<style>
*{
  box-sizing:border-box;
}
a{
  text-decoration: none;
}
  html {
    margin: 0;
    width:100%;
  }
  body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    margin: 0;
    width:100%;
  }
  .container{
    margin: 0;
    width: 100%;
  }
  header{
    height: 90px;
    width: 100%;
    background-color: #68AEA0;
  }
  .header-wapper{
    width: 90%;
    height: 90px;
    margin: 0 auto;
    text-align: center;
  }
  .header-wapper h1{
    font-size: 18px;
    color: #faefca;
    padding-top:0px;
  }
  .description{
    color: #faefca;
    font-size: 10px;
    padding-bottom: 0px;
  }
  .main-wapper{
  }

  footer{
    width: 100%;
    border-top: 1px solid #68AEA0;
    height: 35px;
    background-color: #68AEA0;
  }
  .footer-wapper p{
    font-size: 10px;
    display: inline-block;
    float: right;
    padding-right: 20px;
    height: 35px;
    color: white;
  }

  .main{
    width:100%;
    margin: 0 auto;
    text-align: center;
    background-color: #faefca;
    padding: 40px 0;
  }
  .koumoku{
    font-size: 20px;
    font-weight: bold;
    color: #675245;
    margin-top: 0px;
  }
  .waku{
    padding: 40px 0;
  }
  input{
    height:30px;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 4px;
  }
  select{
    height: 30px;
    padding: 10px 10px;
    font-size: 20px;
  }

  @-moz-document url-prefix() {
    /* Firefox用プルダウンデザイン */
    select{
      height: 100px;
      padding: 40px 40px;
      font-size: 59px;
    }
    span {
      color:#0c0;
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    select{
      height: 30px;
      padding: 20px 40px;
      font-size: 20px;
    }
  }


  .manen{
    font-size: 20px;
    display: inline-block;
    padding:5px;

  }
  button{
    background-color: #eb6740;
    color: white;
    padding:15px 20px;
    width: 30%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 17px;
    opacity: 0.8;
    box-shadow: 3px 3px 4px gray;
    border-radius: 3px;
    display:block;
  }
  .kyufu{
    background-color: #68AEA0;
    color: white;
    padding:15px 20px;
    width: 60%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 17px;
    opacity: 0.8;
    box-shadow: 3px 3px 4px gray;
    border-radius: 3px;
    display:block;
  }
  .acolor{
    color:white;
  }
  .errorbutton{
    background-color: #68AEA0;
    color: white;
    height: 50px;
    width: 30%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 19px;
    opacity: 0.8;
    box-shadow: 3px 3px 4px gray;
    border-radius: 3px;
  }
  .errorbutton:hover{
    opacity: 1;
  }
  .sosin:hover{
    opacity: 1;
  }

  .good{
    font-size: 30px;
    color:#68AEA0;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .bad{
    font-size: 25px;
    color:#eb6740;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .kaisetu{
    display: inline-block;
    border: 3px solid #eb6740;
    padding: 20px;
    border-radius: 4px;
    width: 50%;
    margin:40px;
  }
  .kaisetu_title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .kyufu_kaisetu{
    display: inline-block;
    border: 3px solid #eb6740;
    padding: 20px;
    border-radius: 4px;
    margin:40px;
    width: 50%;
    font-size: 13px;
    text-align: left;
    line-height:170%;
  }
  .kyufu_kaisetu p{
    font-size: 13px;
    display: block;
    margin: 50px 0px;
  }
  .kyufu_kaisetu iframe{
    width: 90%;
  }
  .kyufu_start{
    display: inline-block;
    border: 3px solid #68AEA0;
    padding: 20px;
    border-radius: 4px;
    margin:40px;
    width: 50%;
    font-size: 13px;
    text-align: center;
    line-height:170%;
  }
  .kyufu_start p{
    font-size: 13px;
    display: block;
    margin: 50px 0px;
  }
  .kyufu_start iframe{
    width: 90%;
  }
  .chui{
    color: #eb6740;
    font-weight: bold;
  }
  .naiyou{
    font-size: 13px;
  }
  .saisin{
    padding :20px;
  }
  .twittershare{
    margin-top: 70px;
  }
  .twittershare img{
    width: 100px;
    margin-bottom: 20px;
  }
  .anken{
    padding: 10px 30px;
  }
  .ofa{
    background-color: #FBFBEF;
    padding: 20px;
    margin:30px;
    opacity: 0.8;
    border-radius: 3px;
  }
  .saport{
    font-size: 12px;
  }

</style>
