@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------
 set 
------------------*/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  line-height: 1.7;
}

body {
  position: relative;
  padding-left: 240px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  left: 0;
  overflow-x: hidden;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 1;
}

.page--col1 {
  padding-left: 0;
}

.page--col1 .main {
  padding-top: 0 !important;
}

.page--col1 .title__page h1 {
  text-align: center !important;
}

/*------------------
 style 
------------------*/
a {
  text-decoration: none;
  color: #189cac;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  font-size: 2.4rem;
}

h2, h3, h4 {
  margin: 0 0 2%;
  font-size: 1.6rem;
}

p {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  margin: 0;
  max-width: 100%;
  vertical-align: bottom;
}

span {
  display: inline-block;
}

span.price {
  font-weight: bold;
}

span.price span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #9f102c;
}

em {
  font-weight: bold;
  background: #ffec83;
  font-style: normal;
  font-size: 1.8rem;
}

.kari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  width: 100%;
  background: #ccc;
  padding: 20px;
  height: 300px;
}

/*------------------
 sidebar 
------------------*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 240px;
  font-size: 1.6rem;
  color: #FFF;
  overflow: auto;
  z-index: 100;
  background: #62becb;
  -webkit-box-shadow: 0px 0px 4px #676767;
          box-shadow: 0px 0px 4px #676767;
}

.sidebar__head {
  padding: 20px 0;
  text-align: center;
  background: #189cac;
  z-index: 99;
}

.sidebar__head h1 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFF;
}

.sidebar__head.sp {
  display: none;
}

.sidebar .menu {
  background: #62becb;
}

.sidebar .menubtn {
  display: none;
}

.sidebar h1 {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: normal;
}

.sidebar .sp ul {
  margin: 20px;
  padding: 0;
}

.sidebar .sp li {
  border-top: 1px solid #7fced9;
}

.sidebar .sp li:first-child {
  border: none;
}

.sidebar .sp li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #FFF;
  font-size: 1.6rem;
}

.sidebar .login {
  padding: 20px;
  background: #189cac;
}

.sidebar .login .btn--area {
  margin: 0 0 20px 0 !important;
}

.sidebar .login .btn--area a {
  color: #333;
}

.sidebar .login li {
  margin-top: 10px;
}

.sidebar .login li a {
  color: #fff;
}

.sidebar .login li a:before {
  content: "\BB";
  display: inline-block;
  margin-right: 5px;
}

/*------------------
 main
------------------*/
.main_visual {
  padding: 0;
  background: url("../images/top_header_bg.jpg") center center;
  background-size: cover;
  text-align: center;
}

.main_visual .text {
  position: absolute;
  max-width: 59.1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wrap {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.top section {
  margin: 5.17% 0;
  font-size: 1.6rem;
}

.top .btn {
  display: block;
  max-width: 460px;
  font-size: 2rem;
  margin: 4% auto 0;
  background: #25c491;
  color: #FFF;
  -webkit-box-shadow: 0 3px 0 0 #178d67;
          box-shadow: 0 3px 0 0 #178d67;
}

.top .btn:hover {
  opacity: 1;
}

.about .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto 4%;
}

.about .point li {
  margin: 0 1%;
}

.about em {
  font-size: 1.8rem;
}

.about p {
  margin: 3% 0;
}

.subtitle {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 3%;
  font-size: 2.4rem;
}

.subtitle:before {
  position: absolute;
  left: 0;
  content: "-";
  display: inline-block;
  color: #62becb;
}

.subtitle__border {
  margin: 0 0 20px 0;
  padding: 10px 2%;
  border-left: 15px solid #A5ABBC;
  color: #A5ABBC;
  font-weight: normal;
}

.paragraph__title {
  margin-top: 5%;
  padding: 10px 2%;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: normal;
  background: #62becb;
}

.top .paragraph__title,
.ad .paragraph__title {
  margin-top: 0;
  margin-bottom: 4%;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.cv_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4%;
  padding: 4%;
  border: 6px solid #62becb;
  border-radius: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cv_flow img {
  max-width: 43%;
  margin-right: 2%;
}

.tokutan {
  padding: 4% 0;
  background: url("../images/white_line_bg.png");
  text-align: center;
  font-size: 1.8rem;
}

.tokutan h2 {
  text-align: center;
  font-size: 2.8rem;
}

.tokutan img {
  margin-top: 2%;
}

.user li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user li h3 {
  font-size: 2.6rem;
}

.user li img {
  max-width: 31.25%;
}

.user li div {
  padding-left: 20px;
}

.qa a {
  display: block;
  max-width: 460px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #62becb;
  text-align: center;
  color: #333;
  font-weight: bold;
}

/*------------------
 component
------------------*/
/* btn
------------------*/
.btn {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 10px;
  min-width: 60px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 0 0 #c9b400;
          box-shadow: 0 3px 0 0 #c9b400;
  text-align: center;
  font-weight: bold;
  background: #fff04b;
  cursor: pointer;
}

.btn:hover {
  top: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn__off {
  background: #A5ABBC;
  -webkit-box-shadow: 0 3px 0 0 #424242;
          box-shadow: 0 3px 0 0 #424242;
  color: #FFF;
}

.btn__mini {
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
}

.btn--area {
  margin: 40px 0 60px;
  font-size: 1.8rem;
  text-align: center;
}

.btn--area input {
  padding: 10px;
  line-height: 1.7;
}

.btn--area .btn {
  width: 300px;
  max-width: 90%;
  margin: 10px;
  padding: 10px;
  color: #333;
}

.btn--area .btn__mini {
  width: 140px;
  padding: 10px 20px;
  font-size: 1.6rem;
}

.btn--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type="button"],
input[type="submit"],
input[type="email"],
button {
  border: none;
}

/* table
------------------*/
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

table thead th {
  vertical-align: middle;
}

table.list__form {
  margin-bottom: 30px;
  border-top: none;
}

table.list__form tr {
  border: none;
}

table.list__form th {
  width: 240px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.2;
}

table.list__form td {
  padding: 10px;
}

table.list__form textarea,
table.list__form input[type="email"],
table.list__form input[type="password"],
table.list__form input[type="tel"],
table.list__form input[type="text"],
table.list__form input[type="date"] {
  margin: 0;
  padding: 15px 20px;
  width: 100%;
}

table.list__form .size__m {
  width: 60%;
}

table.list__form .size__s {
  min-width: 70px;
  width: 70px;
}

table.list__form .require:after {
  content: "[必須]";
  display: inline-block;
  margin-left: 10px;
  color: #9f102c;
}

table.confirmation tr:nth-child(odd) {
  background: #f8f8f8;
}

table.confirmation th,
table.confirmation td {
  padding: 20px;
}

.error {
  color: #9f102c;
}

.err_text {
  display: none;
  margin: -10px auto 20px;
  padding: 10px;
  text-align: center;
  background: #a82f2f;
  color: #fff;
}

.er input,
.er select,
.er textarea,
.er .er_wrap {
  border: 2px solid #a82f2f !important;
}

#ContactConfirm {
  display: none;
}

#ContactConfirm #ContactTable {
  margin-bottom: 30px;
}

#ContactConfirm td {
  margin-bottom: 10px;
  min-height: 40px;
  padding: 10px 0;
}

/* list
------------------*/
.list {
  counter-reset: num;
}

.list li {
  margin-top: 20px;
  padding: 2.5% 3.75%;
  background: #f6f0e3;
}

.list li:first-child {
  margin-top: 0;
}

.list li .list_title, .list li div {
  display: table-cell;
}

.list li .list_title {
  padding-right: 20px;
  font-size: 1.4rem;
}

.list li .list_title:before {
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  margin-right: 5px;
}

.list__text li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.list__text li:before {
  position: absolute;
  content: "・";
  left: 0;
}

.list__num {
  counter-reset: num;
}

.list__num li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.list__num li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  left: 0;
}

.agreement {
  counter-reset: num;
}

.agreement h3:before {
  counter-increment: num;
  content: "第" counter(num) "条：";
  display: inline-block;
  margin-right: 5px;
}

/* dl
------------------*/
dl {
  margin: 0;
  padding: 0;
  counter-reset: num;
  line-height: 0;
  font-size: 0;
}

dl dt, dl dd {
  font-size: 1.4rem;
  line-height: 1.7;
}

dl dt {
  margin: 0;
  padding: 3% 0 2% 0;
  font-weight: bold;
}

dl dt:first-child {
  padding-top: 0;
}

dl dt:before {
  display: inline-block;
  margin-right: 1%;
}

dl dd {
  margin: 0;
  padding: 0 0 3% 0;
  border-bottom: 1px solid #eeeeee;
}

dl dd:last-child {
  border: none;
}

.list__qa dt:before {
  counter-increment: num;
  content: "Q" counter(num) ".";
}

.agreement dt:before {
  counter-increment: num;
  content: "第" counter(num) "条：";
  color: #62becb;
}

.list__desc dt {
  padding: 0;
  font-weight: 700;
}

.list__desc dd {
  margin-bottom: 0;
  border: none !important;
}

/* input
------------------*/
label {
  display: inline-block;
  margin-right: 20px;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="date"] {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #C4C4C4;
}

input[type="radio"] {
  margin: 10px 5px 10px 0;
}

.box_select {
  margin: 30px auto 0;
}

textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #C4C4C4;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-right: 20px;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.select {
  min-width: 100px;
  margin-right: 5px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 6px;
  border: 1px solid #C4C4C4;
  background-color: white;
  vertical-align: middle;
}

.select > select {
  width: 130%;
  padding: 20px 60px 20px 20px;
}

.select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 10px solid #189cac;
  display: block;
  content: "";
  pointer-events: none;
}

table .select {
  border-radius: 0;
}

table .select select {
  padding: 15px;
}

/*------------------
 ad
------------------*/
.ad header {
  background: url("../images/header_ad_bg.png") center center;
  background-size: cover;
  border-bottom: 5px solid #90e4f0;
}

.list__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.list__point li {
  width: 32%;
  margin-bottom: 2%;
  padding: 2%;
  border-radius: 10px;
  border: 3px solid #62becb;
}

.list__point li img {
  display: block;
  margin: 0 auto;
}

.list__point li h3 {
  margin: 5% 0;
  font-size: 2.2rem;
  text-align: center;
}

.list__point li p {
  margin: 0 !important;
}

.ad__flow .list {
  margin: 0 auto;
  max-width: 800px;
  counter-reset: num;
}

.ad__flow .list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  counter-increment: num;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ad__flow .list li .icon {
  width: 20%;
  margin-right: 20px;
}

.ad__flow .list li:before {
  position: absolute;
  top: -30px;
  left: 50%;
  content: "";
  display: block;
  border: 20px solid transparent;
  border-top: 20px solid #62becb;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ad__flow .list li:first-child:before {
  display: none;
}

.ad__flow .list li h3 {
  font-size: 2rem;
}

.ad__flow .list li h3:before {
  display: inline-block;
  content: "STEP" counter(num) ".";
}

/*------------------
 news
------------------*/
.iframe_wrap {
  width: 100%;
  height: 400px;
  border: 1px solid #eeeeee;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe_wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.news {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.news ul li {
  margin-bottom: 30px;
  padding: 0 5%;
}

.news ul li .date {
  padding: 10px 5%;
  background: #F9F9F9;
}

/*------------------
 template
------------------*/
.breadcrumb {
  background: #363636;
}

.breadcrumb ul {
  padding: 20px 0;
}

.breadcrumb ul li {
  display: inline-block;
  color: #FFF;
}

.breadcrumb ul li a {
  text-decoration: none;
  color: #FFF;
}

.breadcrumb ul li:before {
  content: "＞";
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb ul li:first-child:before {
  display: none;
}

.title__page {
  font-size: 2.4rem;
  vertical-align: middle;
  background: url(../images/front_page_titlebg.png) center center;
  background-size: cover;
}

.title__page .wrap {
  padding: 60px 0;
}

.title__page h1 {
  margin: 0;
}

.page section {
  padding: 5.17% 0;
  border-top: 1px solid #eeeeee;
}

.page section .content {
  margin-left: 20%;
}

.content__center {
  margin: 0 10%;
}

.system__about .list_title {
  width: 160px;
}

.system__payment .list_title {
  width: 200px;
}

.system__payment .list_title span {
  display: inline-block;
}

.system__payment .list_title:before {
  display: block !important;
  content: "例" counter(num) "：" !important;
}

.sitemap h3 {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  font-weight: normal;
}

.sitemap h3:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

.sitemap li {
  margin: 0 0 0 20px;
}

.sitemap li ul {
  margin-bottom: 30px;
}

.sitemap li ul li:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

.search__notfound {
  font-size: 2.4rem;
  padding: 8% 0;
}

/*------------------
 footer
------------------*/
.sp_login {
  display: none;
}

footer {
  margin-top: 200px;
  padding: 60px 2%;
  color: #FFF;
  text-align: center;
  border-top: 20px #62becb solid;
  background: #363636;
}

footer a {
  color: #FFF;
  text-decoration: none;
}

footer ul {
  margin-bottom: 20px;
}

footer li {
  display: inline-block;
}

footer li:before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

footer li:first-child:before {
  display: none;
}

footer .copy {
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 60%;
  }
  .scroll--box::-webkit-scrollbar {
    height: 5px;
  }
  .scroll--box::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll--box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .page section .content {
    margin-left: 0;
  }
  .content__center {
    margin: 0 !important;
  }
  .title__page {
    font-size: 1.8rem;
  }
  .title__page .wrap {
    padding: 6% 0;
  }
  .title__page h1 {
    margin: 0;
  }
  table.list__form th {
    width: 180px;
  }
}

@media screen and (max-width: 800px) {
  body {
    padding-left: 0;
  }
  .main {
    padding-top: 50px;
    overflow: hidden;
  }
  .main_visual .btn {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .slider {
    margin-top: -20px;
  }
  .sidebar__head.sp {
    display: block;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .sidebar {
    left: -240px;
    width: 240px;
    height: 100%;
  }
  .sidebar .sidebar__head {
    display: none;
  }
  .sidebar .sp {
    position: relative;
    z-index: 999;
    background: #62becb;
  }
  .sidebar .sp ul {
    margin-top: 0;
  }
  .sidebar .sp_login {
    margin-bottom: 40px;
  }
  .sidebar .sp_login a {
    display: block;
    color: #FFF;
    padding: 15px 20px;
    margin: 0 20px;
    border: 1px solid #FFF;
    text-align: center;
  }
  .sidebar__head.sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    padding: 10px;
  }
  .sidebar__head.sp .menubtn {
    display: block;
  }
  .sidebar__head.sp .logo,
  .sidebar__head.sp h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  .sidebar__head.sp .logo span,
  .sidebar__head.sp h1 span {
    display: block;
  }
  .sidebar__head.sp .logo img {
    height: 30px;
  }
  .layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .menubtn,
  .menubtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menubtn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 2%;
  }
  .menubtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menubtn span:nth-of-type(1) {
    top: 0;
  }
  .menubtn span:nth-of-type(2) {
    top: 13px;
  }
  .menubtn span:nth-of-type(3) {
    bottom: 0;
  }
  .menubtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }
  .about .wrap div {
    text-align: left;
  }
  .about br {
    display: none;
  }
  .iframe_wrap {
    height: 200px;
  }
  table.list__form th, table.list__form td {
    display: block;
    width: 100%;
    max-width: 100%;
    border: none !important;
  }
  table.list__form th {
    padding: 10px 0;
  }
  table.list__form td {
    padding: 0 0 10px 0;
  }
  table.list__form .size__m {
    width: 100%;
  }
  table.confirmation th, table.confirmation td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ad .paragraph__title {
    font-size: 1.8rem;
  }
  .list__point li h3 {
    font-size: 1.6rem;
  }
  .ad__flow .list li h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .sp_login {
    display: block;
  }
  .pc_menu {
    display: none;
  }
  footer {
    padding: 40px 2%;
    margin-top: 60px;
  }
  footer .btn {
    color: #333;
  }
}

@media screen and (max-width: 640px) {
  .top section {
    font-size: 1.4rem;
  }
  .top section a, .top section .btn {
    max-width: 80%;
    line-height: 1.2;
  }
  .top .paragraph__title {
    font-size: 1.8rem;
  }
  .top a,
  .cv_flow {
    margin-top: 8%;
  }
  .list li {
    padding: 2%;
  }
  .list li .list_title, .list li div {
    display: block;
    width: 100%;
  }
  .list li .list_title {
    margin-bottom: 10px;
    padding: 10px;
    background: #e6ddc8;
  }
  .list li .list_title:before {
    counter-increment: num;
    content: counter(num) ".";
    display: inline-block;
    margin-right: 5px;
  }
  .list__point li {
    width: 49%;
  }
  .user li {
    display: block;
  }
  .user li h3 {
    font-size: 2rem;
  }
  .user li img {
    display: block;
    max-width: 50%;
    margin: 20px auto;
  }
  .user li div {
    padding-left: 0;
  }
  .cv_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border: 3px solid #62becb;
  }
  .cv_flow img {
    max-width: 100%;
    margin-right: 0;
  }
  .tokutan {
    text-align: left;
  }
  .tokutan br {
    display: none;
  }
  footer .sp_login {
    margin: 0 auto 30px;
  }
  footer .sp_login div {
    display: table;
    margin: 0 auto;
  }
  footer .sp_login span {
    display: table-cell;
    min-width: 100px;
    padding: 5px 0;
    text-align: left;
  }
  footer .sp_login ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  footer .sp_login ul li {
    width: 50%;
    padding: 5px;
    font-size: 1.2rem;
  }
  footer .sp_login ul li:before {
    display: none;
  }
  footer .sp_login .btn--area {
    margin: 0 auto 20px;
  }
  footer .sp_login .btn--area .btn {
    margin: 0 auto;
    color: #333;
  }
}

@media screen and (max-width: 425px) {
  .main_visual .main_visual_bg {
    max-width: 140%;
    margin-left: -20%;
  }
  .main_visual .text {
    max-width: 80%;
  }
  .main_visual .btn {
    font-size: 1.4rem;
  }
  .linkbox {
    display: block;
  }
  .linkbox li {
    padding: 4%;
    width: 100%;
  }
  .linkbox li h3 {
    margin-bottom: 10px;
  }
  label {
    display: block;
  }
  dd {
    margin: 0;
    padding: 0;
  }
}

.center {
  text-align: center;
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=front.css.map */