/* カスタマイズ用CSS */
.box-text-notice {
    position: relative;
    border: 3px double #da4033;
    border-radius: 5px;
    margin: 60px 0;
    padding: 20px 20px 5px 20px;
}
.box-text-notice::before {
    content: "重要！";
    position: absolute;
    background-color: #f4f4f4;
    color: #da4033;
    font-weight: bold;
    left: 20px;
    top: -23px;
    padding: 10px;
}
.midashi1 {
  position: relative;
  color: #158b2b;
  font-size: 1.3em;
  padding: 8px 0;
  text-align: center;
  margin: 1.1em 0;
}
.midashi1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box-012 {
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #9b6cac;
    border-radius: 3px;
    overflow: hidden;
}

.box-012 span {
    padding: 2em 1em 0.2em;
    background-color: #9b6cac;
    color: #fff;
}

.box-012 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}
.chuui {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 1em 0em 0em 0em;
  color:red;
}

.chuui:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.spbox11{
    padding: 0.5em 0.2em 0.5em 1em;
    margin: 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.spbox11 p {
    margin: 0; 
    padding: 0;
    font-size:1.3em;
}
.ec-drawerRoleClose {
    display: none;
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #337ab7;
    position: fixed;
    top: 10px;
    right: 10px;
    left:80%;
    z-index: 1000;
}
.ec-drawerRole .ec-headerLinkArea {
background: none;
}
.ec-drawerRole {
background: none;
width: 280px;
height: 100vh;
}

.ec-headerNavSP {
    padding: 0px;
    width: 48px;
    height: 44px;
    border-radius: 10% 10%;
    background: #f8f8f8;
}
.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  color:#0068b7;
  font-size:1.4em;
}
.ec-headerNavSP .fas {
    vertical-align: top;
    font-size: x-large;
}
.ec-headerNaviRole .fa-bars {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ttl_line5 {
  margin-top: 1em;
  font-weight: bold;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}
.ttl_line5::after {
  content: '';
  background-size: 10px 10px;
  background-color: #e1eef5;
  background-image: repeating-linear-gradient(-45deg, #4c9ac0 0, #4c9ac0 3px, #fff 0, #fff 50%);
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.ellipsis {
    width: 200px; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leftb a { overflow:hidden; }
.leftb a img:hover{transform:scale(1.1);transition: 0.5s;}

.tablemitu {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.tablemitu th {
  width: 22%;
  background: #fff27d;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
.tablemitu td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 600px) {
  .tablemitu th, .tablemitu td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tablemitu tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

/* 769px以上のとき */
@media screen and (min-width: 769px) {
.sp {display: none !important;}
.header-fixed {
    background-image: url(http://www.ecopeace.jp/html/template/default/assets/img/top/haikei.png);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
.ec-role {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 1.3em;
    line-height: 1.4;
}
.ec-borderedDefs dt {
    padding-top: 15px;
    width: 30%;
    background-color: #dbebc4;
    }
.ec-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
}
.ec-borderedDefs dd {
    width: 70%;
    line-height: 2;
    margin-left: 10px;
    margin-top: 10px;
}
.ec-borderedDefs dl {
        flex-wrap: nowrap;
        padding: 5px 0px;
    }
.ec-off1Grid .ec-off1Grid__cell {
width: 98%;
}
.ec-off1Grid .ec-off1Grid__cell {
        position: relative;
        min-height: 1px;
        margin-left: 3%;
    }
.blogfeed {
    display: inline-grid;
    column-gap: 1em;
    grid-template-columns: repeat(3, auto);
}
.zenfont {
font-size:1.1em;
}
.otokubox {
    padding: 0.5em 1em;
    margin: 2em 1em;
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    width: 45%;
}
}
/* 768px以下のとき */
@media screen and (max-width: 768px) {
.pc {display: none !important;}
.ec-role {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.4;
}
.blogfeed {
    column-gap: 1em;
    grid-template-columns: repeat(3, auto);
}
.header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
.ec-headerNaviRole {
    padding-left:0px;
    padding-right:0px;
}
.zenfont {
font-size:1.2em;
}
.otokubox {
    padding: 0.5em 1em;
    margin: 2em 0em;
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
}

.ec-sliderRole {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1150px;
}
ul {padding-left:0;}
li {list-style:none;}
.txt_bnr {
margin: 0 0 16px;
background: #ffe5e4;
border: 1px solid #e60012;
padding: 3px;
text-align: center;
font-size: 1.1em;
}
.txt_bnr strong {
color: #DE5D50;
font-size: 1.4em;
}



.container-fluid {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 2);
  margin-right: auto;
  margin-left: auto;
}


.ht01  {
  border-bottom: solid 3px #c1e5f2;
  position: relative;
}

.ht01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1d9fd4;
  bottom: -3px;
  width: 30%;
}

.tb05 th,
.tb05 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb05 th {
  background: #1d9fd4;
  text-align:center;
  color: #fff;
  width: 20%;
  
}
@media screen and (max-width: 640px) {
  .tb05 {
    width: 100%;
  }
  .tb05 th,
  .tb05 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb05 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

#img1 {width: 500px;}