@charset "UTF-8";
/* ------------------------------------------------- *
 *        ＠リセットCSS　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

h1 {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    font-size: 18px;
  }
}

p {
  line-height: 1.9;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #5090d9;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  a {
    font-size: 16px;
  }
}

dl {
  margin: 0;
}

dl dt {
  font-size: 18px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  dl dt {
    font-size: 16px;
  }
}

dl dd {
  font-size: 18px;
  margin: 0;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  dl dd {
    font-size: 16px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  background: #FFF;
}

table th, table td {
  padding: 16px;
  font-size: 18px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

@media only screen and (max-width: 767px) {
  table th, table td {
    padding: 10px;
    font-size: 16px;
  }
}

table th {
  background: #f5f5f5;
}

form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="time"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="date"]::-webkit-input-placeholder, form input[type="url"]::-webkit-input-placeholder {
  color: #BBB;
}

form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="time"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="date"]:-ms-input-placeholder, form input[type="url"]:-ms-input-placeholder {
  color: #BBB;
}

form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="time"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="date"]::-moz-placeholder, form input[type="url"]::-moz-placeholder {
  color: #BBB;
}

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------------------------------- *
 *        ＠レイアウトCSS
 * ------------------------------------------------- */
body {
  margin: 0;
  background: #F4F4F4;
}

#wrap {
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  #wrap {
    margin: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  #wrap {
    margin: 0;
  }
}

#main {
  width: 72%;
  float: left;
}

@media only screen and (max-width: 767px) {
  #main {
    width: 100%;
    float: none;
  }
}

#main-w {
  width: 100%;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .inner {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

/* ------------------------------------------------- *
 *        ＠マルチクラスCSS　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */

/* 「ポイント」のやつ9/24 */

.box01 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box01 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box01 p {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin: 0;
}

.txt-red {
  color: #ff3469;
  font-weight: bold;
}

.txt-green {
  color: #01913a;
  font-weight: bold;
}

.txt-blue {
  color: #2366d9;
  font-weight: bold;
}

.txt-marker {
  background: #ffe566;
}

.txt-big {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .txt-big {
    font-size: 18px;
  }
}

.txt-waku {
  margin-bottom: 32px;
  padding: 32px;
  line-height: 2;
  background: #ebf6ff;
}

@media only screen and (max-width: 767px) {
  .txt-waku {
    padding: 20px;
    line-height: 1.7;
  }
}

.txt-waku p, .txt-waku ul, .txt-waku ol, .txt-waku dl {
  margin-bottom: 0 !important;
}

.txt-point {
  background: #f4faff;
  padding: 32px 24px 24px;
  margin-bottom: 32px;
  position: relative;
  font-size: 16px;
  border: 3px solid #449ae0;
  line-height: 2;
}

@media only screen and (max-width: 992px) {
  .txt-point {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .txt-point {
    line-height: 1.7;
    font-size: 14px;
  }
}

.txt-point:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 32px;
  background: url(../img/icon/icon-txt-point-blue.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -15px;
  left: 24px;
}

@media only screen and (max-width: 767px) {
  .txt-point:before {
    height: 28px;
  }
}

.section-title {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 32px;
    font-size: 18px;
  }
}

.section-title span {
  font-size: 50px;
  font-weight: bold;
  display: block;
  font-family: adelle-sans, arial, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  position: relative;
  background-size: contain;
  padding: 50px 0 25px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .section-title span {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.section-title span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-title-about span {
  background: url(../img/tit/tit-about.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-about span {
    background-size: 70%;
  }
}

.section-title-about02 span {
  background: url(../img/tit/tit-about02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-about02 span {
    background-size: 70%;
  }
}

.section-title-service span {
  background: url(../img/tit/tit-service.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-service span {
    background-size: 80%;
  }
}

.section-title-service02 span {
  background: url(../img/tit/tit-service02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-service02 span {
    background-size: 90%;
  }
}

.section-title-news span {
  background: url(../img/tit/tit-news.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-news span {
    background-size: 60%;
  }
}

.section-title-news02 span {
  background: url(../img/tit/tit-news02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-news02 span {
    background-size: 60%;
  }
}

.section-title-comp span {
  background: url(../img/tit/tit-company.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-comp span {
    background-size: 90%;
  }
}

.section-title-comp02 span {
  background: url(../img/tit/tit-company02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-comp02 span {
    background-size: 90%;
  }
}

.section-title-denshi span {
  background: url(../img/tit/tit-denshi.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-denshi span {
    background-size: 90%;
  }
}

.section-title-denshi02 span {
  background: url(../img/tit/tit-denshi02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-denshi02 span {
    background-size: 90%;
  }
}

.section-title-contact span {
  background: url(../img/tit/tit-contact.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-contact span {
    background-size: 90%;
  }
}

.section-title-contact02 span {
  background: url(../img/tit/tit-contact02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-contact02 span {
    background-size: 90%;
  }
}

.section-title-package span {
  background: url(../img/tit/tit-package.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-package span {
    background-size: 90%;
  }
}

.section-title-package02 span {
  background: url(../img/tit/tit-package02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-package02 span {
    background-size: 90%;
  }
}

.section-title-point span {
  background: url(../img/tit/tit-point.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-point span {
    background-size: 90%;
  }
}

.section-title-point02 span {
  background: url(../img/tit/tit-point02.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
  .section-title-point02 span {
    background-size: 90%;
  }
}

.section-title-blog span {
  background: url(../img/tit/tit-blog.png) no-repeat center;
  padding: 50px 0 25px;
}

@media only screen and (max-width: 767px) {
  .section-title-blog span {
    background-size: 50%;
  }
}

.section-title-blog span:after {
  bottom: 25px;
}

.section-title-blog02 span {
  background: url(../img/tit/tit-blog02.png) no-repeat center;
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .section-title-blog02 span {
    background-size: 50%;
  }
}

.section-title-blog02 span:after {
  bottom: 25px;
}

.tit-sub {
  font-size: 20px;
  margin: 48px 0 16px 0;
  line-height: 1.2;
  border-left: 5px solid;
  padding-left: 16px;
  color: #333;
  font-weight: bold;

}

@media only screen and (max-width: 767px) {
  .tit-sub {
    font-size: 18px;
    margin: 32px 0 16px 0;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-48 {
  margin-bottom: 48px;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ------------------------------------------------- *
 *        ＠11/10ボタン追加
 * ------------------------------------------------- */

section-blog-button {
  max-width: 300px;
  margin: 0 auto;
}
a.btn04 {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 1.3em .5em;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
a.btn04 span {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
a.btn04:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #e1000e;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
a.btn04:hover span {
  transform: translate(0, 0);
}
a.btn04:hover:after {
  transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
  a.btn04 {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  a.btn04 {
    font-size: 16px;
  }
}

/* ------------------------------------------------- *
 *        ＠コンポーネントCSS（単体で使いまわす部分）
 * ------------------------------------------------- */
/* もっと見るボタン */
.btn-more {
  text-align: center;
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .btn-more {
    margin-top: 30px;
  }
}

.btn-more a {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 64px;
  color: #FFF;
  background-color: #222;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#page-top a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: black url(../img/icon/icon-pagetop.png) no-repeat center;
  background-size: 30px;
}

#page-top a:hover {
  background: #FFF url(../img/icon/icon-pagetop-on.png) no-repeat center;
  background-size: 30px;
  border: 2px solid black;
}

/* SNSボタン */
.social-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px 0;
}

.social-box .item {
  width: 32%;
}

.social-box .item a {
  padding: 15px;
  display: block;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .social-box .item a {
    padding: 8px;
  }
}

.social-box .item a:hover {
  opacity: 0.9;
}

.social-box .item a span {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .social-box .item a span {
    font-size: 12px;
  }
}

.social-box .item img {
  width: 28px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .social-box .item img {
    width: 18px;
  }
}

.social-box .face a {
  background: #3b5998;
  -webkit-box-shadow: 0 4px 0 #1e315c;
  box-shadow: 0 4px 0 #1e315c;
}

.social-box .twi a {
  background: #00acee;
  -webkit-box-shadow: 0 4px 0 #1689e0;
  box-shadow: 0 4px 0 #1689e0;
}

.social-box .hatena a {
  background: #008fde;
  -webkit-box-shadow: 0 4px 0 #005e92;
  box-shadow: 0 4px 0 #005e92;
}

/* BOX形式で一覧表示 */
.blog-box-card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .blog-box-card {
    display: block;
  }
}

.blog-box-card .item {
  width: 31%;
  margin-bottom: 40px;
  border: 1px solid #EEE;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .blog-box-card .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.blog-box-card .item a {
  display: block;
  text-decoration: none;
}

.blog-box-card .item a:hover .img img {
  opacity: 0.9;
}

.blog-box-card .item .img img {
  width: 40%;
  height: auto;
}

.blog-box-card .item .txt {
  padding: 32px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blog-box-card .item .txt {
    padding: 32px 20px 20px 20px;
  }
}

.blog-box-card .item .txt .cat {
  padding: 4px 12px;
  font-size: 14px;
  background: #222;
  color: #FFF;
  position: absolute;
  top: -10px;
  left: 0;
}

.blog-box-card .item .txt .day {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.blog-box-card .item .txt .title {
  text-decoration: underline;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .blog-box-card .item .txt .title {
    font-size: 14px;
  }
}

.blog-box-card .item .txt .author {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  color: #666;
}

.blog-box-card .item .txt .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}
/* 作者は表示しなくていい */

/* 縦一列形式で一覧表示 */
.blog-box-list .item {
  border-bottom: 1px solid #ddd;
}

.blog-box-list .item a {
  overflow: hidden;
  display: block;
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  .blog-box-list .item a {
    padding: 16px 0;
  }
}

.blog-box-list .item a:hover .img img {
  opacity: 0.9;
}

.blog-box-list .item .img {
  width: 28%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .blog-box-list .item .img {
    width: 40%;
  }
}

.blog-box-list .item .txt {
  width: 72%;
  float: left;
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .blog-box-list .item .txt {
    width: 60%;
  }
}

.blog-box-list .item .txt .title {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .blog-box-list .item .txt .title {
    font-size: 14px;
  }
}

.blog-box-list .item .txt .day {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .blog-box-list .item .txt .day {
    margin-bottom: 4px;
    font-size: 12px;
  }
}

.blog-box-list .item .txt .author {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.blog-box-list .item .txt .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .blog-box-list .item .txt .author img {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }
}

#comment_area {
  margin-bottom: 48px;
  /* コメント */
  /* コメントフォーム */
}

@media only screen and (max-width: 767px) {
  #comment_area {
    margin-bottom: 32px;
  }
}

#comment_area .commets-list {
  padding: 0;
}

#comment_area .commets-list .comment-body {
  position: relative;
}

#comment_area .commets-list .comment-body .comment-author {
  /*display:-ms-flexbox;display:-webkit-flex;display:flex;
        align-items: center;*/
  float: left;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  #comment_area .commets-list .comment-body .comment-author {
    float: none;
    font-size: 14px;
  }
}

#comment_area .commets-list .comment-body .comment-author img {
  margin-right: 8px;
  float: left;
}

#comment_area .commets-list .comment-body .comment-author a {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  #comment_area .commets-list .comment-body .comment-author a {
    font-size: 14px;
  }
}

#comment_area .commets-list .comment-body .commentmetadata {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #comment_area .commets-list .comment-body .commentmetadata {
    position: static;
  }
}

#comment_area .commets-list .comment-body .commentmetadata a {
  font-size: 12px;
  color: #222;
}

@media only screen and (max-width: 767px) {
  #comment_area .commets-list .comment-body .commentmetadata a {
    font-size: 10px;
  }
}

#comment_area .commets-list .comment-body p {
  padding: 8px 0;
  clear: both;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #comment_area .commets-list .comment-body p {
    line-height: 1.5;
    font-size: 13px;
  }
}

#comment_area .commets-list .reply a {
  text-decoration: underline;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #222;
}

#comment_area .commets-list > li {
  border-bottom: 1px dotted #DDD;
  padding: 8px 0;
}

@media only screen and (max-width: 767px) {
  #comment_area .commets-list > li {
    padding: 12px;
  }
}

#comment_area .commets-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#comment_area .commets-list > li > ul {
  padding-left: 32px;
}

#comment_area #respond {
  background: #f8f8f8;
  padding: 24px 32px;
}

@media only screen and (max-width: 767px) {
  #comment_area #respond {
    padding: 24px;
  }
}

#comment_area #reply-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#comment_area textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #c6c6c6;
  padding: 4px 8px;
}

@media only screen and (max-width: 767px) {
  #comment_area textarea {
    height: 70px;
  }
}

#comment_area #author {
  border: 1px solid #c6c6c6;
  padding: 4px 8px;
}

#comment_area label {
  display: block;
  color: #999;
  font-weight: normal;
  font-size: 14px;
}

#comment_area .form-submit {
  padding-top: 10px;
}

/*　著者情報(large) */
.author-box {
  overflow: hidden;
  border: 3px solid #CCC;
  padding: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .author-box {
    width: 94%;
    margin: 0 auto 30px;
  }
}

.author-box .img {
  width: 20%;
  float: left;
}

.author-box .img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .author-box .img {
    margin-bottom: 5px;
  }
}

.author-box .txt {
  width: 76%;
  float: right;
  position: relative;
}

.author-box .txt .name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .author-box .txt .name {
    font-size: 18px;
  }
}

.author-box .txt .job {
  font-size: 16px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .author-box .txt .job {
    font-size: 12px;
  }
}

.author-box .txt .sns {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.author-box .txt .sns li {
  display: inline-block;
}

.author-box .txt .sns a {
  width: 25px;
  display: block;
  height: 25px;
  background: black;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 15px;
}

.author-box .txt .sns .twi a {
  padding-top: 3px;
}

.author-box .txt .sns .twi a:hover {
  background: #00aced;
}

.author-box .txt .sns .fa a {
  padding-top: 6px;
}

.author-box .txt .sns .fa a:hover {
  background: #3b5998;
}

.author-box .description {
  width: 76%;
  float: right;
  border-top: 1px solid black;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .author-box .description {
    width: 100%;
    font-size: 15px;
  }
}

.author-box .description p {
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .author-box .description p {
    font-size: 15px;
  }
}

.author-box .description .portfolio {
  margin-top: 10px;
}

.author-box .description .portfolio a {
  display: block;
  color: #337ab7;
  font-size: 16px;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .author-box .description .portfolio a {
    font-size: 15px;
  }
}

/*　著者情報(small) */
.author-box-short {
  overflow: hidden;
  border: 3px solid #DDD;
  padding: 32px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .author-box-short {
    margin: 0 0 32px 0;
    padding: 24px;
  }
}

.author-box-short .img {
  width: 15%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .author-box-short .img {
    width: 20%;
  }
}

.author-box-short .img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.author-box-short .about {
  width: 85%;
  float: left;
  padding-left: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .author-box-short .about {
    width: 80%;
  }
}

.author-box-short .about .name {
  float: left;
  padding-right: 5px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .author-box-short .about .name {
    float: none;
  }
}

.author-box-short .about .name i {
  color: #8e959c;
  font-size: 12px;
  margin-right: 8px;
}

.author-box-short .about .name span {
  color: #222;
  font-weight: bold;
  font-size: 20px;
}

.author-box-short .about .job {
  float: left;
  padding-top: 2px;
}

@media only screen and (max-width: 767px) {
  .author-box-short .about .job {
    float: none;
    font-size: 12px;
  }
}

.author-box-short .description {
  width: 85%;
  float: left;
  padding: 8px 0 0 16px;
}

@media only screen and (max-width: 767px) {
  .author-box-short .description {
    width: 100%;
    float: none;
    clear: both;
    padding: 8px 0 0 0;
  }
}

.author-box-short .description a {
  font-size: 14px;
  text-decoration: underline;
}

.author-box-short .description p {
  font-size: 14px;
}

.author-box-short .sns a {
  width: 25px;
  display: block;
  height: 25px;
  background: black;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .author-box-short .sns a {
    margin-right: 5px;
  }
}

.author-box-short .sns .twi a {
  padding-top: 3px;
}

.author-box-short .sns .twi a:hover {
  background: #00aced;
}

.author-box-short .sns .fa a {
  padding-top: 6px;
}

.author-box-short .sns .fa a:hover {
  background: #3b5998;
}

.author-box-short .sns li {
  display: inline-block;
}

.pankuzu {
  padding: 8px 0;
  background: #494949;
  color: #999;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .pankuzu .inner {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .pankuzu .breadcrumbs {
    overflow-y: hidden;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pankuzu a {
  color: #777;
  text-decoration: underline;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .pankuzu a {
    padding: 0 8px;
  }
}

.blog-card {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 32px 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.blog-card:hover {
  background: #f4faff;
}

.blog-card a {
  overflow: hidden;
  text-decoration: none !important;
  display: block;
  padding: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blog-card a {
    padding: 16px 16px 8px 16px;
    overflow: visible;
  }
}

.blog-card .blog-card-thumbnail {
  float: left;
  margin-right: 16px;
  max-width: 180px;
}

@media only screen and (max-width: 992px) {
  .blog-card .blog-card-thumbnail {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-card .blog-card-thumbnail {
    width: 110px;
    padding-top: 8px;
  }
}

.blog-card .blog-card-thumbnail img {
  width: 100%;
  height: auto;
}

.blog-card .blog-card-content {
  text-decoration: none;
}

.blog-card .blog-card-content .blog-card-title-midashi {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .blog-card .blog-card-content .blog-card-title-midashi {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-card .blog-card-content .blog-card-title-midashi {
    position: absolute;
    top: -10px;
    left: 16px;
  }
}

.blog-card .blog-card-content .blog-card-title-midashi span {
  background: #5090d9;
  padding: 4px 8px;
  color: #FFF;
}

@media only screen and (max-width: 992px) {
  .blog-card .blog-card-content .blog-card-title-midashi span {
    font-size: 12px;
  }
}

.blog-card .blog-card-content .blog-card-title {
  color: #5090d9;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
  .blog-card .blog-card-content .blog-card-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-card .blog-card-content .blog-card-title {
    font-size: 14px;
  }
}

.blog-card .blog-card-content .blog-card-excerpt {
  color: #222;
  font-size: 14px;
}

.blog-card .blog-card-content .more {
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .blog-card .blog-card-content .more {
    position: static;
  }
}

.blog-card .blog-card-content .more span {
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  .blog-card .blog-card-content .more span {
    font-size: 12px;
  }
}

.search-form {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .search-form {
    width: 96%;
    margin: 0 auto 16px;
  }
}

.search-form #searchform {
  position: relative;
}

.search-form .s {
  width: 100%;
  height: 30px;
  border: solid 1px #EEE;
  color: #333;
  padding: 20px 15px;
  font-size: 16px;
  border-radius: 5px;
}

.search-form .searchsubmit {
  position: absolute;
  top: 6px;
  right: 0;
  background: url(../img/icon/icon-search.png) no-repeat;
  text-indent: -9999px;
  padding: 5px 20px;
  border: none;
  background-size: contain;
}

/* ------------------------------------------------- *
 *        ＠top
 * ------------------------------------------------- */
#main-visual-top {
  height: 35vh;
  width: 100%;
  position: relative;
  background: url(../img/topgazou.png);
  /* background: linear-gradient(-45deg, rgba(166,217,0,0.20), rgba(64,152,250,0.45)); */
  background-size: cover;
  background-position: center;
}

#main-visual-top .txt-area {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #main-visual-top .txt-area {
    width: 90%;
  }
}

#main-visual-top .txt-area .name {
  font-size: 60px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  #main-visual-top .txt-area .name {
    font-size: 35px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

#main-visual-top .txt-area .catch {
  margin-bottom: 48px;
  text-align: center;
}

#main-visual-top .txt-area .catch span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  padding: 16px 48px;
  border: 2px solid #FFF;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main-visual-top .txt-area .catch span {
    font-size: 20px;
  }
}

#main-visual-top .txt-area .txt {
  color: #FFF;
  font-size: 20px;
  max-width: 800px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #main-visual-top .txt-area .txt {
    font-size: 15px;
  }
}

#main-visual-top .main-visual-top-scroll {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#main-visual-top .main-visual-top-scroll img {
  margin: 0 auto;
}

#section-about {
  padding: 120px 0;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  #section-about {
    padding: 64px 0;
  }
}

#section-about h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  #section-about h3 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

#section-about p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  #section-about p {
    font-size: 16px;
    line-height: 2;
  }
}

#section-service {
  padding: 120px 0;
  background: #fafafa;
}

@media only screen and (max-width: 767px) {
  #section-service {
    padding: 64px 0;
  }
}

#section-service .description {
  text-align: center;
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  #section-service .description {
    margin-bottom: 32px;
  }
}

#section-service .description p {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #section-service .description p {
    font-size: 16px;
  }
}

#section-service .service-box .item {
  position: relative;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  #section-service .service-box .item {
    margin-bottom: 32px;
  }
}

#section-service .service-box .item .img {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #section-service .service-box .item .img {
    width: 100%;
  }
}

#section-service .service-box .item .txt-area {
  background: #FFF;
  padding: 48px 90px 48px 48px;
  width: 60%;
  position: absolute;
  right: 0;
  top: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #section-service .service-box .item .txt-area {
    width: 100%;
    position: static;
    padding: 32px;
  }
}

#section-service .service-box .item .txt-area h3 {
  font-size: 32px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  #section-service .service-box .item .txt-area h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #section-service .service-box .item .txt-area h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #section-service .service-box .item .txt-area p {
    font-size: 14px;
  }
}

#section-service .service-box .item .txt-area:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 70px;
  font-weight: bold;
  color: #F5F5F5;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #section-service .service-box .item .txt-area:before {
    display: none;
  }
}

#section-service .service-box .item .txt-area.web:before {
  content: "WEBCITE";
}

#section-service .service-box .item .txt-area.ad:before {
  content: "KOUKOKU";
}

#section-service .service-box .item .txt-area.make:before {
  content: "MAKETING";
}

#section-service .service-box .item .txt-area.design:before {
  content: "DESIGN";
}

#section-service .service-box .item-even .img {
  margin-left: auto;
}

#section-service .service-box .item-even .txt-area {
  position: absolute;
  left: 0;
  top: 32px;
  padding: 48px 48px 48px 90px;
}

@media only screen and (max-width: 767px) {
  #section-service .service-box .item-even .txt-area {
    position: static;
    padding: 32px;
  }
}

#section-service .service-box .item-even .txt-area:before {
  position: absolute;
  left: -10px;
  top: 0;
  right: auto;
}

#section-blog {
  padding: 120px 0;
  background: #fafafa;
}

@media only screen and (max-width: 767px) {
  #section-blog {
    padding: 64px 0;
  }
}

#section-news {
  padding: 120px 0;
}

@media only screen and (max-width: 767px) {
  #section-news {
    padding: 64px 0;
  }
}

#section-news dl {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 64px;
}

#section-news dl dt {
  width: 100px;
  float: left;
  clear: both;
  font-weight: bold;
  padding: 16px 0;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #section-news dl dt {
    float: none;
    width: 100%;
    padding: 12px 0 0 0;
    font-size: 14px;
  }
}

#section-news dl dd {
  padding: 0 0 0 120px;
  border-bottom: 1px dotted #222;
}

@media only screen and (max-width: 767px) {
  #section-news dl dd {
    padding: 0;
  }
}

#section-news dl dd a {
  display: block;
  padding: 16px 0 16px 32px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #section-news dl dd a {
    padding: 0 0 12px 0;
    font-size: 18px;
  }
}

#section-contact {
  padding: 120px 0;
  background: url(../img/bg/bg-contact02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  #section-contact {
    padding: 64px 0;
  }
}

#section-contact h2 {
  text-align: center;
  margin: 0 0 64px 0;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  #section-contact h2 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

#section-contact h2 span {
  font-size: 80px;
  font-weight: bold;
  display: block;
  font-family: adelle-sans, arial, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  position: relative;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #section-contact h2 span {
    font-size: 40px;
  }
}

#section-contact .description {
  text-align: center;
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  #section-contact .description {
    margin-bottom: 32px;
  }
}

#section-contact .description p {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #section-contact .description p {
    font-size: 16px;
  }
}

#section-contact .btn-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #section-contact .btn-area {
    display: block;
  }
}

#section-contact .btn-area .item {
  width: 31%;
}

@media only screen and (max-width: 767px) {
  #section-contact .btn-area .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

#section-contact .btn-area .item a {
  padding: 24px 32px;
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  border: 2px solid #FFF;
}

#section-cta-contactform {
  padding: 120px 0;
  background: url(../img/bg/bg-contact02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  #section-cta-contactform {
    padding: 64px 0;
  }
}

#section-cta-contactform h2 {
  text-align: center;
  margin: 0 0 64px 0;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  #section-cta-contactform h2 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

#section-cta-contactform h2 span {
  font-size: 80px;
  font-weight: bold;
  display: block;
  font-family: adelle-sans, arial, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  position: relative;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #section-cta-contactform h2 span {
    font-size: 40px;
  }
}

#section-cta-contactform .description {
  text-align: center;
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  #section-cta-contactform .description {
    margin-bottom: 32px;
  }
}

#section-cta-contactform .description p {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #section-cta-contactform .description p {
    font-size: 16px;
  }
}

#section-cta-contactform .form-area {
  max-width: 800px;
  margin: 0 auto;
}

#section-cta-contactform .form-area dl {
  overflow: hidden;
}

#section-cta-contactform .form-area dl dt {
  width: 200px;
  float: left;
  clear: both;
  padding: 24px 16px 24px 0;
  font-size: 16px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #section-cta-contactform .form-area dl dt {
    width: 100%;
    text-align: left;
    padding: 0 0 8px 0;
  }
}

#section-cta-contactform .form-area dl dt span {
  font-size: 12px;
  padding-left: 8px;
}

#section-cta-contactform .form-area dl dd {
  padding: 16px 0 16px 200px;
}

@media only screen and (max-width: 767px) {
  #section-cta-contactform .form-area dl dd {
    padding: 0 0 16px 0;
  }
}

#section-cta-contactform .form-area dl dd input[type="text"], #section-cta-contactform .form-area dl dd input[type="email"], #section-cta-contactform .form-area dl dd textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
  border: none;
}

#section-cta-contactform .form-area dl dd select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  padding: 12px 60px 12px 16px;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url(../img/btn/btn-select.png) no-repeat right center;
  background-size: contain;
  border-radius: 0;
  border: none;
}

#section-cta-contactform .form-area .submit {
  text-align: center;
  clear: both;
  margin-bottom: 16px;
}

#section-cta-contactform .form-area .submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  max-width: 400px;
  background: url(../img/icon/icon-arrow-right-white.png) no-repeat;
  background-position: 90% 18px;
  background-size: 16px;
  color: #FFF;
  border: 3px solid #FFF;
  padding: 10px 64px;
  font-size: 18px;
}

#section-cta-contactform .form-area .submit input:hover {
  cursor: pointer;
}

#section-cta-contactform .form-area .inv-recaptcha-holder .grecaptcha-badge {
  margin: 0 auto;
}

/* ------------------------------------------------- *
 *        ＠固定ページ
 * ------------------------------------------------- */
#section-page {
  padding: 80px 0 120px 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #section-page {
    padding: 20px 0 0 0;
  }
}

#section-page .page-description {
  text-align: center;
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #section-page .page-description {
    margin-bottom: 24px;
    font-size: 14px;
    padding: 0 16px;
  }
}

#section-page .content {
  background: #FFF;
  padding: 48px;
  border: 1px solid #EEE;
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #section-page .content {
    padding: 16px;
  }
}

#section-page .content .description {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #section-page .content .description {
    margin-bottom: 16px;
  }
}

#section-page .content h2 {
  margin-bottom: 8px;
}

#section-page .content h3 {
  margin-bottom: 8px;
}

#section-page .content p {
  margin-bottom: 16px;
}

#section-page .content form {
  width: 100%;
}

#section-page .content form dl {
  margin-bottom: 16px;
}

#section-page .content form dl dt {
  width: 30%;
  float: left;
  clear: both;
  padding: 16px 16px 16px 0;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  #section-page .content form dl dt {
    width: 100%;
    float: none;
    padding: 16px 8px 4px 0;
  }
}

#section-page .content form dl dt span {
  padding: 2px 10px;
  background: #fc7c79;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}

#section-page .content form dl dd {
  padding: 16px 0 16px 30%;
}

@media only screen and (max-width: 767px) {
  #section-page .content form dl dd {
    padding: 0;
  }
}

#section-page .content form input {
  width: 100%;
  padding: 8px;
}

#section-page .content form textarea {
  width: 100%;
}

#section-page .content form .submit {
  text-align: center;
  clear: both;
  margin-bottom: 16px;
}

#section-page .content form .submit input {
  margin: 0 auto;
  max-width: 400px;
  background: #333;
  color: #FFF;
  border: 1px solid #171a1d;
  padding: 10px 30px;
  font-size: 18px;
}

#section-page .content form .submit input:hover {
  cursor: pointer;
}

#section-page .content form .inv-recaptcha-holder .grecaptcha-badge {
  margin: 0 auto;
}

/* ============ WEB制作パッケージ ============ */
.articlebox-package {
  /*　4カラム　*/
  /*　1カラム　*/
}

@media only screen and (max-width: 1200px) {
  .articlebox-package {
    padding: 0 16px;
  }
}

.articlebox-package .article-h3 h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.articlebox-package .box-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-4 {
    display: block;
  }
}

.articlebox-package .box-col-4 .item {
  width: 24%;
  background: #FFF;
  border: 1px solid #EEE;
  margin-bottom: 24px;
  position: relative;
  /* ライト */
  /* ミドル */
  /* ハイグレード */
  /* マスター */
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-4 .item {
    width: 100%;
  }
}

.articlebox-package .box-col-4 .item .label {
  position: absolute;
  top: -18px;
  right: -3px;
  background: #ffffff;
  padding: 4px 16px;
  line-height: 24px;
}

.articlebox-package .box-col-4 .item .head {
  text-align: center;
  padding: 24px 16px 16px 16px;
}

.articlebox-package .box-col-4 .item .head h4 {
  font-size: 26px;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-4 .item .head h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-4 .item .head h4 {
    font-size: 26px;
  }
}

.articlebox-package .box-col-4 .item .head .price {
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-4 .item .head .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-4 .item .head .price {
    font-size: 26px;
  }
}

.articlebox-package .box-col-4 .item .catch {
  padding: 8px;
  text-align: center;
  background: #222;
  color: #FFF;
}

.articlebox-package .box-col-4 .item .txt-area {
  padding: 16px;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-4 .item .txt-area {
    padding: 16px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-4 .item .txt-area {
    padding: 24px;
  }
}

.articlebox-package .box-col-4 .item .txt-area .tit {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-4 .item .txt-area .tit {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-4 .item .txt-area .tit {
    font-size: 18px;
  }
}

.articlebox-package .box-col-4 .item .txt-area ul {
  margin-bottom: 16px;
}

.articlebox-package .box-col-4 .item .txt-area ul li {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: 1px solid #DDD;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-4 .item .txt-area ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-4 .item .txt-area ul li {
    font-size: 14px;
  }
}

.articlebox-package .box-col-4 .item .cv-area {
  padding: 0 16px 32px 16px;
  text-align: center;
}

.articlebox-package .box-col-4 .item .cv-area .cv {
  margin-bottom: 16px;
}

.articlebox-package .box-col-4 .item .cv-area .cv a {
  display: inline-block;
  font-size: 18px;
  background: #222 url(../img/icon/icon-arrow-right-white.png) no-repeat;
  background-position: 90% 15px;
  background-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 8px 48px 8px 24px;
}

@media only screen and (max-width: 1200px) {
  .articlebox-package .box-col-4 .item .cv-area .cv a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-4 .item .cv-area .cv a {
    font-size: 14px;
    padding: 8px;
    background: #222;
  }
}

.articlebox-package .box-col-4 .item .cv-area .cv a:hover {
  opacity: 0.9;
}

.articlebox-package .box-col-4 .item .cv-area .more a {
  text-decoration: underline;
  color: #222;
  font-size: 14px;
}

.articlebox-package .box-col-4 .item.item01 .head h4 {
  color: #806C66;
}

.articlebox-package .box-col-4 .item.item01 .catch {
  background: #806C66;
}

.articlebox-package .box-col-4 .item.item01 .cv-area .cv a {
  background-color: #806C66;
}

.articlebox-package .box-col-4 .item.item02 .head h4 {
  color: #828C99;
}

.articlebox-package .box-col-4 .item.item02 .catch {
  background: #828C99;
}

.articlebox-package .box-col-4 .item.item02 .cv-area .cv a {
  background-color: #828C99;
}

.articlebox-package .box-col-4 .item.item03 {
  -webkit-box-shadow: 0 0 13px #d0d0d0;
  box-shadow: 0 0 13px #d0d0d0;
  border: 3px solid #b3a147;
}

.articlebox-package .box-col-4 .item.item03 .label {
  background: #b3a147;
  color: #FFF;
}

.articlebox-package .box-col-4 .item.item03 .head h4 {
  color: #B3A147;
}

.articlebox-package .box-col-4 .item.item03 .catch {
  background: #B3A147;
}

.articlebox-package .box-col-4 .item.item03 .cv-area .cv a {
  background-color: #B3A147;
}

.articlebox-package .box-col-4 .item.item04 .head h4 {
  color: #B24747;
}

.articlebox-package .box-col-4 .item.item04 .catch {
  background: #B24747;
}

.articlebox-package .box-col-4 .item.item04 .cv-area .cv a {
  background-color: #B24747;
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 {
    margin-bottom: 40px;
  }
}

.articlebox-package .box-col-1 .item {
  width: 100%;
  background: #FFF;
  border: 1px solid #EEE;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item {
    display: block;
  }
}

.articlebox-package .box-col-1 .item .head {
  text-align: center;
  padding: 24px;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .head {
    width: 100%;
    padding: 24px 24px 0 24px;
  }
}

.articlebox-package .box-col-1 .item .head h3 {
  font-size: 26px;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-1 .item .head h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .head h3 {
    font-size: 26px;
  }
}

.articlebox-package .box-col-1 .item .head .price {
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-1 .item .head .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .head .price {
    font-size: 26px;
  }
}

.articlebox-package .box-col-1 .item .txt-area {
  width: 50%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .txt-area {
    display: block;
    width: 100%;
  }
}

.articlebox-package .box-col-1 .item .txt-area .txt {
  width: 47%;
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .txt-area .txt {
    width: 100%;
  }
}

.articlebox-package .box-col-1 .item .txt-area .txt .tit {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-1 .item .txt-area .txt .tit {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .txt-area .txt .tit {
    font-size: 18px;
  }
}

.articlebox-package .box-col-1 .item .txt-area .txt ul {
  margin-bottom: 16px;
}

.articlebox-package .box-col-1 .item .txt-area .txt ul li {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: 1px solid #DDD;
}

@media only screen and (max-width: 992px) {
  .articlebox-package .box-col-1 .item .txt-area .txt ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .txt-area .txt ul li {
    font-size: 14px;
  }
}

.articlebox-package .box-col-1 .item .cv-area {
  width: 25%;
  padding: 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .articlebox-package .box-col-1 .item .cv-area {
    width: 100%;
    padding: 0 16px 32px 16px;
  }
}

.articlebox-package .box-col-1 .item .cv-area .cv {
  margin-bottom: 16px;
}

.articlebox-package .box-col-1 .item .cv-area .cv a {
  display: inline-block;
  font-size: 18px;
  background: #222 url(../img/icon/icon-arrow-right-white.png) no-repeat;
  background-position: 90% 15px;
  background-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 8px 48px 8px 24px;
}

@media only screen and (max-width: 1200px) {
  .articlebox-package .box-col-1 .item .cv-area .cv a {
    font-size: 16px;
    padding: 8px 40px 8px 16px;
  }
}

.articlebox-package .box-col-1 .item .cv-area .cv a:hover {
  opacity: 0.9;
}

.articlebox-package .box-col-1 .item .cv-area .more a {
  text-decoration: underline;
  color: #222;
  font-size: 14px;
}

/* ============ パッケージ ============ */
#articlebox-package-table {
  background: #FFF;
  padding: 64px 0;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-table {
    padding: 40px 0;
  }
}

#articlebox-package-table h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

#articlebox-package-table table {
  border-collapse: separate;
  border-spacing: 4px;
  border: none;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-table table {
    border-spacing: 2px;
  }
}

#articlebox-package-table table tbody th {
  color: #FFF;
  border: none;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-table table tbody th {
    font-size: 10px;
  }
}

#articlebox-package-table table tbody th:nth-of-type(1) {
  background: #494949;
  width: 15%;
}

#articlebox-package-table table tbody th:nth-of-type(2) {
  background: #494949;
  width: 25%;
}

#articlebox-package-table table tbody th:nth-of-type(3) {
  background: #806C66;
  width: 12%;
}

#articlebox-package-table table tbody th:nth-of-type(4) {
  background: #828C99;
  width: 12%;
}

#articlebox-package-table table tbody th:nth-of-type(5) {
  background: #B3A147;
  width: 12%;
}

#articlebox-package-table table tbody th:nth-of-type(6) {
  background: #B24747;
  width: 12%;
}

#articlebox-package-table table tbody th:nth-of-type(7) {
  background: #7D7D7D;
  width: 12%;
}

#articlebox-package-table table tbody td {
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
  border: none;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-table table tbody td {
    font-size: 10px;
    padding: 4px;
  }
}

#articlebox-package-table table tbody td a {
  font-size: 14px;
  text-decoration: underline;
  color: #222;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-table table tbody td a {
    font-size: 10px;
  }
}

#articlebox-package-table table tbody td:nth-of-type(1) {
  background: #EEE;
  font-weight: 700;
}

#articlebox-package-table table tbody td:nth-of-type(2) {
  background: #EEE;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-table table tbody td:nth-of-type(2) {
    font-size: 10px;
  }
}

#articlebox-package-table table tbody td:nth-of-type(3) {
  background: #fff3f0;
  text-align: center;
}

#articlebox-package-table table tbody td:nth-of-type(4) {
  background: #d4e3f7;
  text-align: center;
}

#articlebox-package-table table tbody td:nth-of-type(5) {
  background: #f1eac9;
  text-align: center;
}

#articlebox-package-table table tbody td:nth-of-type(6) {
  background: #f5cfcf;
  text-align: center;
}

#articlebox-package-table table tbody td:nth-of-type(7) {
  background: #e2e2e2;
  text-align: center;
}

#articlebox-package-table .caption {
  padding-left: 4px;
}

#articlebox-package-table .caption ul li {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-table .caption ul li {
    font-size: 12px;
  }
}

/* ============ 参考価格 ============ */
#articlebox-package-example {
  padding: 64px 0;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example {
    padding: 40px 0;
  }
}

#articlebox-package-example h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

#articlebox-package-example .txt-mokuteki {
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .txt-mokuteki {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
  }
}

#articlebox-package-example .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .box {
    display: block;
  }
}

#articlebox-package-example .box .item {
  width: 48%;
  background: #FFF;
  border: 1px solid #EEE;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .box .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

#articlebox-package-example .box .item .tit {
  background: #AAAAAA;
  color: #FFF;
  font-size: 26px;
  padding: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .box .item .tit {
    font-size: 18px;
  }
}

#articlebox-package-example .box .item .txt-area {
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .box .item .txt-area {
    padding: 16px;
  }
}

#articlebox-package-example .box .item .txt-area dl {
  overflow: hidden;
}

#articlebox-package-example .box .item .txt-area dl dt {
  width: 200px;
  float: left;
  clear: both;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .box .item .txt-area dl dt {
    font-size: 12px;
    width: 140px;
  }
}

#articlebox-package-example .box .item .txt-area dl dd {
  float: left;
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .box .item .txt-area dl dd {
    font-size: 12px;
    padding-left: 8px;
  }
}

#articlebox-package-example .box .item .txt-area dl dd span {
  color: red;
  font-weight: 700;
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  #articlebox-package-example .box .item .txt-area dl dd span {
    padding-left: 8px;
  }
}

#articlebox-package-example .box .item .txt-area .txt {
  background: #F5F3E7;
  padding: 24px;
  margin-top: 32px;
}

#articlebox-package-example .box .item.item-right .tit {
  background: #B3A147;
}

/* ============ コンサル＆教育学習指導要領 ============ */
@media only screen and (max-width: 767px) {
  #articlebox-consulting-point {
    padding: 0 16px;
  }
}

#articlebox-consulting-point h3 {
  margin: 40px 0 10px 0;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point h3 {
    font-size: 18px;
    margin: 30px 0 10px 0;
  }
}

#articlebox-consulting-point .item {
  background: #FFF;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item {
    margin-bottom: 10px;
  }
}

#articlebox-consulting-point .item .first-box {
  padding: 35px 80px 35px 45px;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
  border: 1px solid #DDD;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .first-box {
    font-size: 16px;
    padding: 30px 80px 30px 30px;
  }
}

#articlebox-consulting-point .item .first-box:after, #articlebox-consulting-point .item .first-box:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #191919;
  position: absolute;
  right: 35px;
  top: 50px;
  -webkit-transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .first-box:after, #articlebox-consulting-point .item .first-box:before {
    right: 20px;
    top: 40px;
  }
}

#articlebox-consulting-point .item .first-box:after {
  -webkit-transform: rotateZ(270deg) translate3d(0, 0, 0);
  transform: rotateZ(270deg) translate3d(0, 0, 0);
}

#articlebox-consulting-point .item .first-box:before {
  -webkit-transform: rotateZ(180deg) translate3d(0, 0, 0);
  transform: rotateZ(180deg) translate3d(0, 0, 0);
}

#articlebox-consulting-point .item .first-box.is-open {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

#articlebox-consulting-point .item .first-box.is-open:after, #articlebox-consulting-point .item .first-box.is-open:before {
  -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
  transform: rotateZ(0) translate3d(0, 0, 0);
  background: #FFF;
}

#articlebox-consulting-point .item .first-box:hover {
  padding: 35px 80px 35px 45px;
  background: #333;
  border-left: 5px solid #cc092f;
  cursor: pointer;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .first-box:hover {
    padding: 30px 80px 30px 25px;
  }
}

#articlebox-consulting-point .item .first-box:hover:after, #articlebox-consulting-point .item .first-box:hover:before {
  background: #FFF;
}

#articlebox-consulting-point .item .first-box h4 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .first-box h4 {
    font-size: 14px;
  }
}

#articlebox-consulting-point .item .second-box {
  display: none;
  padding: 35px 40px 40px;
  background: #FFF;
  border: 1px solid #DDD;
  border-top: none;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .second-box {
    padding: 16px;
  }
}

#articlebox-consulting-point .item .second-box dl {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .second-box dl {
    margin-bottom: 16px;
  }
}

#articlebox-consulting-point .item .second-box dl dt {
  width: 140px;
  float: left;
  clear: both;
  font-weight: bold;
  position: relative;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .second-box dl dt {
    font-size: 12px;
    width: 90px;
  }
}

#articlebox-consulting-point .item .second-box dl dt:after {
  content: ":";
  position: absolute;
  right: 0;
}

#articlebox-consulting-point .item .second-box dl dd {
  padding: 0 0 5px 140px;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .second-box dl dd {
    font-size: 12px;
    padding: 0 0 5px 90px;
  }
}

#articlebox-consulting-point .item .second-box ul {
  padding: 30px;
  background: #fbfbfb;
}

#articlebox-consulting-point .item .second-box ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #articlebox-consulting-point .item .second-box ul li {
    font-size: 10px;
    font-weight: 700;
  }
}

#articlebox-consulting-point .item .second-box ul li:before {
  content: "・";
}

/* ------------------------------------------------- *
 *        ＠アーカイブページ
 * ------------------------------------------------- */
#section-archive {
  padding: 80px 0 120px 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #section-archive {
    padding: 20px 0 0 0;
  }
}

/* ------------------------------------------------- *
 *        ＠カテゴリページ
 * ------------------------------------------------- */
#section-cat {
  padding: 40px 0 64px 0;
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #section-cat {
    padding: 0;
  }
}

#section-cat h1 {
  font-size: 30px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  #section-cat h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

#section-cat #main {
  background: #FFF;
  padding: 48px;
  border: 1px solid #EEE;
}

@media only screen and (max-width: 767px) {
  #section-cat #main {
    padding: 16px;
    margin-bottom: 16px;
  }
}

/* ------------------------------------------------- *
 *        ＠ブログ(single)
 * ------------------------------------------------- */
#single-column {
  padding: 40px 0 64px 0;
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  /* 本文部分 */
}

@media only screen and (max-width: 767px) {
  #single-column {
    padding: 0;
  }
}

#single-column .content {
  background: #FFF;
  padding: 48px;
  border: 1px solid #EEE;
}

@media only screen and (max-width: 767px) {
  #single-column .content {
    padding: 16px;
    margin-bottom: 16px;
  }
}

#single-column .content-main {
  /* テーブル(小) */
  /* テーブル(横スクロール) */
}

#single-column .content-main .update-day {
  float: left;
  padding-right: 16px;
  color: #666;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main .update-day {
    font-size: 13px;
  }
}

#single-column .content-main .author {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  float: left;
  color: #666;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main .author {
    font-size: 13px;
    margin-bottom: 16px;
  }
}

#single-column .content-main .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main .author img {
    width: 25px;
    height: 25px;
  }
}

#single-column .content-main .thumbnail {
  clear: both;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main .thumbnail {
    margin: 0 -16px 32px -16px;
  }
}

#single-column .content-main img {
  max-width: 100%;
  height: auto;
}

#single-column .content-main h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main h1 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
  }
}

#single-column .content-main h2 {
  font-size: 30px;
  background-color: #333;
  padding: 20px 48px;
  line-height: 1.3;
  color: #FFF;
  margin: 48px -48px 32px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  #single-column .content-main h2 {
    font-size: 24px;
    margin: 48px -48px 32px;
  }
}

@media only screen and (max-width: 767px) {
  #single-column .content-main h2 {
    font-size: 18px;
    margin: 32px -16px 24px -16px;
    padding: 16px;
  }
}

#single-column .content-main h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  padding: 16px 24px;
  margin: 48px 0 32px;
  background: #e9e9e9;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  -webkit-box-shadow: 0 2px 0 #333;
  box-shadow: 0 2px 0 #333;
  border-radius: 6px 6px 0 0;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main h3 {
    font-size: 16px;
    padding: 10px 16px;
    margin: 32px 0;
  }
}

#single-column .content-main h4 {
  font-size: 20px;
  margin: 48px 0 32px 0;
  line-height: 1.2;
  border-left: 5px solid;
  padding-left: 8px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main h4 {
    font-size: 18px;
    margin: 32px 0;
  }
}

#single-column .content-main h5 {
  margin: 48px 0 32px 0;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main h5 {
    font-size: 18px;
    margin: 32px 0;
  }
}

#single-column .content-main p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 48px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 32px;
  }
}

#single-column .content-main a {
  text-decoration: underline;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main a {
    font-size: 16px;
  }
}

#single-column .content-main blockquote {
  position: relative;
  padding: 16px 16px 16px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 0 0 48px 0;
  line-height: 1.7;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main blockquote {
    font-size: 15px;
    margin-bottom: 32px;
  }
}

#single-column .content-main blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

#single-column .content-main blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}

#single-column .content-main hr {
  margin: 48px 0;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main hr {
    margin: 32px 0;
  }
}

#single-column .content-main ul {
  border: 3px solid #ddd;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 48px;
  padding: 24px 24px 24px 48px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main ul {
    margin-bottom: 32px;
    width: 100%;
    padding: 16px 16px 16px 32px;
  }
}

#single-column .content-main ul li {
  font-size: 16px;
  line-height: 1.6em;
  padding: 8px;
  list-style: disc;
}

@media only screen and (max-width: 992px) {
  #single-column .content-main ul li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #single-column .content-main ul li {
    padding: 8px 0;
    font-size: 15px;
  }
}

#single-column .content-main ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#single-column .content-main ul li p {
  margin-bottom: 0;
}

#single-column .content-main ol {
  list-style: decimal;
  margin-bottom: 48px;
  counter-reset: item;
  list-style-type: none;
  padding: 32px 32px 16px 32px;
  background: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main ol {
    padding: 16px 16px 1px 16px;
    margin-bottom: 32px;
  }
}

#single-column .content-main ol li {
  line-height: 1.6em;
  font-size: 16px;
  margin-bottom: 16px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media only screen and (max-width: 992px) {
  #single-column .content-main ol li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #single-column .content-main ol li {
    font-size: 15px;
  }
}

#single-column .content-main ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main ol li:before {
    font-size: 16px;
  }
}

#single-column .content-main dl {
  padding: 0;
  margin: 0 0 48px 0;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main dl {
    margin-bottom: 32px;
  }
}

#single-column .content-main dl dt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
  #single-column .content-main dl dt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #single-column .content-main dl dt {
    margin: 0 0 5px 0;
    font-size: 15px;
  }
}

#single-column .content-main dl dd {
  font-size: 16px;
  line-height: 2;
  padding: 20px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  #single-column .content-main dl dd {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #single-column .content-main dl dd {
    margin: 0 0 20px 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #single-column .content-main iframe {
    width: 100%;
  }
}

#single-column .content-main table {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main table {
    margin-bottom: 32px;
  }
}

#single-column .content-main table th {
  font-size: 14px;
  background: #ededed;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main table th {
    font-size: 12px;
  }
}

#single-column .content-main table td {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main table td {
    font-size: 12px;
  }
}

#single-column .content-main table td.td-sub {
  background: #f6f6f6;
}

#single-column .content-main table.small-table th {
  font-size: 12px;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main table.small-table th {
    font-size: 10px;
  }
}

#single-column .content-main table.small-table td {
  font-size: 12px;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main table.small-table td {
    font-size: 10px;
  }
}

#single-column .content-main .scroll-table {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 48px;
}

#single-column .content-main .scroll-table table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
  margin: 0;
}

#single-column .content-main .scroll-table table th {
  width: 100px;
  font-size: 12px;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main .scroll-table table th {
    font-size: 10px;
    width: 80px;
  }
}

#single-column .content-main .scroll-table table td {
  width: 170px;
  white-space: normal;
  font-size: 12px;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  #single-column .content-main .scroll-table table td {
    font-size: 10px;
    width: 120px;
  }
}

#single-column .cta-area {
  margin: 0 -48px;
  background: #999 url(../img/bg/bg-service03.jpg) no-repeat;
  background-size: cover;
}

#single-column .cta-area .filter {
  padding: 64px 48px;
  background: rgba(0, 0, 0, 0.5);
}

#single-column .cta-area .tit {
  text-align: center;
  font-size: 30px;
  margin-bottom: 24px;
  color: #FFF;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #single-column .cta-area .tit {
    font-size: 24px;
  }
}

#single-column .cta-area .txt-area {
  background: #FFF;
  padding: 32px;
}

#single-column .cta-area .txt-area p {
  margin-bottom: 32px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  #single-column .cta-area .txt-area p {
    font-size: 14px;
  }
}

#single-column .cta-area .txt-area .cv a {
  position: relative;
  padding: 20px 50px 20px 20px;
  max-width: 540px;
  margin: 0 auto;
  display: block;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: -webkit-linear-gradient(-5deg, #ADA142 50%, #b9b16f 50%, #b9b16f);
  background: -webkit-linear-gradient(95deg, #ADA142 50%, #b9b16f 50%, #b9b16f);
  background: linear-gradient(-5deg, #ADA142 50%, #b9b16f 50%, #b9b16f);
}

@media only screen and (max-width: 767px) {
  #single-column .cta-area .txt-area .cv a {
    font-size: 18px;
  }
}

#single-column .cta-area .txt-area .cv a:hover {
  opacity: 0.95;
}

#single-column .cta-area .txt-area .cv a:before, #single-column .cta-area .txt-area .cv a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #single-column .cta-area .txt-area .cv a:before, #single-column .cta-area .txt-area .cv a:after {
    right: 15px;
  }
}

#single-column .cta-area .txt-area .cv a:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #single-column .cta-area .txt-area .cv a:before {
    width: 20px;
    height: 20px;
  }
}

#single-column .cta-area .txt-area .cv a:after {
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #ada142;
  border-right: 4px solid #ada142;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  #single-column .cta-area .txt-area .cv a:after {
    right: 22px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #ada142;
    border-right: 3px solid #ada142;
  }
}

/* ------------------------------------------------- *
 *        20220516追加
 * ------------------------------------------------- */

.box04 {
margin: 2em auto;
padding: 1em;
width: 100%;
color: #000;
background-color: #ffffe0;
border: 3px solid #ffd700;
}

/* ------------------------------------------------- *
 *        ＠News(single)
 * ------------------------------------------------- */
#single-news {
  padding: 80px 0 64px 0;
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #single-news {
    padding: 20px 0 32px 0;
  }
}

#single-news .content {
  background: #FFF;
  padding: 80px;
  border: 1px solid #EEE;
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #single-news .content {
    padding: 32px;
    margin: 0 auto;
  }
}

#single-news .content .day {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

#single-news .content h1 {
  font-size: 30px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  #single-news .content h1 {
    font-size: 24px;
  }
}

#single-news .content p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #single-news .content p {
    margin-bottom: 32px;
  }
}

#single-news .content a {
  text-decoration: underline;
}

/* ------------------------------------------------- *
 *        ＠header
 * ------------------------------------------------- */
#header-pc {
  padding: 0 32px;
  background: #333;
  z-index: 9999;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #header-pc {
    padding: 8px 16px;
  }
}

#header-pc .h-logo img {
  width: 150px;
}

#header-pc .h-navi > ul > li {
  display: inline-block;
  position: relative;
  /* 2階層目 */
}

#header-pc .h-navi > ul > li > a {
  padding: 24px 16px;
  display: block;
  color: #FFF;
  font-size: 14px;
  position: relative;
}

#header-pc .h-navi > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 7px;
  background: #999;
  height: 3px;
  width: 0%;
  border-left: 18px solid #333;
  border-right: 18px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: width, left, right;
  transition-property: width, left, right;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#header-pc .h-navi > ul > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 22px;
  margin: -11px 0 0 0;
}

#header-pc .h-navi > ul > li > a:hover {
  text-decoration: none;
}

#header-pc .h-navi > ul > li > a:hover:before, #header-pc .h-navi > ul > li > a:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}

#header-pc .h-navi > ul > li:hover > ul {
  display: block;
}

#header-pc .h-navi > ul > li > ul {
  display: none;
  position: absolute;
  width: 300px;
  background: #333;
  right: 0;
  z-index: 10;
}

#header-pc .h-navi > ul > li > ul li {
  border-bottom: 1px solid #5a5a5a;
}

#header-pc .h-navi > ul > li > ul li:last-child {
  border: none;
}

#header-pc .h-navi > ul > li > ul li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  padding: 15px 20px;
}

#header-sp {
  height: 50px;
  padding: 6px 8px;
  background: #333;
  z-index: 9999;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header-sp .h-logo img {
  width: 145px;
  height: auto;
  padding: 0px 0 0 5px;
}

.global-nav-sp {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background-color: #222;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}

.global-nav-sp > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav-sp > ul > li {
  text-align: center;
  padding: 0 24px;
  /* 2階層目 */
}

.global-nav-sp > ul > li > a {
  text-align: left;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #555;
  text-decoration: none;
  color: #EEE;
  font-size: 14px;
}

.global-nav-sp > ul > li.acordion {
  position: relative;
}

.global-nav-sp > ul > li.acordion:after, .global-nav-sp > ul > li.acordion:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  right: 25px;
  top: 23px;
  -webkit-transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.global-nav-sp > ul > li.acordion:after {
  -webkit-transform: rotateZ(270deg) translate3d(0, 0, 0);
  transform: rotateZ(270deg) translate3d(0, 0, 0);
}

.global-nav-sp > ul > li.acordion:before {
  -webkit-transform: rotateZ(180deg) translate3d(0, 0, 0);
  transform: rotateZ(180deg) translate3d(0, 0, 0);
}

.global-nav-sp > ul > li.acordion.is-open {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.global-nav-sp > ul > li.acordion.is-open:after, .global-nav-sp > ul > li.acordion.is-open:before {
  -webkit-transform: rotateZ(0) translate3d(0, 0, 0);
  transform: rotateZ(0) translate3d(0, 0, 0);
  background: #FFF;
}

.global-nav-sp > ul > li > ul {
  display: none;
  padding: 10px 0 10px 10px;
}

.global-nav-sp > ul > li > ul li {
  text-align: left;
}

.global-nav-sp > ul > li > ul li a {
  font-size: 14px;
  color: #FFF;
  padding: 10px 0 10px 10px;
  display: block;
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 300;
}

.hamburger .hamburger__line {
  position: absolute;
  left: 16px;
  width: 18px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hamburger .hamburger__line--1 {
  top: 16px;
}

.hamburger .hamburger__line--2 {
  top: 22px;
}

.hamburger .hamburger__line--3 {
  top: 28px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav-sp {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

/* ------------------------------------------------- *
 *        ＠sidebar
 * ------------------------------------------------- */
aside {
  width: 25%;
  float: right;
  /* side_category */
  /* side_rank */
  /*side-archive */
}

@media only screen and (max-width: 767px) {
  aside {
    width: 100%;
    float: none;
  }
}

aside .side-title {
  font-size: 18px;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  width: 100%;
}

aside .side-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background-color: #222;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

aside .side-cat {
  padding: 32px;
  background: #FFF;
  margin-bottom: 32px;
  border: 1px solid #EEE;
}

@media only screen and (max-width: 767px) {
  aside .side-cat {
    margin-bottom: 16px;
  }
}

aside .side-cat ul li a {
  padding: 12px 0 12px 30px;
  display: block;
  border-bottom: 1px dotted #999;
  color: #222;
  background: url(../img/icon/icon-arw-glay.png) no-repeat left center;
}

aside .side-cat ul li a:hover {
  background: url(../img/icon/icon-arw-black.png) no-repeat left center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

aside .side-rank {
  padding: 32px 16px 0 16px;
  background: #FFF;
  margin-bottom: 32px;
  border: 1px solid #EEE;
}

@media only screen and (max-width: 767px) {
  aside .side-rank {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}

aside .side-rank .item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  aside .side-rank .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

aside .side-rank .item a {
  display: block;
  font-size: 14px;
  color: #222;
}

aside .side-rank .item a:hover img {
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  aside .side-rank .item a {
    color: #3972D7;
    text-decoration: underline;
  }
}

aside .side-rank .item img {
  margin-bottom: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 120px;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  aside .side-rank .item img {
    width: 40%;
    float: left;
    height: auto;
  }
}

aside .side-archive {
  padding: 32px;
  background: #FFF;
  margin-bottom: 32px;
  border: 1px solid #EEE;
}

@media only screen and (max-width: 767px) {
  aside .side-archive {
    margin-bottom: 16px;
  }
}

aside .side-archive li {
  border-bottom: 1px dotted #999;
  padding: 12px 0;
}

aside .side-archive li a {
  padding: 0 0 0 30px;
  color: #222;
  background: url(../img/icon/icon-arw-glay.png) no-repeat left center;
}

aside .side-archive li a:hover {
  background: url(../img/icon/icon-arw-black.png) no-repeat left center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* ------------------------------------------------- *
 *        ＠footer
 * ------------------------------------------------- */
footer {
  background: #333;
  padding: 80px 0 40px 0;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 32px 0;
  }
}

footer .link-area {
  float: left;
  width: 75%;
  margin-bottom: 40px;
  border-right: 1px solid #3A3A3B;
}

@media only screen and (max-width: 767px) {
  footer .link-area {
    float: none;
    width: 100%;
    border-right: none;
  }
}

footer .link-area .title {
  color: #848484;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3A3A3B;
}

footer .link-area .item {
  width: 33.3333%;
  float: left;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  footer .link-area .item {
    width: 100%;
    float: none;
    margin-bottom: 32px;
    padding-right: 0;
  }
}

footer .link-area .item ul {
  overflow: hidden;
}

footer .link-area .item ul li a {
  font-size: 16px;
  color: #FFF;
  padding: 8px 0;
  display: block;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  footer .link-area .item ul li a {
    font-size: 14px;
  }
}

footer .comp-area {
  float: right;
  width: 25%;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  footer .comp-area {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    float: none;
    padding: 0 0 32px 0;
  }
}

footer .copy {
  border-top: 1px solid #3A3A3B;
  padding-top: 40px;
  text-align: center;
  clear: both;
}

footer .copy small {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  footer .copy small {
    font-size: 14px;
    padding-top: 32px;
  }
}

/* ------------------------------------------------- *
 *        ＠その他
 * ------------------------------------------------- */
.login {
  background: url(../img/bg/bg-main-visual.jpg) no-repeat;
  background-size: cover;
}
