@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

html {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic", "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}

body {
  height: 100%;
  font-size: 14px;
  color: #222;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 20px;
  border-top: 5px solid #009f70;
}

.border-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #009f70;
}

.border-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #009f70;
}

.border-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #009f70;
}

.border-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: #009f70;
}

.header {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 30px 0;
  border-bottom: 5px solid #f2f2f2;
}
.header h1 img {
  width: 100%;
  max-width: 275px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header h1 {
    text-align: center;
  }
}
.main {
  max-width: 1000px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 40px;
  }
}
.footer {
  width: 100%;
  border-top: 5px solid #f2f2f2;
  margin: 0 -15px 0;
  box-sizing: border-box;
  padding: 30px 15px 60px;
  line-height: 1.42;
  text-align: center;
}

.footer__address {
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}

.footer__copyright {
  font-size: 12px;
}

.main h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 5px solid #f2f2f2;
}
.main p {
  line-height: 1.43;
  margin-bottom: 25px;
}

.privacy {
  max-width: 1000px;
  margin: 0 auto;
  border: 5px solid #f2f2f2;
  margin-bottom: 40px;
}
.privacy dl {
  padding: 30px;
}
.privacy dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.privacy dd {
  line-height: 1.42;
}

@media screen and (max-width: 768px) {
  .main h2 {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .privacy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .privacy dl {
    padding: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .for-sp {
    display: none;
  }

  .pc-break {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }

  .sp-break {
    display: block;
  }
}
.tel-disable {
  cursor: default;
  text-decoration: none;
}

.g-form-column__item input, .g-form__post input, .g-form__text--small input, .g-form__text--medium input, .g-form__text--large input, .g-form__textarea textarea {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  vertical-align: baseline;
}

.require {
  display: inline-block;
  font-size: 11px;
  color: #e42929;
  padding: 3px 5px;
  border: 1px solid #e42929;
  background: #fff;
  line-height: 1;
  margin-right: 5px;
}

.g-form {
  display: table;
  width: 100%;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  margin-bottom: 40px;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .g-form {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
}
.g-form__row {
  display: table-row;
}

@media screen and (max-width: 768px) {
  .g-form__row {
    display: block;
  }
}
.g-form__ttl {
  display: table-cell;
  width: 25%;
  background: #f2f2f2;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .g-form__ttl {
    width: auto;
    display: block;
  }
}
.g-form__row--error .g-form__ttl {
  background: #f1e0e0;
}

.g-form__ttl--require {
  position: relative;
  padding-right: 40px;
}
.g-form__ttl--require:after {
  content: '必須';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 11px;
  color: #e42929;
  padding: 3px 5px;
  border: 1px solid #e42929;
  background: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.g-form__data {
  display: table-cell;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 15px 15px 10px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .g-form__data {
    width: auto;
    display: block;
  }
}
.g-form-column {
  display: table;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .g-form-column {
    display: block;
  }
}
.g-form-column__item {
  display: table-cell;
  padding-right: 20px;
}
.g-form-column__item:last-child {
  padding-right: 0;
}
.g-form-column__item input {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .g-form-column__item input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .g-form-column__item {
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .g-form-column__item:last-child {
    margin-bottom: 0;
  }
}
.g-form-column__in-text--left {
  display: inline-block;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .g-form-column__in-text--left {
    display: block;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.g-form-column__in-text--right {
  display: inline-block;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .g-form-column__in-text--right {
    display: block;
    padding-left: 0;
    margin-top: 5px;
    text-align: right;
  }
}
.g-form__post {
  margin-bottom: 5px;
}
.g-form__post input {
  width: 100px;
}

.g-form__title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.g-form__title:first-child {
  margin-top: 0;
}

.g-form__title--normal {
  font-weight: normal;
}

.g-form__text--small {
  display: table;
  margin-bottom: 5px;
}
.g-form__text--small input {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .g-form__text--small .g-form__text--input, .g-form__text--small .g-form__text--left, .g-form__text--small .g-form__text--right {
    display: table-cell;
  }
  .g-form__text--small .g-form__text--left {
    padding-right: 5px;
  }
  .g-form__text--small .g-form__text--right {
    padding-left: 5px;
    text-align: left;
  }
}
.g-form__text--medium {
  display: table;
  margin-bottom: 5px;
}
.g-form__text--medium input {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .g-form__text--medium {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .g-form__text--medium input {
    width: 100%;
  }
}
.g-form__text--large {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.g-form__text--large .g-form__text--input {
  width: 100%;
}
.g-form__text--large .g-form__text--left, .g-form__text--large .g-form__text--right {
  width: 0%;
  white-space: nowrap;
}
.g-form__text--large input {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .g-form__text--large .g-form__text--left, .g-form__text--large .g-form__text--right {
    width: auto;
    white-space: normal;
  }
}
.g-form__text--left, .g-form__text--right, .g-form__text--input {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .g-form__text--left, .g-form__text--right, .g-form__text--input {
    display: block;
  }
}
.g-form__text--left {
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .g-form__text--left {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.g-form__text--right {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .g-form__text--right {
    padding-left: 0;
    margin-top: 5px;
    text-align: right;
  }
}
.g-form__in-text--left {
  display: inline-block;
  padding-right: 5px;
}

.g-form__in-text--right {
  display: inline-block;
  padding-left: 5px;
}

.g-form-radio, .g-form-checkbox {
  margin-bottom: 1px;
}

.g-form-radio:before, .g-form-radio:after {
  display: table;
  content: '';
}

.g-form-checkbox:before, .g-form-checkbox:after {
  display: table;
  content: '';
}

.g-form-radio:after, .g-form-checkbox:after {
  clear: both;
}

.ie7 .g-form-radio, .ie6 .g-form-radio, .ie7 .g-form-checkbox, .ie6 .g-form-checkbox {
  display: inline-block;
}

.ie7 .g-form-radio, .ie6 .g-form-radio, .ie7 .g-form-checkbox, .ie6 .g-form-checkbox {
  display: block;
}

.g-form-radio__item, .g-form-checkbox__item {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 18px;
}

.g-form-radio__item:last-child, .g-form-checkbox__item:last-child {
  margin-right: 0;
}

.g-form-radio__item label, .g-form-checkbox__item label {
  vertical-align: 0;
}

.g-form-radio__item input, .g-form-checkbox__item input {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}

.g-form-radio__item input, .g-form-checkbox__item input {
  top: 0;
}

.g-form__comment {
  margin-bottom: 15px;
  line-height: 1.42;
}

.g-form__select {
  margin-bottom: 5px;
}

.g-form__textarea {
  margin-bottom: 5px;
}
.g-form__textarea textarea {
  width: 100%;
  height: 200px;
}

.g-form__confirm {
  margin-bottom: 5px;
  line-height: 1.42;
}

.g-event {
  margin-bottom: 40px;
  border: 2px solid #ffa800;
  padding: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .g-event {
    margin-bottom: 30px;
  }
}
.g-event__ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 20px;
  background-color: #ffa800;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .g-event__ttl {
    font-size: 15px;
  }
}
.g-event-item {
  margin: 0 20px 5px;
  border-bottom: 1px solid #fff;
}

.g-event-item-header {
  background: #009f70;
  padding: 20px 15px;
}
.g-event-item-header.color-1 {
  background: #009f70;
}
.g-event-item-header.color-2 {
  background: #2356ab;
}
.g-event-item-header.color-3 {
  background: #0C523A;
}

.g-event-item-header__inner {
  display: table;
  margin: 0 auto;
}

.g-event-item-header__item {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}

.g-event-item-header__item--title {
  font-size: 18px;
  padding-right: 20px;
}

.g-event-item-header__item > *:last-child, .g-event-item-header__item .g-form-checkbox, .g-event-item-header__item .g-form-checkbox__item {
  margin-bottom: 0;
}

.g-event-item-body {
  display: none;
}

.g-event-item-body--open {
  display: block;
}

.g-event .g-form {
  margin-bottom: 0;
}

.g-form-btn__item input, .g-form-btn__item button, .thanks__btn a {
  width: 200px;
  padding: 15px;
  border: 0;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .g-form-btn__item input, .g-form-btn__item button, .thanks__btn a {
    width: 100%;
    max-width: 200px;
    font-size: 13px;
  }
}
.g-form-btn {
  display: table;
  border-spacing: 20px 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .g-form-btn {
    width: 100%;
    max-width: 415px;
    table-layout: fixed;
    border-spacing: 15px 0;
  }
}
.g-form-btn__item {
  display: table-cell;
}

.g-form-btn__item--confirm.color-1 input, .g-form-btn__item--confirm.color-1 button, .g-form-btn__item--confirm.btn-comp-exec input, .g-form-btn__item--confirm.btn-comp-exec button {
  background: #009f70;
}
.g-form-btn__item--confirm.color-2 input, .g-form-btn__item--confirm.color-2 button {
  background: #2356ab;
}

.g-form-btn__item--reset input, .g-form-btn__item--reset button {
  background: #ccc;
}

.g-form-error {
  margin-bottom: 40px;
  border: 1px solid #e42929;
}

@media screen and (max-width: 768px) {
  .g-form-error {
    margin-bottom: 30px;
  }
}
.g-form-error-list {
  padding: 20px 30px;
}
.g-form-error-list li {
  line-height: 1.42;
  margin-bottom: 5px;
  color: #e42929;
}
.g-form-error-list li:last-child {
  margin-bottom: 0;
}
.g-form-error-list li:before {
  content: '※';
  margin-right: 5px;
}

.thanks__text {
  text-align: center;
  font-size: 15px;
}

.thanks__btn {
  text-align: center;
}
.thanks__btn a {
  display: inline-block;
  background: #00A8B8;
  text-decoration: none;
}

div.checkbox {
  display: inline;
}

.comp {
  position: relative;
}
.comp .footer {
  position: fixed;
  bottom: 0;
}
