.siteHeader {
  background-color: #00104a;
}

/* 明朝体 */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 游書体のIE11バグ対策 (おかしな余白について) */
.ie11 .mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.slide-text-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* fix template */
a {
    color: #36c9f1;
}
.post {
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
}
h2.title {
    position: relative;
    padding: 0 0 0.5em 0;
    border-bottom: 4px solid #DDD;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1em 0;
    font-size: 130%;
    font-weight: bold;
}
h2.title::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #36c9f1;
     bottom: -4px;
     width:10%;
     display: block;
 }
.post h3 {
    margin: 10px 0;
    font-size: 120%;
    border-left: solid 3px #13a000;
    padding-left: 10px;
    font-weight: bold;
    color: #13a000;
    border-bottom: 1px solid #ccc;
}
section.widget, .widgetInfo {
    margin: 0 0 20px;
    padding: 0;
    border: none;
    background: #fff;
}
section.widget a {
    display: block;
    padding: 0;
    text-decoration: none;
    background: none;
}
a:hover {
    text-decoration: none;
    opacity: .9;
}
span.green {
    color: #13a000;
    font-weight: bold;
}

/* header nav */
#header h2 img {
    max-width: 200px;
}
.slider-wrap {
    max-width: 960px;
    margin: 1em auto 0;
}
.header-contact {
    padding: 20px 0 10px;
}
.hc-mail {
    margin-bottom: 1em;
}
.hc-mail a {
    background: #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.hc-mail a span {
  margin-right: 5px;
}
.hc-tel a {
    background: #ff9301;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.hc-tel a span {
  margin-right: 5px;
}
@media (min-width:645px){
  .header-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
}

@media (min-width:1025px){
  nav#mainNav {
      background: #fff;
  }
  nav#mainNav ul li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      white-space: nowrap;
  }
  nav#mainNav ul li a::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #13a000;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
  }
  nav#mainNav ul li a:hover {
      background: none;
  }
  nav#mainNav ul li a:hover::after {
      transform: scale(1,1);
  }
}
@media (max-width:1024px){
  nav#mainNav {
      background: #13a000;
  }
}
/* //header nav */

/* top */

.welcome-msg h3 {
    color: #110b48;
    border-bottom: 1px solid #110b48;
}
#header h1 {
    text-align: center;
}
#content {
    background: #FFF;
    padding: 20px 10px;
}
.welcome-msg {
    line-height: 1.6;
    text-shadow: 0 0 #000;
    margin-bottom: 1em;
}
.bnr-item a {
    display: block;
    transition: .2s;
    filter: drop-shadow(0 0 5px #888);
}
.bnr-item a:hover {
    opacity: .8;
    filter: none;
}
.bnr-item {
    margin-bottom: 2em;
}
#home .slider-wrap {
    padding-top: 60px;
}
@media (min-width:800px ){
.top-bnr {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
  }
.bnr-item {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (min-width:1024px ){
  #home .slider-wrap {
      padding-top: 0px;
  }
}


/* sidebar */

.side-bnr a {
    display: block;
    transition: .2s;
}

.side-bnr a:hover {
    opacity: .8;
}

.u-mb15 a {
  margin-bottom: 15px;
}


/* info */
ul.info-list li time {
  float: left;
}
span.info-cat a {
  color: #fff;
  margin: 0 10px;
  background: #f89500;
  padding: 0 10px;
  border-radius: 10px;
}
.post-list {
    margin-bottom: 1em;
    border-bottom: dotted 1px #ccc;
}
.post ul li {
    background: none;
}
.news span {
    padding-left: 10px;
    display: inline-block;
}
.news a span {
    color: #3a3a3a;
}
.news p {
    margin: 0px;
}
.news p a {
    padding: 0px;
}
p.u-ta-c {
    text-align: center;
    margin-top: 1em;
}
p.u-ta-c a {
    color: #ffffff;
    border: solid 1px #f89500;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 120%;
    background: #f89500;
}
span.info-permalink a {
    color: #333;
}

/* contact */
/* contactform7 */
.contact-text {
    border: solid 1px #ccc;
    margin-bottom: 2em;
    padding: 10px;
    border-radius: 5px;
    font-size: 95%;
}
.reserve-block {margin: 2em 0 4em;}
table.reserve-form tr:nth-child(odd) {
    background: #eee;
}
table.reserve-form {
    margin-bottom: 3em;
    width: 100%;
}
table.reserve-form th {
    width: 35%;
}
.reserve-form th, .reserve-form td {
    padding: 10px;
}
.reserve-form p {
    margin-bottom: 10px;
}
span.span-caution {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}
.reserve-wrap h4::before {
    content: "●";
    margin-right: 10px;
    color: orange;
}
td.postal-code span {
    margin: 0 5px;
}
.reserve-wrap h4 {
    background: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
td.postal-code {
    display: flex !important;
    align-items: center;
}
@media (max-width:800px){
  .reserve-form th, .reserve-form td {
      display: block;
      width: 100% !important;
  }
}
/**/
input[type=text], input[type=tel], input[type=email], input[type=textarea], textarea {
    width: 100%;
    max-width: 100%;
}
input[type=button], input[type=tel], input[type=email], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.l-contact input[type=button],.l-contact input[type=tel],.l-contact input[type=email],.l-contact input[type=submit],.l-contact input[type=text],.l-contact input[type=date],.l-contact textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: .5em;
    padding: .5em .5em;
    line-height: 1.8;
    background: #fbfbfb;
}
.l-contact {
    width: 100%;
}
/* contact-button */
.l-contact input[type=submit]:hover {
    opacity: .8;
    box-shadow: none;
}
.l-contact input[type=submit] {
    background: linear-gradient(to bottom,#ffbd71,#fe8f09);
    color: #fff;
    width: 200px;
    margin: 0 auto;
    transition: .2s;
    box-shadow: 0 2px 5px #888;
}
.contact-block {
    margin-bottom: 2em;
}
p.contact-title {
    border-bottom: solid 1px #d0d0d0;
    border-left: solid 3px #888;
    padding-bottom: 0;
    padding-left: 10px;
    margin-bottom: 1em;
    font-size: 120%;
}
.contact-block span {
    margin: 0;
    font-size: 120%;
}
span.required {
    background: #fb4444;
    color: #fff;
    padding: 2px 5px;
    font-size: 90%;
    border-radius: 3px;
    margin-left: 10px;
}
/* about */
table.l-company-table a {
    color: #00b9eb;
}
.l-company-table, .l-company-table tbody, .l-company-table tr, .l-company-table th, .l-company-table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none !important;
}
.l-company-table th, .l-company-table td {
    border: solid 1px #cacaca !important;
}
.post table {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 30px;
    width: 100%;
}
.post table th {
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
}
.post table.l-company-table th {
    background: #6ccb6f;
    color: #fff;
    text-align: left;
}
.post table td {
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
}
.l-company-table td img {
    margin-bottom: 1em;
}
@media (min-width: 800px){
  .l-company-table {
    display: table;
  }
  .l-company-table tbody {
    display: table-row-group;
  }
  .l-company-table tr {
    display: table-row;
  }
  .l-company-table th {
    width: 170px;
    background: none;
    text-align: left;
  }
  .l-company-table th, .l-company-table td {
    display: table-cell;
    vertical-align: middle;
  }
  .l-company-table td {
    width: calc(100% - 170px);
  }
}


/* disposal 不用品回収 */
.disposal-block {
    margin-bottom: 3em;
}
.disposal-block.disposal-first p {
    background: linear-gradient(135deg, #6bca6e,#6ccb6f);
    box-shadow: 0 5px 5px #ccc;
    margin-bottom: 2em;
    padding: 10px;
    font-weight: bold;
    font-size: 110%;
    color: #fff;
}
.disposal-block ul {
    margin: 2em 0;
    background: #eee;
    padding-left: 10px;
    padding-right: 10px;
}
.disposal-block ul li {
    margin-bottom: 0;
    padding-left: 30px;
    text-indent: -11px;
}
.disposal-block ul li span {
    margin-right: 10px;
    color: #ff3d3d;
}

/* sorting 遺品整理 */
.sorting-block {
    margin-bottom: 3em;
}
.sorting-block.sorting-first p {
    background: linear-gradient(135deg, #ffa430,#fe9003);
    box-shadow: 0 5px 5px #ccc;
    margin-bottom: 2em;
    padding: 10px;
    font-weight: bold;
    font-size: 110%;
    color: #fff;
}
.sorting-block ul {
    margin: 2em 0;
    background: #eee;
    padding-left: 10px;
    padding-right: 10px;
}
.sorting-block ul li {
    margin-bottom: 0;
    padding-left: 30px;
    text-indent: -11px;
}
.sorting-block ul li span {
    margin-right: 10px;
    color: orange;
}


/* common-page */
.common-page {
    margin-bottom: 4em;
}
.cp-block.cp-block-first {
    text-align: center;
/*    margin-bottom: 2em;*/
    margin-bottom: 0em;
}
.cp-block-first h3 {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-size: 150%;
    background: linear-gradient(to right,#a91922,#CE232D,#a91922);
    color: #FFF;
    box-sizing: border-box;
    border: none;
}
.cp-block-first h3:before, .cp-block-first h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.cp-block-first h3:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.cp-block-first h3:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
h3.cp-h3 {
    margin: 10px 0;
    font-size: 120%;
    border: none;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg,#fff,#ff9d21 5%);
    text-align: center;
}
.img-center {
    text-align: center;
}
.img-center > img {
    max-width: 64%;
}

/* faq */
.faq-wrap {
    margin-bottom: 4em;
}
.faq-block.faq-first {
    text-align: center;
/*    margin-bottom: 2em;*/
    margin-bottom: 0em;
}
.faq-first h3 {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-size: 150%;
    background: linear-gradient(to right,#a91922,#CE232D,#a91922);
    color: #FFF;
    box-sizing: border-box;
    border: none;
}
.faq-first h3:before, .faq-first h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.faq-first h3:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.faq-first h3:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


p.answer {
    text-indent: -1.3em;
    padding-left: 2em;
    margin: 1em 0;
    padding-bottom:20px;
}
p.answer span{
  color: #ff8e00;
  font-weight: bold;
  font-size: 110%;
}
 p.answer::before {
    font-weight: bold;
    font-size: 1.2em;
    margin-right: .3em;
}
p.answer::before {
    content: "A";
    color: #002E73;
}
.dbs{
    display:block;
    margin-top:20px;
}
.questionbox a{
   color:#0000ff;
   text-decoration:underline;
}


/* accordion */
.accbox {
    /* margin: 2em 0; */
    margin: 1em 0 2em;
    padding: 0;
}
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 13px 12px;
    color: #13a000;
    font-weight: bold;
    background: #ffffff;
    border: solid 1px #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}
.accbox label:hover {
    background :#ffe9a9;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 10px
}
.cssacc:checked + label:before {
    content: '\f078';
}

/* footer */
#footer {
    background: #6ac96d;
    text-align: center;
}
#footer a {
    color: #fff;
}
#copyright {
    color: #ffffff;
    background: #6ac96d;
}
#copyright a {
    color: #fff;
}
@media screen and (min-width:600px) {
.imgright{
      float:right;
      width:40%;
      margin-left:10px;
}
	.imgright2{
      float:right;
      width:40%;
      margin-left:10px;
}
	.imgleft2{
      float:left;
      width:40%;
      margin-right:10px;
}
}
.imgright img{
      max-width:100%;
	background: #fff;
    border: 1px solid #eee;
	padding: 0.2em;
}
.imgright2 img{
      max-width:100%;
	background: #fff;
    border: 1px solid #eee;
	padding: 0.2em;
}
.imgleft2 img{
      max-width:100%;
		background: #fff;
    border: 1px solid #eee;
	padding: 0.2em;
}
.disposal-block:after{ content: "."; display: block; height: 0; font-size:0;clear: both; visibility:hidden;}
.sorting-block:after{ content: "."; display: block; height: 0; font-size:0;clear: both; visibility:hidden;}
.bxtxt {
    overflow: hidden;
}