#main {
    margin: 0 auto;
    padding: 30px;
    width: 750px;
    background: #fff;
    text-align: left;
}

div {
    display: block;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.6;
    text-align: center;
    word-wrap: break-word;
    color: #333;
    background: #faf7f5;
}

P{
    display: block;
    margin-bottom: 3.0rem;
}

.center{
    border: 1px solid rgb(255, 255, 255);
    width: 800px;
    text-align: center;
    font-size: 27px;
  }

.right{
  border: 1px solid rgb(255, 255, 255);
  width: 750px;
  text-align: right;
  font-size: 27px;
}

.btn1{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 30px;
    width: 150px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ff1b1ba8 100%);
    background-image: linear-gradient(#ff0000b2 0%, #ff3300 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn1:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

.btn2{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 30px;
    width: 150px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ff1b1ba8 100%);
    background-image: linear-gradient(#ff0000b2 0%, #ff3300 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn2:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

.btn3{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    width: 150px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#89ffa6 0%, #2eff1bfb 100%);
    background-image: linear-gradient(#00CC99 0%, #66CC99 100%);
    text-shadow: 1px 1px 1px #464646;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.562);
}

.btn3:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#bafdcb 0%, #e7ffd9 100%);
    background-image: linear-gradient(#defed6 0%, #cfffbc 100%);/*グラデーションを明るく*/
}


h1 {
    margin:10px 0;
    color: #0d9344;
    font-size: 24px
}

h2 {
    margin-bottom: 14px;
    padding: 8px;
    line-height: 1.0;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #999;
    color: #fff;
    background: #ee1d23;
}

h3 {
    margin:10px 0;
    color: #ee1d23;
    font-size: 20px
}


.img_center {
    display: block;
    margin: 0 auto;
    }

 .caution  {
    width: 950px;
    background-color: #ffe0e0;
    border: 1px solid #ff4020; 
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 0.86em;
    padding: 8px 15px 0px 15px;
    text-align: center;
      }

.txtArea {
text-align: left;
}
@media screen and (max-width: 768px) {
}
.caution  {
    width: auto;
}

.footer_copyright {
    text-align: center;
    color: rgb(150, 150, 150);
    padding: 8px 0;
}

#image {
    text-align: center;
    margin:50px;
    }
