@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url(util/fontawesome/font-awesome.css);
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8; }

body {
  font-size: 90%;
  color: #333;
  background: #fff; }

a {
  color: #00a3e7; }
  a:hover {
    text-decoration: none; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#container {
  padding-bottom: 40px;
  background: url(/inc/image/bg_pattern.gif); }
  #container #contents {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0; }
    #container #contents h1 {
      text-align: center;
      font-weight: normal;
      margin-bottom: 40px; }
    #container #contents section {
      margin-bottom: 20px; }
    #complete #container #contents section.borderwrap,
    #error #container #contents section.borderwrap {
      border: 1px solid #ccc;
      margin: 20px 20px 40px 20px;
      padding: 26.66667px;
      border-radius: 3px; }
      #complete #container #contents section.borderwrap h3,
      #error #container #contents section.borderwrap h3 {
        margin-bottom: 20px; }
    #complete #container #contents .btn_area a,
    #error #container #contents .btn_area a {
      margin-bottom: 0; }

#error #container {
  min-height: calc(100vh - 144px); }

/*
モジュール系おまとめファイル
*/
header {
  padding: 10px;
  height: 65px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc; }
  header .h-wrap {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; }
    header .h-wrap #logo {
      margin: 0;
      width: 15%;
      float: left; }
      header .h-wrap #logo img {
        width: 200px;
        height: auto;
        vertical-align: bottom; }
  header h1 {
    float: right;
    text-align: right;
    color: #fff;
    font-weight: normal;
    margin-top: 5px; }

footer {
  background: #000;
  color: #fff; }
  footer section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0; }
  footer .grid .copy small {
    display: inline-block;
    margin: 10px 10px 0; }
  footer .grid .privacy {
    text-align: right; }
    footer .grid .privacy a {
      text-decoration: none;
      margin: 10px 10px 0;
      color: #fff;
      display: inline-block;
      padding: 0 10px; }
      footer .grid .privacy a:before {
        content: '\f0da';
        font-family: fontawesome;
        margin-right: 5px; }

.btn_area {
  width: 980px;
  margin: 40px auto;
  text-align: center; }

button, a.btn {
  min-width: 500px;
  padding: 20px 40px;
  margin-bottom: 10px;
  font-size: 130%;
  display: inline-block;
  background: #00a3e7;
  text-align: center;
  border: 1px solid #00a3e7;
  color: #fff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  position: relative; }
  button:before, a.btn:before {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 24px; }
  button:hover, a.btn:hover {
    border: 1px solid #00a3e7;
    background: #fff;
    color: #00a3e7; }
  button.back, a.btn.back {
    width: auto;
    min-width: inherit;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 120%;
    padding-left: 60px;
    margin-right: 20px; }
    button.back:hover, a.btn.back:hover {
      background: #f2f2f2; }
    button.back:before, a.btn.back:before {
      content: "\f053";
      right: inherit;
      left: 20px; }

#formTable {
  border-top: 1px solid #ccc;
  background: #fff; }
  #formTable .form_wrap {
    border: 1px solid #ccc;
    border-top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #formTable .title, #formTable .detail, #formTable .tip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  #formTable .title {
    width: 20%;
    background: #f1f1f1;
    color: #333;
    padding: 20px; }
  #formTable .tip {
    margin-right: 2%;
    background: #f1f1f1;
    padding: 20px 2% 20px 2%;
    border-right: 1px solid #ccc; }
  #formTable .detail {
    width: 68%;
    padding: 20px;
    background: #fff; }
  #formTable .txt {
    margin-bottom: 15px; }
    #formTable .txt p {
      margin-top: 15px; }
    #formTable .txt:last-child {
      margin-bottom: 0; }

input, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 10px;
  background: #fff; }

input.small {
  width: 30%; }

input.medium {
  width: 50%; }

input.long {
  width: 80%; }

textarea {
  width: 100%; }

.form_wrap.contact_type fieldset > .radio-check {
  display: block; }

.ico {
  font-size: 80%;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
  color: #fff; }
  .ico.must {
    background: #c82e2e; }
  .ico.optional {
    background: #333; }

fieldset {
  border: 0 none; }

.agree fieldset {
  margin-bottom: 40px; }
  .agree fieldset label {
    padding: 20px; }
    .agree fieldset label:hover {
      cursor: pointer; }

.error {
  background: #f7dada;
  border: 2px solid #d53030;
  padding: 20px;
  color: #d53030;
  margin: 20px auto;
  border-radius: 3px; }

.form_error_wrap {
  display: none; }

.form_error .form_error_wrap {
  display: block;
  color: #d53030; }
  .form_error .form_error_wrap ul {
    font-size: 90%;
    display: inline-block;
    margin-top: 5px; }
    .form_error .form_error_wrap ul i {
      display: inline; }

.form_error input, .form_error textarea {
  background: #f7dada;
  border: 2px solid #d53030;
  padding: 4px 10px;
  color: #d53030; }

textarea.has_error, textarea.has_success, input.has_error, input.has_success {
  background-repeat: no-repeat;
  background-position: right center; }

textarea.has_error, input.has_error {
  border: 1px solid #d53030;
  background-image: url(../image/ico_error.png); }

textarea.has_success, input.has_success {
  border: 1px solid #5cb85c;
  background-image: url(../image/ico_success.png);
  background-color: #e9fbe9; }

textarea.has_error, textarea.has_success {
  background-position: right top; }

.step {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .step h2, .step ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .step h2 {
    width: 40%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: normal; }
  .step ul {
    width: 60%;
    display: -webkit-flex;
    display: -ms-flex;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .step ul li {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 30%;
      min-height: 50px;
      line-height: 50px;
      margin: 1%;
      background: #ccc;
      padding: 0 20px;
      position: relative;
      text-align: center; }
      .step ul li:after, .step ul li:before {
        content: "";
        position: absolute;
        top: 0;
        width: 0; }
      .step ul li:after {
        right: -10px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 10px solid #ccc;
        height: 100%; }
      .step ul li:before {
        left: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 10px solid #ffffff; }
      .step ul li:first-child:before {
        display: none; }
  #input .step ul li.active {
    background: #00a3e7;
    color: #00a3e7;
    color: #fff; }
    #input .step ul li.active:after {
      border-left-color: #00a3e7; }
  #confim .step ul li:nth-child(2) {
    background: #00a3e7;
    color: #00a3e7;
    color: #fff; }
    #confim .step ul li:nth-child(2):after {
      border-left-color: #00a3e7; }
  #complete .step ul li:last-child {
    background: #00a3e7;
    color: #00a3e7;
    color: #fff; }
    #complete .step ul li:last-child:after {
      border-left-color: #00a3e7; }

.grid .gridwrap dl, .grid .gridwrap div {
  display: inline-block; }

.grid.grid1-1 .gridwrap {
  width: 70%;
  margin: 0 auto; }
  .grid.grid1-1 .gridwrap dl, .grid.grid1-1 .gridwrap div {
    width: 100%; }

.grid.grid1-2 .gridwrap dl, .grid.grid1-2 .gridwrap div {
  width: 47.5%;
  margin: 1%; }

.grid.grid1-3 .gridwrap dl, .grid.grid1-3 .gridwrap div {
  width: 30%;
  margin: 1%; }

.clearfix, .grid,
.grid-r {
  display: inline-table;
  min-height: 1%; }

.grid {
  width: 100%; }

.grid .unit-1-2,
.grid-r .unit-1-2 {
  width: 50%; }

.grid .unit-1-3,
.grid-r .unit-1-3 {
  width: 33.3%; }

.grid .unit-1-4,
.grid-r .unit-1-4 {
  width: 25%; }

.grid .unit-1-5,
.grid-r .unit-1-5 {
  width: 20%; }

.grid .unit-2-3,
.grid-r .unit-2-3 {
  width: 66.6%; }

.grid img,
.grid-r img {
  width: 100%;
  height: auto; }

.grid .unit-1-2, .grid .unit-1-3, .grid .unit-1-4, .grid .unit-1-5, .grid .unit-2-3,
.grid-r .unit-1-2,
.grid-r .unit-1-3,
.grid-r .unit-1-4,
.grid-r .unit-1-5,
.grid-r .unit-2-3 {
  float: left; }

.grid .l-box,
.grid-r .l-box {
  margin: 10px; }

@media screen and (max-width: 670px) {
  
  .grid-r .unit-1-2,
  .grid-r .unit-1-3,
  .grid-r .unit-1-4,
  .grid-r .unit-1-5,
  .grid-r .unit-2-3 {
    width: 100% !important;
    float: none; } }

.contact_info .gridwrap {
  text-align: center; }

.contact_info dl {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 3px;
  margin-bottom: 20px; }
  .contact_info dl dt, .contact_info dl dd {
    padding: 20px; }
  .contact_info dl dt {
    padding-bottom: 0; }
    .contact_info dl dt strong {
      display: block;
      color: #00a3e7;
      font-size: 180%; }

.contact_info.grid1-1 dl dt, .contact_info.grid1-1 dl dd {
  display: block;
  text-align: center;
  vertical-align: middle; }

.contact_info.grid1-1 dl dt {
  padding: 20px 40px 10px; }

.contact_info.grid1-1 dl dd {
  padding: 10px 40px 20px;
  font-size: 110%; }

@media screen and (max-width: 768px) {
  #container #contents {
    padding: 20px 0; }
  #container #contents .contact_info,
  .btn_area,
  #complete section.borderwrap {
    padding: 10px; }
  header .h-wrap, #container #contents, .btn_area {
    width: 100%; }
  .btn_area {
    margin: 0 auto; }
  .step h2 {
    width: 100%;
    font-size: 120%; }
  .step ul {
    display: none; }
  input, textarea {
    width: 100%;
    display: block; }
    input.medium, input.long, input.small, textarea.medium, textarea.long, textarea.small {
      width: 100%;
      display: block; }
  input[type="checkbox"] {
    width: auto;
    display: inline-block; }
  .form_wrap.contact_type input {
    width: 1em;
    display: inline-block; }
  .grid.grid1-1 .gridwrap, .grid.grid1-2 .gridwrap, .grid.grid1-3 .gridwrap {
    width: 100%;
    margin: 0 auto; }
    .grid.grid1-1 .gridwrap dl, .grid.grid1-1 .gridwrap div, .grid.grid1-2 .gridwrap dl, .grid.grid1-2 .gridwrap div, .grid.grid1-3 .gridwrap dl, .grid.grid1-3 .gridwrap div {
      width: 100%;
      margin-left: 0; }
  .contact_info {
    margin-bottom: 20px; }
    .contact_info.grid1-1 dl dt {
      padding-left: 0;
      padding-right: 0; }
    .contact_info.grid1-1 dl dd {
      border-left: 0 none;
      padding-top: 0; } }

@media screen and (max-width: 480px) {
  header .h-wrap h1, header .h-wrap #logo {
    float: none;
    text-align: center;
    font-size: 170%;
    width: auto; }
  button, a.btn, button.back, a.btn.back {
    display: inline-block;
    min-width: inherit;
    width: 100%;
    margin: 0 0 20px 0; }
  .grid .gridwrap dl, .grid .gridwrap div {
    display: block; }
  .grid.grid1-1 .gridwrap, .grid.grid1-2 .gridwrap, .grid.grid1-3 .gridwrap {
    width: 100%;
    margin: 0 auto; }
    .grid.grid1-1 .gridwrap dl, .grid.grid1-1 .gridwrap div, .grid.grid1-2 .gridwrap dl, .grid.grid1-2 .gridwrap div, .grid.grid1-3 .gridwrap dl, .grid.grid1-3 .gridwrap div {
      width: 100%;
      margin-bottom: 20px; }
      .grid.grid1-1 .gridwrap dl:last-child, .grid.grid1-1 .gridwrap div:last-child, .grid.grid1-2 .gridwrap dl:last-child, .grid.grid1-2 .gridwrap div:last-child, .grid.grid1-3 .gridwrap dl:last-child, .grid.grid1-3 .gridwrap div:last-child {
        margin-bottom: 0; }
  #formTable {
    border-top: 0; }
    #formTable .form_wrap {
      display: block;
      padding-left: 0;
      padding-right: 0;
      border: 0; }
    #formTable .title, #formTable .tip {
      display: inline-block; }
    #formTable .title {
      width: 80%;
      font-weight: bold;
      padding: 10px; }
      #confim #formTable .title {
        width: 100%; }
    #formTable .tip {
      width: 20%;
      margin: 0;
      text-align: right;
      padding: 10px;
      border: 0;
      float: right; }
    #formTable .ico {
      display: inline; }
    #formTable .detail {
      width: 100%;
      display: block; }
  fieldset label {
    padding: 0; } }
