@charset "UTF-8";
/* twcp
##################################### */
#twcp #main {
  background: url("../img/bg_t.png") no-repeat 0 0/100% auto;
}

#twcp .box {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #826122 inset;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #826122 inset;
  border: 1px solid #826122;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#twcp .box:before, #twcp .box:after {
  z-index: 1;
}

#twcp .box:before, #twcp .box:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 37px;
  background-size: 36px 37px !important;
}

#twcp .box:before {
  top: 0;
  background: url("../img/common/frame03_tl.png") no-repeat 0 0, url("../img/common/frame03_tr.png") no-repeat 100%;
}

#twcp .box:after {
  bottom: 0;
  background: url("../img/common/frame03_bl.png") no-repeat 0 0, url("../img/common/frame03_br.png") no-repeat 100%;
}

#twcp h3 {
  border-bottom: 1px solid #119506;
}

#twcp h3 span {
  color: #119506;
}

#twcp .detail {
  margin-bottom: 30px;
}

#twcp .detail dt {
  display: inline-block;
  padding: .4em .8em .33em;
  margin-bottom: 10px;
  background: #5bb653;
  color: #fff;
  vertical-align: top;
  line-height: 1;
}

#twcp .detail p {
  display: table-cell;
}

#twcp .detail p.no {
  padding-right: .8em;
}

#twcp .detail dd:not(:last-child) {
  margin-bottom: 30px;
}

#twcp .form {
  margin-bottom: 60px;
}

#twcp .form h4 {
  color: #119506;
}

#twcp .form .inner {
  border: 2px solid #119506;
}

#twcp .form .inner > div:not(:last-child) {
  border-bottom: 1px solid #119506;
}

#twcp .form .inner > div > *:nth-child(2) {
  padding: 10px;
}

#twcp .form .label {
  background: #e3f5e2;
}

#twcp .form input, #twcp .form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #333;
  border-radius: 4px;
  vertical-align: baseline;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#twcp .form input[type='text'], #twcp .form input[type='tel'], #twcp .form textarea[type='text'], #twcp .form textarea[type='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#twcp .form input[type='radio'], #twcp .form textarea[type='radio'] {
  margin: 0 5px 0 0;
  border-radius: 50%;
  vertical-align: bottom;
}

#twcp .form input[type='submit'], #twcp .form textarea[type='submit'] {
  position: relative;
  display: inline-block;
  padding: .65em 1.5em .6em;
  background: #fff;
  border: 1px solid #5bb653;
  border-radius: 0;
  color: #5bb653;
  line-height: 1.5;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color .3s ease-out, background .3s ease-out;
  -o-transition: color .3s ease-out, background .3s ease-out;
  transition: color .3s ease-out, background .3s ease-out;
}

#twcp .form input[type='submit']:hover, #twcp .form textarea[type='submit']:hover {
  color: #fff;
  background: #5bb653;
}

#twcp .form input[type='submit']:hover:before, #twcp .form input[type='submit']:hover:after, #twcp .form textarea[type='submit']:hover:before, #twcp .form textarea[type='submit']:hover:after {
  width: 0;
}

#twcp .form textarea {
  width: 100%;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#twcp .form .name > div p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#twcp .form .name span {
  border: 1px solid #333;
  border-style: solid none solid solid;
  border-radius: 4px 0 0 4px;
  line-height: 1;
}

#twcp .form .name input {
  border-radius: 0 4px 4px 0;
}

#twcp .form .age input {
  width: 3em;
  margin-right: .5em;
}

#twcp .form .sex > div {
  line-height: 1;
}

#twcp .form .tw input, #twcp .form .address input {
  width: 100%;
}

#twcp .form .postcode input:first-child {
  width: 5em;
  margin-right: .5em;
}

#twcp .form .postcode input:last-child {
  width: 7em;
  margin-left: .5em;
}

#twcp .caution h4 {
  display: inline-block;
  padding: .4em .8em .33em;
  margin-bottom: 10px;
  background: #333;
  color: #fff;
  vertical-align: top;
  line-height: 1;
}

#twcp .caution h4:not(:first-child) {
  margin-top: 30px;
}

#twcp .caution li {
  padding-left: 1.5em;
}

#twcp .caution li:not(:last-child) {
  margin-bottom: 10px;
}

#twcp .caution li:before {
  content: '・';
  margin-left: -1.5em;
  margin-right: .5em;
}

#twcp .caution a {
  text-decoration: underline;
  color: #333;
}

#twcp .caution a:hover {
  text-decoration: none;
}

#twcp .error {
  color: #780303;
}

/* twcp pc
===================================== */
@media screen and (min-width: 769px) {
  #twcp .box {
    padding: 50px 60px;
  }
  #twcp .box:not(:last-child) {
    margin-bottom: 40px;
  }
  #twcp h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: normal;
    text-align: center;
  }
  #twcp h3 span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp h3 .small {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.3;
    font-weight: normal;
  }
  #twcp figure {
    margin-bottom: 20px;
  }
  #twcp .lead {
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form h4 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form .inner {
    margin-bottom: 40px;
  }
  #twcp .form .inner > div {
    display: table;
    width: 100%;
  }
  #twcp .form .inner > div > * {
    display: table-cell;
    vertical-align: middle;
  }
  #twcp .form .inner.close {
    padding: 70px 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form .label {
    width: 148px;
    padding: 10px 0;
    text-align: center;
  }
  #twcp .form input, #twcp .form textarea {
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form input[type='submit'], #twcp .form textarea[type='submit'] {
    width: 190px;
  }
  #twcp .form .name > div p {
    float: left;
  }
  #twcp .form .name > div p:first-child {
    margin-right: 10px;
  }
  #twcp .form .name span {
    padding: 7px 5px;
  }
  #twcp .form .name input {
    width: 182px;
  }
  #twcp .form .sex label:not(:last-child) {
    margin-right: 30px;
  }
  #twcp .caution li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  #twcp .detail dt {
    padding: .5em .8em .15em;
  }
  #twcp .form input, #twcp .form textarea {
    padding: 2px 5px 2px;
  }
  #twcp .form input[type='radio'], #twcp .form textarea[type='radio'] {
    vertical-align: top;
  }
  #twcp .form input[type='submit'], #twcp .form textarea[type='submit'] {
    padding: .85em 1.5em .5em;
  }
  #twcp .form .name span {
    padding: 9px 5px 5px;
  }
  #twcp .caution h4 {
    padding: .5em .8em .15em;
  }
}

/* twcp sp
===================================== */
@media screen and (max-width: 768px) {
  #twcp .box {
    padding: 28px;
  }
  #twcp .box:not(:last-child) {
    margin-bottom: 10px;
  }
  #twcp h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
  #twcp h3 span:not(.small) {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp h3 .small {
    font-size: 20px;
    font-size: 2rem;
  }
  #twcp figure {
    margin-bottom: 15px;
  }
  #twcp .lead {
    margin-bottom: 30px;
  }
  #twcp .detail iframe {
    vertical-align: bottom;
  }
  #twcp .form h4 span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form .inner {
    margin-bottom: 20px;
    border-width: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form .inner.close {
    padding: 30px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form .label {
    padding: 5px 10px;
  }
  #twcp .form input, #twcp .form textarea {
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
  }
  #twcp .form input[type='submit'], #twcp .form textarea[type='submit'] {
    width: 100%;
  }
  #twcp .form .name > div p:first-child {
    margin-bottom: 5px;
  }
  #twcp .form .name span {
    padding: 7px 8px;
  }
  #twcp .form .name input {
    width: 100%;
  }
  #twcp .form .sex label:not(:last-child) {
    margin-right: 80px;
  }
  #twcp .btn01 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
