@charset "UTF-8";
header{
    background-color: #faa61a;
    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;
    margin-top: 40px;
}


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;
}


   footer{
    background:#faa61a;
    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;
  }


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

.strg{
  display: inline-block;
  font-weight: bold;
  color: #0c4da2;
}

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

a.btn_04 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #faa61a;
	background: #faa61a;
	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:  #faa61a;
	background: #fff;
}



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

    header{
        background-color:  #faa61a;
        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;
    }
    
  .number{
    font-weight: bold;
    color: #faa61a;
    font-size: 18px;
    position: relative;
    top:1.2px;
  }

    h1{
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }
   
    h3{ 
      font-weight: bold;

    }


   
    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;
    }
    
    .img1{
        margin: 0 auto;
        width: 60%;
        display: block;
    }
    
  

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

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

  .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;
  }

  .article-wrapper{
    margin-left: 5px;
  }


}





