@charset "UTF-8";
/*
Theme Name:Roko
*/

body {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  background: #fa8072;
  color: #000000;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
  border-radius: 10px;
}

h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
  border-radius: 10px;
}

h3 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #fa4141;
}

h3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.bt button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bt{
  height: 100px;
  text-align: right;
}
button{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding: 1em 3em;
  color: #fcfcfc;
  background: #fa4141;
  border: 0;
  border-bottom: solid #aaa 2px;
  border-radius: 8px;
  transition: opacity .1s;
  &:hover{
    opacity: 0.8;
  }
  &:active{
    border-bottom: solid #aaa 0px;
    transform: translate(0px,2px);
  }
}

@media screen and (max-width: 480px){
.bt{
  text-align: center;
}
}

.container {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding : 20px ;
  background: #fffaf0;
  color: #696969;
  border-radius: 20px;
}
