@charset "UTF-8";
/*
Theme Name: kyoujo01
Description: kyoujo.com用テーマ
Theme URI:
Author: Azu Works Co.LTD
Author URI:
Version: 1.0.1
License:
License URI:
*/
body {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #333;
}

a {
  color: #516B99;
}

a:hover {
  color: #446280;
}

a:visited {
  color: #446280;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
  margin-bottom: 50px;
  color: #999;
}

.contents h1 {
  border-bottom: 1px dotted #809C9E;
}

.contents h1.entry-title:first-letter {
  font-size: 150%;
  color: #809C9E;
}

.contents h1.page-title:first-letter {
  font-size: 150%;
  color: #809C9E;
}

section .home-header h1 {
  font-family: 'Parisienne', cursive;
  font-size: 3em;
}

h3 {
  font-size: 1.4em;
  padding-left: 1rem;
}

h4 {
  font-size: 1.2rem;
}

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

p {
  margin-bottom: 3rem;
}

table {
  margin-bottom: 70px;
}

tr {
  border: 1px solid #FFF;
}

th,
td {
  padding: .6rem;
}

@media screen and (max-width: 767px) {
  th,
  td {
    border-bottom: none;
    display: block;
    widht: 100%;
  }
}

th {
  background: #EBE4D5;
  font-weight: 500;
}

.border1 {
  border: 1px solid #CCC;
}

td {
  background: #F7F7F7;
}

ol {
  margin-bottom: 50px;
  padding: 0 0 0 20px;
}

li {
  margin-bottom: 5px;
}

.wrapper {
  width: 100vw;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

.border1 {
  border: 1px solid #CCC;
}

.ss-text {
  font-size: .8rem;
}

.flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

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

.header-inner,
.section-container,
.footer-inner {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.section-container {
  margin-top: 30px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #BBBBBB;
}

@media screen and (max-width: 767px) {
  .section-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .section-container:after {
    display: block;
    clear: both;
    content: '';
  }
}

@media screen and (min-width: 768px) {
  .contents {
    float: left;
    width: 100%;
    margin-right: 1%;
  }
}

.contents-inner {
  margin: 0 0 30px 0;
  padding: 20px 10px;
  box-sizing: border-box;
}

.contents-inner.top-contents {
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .contents-inner {
    padding: 20px 30px;
  }
}

.float-left::after {
  clear: both;
}

#sidebar {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #sidebar {
    float: left;
    width: 20%;
  }
}

.member-registration {
  color: #000;
  font-weight: 600;
  padding-bottom: 30px;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  background: #FFF;
  background: white;
  border-bottom: 1px solid #CCC;
  box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.1);
}

@media screen and (max-width: 767px) {
  .header {
    padding: 5px;
  }
}

.header-description {
  font-size: 0.8em;
  word-wrap: break-word;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .header-wrap {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .header-wrap {
    display: block;
  }
}

.site-title {
  text-align: left;
  display: table;
  line-height: 1.6;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .site-title {
    padding: 5px 10px;
    line-height: 1.2;
  }
}

.site-title h1 img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .site-title h1 img {
    width: 60%;
  }
}

@media screen and (max-width: 399px) {
  .site-title h1 img {
    width: 90%;
  }
}

.site-title a {
  display: block;
}

.site-title {
  text-align: left;
}

.site-title h1 {
  font-size: 1.6em;
  margin: 0;
  padding: 0 5px;
}

.site-title h1 a {
  display: block;
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 1000px) {
  .site-title h1 a {
    font-size: 1.0em;
  }
}

.phone {
  margin-top: 10px;
  color: #999;
}

.header-inner {
  position: relative;
}

.main-img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.main-img .img-text {
  position: absolute;
  width: 80%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #999;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
  font-weight: bold;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  margin: 0;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

@media screen and (min-width: 400px) {
  .main-img .img-text {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px) {
  .main-img .img-text {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1000px) {
  .main-img .img-text {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 999px) {
  .main-img .img-text {
    line-height: 1.2;
  }
}

.main-img img {
  width: 100%;
  height: auto;
}

.phone::before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #999;
}

@media screen and (max-width: 576px) {
  .phone {
    text-align: right;
    font-size: .9em;
  }
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

#header-nav {
  display: none;
}

@media screen and (min-width: 1000px) {
  #header-nav {
    display: block !important;
  }
}

.header-nav {
  padding-left: 10px;
}

@media screen and (min-width: 1000px) {
  .header-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 999px) {
  .header-nav {
    position: fixed;
    width: 100%;
    height: 70%;
    overflow-y: scroll;
    background: #F8F5F1;
    padding-left: 20px;
  }
}

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

@media screen and (min-width: 1000px) {
  .header-nav ul {
    text-align: right;
  }
}

@media screen and (min-width: 1000px) {
  .header-nav ul:after {
    display: block;
    clear: both;
    content: '';
  }
}

@media screen and (min-width: 1000px) {
  .header-nav li {
    background: #FFF;
    display: inline-block;
    width: auto;
    padding: 10px 10px;
    border-right: 1px solid #CCC;
  }
}

.header-nav li:hover > .sub-menu {
  display: block;
}

@media screen and (min-width: 1000px) {
  .header-nav li:last-child {
    border: none;
  }
}

.header-nav li a {
  display: block;
  padding: 2px 5px;
  color: #000;
  font-size: .9em;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .header-nav li a {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav li a {
    display: inline-block;
  }
}

.header-nav li a:hover {
  opacity: 0.8;
}

.header-nav li > .sub-menu {
  z-index: 1;
  display: none;
  width: 230px;
  border-top: none;
  margin-left: -18px;
  margin-top: 10px;
}

@media screen and (max-width: 999px) {
  .header-nav li > .sub-menu {
    display: block;
    background: #F8F5F1;
  }
}

@media screen and (min-width: 1000px) {
  .header-nav li > .sub-menu {
    position: absolute;
    background: #FFF;
  }
}

.header-nav li > .sub-menu li {
  display: block;
  float: none;
  padding: 0;
  border-right: none;
}

.header-nav li > .sub-menu li a {
  display: block;
  font-size: .9em;
  font-weight: normal;
  padding: 2px 0 2px 10px;
  text-align: left;
  color: #000;
  width: 230px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  .header-nav li > .sub-menu li a {
    font-size: .9em;
    margin-left: 20px;
    margin-top: 0;
  }
}

.header-nav li > .sub-menu li .sub-menu {
  position: relative;
  margin-top: 0;
}

.header-nav li > .sub-menu li .sub-menu:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
}

.header-nav li > .sub-menu li .sub-menu li {
  overflow: hidden;
}

.header-nav li > .sub-menu li .sub-menu li a {
  margin-left: 10px;
  margin-top: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1000px) {
  .header-nav li > .sub-menu li .sub-menu li a {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .header-nav li > .sub-menu li .sub-menu li a {
    font-size: .9em;
    margin-left: 40px;
    margin-top: 0;
  }
}

.header-nav li:hover > .sub-menu li .sub-menu {
  display: block;
}

.header-inner {
  position: relative;
}

#navbutton {
  position: absolute;
  top: 24px;
  right: 10px;
  padding: 4px 8px 2px 8px;
  cursor: pointer;
  transform: translateY(-50%);
  border: solid 1px #AAA;
  border-radius: 5px;
  background-color: #eee;
}

@media screen and (min-width: 1000px) {
  #navbutton {
    display: none;
  }
}

#navbutton:hover {
  background-color: #DDD;
}

#navbutton:focus {
  outline: none;
}

#navbutton i {
  font-size: 1.2em;
  color: #333;
}

.menu-caret:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
}

.footer {
  background-color: #F4F4F4;
  width: 100%;
  text-align: center;
  bottom: 0;
}

.footer-nav {
  margin-bottom: 20px;
}

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

.footer-nav ul:after {
  display: block;
  clear: both;
  content: '';
}

.footer-nav li {
  float: left;
  width: 50%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-nav li {
    width: auto;
    text-align: left;
  }
}

.footer-nav li a {
  font-size: .9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .footer-nav li a {
    font-size: 1em;
    padding: 10px 20px;
  }
}

.footer-nav li a:hover {
  opacity: .6;
}

.copyright p {
  font-size: .9em;
  margin: 0;
  text-align: center;
  color: #000;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  background: #D9C875;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 35px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: -5px auto;
  text-align: center;
}

#sidebar {
  margin-top: 30px;
}

.sidebar-wrapper {
  margin-bottom: 1.8em;
  padding: 10px;
  background: #BFCCD4;
}

.sidebar-wrapper h4 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #FFF;
  background-color: #BFCCD4;
}

.sidebar-wrapper .post-date {
  font-size: .8em;
  padding-left: 10px;
}

.emaillist input {
  border: 1px solid #CCC;
}

/*デフォルトウィジェット*/
.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 {
  padding: 0;
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
}

.widget_recent_entries li {
  border-bottom: 1px dotted #CCC;
}

.widget_recent_entries li:last-child {
  border: none;
}

.widget_nav_menu li {
  padding-left: 25px;
}

.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;
  font-size: .9rem;
}

.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_recent_comments a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget_nav_menu a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  padding: 0px 10px;
  white-space: nowrap;
}

.widget_categories li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f07b';
  color: #333;
}

.widget_categories li a {
  font-size: .8em;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}

.tagcloud a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #333;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

/*カレンダーウィジェット*/
#wp-calendar {
  width: 100%;
}

#wp-calendar tbody {
  text-align: center;
}

/*カスタムHTMLウィジェット*/
@media screen and (max-width: 767px) {
  .widget_custom_html {
    display: inline-block;
    width: 100%;
  }
}

.side-bar-button {
  display: block;
  text-align: center;
}

.widget_recent_entries {
  background: #FFF;
  border: 1px solid #BFCCD4;
}

.page-header {
  background-color: #FFF;
}

.page-header .container {
  padding-right: 0;
  padding-left: 0;
}

.page-header .entry-title {
  width: 100%;
}

.site-content {
  margin-top: 126px;
  background-color: #F8F5F1;
  background-position-y: 200px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media screen and (max-width: 999px) {
  .site-content {
    margin-top: 54px;
  }
}

.contents {
  margin-top: 20px;
}

.top-contents {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  display: inline-block;
  margin: 10px auto;
}

.top-contents img {
  opacity: .6;
}

.img-chapter {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.img-chapter.padding-10 {
  padding: 10px 20px;
}

.top-title {
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4em;
  margin: 30px;
}

.content-list {
  margin: 0 0 15px;
  padding: 20px;
  border-bottom: 1px solid #DDD;
}

.news-title,
.contents h2 {
  margin-bottom: 0px;
  font-size: 1.2rem;
  border-bottom: solid 3px #E4E4E4;
  position: relative;
  width: 80%;
}

.news-title:after,
.contents h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #D9C775;
  bottom: -3px;
  width: 30%;
}

.news-title a,
.contents h2 a {
  text-decoration: none;
  font-size: 1.2em;
}

.contents h2 {
  margin-bottom: 30px;
}

.page-title a {
  text-decoration: none;
  font-size: 1.2em;
}

.content {
  flex: 1;
  font-size: 1em;
  margin: 0;
  padding: 0 25px 25px;
}

.content-info .cat-data a {
  text-decoration: none;
  color: #FFF;
}

.entry-data ul {
  padding: 0px 5px;
  margin-top: 0px;
}

.entry-data li {
  display: inline;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0 10px;
  border-right: 1px solid #DDD;
}

.entry-data li:last-child {
  border: none;
}

.entry-data li a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .news-content .entry-title {
    bottom: 0;
  }
}

.news-content .entry-title a {
  font-size: .5em;
  color: #000;
  font-size: nomal;
}

.news-content .excpert a {
  font-size: .8em;
  padding-left: 10px;
}

.news-content-date {
  font-size: .9em;
  margin-bottom: 24px;
  margin-left: 20px;
  color: #666;
  display: inline-block;
}

.news-cat-data {
  font-size: .6em;
  padding: 3px 5px;
  color: #666;
  display: inline-block;
}

.news-cat-data a {
  text-decoration: none;
  border: 1px solid #CCC;
  background: #F4F4F4;
  padding: 3px;
  border-radius: 10px;
  margin-right: 5px;
}

.content-img {
  margin-bottom: 50px;
}

.content-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}

.content-date:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f017';
  color: #333;
}

@media screen and (max-width: 767px) {
  .content-date {
    margin-bottom: 0;
  }
}

.cat-data {
  font-size: .8em;
  padding: 3px 5px;
  white-space: nowrap;
  color: #666;
}

.cat-data:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f07b';
  color: #333;
}

.tag-data {
  font-size: .8em;
  padding: 3px 5px;
  color: #666;
}

.tag-data li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #333;
}

.tag-data li:first-child {
  border: none;
}

.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

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

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #CCC;
  border-radius: 3px;
}

.pagination li a:hover {
  color: #FFF;
  background-color: #464646;
}

.pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #CCC;
  border-radius: 3px;
  color: #FFF;
  background-color: #464646;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

.day1 {
  width: 100%;
  padding: 16px;
  margin: 60px 0 0 0;
  background: #F4F1ED;
  border: 8px solid #DEE2CF;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .day1 .flex {
    display: block;
  }
}

.banner a {
  display: block;
  float: left;
  width: 267px;
  height: 107px;
  background: url(img/banner_mary.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  margin: 10px 20px 20px 0;
  z-index: 20;
}

.banner a:hover {
  background: url(img/banner_mary.gif) 0px -107px no-repeat;
}

.banner-playday a {
  display: block;
  float: left;
  width: 267px;
  height: 107px;
  background: url(img/banner_oyako.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  margin: 10px 0 20px 0;
  z-index: 21;
}

.banner-playday a:hover {
  background: url(img/banner_oyako.gif) 0px -107px no-repeat;
}

footer.entry-footer {
  background: #FFF;
}

section footer {
  background: #FFF;
}

.searchform {
  position: relative;
}

.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: 1px solid #DDD;
  border-radius: 4px;
  background: #efefef;
}

.searchsubmit {
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 10%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #255fac;
  border: none;
  background: transparent;
  font-family: FontAwesome;
}

.searchsubmit:hover {
  opacity: .6;
}

button:checked {
  outline: 0;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #FFF;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb a {
  font-size: .7em;
  padding: 5px;
  text-decoration: none;
  color: #888;
}

.breadcrumb a[href]:hover {
  background: #eee;
}

.breadcrumb li {
  display: inline-block;
}

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

.breadcrumb li a[href]:hover {
  background: #eee;
}

.breadcrumb li:after {
  content: '\003e';
  color: #888;
}

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

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

.breadcrumb span {
  display: inline-block;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  ul.comments-list {
    padding: 0;
  }
}

.comments-reply a {
  border: 1px solid #555;
  padding: 5px;
  background: #F4F4F4;
  border-radius: 8px;
  font-size: .8rem;
  cursor: pointer;
}

.comment-respond {
  border: 2px solid #6EB9F0;
  margin-top: -5px;
}

.comment-reply-title {
  background: #6EB9F0;
  padding: 1rem;
  color: #FFF;
}

form p {
  margin: 2rem 3rem;
}

form p textarea {
  width: 100%;
}

form p textarea,
form p input[type="text"],
form p input[type="url"],
form p input[type="email"] {
  background: #f8f8f8;
  width: 100%;
}

form p.comments-form-author, form p.comments-form-url {
  margin: .4rem 3rem;
}

form p.comments-form-author label, form p.comments-form-url label {
  margin-bottom: 0;
  width: 7rem;
  float: left;
  clear: both;
}

form p.comment-form-attachment {
  font-size: .8rem;
}

form p.comment-form-attachment label {
  font-size: 1rem;
}

form p input[name="submit"] {
  -webkit-appearance: none;
  padding: 1rem;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: #6EB9F0;
  color: #fff;
  border: none;
  font-size: 1rem;
}

.comments-list {
  padding: 0;
}

.comments-list li {
  list-style: none;
}

.comments-list > li {
  margin-bottom: 20px;
  border: 1px solid #CCC;
  background-color: #BFCCD4;
  padding: 10px;
}

.comments-meta img {
  float: left;
  border-radius: 50%;
}

.comments-meta ul li {
  line-height: 1.2;
  margin-left: -30px;
}

.comments-title,
.comments-date {
  font-size: .8rem;
}

.comments-date:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f017';
  color: #333;
}

.comments-content {
  padding: 10px 20px;
  background-color: #FFF;
}

.comments-content p {
  margin: 0;
}

alertarea {
  color: red;
  background-color: #fee;
  background-position: 0.35em center;
  display: inline-block;
  border-radius: 0.5em;
  margin-left: 0.5em;
  padding: 1px 0.5em 1px 32px;
}

alertarea:empty {
  display: none;
}

cite {
  font-style: normal;
}

.archive h2 {
  font-size: 1.2rem;
}

.wpcf7-form label {
  width: 100%;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form input[type="submit"] {
  padding: 1rem;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: #6EB9F0;
  color: #fff;
  border: none;
  font-size: 1rem;
}
