/*#c9ffbe*/
:root{
  --main_color:#E1C17E;
  --support_color:rgb(255, 253, 252);
}
.column_div{
  font-family: serif;
  padding-bottom: 5rem;
  min-height: 100vh;
}

.column_div_puls{
  display: flex;
  align-items: center;
}
.res600{
  display: none;
}
.res1024{
  display: none;
}
.res_header_grid{
  display: grid;
}
.header_grid{
  display: none;
}

ul{
  list-style: none;
}


h1 {
  margin: 3rem 0 1rem 0;
  position: relative;
  background: var(--support_color);
  box-shadow: 0px 0px 0px 5px var(--support_color);
  border: dashed 2px var(--main_color);
  padding: 0.2em 0.5em;
  color: #454545;
  font-size: 2.7rem;
}

h1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff var(--main_color);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h2{
  font-size: 2.5rem;
  padding: 1rem 2rem;
  border-left: 6px double var(--main_color);
  background: var(--support_color);
  margin: 1rem 0;
}

h3{
  font-size: 2rem;
  padding: 1rem 2rem;
  border-bottom: 3px double var(--main_color);
  margin: 1rem 0;
}

p{
  font-size: 1.8rem;
  line-height: 2;
  text-indent: 1.8rem;
  margin-bottom: .5rem;
}

.index_title{
  color: #787c7b;
  font-weight:bold;
}

.fa-angle-down,.fa-paw{
  padding-right: .5rem;
}

.fa-paw{
  color: var(--main_color);
}

.pb{
  font-weight: bold;
}
li{
  font-size: 1.7rem;
}

ol li{
  color: #787c7b;
}

li a{
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #787c7b;
  border-bottom: solid 2px #f4f4f4;
  transition: all .1s ease;
}

li a:hover{
  background-color: white;
  color: rgb(28, 28, 28);
}

.index_div{
  background-color: #f7f9f9;
  padding: 2rem 3rem;
  margin: 2rem  0;
}

.content_div{
  padding: 2rem 0;
  position: relative;
}

.content{
  padding: 1rem 0;
}

.top_img_div{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top_img_div::before{
  display: block;
  content: '';
  padding-top: 25%;
}

.top_img_div img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.dfr{
  display: flex;
  flex-flow:row;
  margin-bottom: 1rem;
}

.rank_img_div{
  overflow: hidden;
  position: relative;
  width: 30vw;
  border-radius: 6px;
}

.rank_img_div::before{
  display: block;
  content: '';
  padding-top: 58%;
}

.rank_img_div img{
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: 100%;
}



.c4{
  background-color: rgba(255,255,255,0.4);
  background-blend-mode: lighten;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 400px;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.c4_1{
  background-image: url(../img/c4_1.png);
}
.c4_2{
  background-image: url(../img/c4_2.png);
}
.c4_3{
  background-image: url(../img/c4_3.jpg);
}
.c4_4{
  background-image: url(../img/c4_4.png);
}
.c4_5{
  background-image: url(../img/c4_5.png);
}

.stt{
  font-weight: lighter;
  line-height: 1;
}

.dfv{
  display: flex;
  flex-flow: column-reverse;
}

@media (max-width:1024px) {
  .res1024{
    display: block;
  }
}

@media (max-width:768px) {
  .c4{
    height: 300px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 1rem;
  }
  .stt{
    text-align: right;
  }
}

@media (max-width:600px) {
  .res600{
    display: block;
  }
  .top_img_div::before{
    padding-top: 35%;
  }
  .dfv ul{
    padding-inline-start: .6rem;
  }
  .dfr {
    flex-flow: column;
  }
  .rank_img_div{
    width: 100%;
  }


}

@media (max-width:425px) {
  .index_div{
    padding: 0;
  }
  ul{
    padding-inline-start: 3rem;
  }
  h1{
    font-size: 2rem;
  }
  h2{
    font-size: 1.9rem;
  }
  h3{
    font-size: 1.8rem;
  }
  .c4{
    height: 200px;
  }


}
