@charset "UTF-8";
/*
Theme Name: 丸山組
*/
/*****
reset
*****/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  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 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style-type: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: 0;
}

a:focus, *:focus {
  outline: none;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****
breakpoint
*****/
/*1200px～*/
/*992px～1199px*/
/*768px～991px*/
/*576px～767px*/
/*～575px*/
/*****
color
*****/
/*****
layout
*****/
.container-lg {
  width: 100%;
  max-width: 1030px;
}

/*****
font
*****/
html {
  font-size: 62.5%;
}
@media (max-width: 991px) {
  html {
    font-size: 50%;
  }
}

body {
  font-size: 1.6em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
  line-height: 1.6em;
}

/*****
link
*****/
a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #000;
}

/*****
header
*****/
@media (max-width: 991px) {
  #header .logo {
    width: 150px;
  }
  #header .logo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #header .logo {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

/*****
nav
*****/
@media (max-width: 767px) {
  .navbar {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    border-top: #669933 solid 1px;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    margin: 0 1rem 0 0;
  }
}

@media (max-width: 767px) {
  .nav-item {
    border-bottom: #669933 solid 1px;
    padding: 0 1rem;
  }
}
.nav-item div {
  text-align: center;
}
@media (max-width: 767px) {
  .nav-item div {
    display: flex;
    align-items: center;
  }
}
.nav-item div p {
  color: #669933;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  .nav-item div p {
    margin: 0 1rem 0 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .nav-item div p img {
    width: 24px;
    height: auto;
  }
}
.nav-item.user-icon {
  margin: 0 1rem 0 0;
}

.sp-user-icon {
  width: 36px;
  margin: 0 1.5rem 0 0;
  line-height: 1;
}
.sp-user-icon img {
  max-width: 100%;
  height: auto;
}

/*****
footer
*****/
#footer .info-block {
  text-align: center;
  padding: 1rem 0;
}
#footer .info-block p {
  font-size: 1.4rem;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  #footer .info-block .logo {
    width: 150px;
    margin: 0 auto;
  }
  #footer .info-block .logo img {
    max-width: 100%;
    height: auto;
  }
}
#footer .copy-block {
  background: #669933;
  padding: 0.5rem 0;
}
#footer .copy-block p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #footer .copy-block p {
    font-size: 1.2rem;
  }
}

/*****
common
*****/
.border-headline {
  display: flex;
  justify-content: center;
  margin: 0 0 4rem 0;
}
.border-headline .headline {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.border-headline .headline::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #cbe197;
}

/*****
toppage
*****/
.top-kv-article section {
  background: url("assets/images/top-kv.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 24.1875%;
  position: relative;
}
@media (max-width: 767px) {
  .top-kv-article section {
    padding-top: 50%;
  }
}
.top-kv-article section div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .top-kv-article section div {
    padding: 0 1rem;
  }
}
.top-kv-article section div h2 {
  font-size: 4.4rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
@media (max-width: 767px) {
  .top-kv-article section div h2 {
    font-size: 2.6rem;
  }
}
.top-kv-article section div p {
  font-size: 2.2rem;
  color: #669933;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-kv-article section div p {
    font-size: 1.6rem;
  }
}

.top-search-article {
  background: #669933;
  padding: 5rem 0;
}
.top-search-article input[type=text] {
  width: 85%;
  border: none;
  background: #fff;
  padding: 1.5rem;
  font-size: 2rem;
}
.top-search-article input[type=text]::-moz-placeholder {
  color: #aaa;
}
.top-search-article input[type=text]:-ms-input-placeholder {
  color: #aaa;
}
.top-search-article input[type=text]::placeholder {
  color: #aaa;
}
.top-search-article input[type=text]:-ms-input-placeholder {
  color: #aaa;
}
.top-search-article input[type=text]::-ms-input-placeholder {
  color: #aaa;
}
@media (max-width: 767px) {
  .top-search-article input[type=text] {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.top-search-article input[type=submit] {
  width: 14%;
  border: none;
  background: #000;
  color: #fff;
  padding: 1.5rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top-search-article input[type=submit] {
    width: 100%;
  }
}

.top-customer-article {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .top-customer-article .list {
    order: 2;
  }
}
.top-customer-article table {
  width: 100%;
  border-top: #6ba525 solid 1px;
  border-left: #6ba525 solid 1px;
}
.top-customer-article table tbody tr th {
  border-right: #6ba525 solid 1px;
  border-bottom: #6ba525 solid 1px;
  background: #ededed;
  text-align: center;
  padding: 1.5rem 1rem;
}
.top-customer-article table tbody tr td {
  border-right: #6ba525 solid 1px;
  border-bottom: #6ba525 solid 1px;
  text-align: center;
  padding: 1.5rem 1rem;
}
.top-customer-article table tbody tr td a {
  display: block;
  color: #fff;
  background: #31b06c;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .top-customer-article .sortfunc form {
    display: flex;
    justify-content: space-between;
  }
}
.top-customer-article .sortfunc div {
  margin: 0 0 2rem 0;
}
.top-customer-article .sortfunc h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #cbe197 solid 3px;
  padding: 0 0 1rem 0;
  margin: 0 0 1.5rem 0;
}
.top-customer-article .sortfunc label {
  margin: 0 0 1rem 0;
  display: block;
}
.top-customer-article .sortfunc input[type=checkbox] {
  margin: 6px 1rem 0 0;
  vertical-align: top;
}
.top-customer-article .sortfunc select {
  width: 100%;
  padding: 0.5rem 0.5rem 0.75rem 0.5rem;
  border: #666 solid 1px;
  margin: 0 0 4rem 0;
}
.top-customer-article .sortfunc input[type=submit] {
  background: #31b16b;
  color: #fff;
  text-align: center;
  padding: 1rem 4rem;
  border: none;
}
@media (max-width: 767px) {
  .top-customer-article .sortfunc {
    order: 1;
  }
}

.widget_search_filter_register_widget h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #cbe197 solid 3px;
  padding: 0 0 1rem 0;
  margin: 0 0 1.5rem 0 !important;
}
.widget_search_filter_register_widget .sf-field-post-meta-series {
  margin-bottom: 2rem;
}
.widget_search_filter_register_widget .sf-field-post-meta-status {
  margin-bottom: 2rem;
}
.widget_search_filter_register_widget .sf-field-submit {
  display: flex;
  justify-content: center;
}
.widget_search_filter_register_widget .sf-level-0 {
  display: flex;
}
@media (max-width: 767px) {
  .widget_search_filter_register_widget ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .widget_search_filter_register_widget ul .sf-field-post-meta-series {
    width: 48%;
  }
  .widget_search_filter_register_widget ul .sf-field-post-meta-series ul {
    display: block !important;
  }
  .widget_search_filter_register_widget ul .sf-field-post-meta-status {
    width: 48%;
  }
  .widget_search_filter_register_widget ul .sf-field-post-meta-status ul {
    display: block !important;
  }
  .widget_search_filter_register_widget ul .sf-field-sort_order {
    width: 48%;
  }
  .widget_search_filter_register_widget ul .sf-field-submit {
    width: 48%;
    text-align: center;
    display: block;
  }
}

.top-history-article {
  background: #ededed;
  padding: 7rem 0;
}
.top-history-article .border-headline .headline {
  font-size: 2.9rem;
  font-weight: bold;
}
.top-history-article table {
  width: 100%;
}
.top-history-article table th {
  border-bottom: #6ba525 solid 1px;
  padding: 1rem 0;
  text-align: center;
}
.top-history-article table td {
  border-bottom: #6ba525 solid 1px;
  padding: 2rem 1rem;
  text-align: center;
}
.top-history-article table td a {
  display: block;
  color: #fff;
  background: #31b06c;
  padding: 0.5rem;
}

.top-lp-article {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.top-lp-article h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.top-lp-article h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #669933;
  margin-bottom: 3rem;
}
.top-lp-article #top-section-mv {
  margin-top: 75px;
  margin-bottom: 50px;
}
.top-lp-article #top-section-about {
  margin: 50px 0;
  padding: 30px 0;
}
.top-lp-article #top-section-about .top-section-about-text {
  text-align: left;
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
}
.top-lp-article #top-section-reason {
  margin: 50px 0;
  padding: 80px 0 100px;
  background: #f5f9fa;
}
.top-lp-article #top-section-reason .reason-list {
  display: flex;
  justify-content: center;
}
.top-lp-article #top-section-reason .reason-list .reason-item {
  margin-right: 5rem;
  flex-basis: min(300px, 33.3333333333% - 3.3333333333rem);
}
.top-lp-article #top-section-reason .reason-list .reason-item:last-child {
  margin-right: unset;
}
.top-lp-article #top-section-reason .reason-list .reason-item .reason-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.3rem 0 2.5rem;
}
.top-lp-article #top-section-reason .reason-list .reason-item .reason-item-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.top-lp-article #top-section-reason .reason-list .reason-item span {
  font-size: 2rem;
  font-weight: bold;
  color: #103d8f;
  line-height: 2.5rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.top-lp-article #top-section-reason .reason-list .reason-item .reason-item-text {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8125;
  text-align: justify;
  max-width: 300px;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .top-lp-article #top-section-reason .reason-list {
    flex-wrap: wrap;
  }
  .top-lp-article #top-section-reason .reason-list .reason-item {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .top-lp-article #top-section-reason .reason-list .reason-item .reason-item-image {
    height: unset;
    margin-bottom: 26px;
  }
}
.top-lp-article #top-section-use {
  margin: 50px 0;
  padding: 30px 0;
}
.top-lp-article #top-section-use .use-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10rem;
}
.top-lp-article #top-section-use .use-list .use-item {
  flex-basis: 242px;
  margin-right: 37px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.top-lp-article #top-section-use .use-list .use-item span {
  display: flex;
  width: 100%;
  max-width: 242px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f81a34;
  color: #fff;
  padding: 0.5em 1em;
  margin-top: 7px;
  align-items: center;
  justify-content: center;
}
.top-lp-article #top-section-use .use-list .use-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .top-lp-article #top-section-use .use-list {
    flex-wrap: wrap;
  }
  .top-lp-article #top-section-use .use-list .use-item {
    flex-basis: calc((100% - 40px) / 3);
    margin-bottom: 50px;
    margin-right: 20px;
  }
  .top-lp-article #top-section-use .use-list .use-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .top-lp-article #top-section-use .use-list .use-item {
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
  .top-lp-article #top-section-use .use-list .use-item:nth-child(3n) {
    margin-right: 20px;
  }
  .top-lp-article #top-section-use .use-list .use-item:nth-child(2n) {
    margin-right: 0;
  }
}
.top-lp-article #top-section-work {
  margin: 50px 0;
  padding: 30px 0;
}
.top-lp-article #top-section-work .work-list {
  display: flex;
}
.top-lp-article #top-section-work .work-list .work-item {
  flex-basis: 16.6666666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-lp-article #top-section-work .work-list .work-item span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .top-lp-article #top-section-work .work-list {
    flex-wrap: wrap;
  }
  .top-lp-article #top-section-work .work-list .work-item {
    flex-basis: calc((100% - 40px) / 3);
    margin-bottom: 50px;
    margin-right: 20px;
  }
  .top-lp-article #top-section-work .work-list .work-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .top-lp-article #top-section-work .work-list .work-item {
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
  .top-lp-article #top-section-work .work-list .work-item:nth-child(3n) {
    margin-right: 20px;
  }
  .top-lp-article #top-section-work .work-list .work-item:nth-child(2n) {
    margin-right: 0;
  }
}
.top-lp-article #top-section-function {
  margin: 50px 0;
  padding: 100px 0 90px;
  background: #f5f9fa;
}
.top-lp-article #top-section-function .function-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.top-lp-article #top-section-function .function-list .function-item {
  flex-basis: calc(50% - 25px);
  margin-right: 50px;
  margin-bottom: 50px;
}
.top-lp-article #top-section-function .function-list .function-item:nth-child(2n) {
  margin-right: 0;
}
.top-lp-article #top-section-function .function-list .function-item .function-item-title {
  display: flex;
  align-items: center;
}
.top-lp-article #top-section-function .function-list .function-item .function-item-title img {
  -o-object-fit: none;
     object-fit: none;
  width: 85px;
  height: 64px;
}
.top-lp-article #top-section-function .function-list .function-item .function-item-title span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
}
.top-lp-article #top-section-function .function-list .function-item .function-item-desc {
  text-align: left;
  margin-top: 30px;
  max-width: 23em;
}
@media (max-width: 767px) {
  .top-lp-article #top-section-function .function-list {
    max-width: 348px;
  }
  .top-lp-article #top-section-function .function-list .function-item {
    flex-basis: 100%;
    margin-right: 0;
  }
  .top-lp-article #top-section-function .function-list .function-item .function-item-desc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .top-lp-article #top-section-function .function-list .function-item .function-item-title {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-lp-article #top-section-function .function-list .function-item .function-item-title img {
    width: 100%;
  }
  .top-lp-article #top-section-function .function-list .function-item .function-item-title span {
    margin-top: 20px;
  }
}
.top-lp-article #top-section-contact {
  margin: 50px 0;
  padding: 30px 0;
}
.top-lp-article #top-section-contact .contact-item {
  display: flex;
  margin-bottom: 30px;
}
.top-lp-article #top-section-contact .contact-item .contact-item-label {
  flex-basis: 10em;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.top-lp-article #top-section-contact .contact-item .contact-item-req::after {
  content: "必須";
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding: 5px;
  background: #f00;
  color: #fff;
  margin-left: 0.5em;
  line-height: 1.2em;
}
.top-lp-article #top-section-contact .contact-item .contact-item-input {
  text-align: left;
  flex-basis: calc(100% - 10em);
}
.top-lp-article #top-section-contact .contact-item .contact-item-input div {
  margin-bottom: 10px;
}
.top-lp-article #top-section-contact .contact-item .contact-item-input div:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .top-lp-article #top-section-contact .contact-item {
    flex-wrap: wrap;
  }
  .top-lp-article #top-section-contact .contact-item .contact-item-label {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.top-lp-article #top-section-contact .wpcf7 {
  margin: 0 auto;
  max-width: 618px;
}
.top-lp-article #top-section-contact .wpcf7 .contact-submit {
  border: none;
  background: #000;
  color: #fff;
  padding: 1em 4em;
}
.top-lp-article #top-section-contact .wpcf7 .wpcf7-form-control.wpcf7-text {
  width: 100%;
}
.top-lp-article #top-section-contact .wpcf7 .contact-post {
  width: 5em !important;
}
.top-lp-article #top-section-contact .wpcf7 .contact-tel {
  width: 10em !important;
}
.top-lp-article #top-section-contact .wpcf7 span.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}
@media (max-width: 575px) {
  .top-lp-article #top-section-contact .wpcf7 {
    max-width: 344px;
  }
}

/*****
layerpage
*****/
.layer-map-article {
  background: #f6fcf3;
  padding: 5rem 0;
}
.layer-map-article .info-row {
  margin-bottom: 2rem;
}
.layer-map-article .info-row .info-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .layer-map-article .info-row .info-col {
    justify-content: center;
  }
}
.layer-map-article .info-row .info-col p {
  border: #000 solid 1px;
  background: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 2rem;
  min-width: 10em;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .layer-map-article .info-row .info-col p {
    padding: 1rem 4rem;
    margin: 0 1rem 1rem;
  }
}
.layer-map-article .line-row {
  margin-bottom: 2rem;
}
.layer-map-article .line-row .line-col .line {
  float: right;
}
.layer-map-article .line-row .line-col .line a {
  background: #669933;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
  display: inline-flex;
  align-items: center;
}
.layer-map-article .line-row .line-col .line a img {
  margin: 0 1rem 0 0;
}
@media (max-width: 767px) {
  .layer-map-article .line-row .line-col .line a img {
    width: 20px;
    height: auto;
  }
}
.layer-map-article .map-row {
  margin: 0 0 2rem 0;
}
.layer-map-article .map-row .ggmap {
  position: relative;
  padding-bottom: 30.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layer-map-article .map-row .ggmap {
    padding-bottom: 50%;
  }
}
.layer-map-article .map-row .ggmap iframe,
.layer-map-article .map-row .ggmap object,
.layer-map-article .map-row .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layer-map-article .large-map {
  background: #669933;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 6rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .layer-map-article .large-map {
    font-size: 1.8rem;
    padding: 0.5rem 4rem;
  }
}
.layer-map-article .large-map i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.layer-customer-article {
  padding: 7rem 0;
}
.layer-customer-article .headline {
  font-size: 2.9rem;
  font-weight: bold;
  border-bottom: #cbe197 solid 4px;
  display: inline-block;
  padding: 0 1rem 1rem;
  margin: 0 0 5rem 0;
}

.layer-comment-section {
  background: #eee;
  padding: 5rem 0 3rem;
}
.layer-comment-section ul li {
  text-align: center;
  margin: 0 0 2rem 0;
}
.layer-comment-section ul li a {
  background: #669933;
  color: #fff;
  font-size: 2.4rem;
  padding: 2rem 4rem;
  width: 350px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .layer-comment-section ul li a {
    width: 100%;
    max-width: 280px;
    font-size: 2rem;
  }
}
.layer-comment-section ul li a span {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.comments-list .comment-block {
  border: #cbe197 solid 1px;
  padding: 2rem;
  margin: 0 0 2rem 0;
}
.comments-list .comment-block .comment-title {
  background: #eee;
  font-size: 2rem;
  padding: 1rem;
  margin: 0 0 0.5rem 0;
}
.comments-list .comment-block .comment-date {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
}
.comments-list .comment-block .comments-content {
  display: flex;
}
@media (max-width: 767px) {
  .comments-list .comment-block .comments-content {
    flex-direction: column;
  }
}
.comments-list .comment-block .comments-content p {
  order: 2;
}
.comments-list .comment-block .comments-content .comment-img {
  order: 1 !important;
  margin: 0 2rem 0 0;
  width: 400px;
  text-align: center;
}
@media (max-width: 767px) {
  .comments-list .comment-block .comments-content .comment-img {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .comments-list .comment-block .comments-content .comment-img img {
    max-width: 100%;
    height: auto;
  }
}

.comment-respond h3 {
  display: none;
}
.comment-respond .comment-form {
  display: flex;
  flex-direction: column;
}
.comment-respond .comment-form .logged-in-as {
  display: none;
}
.comment-respond .comment-form p {
  order: 2;
  margin: 0 0 2rem 0;
}
.comment-respond .comment-form .comment-form-comment {
  order: 1;
}
.comment-respond .comment-form .comment-form-comment label {
  display: none;
}
.comment-respond .comment-form .comment-form-comment textarea {
  width: 100%;
}
.comment-respond .comment-form .form-submit {
  order: 3;
}

.privacy-policy-block {
  border: solid 1px #d0d0d0;
  overflow: scroll;
  height: 20em;
  text-align: left;
}

ul.list03 li {
  list-style-type: disc;
  margin-left: 1.5em;
}

h2.headline01 {
  color: #000;
  font-size: 2.4rem;
}

h3.headline05 {
  color: #669933;
}/*# sourceMappingURL=style.css.map */