@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*目次*/
#main_content .p-toc ol li a {
  font-weight: bold;
  color: #a40000;
}
#main_content .p-toc ol li ol li a {
  font-weight: normal;
  color: #333;
}
#main_content .p-toc ol li a:hover, #main_content .p-toc ol li ol li a:hover {
  text-decoration: underline;
  color: #1176d4;
}
#main_content .p-toc ol li, #main_content .p-toc ol li ol li {
  margin-top: 4px;
  margin-bottom: 4px;
}

/*目次サイドバー*/
.p-toc__list li a {
  line-height: 1.6;
  font-weight: bold;
  color: #003567;
}
.p-toc__list li ol li a {
  line-height: 1.6;
  font-weight: normal;
  color: #333;
}
.p-toc__list li a:hover, .p-toc__list li ol li a:hover {
  text-decoration: underline;
  color: #1176d4;
}
.p-toc__list li, .p-toc__list li ol l {
  margin-top: 4px!important;
  margin-bottom: 4px!important;
}
/*吹き出しカラー*/
.is-style-balloon_box {
    background-color: #362e2b;
    border-radius: 2px;
    color: #fff;
    min-width: 2em;
    padding: .5em 1.25em;
}
.is-style-balloon_box:before {
    border: 12px solid transparent;
    border-top: 12px solid #362e2b;
    bottom: -22px;
    content: "";
    height: 0;
    left: 1.25em;
    position: absolute;
    visibility: visible;
    width: 0;
}
/*リスト*/
.post_content li {
  line-height: 1.5;
  margin: 1em 0;
  position: relative;
}
/*ボックス*/
.has-border {
  padding: 10px 30px;
}
.wp-block-group {
  padding: 10px 30px !important;
}
/*お問い合わせ*/
.wpcf7 {
  width: 80%;
  margin: 30px auto !important;
  padding: 40px 30px !important;
  padding-bottom: 0px !important;
  background: rgba(215, 215, 215, 0.15);
}
.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  margin-bottom: -10px !important;
  -webkit-appearance: none;
  background-color: white;
  margin-bottom: 10px !important;
}
.wpcf7-form input[type=submit] {
  border-radius: 2px;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
  padding: 7px 50px;
  font-size: 1em;
  display: block;
  margin: 30px auto 0 !important;
  background: #b28850;
  cursor: pointer;
  color: #fff;
  margin-top: 0px;
}
.wpcf7-form input[type=submit]:hover {
  background: red !important;
}
/*リンク*/
a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .wpcf7 {
    width: 100%;
    padding: 20px 10px !important;
  }
}