html{
    font-size: 62.5%
}
body{
    /* height: 100%; */
    background-color: #e3e6e6;
    color: #010101;
    line-height: 1.5;
    font-size: 1.6rem;
}
img{
    display: block;
    margin: 10px auto;
}
p{
    color: #333;
}
@media screen and (min-width: 800px){
.wrap{
    width: 740px;
    margin: 0px auto;
    padding: 10px;
    background-color: #fff;
}
.sp{
    display: none;
}
p{
    margin: 0 60px 0;
    line-height: 2.5em;
}
img{
    width: 70%;
}
.pic-small{
    max-width: 20%;
}
.pic-middle{
    max-width: 50%;
}
/* span----------- */
.biggest{
    font-size: 2.5rem;
    font-weight: bold;
    color: brown;
}
.blue-border{
    text-decoration: underline;
    text-decoration-color: #1d3994;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1d3994;
}
.small{
    font-size: 1.5rem;
}
.yellow-middle-border{
    background-color:  #ff9;
    line-height: 20px;
}
.p-middle{
    text-align: center;
    padding: 30px;
}
.p-middle-comment{
    color: #d1514f;
    font-weight: bold;
}
.supplement{
    line-height: 30px;
}
.blue-big{
    font-size: 2rem;
    color: blue;
    font-weight: bold;
}
.red{
    color: red!important;
    font-weight: bold;
    font-size: 2rem;
}
.orange{
    color: orangered!important;
    font-weight: bold;
    font-size: 2.5rem;
}
.under-bar{
    background: linear-gradient(transparent 60%, #ff9 60%);
    font-weight: bold;
    font-size: 1.8rem;
}
/* --------------- */
.title-box{
    width: 760px;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
    border-bottom: solid 2px #808080;
}
.title-box img{
    width: 100%;
}
li {
    line-height: 1.5;
    padding: 0.5em;
    list-style: none;
  }
li:nth-child(even){
    background-color: lightgrey;
}
.post-border-point{
    position: relative;
    width: 70%;
    margin: 15px auto;
}
.post-border-point-ttl{
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #263d50;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
    line-height: 1.2;
}
.post-border-point-txt{
    position: relative;
    border: 2px solid #263d50;
    border-radius: 0 8px 8px 8px;
}
.last{
    border-radius: 0 0 8px 8px;
}
.kuchikomi{
    margin-top: 20px;
}
.review{
    list-style: none;
    border: 3px #2b2b2b dashed;
    width: 550px!important;
    margin: 12px auto!important;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 60%);
}
.review-li{
    padding: 20px;
}
.pic-box{
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
.arrow{
    width: 50px;
    margin: 10px auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 0;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0px, 20px);
      opacity: 0;
    }
  }
.arrow{
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 0;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
}
.kazari{
    width: 30%;
}
.tag{
    background: #666666;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 5px;
    font-size: 1.4rem;
}
.risk{
    text-align: center;
    line-height: 25px;
}
.risk img{
    width: 70%;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 80%;
    margin: 0 auto;
}
.flex p{
    width: 30%;
    margin: 0px;
}
h1{
    color: #fff;
    text-align: center;
    font-size: x-large;
    position: absolute;
    top: 30%;
    left: 10%;
} 
h2{
    text-align: center;
    margin: 10px 0;
}
h3{
    width: 640px;
    position: relative;
    border-top: solid 2px #ff8100;
    border-bottom: solid 2px #ff8100;
    background: #fff6d7;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em auto 0.5em;
    font-size: 2.1rem;
}
h4{
    width: 640px;
    position: relative;
    border-top: solid 2px #ff8100;
    border-bottom: solid 2px #ff8100;
    background: #fff6d7;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em auto 0.5em;
    font-size: 2rem;
}
h4::after{
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #ff8100;
    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;
}
.btn{
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.btn-click:hover{
    transform: scale(0.99, 0.99) translateY(2px);
}
.btn img{
    width: 60%;
}
}
@media screen and (max-width: 799px){
img{max-width:100%;}
.wrap{
    max-width: 760px;
    /* width:100%; */
    margin: 0px auto;
    padding: 10px;
    background-color: #fff;
    font-size: 1.4rem;
}
.pc{
    display: none;
}
.title-box{
    max-width: 100%;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
    border-bottom: solid 2px #808080;
}
.title-box img{
    width: 100%;
}
h1{
    font-size: 3.7vw;
    color: #fff;
    position: absolute;
    top: 3vh;
    left: 5vw;
    text-align: center;
}
h2{
    text-align: center;
    margin: 10px 0;
    font-size: 1.8rem;
}
h3{
    max-width: 640px;
    position: relative;
    border-top: solid 2px #ff8100;
    border-bottom: solid 2px #ff8100;
    background: #fff6d7;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em auto 0.5em;
    font-size: 1.8rem;
    text-align: center;
}
h4{
    max-width: 640px;
    position: relative;
    border-top: solid 2px #ff8100;
    border-bottom: solid 2px #ff8100;
    background: #fff6d7;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em auto 0.5em;
    font-size: 1.7rem;
}
h4::after{
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #ff8100;
    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;
}
p{
    margin: 0 auto;
    line-height: 2.5rem;
}
.pic-small{
    max-width: 20%;
}
.pic-middle{
    max-width: 50%;
}
/* span----------- */
.biggest{
    font-size: 2rem;
    font-weight: bold;
    color: brown;
}
.blue-border{
    text-decoration: underline;
    text-decoration-color: #1d3994;
    font-weight: bold;
    font-size: 1.5rem;
    color: #1d3994;
}
.small{
    font-size: 1.3rem;
}
.yellow-middle-border{
     background-color:  #ff9;
    line-height: 20px;
}
.p-middle{
    text-align: center;
    padding: 30px 15px;
}
.supplement{
    line-height: 30px;
}
.blue-big{
    font-size: 1.6rem;
    color: blue;
    font-weight: bold;
}
.red{
    color: red!important;
    font-weight: bold;
    font-size: 1.6rem;
}
.orange{
    color: orangered!important;
    font-weight: bold;
    font-size: 1.8rem;
}
.under-bar{
    background: linear-gradient(transparent 60%, #ff9 60%);
    font-weight: bold;
    font-size: 1.6rem;
}
/* --------------- */
ol{
    padding: 0px;
}
li {
    line-height: 1.5;
    padding: 0.5em;
    list-style: none;
}
li:nth-child(even){
    background-color: lightgrey;
}
.post-border-point{
    position: relative;
    max-width: 100%;
    margin: 15px auto;
}
.post-border-point-ttl{
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #263d50;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
    line-height: 1.2;
}
.post-border-point-txt{
    position: relative;
    border: 2px solid #263d50;
    border-radius: 0 8px 8px 8px;
}
.last{
    border-radius: 0 0 8px 8px;
}
.kuchikomi{
    margin-top: 20px;
}
.review{
    list-style: none;
    border: 3px #2b2b2b dashed;
    margin: 12px auto!important;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 60%);
}
.review-li{
    padding: 20px;
}
.pic-box{
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.arrow{
    width: 50px;
    margin: 10px auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 0;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0px, 20px);
      opacity: 0;
    }
  }
.arrow{
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 0;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
}
.kazari{
    width: 30%;
}
.tag{
    background: #666666;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 5px;
    font-size: 1.4rem;
}
.risk{
    text-align: center;
    line-height: 25px;
}
.risk img{
    width: 70%;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 80%;
    margin: 0 auto;
}
.flex p{
    width: 30%;
    margin: 0px;
}
.btn{
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.btn-click:hover{
    transform: scale(0.99, 0.99) translateY(2px);
}
.btn img{
    width: 90%;
}
}
