@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
.site-name,.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
    color: #333;
}
@media (min-width: 768px){
.site-name {
    font-size: 2.8em;
}}
.site-name-sub{
text-align: center;
font-size: 2em;
color:#6eb92b;
margin-block-start: 0em;
    margin-block-end: 0em;

}
.navbar-side {
    top: -15px;
    font-size: 1.2em;

}
.navbar-side-list {
    background: #00599a;
}
.header-stack .site-name {
    margin: 0px 20px 20px;
}
.header-logo{
  border-bottom:solid 3px #6eb92b;
}
.foot-wrapper {
    background: #6eb92b;
}
.suggest-tel {
    color: #00599a;
    font-size: 2.4em;
}
.suggest-text {
    font-size: 1.4em;
}
.company-name {
    font-size: 1.8em;
    font-style: bold;
}
.company-detail {
    font-size: 1.4em;
}
.btn-attention-block-large {
    background: #00599a;
}
.main-slider-main-copy, .main-slider-side-copy {
    text-shadow: 0 5px 10px #333333;
    font-weight: bolder;
}
.link-btn-blue{
max-width: 300px;
  padding:10px;
  border:solid 1px #00599a;
  background-color: #00599a;
  color:#fff;
  text-align: center;
}

.link-btn-red{
max-width: 300px;
  padding:10px;
  border:solid 1px #e24e4e;
  background-color: #e24e4e;
  color:#fff;
    text-align: center;
}
p.link-btn-blue a:link,
p.link-btn-blue a:visited,
p.link-btn-blue a:hover,
p.link-btn-blue a:active,
p.link-btn-red a:link,
p.link-btn-red a:visited,
p.link-btn-red a:hover,
p.link-btn-red a:active
{
  color:#fff;
}



p.tel-font{
  font-weight: bold;
  color:#00599a;
  font-size: 2em;
  margin-block-end: 0.5em;
  margin-block-start: 0em;
}
.summary-title {
    font-size: 1.8em;

}
.sumary-label{
  display: inline-block;
  padding:3px;
  border-radius: 15px;
  margin-block-end: 0em;
  margin-block-start: 0em;
}

.module-header {
    border-style: none;
}
.main-inner-top {
    width: 100%;
    max-width: 99%;
}
.top-title {
    margin:  0;                     /* デフォルトCSS打ち消し */
    font-size:  2.1em;               /* 文字サイズ指定 */
    position:  relative;            /* 位置調整 */
    font-weight:  normal;           /* 文字の太さ調整 */
    margin-bottom: 15px;            /* 周りの余白指定 */
    padding-top: 50px;              /* 余白指定 */
    padding-left: 40px;             /* 余白指定 */
    text-shadow:2px 2px 3px #fff;
}
@media screen and (max-width:480px){
.top-title{
    font-size:  1.4em;               /* 文字サイズ指定 */
}}

.top-title:before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 110px 80px; /* 三角を作る */
    border-color: transparent transparent #6eb92b transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(30deg);       /* 回転 */
    top: -20px;                     /* 位置調整 */
    left: 30px;                     /* 位置調整 */
}

/*お問合せフォームのカスタムフィールドのタイトル*/
.contact-message {
    margin-block-start: 0.5em;
    margin-block-end: 0em;
}
.contact-message-text {
  margin-block-start: 0em;
      margin-block-end: 0em;
}

.formBtnBox{
text-align: center;
margin-bottom:10px;
}
.btn-attention-block-large {
    padding: 10px;
}
/*table*/
tbody {
    background-color: #f8f8f8;
    border-color: #fff;
}
.entry-column th,.entry-column td{
  border-color: #fff;
  background: #f8f8f8;
}
.entry-column th{
    color: #00599a;
  }
/*見出し*/
.acms-page-header {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
border-style: none;
text-align: center;
}

.acms-page-header::before, .acms-page-header::after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display:inline-block;
}

.acms-page-header::before {
  border-left: solid 3px #6eb92b;
  border-top: solid 3px #6eb92b;
  top:0;
  left: 0;
}

.acms-page-header::after {
  border-right: solid 3px #6eb92b;
  border-bottom: solid 3px #6eb92b;
  bottom:0;
  right: 0;
}
.entry-column h3 {
  padding: .25em 0 .25em .75em;
  border-left: 15px solid #6eb92b;
  background-color: #fff;
}


.site-header {
    border-top: 4px solid #6eb92b;
    border-bottom: 1px solid #6eb92b;
}
.nav-menu-action-item,.nav-menu-btn-text {
    color: #00599a;
}
.nav-menu-btn-text {
    font-size: 12px;
}
.nav-menu-action-link,.nav-menu-action-link:active, .nav-menu-action-link:focus, .nav-menu-action-link:hover, .nav-menu-action-link:visited {
    color: #00599a;
}
.icon-toggle-menu {
    background-color: #00599a;
}

.summary-default {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border-style:none;
}
.summary-default-item {
    display: block;
    padding: 0 10px;
    color: #333;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: background-color .25s ease-out;
}