@charset "UTF-8";
/*ブログ*/
.post-content p, .post-content li, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  /*	font-size: 117%;
  	line-height: 24px;*/
}

.single-title {
  font-size: 3rem;
  margin-bottom: 30px;
  padding: 5px 0;
  line-height: 1.2;
  border: none;
  text-align: left;
  position: relative;
  border-bottom: 2px solid #ccc;
}
.single-title::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -2px;
  width: 20%;
  border-bottom: 2px solid #8e2940;
}
.single-title:first-letter {
  font-size: 1.2em;
  color: #8e2940;
}

.post-content h2 {
  font-weight: bold;
  font-size: 2.4rem;
  background: #fff2f2;
  color: #555;
  border-bottom: none;
  margin-bottom: 10px;
  border-left: 3px solid #8e2940;
  padding: 10px 8px 8px 8px;
}
.post-content h2::after {
  display: none;
}
.post-content h2:first-letter {
  font-size: 1em;
  color: #555;
}

.post-content h3 {
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 2px solid #8e2940;
  margin-bottom: 20px;
  padding: 5px;
  line-height: 1.4;
  letter-spacing: 0;
}

.post-content h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 2rem;
  width: 100%;
  color: #8e2940;
  font-weight: bold;
  text-decoration: none;
}

.post-content h5 {
  border-bottom: 1px dashed #CCC;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.post-content h6 {
  border-left: 3px solid #CCC;
  padding-left: 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.post-content p {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 2rem;
}
.post-content ul, .post-content ol {
  margin-bottom: 2rem;
}
.post-content ul li, .post-content ol li {
  font-size: 18px;
  line-height: 1.4em;
  list-style-type: inherit;
}
.post-content h2, .post-content h3 {
  margin-top: 60px;
}

.tbl,
.tbl tr,
.tbl th,
.tbl td {
  border: 1px solid #ccc;
}

.tbl th,
.tbl td {
  vertical-align: middle;
  padding: 5px 10px;
  text-align: center;
}

.bprd-text {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.hsm-btn {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.hsm-btn a {
  background: #333;
  padding: 8px 10px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-bottom: 60px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.hsm-btn a:hover {
  background: #fff;
  color: #333;
}

@media (max-width: 575px) {
  .hsm-btn {
    max-width: 400px;
    margin: 0 auto 60px auto;
  }
  .hsm-btn a {
    display: block;
    font-size: 1.6rem;
  }
}
/* リストタグ標準 */
.post-content ul {
  list-style-type: disc;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content ul li, .post-content ol li {
  list-style-position: inside;
  margin-bottom: 3px;
}

/* テーブルのスタイル */
.post-content table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
}

.post-content table th {
  background-color: #EEE;
}

.post-content table th, .post-content table td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 7px;
}

@media (max-width: 575px) {
  .post-content p {
    font-size: 1.4rem;
  }
  .post-content h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .post-content h3 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .post-content h4 {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .post-content ul li, .post-content ol li {
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
/* 太字 */
.post-content strong {
  font-weight: bold;
}

/* イタリック */
.post-content em {
  font-style: italic;
}

/* イメージ画像 */
.post-content .aligncenter {
  display: block;
  margin: 0 auto;
}

.post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.post-content img[class*="wp-image-"],
.post-content img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.post-content .clearfix {
  overflow: hidden;
  zoom: 1;
}

.post-content .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 画像キャプション */
.post-content .wp-caption-text {
  text-align: center;
}

/* 引用 */
blockquote p {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .5rem solid #eceeef;
}

blockquote p span {
  font-size: 1.8rem;
}

/*--------------------------------------------------*/
/* コメントのスタイル */
/*--------------------------------------------------*/
.comments ol li {
  /*list-style-position: outside;*/
  list-style-type: none;
}

.comments-title {
  text-align: center;
  font-size: 20px;
}

.comments-list li {
  border: 1px solid #CCC;
  padding: 15px;
  margin-bottom: 15px;
}

.comments-list li li {
  margin: 15px;
  border: 1px dashed #CCC;
}

.comments-list li li li {
  border: 1px dashed #CCC;
  margin-bottom: 15px;
  margin: 5px;
  padding: 5px;
}

.comments-list .vcard {
  background-color: #EFEFEF;
  padding: 15px;
  margin-bottom: 15px;
}

.comments #reply-title {
  text-align: center;
  font-size: 20px;
  margin: 50px 0 30px 0;
}

.comments #reply-title::before {
  content: ' -';
}

.comments #reply-title::after {
  content: '- ';
}

.comments #comment {
  width: 100%;
}

.comments input[name="submit"] {
  margin: 15px 0 30px 0;
  padding: 5px 30px;
  font-size: 16px;
  background-color: #333;
  color: #FFF;
}

.comments .form-submit {
  text-align: center;
}

.comments label[for="comment"] {
  font-size: 18px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-top: 10px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

.single-arrow {
  margin-bottom: 60px;
  /* 次の記事 */
}
.single-arrow a {
  color: #333;
  display: block;
  padding: 20px;
  font-weight: bold;
  border-radius: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.single-arrow a:hover {
  background: #333;
  color: #fff;
}
.single-arrow-next {
  text-align: right;
}

.single-arrow-prev {
  border-right: 1px solid #ccc;
}

.single-meta-left {
  float: left;
}

.single-meta-right {
  float: right;
}

.requires-list li {
  list-style: none !important;
  margin-bottom: 20px !important;
}
.requires-list li a {
  box-shadow: 0 0 5px #ccc;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.require-imgbox {
  width: 100%;
  height: 100px;
  margin: 0 !important;
  overflow: hidden;
  top: 0;
  position: relative;
}

.require-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background-color 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.require-imgbox img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.requires-list a:hover .require-imgbox img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.requires h3 {
  color: #8e2940;
  background: none;
  margin-bottom: 20px !important;
}

.require-title {
  color: #555;
  display: block;
  padding: 8px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  margin-bottom: 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
}

.require-title:hover {
  color: #8e2940;
}

.author-avatarbox {
  margin-bottom: 30px;
  background: #f3f3f3;
  padding: 15px;
}
.author-avatarbox h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.author-avatar-detail {
  width: 100%;
}
.author-avatar-detail p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.post-author {
  margin-bottom: 10px;
  font-size: 18px;
}

.counter-hierarchy {
  border-radius: 0 !important;
  padding: 15px !important;
}

.ez-toc-title {
  text-align: center !important;
  padding: 15px !important;
  color: #555;
  background: #ccc;
}

.ez-toc-title-container {
  margin-bottom: 10px !important;
}

.ez-toc-list > li {
  margin-bottom: 10px !important;
}

.ez-toc-list li a {
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  display: block;
  margin-bottom: 10px;
}

.other-posts {
  border: 1px solid #ccc;
}

.other-posts {
  padding: 10px;
}
.other-posts h3 {
  text-align: left;
  font-size: 2rem;
}
.other-posts h3:first-letter {
  font-size: 2.4rem;
  color: #8e2940;
}

.other-list h2 {
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif !important;
  border-bottom: none;
  margin-bottom: 0;
  font-size: 1.6rem;
  padding: 10px 5px;
  color: #555;
}
.other-list h2:hover {
  background: #f3f3f3;
}
.other-list h2:after {
  border: none;
}
.other-list h2:first-letter {
  color: #333;
  font-size: 1.6rem;
}

.single-meta span {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .single-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .post-author {
    font-size: 1.4rem;
  }

  .single-arrow a {
    font-weight: bold;
    padding: 20px;
  }

  .yarpp-thumbnail {
    width: 50%;
  }

  .require-imgbox {
    height: 80px;
  }

  .single-meta span {
    display: block;
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .ez-toc-title {
    font-size: 1.6rem !important;
    padding: 5px 0 !important;
  }

  .counter-hierarchy {
    padding: 10px !important;
  }

  .other-list h2 {
    font-size: 1.2rem;
  }

  .single-arrow a {
    padding: 10px;
  }
}
.other-posts hr {
  border-top: 1px solid #ccc;
}

.related_alliance-list {
  display: flex;
  flex-wrap: wrap;
}
.related_alliance-list li {
  width: 15%;
}
.related_alliance-list li img {
  width: 100%;
  margin-bottom: 5px;
}
.related_alliance-list li p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.related_alliance-list-inner {
  margin: 10px;
}

@media (max-width: 1199px) {
  .related_alliance-list li {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .related_alliance-list li {
    width: 20%;
  }

  .related_alliance-list-inner {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .related_alliance-list li {
    width: 20%;
  }
}
@media (max-width: 575px) {
  .related_alliance-list li {
    width: 33%;
  }
}
.management-data {
  background: #f4f3e6;
  padding: 20px;
  margin-bottom: 30px;
}
.management-data p {
  margin-bottom: 0;
}
.management-data table {
  border: none;
}
.management-data th {
  background: none !important;
  border-right: none !important;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.6rem;
  border-bottom: 1px dotted #ccc !important;
}
.management-data td {
  border-right: none !important;
  vertical-align: middle;
  font-size: 1.4rem !important;
  line-height: 1.4;
  border-bottom: 1px dotted #ccc !important;
}

.management-title {
  font-size: 2rem !important;
  font-weight: bold;
  color: #8E2940;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px !important;
}

.management-access {
  background: #f4f3e6;
  padding: 20px 15px;
  margin-bottom: 30px;
}
.management-access ul {
  list-style: none;
  margin-bottom: 0;
}
.management-access li {
  font-size: 1.4rem !important;
  line-height: 1.4;
  font-weight: normal !important;
  text-align: center;
}
.management-access li:first-child {
  font-weight: bold;
  font-size: 1.8rem !important;
}
.management-access li:last-child {
  margin-top: 10px;
}
.management-access .linkurl {
  background: #8e2940;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
  min-width: 10em;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.management-access .linkurl:hover {
  background: #333;
}

.management-tel {
  color: #8e2940;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 575px) {
  .management-data {
    padding: 15px;
  }
  .management-data p {
    line-height: 1.4;
  }
  .management-data th {
    width: 5em;
    font-size: 1.4rem !important;
    padding: 10px 0 0 0 !important;
  }
  .management-data td {
    font-size: 1.3rem !important;
  }

  .management-title {
    font-size: 1.6rem !important;
  }
}
.category-bnr,
.category-bnr-img,
.category-bnr dl {
  display: table-cell;
}

.category-bnr {
  margin-bottom: 30px;
  display: table;
  border: 3px solid #555;
  border-radius: 5px;
}
.category-bnr img {
  width: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s;
}

.category-bnr-img {
  width: 35%;
  padding-right: 10px;
}

.category-bnr-img-inner {
  position: relative;
  overflow: hidden;
}

.category-bnr-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category-bnr {
  padding: 20px;
}
.category-bnr dl {
  vertical-align: top;
  width: 65%;
}
.category-bnr dt {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #555;
  border-bottom: 1px solid #333;
}
.category-bnr dd {
  font-size: 1.4rem;
}

.category-bnr-btn {
  display: block;
  float: right;
  padding: 8px 15px;
  font-weight: bold;
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  -ms-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.category-bnr-btn.inbound {
  color: #fff;
  background: #01b0b4;
  border: 1px solid #01b0b4;
}
.category-bnr-btn.inbound:hover {
  border: 1px solid #333;
  background: #333;
}

.category-bnr-btn.hp-service {
  color: #fff;
  background: #8e2940;
  border: 1px solid #8e2940;
}
.category-bnr-btn.hp-service:hover {
  border: 1px solid #333;
  background: #333;
}

@media (max-width: 991px) {
  .category-bnr,
  .category-bnr-img,
  .category-bnr dl {
    display: block;
    width: 100%;
  }

  .category-bnr {
    padding: 30px;
  }

  .category-bnr dt {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }

  .category-bnr-img {
    padding-right: 5px;
  }

  .category-bnr-img-inner img {
    max-width: 350px;
    display: block;
    margin: 0 auto 20px auto;
  }

  .category-bnr dd .category-bnr-btn {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .category-bnr,
  .category-bnr-img,
  .category-bnr dl {
    display: block;
    width: 100%;
  }

  .category-bnr {
    padding: 20px;
  }

  .category-bnr dt {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .category-bnr dt {
    font-size: 2rem;
  }
}
.rank-box h2 {
  margin-bottom: 30px;
}

.rankinner {
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ccc;
}

.rank-imgbox {
  max-width: 175px;
}

.rank-rightbox {
  margin-left: 15px;
}
.rank-rightbox p {
  line-height: 1.2;
}

.rank-shop {
  font-weight: bold;
}

.rank-link a {
  background: #333;
  color: #Fff;
  padding: 5px 10px;
}

.rank-infotext em {
  font-weight: bold;
  font-size: 1.8rem;
  color: #8e2940;
  font-style: normal;
}

@media (max-width: 575px) {
  .rankinner {
    max-width: 400px;
    margin: 0 auto 10px auto;
    display: block;
    padding: 20px 10px;
  }

  .rank-imgbox {
    margin: 0 auto 10px;
  }

  .rank-rightbox {
    margin-left: 0;
  }
  .rank-rightbox p {
    text-align: center;
  }

  .rank-link {
    text-align: center;
  }
  .rank-link a {
    display: inline-block;
  }

  .rank-infotext em {
    font-size: 1.6rem;
  }
}
