@charset "UTF-8";
/* ===================== reset  ===================== */
/* line 6, ../scss/modules/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../scss/modules/_reset.scss */
body {
  line-height: 1;
}

/* line 30, ../scss/modules/_reset.scss */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

/* line 35, ../scss/modules/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 39, ../scss/modules/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 43, ../scss/modules/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 49, ../scss/modules/_reset.scss */
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 58, ../scss/modules/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 64, ../scss/modules/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 71, ../scss/modules/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 75, ../scss/modules/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* line 80, ../scss/modules/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 85, ../scss/modules/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form */
/* line 95, ../scss/modules/_reset.scss */
button,
fieldset,
form,
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
}

/* line 115, ../scss/modules/_reset.scss */
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
textarea {
  -webkit-appearance: none;
}

/*
input, select {
	vertical-align:middle;
}
*/
/* line 129, ../scss/modules/_reset.scss */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
}

/* line 136, ../scss/modules/_reset.scss */
body,
h1, h2, h3, h4, h5, h6,
div, p, a,
ul, ol, li,
dl, dt, dd,
table, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 100%;
}

/* line 4, ../scss/modules/_global.scss */
html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

/* line 12, ../scss/modules/_global.scss */
body {
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

/* line 21, ../scss/modules/_global.scss */
body {
  font-family: "メイリオ", Meiryo, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.8;
  color: #323232;
  font-size: 13px;
  position: relative;
}

/* line 30, ../scss/modules/_global.scss */
a {
  color: #323232;
  text-decoration: none;
}

/* line 41, ../scss/modules/_global.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

@media only screen and (min-width: 990px) {
  /* line 45, ../scss/modules/_global.scss */
  body {
    font-size: 14px;
  }
}
/* line 50, ../scss/modules/_global.scss */
img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 59, ../scss/modules/_global.scss */
  header {
    z-index: 1000;
  }
  /* line 61, ../scss/modules/_global.scss */
  header .inner {
    overflow: hidden;
    *zoom: 1;
    padding: 25px;
  }
  /* line 65, ../scss/modules/_global.scss */
  header .inner #logo {
    width: 120px;
    float: left;
  }
  /* line 69, ../scss/modules/_global.scss */
  header .inner #sp_menu_btn {
    width: 22px;
    height: 19px;
    float: right;
    margin-top: 8px;
  }
  /* line 76, ../scss/modules/_global.scss */
  header nav {
    display: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #fff;
    padding: 30px 25px;
    overflow: auto;
    border-top: 1px solid #D4D4D4;
  }
  /* line 86, ../scss/modules/_global.scss */
  header nav ul li {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  /* line 90, ../scss/modules/_global.scss */
  header nav ul li a {
    color: #0099cc;
    display: block;
  }
  /* line 95, ../scss/modules/_global.scss */
  header nav ul .only_pc {
    display: none;
  }
  /* line 100, ../scss/modules/_global.scss */
  header nav .only_sp li {
    font-size: 12px;
    font-weight: normal;
  }
  /* line 103, ../scss/modules/_global.scss */
  header nav .only_sp li a {
    color: #323232;
  }

  /* line 114, ../scss/modules/_global.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 120, ../scss/modules/_global.scss */
  .menu-trigger {
    position: relative;
    width: 22px;
    height: 19px;
  }

  /* line 125, ../scss/modules/_global.scss */
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #323232;
    border-radius: 3px;
  }

  /* line 133, ../scss/modules/_global.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  /* line 136, ../scss/modules/_global.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }

  /* line 139, ../scss/modules/_global.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 143, ../scss/modules/_global.scss */
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  /* line 147, ../scss/modules/_global.scss */
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  /* line 150, ../scss/modules/_global.scss */
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  /* line 155, ../scss/modules/_global.scss */
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 989px) {
  /* line 166, ../scss/modules/_global.scss */
  header .inner {
    overflow: hidden;
    *zoom: 1;
    padding: 25px;
  }
  /* line 170, ../scss/modules/_global.scss */
  header .inner #logo {
    width: 120px;
    float: left;
  }
  /* line 174, ../scss/modules/_global.scss */
  header .inner #sp_menu_btn {
    width: 22px;
    height: 19px;
    float: right;
    margin-top: 8px;
  }
  /* line 181, ../scss/modules/_global.scss */
  header nav {
    display: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #fff;
    padding: 30px 25px;
    overflow: auto;
    border-top: 1px solid #D4D4D4;
  }
  /* line 190, ../scss/modules/_global.scss */
  header nav ul {
    text-align: center;
  }
  /* line 192, ../scss/modules/_global.scss */
  header nav ul li {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  /* line 196, ../scss/modules/_global.scss */
  header nav ul li a {
    color: #0099cc;
    display: block;
  }
  /* line 201, ../scss/modules/_global.scss */
  header nav ul .only_pc {
    display: none;
  }
  /* line 206, ../scss/modules/_global.scss */
  header nav .only_sp li {
    font-size: 18px;
    font-weight: normal;
  }
  /* line 209, ../scss/modules/_global.scss */
  header nav .only_sp li a {
    color: #323232;
  }

  /* line 218, ../scss/modules/_global.scss */
  .form h1 br {
    display: none;
  }

  /* line 223, ../scss/modules/_global.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 229, ../scss/modules/_global.scss */
  .menu-trigger {
    position: relative;
    width: 22px;
    height: 19px;
  }

  /* line 234, ../scss/modules/_global.scss */
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #323232;
    border-radius: 3px;
  }

  /* line 242, ../scss/modules/_global.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  /* line 245, ../scss/modules/_global.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }

  /* line 248, ../scss/modules/_global.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 252, ../scss/modules/_global.scss */
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  /* line 256, ../scss/modules/_global.scss */
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  /* line 259, ../scss/modules/_global.scss */
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  /* line 264, ../scss/modules/_global.scss */
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 990px) {
  /* line 274, ../scss/modules/_global.scss */
  header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1024px;
    padding: 0 17px;
    margin: 25px auto;
    display: table;
  }
  /* line 280, ../scss/modules/_global.scss */
  header .inner {
    display: table-cell;
  }
  /* line 282, ../scss/modules/_global.scss */
  header .inner #logo {
    width: 188px;
  }
  /* line 285, ../scss/modules/_global.scss */
  header .inner #sp_menu_btn {
    display: none;
  }
  /* line 289, ../scss/modules/_global.scss */
  header nav {
    display: block;
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
  }
  /* line 294, ../scss/modules/_global.scss */
  header nav ul {
    display: table;
    font-size: 14px;
  }
  /* line 297, ../scss/modules/_global.scss */
  header nav ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
  }
  /* line 302, ../scss/modules/_global.scss */
  header nav ul li:first-child {
    padding-left: 0;
  }
  /* line 305, ../scss/modules/_global.scss */
  header nav ul li:last-child {
    padding-right: 0;
  }
  /* line 308, ../scss/modules/_global.scss */
  header nav ul li a {
    color: #0099cc;
    font-weight: 800;
    display: block;
  }
  /* line 312, ../scss/modules/_global.scss */
  header nav ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  /* line 317, ../scss/modules/_global.scss */
  header nav ul .only_pc {
    display: block;
  }
  /* line 320, ../scss/modules/_global.scss */
  header nav ul .only_sp {
    display: none;
  }
  /* line 324, ../scss/modules/_global.scss */
  header nav .only_sp {
    display: none;
  }

  /* line 330, ../scss/modules/_global.scss */
  .form h1 br {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  /* line 338, ../scss/modules/_global.scss */
  footer {
    width: 100%;
    border-top: 1px solid #323232;
  }
  /* line 341, ../scss/modules/_global.scss */
  footer .inner {
    position: relative;
  }
  /* line 343, ../scss/modules/_global.scss */
  footer .inner nav {
    display: none;
  }
  /* line 346, ../scss/modules/_global.scss */
  footer .inner .top_btn {
    width: 35px;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  /* line 352, ../scss/modules/_global.scss */
  footer .inner .hakuhodo {
    width: 120px;
    position: absolute;
    top: 30px;
    left: 15px;
  }
  /* line 358, ../scss/modules/_global.scss */
  footer .inner small {
    font-size: 10px;
    color: #808080;
    position: absolute;
    top: 80px;
    left: 15px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 371, ../scss/modules/_global.scss */
  footer {
    width: 100%;
    border-top: 1px solid #323232;
  }
  /* line 374, ../scss/modules/_global.scss */
  footer .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 1024px;
    height: 178px;
    margin: 30px auto 0 auto;
    padding: 0 17px;
  }
  /* line 381, ../scss/modules/_global.scss */
  footer .inner nav {
    position: absolute;
    top: 0;
    left: 17px;
  }
  /* line 386, ../scss/modules/_global.scss */
  footer .inner nav ul li {
    display: inline-block;
    margin: 0 7px;
    font-size: 14px;
  }
  /* line 390, ../scss/modules/_global.scss */
  footer .inner nav ul li:first-child {
    margin-left: 0;
  }
  /* line 393, ../scss/modules/_global.scss */
  footer .inner nav ul li:last-child {
    margin-right: 0;
  }
  /* line 396, ../scss/modules/_global.scss */
  footer .inner nav ul li a {
    color: #0099cc;
    font-weight: 800;
    display: block;
  }
  /* line 400, ../scss/modules/_global.scss */
  footer .inner nav ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  /* line 406, ../scss/modules/_global.scss */
  footer .inner nav .sub {
    margin-top: 15px;
  }
  /* line 408, ../scss/modules/_global.scss */
  footer .inner nav .sub li {
    font-size: 12px;
  }
  /* line 410, ../scss/modules/_global.scss */
  footer .inner nav .sub li a {
    color: #323232;
    font-weight: normal;
  }
  /* line 413, ../scss/modules/_global.scss */
  footer .inner nav .sub li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  /* line 420, ../scss/modules/_global.scss */
  footer .inner .top_btn {
    width: 48px;
    position: absolute;
    top: 0;
    right: 17px;
  }
  /* line 426, ../scss/modules/_global.scss */
  footer .inner .hakuhodo {
    width: 124px;
    position: absolute;
    bottom: 30px;
    left: 17px;
  }
  /* line 432, ../scss/modules/_global.scss */
  footer .inner small {
    font-size: 12px;
    color: #808080;
    position: absolute;
    bottom: 30px;
    right: 17px;
  }
}
/* line 446, ../scss/modules/_global.scss */
article {
  width: 100%;
  min-width: 320px;
  margin: 30px 0 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 452, ../scss/modules/_global.scss */
article section {
  margin-bottom: 50px;
}

@media only screen and (min-width: 990px) {
  /* line 458, ../scss/modules/_global.scss */
  article {
    width: 1024px;
    padding: 0 12px;
    margin: 40px auto 100px;
  }
}
/* line 468, ../scss/modules/_global.scss */
.lead div {
  width: 100%;
  margin-bottom: 30px;
}
/* line 472, ../scss/modules/_global.scss */
.lead p {
  font-size: 17px;
  color: #0099cc;
  font-weight: 800;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

@media only screen and (min-width: 990px) {
  /* line 483, ../scss/modules/_global.scss */
  .lead p {
    font-size: 21px;
    padding: 0 20px;
  }
}
/* line 492, ../scss/modules/_global.scss */
.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 498, ../scss/modules/_global.scss */
.grid .col {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  flex: 0 0 auto;
}

/* line 509, ../scss/modules/_global.scss */
.grid_2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

/* line 520, ../scss/modules/_global.scss */
.camp_nav {
  display: table;
  width: 100%;
  text-align: center;
}
/* line 524, ../scss/modules/_global.scss */
.camp_nav li {
  display: table-cell;
  width: 50%;
}
/* line 527, ../scss/modules/_global.scss */
.camp_nav li a {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1;
  padding: 2em 0;
  font-weight: 800;
}
/* line 535, ../scss/modules/_global.scss */
.camp_nav li:first-child {
  background: #F7A02E;
}
/* line 538, ../scss/modules/_global.scss */
.camp_nav li:last-child {
  background: #1FB7DD;
}

@media only screen and (min-width: 990px) {
  /* line 545, ../scss/modules/_global.scss */
  .camp_nav {
    display: none;
  }
}
/* line 1, ../scss/modules/_form.scss */
.form {
  margin-top: 0;
}
/* line 3, ../scss/modules/_form.scss */
.form header {
  width: 100%;
  display: table;
  background: #1fb7dd url("../images/kigyohoumon-camp_icon.png") no-repeat 10px 10px;
  background-size: 65px auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
/* line 10, ../scss/modules/_form.scss */
.form header div {
  width: 100%;
  height: 107px;
  color: #fff;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
/* line 18, ../scss/modules/_form.scss */
.form header div h1 {
  font-size: 21px;
}
/* line 25, ../scss/modules/_form.scss */
.form section:nth-of-type(1) p {
  margin-bottom: 30px;
}
/* line 27, ../scss/modules/_form.scss */
.form section:nth-of-type(1) p.link-txt {
  font-size: 14px;
  font-weight: 700;
}
/* line 30, ../scss/modules/_form.scss */
.form section:nth-of-type(1) p.link-txt .sp {
  display: block;
}
/* line 37, ../scss/modules/_form.scss */
.form section:nth-of-type(2) h3 {
  font-size: 14px;
  font-weight: 800;
}
/* line 41, ../scss/modules/_form.scss */
.form section:nth-of-type(2) p {
  margin-bottom: 30px;
}
/* line 43, ../scss/modules/_form.scss */
.form section:nth-of-type(2) p span {
  color: #ff0000;
}
/* line 47, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl {
  margin-bottom: 20px;
}
/* line 50, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl dt span {
  color: #ff0000;
}
/* line 55, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl dd input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  padding: 10px;
}
/* line 62, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl dd #year {
  width: 25%;
}
/* line 65, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl dd #month {
  width: 17%;
}
/* line 68, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl dd #day {
  width: 17%;
}
/* line 71, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl dd textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  padding: 10px;
  margin-bottom: 0;
}
/* line 79, ../scss/modules/_form.scss */
.form section:nth-of-type(2) dl dd span {
  display: block;
  margin-top: 5px;
  color: #989898;
}
/* line 86, ../scss/modules/_form.scss */
.form section:nth-of-type(2) .btn {
  font-size: 14px;
  width: 100%;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
/* line 91, ../scss/modules/_form.scss */
.form section:nth-of-type(2) .btn button {
  display: block;
  width: 100%;
  color: #fff;
  background: #ff9600;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transform: perspective(0);
  transform: perspective(0);
}
/* line 104, ../scss/modules/_form.scss */
.form section:nth-of-type(2) .btn:hover {
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
/* line 110, ../scss/modules/_form.scss */
.form a {
  text-decoration: underline;
  color: #3366cc;
}

/* line 116, ../scss/modules/_form.scss */
.form_confirm {
  margin-top: 0;
}
/* line 118, ../scss/modules/_form.scss */
.form_confirm header {
  width: 100%;
  display: table;
  background: #1fb7dd url("../images/kigyohoumon-camp_icon.png") no-repeat 10px 10px;
  background-size: 65px auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
/* line 125, ../scss/modules/_form.scss */
.form_confirm header div {
  width: 100%;
  height: 107px;
  color: #fff;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
/* line 133, ../scss/modules/_form.scss */
.form_confirm header div h1 {
  font-size: 21px;
}
/* line 140, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(1) h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 30px;
}
/* line 147, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(2) dl {
  margin-bottom: 20px;
}
/* line 151, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(2) dl dd {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  padding: 10px;
  min-height: 40px;
}
/* line 160, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(2) .btn_area {
  margin-top: 50px;
}
/* line 162, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(2) .btn_area .btn {
  font-size: 14px;
  width: 100%;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
/* line 167, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(2) .btn_area .btn button {
  display: block;
  width: 100%;
  color: #fff;
  background: #ff9600;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transform: perspective(0);
  transform: perspective(0);
}
/* line 180, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(2) .btn_area .btn a {
  display: block;
  width: 100%;
  color: #fff;
  background: #323232;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 20px;
  -webkit-transform: perspective(0);
  transform: perspective(0);
}
/* line 194, ../scss/modules/_form.scss */
.form_confirm section:nth-of-type(2) .btn_area .btn:hover {
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
/* line 201, ../scss/modules/_form.scss */
.form_confirm a {
  text-decoration: underline;
  color: #3366cc;
}

/* line 207, ../scss/modules/_form.scss */
.form_thanks {
  margin-top: 0;
}
/* line 209, ../scss/modules/_form.scss */
.form_thanks header {
  width: 100%;
  display: table;
  background: #1fb7dd url("../images/kigyohoumon-camp_icon.png") no-repeat 10px 10px;
  background-size: 65px auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
/* line 216, ../scss/modules/_form.scss */
.form_thanks header div {
  width: 100%;
  height: 107px;
  color: #fff;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
/* line 224, ../scss/modules/_form.scss */
.form_thanks header div h1 {
  font-size: 21px;
}
/* line 231, ../scss/modules/_form.scss */
.form_thanks section:nth-of-type(1) h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 30px;
}
/* line 238, ../scss/modules/_form.scss */
.form_thanks section:nth-of-type(2) .btn {
  font-size: 14px;
  width: 100%;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
/* line 243, ../scss/modules/_form.scss */
.form_thanks section:nth-of-type(2) .btn a {
  display: block;
  width: 100%;
  color: #fff;
  background: #323232;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transform: perspective(0);
  transform: perspective(0);
}
/* line 256, ../scss/modules/_form.scss */
.form_thanks section:nth-of-type(2) .btn:hover {
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

/* line 264, ../scss/modules/_form.scss */
.form_footer {
  width: 100%;
  border: none;
}

@media only screen and (min-width: 990px) {
  /* line 270, ../scss/modules/_form.scss */
  .form {
    padding: 0 17px;
  }
  /* line 272, ../scss/modules/_form.scss */
  .form header {
    margin: 0 0 60px 0;
    background-size: 130px auto;
  }
  /* line 275, ../scss/modules/_form.scss */
  .form header div {
    height: 120px;
  }
  /* line 277, ../scss/modules/_form.scss */
  .form header div h1 {
    font-size: 24px;
  }
  /* line 285, ../scss/modules/_form.scss */
  .form section:nth-of-type(1) p.link-txt {
    font-size: 16px;
  }
  /* line 287, ../scss/modules/_form.scss */
  .form section:nth-of-type(1) p.link-txt .sp {
    display: none;
  }
  /* line 294, ../scss/modules/_form.scss */
  .form section:nth-of-type(2) dl {
    display: table;
    width: 100%;
  }
  /* line 297, ../scss/modules/_form.scss */
  .form section:nth-of-type(2) dl dt {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding-top: 10px;
  }
  /* line 303, ../scss/modules/_form.scss */
  .form section:nth-of-type(2) dl dd {
    display: table-cell;
    width: 75%;
  }
  /* line 308, ../scss/modules/_form.scss */
  .form section:nth-of-type(2) .btn {
    font-size: 16px;
    width: 320px;
    margin: 50px auto 0;
    font-weight: normal;
  }
  /* line 313, ../scss/modules/_form.scss */
  .form section:nth-of-type(2) .btn button {
    padding: 16px 0;
  }

  /* line 321, ../scss/modules/_form.scss */
  .form_confirm {
    padding: 0 17px;
  }
  /* line 323, ../scss/modules/_form.scss */
  .form_confirm header {
    margin: 0 0 60px 0;
    background-size: 130px auto;
  }
  /* line 326, ../scss/modules/_form.scss */
  .form_confirm header div {
    height: 120px;
  }
  /* line 328, ../scss/modules/_form.scss */
  .form_confirm header div h1 {
    font-size: 24px;
  }
  /* line 335, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(1) h3 {
    font-size: 20px;
  }
  /* line 340, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) dl {
    display: table;
    width: 100%;
  }
  /* line 343, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) dl dt {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding-top: 10px;
  }
  /* line 349, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) dl dd {
    display: table-cell;
    width: 75%;
    min-height: 60px;
  }
  /* line 355, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) .btn_area {
    overflow: hidden;
    *zoom: 1;
    margin: 50px auto 0;
    width: 670px;
  }
  /* line 359, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) .btn_area .btn {
    font-size: 16px;
    width: 320px;
    font-weight: normal;
    float: left;
  }
  /* line 364, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) .btn_area .btn button {
    padding: 16px 0;
  }
  /* line 367, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) .btn_area .btn:nth-of-type(2) {
    float: right;
  }
  /* line 369, ../scss/modules/_form.scss */
  .form_confirm section:nth-of-type(2) .btn_area .btn:nth-of-type(2) a {
    margin-top: 0;
  }

  /* line 379, ../scss/modules/_form.scss */
  .form_thanks {
    padding: 0 17px;
  }
  /* line 381, ../scss/modules/_form.scss */
  .form_thanks header {
    margin: 0 0 60px 0;
    background-size: 130px auto;
  }
  /* line 384, ../scss/modules/_form.scss */
  .form_thanks header div {
    height: 120px;
  }
  /* line 386, ../scss/modules/_form.scss */
  .form_thanks header div h1 {
    font-size: 24px;
  }
  /* line 393, ../scss/modules/_form.scss */
  .form_thanks section:nth-of-type(1) h3 {
    font-size: 20px;
  }
  /* line 398, ../scss/modules/_form.scss */
  .form_thanks section:nth-of-type(2) .btn {
    font-size: 16px;
    width: 320px;
    font-weight: normal;
  }
  /* line 402, ../scss/modules/_form.scss */
  .form_thanks section:nth-of-type(2) .btn a {
    padding: 16px 0;
  }

  /* line 411, ../scss/modules/_form.scss */
  .form_footer .inner {
    height: 100px;
  }
}
/* line 417, ../scss/modules/_form.scss */
ul.error {
  color: #FF0000;
  margin: -10px 0 0;
  padding: 0 0 30px;
}
