@charset "UTF-8";
#outline {
  background-color: #ffead9;
}

h1 img {
  width: 100%;
  height: auto;
}

h2 {
  max-width: 100%;
  margin: 30px auto 0 auto;
  padding: 15px 0;
  line-height: 1.2rem;
  color: #ffffff;
  background-color: #FF4554;
}
h2 span {
  font-size: 2.4rem;
}
h2 img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  h2 {
    padding: 15px;
  }
}

h3 {
  max-width: 800px;
  margin: 15px auto 10px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
h3 span {
  display: block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
  }
  h3 span {
    display: block;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
  }
}

#sb-site-main {
  transform: unset;
}

#contents > .container,
#main {
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#special-content {
  border: none;
  padding: 20px 0 !important;
  max-width: 1000px;
  margin: auto;
}
#special-content a:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 991px) {
  #special-content {
    padding-top: 0 !important;
  }
}
#special-content > section {
  padding: 0 0 20px;
}
@media screen and (max-width: 599px) {
  #special-content > section {
    padding: 0 15px 20px;
  }
}
#special-content .img-responsive {
  margin: auto;
}
@media screen and (max-width: 599px) {
  #special-content p,
  #special-content li,
  #special-content a {
    font-size: 16px;
  }
}

.fl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.txtCon {
  margin: 30px 0;
}
.txtCon a {
  font-size: 16px;
}
.txtCon p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}
.txtCon p.period {
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  font-weight: bold;
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 5px;
}
.txtCon p.attention {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: left;
  color: #be0028;
  padding-left: 1em;
  text-indent: -1.3em;
  text-align: center;
}
.txtCon ul {
  margin: 20px 0;
}
.txtCon ul li {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  padding-left: 1em;
  text-indent: -1.3em;
}
.txtCon ul li span {
  color: #be0028;
  font-weight: bold;
}
.txtCon dl {
  margin: 0 auto 20px auto;
  max-width: 480px;
}
.txtCon dl dt {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.txtCon dl dt strong {
  color: #e60012;
}
.txtCon dl dd {
  text-align: left;
}
.txtCon dl dd input {
  padding: 8px;
  min-width: 290px;
  border: 1px #999999 solid;
  text-align: left;
}
.txtCon dl dd input ::-moz-placeholder {
  color: #cccccc;
}
.txtCon dl dd input ::placeholder {
  color: #cccccc;
}
.txtCon dl dd input #mailAdd {
  min-width: 380px;
}
.txtCon dl dd span {
  margin: 4px 0 0 0;
  font-size: 11px;
}

.btnCon {
  margin: 30px 0;
}
.btnCon .txtBtn {
  display: block;
  margin: 0 auto;
  padding: 16px 24px;
  max-width: 520px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #ff6600;
  border-radius: 30px;
  cursor: pointer;
  border: 3px #ff6600 solid;
}
.btnCon .txtBtn:hover {
  color: #ff6600;
  background: #ffffff;
  transition: 0.3s;
}
.btnCon .loginBtn {
  display: block;
  margin: 0 auto;
  padding: 16px 24px;
  max-width: 200px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #47ac37;
  border-radius: 30px;
  cursor: pointer;
  border: 3px #47ac37 solid;
}
.btnCon .loginBtn:hover {
  color: #47ac37;
  background: #ffffff;
  transition: 0.3s;
}

.qaCon {
  margin: 30px 0;
}
.qaCon dl {
  padding: 20px 0px;
  border-bottom: 1px #dfdfdf solid;
}
.qaCon dl:first-child {
  padding: 0 0 20px 0;
  border-bottom: 1px #dfdfdf solid;
}
.qaCon dl:last-child {
  padding: 20px 0px;
  border-bottom: 0;
}
.qaCon dl dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: left;
  padding-left: 2em;
  text-indent: -2em;
}
.qaCon dl dt span {
  padding: 0 10px 0 0;
  color: #337ab7;
  font-size: 24px;
  font-weight: bold;
}
.qaCon dl dd {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  padding-left: 2em;
  text-indent: -2em;
}
.qaCon dl dd span {
  padding: 0 10px 0 0;
  color: #e60012;
  font-size: 24px;
  font-weight: bold;
}

.qaCon ul {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: left;
  padding-left: 2em;
  text-indent: -2em;
}
.qaCon ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}

/** ログイン情報 **/
.login_now {
  display: none;
}

.status-login .login_now {
  display: block;
}

.status-login .login_off {
  display: none;
}

label.checkbox,
label.checkbox a {
  font-size: 16px;
}

input#doui {
  margin: 0 5px 0 0;
}

/*エントリーフォーム*/
.whbox {
  max-width: 1000px;
  margin: 20px auto;
}
.whbox section {
  padding: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .whbox section {
    padding: 0 15px 20px;
  }
}
.whbox img {
  width: 100%;
  height: auto;
}
.whbox h1 {
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 30px;
  line-height: 1.3;
  margin: 20px auto;
}
.whbox dl {
  margin: 20px auto;
  max-width: 740px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border: 2px solid #f2bcbc;
  font-size: 15px;
}
.whbox dl dt {
  width: 25%;
  padding: 10px;
  font-weight: 500;
  transform: rotate(0.03deg);
  background: #fff1f1;
}
.whbox dl dt:nth-of-type(n + 2) {
  border-top: 1px solid #f2bcbc;
}
.whbox dl dd {
  width: 75%;
  padding: 10px;
}
.whbox dl dd:nth-of-type(n + 2) {
  border-top: 1px solid #f2bcbc;
}
.whbox dl p {
  font-size: 14px;
}
.whbox input {
  font-weight: 500;
  transform: rotate(0.03deg);
}
.whbox input[type=text] {
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 5px;
}
.whbox select {
  font-weight: 500;
  transform: rotate(0.03deg);
  padding: 2px 5px;
  margin: 5px 0 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.whbox select:last-of-type {
  margin-bottom: 4px;
}
.whbox .cidset,
.whbox .ciderr {
  font-size: 12px;
}
.whbox #submitBtn,
.whbox a.btn-def {
  font-weight: 500;
  font-style: normal;
  transform: skew(0.03deg);
  color: #fff;
  width: 300px;
  max-width: 90%;
  padding: 7.5px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  background: #ff4646;
  font-size: 18px;
  transition: 0.3s;
}
.whbox #submitBtn:disabled,
.whbox a.btn-def:disabled {
  background: #ddd;
}
.whbox #submitBtn:not(:disabled):hover,
.whbox a.btn-def:not(:disabled):hover {
  opacity: 0.7;
  transform: translateY(2px);
}
.whbox h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 20px auto 10px;
}
.whbox .cidempty {
  color: #ff4646;
  padding-bottom: 10px;
}

.entryChange {
  background: unset;
  font-weight: 500;
  font-style: normal;
  transform: skew(0.03deg);
  color: #ff4646;
  max-width: 90%;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  font-size: 15px;
}

@media (max-width: 599px) {
  .whbox h1 {
    font-size: 25px;
  }
  .whbox > p {
    font-size: 14px;
  }
  .whbox h2 {
    font-size: 20px;
  }
  .whbox dl dt,
  .whbox dl dd {
    width: 100%;
  }
  .whbox dl dd:nth-of-type(2) {
    border-top: none;
  }
}/*# sourceMappingURL=style.css.map */