@charset "utf-8";

/*
theme Name: Neyagawakogyou
Author: Marble
Description: original theme
version： 1.0.0
*/

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #0099db;
}
a:hover {
  color: #5ab4bd;
}
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*--------------------
サイト全体の基準となるCSSを記述
----------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}

body {
  /*フォントの指定*/
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000;
}

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

/*コンテンツのサイズ指定*/
.header-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 0.7rem 0.7rem;
}
.container,
.footer-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem;
}
.container {
  padding: 2rem 1.25rem;
}
.container:after {
  display: block;
  clear: both;
  content: "";
}
.contents {
  float: left;
  width: 70%;
  margin-right: 3%;
}
.sidebar {
  float: left;
  width: 27%;
}
.contents2 {
  width: 100%;
}

/*----------------------
余白調整
----------------------*/
.mr3r {
  margin-right: 3rem;
}
.mr2r {
  margin-right: 2rem;
}
.mr1r {
  margin-right: 1rem;
}
.mr05r {
  margin-right: 0.5rem;
}
.ml05r {
  margin-left: 0.5rem;
}
.ml025r {
  margin-left: 0.25rem;
}
.ml3r {
  margin-left: 3rem;
}
.mt-50px {
  margin-top: -50px;
}
.mt0 {
  margin-top: 0;
}
.mt3e {
  margin-top: 3em !important;
}
.mt2r {
  margin-top: 2rem;
}
.mb1r {
  margin-bottom: 1rem;
}
.mb2r {
  margin-bottom: 2rem !important;
}
.mb3r {
  margin-bottom: 3rem !important;
}
.pdl3e {
  padding-left: 3em;
}

/*----------------------
文字
----------------------*/
.fs16 {
  font-size: 16px;
  font-size: 1rem;
}
.fs_h3 {
  font-size: 1.5rem;
}

.fs50per {
  font-size: 50%;
}
.fs60per {
  font-size: 60%;
}
.fs70per {
  font-size: 70%;
}
.fs80per {
  font-size: 80%;
}
.fs85per {
  font-size: 85%;
}
.fs90per {
  font-size: 90%;
}
.fs110per {
  font-size: 110%;
}
.fs120per {
  font-size: 120%;
}
.fs130per {
  font-size: 130%;
}
.fs140per {
  font-size: 140%;
}
.fs150per {
  font-size: 150%;
}

.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh17 {
  line-height: 1.7;
}
.lh18 {
  line-height: 1.8;
}
.lh19 {
  line-height: 1.9;
}
.lh20 {
  line-height: 2;
}
.lh22 {
  line-height: 2.2;
}
.lh24 {
  line-height: 2.4;
}
.lh26 {
  line-height: 2.6;
}
.lh28 {
  line-height: 2.8;
}

.ls05 {
  letter-spacing: 0.05em;
}
.ls10 {
  letter-spacing: 0.1em;
}
.ls20 {
  letter-spacing: 0.2em;
}
.ls-02 {
  letter-spacing: -0.02em;
}
.ls-05 {
  letter-spacing: -0.05em;
}
.ls-10 {
  letter-spacing: -0.1em;
}
.ls-20 {
  letter-spacing: -0.2em;
}

.fwn {
  font-weight: normal;
}

.fn-green {
  color: #3d7c00;
}
.fn-blue {
  color: #2ca6e0;
}
.fn-blue2 {
  color: #0099db;
}
.fn-orange {
  color: #e74a13;
}
.fn-ygreen {
  color: #85bc1d;
}
.fn-yellow {
  color: #ffee00;
}
.fn-eme {
  color: #5068c7;
}

.txal-l {
  text-align: left;
}
.txal-r {
  text-align: right;
}
.txal-c {
  text-align: center;
}

/*--------------------------
ボタン
---------------------------*/
.btn-base {
  display: inline-block;
  width: 96%;
  margin-top: 1em;
  padding: 0.6em 1em;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 4px #b5b5b5;
  border-radius: 4px;
}
.btn-base65 {
  display: inline-block;
  width: 65%;
  margin-top: 1em;
  padding: 0.6em 1em;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  border-bottom: solid 4px #b5b5b5;
  border-radius: 4px;
}
a.btn-base,
a.btn-base65 {
  color: #fff;
}
.btn-red {
  background: #e9443e; /*ボタン色*/
}
.btn-green {
  background: #5ab4bd; /*ボタン色*/
}
.btn-green2 {
  background: #005d2e; /*ボタン色*/
}
.btn-blue {
  background: #6ba6da; /*ボタン色*/
}
.btn-red:hover,
.btn-green:hover,
.btn-green2:hover,
.btn-blue:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .btn-base,
  .btn-base65 {
    width: 86%;
  }
}
/*--------------------------
吹き出し　楕円
---------------------------*/
.bubble-1 {
  position: relative;
  display: inline-block;
  width: 120px;
  padding: 0.8rem;
  background: #e9443e;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}
.bubble-1:before {
  position: absolute;
  content: "";
  top: 70%;
  left: 70%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 26px solid #e9443e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------------------
ヘッダー pc
------------------------*/
header {
  background-color: #368d3b;
}
@media (min-width: 748px) {
  header {
    border-bottom: none;
  }
}
/* .header-inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
} */
.site-title-wrap {
  text-align: left;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .site-title-wrap {
    flex-direction: column;
  }
}
/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title a img {
  display: inline-block;
  width: auto;
  height: 80px;
}
/* .site-title-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */
.site-title-box-inner-L {
  margin-left: 1rem;
}
.site-title-box-inner-R {
  margin-left: 1rem;
  text-align: right;
}
.site-title-tx01 {
  color: #0099db;
  font-size: 1rem;
  padding-bottom: 4px;
}
.site-title-tx02 {
  color: #fff;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1.1em;
}
.site-title-tx02 br {
  display: none;
}
.site-title-tx03 {
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}
.site-title-tx03-sp {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}
.site-title-tx04 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 0.9em;
  color: #fff;
}
.site-title-tx04 a {
  font-size: 2rem;
  font-weight: 800;
  pointer-events: none;
  text-decoration: none;
  color: #fff;
  padding: 0 10px 0 4px;
}
.site-title-tx04 img {
  width: auto;
  height: 32px;
  padding-top: 4px;
}
.site-title-tx05 {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
}

.titlebox-inner-logo {
  margin-right: 1.2rem;
}
.titlebox-inner-banner {
  display: flex;
  flex-direction: column;
}

/* SP ロゴ下テキスト非表示 */
.site-title-tx03,
.site-title-sub {
  display: none;
}
/* SP テキスト表示 */
.site-title-tx03-sp {
  display: block;
}

@media (min-width: 1000px) {
  .titlebox-inner-banner {
    flex-direction: row;
  }
  /* PC ロゴ下テキスト表示 */
  .site-title-tx03,
  .site-title-sub {
    display: block;
  }
  /* PC テキスト非表示 */
  .site-title-tx03-sp {
    display: none;
  }
}
.banner-cloudus {
  width: auto;
  max-width: 235px;
  height: auto;
  margin: 0.5rem 0;
}

/*----------------------
ヘッダーナビ pc
------------------------*/
.navbutton {
  display: none;
}
.header-inner-nav {
  background-color: #fff;
}
.header-nav-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.header-nav > ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}
.header-nav li {
  display: block;
  /* width: 176px; */
  padding: 0 1rem;
  /* height: 50px; */
  line-height: 50px;
}
.header-nav li a {
  text-decoration: none;
  font-weight: 500;
  color: #368d3b;
}
.header-nav li a:hover {
  color: #8cb808;
}
.header-nav > ul li:hover > ul {
  display: block;
}
/*----------------------
ヘッダーナビ　副項目
------------------------*/
.header-nav .sub-menu:before {
  /*吹き出し三角マーク*/
  font-family: "FontAwesome";
  font-size: 2em;
  position: absolute;
  top: -24px;
  left: 10px;
  content: "\f0d8";
  color: #368d3b;
}

.header-nav .sub-menu {
  position: relative;
  z-index: 1;
  display: none;
  width: 95%;
  border-top: none;
}

.header-nav .sub-menu li {
  display: block;
  float: none;
  padding: 0;
  background: #368d3b;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.header-nav .sub-menu li:last-child {
  border-bottom: none;
}
.header-nav li:hover .sub-menu {
  display: block;
}

.header-nav .sub-menu li a:before {
  color: #333;
}

.header-nav .sub-menu li a {
  font-size: 1em;
  font-weight: normal;
  margin-left: 10px;
  padding: 10px 30px 10px 10px;
  text-align: left;
  color: #fff;
  background-color: #368d3b;
}
.header-nav .sub-menu li a:hover {
  background-color: #0099db;
  color: #fbf71c;
}

@media (min-width: 768px) {
  #header-nav .sub-menu {
    position: absolute;
    width: 220px;
    border-top: 1px solid #eee;
  }
}

/*----------------------
フッター　pc
------------------------*/
footer {
  background-color: #368d3b;
  color: #fff;
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 30px;
}
.copyright-box {
  background-color: #8cb808;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.6rem;
}
.footer-inner-info {
  width: 50%;
}
.logomark img {
  width: 150px;
  padding: 6px;
  background-color: transparent;
  border-radius: 6px;
}

.footer-nav ul li {
  border-bottom: 1px dotted #fff;
  padding: 5px;
}
.footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-nav ul li a:hover {
  color: rgb(40, 43, 82);
}
.footer-nav ul li:last-child {
  border-bottom: none;
}
/*フッターお問い合わせボタン*/
.contact-btn {
  display: block;
  width: 73%;
  margin-top: 1.5em;
  padding: 0.5em 3em;
  border: 1px solid #fff;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 3px;
}
a.contact-btn {
  color: #fff;
  text-decoration: none;
}
a.contact-btn:hover {
  color: #0e6fa4;
  background-color: #fff;
  opacity: 0.5;
}
/*---------------------------------------------------------
サイドバー
---------------------------------------------------------*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 0.5rem;
  color: #000;
  border-bottom: 4px solid #03162f;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: 0.5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.sidebar-wrapper a:hover {
  opacity: 0.6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: 0.5rem;
}

.widget_categories li a {
  font-size: 0.95rem;
  position: relative;
  display: block;
  padding: 0.9rem 0.6rem 0.9rem 2rem;
  color: #fff;
  background-color: #03162f;
}

.widget_categories li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  content: "\f02b";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: 0.5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: 0.9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: 0.6rem;
  content: "∟";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "▼";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: 0.95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
}

.widget_archive label::after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "▼";
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: 0.9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}

.widget_nav_menu li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f105";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #03162f;
}

/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: "\f303";
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: 0.3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: 0.8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: 0.3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: 0.7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}
/*-------------------------
記事一覧表示設定
----------------------------*/
.archive-top h1 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.archive-top p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
}

.article-list:hover {
  background-color: #eee;
}

.article-list a {
  display: block;
  text-decoration: none;
  color: #333;
}

.article-list a:after {
  display: block;
  clear: both;
  content: "";
}

.article-list .img-wrap {
  position: relative;
  float: left;
  line-height: 1;
}

.article-list .img-wrap img {
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-list .img-wrap .cat-data {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background-color: #03162f;
}

.article-list .text {
  margin-left: 260px;
}

.article-list .text h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.article-list .text .article-date,
.article-list .text .article-author {
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #888;
}

.article-list .text .article-date {
  margin-right: 0.5rem;
}

.article-list .text .article-author i {
  margin-right: 0.3rem;
}

.article-list .text p {
  font-size: 0.8125rem;
  line-height: 1.7;
}
/*-------------------------
ページネーションの設定
---------------------------*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current {
  display: block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ccc;
}

.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}

.pagination ul li a {
  text-decoration: none;
  color: #333;
}

.pagination ul li a:hover {
  opacity: 0.6;
}

.pagination .current {
  color: #fff;
  background-color: #03162f;
}
/*-------------------------
投稿記事用設定　ｐｃ
---------------------------*/
.article-content {
  width: 94%;
  margin: 0 auto 2rem;
}

.article-content .article-info {
  margin-bottom: 0.5rem;
}

.article-content .cat-data a {
  font-size: 0.8rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: 0.3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  /* letter-spacing: 1px; */
}

.article-content p,
/*.article-content img,*/
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.article-content h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}

.article-content h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: 0 0 0.4em;
  /* letter-spacing: 1px; */
  line-height: 1.15em;
  border-bottom: solid 5px #03162f;
}

.article-content h3 {
  font-size: 1.2rem;
  margin: 2.2rem 0 1.5rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 4px #415671;
  background: transparent;
}

.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 0.3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 0.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: 0.6;
}
h2.title-news {
  background-color: #8cb808;
  background-image: url("images/icon/flag.png");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 15px;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.3rem 0 0.3rem 50px;
  border-radius: 3px;
  border: none;
}
h2.title-info {
  background-color: #e9443e;
  background-image: url("images/icon/smail.png");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 15px;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 16px;
  padding: 0.3rem 0 0.3rem 50px;
  border-radius: 3px;
  border: none;
}
h2.title-info-green {
  background-color: #5ec40d;
  background-image: url("images/icon/smail.png");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 15px;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 16px;
  padding: 0.3rem 0 0.3rem 50px;
  border-radius: 3px;
  border: none;
}
/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
.home-top .article-top .img-wrap img {
  width: 600px;
  height: 400px;
}

.home-top .article-top .text {
  margin-left: 630px;
}

.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  color: #f00;
}

.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}

/*---------------------
　TOP　スライド下 手伝い隊
----------------------*/
.komarigoto-catch {
  background-image: url(images/top/top-megaphone@2x.png);
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: 20px 0;
  font: 2.2em/1.2em sans-serif;
  font-weight: 800;
  color: #e9443e;
  padding-left: 125px;
  margin-bottom: 20px;
}
.komarigoto-catch-sub {
  font-size: 1.4em;
  line-height: 1.25em;
  font-weight: bold;
  color: #e9443e;
  padding-left: 125px;
  margin-bottom: 20px;
}
.komarigoto-catch2 {
  background-image: url(images/top/trashu@2x.png);
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-position: 30px 0;
  font: 3em sans-serif;
  line-height: 150px;
  font-weight: 800;
  color: #006934;
  padding-left: 125px;
  margin-top: 60px;
  margin-bottom: -26px;
}
.komarigoto-catch2-sub {
  font-size: 1.4em;
  line-height: 1.25em;
  font-weight: bold;
  color: #006934;
  padding-left: 125px;
  margin-bottom: 20px;
}
.komarigoto-catch3 {
  background-image: url(images/top/NEE@2x.png);
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: 30px center;
  font: 3em/80px sans-serif;
  font-weight: 800;
  color: #6ba6da;
  padding-left: 125px;
  margin-top: 60px;
}
.top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.top-box90 {
  width: 100%;
  padding-left: 125px;
}
.top-box90-2 {
  width: 100%;
  padding-left: 80px;
}
.top-box70 {
  width: 70%;
}
.top-box30 {
  width: 30%;
}
.top-body {
  margin-left: 125px;
}

.top-box90 ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  vertical-align: top;
}
.top-box90 ul li a {
  text-decoration: none;
}

.top-box90 ul li img:hover {
  opacity: 0.7;
}
.top-box90 ul li:last-child {
  width: 50%;
}
.top-box90 ul li img:last-child:hover {
  opacity: 1;
}
.top-box .fas {
  padding-left: 0.4em;
}

@media (max-width: 767px) {
  /*            .top-box { flex-direction: column; align-items: center;}*/
  .top-box {
    display: block;
  }
  .komarigoto-catch {
    background-size: 60px auto;
    background-position: 0 0;
    font: 1.8em/1.05em sans-serif;
    font-weight: 800;
    padding-left: 70px;
  }
  .komarigoto-catch2 {
    background-size: auto 60px;
    background-position: 0 0;
    font: 1.8em/60px sans-serif;
    font-weight: 800;
    padding-left: 70px;
    margin-bottom: 0px;
  }
  .komarigoto-catch2-sub {
    font: 1.25em/1.1em sans-serif;
    font-weight: 800;
    padding-left: 0px;
    padding-top: 0.6em;
  }
  .komarigoto-catch3 {
    background-size: 60px auto;
    background-position: 0 center;
    font: 1.8em/60px sans-serif;
    font-weight: 800;
    padding-left: 70px;
    margin-bottom: 0px;
  }
  .top-box90 {
    padding: 0;
    margin: 0;
  }
  .top-box70 {
    width: 100%;
  }
  .top-box30 {
    width: 70%;
    margin: 0 auto;
  }
  .top-body {
    margin-left: 0;
  }
  .top-box90 ul li {
    width: 30%;
  }
  .top-box90 ul li:last-child {
    width: 70%;
  }
}

@media (max-width: 1000px) {
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }

  .home-top .article-top .text {
    margin-left: 440px;
  }
}

@media (max-width: 800px) {
  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .contents {
    margin-bottom: 1.5rem;
  }

  /*--------------------------
ヘッダー 800px
---------------------------*/
  .site-title a img {
    height: 64px;
  }
  .site-title-box-inner-R {
    text-align: left;
  }
  .site-title-tx01 {
    color: #0099db;
    font-size: 1rem;
    padding-bottom: 4px;
  }
  .site-title-tx02 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3em;
  }
  .site-title-tx02 br {
    display: block;
  }
  .site-title-box-inner-R .site-title-tx04 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
  }
  .site-title-box-inner-R .site-title-tx04 a {
    pointer-events: none;
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
  }
  .site-title-box-inner-R .site-title-tx04 img {
    width: 24px;
    height: 24px;
  }
  .site-title-box-inner-R .site-title-tx05 {
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin: 0.2rem 0;
  }
  .site-title-tx05 br {
    display: none;
  }

  /*--------------------------
ヘッダーナビ 800px
---------------------------*/
  .navbutton {
    font-size: 2.6rem;
    position: absolute;
    z-index: 999;
    top: 1.25rem;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    border: 0;
    background-color: transparent;
  }

  .header-nav-wrap {
    z-index: 999;
    top: 0px;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
    background-color: #0099db;
  }
  .header-nav > ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .header-nav ul li {
    display: block;
    position: relative;
    width: 100%;
    margin-right: 0;
    /* padding: 0 1rem;
   height: 50px;
   line-height: 50px; */
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  .header-nav ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    padding: 0.8rem 1.25rem;
  }
  .header-nav ul li a:hover {
    color: #fbf71c;
  }
  .header-nav ul li a:after {
    /* メニュー右端のマーク */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 25px;
    /* right: 1.25rem; */
    right: 2.5rem;
    display: block;
    content: "\f105";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
  /*--------------------------
	サブメニュー　スマホ
	----------------------------*/
  .header-nav .sub-menu:before {
    content: "";
    color: transparent;
  }
  .header-nav .sub-menu {
    display: block;
    padding-left: 20px;
  }
  .header-nav .sub-menu li {
    display: block;
    float: none;
    padding: 0;
    background-color: #0099db;
  }
  .header-nav li:hover .sub-menu {
    display: block;
  }
  .header-nav .sub-menu li a:before {
    color: #fbf71c;
  }
  .header-nav .sub-menu li a {
    font-size: 1em;
    font-weight: normal;
    margin-left: 10px;
    padding: 10px 30px 10px 10px;
    text-align: left;
    color: #fff;
    background-color: #0099db;
  }
  .header-nav .sub-menu li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: block;
    content: "\f105";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
  .header-nav .sub-menu li a:hover {
    color: #fbf71c;
    background-color: #0099db;
  }

  /*--------------------------
フッター
----------------------------*/
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    padding-bottom: 30px;
  }
  .footer-inner-info {
    margin-top: 2rem;
    width: 100%;
  }
  /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/
  .home-top .article-top .img-wrap {
    float: none;
  }

  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }

  .home-top .article-top .text {
    margin-left: 0;
  }

  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 15px;
  }

  .header-inner {
    margin: 0;
    padding: 0.7rem 0.7rem 0.3rem;
    text-align: left;
  }
  .container,
  .footer-inner {
    padding: 0.8rem;
  }

  .contents {
    margin-bottom: 1rem;
  }

  /*-------------------------
記事一覧表示設定　スマホ用
----------------------------*/
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .archive-top p {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
  .article-list {
    padding: 0.5rem;
  }

  .article-list .img-wrap img {
    width: 132px;
    height: 88px;
  }

  .article-list .img-wrap .cat-data {
    font-size: 0.6rem;
  }

  .article-list .text {
    margin-left: 140px;
    padding: 0;
  }

  .article-list .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .article-list .text p {
    display: none;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: 0.625rem;
    margin-bottom: 0;
  }

  .article-list .text .article-date {
    margin-right: 0.2rem;
  }

  /*-------------------------
投稿一覧設定　スマホ用
----------------------------*/
  .article-content {
    margin-bottom: 2rem;
  }
  .article-content h1 {
    font-size: 1.6rem;
  }

  .article-content h2 {
    font-size: 1.4rem;
  }

  .article-content h3 {
    font-size: 1.3rem;
  }

  .article-content h4 {
    font-size: 1.2rem;
  }
}
/*------------------------------
パンくずリスト
--------------------------------*/
.bread ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bread li {
  display: inline-block;
}

.bread li a {
  font-size: 0.7em;
  padding: 5px;
  text-decoration: none;
  color: #888;
}

.bread li a[href]:hover {
  background-color: #eee;
}

.bread li:after {
  content: "\003e";
  color: #888;
  font-size: 0.6em;
}

.bread li:last-child:after {
  content: none;
}

.bread i {
  font-size: 1em;
}

.bread span {
  display: inline-block;
  /*  text-indent: -9999px;*/
}

/*スマートフォン表示のときは一番最後の記事タイトルが表示されないように設定*/

@media (max-width: 599px) {
  .bread li:last-child {
    display: none;
  }
}
/*------------------------------
  TOPへ戻るボタン（Go to top）
------------------------------*/
#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 9999;
}

#page-top a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #aaa;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  background: #8b8b8b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*------------------------------
　前の記事へ＆次の記事
--------------------------------*/
.mae-tsugi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.5em;
}
.mae-page {
  margin: 0.6em 0;
}

/*------------------------------
　スタッフページ
--------------------------------*/
.staff-name {
  /*親div*/
  position: relative; /*相対配置*/
}
.staff-name .busyo {
  position: absolute; /*絶対配置*/
  color: white; /*文字は白に*/
  top: 0;
  left: 0;
}
/*
.staff-name .wp-block-image img {
    position: absolute;
}
*/
.staff-name .full-name {
  position: absolute; /*絶対配置*/
  color: #2785f1;
  top: 48%;
  left: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  text-shadow: #fff 2px 2px 1px;
}
.staff-name .full-name-E {
  position: absolute;
  top: 44%;
  left: 20px;
  font-size: 65%;
  font-weight: bold;
  letter-spacing: 0.4em;
  color: #2785f1;
  font-style: italic;
}

.staff-name .busyo {
  position: absolute; /*絶対配置*/
  color: #2785f1;
  top: 74%;
  left: 20px;
  font-size: 1rem;
  font-weight: 900;
}
.staff-name .nensu {
  position: absolute; /*絶対配置*/
  color: #2785f1;
  top: 83%;
  left: 20px;
  left: 20px;
  font-size: 0.8rem;
  font-weight: 900;
}
@media (min-width: 748px) {
  .staff-name .full-name-E {
    top: 50%;
  }
  .staff-name .full-name {
    top: 54%;
  }
  .staff-name .nensu {
    top: 80%;
  }
}

/*---　スタッフ紹介本文部分　---*/
.staff-wrap {
  position: relative;
}
.staff-body {
  position: relative;
  overflow: hidden;
  height: 600px;
  z-index: 1;
}
.staff-body img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
}
@media (max-width: 600px) {
  .staff-body {
    display: none;
  }
}

.staff-body-cont {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 20;
}
.mic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-right: 5px;
}
.mic-pic {
  width: 130px;
  height: 60px;
  padding-left: 20px;
}

@media (max-width: 600px) {
  .staff-body-cont {
    position: relative;
  }
}

.staff-copy {
  position: relative;
  margin: 0 10px 2em 280px;
  padding: 1rem 1.6rem;
  background: #d1f0cb;
  border-radius: 16px;
  line-height: 1.4em;
  color: #606060;
  font-weight: 600;
}
.staff-copy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #d1f0cb;
  border-left: 0;
  border-top: 0;
  margin-top: -10px;
  margin-left: -20px;
}
.staff-copy-q {
  position: relative;
  width: 100%;
  margin-left: 280px;
  margin-bottom: 2em;
  padding: 1rem 1.6rem;
  background: #cbf1ff;
  border-radius: 16px;
  line-height: 1.4em;
  color: #0162a8;
  font-weight: normal;
}
.staff-copy-q:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #cbf1ff;
  border-right: 0;
  border-top: 0;
  margin-top: -10px;
  margin-right: -20px;
}
@media (max-width: 786px) {
  .staff-copy {
    margin: 0 10px 2em 42%;
  }
  .staff-copy-q {
    margin-left: 42%;
  }
}

@media (max-width: 600px) {
  .staff-copy {
    margin: 0 10px 2em 30px;
  }
  .staff-copy-q {
    margin-left: 10px;
  }
}
.staff-QA {
  position: relative;
  display: block;
  line-height: 1.7em;
  z-index: 900;
}
.staff-Q {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #58b5bf;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
}
.staff-A {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #80c26a;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
}
/* 一覧を見るボタン */
.staff-more-btn {
  display: block;
  width: 16em;
  padding: 0.3em 1em;
  margin: 1em auto;
  text-decoration: none;
  color: #60d2a6;
  text-align: center;
  border: solid 2px #60d2a6;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-flat-border:hover {
  background: #60d2a6;
  color: white;
}

/*--- スタッフ一覧　---*/
.staff-list {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff-list .staff-list-item {
  width: 30%;
  margin-left: 20px;
}

.staff-list img {
  width: 100%;
  margin-bottom: 0;
}
.staff-list p {
  margin: 0 0 10%;
}

/*--　コンタクトフォーム　--*/
.wpcf7-form p {
  margin: 20px 0;
}
.content-none .wpcf7 .name01,
.content-none .wpcf7 .message01,
.wpcf7 .your-name,
.wpcf7 .your-tel,
.wpcf7 .your-email,
.wpcf7 .your-subject,
.wpcf7 .your-message {
  padding: 0.5em;
  font-size: 16px;
  line-height: 1.7em;
}
.wpcf7 .your-age {
  width: 80px;
  padding: 1.5em;
  font-size: 16px;
  line-height: 2em;
}
.wpcf7 input[type="submit"] {
  width: 200px;
  padding: 15px;
  margin-bottom: 2rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 3px 0 #ddd;
  box-shadow: 0 3px 0 #ddd;
  background: #255fac;
}
.wpcf7-submit:hover {
  opacity: 0.7;
}

/* SNSボタン */
.fa-hatena:before {
  font-family: Verdana;
  font-weight: bold;
  content: "B!";
}

.share {
  margin-top: 40px;
  margin-bottom: 40px;
}

.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share ul:after {
  display: block;
  clear: both;
  content: "";
}

.share li {
  float: left;
  width: 25%;
  margin: 0;
  margin-top: 15px;
}

.share li a {
  font-size: 14px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.share li a:hover {
  opacity: 0.8;
}

.share li a:visited {
  color: #fff;
}

.tweet a {
  background-color: #55acee;
}

.facebook a {
  background-color: #315096;
}

.googleplus a {
  background-color: #dd4b39;
}

.hatena a {
  background-color: #008fde;
}

@media (max-width: 599px) {
  .share li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }
  .share li i {
    font-size: 1.3em;
    padding-top: 3px;
  }
  .share li span {
    display: none;
  }
}

/*------------------------------
　コメント欄
--------------------------------*/
/*　コメントフォーム　*/
.comment-form p {
  margin: 1em;
}
#commentform .comment-form-comment label,
#commentform .comment-form-author label,
#commentform .comment-form-email label {
  display: block;
  font-size: 90%;
}
.comment-form-comment #comment,
.comment-form-author #author,
.comment-form-email #email {
  padding: 0.5em;
  font-size: 1rem;
}

.btn-submit {
  width: 200px;
  height: 40px;
  font-size: 1em;
  border: none;
  background-color: green;
  color: white;
  border: none;
  border-radius: 4px;
  margin: 1.2em 1em;
}
.comment-list footer.comment-meta {
  background-color: white;
  color: #0099db;
  margin-bottom: 10px;
}
/* 未承認アラートとコメント表示 */
#comments ol.comment-list {
  margin-bottom: 2em;
}
.comment ul.children {
  list-style: none;
  margin-left: 10%;
}
.comment-list .comment-list .comment-meta {
  margin-bottom: 15px;
}
.comment-list .comment-awaiting-moderation,
.comment-list .fn,
.comment-list .says {
  font-size: 90%;
}
.comment-list time {
  font-size: 82%;
  display: none;
}
.comment-list .comment-content {
  border-bottom: 1px dotted #bab9b9;
  padding-bottom: 1em;
}
.comment-body .reply {
  /* 返信ボタン */
  padding: 4px 0 15px;
}
.comment-body .reply a {
  text-decoration: none;
  font-size: 90%;
}
