@charset "UTF-8";
header{
    background-color:#ff8fb6;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 10px; 
    justify-content: space-between;
    line-height: 1.5;
}

.article-wrapper{
    width: 90%;
    margin: 0 auto;
}


h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.img1{
    margin: 0 auto;
    width: 350px;
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
}

header .name{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 6px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.article-p{
  
    line-height: 1.7;
    text-align: justify;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.article-p2{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}

h2{
    font-size: 15px;
    font-weight: bold;
    margin: 30px 10px 20px 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: lightseagreen;
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.7;
}

.article-border-p{
    margin: 20px 20px;
    line-height: 1.7;
    border: solid 1px#ff8fb6;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 90%;
}


.article-border-p ol {
    list-style: none;
    counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .article-border-p ol li:before {
    margin-right: .25em;
    counter-increment: ol_li; /* ol_li カウンタの値に1加える */
    content: counter(ol_li); /* before擬似要素のcontentで出力 */
    color: #ff8fb6; /* 色を変更 */
    font-weight: bold;
  }


  .list-style-type li{
    position: relative;
    padding-left: 15px;
  }
   
  .list-style-type li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color:#ff8fb6;
    border-radius: 50%;
  }

a{color: #ff8fb6;
  font-weight: bold;}

  table{
    margin-top: 20px;
    margin-left: 50px;
    width: 380px;
    margin: 0 auto;
   }

   table td{
    padding: 20px 20px;
    text-align: center;
    vertical-align: middle;
}

   table .cho-blue{
    background-color: lightblue;
   }
  
   table .cho-yellow{
    background-color: yellow;
   }

   table .cho-red{
    background-color: red;
   }

   footer{
    background: #ff8fb6;
    text-align: center;
    padding: 26px 0;
    color: #fff;
    margin-top: 100px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   }

   /*-----ページおくりのデザイン　携帯用-----------*/

  .pagenation{
    display: flex;
    justify-content: center;
    font-family: 'M PLUS Rounded 1c',sans-serif;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .pagenation a:hover{
    background: #93d8d0;
    color: #fff;
  }

  .pagenation a,
  .pagenation .current{
    border-radius: 50%;
    padding-top: 8px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 6px;
  }

  .pagenation .current{
    background: #ccc;
    color: #fff;
  }

  .pagenation li a{
    color: #666;
  }

  /*----------ホームボタン---------------*/

a.btn_04 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #ff8fb6;
	background: #ff8fb6;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a.btn_04:hover {
	color: #ff8fb6;
	background: #fff;
}


footer{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 60px;
}

/*
DESKTOP SIZE
========================================================= */
@media (min-width: 600px){

    header{
        background-color: #ff8fb6;
        display: flex;
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        padding: 15px 40px;
        border-radius: 10px; 
        justify-content: space-between;
    }

    .article-wrapper{
        width: 100%;
        margin-left: 20px;
    }
    
    h1{
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }
    
    header .name{
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        margin-top: 6px;
    }
    
    .article-p{
        width: 90%;
        margin: 0 auto;
        line-height: 2;
      
        font-size: 18px;
        text-align: justify;
    }

    .article-p2{
      width: 60%;
      margin: 0 auto;
      line-height: 1.7;
    
      font-size: 16px;
      text-align: justify;
  }
    
    .img1{
        margin: 0 auto;
        width: 40%;
        display: block;
    }
    
    h2{
        font-size: 20px;
        font-weight: bold;
        margin-left: 40px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color:#ff8fb6;    
    }
    
    .article-border-p{
        margin: 30px 45px;
        line-height: 2;
        border: solid 1px #ff8fb6;
        padding: 20px 20px;
        font-size: 18px;
    }

    .article-border-p ol{
        line-height: 3;
    }
    
    
    .list-style-type li:before {
        content: "";
        position: absolute;
        top: .7em;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #ff8fb6en;
        border-radius: 50%;
      }

    .article{
        margin-top: 10px;
    }
 
  
    table{
        margin-top: 20px;
        margin-left: 50px;
        width: 80%;
        margin: 0 auto;
       }

   table td{
    padding: 20px 20px;}

   table .cho-blue{
    background-color: lightblue;
   }
  
   table .cho-yellow{
    background-color: yellow;
   }

   table .cho-red{
    background-color: red;
   }

   .article-p{
    margin: 30px 40px;
    line-height: 1.7;
    text-align: justify;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

 /*-----ページおくりのデザイン　デスクトップ用-----------*/

 .pagenation{
    display: flex;
    justify-content: center;
    font-family: 'M PLUS Rounded 1c',sans-serif;
    font-size: 1.5rem;
    text-align: center;
  }

  .pagenation a:hover{
    background: #93d8d0;
    color: #fff;
  }

  .pagenation a,
  .pagenation .current{
    border-radius: 50%;
    padding-top: 4px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 6px;
  }

  .pagenation .current{
    background: #ccc;
    color: #fff;
  }

  .pagenation li a{
    color: #666;
  }


}





