
/* --------------------------------------*/
/*                             */
/* --------------------------------------*/

    
 .resizeimage img { 
 max-width: 100%;
 max-height: auto; }
 
  
.textbox1 {
    border: solid 2px white;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #888888;
    border-radius: 10px;        /* 角丸指定 */
    text-align: center;
}

.textbox2 {
    margin: 20px;
    padding-top: 1px;  
    padding-bottom: 10px;  
    background-color: #333333;
    text-align: center;
}




.text1 {
    margin: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}


.text2 {
    margin: 20px;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    padding: 1rem 2rem;
    background: #aa0000;
    border-radius: 10px;        /* 角丸指定 */
}
    

.text_title {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ffffff;
  font-size: 40px;
  text-shadow: 4px 4px 0px #000000;
  font-weight: bold;
}
    

    
/* --------------------------------------*/
/* ボタン                                 */
/* --------------------------------------*/


    a.btn_03 {
      display: block;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      width: 400px;
      margin: auto;
      padding: 1rem 4rem;
      font-weight: bold;
      border: 2px solid #ec661b;
      color: #ec661b;
      border-radius: 100vh;
      transition: 0.5s;
    }
    a.btn_03:hover {
      color: #fff;
      background: #ec661b;
    }
    
