@charset "UTF-8";
/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CONTACT-FROM 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#contact-form {
  background: #fff7f7;
  margin: 35px 0 0 0;
}
#contact-form .container {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 2% 30px 2%;
}
#contact-form .container .title {
  padding: 60px 0 30px 0;
}
#contact-form .container .title h2 {
  text-align: center;
}
#contact-form .container .title h2 .catch {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
}
#contact-form .container .title .caption {
  text-align: center;
}
#contact-form .container .title .caption p {
  font-family: "Outfit";
  font-weight: 700;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
}
#contact-form .container .form {
  margin: 0px 0 0 0px;
}
#contact-form .container .form .input-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#contact-form .container .form .input-wrapper dl {
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 25px 0;
}
#contact-form .container .form .input-wrapper dl:nth-child(2n+1) {
  background: #ffeded;
}
#contact-form .container .form .input-wrapper dl dt {
  /*text-align:right;*/
  width: 45%;
  margin: 0 0 0 0;
  padding: 0 20px 0 20px;
  font-size: 18px;
}
#contact-form .container .form .input-wrapper dl dt span {
  color: #fff;
  background: #FF0000;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 15px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
#contact-form .container .form .input-wrapper dl dd {
  /*line-height:1.8;*/
  margin: 0 0 0 0;
  width: 55%;
  border-bottom: 1px solid #eee;
  /*RadioとText*/
  /*CheckBoxとText */
}
#contact-form .container .form .input-wrapper dl dd h3 {
  font-size: 22px;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  border-bottom: dashed 1px #fb6a04;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fb6a04;
  margin: 10px 0;
}
#contact-form .container .form .input-wrapper dl dd p {
  font-size: 15px;
  padding-top: 5px;
  color: #666;
}
#contact-form .container .form .input-wrapper dl dd a:link {
  color: #932e4b;
  font-weight: 500;
}
#contact-form .container .form .input-wrapper dl dd a:visited {
  color: #932e4b;
  font-weight: 500;
}
#contact-form .container .form .input-wrapper dl dd a:hover {
  color: #932e4b;
  font-weight: 500;
}
#contact-form .container .form .input-wrapper dl dd .plane {
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px 0 5px;
  width: 80%;
}
#contact-form .container .form .input-wrapper dl dd textarea,
#contact-form .container .form .input-wrapper dl dd .dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
  /*width:auto;*/
}
#contact-form .container .form .input-wrapper dl dd textarea {
  width: 100%;
  height: 100px !important;
}
#contact-form .container .form .input-wrapper dl dd label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
  line-height: 1.3;
}
#contact-form .container .form .input-wrapper dl dd label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
#contact-form .container .form .input-wrapper dl dd label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #333;
  z-index: 1;
}
#contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #FFF;
  border-radius: 50%;
}
#contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
#contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF;
}
#contact-form .container .form .input-wrapper dl dd label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  padding-bottom: 2px;
  margin-right: 20px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  line-height: 1;
}
#contact-form .container .form .input-wrapper dl dd label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
#contact-form .container .form .input-wrapper dl dd label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  transform: rotate(45deg);
  z-index: 1;
}
#contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
#contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
#contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
#contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}
#contact-form .container .form .input-wrapper dl dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
#contact-form .container .form button,
#contact-form .container .form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
#contact-form .container .form .form-button {
  width: 420px;
  margin: 0 auto 0;
}
#contact-form .container .form .form-button .submit {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1rem 4rem;
  border-radius: 100px;
  color: #fff;
  background: #27acd9;
}
#contact-form .container .form .form-button .submit p {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
#contact-form .container .form .form-button .submit:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: shad26 1.5s infinite;
  color: #fff;
}
@keyframes shad26 {
  0% {
    box-shadow: 0 0 0 0 #27acd9;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(39, 172, 217, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(39, 172, 217, 0);
  }
}
#contact-form .container .agreement {
  margin: 0 auto;
  padding: 15px 0;
}
#contact-form .container .agreement h3 {
  font-size: 135%;
  font-weight: bold;
  color: #333;
}
#contact-form .container .agreement .content {
  height: 200px;
  margin: 15px 0;
  padding: 20px 30px;
  background: #fafafa;
  border: 1px solid #cccccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#contact-form .container .agreement .content h4 {
  margin-top: 30px;
  font-weight: bold;
}
#contact-form .container .agreement .content h4:first-child {
  margin-top: 0px;
}
#contact-form .container .agreement .content p {
  padding: 10px 0 10px 0;
}
#contact-form .container .agreement .content input[type=checkbox] {
  margin-right: 10px;
}
#contact-form .container .agreement dl {
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 25px 0;
}
#contact-form .container .agreement dl dt {
  /*text-align:right;*/
  margin: 0 0 0 0;
  padding: 0 20px 0 20px;
  font-size: 18px;
}
#contact-form .container .agreement dl dt span {
  color: #fff;
  background: #FF0000;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 15px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
#contact-form .container .agreement dl dd {
  /*line-height:1.8;*/
  margin: 0 0 0 0;
  border-bottom: 1px solid #eee;
  /*CheckBoxとText */
}
#contact-form .container .agreement dl dd label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  padding-bottom: 2px;
  margin-right: 20px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  line-height: 1;
}
#contact-form .container .agreement dl dd label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
#contact-form .container .agreement dl dd label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  transform: rotate(45deg);
  z-index: 1;
}
#contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
#contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
#contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
#contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}
#contact-form .container .agreement dl dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #contact-form .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 3% 30px 3%;
  }
  #contact-form .container .title {
    padding: 60px 0 30px 0;
  }
  #contact-form .container .title .caption p {
    line-height: 2.2;
    letter-spacing: 2px;
    font-size: 19px;
  }
  #contact-form .container .form {
    margin: 0px 0 0 0px;
  }
  #contact-form .container .form .input-wrapper dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
  }
  #contact-form .container .form .input-wrapper dl dt {
    width: 45%;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .form .input-wrapper dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  #contact-form .container .form .input-wrapper dl dd {
    /*line-height:1.8;*/
    margin: 0 0 0 0;
    width: 55%;
    /*RadioとText*/
    /*CheckBoxとText */
  }
  #contact-form .container .form .input-wrapper dl dd h3 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 10px 0;
  }
  #contact-form .container .form .input-wrapper dl dd p {
    font-size: 15px;
    padding-top: 5px;
  }
  #contact-form .container .form .input-wrapper dl dd a:link {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:visited {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:hover {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd .plane {
    border-radius: 2px;
    height: 30px;
    padding: 0 5px 0 5px;
    width: 80%;
  }
  #contact-form .container .form .input-wrapper dl dd textarea,
  #contact-form .container .form .input-wrapper dl dd .dropdown {
    border-radius: 2px;
    /*width:auto;*/
  }
  #contact-form .container .form .input-wrapper dl dd textarea {
    width: 100%;
    height: 100px !important;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 1.3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio] {
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio]:focus {
    opacity: 0.2;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    opacity: 0.1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .form .input-wrapper dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  #contact-form .container .form button,
  #contact-form .container .form input[type=submit] {
    background: transparent;
  }
  #contact-form .container .form .form-button {
    width: 420px;
    margin: 0 auto 0;
  }
  #contact-form .container .form .form-button .submit {
    width: 100%;
    margin: 0 auto 0;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
  }
  #contact-form .container .form .form-button .submit p {
    font-size: 22px;
    cursor: pointer;
  }
  #contact-form .container .form .form-button .submit:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: shad26 1.5s infinite;
    color: #fff;
  }
  #contact-form .container .agreement {
    margin: 0 auto;
    padding: 15px 0;
  }
  #contact-form .container .agreement h3 {
    font-size: 135%;
    font-weight: bold;
    color: #333;
  }
  #contact-form .container .agreement .content {
    height: 200px;
    margin: 15px 0;
    padding: 20px 30px;
  }
  #contact-form .container .agreement .content h4 {
    margin-top: 30px;
  }
  #contact-form .container .agreement .content h4:first-child {
    margin-top: 0px;
  }
  #contact-form .container .agreement .content p {
    padding: 10px 0 10px 0;
  }
  #contact-form .container .agreement .content input[type=checkbox] {
    margin-right: 10px;
  }
  #contact-form .container .agreement dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
  }
  #contact-form .container .agreement dl dt {
    /*text-align:right;*/
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .agreement dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    top: -2px;
  }
  #contact-form .container .agreement dl dd {
    margin: 0 0 0 0;
    /*CheckBoxとText */
  }
  #contact-form .container .agreement dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    margin-top: -9px;
    width: 8px;
    height: 12px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .agreement dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact-form .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 3% 30px 3%;
  }
  #contact-form .container .title {
    padding: 60px 0 30px 0;
  }
  #contact-form .container .title .caption p {
    line-height: 2.2;
    letter-spacing: 2px;
    font-size: 19px;
  }
  #contact-form .container .form {
    margin: 0px 0 0 0px;
  }
  #contact-form .container .form .input-wrapper dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
  }
  #contact-form .container .form .input-wrapper dl dt {
    width: 45%;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .form .input-wrapper dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  #contact-form .container .form .input-wrapper dl dd {
    /*line-height:1.8;*/
    margin: 0 0 0 0;
    width: 55%;
    /*RadioとText*/
    /*CheckBoxとText */
  }
  #contact-form .container .form .input-wrapper dl dd h3 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 10px 0;
  }
  #contact-form .container .form .input-wrapper dl dd p {
    font-size: 15px;
    padding-top: 5px;
  }
  #contact-form .container .form .input-wrapper dl dd a:link {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:visited {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:hover {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd .plane {
    border-radius: 2px;
    height: 30px;
    padding: 0 5px 0 5px;
    width: 80%;
  }
  #contact-form .container .form .input-wrapper dl dd textarea,
  #contact-form .container .form .input-wrapper dl dd .dropdown {
    border-radius: 2px;
    /*width:auto;*/
  }
  #contact-form .container .form .input-wrapper dl dd textarea {
    width: 100%;
    height: 100px !important;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 1.3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio] {
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio]:focus {
    opacity: 0.2;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    opacity: 0.1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .form .input-wrapper dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  #contact-form .container .form button,
  #contact-form .container .form input[type=submit] {
    background: transparent;
  }
  #contact-form .container .form .form-button {
    width: 420px;
    margin: 0 auto 0;
  }
  #contact-form .container .form .form-button .submit {
    width: 100%;
    margin: 0 auto 0;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
  }
  #contact-form .container .form .form-button .submit p {
    font-size: 22px;
    cursor: pointer;
  }
  #contact-form .container .form .form-button .submit:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: shad26 1.5s infinite;
    color: #fff;
  }
  #contact-form .container .agreement {
    margin: 0 auto;
    padding: 15px 0;
  }
  #contact-form .container .agreement h3 {
    font-size: 135%;
    font-weight: bold;
    color: #333;
  }
  #contact-form .container .agreement .content {
    height: 200px;
    margin: 15px 0;
    padding: 20px 30px;
  }
  #contact-form .container .agreement .content h4 {
    margin-top: 30px;
  }
  #contact-form .container .agreement .content h4:first-child {
    margin-top: 0px;
  }
  #contact-form .container .agreement .content p {
    padding: 10px 0 10px 0;
  }
  #contact-form .container .agreement .content input[type=checkbox] {
    margin-right: 10px;
  }
  #contact-form .container .agreement dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
  }
  #contact-form .container .agreement dl dt {
    /*text-align:right;*/
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .agreement dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    top: -2px;
  }
  #contact-form .container .agreement dl dd {
    margin: 0 0 0 0;
    /*CheckBoxとText */
  }
  #contact-form .container .agreement dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    margin-top: -9px;
    width: 8px;
    height: 12px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .agreement dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 480px～767pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 767px) {
  #contact-form .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 3% 30px 3%;
  }
  #contact-form .container .title {
    padding: 60px 0 30px 0;
  }
  #contact-form .container .title .caption p {
    line-height: 2.2;
    letter-spacing: 2px;
    font-size: 19px;
  }
  #contact-form .container .form {
    margin: 0px 0 0 0px;
  }
  #contact-form .container .form .input-wrapper dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
  }
  #contact-form .container .form .input-wrapper dl dt {
    width: 45%;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .form .input-wrapper dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  #contact-form .container .form .input-wrapper dl dd {
    /*line-height:1.8;*/
    margin: 0 0 0 0;
    width: 55%;
    /*RadioとText*/
    /*CheckBoxとText */
  }
  #contact-form .container .form .input-wrapper dl dd h3 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 10px 0;
  }
  #contact-form .container .form .input-wrapper dl dd p {
    font-size: 15px;
    padding-top: 5px;
  }
  #contact-form .container .form .input-wrapper dl dd a:link {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:visited {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:hover {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd .plane {
    border-radius: 2px;
    height: 30px;
    padding: 0 5px 0 5px;
    width: 80%;
  }
  #contact-form .container .form .input-wrapper dl dd textarea,
  #contact-form .container .form .input-wrapper dl dd .dropdown {
    border-radius: 2px;
    /*width:auto;*/
  }
  #contact-form .container .form .input-wrapper dl dd textarea {
    width: 100%;
    height: 100px !important;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 1.3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio] {
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio]:focus {
    opacity: 0.2;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    opacity: 0.1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .form .input-wrapper dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  #contact-form .container .form button,
  #contact-form .container .form input[type=submit] {
    background: transparent;
  }
  #contact-form .container .form .form-button {
    width: 420px;
    margin: 0 auto 0;
  }
  #contact-form .container .form .form-button .submit {
    width: 100%;
    margin: 0 auto 0;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
  }
  #contact-form .container .form .form-button .submit p {
    font-size: 22px;
    cursor: pointer;
  }
  #contact-form .container .form .form-button .submit:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: shad26 1.5s infinite;
    color: #fff;
  }
  #contact-form .container .agreement {
    margin: 0 auto;
    padding: 15px 0;
  }
  #contact-form .container .agreement h3 {
    font-size: 135%;
    font-weight: bold;
    color: #333;
  }
  #contact-form .container .agreement .content {
    height: 200px;
    margin: 15px 0;
    padding: 20px 30px;
  }
  #contact-form .container .agreement .content h4 {
    margin-top: 30px;
  }
  #contact-form .container .agreement .content h4:first-child {
    margin-top: 0px;
  }
  #contact-form .container .agreement .content p {
    padding: 10px 0 10px 0;
  }
  #contact-form .container .agreement .content input[type=checkbox] {
    margin-right: 10px;
  }
  #contact-form .container .agreement dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
  }
  #contact-form .container .agreement dl dt {
    /*text-align:right;*/
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .agreement dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    top: -2px;
  }
  #contact-form .container .agreement dl dd {
    margin: 0 0 0 0;
    /*CheckBoxとText */
  }
  #contact-form .container .agreement dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    margin-top: -9px;
    width: 8px;
    height: 12px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .agreement dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
} /* 480px～767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 479pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
  #contact-form .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 3% 30px 3%;
  }
  #contact-form .container .title {
    padding: 60px 0 30px 0;
  }
  #contact-form .container .title .caption p {
    line-height: 2.2;
    letter-spacing: 2px;
    font-size: 19px;
  }
  #contact-form .container .form {
    margin: 0px 0 0 0px;
  }
  #contact-form .container .form .input-wrapper dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
    display: block;
  }
  #contact-form .container .form .input-wrapper dl dt {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .form .input-wrapper dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  #contact-form .container .form .input-wrapper dl dd {
    /*line-height:1.8;*/
    margin: 5px 0 0 0;
    width: 100%;
    padding: 0 20px 0 20px;
    /*RadioとText*/
    /*CheckBoxとText */
  }
  #contact-form .container .form .input-wrapper dl dd h3 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 10px 0;
  }
  #contact-form .container .form .input-wrapper dl dd p {
    font-size: 15px;
    padding-top: 5px;
  }
  #contact-form .container .form .input-wrapper dl dd a:link {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:visited {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd a:hover {
    font-weight: 500;
  }
  #contact-form .container .form .input-wrapper dl dd .plane {
    border-radius: 2px;
    height: 30px;
    padding: 0 5px 0 5px;
    width: 100%;
  }
  #contact-form .container .form .input-wrapper dl dd textarea,
  #contact-form .container .form .input-wrapper dl dd .dropdown {
    border-radius: 2px;
    /*width:auto;*/
  }
  #contact-form .container .form .input-wrapper dl dd textarea {
    width: 100%;
    height: 100px !important;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 1.3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio] {
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.radio_text input[type=radio]:focus {
    opacity: 0.2;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    z-index: 3;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    opacity: 0.1;
  }
  #contact-form .container .form .input-wrapper dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .form .input-wrapper dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  #contact-form .container .form button,
  #contact-form .container .form input[type=submit] {
    background: transparent;
  }
  #contact-form .container .form .form-button {
    width: 100%;
    margin: 0 auto 0;
  }
  #contact-form .container .form .form-button .submit {
    width: 100%;
    margin: 0 auto 0;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
  }
  #contact-form .container .form .form-button .submit p {
    font-size: 22px;
    cursor: pointer;
  }
  #contact-form .container .form .form-button .submit:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: shad26 1.5s infinite;
    color: #fff;
  }
  #contact-form .container .agreement {
    margin: 0 auto;
    padding: 15px 0;
  }
  #contact-form .container .agreement h3 {
    font-size: 135%;
    font-weight: bold;
    color: #333;
  }
  #contact-form .container .agreement .content {
    height: 200px;
    margin: 15px 0;
    padding: 20px 30px;
  }
  #contact-form .container .agreement .content h4 {
    margin-top: 30px;
  }
  #contact-form .container .agreement .content h4:first-child {
    margin-top: 0px;
  }
  #contact-form .container .agreement .content p {
    padding: 10px 0 10px 0;
  }
  #contact-form .container .agreement .content input[type=checkbox] {
    margin-right: 10px;
  }
  #contact-form .container .agreement dl {
    margin: 10px 0;
    width: 100%;
    padding: 25px 0 25px 0;
  }
  #contact-form .container .agreement dl dt {
    /*text-align:right;*/
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  #contact-form .container .agreement dl dt span {
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px;
    top: -2px;
  }
  #contact-form .container .agreement dl dd {
    margin: 0 0 0 0;
    /*CheckBoxとText */
  }
  #contact-form .container .agreement dl dd label.checkbox_text {
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 20px;
    line-height: 1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:before {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
  }
  #contact-form .container .agreement dl dd label.checkbox_text:after {
    top: 40%;
    left: 5px;
    margin-top: -9px;
    width: 8px;
    height: 12px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox] {
    left: -40px;
    width: 20px;
    height: 20px;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1;
  }
  #contact-form .container .agreement dl dd label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE;
  }
  #contact-form .container .agreement dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
} /* 479px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MESSAGE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.message {
  max-width: 1280px;
  padding: 0 2% 0 2%;
  margin: 60px auto 60px;
}
.message .container {
  margin: 0 auto 0;
  background: linear-gradient(45deg, #ea6365 0%, #f6874b 100%);
  padding: 6px 6px 6px 6px;
}
.message .container .inner {
  background: #fff;
  padding: 40px 40px 40px 40px;
}
.message .container .inner h2 .catch {
  font-weight: 700;
  background: linear-gradient(45deg, #f07f81 0%, #ec8c69 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
.message .container .inner .sentence {
  margin: 5px 0 0 0;
}
.message .container .inner .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.message .container .button {
  max-width: 600px;
  margin: 40px 0 0 0;
}
.message .container .button a {
  color: #fff;
  background: linear-gradient(45deg, #ea6365 0%, #f6874b 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px 0;
}
.message .container .button a .catch {
  font-size: 22px;
}
.message .container .button a .icon {
  line-height: 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 480px～767pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 480px～767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 479pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 479px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */