@charset "utf-8";

body {
  background: #fff;
  color: #545454;
  font-size: 16px;
  font-family: Quicksand, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 1.6
}

* html body {
  font-family: ＭＳ\ ゴシック, MS Gothic, Sans-Serif
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal
}

caption, th {
  text-align: left;
  font-weight: 400
}

embed, object {
  vertical-align: top
}

li {
  list-style-type: none
}

img {
  vertical-align: top;
  line-height: 0;
  max-width: 100%;
  height: auto;
  width: auto
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-table
}

* html .clearfix {
  height: 1%
}

input[type=text], textarea,input[type=email] {
  outline: 0;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}

input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c
}

input[type=radio] {
  display: none
}

label.radio {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer
}

label.radio:after, label.radio:before {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s
}

label.radio:before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc
}

label.radio:hover:before {
  background: #fff
}

label.radio:after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  -webkit-transform: scale(2);
  transform: scale(2)
}

input[type="radio"]:checked+label.radio:before {
  background: #fff;
  border: 1px solid #3498db
}

input[type="radio"]:checked+label.radio:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

input[type=checkbox] {
  display: none
}

label.checkbox {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s
}

label.checkbox:after, label.checkbox:before {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s
}

label.checkbox:before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px
}

label.checkbox:after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5)
}

label.checkbox:hover:before {
  background: #fff
}

input[type="checkbox"]:checked+label.checkbox:before {
  background: #fff;
  border: 1px solid #3498db
}

input[type="checkbox"]:checked+label.checkbox:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1)
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

textarea {
  height: 250px
}

.input-l {
  width: 100%
}

.input-m {
  width: 50%
}

.input-s {
  width: 30%
}

@media screen and (max-width:750px) {
  .scroll {
    overflow-x: auto
  }

  .scroll::-webkit-scrollbar {
    height: 5px
  }

  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee
  }

  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666
  }
}
