@charset "utf-8";
body{
  background: #f9f6eb;
}
/*////////////////
.present
////////////////*/
.present {
  width: 880px;
  margin: 60px auto 40px;
  padding: 0 0 40px 0;
  text-align: center;
  border-bottom: 2px dotted #193150;
}

.present_ttl {
  margin: 0 0 20px 0;
}

.present_ttl img {
  width: 500px;
  height: auto;
}

.present_txt {
  margin: 0 auto;
  text-align: left;
  font-size: 125%;
}

.present_txt strong {
  display: block;
  padding: 15px 0;
  font-size: 139%;
  font-weight: bold;
  text-align: center;
}

.present_detail_f {
  margin: 30px 0 0 0;
}

.present_detail_f img.pc {
  width: 876px;
  height: auto;
  display: inline;
}

.present_detail_f img.sp {
  display: none;
}

@media screen and (max-width: 999px) {
  .present {
    border-top: 4px double #193150;
    width: auto;
    margin: 0 auto 5%;
    padding: 7% 7% 5% 7%;
    border-bottom: 2px dotted #193150;
  }
  .present_ttl {
    margin: 0 0 5% 0;
  }
  .present_ttl img {
    display: block;
    width: 98%;
    height: auto;
    margin: 0 auto;
  }
  .present_txt {
    font-size: 110%;
  }
  .present_txt strong {
    padding: 3% 0;
    font-size: 135%;
    line-height: 1.3;
    text-align: left;
  }
  .present_detail_f {
    margin: 5% 0 0 0;
    padding: 0;
    text-align: center;
  }
  .present_detail_f img.sp {
    display: inline;
    width: 100%;
    height: auto;
  }
  .present_detail_f img.pc {
    display: none;
  }
}
/* =========================================================
form
========================================================= */
form {
  font-family: "Sawarabi Mincho";
  color: #193150;
  width: 880px;
  font-size: 110%;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0 auto 80px;
}
form ul li {
  clear: both;
  margin: 10px 0 0 0;
  padding: 0 0 10px 10px;
  border-bottom: dotted 1px #999999;
  list-style: none;
}
form ul li span {
  float: left;
  text-align: left;
  font-weight: bold;
  display: block;
}
form ul li span:first-child {
  float: left;
  text-align: left;
  width: 28%;
  padding: 5px 0 0 20px;
}
form ul li span:last-child {
  float: left;
  text-align: left;
  width: 68%;
}

form ul li span.gender_txt {
  padding: 7px 0 0 0;
  margin: 0;
  height: 28px;
  line-height: 1em;
}
form ul li span:last-child img {
  padding: 0 0 0 5px;
}
@media screen and (max-width: 999px) {
  form {
    width: 90%;
  }
  form ul li span {
    float: none;
    text-align: left;
    font-weight: bold;
    display: block;
  }
  form ul li span:first-child {
    float: left;
    float: none;
    width: auto;
    padding: 5px 0 0 0;
  }
  form ul li span:last-child {
    float: none;
    text-align: left;
    width: auto;
  }
}
form ul li em {
  color: #cc3300;
  font-style: normal;
}
form ul li span strong.no1 {
  display: block;
  padding: 0 0 3px 0;
}

form ul li span strong.no2 {
  display: block;
  padding: 7px 0 3px 0;
}

form p {
  text-align: center;
}

form p.txt {
  margin: 0 0 30px 30px;
  text-align: center;
  color: #cc3300;
  font-size: 120%;
}

@media screen and (max-width: 999px) {
  .pc{
    display: none;
  }

  form p.txt {
    margin: 0 0 30px 0;
    text-align: left;
    color: #cc3300;
    font-size: 110%;
  }
}
form p em {
  color: #cc3300;
}
.message .thanks {
  text-align: center;
  padding: 80px 0 120px;
  font-size: 120%;
  font-weight: bold;
}
.message .error {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 40px 0 0 0;
}
/* =========================================================
cation
========================================================= */
form .cation {
  width: 95%;
  font-size: 90%;
  line-height: 1.4em;
  margin: 40px auto 20px;
}

form .cation dt {
  margin: 20px 0 10px 0;
  color: #cc3300;
  font-weight: bold;
  font-size: 100%;
}
form .cation dd {
  padding: 0 0 20px 15px;
  font-size: 93%;
  background: url(../img/icon-list.gif) no-repeat 0 5px;
}
form .cation a {
  color: #cc3300;
  text-decoration: underline;
}
/* =========================================================
link設定
========================================================= */
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}
object,
a:focus {
  outline: none;
}
/* =========================================================
clearfix
========================================================= */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
ul li:after {
  content: " ";
  display: block;
  clear: both;
}
/* =========================================================
form整形
========================================================= */
/*RadioとText*/
label.radio-text {
  cursor: pointer;
  position: relative;
  padding-top: 3px;
  padding-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio-text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: "";
  z-index: 3;
}
label.error:before {
  border: 1px solid #f03;
}
label.radio-text:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #444;
  z-index: 1;
}
label.radio-text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #f9f6eb;
}
label.radio-text input[type="radio"]:checked {
  box-shadow: none;
}
label.radio-text input[type="radio"]:focus {
  opacity: 0;
  box-shadow: 20px -1px #f9f6eb;
}
/*CheckBoxとText */
label.checkbox-text {
  cursor: pointer;
  position: relative;
  padding: 2px 5px 2px 27px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
label.error {
  background: #f8e2e2;
}
label.checkbox-text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.error:before {
  border: 1px solid #f03;
}
label.checkbox-text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #444;
  border-bottom: 3px solid #444;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
label.checkbox-text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 22px;
  height: 22px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox-text input[type="checkbox"]:checked {
  box-shadow: none;
}
label.checkbox-text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0;
}
label.checkbox-text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #fff;
}
/*input*/
input,
textarea {
  -webkit-appearance: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea {
  width: 95%;
  border: 0;
  padding: 5px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  outline: none;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Sawarabi Mincho";
}
textarea {
  height: 120px;
  font-family: "Sawarabi Mincho";
}

input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="url"].error,
textarea.error {
  border: 1px solid #f03;
  background: #f8e2e2;
}

input:focus,
textarea:focus {
  border: solid 1px #8a8a8a;
  background: #eee;
}

input.error:focus,
textarea.error:focus {
  border: 1px solid #f03;
  background: #f8e2e2;
}
input[type="text"],
textarea {
  ime-mode: active;
}
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"] {
  ime-mode: inactive;
}
input.zip {
  width: 100px;
}
input.age {
  width: 80px;
}

input.tel {
  width: 80px;
}
input[type="image"] {
  width: 347px;
  height: auto;
  margin: 0;
}
input[type="submit"] {
  width: 70%;
  padding: 15px 40px;
  font-size: 1.2em;
  background-color: #444;
  color: #fff;
  border-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

input[type="button"] {
  cursor: pointer;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  background: #193150;
  padding: 8px;
  text-decoration: none;
  border: none;
  margin: 0 0 0 5px;
  font-family: "Sawarabi Mincho";
}
/*select*/
select {
  width: 97%;
  padding: 5px;
  margin: 0 5px 0px 0px;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  font-family: "Sawarabi Mincho";
  color: #193150;
  font-size: 110%;
}
select.error {
  background: #f8e2e2;
  border: 1px solid #f03;
}
select:focus {
  background: #eee;
  border: solid 1px #8a8a8a;
}
select.error:focus {
  background: #f8e2e2;
  border: 1px solid #f03;
}
input[type="file"].error {
  background: #f8e2e2;
}