@charset 'UTF-8';

.entry-anchor_item {
  position: relative;
  line-height: 1;
}
.entry-anchor_item a {
  position: relative;
  height: 100%;
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.entry-anchor_item a:after {
  position: absolute;
  content: '';
  height: 11px; 
  width: 18px;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_allow_bottom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-anchor_item a:hover {
  opacity: 0.7;
}

.entry-attention_list {
  counter-reset: item;
}
.entry-attention_list li {
  padding-left: 1.5em; 
  text-indent: -1.5em;
}
.entry-attention_list li:before {
  content: counter(item) '.';
  counter-increment: item;
  padding-right: 0.5em;
  font-weight: bold;
}
.entry-attention_list li + li {
  margin-top: 10px;
}

.entry-datalist {
  position: relative;
}
.entry-datalist:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.entry-datalist._no-border {
  margin-top: 0;
}
.entry-datalist._no-border:before {
  content: none;
}
.entry-datalist_item {
  position: relative;
}
.entry-datalist_item:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.entry-datalist_inner {
  font-size: 1.6rem;
}
.entry-datalist_term {
  font-weight: 700;
}
.entry-datalist_definition span {
  display: block;
  color: #060;
  font-weight: 700;
}
.entry-datalist_link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #060;
  font-weight: 700;
  text-decoration: none;
}
.entry-datalist_link:before {
  position: absolute;
  left: 0; 
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #060;
  border-style: solid;
  border-width: 5px 0 5px 10px;
}

.event-flyer_list {
  display: flex;
  justify-content: space-between;
}
.event-flyer_list li {
  width: 50%; 
  line-height: 0;
}
.event-flyer_list li:nth-child(even) {
  text-align: right;
}

.event-flyer_button a {
  display: flex;
  justify-content: center;
  background-color: #060;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  align-items: center;
  line-height: 1.5;
  text-decoration: none;
}
.event-flyer_button a span {
  position: relative; 
  display: block;
}
.event-flyer_button a span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_arrow_back_white.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(-180deg);
}

.entry-step_heading {
  display: flex;
  height: 50px; 
  justify-content: center;
  background-color: #060;
  border-radius: 9px 9px 0 0;
  color: #fff;
  font-weight: 700;
  align-items: center;
  line-height: 1.4;
}

.entry-step_contents {
  background-color: #fff;
  border-bottom: 4px solid #060;
  border-left: 4px solid #060;
  border-radius: 0 0 9px 9px; 
  border-right: 4px solid #060;
}
.entry-step_contents dl{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 15px;
}
.entry-step_contents dt{
width: 40%;
padding-right: 15px;
}
.entry-step_contents dd{
  width: 60%;
}
.entry-step_contents dd p.entry-step_text {
  line-height: 1.75;
  margin-top: 0px;
}

.entry-step_sub-heading {
  font-weight: 700; 
  line-height: 1.4;
}
.entry-step_sub-heading span {
  color: #060;
  font-weight: 700;
}

.entry-step_text {
  line-height: 1.75;
}
.entry-step_text span {
  color: #060;
  font-weight: 700;
}

.entry-step_list li {
  padding-left: 1em; 
  text-indent: -1em;
}
.entry-step_list li + li {
  margin-top: 5px;
}
.entry-step_list li:before {
  content: '・';
}

.entry-step_box-text {
  background-color: #e5efe5;
  border-radius: 5px;
}

.entry-step_box_column_wrap {
  background-color: #e5efe5;
  width: 100%;
  margin-top: 15px;
  padding: 20px;
}
.entry-step_box_column_wrap h4{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}
.entry-step_box_column_wrap p{
  font-size: 1.6rem;
   width: 100%;
   margin-top: 10px;
 }
.entry-step_box_column {
  background-color: #e5efe5;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 15px;
}
.entry-step_box_block {
  background-color: #ffffff;
  width: 50%;
  height: auto;
  padding: 20px;
}
.entry-step_box_block:first-child {
  margin-right: 20px;
}
.entry-step_box_block h4 {
  background-color: #060;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
}
.entry-step_box_block h5 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px
}

.entry-theme_lead {
  position: relative;
  font-weight: 700;
}
.entry-theme_lead:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.entry-theme_lead a {
  position: relative;
  display: inline-block;
  color: #060;
  text-decoration: none;
}
.entry-theme_lead a:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #060, #060 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 4px 2px;
}

.entry-theme_img {
  position: relative;
  line-height: 0; 
  text-align: center;
}
.entry-theme_img:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}

.entry-utility_list li {
  font-size: 1.6rem; 
  line-height: 1.4;
}
.entry-utility_list li a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.entry-utility_list li a span {
  position: relative;
  display: block;
  padding-left: 30px;
}
.entry-utility_list li a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 11px;
  width: 18px;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_allow_bottom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(-90deg);
}

.event-form {
  position: relative;
}
.event-form:before, .event-form:after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.event-form:before {
  top: 0;
}
.event-form:after {
  bottom: 0;
}
.event-form_heading {
  color: #060;
  font-weight: 700;
  line-height: 1.4; 
  text-align: center;
}
.event-form_unit {
  margin-top: 20px;
}
.event-form_pic {
  line-height: 1;
}
.event-form_link ul {
  justify-content: flex-start;
}
.mt00{
  margin-top: 0px!important;
}
@media screen and (max-width: 999px) {
  .entry-step_contents dl{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }
  .entry-step_contents dt{
  width: 100%;
  padding-right: 0px;
  }
  .entry-step_contents dt img{
    width: 100%;
    margin: 0px;
    }
  .entry-step_contents dd{
    width: 100%;
  }
  .entry-step_contents dd p.entry-step_text {
    line-height: 1.75;
    margin-top: 0px;
  }
  

  .entry-step_box_column_wrap {
    background-color: #e5efe5;
    width: 100%;
    margin-top: 15px;
    padding: 15px 15px 20px 15px;
  }
  .entry-step_box_column_wrap h4{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .entry-step_box_column_wrap p{
    font-size: 1.4rem;
     width: 100%;
     margin-top: 10px;
   }
  .entry-step_box_column {
    background-color: #e5efe5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:flex-start ;
    width: 100%;
    margin-top: 10px;
  }
  .entry-step_box_block {
    background-color: #ffffff;
    width: auto;
    height: auto;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .entry-step_box_block:first-child {
    margin-right: 0px;
  }
  .entry-step_box_block:last-child {
    margin-bottom: 0px;
  }
  .entry-step_box_block h4 {
    background-color: #060;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .entry-step_box_block h5 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
  }


  .entry-anchor_item + .entry-anchor_item:before {
    position: absolute;
    left: 0; 
    top: 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-image: radial-gradient(circle farthest-side, #060, #060 1px, transparent 1px, transparent);
    background-position: 0 -4px;
    background-size: 6px 10px;
  }
  .entry-anchor_item a {
    display: block;
    padding: 15px 0 15px 35px; 
    font-size: 1.6rem;
  }
  .entry-anchor_item a:after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry-attention_list {
    margin-top: 20px;
  }
  .entry-attention_list li {
    font-size: 1.6rem; 
    line-height: 1.75;
  }
  .entry-datalist {
    margin-top: 30px;
  }
  .entry-datalist_item {
    padding: 20px 0;
  }
  .entry-datalist_inner {
    line-height: 1.75;
  }
  .entry-datalist_definition {
    margin-top: 5px;
  }
  .entry-datalist_definition span {
    font-size: 1.8rem;
  }
  .entry-datalist_link {
    margin-top: 10px;
    font-size: 1.6rem; 
    line-height: 1.3;
  }
  .entry-datalist_link:before {
    top: 4px;
  }
  .event-flyer {
    margin-top: 20px;
  }
  .event-flyer_list li img {
    width: calc(100% - 10px);
  }
  .event-flyer_button {
    margin-top: 30px;
  }
  .event-flyer_button a {
    padding: 7px 20px; 
    font-size: 1.4rem;
  }
  .event-flyer_button a span {
    width: 100%; 
    text-align: center;
  }
  .event-flyer_button a span:before {
    height: 10px; 
    width: 13px;
  }
  .entry-lead {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .entry-step_heading {
    margin-top: 20px; 
    font-size: 1.6rem;
  }
  .entry-step_contents {
    padding: 16px;
  }
  .entry-step_sub-heading {
    font-size: 2.0rem;
  }
  .entry-step_text {
    margin-top: 5px; 
    font-size: 1.6rem;
  }
  .entry-step_list {
    margin-top: 10px;
  }
  .entry-step_list li {
    line-height: 1.57143;
  }
  .entry-step_box-text {
    margin-top: 15px; 
    padding: 15px;
    line-height: 1.57143;
  }
  .entry-theme_lead {
    padding-bottom: 30px; 
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .entry-theme_img {
    padding: 35px 0;
  }
  .entry-theme_img img {
    max-width: 300px;
  }
  .entry-utility {
    margin-top: 25px;
  }
  .entry-utility_list li + li {
    margin-top: 15px;
  }
  .event-form {
    margin-top: 30px;
    padding: 20px 0;
  }
  .event-form_heading {
    font-size: 1.6rem;
  }
  .event-form_pic {
    width: 62%;
    max-width: 320px;
    margin: 0 auto;
  }
  .event-form_inner {
    width: 100%;
    padding-top: 15px;
  }
  .event-form_link {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .entry-anchor_item a {
    padding: 0 14px; 
    font-size: 1.3rem;
  }
  .entry-anchor_item a br {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .entry-anchor {
    display: flex;
    align-items: center;
  }
  .entry-anchor_item {
    height: 53px; 
    width: calc(100% / 5);
  }
  .entry-anchor_item:before, .entry-anchor_item:after {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    height: 100%;
    width: 4px;
    background-image: radial-gradient(circle farthest-side, #060, #060 2px, transparent 2px, transparent);
    background-position: -2px -4px;
    background-size: 8px 12px;
    transform: translateY(-50%);
  }
  .entry-anchor_item:before {
    left: 0;
  }
  .entry-anchor_item:last-child:after {
    right: 0;
  }
  .entry-anchor_item a {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .entry-anchor_item a:after {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .entry-anchor_text {
    display: flex;
    height: 26px; 
    align-items: center;
  }
  .entry-attention_list {
    margin-top: 45px;
  }
  .entry-datalist {
    margin-top: 50px;
  }
  .entry-datalist_item {
    padding: 30px 0;
  }
  .entry-datalist_inner {
    display: flex;
    align-items: flex-start;
    line-height: 1.875;
  }
  .entry-datalist_term {
    width: 130px;
  }
  .entry-datalist_definition {
    flex: 1;
  }
  .entry-datalist_definition span {
    font-size: 2.0rem;
  }
  .entry-datalist_link {
    margin-top: 20px;
  }
  .entry-datalist_link:hover {
    opacity: 0.6;
  }
  .entry-datalist_link:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .event-flyer {
    max-width: 464px;
    margin: 45px auto 0;
  }
  .event-flyer_list li img {
    width: calc(100% - 20px);
  }
  .event-flyer_button {
    margin-top: 50px;
  }
  .event-flyer_button a {
    padding: 16px 0; 
    font-size: 1.8rem;
  }
  .event-flyer_button a span {
    padding-right: 32px;
  }
  .event-flyer_button a span:before {
    height: 17px; 
    width: 22px;
  }
  .event-flyer_button a:hover {
    opacity: 0.6;
  }
  .entry-lead {
    margin-top: 45px;
    font-size: 1.8rem;
    line-height: 1.88889; 
    text-align: center;
  }
  .entry-lead._fs-small {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .entry-step_heading {
    margin-top: 50px; 
    font-size: 2.0rem;
  }
  .entry-step_contents {
    padding: 36px;
  }
  .entry-step_sub-heading {
    font-size: 2.6rem;
  }
  .entry-step_text {
    margin-top: 10px; 
    font-size: 1.8rem;
  }
  .entry-step_list {
    margin-top: 15px;
  }
  .entry-step_list li {
    line-height: 1.875;
  }
  .entry-step_box-text {
    margin-top: 25px; 
    padding: 20px;
    line-height: 1.875;
  }
  .entry-theme_lead {
    padding-bottom: 70px; 
    font-size: 2.0rem;
    line-height: 1.6;
    text-align: center;
  }
  .entry-theme_lead a:hover {
    opacity: 0.6;
  }
  .entry-theme_img {
    padding: 50px 0;
  }
  .entry-utility {
    margin-top: 45px;
  }
  .entry-utility_list {
    display: flex;
    justify-content: center;
  }
  .entry-utility_list li + li {
    margin-left: 40px;
  }
  .entry-utility_list li a:hover span {
    opacity: 0.6;
  }
  .event-form {
    margin-top: 50px;
    padding: 30px 0;
  }
  .event-form_heading {
    font-size: 2.0rem;
  }
  .event-form_unit {
    display: flex;
    align-items: flex-start;
  }
  .event-form_pic {
    width: 200px;
  }
  .event-form_inner {
    padding-left: 30px;
    flex: 1;
  }
  .event-form_link {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1151px) {
  .entry-anchor_item a {
    font-size: 1.6rem;
  }
}
