#feature2020w {
  color: #535353;
  /*font-family: 'MPLUS';*/
  font-family: inherit;
  font-size: 1.1rem;
}

.note-border {
  border-bottom: dashed #d9e3e6 2px;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.ktegaki {
  /*font-family: 'KTEGAKI';*/
  font-size: 1.5rem;
}

.marker {
  background: linear-gradient(transparent 0%, #fff3cd 0%);
  font-weight: bold; 
 }

.light-orange {
  background-color: rgb(255, 253, 224);
  box-shadow: 0 3px 8px 0 #7c7c7c;
  color: #535353;
}

.orange {
  background-color: rgb(255, 244, 212);
  box-shadow: 0 3px 8px 0 #686868;
  color: #444444;
}

section {
  border-top: solid #00af6c 10px;
}

.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #ffffff;
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #40e0a3;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px .5px 1px rgba(150,150, 150, .3);
}

.main-box {
  height: 40px;
  width: 40px;
  color: #00af6c;
  top: 13px;
}

.form-check-input:hover {
  background:#ccffeb;
}
.form-check-input:checked {
  background: #ffffff;
}
.form-check-input:checked::before {
  height: 25px;
  width: 25px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
}

.main-box:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}

.form-check-input:checked::after {
  -webkit-animation: click-check 0.4s;
  -moz-animation: click-check 0.4s;
  animation: click-check 0.4s;
  background: #ffffff;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.main-box:checked::after {
  -webkit-animation: click-check-main 0.4s;
  -moz-animation: click-check-main 0.4s;
  animation: click-check-main 0.4s;
  background: #ffffff;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

label {
  cursor: pointer;
}

.more {
  font-family: 'Fascinate', cursive, monospace;
  font-size: 2rem;
  line-height: 29px;
  color:rgb(214, 76, 41);
}

.border-more {
  border-bottom: dashed rgb(214, 76, 41) 2px;
}

.border-light-orange {
  background-color: rgba(255, 253, 224);
}

.border-orange {
  background-color: rgb(255, 244, 212);
}

/*.genre {
  font-family: 'Makinas';
}*/

.text-center.h5.genre {
  font-size: 1.5rem;
}

.title {
  /*font-family: 'Makinas';*/
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #727272;
  border-bottom: solid 2px #727272;
}

.title:before, .title:after {
  content: '';
  position: absolute;
  top: -12px;
  width: 2px;
  height: calc(100% + 27px);
  background-color:  #727272;
}

.title:before {
  left: 12px;
}

.title:after {
  right: 12px;
}

.result {
  background-color: #fff;
  border: solid #00af6c 10px;
}

.result .more{
  color: #00af6c;
}

.result .patch{
  border-color: #00af6c;
}

#result {
  box-sizing: content-box;
}

.patch {
  border: dashed rgb(218, 115, 89) 2px;
}

.red-button {
  background-color: rgb(218, 115, 89);
  border: none;
}

.red-button:hover {
  background-color: rgb(214, 76, 41);
}

.font-midium {
  font-size: 1.2rem;
}

.font-l {
  font-size: 2rem;
}

.font-xl {
  font-size: 4rem;
}

.main-label {
  font-size: 1.5rem;
}

#feature2020w {
  overflow: hidden;
}

@keyframes click-check-main {
  0% {
    height: 85%;
    width: 85%;
    border-radius: 5px;
    position: relative;
  }
  25% {
    height: 100%;
    width: 60%;
    border-radius: 5px;
    position: relative;
    transform: translateX(16px);
  }
  50% {
    height: 100%;
    width: 60%;
    border-radius: 5px;
    position: relative;
    transform: translateX(16px);
  }
  100% {
    height: 25%;
    width: 0;
    border-radius: 20px;
    position: relative;
    transform: translateX(37px);
  }
}

@keyframes click-check {
  0% {
    height: 85%;
    width: 85%;
    border-radius: 5px;
    position: relative;
  }
  25% {
    height: 100%;
    width: 60%;
    border-radius: 5px;
    position: relative;
    transform: translateX(10px);
  }
  50% {
    height: 100%;
    width: 60%;
    border-radius: 5px;
    position: relative;
    transform: translateX(10px);
  }
  100% {
    height: 25%;
    width: 0;
    border-radius: 20px;
    position: relative;
    transform: translateX(23px);
  }
}

@media all and (max-width: 575px){
  .main-label{
     font-size: 1.2rem;
     padding: 0;
     font-weight: bold;
  }

  .main-box {
    height: 25px;
    width: 25px;
    color: #00af6c;
    top: 7px;
  }

  .main-box:checked::after {
    -webkit-animation: click-check 0.4s;
    -moz-animation: click-check 0.4s;
    animation: click-check 0.4s;
  }

  .main-box:checked::before {
    height: 25px;
    width: 25px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
  }

  .font-midium {
    font-size: 0.9rem;
  }

  .font-l {
    font-size: 1.2rem;
  }
  
  .font-xl {
    font-size: 2rem;
  }
}

@font-face {
  font-family: 'Makinas';
  src: url('../fonts/Makinas-4-Flat.otf'); 
}

@font-face {
  font-family: 'KTEGAKI';
  src: url('../fonts/KTEGAKI.ttf');
}

@font-face {
  font-family: 'MPLUS';
  src: url('../fonts/MPLUSRounded1c-Regular.ttf');
}

@media print{
  .no-print-area {
    display: none;
  }
}