@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
  content: '';
  content: none; }

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

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 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; }

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

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Prevent the 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.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

/**
 * 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 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  position: relative;
  background-color: #fff;
  line-height: 1.5;
  color: #454545;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  /*　画面サイズが768pxからはここを読み込む　*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    font-size: 1.4rem; } }

p {
  line-height: 2.5rem;
  letter-spacing: 0.4px;
  font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  /*　画面サイズが768pxからはここを読み込む　*/
  p {
    font-size: 1.4rem; } }

a {
  color: #454545;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -webkit-opacity: 0.8;
  /* Opera */
  -O-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
  /*IE*/
  cursor: pointer; }

input,
select,
button,
textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select,
button {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

hr {
  margin: 0;
  border: none;
  background-color: #cccccc;
  height: 1px; }

.Footer_top {
    padding: 60px 20px;
    max-width: 1210px;
    margin:0 auto;
}

.Footer_bottom {
  background-color: #000;
  padding: 12px 0 22px;
}

@media screen and (max-width: 1024px) {
  .Footer_top {
    width: 100%;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 560px) {
  .Footer_top {
    width: 100%;
    padding: 40px 10px 20px 0;
  }
  .Footer_bottom {
    padding: 0;
  }
}

footer .Footer_top .flex-box {
      width: 100%;
}

footer .Footer_top .flex-box .flex-box__item {
      width: 50%;
}

@media screen and (max-width: 1024px) {
    footer .Footer_top .flex-box .flex-box__item .-right {
      width: 30%;
      text-align: right;
    }
    footer .Footer_top .flex-box .flex-box__item .-left {
      width: 70%;
    }
}

@media screen and (max-width: 560px) {
    footer .Footer_top .flex-box .flex-box__item {
        width: 100%;
        padding-bottom: 20px;
    }
}

.Footer_bottom--block {
    display: block;
    max-width: 1210px;
    margin:0 auto;
}

@media screen and (max-width: 560px) {
  .Footer_bottom--block {
    padding-right: 0;
    padding-left: 0;
  }
}

.Footer_bottom--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .Footer_bottom--list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .Footer_bottom--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #fff;
  }
}

.Footer_bottom--list_item {
  margin-top: 10px;
  margin-right: 30px;
}

@media screen and (max-width: 560px) {
  .Footer_bottom--list_item {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
  }
}

.Footer_bottom--list_item .item--link {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 560px) {
  .Footer_bottom--list_item .item--link {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
  }
  .Footer_bottom--list li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}

.Footer_bottom--list_item .item--link:hover {
  opacity: .6;
  -webkit-transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Footer_bottom--p {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-top: 20px; 
  text-align: center;
  line-height: 1.2;
    width: 50%;
}

.Footer_bobun-number {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center; 
    width: 50%;
}

@media screen and (max-width: 960px) {
  .Footer_bottom--p {
     font-size: 1.1rem;
  }
  .Footer_bobun-number {
     font-size: 1.1rem;
  }
}

@media screen and (max-width: 560px) {
  .Footer_bottom--p {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .Footer_bobun-number {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}



/*main-visual*/
.main-visual {
    background: #1D50A2 url(../img/main-visual/bk.png);
    height: 600px;
}
  .main-visual .main-area {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;}
    .main-visual .main-area .mobile {
      width: 500px;
      position: absolute;
      right: 20px;
      top: 50px;
      margin: auto;
     }
    .main-visual .main-area .eLogo {
      width: 350px;
      position: absolute;
      left: 70px;
      top: 300px;
     }
    .main-visual .main-area .main-left {
      position: absolute;
      left: 20px;
      top: 30px;
      text-align: center;
      }
    .main-visual .main-area .main-left .left--h1 {
      color: #fff;
      font-size: 1.6em;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.3em;
      padding-bottom: 10px;
      margin-left: 5px;
      }
    .main-visual .main-area .main-left .left_center {
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff;
      padding-top: 3px;
      padding-bottom: 10px;
      margin-top: -15px;
      }
    .main-visual .main-area .main-left .left_center--text {
      color: #fff;
      font-size: 5em;
      font-weight: 700;
      letter-spacing: 0.4em;
      line-height: 1.2em;
      margin-left: 30px;
      }
    .left_center--orange_span {
      color: #F3981C;
    }

@media screen and (max-width: 1000px) {
  .main-visual {
    background-size: 200px;
    height: 450px; }
    .main-visual .main-area {
      width: 700px;}
    .main-visual .main-area .mobile {
      width: 50%;
      right: 0;
      top: 50px; }
   .main-visual .main-area .eLogo {
      width: 40%;
      left: 40px;
      top: 240px; }
    .main-visual .main-area .main-left {
      left: 20px;
      top: 30px;
      }
    .main-visual .main-area .main-left .left--h1 {
      font-size: 1.3em;
      }
    .main-visual .main-area .main-left .left_center {
      margin-top: -10px;
      }
    .main-visual .main-area .main-left .left_center--text {
      font-size: 3.5em;
      margin-left: 20px;
      }
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: 600px; }
    .main-visual .main-area {
      width: 100%;}
    .main-visual .main-area .mobile {
      width: 90%;
      max-width: 400px;
      left: 5%;
      right: 5%;
      top: 60vh;
      margin: 0 auto; }
   .main-visual .main-area .eLogo {
      width: 90%;
      max-width: 250px;
      left: 5%;
      right: 5%;
      top: 35vh;
      margin: 0 auto;
    }
    .main-visual .main-area .main-left {
      top: 20px;
      left: 5%;
      right: 5%;
      margin: 0 auto;
      }
    .main-visual .main-area .main-left .left--h1 {
      font-size: 1.3em;
      }
    .main-visual .main-area .main-left .left_center--text {
      font-size: 3.5em;
      }
}

@media screen and (max-width: 414px) {
  .main-visual {
    height: 600px; }
    .main-visual .main-area {
      width: 100%;}
    .main-visual .main-area .mobile {
      width: 90%;
      left: 5%;
      right: 5%;
      top: 450px; }
   .main-visual .main-area .eLogo {
      width: 70%;
      left: 5%;
      right: 5%;
      top: 250px; }
    .main-visual .main-area .main-left {
      top: 30px;
      left: 5%;
      right: 5%;
      }
}

@media screen and (max-width: 360px) {
    .main-visual .main-area .main-left .left--h1 {
      font-size: 1em; }
    .main-visual .main-area .main-left .left_center--text {
      font-size: 3em;
      margin-left: 0; }
}

.main-bottom {
    background: #1D50A2;
    color: #fff;
    text-align: center;
    border-top: 4px solid #fff;
}

.main-bottom .txt p {
    font-size: 1.6em;
    font-weight: 400;
    padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .main-bottom .txt p {
    font-size: 1.2em;
    padding: 20px 0; }
}


/*cp-banner-area*/
.cp-banner-area {
  text-align: center;
  padding: 10px; }
  .cp-banner-area .img-fluid {
    display: inline-block; }

@media screen and (max-width: 768px) {
  .modaal-video-wrap {
    margin: 0 !important; } }

@media screen and (min-width: 768px) {
  .cp-banner-area {
    padding: 0; } }

@media screen and (min-width: 1024px) {
  .cp-banner-area {
    padding: 0;
    padding-top: 150px; } }


/*service*/
.service .container {
  padding: 0 1.0rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}
.service .container.-bottom {
  padding: 80px 10px; 
}

@media screen and (min-width: 1024px) {
    .service .container {
      width: 1000px; }
    .service .container.-heading {
      width: 700px; }
}

.service .container .-small {
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    .service .container .-small {
      padding: 0 20px;    
    }
    .service .container .-small .c-heading__light{
        font-size: 1.5rem;
    }
    .service .container .-small .c-heading__blue{
        font-size: 1.5rem;        
    }
}

.service h3 {
  font-size: 2.2rem;
  color: #111111;
  padding-bottom: 50px;
  width: 100%; }

.service .img-top {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 560px){
    .service .img-top {
        width: 100%;
    }
}

.Service_content .video.pc{
    display: block;
}
.Service_content .video.sp{
    display: none;
}

@media screen and (max-width: 1024px){
    .Service_content .video.pc{
        display: none;
    }
    .Service_content .video.sp{
        display: block;
    }
}

.Service_content .video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    margin-bottom: 80px;
}

.Service_content .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service .service-bl {
    border: 2px solid #1D50A2;
    border-radius: 6px;
    width: 380px;
    color: #1D50A2;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    font-weight: 500;
    margin: 100px auto 50px auto;
    padding: 15px 0;
}

@media screen and (max-width: 560px){
    .service .service-bl {
        width: 100%;
    }
}

.service .catch .flex-box {
  width: 100%; }
  .service .catch .flex-box .c-heading {
    font-size: 1.4rem;
    color: #111111;
    letter-spacing: normal;
    padding: 30px 0 50px 0; }
    @media screen and (min-width: 768px) {
      .service .catch .flex-box .c-heading {
        font-size: 2.0rem; } }
    .service .catch .flex-box .c-heading span {
      color: #E04172;
      position: relative; }

.service .flow .step1,
.service .flow .step2,
.service .flow .step3,
.service .flow .step4 {
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .service .flow .step1,
    .service .flow .step2,
    .service .flow .step3,
    .service .flow .step4 {
      width: 800px;
      margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .service {
    /*　画面サイズが768pxからはここを読み込む　*/
    padding-top: 50px;
    padding-bottom: 80px; }
    .service h3 {
      font-size: 3rem;
      color: #111111;
      padding-bottom: 50px; }
    .service .flex-box {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto; }
      .service .flex-box .flex-box__item {
        width: 30%; }
      .service .flex-box .flex-box__item div {
        padding-bottom: 30px; }
      .service .flex-box .flex-box__item .-s {
        font-size: 2.2rem;
        letter-spacing: 0;
        line-height: normal;}
    .service .catch .c-heading {
      font-size: 2.0rem;
      color: #111111;
      letter-spacing: normal;
      padding: 30px 0 50px 0; }
      .service .catch .c-heading span {
        color: #E04172;
        font-size: 2.1rem;
        top: 1px;
        position: relative; }
    .service .catch .flex-box {
      width: 370px;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .service .catch .flex-box .flex-box__item {
        width: 50%;
        font-size: 2.0rem; }
    .service .flow .c-heading {
      font-size: 2.0rem;
      color: #111111;
      letter-spacing: normal; }
      .service .flow .c-heading span {
        font-size: 2.1rem;
        top: 1px;
        position: relative; }
    .service hr {
      margin-bottom: 50px; } 
}

@media screen and (max-width: 767px) {
  .service {
        padding: 50px 10px; } 
    .service .flex-box {
      width: 100%;
      margin: 0 auto; }
    .service .flex-box .flex-box__item div{
      padding-bottom: 20px;}
    .service .flex-box .flex-box__item div.sp{
      padding-top: 20px;}
}


/*button*/
.button {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 100px;
}

@media screen and (min-width: 768px) {
    .-appBg {
      background-image: url(../img/common/PointTwo-man.png);
      background-repeat: no-repeat;
      background-position: 86% 120%;
      background-size: 12% auto;
    }
}

@media screen and (max-width: 767px) {
  .button {
    padding: 100px 10px; }
}

.button .app-bl {
    width: 500px;
    padding: 20px 0;
    text-align: center;
    font-size: 2rem;
    color: #1D50A2;
    border-top: 1px #1D50A2 dotted;
    border-bottom: 1px #1D50A2 dotted;
    margin: 0 auto;
}

.button .app-txt {
    padding: 30px 0;
    text-align: center;
    font-size: 1.4rem;
    color: #454545;
}

@media screen and (max-width: 767px) {
  .button .app-bl {
    width: 100%;
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .button .app-txt {
    padding: 20px 0;
    font-size: 1.2rem;
  }
}


/*topics*/
.topics .container {
  padding: 0 1.5rem; }

.topics h3 {
  font-size: 2.2rem;
  color: #111111;
  padding-bottom: 50px;
  width: 100%;
  line-height: 1.3em; }

.topics h4 {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 700; }

.topics .label {
  font-size: 1.4rem;
  background-color: #87ce2b;
  color: #fff;
  padding: 4px 9px;
  margin-right: 10px; }

.topics .fc-red {
  font-size: 2.2rem; }

.topics .flex-box .flex-box__item {
  width: 100%; }

@media screen and (min-width: 768px) {
  .topics {
    /*　画面サイズが768pxからはここを読み込む　*/ }
    .topics p {
      font-size: 1.6rem;
      font-weight: 600; }
    .topics h3 {
      font-size: 3.0rem;
      padding-bottom: 50px; }
    .topics h4 {
      font-size: 2.0rem; }
    .topics .label {
      font-size: 1.6rem; }
    .topics .fc-red {
      font-size: 2.4rem; }
    .topics .reason1 .flex-box {
      width: 730px;
      margin: 0 auto; }
      .topics .reason1 .flex-box .flex-box__item {
        width: 50%; }
        .topics .reason1 .flex-box .flex-box__item img {
          padding-right: 40px; }
    .topics .reason2 {
      background-color: #fff;
      padding: 30px 0; }
      .topics .reason2 .reson2-title {
        width: 240px;
        margin: 0 auto 30px auto; }
      .topics .reason2 .reason-column2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .topics .reason2 .reason-column2 .reson2-graph {
          width: 40%; }
        .topics .reason2 .reason-column2 .reson2-text {
          width: 40%; }
    .topics .flex-box .flex-box__item {
      width: 75%; }
    .topics .c-heading .fc-red {
      font-size: 3.0rem; } }

/*point*/
.point .container {
  padding: 0 1.5rem; }

.point h3 {
  font-size: 1.8rem;
  color: #111111;
  width: 100%;
  letter-spacing: 0; }

.point hr {
  margin: 55px 0; }

.point .flex-box .flex-box__item {
  width: 100%; }
  .point .flex-box .flex-box__item h4 {
    font-size: 1.8rem;
    color: #111111;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
    letter-spacing: 0;
    text-align: center; }
    .point .flex-box .flex-box__item h4 .label {
      margin-right: 5px; }
  .point .flex-box .flex-box__item p {
    font-size: 1.4rem;
    text-align: center; }
  .point .flex-box .flex-box__item img {
    width: 70%;
    margin: 60px auto 0 auto; }

@media screen and (min-width: 768px) {
  .point h3 {
    font-size: 3.0rem;
    color: #111111;
    padding-bottom: 50px;
    width: 100%; }
  .point .flex-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .point .flex-box .flex-box__item:first-child {
      width: 60%; }
    .point .flex-box .flex-box__item:last-child {
      width: 40%; }
    .point .flex-box .flex-box__item h4 {
      font-size: 2.0rem;
      color: #111111;
      padding-bottom: 20px;
      margin: 0;
      width: 90%;
      text-align: left; }
      .point .flex-box .flex-box__item h4 .label {
        font-size: 2.0rem;
        padding: 4px 14px;
        position: relative;
        top: 2px;
        margin-right: 10px; }
    .point .flex-box .flex-box__item p {
      font-size: 1.6rem;
      text-align: left; }
    .point .flex-box .flex-box__item img {
      width: 327px;
      margin: 0 auto 0 auto; }
  .point .flex-box.point2 .flex-box__item:first-child {
    width: 60%; }
  .point .flex-box.point2 .flex-box__item:last-child {
    width: 40%; } }

/*advantages*/
.advantages .container {
  padding: 15px; }
  @media screen and (min-width: 1226px) {
    .advantages .container {
      width: 1226px; } }

.advantages h3 {
  font-size: 2.2rem;
  color: #111111;
  padding-bottom: 50px;
  width: 100%; }

.advantages p {
  line-height: 1.8; }
  .advantages p small {
    display: block;
    margin-top: 14px; }

@media screen and (min-width: 1024px) {
  .advantages h3 {
    font-size: 3.0rem; }
  .advantages h4 {
    font-size: 2.0rem;
    color: #111111;
    padding-bottom: 20px;
    margin: 0;
    text-align: left; }
    .advantages h4 label {
      font-size: 2.0rem; }
  .advantages p {
    font-size: 1.6rem; }
    .advantages p small {
      margin-top: 20px; }
  .advantages hr {
    margin: 50px 0; } }

/*youtube*/
.youtube {
  position: relative;
  /*background: url(../img/youtube/movie-img-bg.png) no-repeat center;
  background-size: cover;*/
    background: #f6f6f6;
    height: auto;
    padding-top: 0!important;
}
  .youtube .container {
    padding: 46px 0; }
  .youtube .movie-text {
    margin: 0 auto;
    width: 50%; }
.youtube .btn {
    margin: 60px 0 20px 0;
}
  

@media screen and (max-width: 414px) {
  .youtube .movie-text {
    margin: 0 auto;
    width: 80%; } }

/*faq*/
.faq .c-heading {
  padding-bottom: 50px; }


/*contact*/
.contact .c-heading {
    padding-bottom: 0;
    line-height: 1em;
}
.contact .c-heading span {
    margin: 20px 0;
}
.contact p.note {
    color: #ef596b;
    text-align: center;
    margin-bottom: 50px;
}

.contact .required{color: #ef596b;}

.contact table {
    width:100%;
    border: solid #1D50A2;
    border-width: 1px 0 0 1px;
}
.contact table th,
.contact table td {
    padding: 10px 15px;
    font-size: 1.6rem;
    border: solid #1D50A2;
    border-width: 0 1px 1px 0;
}
.contact table td p {
    font-size: 90%;
}
.contact table td p strong { color: red;}
.contact table th {
    width:30%;
    vertical-align: middle;
    background: #1D50A2;
    color: #fff;
}

.contact table td {
  width:70%;
}

.contact ul{
    width: 80%;
    margin: 0 auto;
}
.contact ul li{
    display: flex;
    border-bottom: 1px dotted #ccc;
    font-size: 1.4rem;
    padding: 20px 2% 20px 0;
    box-sizing: border-box;
}
.contact ul li.cap{
    display: block;
    border-bottom: none;
    padding: 0;
    text-align: right;
}
.contact ul li strong{
    display: inline-block;
    width: 28%;
    margin-right: 2%;
    text-align: right;
}
.contact ul li span{
    display: inline-block;
    width: 68%;
}
.contact ul li span{}

.contact ul li span .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:#fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact ul li span textarea.form-control {
    height: auto;
}




@media screen and (max-width: 767px) {
    .contact table {
        width:96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 414px) {
    .contact .c-heading {
        padding-bottom: 0;
        line-height: 1.5em;
    }
    .contact .c-heading span {
        text-align: left;
        display: block;
        width: 96%;
        margin: 20px auto;
    }
    .contact p.note {
        width: 96%;
        margin: 0 auto 50px auto;
        text-align: left;
    }
    .contact ul{
        width: 98%;
        margin: 0 auto;
    }
    .contact ul li{
        display: block;
    }
    .contact ul li strong,.contact ul li span{
        display: block;
        width: 90%;
        text-align: left;
        margin: 0 auto;
    }
    .contact table {
        width:98%;
        border-width: 0 1px 1px 1px;
    }
    .contact table th,
    .contact table td {
        display: block;
        width: 100%;
        border:none;
    }
}


.Contact_content {
  position: relative;
  z-index: 1;
}

.Contact_content::before {
  content: '';
  display: block;
  bottom: 0;
  left: -220px;
}

.Contact_content::after {
  content: '';
  display: block;
  top: 0;
  left: 280px;
  z-index: -1;
}

.Contact_news {
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 30px;
	color: #d92b2b;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d92b2b;
	border-radius: 10px;
	}
@media screen and (max-width: 767px) {
.Contact_news {
	padding: 6vw;
	}
}

.Contact_news h2 {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1.1em;
	}
@media screen and (max-width: 767px) {
.Contact_news h2 {
	font-size: 1em;
	line-height: 1.25em;
	}
}

.Contact_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 112px 100px;
}

@media screen and (max-width: 767px) {
  .Contact_block {
    padding: 0 28px 80px;
  }
}

.Contact--h1 {
  text-align: center;
  font-weight: 700;
}
.Contact--h1.red {
  color: #d92b2b;
}

@media screen and (max-width: 767px) {
  .Contact--h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.newyear_txt {
    border: solid 1px #d92b2b;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 50px;
}

.Contact--lead {
  margin-top: 30px;
}

.Contact--lead.holiday {
	text-align: center;
	}

@media screen and (max-width: 767px) {
  .Contact--lead {
      margin-top: 4vw;
    }
}

@media screen and (min-width: 1025px) {
  .Contact--lead {
      text-align: center;
    }
}

.Contact--lead .red, .Customer_block--text .red {
  color: #d92b2b;
  display: block;
  font-weight: 500;
  margin-top: 10px;
}

.Contact--form {
  margin-top: 60px;
}

section.Customer {
    background: #A3BEE5;
    padding: 50px;
}

.Customer_container {
    background: #fff;
    border-radius: 1em;
}

.Customer_content {
    margin-top: 100px;
    margin-bottom: 160px;
    overflow: hidden;
    z-index: 0;
    padding: 80px 112px 100px;
}

.Customer_block--h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.Customer_block--h1.red {
  color: #d92b2b;    
}

@media screen and (max-width: 767px) {
  .Customer_block--h1 {
    font-size: 18px;
    line-height: 1.5;
  }
  .Customer_block--h1 .sub {
    font-size: 14px;
  }
}

.Customer_block--text{
    max-width: 800px;
    margin: 40px auto;
}

@media screen and (min-width: 1025px) {
  .Customer_block--text{
      text-align: center;
    }
}

.Customer_block--trigger {
  cursor: pointer;
  position: relative;
}

.Customer_block--trigger::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 25%;
  right: 18px;
  z-index: 10;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.Customer_block--trigger.open::before {
  content: '';
  display: block;
  transform: rotate(225deg);
}

.Customer_block--toggle {
  border-bottom: 2px solid #000;
  height: 0;
  overflow: hidden;
  padding-bottom: 12px;
}

.Customer_block--toggle.open {
  border-bottom: none;
  height: auto;
  overflow: hidden;
}


/*giftcard*/
.giftcard {
  padding-bottom: 30px;
  padding: 40px 15px; }
  .giftcard img {
    margin-bottom: 46px; }
  .giftcard .row .flex-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .giftcard .row .flex-box .flex-box__item {
      font-size: 2.4rem;
      font-weight: 700;
      padding: 0 15px; }
      .giftcard .row .flex-box .flex-box__item span {
        color: #FFEC57; }
      .giftcard .row .flex-box .flex-box__item button {
        font-size: 1.8rem;
        width: 100%;
        height: 100px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e27294+0,e04172+100 */
        background: #00479d;
        /* Old browsers */
        background: -moz-linear-gradient(top, #00aeeb 0%, #00479d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #00aeeb 0%, #00479d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#00aeeb), to(#00479d));
        background: -o-linear-gradient(top, #00aeeb 0%, #00479d 100%);
        background: linear-gradient(to bottom, #00aeeb 0%, #00479d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeeb', endColorstr='#00479d', GradientType=0);
        /* IE6-9 */
        border-radius: 5px;
        border: 1px solid #fff;

}
  .giftcard p {
    font-size: 16px;
    margin: 20px 0; }

@media screen and (max-width: 414px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
  .giftcard .row .flex-box .flex-box__item {
    width: 100%;
    font-size: 2.0rem;
    padding: 0;
    margin-top: 20px; }
    .giftcard .row .flex-box .flex-box__item button {
      height: auto;
      padding: 22px 0;
      font-size: 1.5rem; }
  .giftcard p {
    font-size: 12px;
    padding: 0 15px;
    margin-top: 20px; } }

@media screen and (min-width: 1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
  .giftcard {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px; }
    .giftcard .row .flex-box {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .giftcard .row .flex-box .flex-box__item {
        font-size: 3.4rem;
        font-weight: 700;
        padding: 0 15px; }
        .giftcard .row .flex-box .flex-box__item button {
          font-size: 2.6rem;
          width: 100%;
          height: 100px;
          color: #E04172;
          border-radius: 5px; }
    .giftcard p {
      margin: 20px 0; } }

.campaign {
  padding-bottom: 0; }
  .campaign .section {
    border-bottom: 1px solid #cccccc;
    padding: 30px 15px;
    font-family: "Oswald", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif; }
  .campaign .section:last-child {
    border-bottom: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .campaign {
      /*　画面サイズが768pxからはここを読み込む　*/ }
      .campaign .section {
        padding: 40px 15px;
        width: 100%;
        margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    .campaign {
      /*　画面サイズが1024pxからはここを読み込む　*/ }
      .campaign .section {
        padding: 40px 0; } }

/*floating-button*/
@media screen and (min-width: 1024px) {
  /*.floating-button {
    position: fixed;
    width: 260px;
    bottom: 30px;
    right: 30px;
    z-index: 9999; }*/
    .floating-button a {
        display: block;
        position: fixed;
        width: 260px;
        right: 30px;
        z-index: 9999;
    }
    .floating-button a.f01 { bottom: 110px;}
    .floating-button a.f02 { bottom: 30px;}
}
@media screen and (max-width: 767px) {
    .floating-button  { display: none;}
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  word-break: keep-all;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: initial; }
  .table thead {
    vertical-align: middle;
    border-color: inherit;
    font-size: 1.6rem;
    background-color: #006bb9;
    color: #fff;
    text-align: center;
    padding: 10px 0; }
    .table thead tr th {
      width: 166px;
      font-weight: 700;
      padding: 10px 50px;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .table thead tr th:first-child {
        border-radius: 20px 0 0 0;
        border-left: 1px solid #ccc; }
      .table thead tr th:last-child {
        border-radius: 0 20px 0 0;
        border-right: 1px solid #ccc; }
  .table tbody {
    vertical-align: middle;
    border-color: inherit;
    text-align: center;
    table-layout: fixed;
    background-color: #ffffff; }
    .table tbody tr {
      vertical-align: inherit;
      border-color: inherit; }
      .table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 20px;
        border-left: 1px solid #ccc; }
      .table tbody tr:last-child td:last-child {
        border-radius: 0 0 20px 0;
        border-right: 1px solid #ccc; }
    .table tbody td {
      font-size: 1.4rem;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      text-align: center;
      vertical-align: middle;
      padding: 15px 30px; }
      .table tbody td:first-child {
        border-left: 1px solid #ccc;
        vertical-align: middle;
        border-left: 1px solid #ccc; }
  .table small {
    font-size: 1.2rem;
    font-weight: 500; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

@media screen and (min-width: 768px) {
  /*　画面サイズが768pxからはここを読み込む　*/
  .table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
    border-left: 1px solid #ccc; }
  .table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
    border-right: 1px solid #ccc; }
  .table tbody tr td {
    padding: 30px;
    border-right: 1px solid #ccc; }
    .table tbody tr td:first-child {
      border-left: 1px solid #ccc;
      vertical-align: middle; }
    .table tbody tr td:last-child {
      border-right: 1px solid #ccc; }
  small {
    font-size: 1.6rem; } }

.btn {
  display: block;
  text-align: center; }
  .btn a {
    color: #fff;
    font-size: 1.2rem; }
    .btn a button {
      font-family: "Oswald", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
      background-color: #00aeeb;
      padding: 10px 80px;
      font-weight: 700;
      letter-spacing: 0.1rem; }
    .btn a .button-radius {
      border-radius: 25px; }

.btn-s {
  width: 200px;
  height: 40px;
  text-align: center;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 768px) {
  /*　画面サイズが768pxからはここを読み込む　*/
  .btn a {
    font-size: 2.0rem; } }

@media screen and (max-width: 414px) {
  .btn a button {
    padding: 10px 70px;
    font-size: 1.6rem; }
  .btn-s {
    width: 50vw;
    height: 50px;
    line-height: 50px; } }


.c-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 6rem 0;
  display: table;
  margin: 0 auto;
  color: #1D50A2;
  line-height: 2.5em;
  letter-spacing: 0.05em; }
  .c-heading.-top {
    color: #454545;
    font-size: 3em;
    line-height: 2.5em;
    padding: 30px 0;}
  .c-heading.-bottom {
    color: #1D50A2;
    position: relative;}
  .c-heading.-bottom::after {
      content: '';
      display: block;
      background-image: url(../img/common/accident-white.svg);
      background-repeat: no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      top: calc(30% - 20px);
      right: 100px; }
  .c-heading__orang {
    color: #F3981C;}
  .c-heading__blue {
    color: #1D50A2;}
  .c-heading__c-read-top{
    color: #454545;
    display: block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    padding-top: 10px; }
  .c-heading__c-read-text {
    color: #454545;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    padding: 20px 0 50px;}
  .c-heading__c-c-text {
    color: #454545;
    display: block;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.8em;}
  .c-heading__white {
    color: #1D50A2;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 2em;}

@media screen and (max-width: 768px) {
    .c-heading {
      font-size: 3rem;
    }
}

@media screen and (max-width: 414px) {
    .c-heading {
      font-size: 2.5rem;
      line-height: 1.5em;
    }
    .c-heading__c-read-text {
        text-align: left;
        font-size: 1.5rem;
        padding-top: 15px;
    }
    .c-heading.-top {
      font-size: 3rem;
      line-height: 1.5em;
    }
   .c-heading__c-read-top{
      font-size: 2rem;
    }
   .c-heading.-bottom::after {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      top: calc(30% - 30px);
      right: 20px;
    }
}

@media screen and (max-width: 320px) {
    .c-heading {
      font-size: 2.2rem;
    }
   .c-heading.-bottom::after {
      top: calc(30% - 40px);
      right: 0;
    }
}

.c-heading h3 {
  letter-spacing: normal; }

#toggle-menu {
  border-top: #cccccc 1px solid;
  width: 100%; }
  #toggle-menu span {
    display: block; }
  #toggle-menu .c-icon {
    margin-right: 20px; }

#toggle-menu dt {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: #cccccc 1px solid;
  cursor: pointer;
  padding: 20px 20px;
  font-size: 1.0rem;
  position: relative; }
  #toggle-menu dt:after {
    content: "";
    display: block;
    background: url(../img/icon-arrow-vertical.png) no-repeat;
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
    right: 3%;
    top: 50%;
    position: absolute; }
  #toggle-menu dt div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 414px) {
  #toggle-menu dt {
    padding: 20px 40px 20px 20px; } }

#toggle-menu dd {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  padding: 20px 24px;
  font-size: 1.0rem;
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: #cccccc 1px solid; }
  #toggle-menu dd div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

#toggle-menu dt.active {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #toggle-menu dt.active:after {
    content: "";
    display: block;
    background: url(../img/icon-arrow-vertical.png) no-repeat;
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
    right: 3%;
    top: 45%;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #toggle-menu dt.active div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.toggle-menu-text {
  width: auto; }

@media screen and (max-width: 414px) {
  .toggle-menu-text {
    font-weight: 600;
    font-size: 1.2rem; } }

@media screen and (min-width: 768px) {
  /*　画面サイズが768pxからはここを読み込む　*/
  #toggle-menu {
    border-top: #cccccc 1px solid;
    width: 100%; }
    #toggle-menu span {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 600; }
    #toggle-menu .c-icon {
      margin-right: 20px; }
  #toggle-menu dt {
    font-size: 1.6rem;
    padding: 17px 30px; }
  #toggle-menu dd {
    font-size: 1.6rem;
    padding: 18px 30px; } }

.c-icon {
  font-size: 2.0rem;
  font-weight: 700; }

.icon-q {
  color: #87ce2b;
  font-family: 'Oswald', sans-serif; }

.icon-a {
  color: #e04172;
  font-family: 'Oswald', sans-serif; }

@media screen and (min-width: 768px) {
  /*　画面サイズが768pxからはここを読み込む　*/
  .c-icon {
    font-size: 3.0rem; } }

wbr + .nowrap {
  display: inline; }

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap; }

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

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

.bg-blue {
  background-color: #A3BEE5 !important; }

.bg-blue2 {
    background: linear-gradient(#A3BEE5, #fff) !important; }

.bg-red {
  background-color: #E04172 !important; }

.bg-hi-blue {
  background-color: #f4f9fc !important; }

.btn-bg-green {
  background-color: #7ACC56 !important; }

.fc-wh {
  color: #fff !important; }

.fc-red {
  color: #E04172 !important; }

.fw-bold {
  font-weight: bold !important; }

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

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.label {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  background-color: #87ce2b;
  color: #fff;
  padding: 4px 9px;
  margin-right: 10px; }

.reverse-conmtents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.section-gradation {
  background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
  background: -o-linear-gradient(top, #fff 0, #f6f6f6 150px);
  background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
  background: -webkit-linear-gradient(to bottom, #fff 0, #f6f6f6 150px); }

.section--btn {
  background: #fff;
  border: 2px solid #1D50A2;
  border-radius: 6px;
  color: #1D50A2;
  text-align: center;
  display: block;
  font-weight: 500;
  width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  will-change: background-color, color;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}
.section--btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1D50A2;
}
.section--btn::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 560px) {
  .section--btn {
    width: 100%;
  }
}
.section--btn:hover {
  background-color: #A3BEE5;
  opacity: 0.7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}


.application--btn {
  background: #F3981C;
  border: 2px solid #F3981C;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 500;
  width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  will-change: background-color, color;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}
.application--btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.application--btn::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #F3981C;
  border-right: 3px solid #F3981C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 560px) {
  .application--btn {
    width: 100%;
  }
}

.application--btn:hover {
  opacity: 0.7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}




.sp-display {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp-display {
      /*　画面サイズが414pxからはここを読み込む　*/
      display: none; } }

.sp-hide {
  display: none; }
  @media screen and (min-width: 768px) {
    .sp-hide {
      /*　画面サイズが414pxからはここを読み込む　*/
      display: block; } }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-phone:before {
  content: "\f095"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.bf-visibility {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }


.w100_block{
    display: block!important;
    width: 100%!important;
    overflow: hidden!important;
    box-sizing: border-box!important;
}
.w100_block img{
    width: 90%!important;
    display: block!important;
    margin: 100px auto 0 auto!important;
}



img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}



/**
 * 
.KV_buttons
 */
.KV_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .KV_buttons {
    padding: 60px 20px 40px;
  }
}



@media screen and (min-width: 768px) {
    .KV_news1{
    text-align: center;
    padding: 10px 15px;
    width: 30%;center;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    background: #ff4500;
    border-radius: 15px 15px 0 0;
  }
  .KV_news2{
    text-align: center;
    padding: 10px;
    width: 30%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #ff4500;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .KV_news1{
    text-align: center;
    padding: 10px 15px;
    width: 60%;center;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    background: #ff4500;
    border-radius: 15px 15px 0 0;
  }
  .KV_news2{
    text-align: center;
    padding: 10px;
    width: 60%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #ff4500;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
  }
}



.KV_buttons--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin: 0;
  padding: 28px 0;
  background: #222;
  border: 2px solid #222;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  will-change: background-color, border-color;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 960px) {
  .KV_buttons--link {
    padding: 23px 0;
  }
}

@media screen and (max-width: 560px) {
  .KV_buttons--link {
    width: 100%;
    font-size: 14px;
  }
}

.KV_buttons--link:hover {
  opacity: 0.7;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.KV_buttons--link.-left {
  background-color: #fff;
  border-color: #1D50A2;
  color: #1D50A2;
  margin-right: 10px;
  width: 18em;
}
.KV_buttons--link.-left::before {
    content: '';
    display: block;
    background-image: url(../img/common/mypage-blue.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
}

.KV_buttons--link.-right {
  background-color: #1D50A2;
  border: 5px double  #fff;
  border-radius: 10px;
  margin-left: 10px;
  width: 18em;
}

.KV_buttons--link.-right::before {
    content: '';
    display: block;
    background-image: url(../img/common/application-white.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
}

@media screen and (max-width: 560px) {
  .KV_buttons--link.-left {
    width: 50%;
  }
  .KV_buttons--link.-right {
    width: 50%;
  }
  .KV_buttons--link.-left::before {
    display: none;
  }
  .KV_buttons--link.-left::after {
    display: none;
  }
  .KV_buttons--link.-right::before {
    display: none;
  }
  .KV_buttons--link.-right::after {
    display: none;
  }
}

.KV_buttons--link_img {
  width: 30px;
  height: 30px;
}

.KV_buttons--link_span {
  margin-left: 4px;
}

@media screen and (max-width: 560px) {
  .KV_buttons--link_span {
    margin-right: 10px;
  }
}

.KV_info {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	}
@media screen and (max-width: 960px) {
.KV_info {
	padding: 10vw 4.5vw 0;
	}
}

.KV_table--table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #d92b2b;
  border-radius: 10px;
  border: 1px solid #d92b2b;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.KV_table--table th,
.KV_table--table td {
  vertical-align: middle;
}

.KV_table--table th {
  background-color: #d92b2b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 240px;
  height: 50px;
  border-radius: 10px;
}
.KV_table--table td {
  color: #d92b2b;
  border: 1px solid #d92b2b;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 340px;
  height: 50px;
  border-radius:0 10px 10px 0;
}
.KV_table--table td a {
  text-decoration: underline;
}
.KV_table--table td::after {
    content: '';
    display: block;
    background-image: url(../img/common/link-red.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 45px;
}

@media screen and (max-width: 960px) {
  .KV_table--table {
    width: 100%;
  }
  .KV_table--table th {
    width: 30%;
    font-size: 14px;
  }
  .KV_table--table td {
    width: 70%;
    font-size: 14px;
  }
  .KV_table--table td::after {
    right: 15px;
  }
}

.Login_form--login::after {
  content: '';
  display: block;
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}

@media screen and (max-width: 560px) {
  .Login_form--login::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}

.Certificate_content, .Case_content, .Insurance_content, .RD_last_content, .PM_content, .MT_content, .Procedure_content {
  position: relative;
}


/**
 * 
.Main
 */

.Main {
  display: block;
  padding-top: 119px; 
}

@media screen and (max-width: 767px) {
  .Main {
    padding-top: 60px;
  }
}



.Title {
    color: #fff;
    padding-bottom: 60px;
}

.Title_content{
    color: #222;
}

.Title_content01 {
    background: #1D50A2;
    background: url(../img/header/bk_01.png) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px;
}

.Title_content02 {
    background: #1D50A2;
    background: url(../img/header/bk_02.png) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px;
}

@media screen and (max-width: 560px) {
  .Title_content01 {
    height: 30vh;
  }
  .Title_content02 {
    height: 30vh;
  }
}

.Title--h1 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .Title--h1 {
    line-height: 1.5;
  }
}

.Title--h1_span {
  color: #1D2B56;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}







.HomeLinks_container {
  background-color: #096287;
  padding: 56px 0 100px;
}

@media screen and (max-width: 560px) {
  .HomeLinks_container {
    padding: 70px 0 90px;
  }
}

.HomeLinks--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .HomeLinks--list {
    display: block;
  }
}


/*
レイアウト
*/
.Pankuzu, .KV_container, .HomeService_container, .Background_container, .Service_container, .ProductSummary_container, .Attention_container, .Front_container, .Back_container, .Certificate_container, .Notes_container, .Case_container, .Documents_container, .Insurance_container, .RD_container, .RD_last_container, .faqLink_container, .Faqs_bg, .Faqs_white, .Contact_container, .Customer_container, .Thanks_container, .Compliance_container, .News_container, .PM_container, .Single_container, .Login_container, .MT_container, .Procedure_container {
  overflow-x: hidden;
}

.Nav--list, .Pankuzu_content, .Title_content, .Links_content, .PointOne_content, .PointTwo_content, .Application_content, .HomeNews_content, .HomeLinks_content, .Service_content, .ProductSummary_content, .Attention_content, .Front_content, .Back_content, .Certificate_content, .Notes_content, .Case_content, .Documents_content, .Insurance_content, .RD_content, .RD_last_content, .faqLink_content, .Faqs_bg_content, .Faqs_white_content, .Contact_content, .Customer_content, .Thanks_content, .Compliance_content, .News_content, .PM_content, .Single_content, .Login_content, .MT_content, .Procedure_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 80px;
}

@media screen and (max-width: 960px) {
  .Nav--list, .Pankuzu_content, .Title_content, .Links_content, .PointOne_content, .PointTwo_content, .Application_content, .HomeNews_content, .HomeLinks_content, .Service_content, .ProductSummary_content, .Attention_content, .Front_content, .Back_content, .Certificate_content, .Notes_content, .Case_content, .Documents_content, .Insurance_content, .RD_content, .RD_last_content, .faqLink_content, .Faqs_bg_content, .Faqs_white_content, .Contact_content, .Customer_content, .Thanks_content, .Compliance_content, .News_content, .PM_content, .Single_content, .Login_content, .MT_content, .Procedure_content {
    padding-right: 20px;
    padding-left: 20px;
  }
}




.faqLink_content {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 560px) {
  .faqLink_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.faqLink--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .faqLink--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.faqLink--list_item {
  width: calc((100% - 75px) / 5);
}

@media screen and (max-width: 767px) {
  .faqLink--list_item {
    width: calc((100% - 20px) / 2);
  }
  .faqLink--list_item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

.faqLink--list_item .item--link {
  background-color: #7CBB28;
  border: 2px solid #7CBB28;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 28px 0 48px;
  position: relative;
  will-change: background-color;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.faqLink--list_item .item--link::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 7px);
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .faqLink--list_item .item--link {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 560px) {
  .faqLink--list_item .item--link::after {
    bottom: 12px;
  }
  .faqLink--list_item .item--link {
    padding: 20px 0 32px;
    font-size: 0.8em;
  }
}

.faqLink--list_item .item--link:hover {
  opacity: 0.7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.Faqs_bg_content {
  padding-top: 280px;
}

@media screen and (max-width: 560px) {
  .Faqs_bg_content {
      padding-top: 220px;
    }
}

.Faqs_bg_content.-fst {
  padding-top: 150px;
}

@media screen and (max-width: 560px) {
  .Faqs_bg_content.-fst {
      padding-top: 100px;
    }
}

.Faqs_bg_content.-lst {
  padding-bottom: 150px;
}

.Faqs_bg--h1 {
  color: #7CBB28;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7CBB28;
}

.Faqs_bg--details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.Faqs_bg--details::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 28px;
  right: 18px;
  border-bottom: 2px solid #7CBB28;
  border-right: 2px solid #7CBB28;
  transform: rotate(45deg);
}

.Faqs_bg--details:nth-of-type(n + 2) {
  margin-top: 10px;
}

.Faqs_bg--details .details--A {
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}

@media screen and (max-width: 560px) {
  .Faqs_bg--details .details--A {
    left: 10px;
  }
}

.Faqs_bg--details_summary {
  cursor: pointer;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 34px 20px 66px;
  position: relative;
  will-change: background-color, color;
  -webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
}

@media screen and (max-width: 560px) {
  .Faqs_bg--details_summary {
    padding: 20px 34px 20px 60px;
  }
}

.Faqs_bg--details_summary .details--Q {
  color: #7CBB28;
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}

@media screen and (max-width: 560px) {
  .Faqs_bg--details_summary .details--Q {
    left: 10px;
  }
}

.Faqs_bg--details_block {
  background-color: #F7F8DA;
  line-height: 1.3;
  padding: 20px 34px 30px 66px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: background-color, color;
  -webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
}

@media screen and (max-width: 560px) {
  .Faqs_bg--details_block {
    padding: 20px 15px 20px 60px;
  }
}

.Faqs_bg--details_block .-mt {
  display: block;
  margin-top: 1em;
}

.Faqs_bg--details_block::before {
  content: "";
  position: absolute;
  top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F7F8DA;
}

.Faqs_bg--details_block[open] {
  background-color: #F7F8DA;
}

.Faqs_bg--details_block[open]::before {
  content: '';
  display: block;
}

.Faqs_bg--details[open]::before {
  content: '';
  display: block;
  border-color: #ffec5e;
  transform: rotate(225deg);
}

.Faqs_bg--details[open] .Faqs_bg--details_block {
  background-color: #F7F8DA;
  -webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
}

.Faqs_bg--details[open] .details--Q {
  color: #7CBB28;
}

.Faqs_bg--details[open] .details--A {
  color: #ffec5e;
}

.Faqs_white_content {
    padding-top: 280px;
}

@media screen and (max-width: 560px) {
  .Faqs_white_content {
      padding-top: 220px;
    }
}

.Faqs_white--h1 {
  color: #7CBB28;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7CBB28;
}

.Faqs_white--details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.Faqs_white--details::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 28px;
  right: 18px;
  border-bottom: 2px solid #7CBB28;
  border-right: 2px solid #7CBB28;
  transform: rotate(45deg);
}

.Faqs_white--details:nth-of-type(n + 2) {
  margin-top: 10px;
}

.Faqs_white--details .details--A {
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}

@media screen and (max-width: 560px) {
  .Faqs_white--details .details--A {
    left: 10px;
  }
}

.Faqs_white--details_summary {
  cursor: pointer;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 34px 20px 66px;
  position: relative;
  will-change: background-color, color;
  -webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
}

@media screen and (max-width: 560px) {
  .Faqs_white--details_summary {
    padding: 20px 34px 20px 60px;
  }
}

.Faqs_white--details_summary .details--Q {
  color: #7CBB28;
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}

@media screen and (max-width: 560px) {
  .Faqs_white--details_summary .details--Q {
    left: 10px;
  }
}

.Faqs_white--details_block {
  background-color: #F7F8DA;
  padding: 20px 34px 30px 66px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .Faqs_white--details_block {
    padding: 20px 15px 20px 60px;
  }
}

.Faqs_white--details_block .-mt {
  display: block;
  margin-top: 1em;
}

.Faqs_white--details_block::before {
  content: "";
  position: absolute;
  top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F7F8DA;
}

.Faqs_white--details_block[open] {
  background-color: #F7F8DA;
}

.Faqs_white--details_block[open]::before {
  content: '';
  display: block;
}

.Faqs_white--details[open]::before {
  content: '';
  display: block;
  border-color: #ffec5e;
  transform: rotate(225deg);
}

.Faqs_white--details[open] .Faqs_white--details_summary {
  -webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
}

.Faqs_white--details[open] .details--Q {
  color: #7CBB28;
}
.Faqs_white--details[open] .details--A {
  color: #ffec5e;
}
.Faqs a {
  text-decoration: underline;
}

/*
body
*/

body {
  -webkit-font-smoothing: antialiased;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
}
/*

フォント

*/
.HomeService--h1 .h1--en, .PointOne--h1 .h1--en, .PointTwo--h1 .h1--en, .Application--h1 .h1--en, .HomeService--list_item .item--link, .Footer_top--gotop_span, .KV_block--right .right--h1, .PointOne--absolute_text, .PointTwo--absolute_text, .Application_block--list_item .item--number, .Application_block--flow_list_item .item--number_span, .HomeNews--list_item .item--date, .Service_block--h2 .h2--rubik, .Front--list_item .item--list_item .item--no, .Back_box_left--list_item .item--no, .Insurance_block--box .box--list_item .item--no, .RD--list.-number .RD--list_item .item--no, .Faqs_bg--details .details--A, .Faqs_bg--details_summary .details--Q, .Faqs_white--details .details--A, .Faqs_white--details_summary .details--Q, .News--list_item .item--date, .PM--list_item .item--date, .Single--date {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: .03em;
}

.HomeService--h1 .h1--jp, .PointOne--h1 .h1--jp, .PointTwo--h1 .h1--jp, .Application--h1 .h1--jp, .ProductSummary--h2, .Attention--h1 {
  font-size: 30px;
  font-weight: 700;
}

.HomeService--h1 .h1--black, .PointOne--h1 .h1--black, .PointTwo--h1 .h1--black, .Application--h1 .h1--black, .HomeService--list_item .item--h2, .HomeNews--h2, .Service_block--h2, .Service_table--h2, .MT--h2, .Procedure--h2, .Application_h3, .Application_block--flow_list_item .item--heading, .HomeLinks--list_item .item--title, .Attention_box--h2, .Front--h2, .Front_example--h2, .Back--h1, .Back_example--h2, .Certificate--h2, .Notes--h2, .Case--h2, .Documents--h2, .Insurance--h2, .RD--h2, .RD_last--h2, .Faqs_bg--h1, .Faqs_white--h1, .News--h2, .Single--title {
  font-size: 24px;
  font-weight: 700;
}

.Certificate_box--title, .RD--h3, .Compliance--box_h2 {
  font-size: 20px;
  font-weight: 700;
}

.Links--list_item .item--title, .Application_block--list_item .item--heading, .Front--list_item .item--title, .Customer_block--trigger {
  font-size: 18px;
  font-weight: 700;
}


.Compliance--box {
    padding: 60px 70px 80px;
}

@media screen and (max-width: 767px){
    .Compliance--box {
        padding: 30px 0;
    }
}

.Compliance_content .-top {
    padding-top: 0px;
}

.Compliance--box p {
    line-height: 1.73;
    font-size: 15px;
}

.Compliance--box_h2 {
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px){
    .Compliance--box_h2 {
        font-size: 18px;
        line-height: 1.5;
    }
}

.Compliance--box_text {
    margin-top: 8px;
}

.Compliance--box_heading {
    font-size: 18px;
    font-weight: 700;
    margin-top: 36px;
}

.Compliance--box_text.number {
    text-indent: -1em;
    margin-top: 1em;
    padding-left: 1em;
}

.Compliance--box_text.-dots {
    text-indent: -1em;
    margin-top: 0;
    padding-left: 1em;
}

.Compliance--box_text.-mt {
    margin-top: 26px;
}

.Compliance--box_btn {
    background: #1D50A2;
    border: 2px solid #1D50A2;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 700;
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    will-change: background-color, border-color;
    -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
    transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 767px){
    .Compliance--box_btn{
        width: 100%;
    }
}

@media screen and (max-width: 560px){
    .Compliance--box_btn{
        padding-top: 45px;
    }
}

.Compliance--box_btn:hover {
  opacity: 0.7;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Compliance--box_btn::after {
    content: '';
    display: block;
    background-image: url(../img/common/pdf-white.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 13px);
    left: 20px;
}

@media screen and (max-width: 560px){
    .Compliance--box_btn::after {
        width: 24px;
        height: 24px;
        top: 16px;
        left: calc(50% - 12px);
    }
}

/*

Form

*/


.Form--dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .Form--dl {
    display: block;
  }
}

.Form--dl:nth-of-type(n + 2) {
  margin-top: 40px;
}

.Form--dl.-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Form--dl.-textarea .Form--dt {
  margin-top: 20px;
}

.Form--dl.-radio {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Form--dl.-radio .radio--list {
  padding-bottom: 12px;
}

.Form--dl.-radio .radio--list_item {
  line-height: 20px;
}

.Form--dl.-radio .radio--list_item.-text {
  line-height: 27px;
}

.Form--dl.-radio .radio--list_item:nth-of-type(n + 2) {
  margin-top: 20px;
}

.Form--dl.-radio .radio--list.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Form--dl.-radio .radio--list.-flex .radio--list_item {
  margin-top: 0;
}

.Form--dl.-radio .radio--list.-flex .radio--list_item:nth-of-type(n + 2) {
  margin-left: 56px;
}

.Form--dl.-checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Form--dl.-checkbox .checkbox--list {
  padding-bottom: 12px;
}

.Form--dl.-checkbox .checkbox--list_item {
  line-height: 20px;
}

.Form--dl.-checkbox .checkbox--list_item:nth-of-type(n + 2) {
  margin-top: 20px;
}

.Form--dl.-checkbox .checkbox--list.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Form--dl.-checkbox .checkbox--list.-flex .checkbox--list_item {
  margin-top: 0;
}

.Form--dl.-checkbox .checkbox--list.-flex .checkbox--list_item:nth-of-type(n + 2) {
  margin-left: 56px;
}

.Form--dt {
  font-size: 16px;
  font-weight: 700;
  min-width: 256px;
  width: 256px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .Form--dt {
    margin-bottom: 16px;
  }
}

.Form--dt .required {
  background-color: #F3981C;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  width: 40px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .Form--dt .required {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
    position: relative;
    top: -3px;
    right: 0;
  }
}

.Form--dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'] {
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-left: 12px;
  left: 12px;
}

input[type='text'].-white,
input[type='password'].-white,
input[type='tel'].-white,
input[type='email'].-white {
  background-color: #fff;
}

textarea {
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  max-height: 400px;
  padding: 12px;
}

textarea.-white {
  background-color: #fff;
}

input[type='radio'] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type='radio'] + .item--label {
  text-indent: 0;
  display: block;
  line-height: 1.73333;
  padding-left: 30px;
  position: relative;
}

input[type='radio'] + .item--label::before {
  content: '';
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

input[type='radio'] + .item--label.-white::before {
  background-color: #fff;
}

input[type='radio']:checked + .item--label::before {
  content: '';
  display: block;
  border-color: #1D50A2;
}

input[type='radio']:checked + .item--label::after {
  content: '';
  display: block;
  background-color: #1D50A2;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
}

input[type='checkbox'] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type='checkbox'] + .item--label {
  text-indent: 0;
  display: block;
  line-height: 1.73333;
  padding-left: 30px;
  position: relative;
}

input[type='checkbox'] + .item--label::before {
  content: '';
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
@media screen and (max-width: 767px) {
input[type='checkbox'] + .item--label::before {
  top: calc(50% - 20px);
  }
}

input[type='checkbox'] + .item--label.-white::before {
  background-color: #fff;
}

input[type='checkbox']:checked + .item--label::before {
  content: '';
  display: block;
  background-color: #1D50A2;
  border-color: #1D50A2;
}

input[type='checkbox']:checked + .item--label::after {
  content: '';
  display: block;
  background-image: url(/mobile-e-hoken/assets/img/common/checkbox.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 11px;
  position: absolute;
  top: calc(50% - 6px);
  left: 2px;
}
@media screen and (max-width: 767px) {
input[type='checkbox']:checked + .item--label::after {
  top: calc(50% - 16px);
  }
}

.Submit {
  text-align: center;
  margin-top: 60px;
}

.Submit--span {
    cursor: pointer;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
    color: #fff;
    text-align: center;
    display: block;
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.Submit--btn {
  color: inherit;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background: #1D50A2;
  border: 2px solid #1D50A2;
  border-radius: 6px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  will-change: background-color, color;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

 .Submit--span::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.Submit--span::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1D50A2;
  border-right: 3px solid #1D50A2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 560px) {
.Submit--span {
    width: 100%;
  }
}

.Submit--span:hover {
  opacity: 0.7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.error_blank {
  color: #d92b2b;
  display: block;
  font-weight: 700;
  height: 0;
}


.Thanks_block--text {
  text-align: center;
  font-weight: 700;
}

.Thanks_block--memo {
  width: 80%;
    margin: 0 auto;
  margin-top: 24px;
}

.Thanks_block--red {
  width: 80%;
  color: #d92b2b;
  font-weight: 500;
    margin: 0 auto;
  margin-top: 24px;
}

@media screen and (max-width: 560px) {
    .Thanks_block--text {
      text-align: left;
    }
    .Thanks_block--memo, .Thanks_block--red {
        width: 100%;
    }
}

.Form--privacy,
.Contact .Form--privacy {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 0 256px;
  font-size: .9em;
}
@media screen and (max-width: 767px) {
.Form--privacy,
.Contact .Form--privacy {
	padding: 2em 0 0 0;
	text-align: left;
  }
}

.Form--privacy .item--label,
.Contact .Form--privacy .item--label {
  display: inline-block !important;
  width: auto !important;
}

.Form--privacy a {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

.Form--privacy p {
  font-size: .8em;
}

/*

Service

*/
@media screen and (max-width: 767px) {
   .Service{
       margin-top: 0; 
    }
}

.Service_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -100px;
  padding-top: 150px;
}

@media screen and (max-width: 560px) {
  .Service_block {
    border-top: 1px solid #e0e0e0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* 20200820kubo*/
    overflow: hidden;
  }
}

.Service_block .-mt18 {
  margin-top: 18px;
}

.Service_block .-mt8 {
  margin-top: 8px;
}

.Service_block .-mt4 {
  margin-top: 4px;
}

@media screen and (max-width: 560px) {
  .Service_block.-one {
    margin-top: 0px;
    padding-top: 80px;
  }
}

.Service_block.-one .h2--rubik {
  color: #A3BEE5;
  left: 0;
}

.Service_block.-one .Service_block--image {
  margin-left: 30px;
}

@media screen and (max-width: 560px) {
  .Service_block.-two {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.Service_block.-two .h2--rubik {
  color: #F4E295;
  left: -12px;
}

.Service_block.-two .Service_block--image {
  margin-right: 30px;
}

.Service_block.-two .Service_block--text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 560px) {
  .Service_block.-three {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.Service_block.-three .Service_block--image {
  margin-left: 30px;
}

.Service_block.-three .h2--rubik {
  color: #A3BEE5;
  left: -12px;
}

@media screen and (max-width: 560px) {
  .Service_block.-four {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.Service_block.-four .Service_block--image {
  margin-right: 30px;
}

.Service_block.-four .h2--rubik {
  color: #F4E295;
  left: -13px;
}

.Service_block.-four .Service_block--text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 560px) {
  .Service_block.-five {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.Service_block.-five .Service_block--image {
  margin-left: 30px;
}

.Service_block.-five .h2--rubik {
  color: #A3BEE5;
  left: -12px;
}

@media screen and (max-width: 560px) {
  .Service_block.-six {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.Service_block.-six .h2--rubik {
  color: #F4E295;
  left: -12px;
}

.Service_block.-six .Service_block--image {
  min-width: 480px;
  max-width: 480px;
  margin-right: 30px;
}

@media screen and (max-width: 960px) {
  .Service_block.-six .Service_block--image {
    min-width: 335px;
  }
}

.Service_block.-six .Service_block--text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*max-width: 440px;*/
}

@media screen and (max-width: 560px) {
  .Service_block.-seven {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.Service_block.-seven .h2--rubik {
  color: #A3BEE5;
  left: -10px;
}

.Service_block.-seven .Service_block--image {
  min-width: 480px;
  max-width: 480px;
  margin-left: 30px;
}

@media screen and (max-width: 960px) {
  .Service_block.-seven .Service_block--image {
    min-width: 335px;
  }
}

/*.Service_block.-seven .Service_block--text {
  max-width: 440px;
}*/

.Service_block--text {
  max-width: 480px;
}

@media screen and (max-width: 560px) {
  .Service_block--text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.Service_block--text_list_item {
  list-style-type: decimal;
  margin-left: 1.2em;
}

.Service_block--image {
  min-width: 460px;
  max-width: 460px;
}

@media screen and (max-width: 960px) {
  .Service_block--image {
    min-width: 335px;
  }
}

@media screen and (max-width: 560px) {
  .Service_block--image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 0 !important;
    max-width: none;
    width: 100%;
    margin: 26px auto 0 !important;
  }
}

.Service_block--h2 {
  position: relative;
}

@media screen and (max-width: 560px) {
  .Service_block--h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }
}

.Service_block--h2 .h2--blue {
  color: #F3981C;
}

.Service_block--h2 .h2--blue2 {
  color: #1D50A2;
}

.Service_block--h2 .h2--rubik {
  font-size: 80px;
  position: absolute;
  top: calc(50% - 40px);
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .Service_block--h2 .h2--rubik {
    top: calc(50% - 90px);
    left: calc(50% - 15px) !important;
    font-size: 60px;
  }
}

.Service_block--p.-cap {
  font-size: 12px;
}

.Service_table {
  margin-top: 75px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .Service_table {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  .Service_table {
    margin-top: 80px;
  }
}

.Service_table--h2 {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .Service_table--h2 {
    font-size: 24px;
  }
}

.Service_table--h2 .h2--orange {
    color: #F3981C;
}

.Service_table--h2 .h2--sml {
  display: inline-block;
  font-size: 15px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

@media screen and (max-width: 560px) {
  .Service_table--h2 .h2--sml {
    margin-top: 18px;
  }
}

.Service_table--table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #4A73B4;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  margin-top: 34px;
}

@media screen and (max-width: 560px) {
  .Service_table--table {
    display: none;
  }
}

.Service_table--table th,
.Service_table--table td {
  vertical-align: middle;
}

.Service_table--table th.-tl,
.Service_table--table td.-tl {
  border-radius: 10px 0 0 0;
}

.Service_table--table th.-tr,
.Service_table--table td.-tr {
  border-radius: 0 10px 0 0;
}

.Service_table--table th.-bl,
.Service_table--table td.-bl {
  border-radius: 0 0 0 10px;
}

.Service_table--table th.-br,
.Service_table--table td.-br {
  border-radius: 0 0 10px 0;
}

.Service_table--table th {
  background-color: #A3BEE5;
  font-size: 18px;
  font-weight: 700;
  min-width: 240px;
  height: 50px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .Service_table--table th {
    min-width: 164px;
  }
}

.Service_table--table th .-sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}

.Service_table--table th .-sml {
  font-size: 15px;
}

.Service_table--table th .-mini {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Service_table--table th .th--img {
  display: block;
  width: 140px;
  position: absolute;
  bottom: 10px;
  left: -24px;
}

@media screen and (max-width: 960px) {
  .Service_table--table th .th--img {
    width: 96px;
    bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  .Service_table--table th .th--img {
    display: none;
  }
}

.Service_table--table td {
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 100px;
}

.Service_table--table td .-sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}

.Service_table--table td .-orange {
    color: #1D50A2;
}

.Service_table--table td .-mini {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Service_table--table td .-sml {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}

.Service_table_sp {
  border: 1px solid #4A73B4;
  border-radius: 10px 10px 0 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .Service_table_sp {
    display: block;
  }
}

.Service_table_sp--heading {
  background-color: #4A73B4;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 16px 0 13px;
}

.Service_table_sp--heading .-big {
  font-size: 18px;
}

.Service_table_sp--heading .-regular {
  font-weight: 400;
}

.Service_table_sp--heading .-sml {
  font-size: 10px;
  font-weight: 400;
}

.Service_table_sp--dl {
  text-align: center;
}

.Service_table_sp--dt {
  background-color: #A3BEE5;
  border-bottom: 1px solid #A3BEE5;
  font-weight: 700;
  padding: 14px 0;
}

.Service_table_sp--dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  height: 120px;
  position: relative;
}

.Service_table_sp--dd .-sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}

.Service_table_sp--dd .-orange {
    color: #1D50A2;
}

.Service_table_sp--dd .-mini {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Service_table_sp--dd .-sml {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}

.Service_table_sp--dd .dd--img {
  width: 100px;
  position: absolute;
  top: -30px;
  left: -10px;
}

.Service_table--p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.66667;
  margin-top: 12px;
}


/*

ProductSummary

*/


.ProductSummary_container {
  /*background-color: #f8f8f8;*/
  margin-top: 90px;
}
.ProductSummary_content {
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 1;
}

@media screen and (max-width: 560px) {
  .ProductSummary_container {
    margin-top: 0;
  }
  .ProductSummary_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.ProductSummary--h2 {
  text-align: center;
}

@media screen and (max-width: 560px) {
  .ProductSummary--h2 {
    font-size: 24px;
  }
}

.ProductSummary_block {
  border: 1px solid #4A73B4;
  border-radius: 3px;
  overflow: hidden;
}

.ProductSummary--dl {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dl {
    display: block;
  }
}

.ProductSummary--dl:nth-of-type(n + 2) {
  border-top: 1px solid #4A73B4;
}

.ProductSummary--dl.-padding dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

@media screen and (max-width: 560px) {
  .ProductSummary--dl.-padding dt {
    display: block;
  }
}

.ProductSummary--dl.-padding dd {
  padding-top: 26px;
  padding-bottom: 26px;
}

.ProductSummary--dt {
  color: #fff;
  background-color: #4A73B4;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  min-height: 65px;
  padding: 17px 20px 0;
}

.ProductSummary--dl dt.-last {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dt {
    text-align: center;
    border-right: none;
    color: #fff;
    background-color: #4A73B4;
  }
}

@media screen and (max-width: 560px) {
  .ProductSummary--dt {
    min-height: 0;
    padding: 10px 0 !important;
  }
}

.ProductSummary--dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 65px;
  padding: 0 20px;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
          font-size: 1.4rem;

  }
}

@media screen and (max-width: 560px) {
  .ProductSummary--dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 20px;
  }
}

.ProductSummary--dd_list_item {
  padding-left: 1.2em;
  position: relative;
}

.ProductSummary--dd_list_item::before {
  content: '';
  display: block;
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
}

.ProductSummary--dd.-column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ProductSummary--dd.-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd.-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 560px) {
  .ProductSummary--dd.-child {
    display: block;
  }
}

.ProductSummary--dd .dl--inner_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd .dl--inner_dl {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.ProductSummary--dd .dl--inner_dl .-bt {
  border-top: 1px solid #4A73B4;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd .dl--inner_dl .-bt {
    border-top: none;
  }
}

.ProductSummary--dd .dl--inner_dl .-br {
  border-right: 1px solid #4A73B4;
}

.ProductSummary--dd .dl--inner_dl .dl--inner_dt {
  background-color: #A3BEE5;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd .dl--inner_dl .-br {
    border-right: none;
  }
}

.ProductSummary--dd .dl--inner_dl .-bb {
  border-bottom: 1px solid #4A73B4;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd .dl--inner_dl .-bb {
    border-bottom: none;
  }
}

.ProductSummary--dd .dl--inner_dl .-bl {
  border-left: 1px solid #4A73B4;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd .dl--inner_dl .-bl {
    border-left: none;
  }
}

.ProductSummary--dd .dl--inner_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.46667;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd .dl--inner_dt {
    outline: 0.5px solid #4A73B4;
    padding: 13px 0;
    background-color: #ecf6fb;
  }
}

.ProductSummary--dd .dl--inner_dd {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.46667;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .ProductSummary--dd .dl--inner_dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 140px;
    outline: 0.5px solid #e0e0e0;
  }
}

@media screen and (max-width: 560px) {
  .ProductSummary--dd .dl--inner_dd {
    border-bottom: 1px solid #4A73B4;
    outline: none;
  }
}

.ProductSummary--dd .dl--inner_dd .-orange {
  margin-top: 3px;
}

.ProductSummary--dd .dl--inner_dd .-mini {
  display: block;
  margin-top: 8px;
}

.ProductSummary--dt .big, .ProductSummary--dd .big {
  font-size: 18px;
}

.ProductSummary--dt .mt, .ProductSummary--dd .mt {
  display: block;
  margin-top: 8px;
}

.ProductSummary--dt .-mini, .ProductSummary--dd .-mini {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.ProductSummary--dt .-orange, .ProductSummary--dd .-orange {
  color: #1D50A2;
  display: block;
  font-size: 20px;
  line-height: 1;
}


.Attention--h1 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Attention--h1 {
    font-size: 24px;
  }
}

.Attention_box--h2 {
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .Attention_box--h2 {
    font-size: 20px;
    margin-top: 30px;
  }
}

.Attention_box--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .Attention_box--list {
    display: block;
  }
}

.Attention_box--list_item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .Attention_box--list_item {
    width: 100%;
  }
  .Attention_box--list_item:nth-of-type(2) {
    margin-top: 30px;
  }
}

.Attention_box--list_item:nth-of-type(n + 3) {
  margin-top: 30px;
}

.Attention_box--list_item .item--caption {
  text-align: center;
  font-weight: 700;
  margin-top: 8px;
}

.Front--h2 {
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;
}

.Front_block {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .Front_block {
    padding-top: 0;
  }
}

.Front--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .Front--list {
    display: block;
  }
}

.Front--list_item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .Front--list_item {
    width: 100%;
  }
  .Front--list_item:nth-of-type(2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .Front--list_item {
    padding: 0;
  }
}

.Front--list_item .item--title {
  background-color: #222;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .Front--list_item .item--title {
    font-size: 17px;
    white-space: nowrap;
    padding: 3px 0;
  }
}

.Front--list_item .item--figure {
  margin-top: 20px;
}

.Front--list_item .item--list {
  margin-top: 25px;
}

.Front--list_item .item--list_item {
  font-weight: 700;
  line-height: 2.25;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .Front--list_item .item--list_item {
    line-height: 1.8125;
  }
}

.Front--list_item .item--list_item .orange {
  color: #ed8000;
}

.Front--list_item .item--list_item .item--no {
  background-color: #ed8000;
  border-radius: 11px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 22px;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 560px) {
  .Front--list_item .item--list_item .item--no {
    top: 3px;
  }
}

.Front--list_item .item--link {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}

.Front--list_item .item--link::after {
  content: '';
  display: block;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .Front--list_item .item--link {
    margin-left: auto;
  }
}

.Front_example {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .Front_example {
    padding-top: 70px;
  }
}

.Front_example--h2 {
  color:#1D50A2;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1;
  padding-bottom: 18px;
}

.Front_example--lead {
  margin-top: 26px;
}

.Front_example--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
}

@media screen and (max-width: 560px) {
  .Front_example--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Front_example--list_item {
  text-align: center;
  width: calc(25% - 39px);
}

@media screen and (max-width: 767px) {
  .Front_example--list_item {
    width: calc((100% - 48px) / 4);
  }
}

@media screen and (max-width: 560px) {
  .Front_example--list_item {
    width: calc((100% - 37px) / 2);
  }
  .Front_example--list_item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

.Front_example--list_item .item--p {
  text-align: center;
  font-weight: 700;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .Front_example--list_item .item--p br {
    display: none;
  }
}

.Back--h1 {
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;
}

.Back_block {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .Back_block {
    padding-top: 0;
  }
}

.Back_box {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  padding: 48px 40px;
}

@media screen and (max-width: 767px) {
  .Back_box {
    display: block;
    padding: 60px 18px;
  }
}

.Back_box_left--list_item {
  font-weight: 700;
  line-height: 1.625;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 32px;
  position: relative;
}

.Back_box_left--list_item:nth-of-type(n + 2) {
  margin-top: 16px;
}

.Back_box_left--list_item .orange {
  color: #ed8000;
}

.Back_box_left--list_item .item--no {
  background-color: #ed8000;
  border-radius: 11px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 22px;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}

.Back_box_left--p {
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.Back_box_right {
  max-width: 340px;
}

@media screen and (max-width: 767px) {
  .Back_box_right {
    margin: 40px auto 0;
  }
}

.Back_box_right--figure {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.Back_box_right--p {
  font-weight: 700;
  margin-top: 16px;
}

.Back_block .item--p {
  text-align: right;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 560px) {
  .Back_block .item--p {
    text-align: left;
  }
}

.Back_example {
  padding-top: 80px;
  padding-bottom: 90px;
}

.Back_example--h2 {
  border-bottom: 1px solid #d5d5d5;
  color:#1D50A2;
  line-height: 1;
  padding-bottom: 18px;
}

.Back_example--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.Back_example--list_item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 560px) {
  .Back_example--list_item {
    width: calc(50% - 10px);
  }
}

.Back_example--list_item .item--figure {
  display: block;
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}

.Back_example--list_item .item--p {
  font-weight: 700;
  margin-top: 12px;
}

#Certificate {
  margin-top: -100px;
  padding-top: 124px;
}

@media screen and (max-width: 560px) {
  #Certificate {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.Certificate {
  /*background-color: #f8f8f8;*/
}

.Certificate_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 100px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .Certificate_content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 560px) {
  .Certificate_content {
    padding-bottom: 70px;
  }
}

.Certificate--h2 {
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;
}

.Certificate--lead {
  max-width: 800px;
  margin: 30px 0;
}

.Certificate_box {
  background-color: #A3BEE5;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  padding: 40px 120px;
}

@media screen and (max-width: 767px) {
  .Certificate_box {
    padding: 40px 18px;
  }
}

.Certificate_box--title {
  display: inline-block;
  padding-bottom: 3px;
  position: relative;
}

.Certificate_box--title::after {
  content: '';
  display: block;
  background-color: #A3BEE5;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Certificate_box--text {
  text-align: left;
  margin-top: 20px;
}

.Notes {
  /*background-color: #f8f8f8;*/
}

.Notes--h2 {
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;
  margin-top: 50px;
}

.Notes--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .Notes--list {
    display: block;
  }
}

.Notes--list_item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 560px) {
  .Notes--list_item {
    width: 100%;
  }
  .Notes--list_item:nth-of-type(2) {
    margin-top: 50px;
  }
}

.Notes--list_item .item--figure {
  display: block;
}

.Notes--list_item .item--text {
  line-height: 1.46667;
  margin-top: 14px;
}

.Notes--list_item .item--text_span {
  display: block;
  margin-top: 6px;
}

.Case_container {
  /*background-color: #f8f8f8;*/
}

.Case_content {
  z-index: 2;
}


.Case--div {
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 1;
}

.Case--h2{
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;    
}

.Case--heading {
  background-color: #A3BEE5;
  border-radius: 40px;
  font-size: 15px;
  margin: 48px auto 20px;
  padding: 12px 20px;
}

.Case--text.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 560px) {
  .Case--text.mt10 {
    margin-top: 5px;
  }
}

.Case--text.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 560px) {
  .Case--text.mt20 {
    margin: 10px;
  }
}

.Case--text.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 560px) {
  .Case--text.mt60 {
    margin-top: 30px;
  }
}

.Case_block {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  padding: 40px 40px 60px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .Case_block {
    padding: 40px 20px 60px;
  }
}

.Case_block:nth-of-type(n + 2) {
  margin-top: 30px;
}

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

@media screen and (max-width: 560px) {
  .Case_block--box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Case_block--box .box--left {
  display: block;
  min-width: 220px;
  width: 220px;
}

@media screen and (max-width: 560px) {
  .Case_block--box .box--left {
    width: 120px;
  }
}

.Case_block--box .box--right {
  width: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 560px) {
  .Case_block--box .box--right {
    margin-left: 0;
  }
}

.Case_block--box .box--title {
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media screen and (max-width: 560px) {
  .Case_block--box .box--title {
    margin-top: 30px;
  }
}

.Case_block--box .box--text {
  margin-top: 16px;
}

.Case_block--box .box--list {
  line-height: 1.46667;
  margin-top: 8px;
}

.Case_block--box .box--list_item {
  text-indent: -1em;
  padding-left: 1em;
}

.Case_block--box .box--list_item .item--p {
  line-height: 2.66667;
}

.Documents {
  margin-bottom: 100px;
  margin-top: -100px;
  padding-top: 180px;
}

@media screen and (max-width: 560px) {
  .Documents {
    margin-top: 0;
    padding-top: 80px;
  }
}

.Documents--h2 {
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;
}
@media screen and (max-width: 560px) {
  .Documents--h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.Documents--lead {
  max-width: 800px;
  margin: 28px 0;
}

.Documents_block {
  background-color: #A3BEE5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 40px 50px 50px;
}

@media screen and (max-width: 560px) {
  .Documents_block {
    padding: 40px 18px 50px;
  }
}

.Documents_block--title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.Documents_block--list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.Documents_block--list.-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .Documents_block--list.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Documents_block--list.-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .Documents_block--list.-pc {
    display: none;
  }
}

.Documents_block--list_item {
  background-color: #fff;
  border: 2px solid #1D50A2;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 767px) {
  .Documents_block--list_item {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 560px) {
  .Documents_block--list_item {
    width: 100%;
  }
}

.Documents_block--list_item.-dummy {
  opacity: 0;
}

@media screen and (max-width: 560px) {
  .Documents_block--list_item:nth-of-type(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .Documents_block--list_item:nth-of-type(3) {
    margin-top: 20px;
  }
}

.Documents_block--list_item:nth-of-type(n + 4) {
  margin-top: 20px;
}

.Documents_block--list_item .item--link {
  color: #1D50A2;
  text-align: center;
  display: block;
  font-weight: 700;
  padding: 16px 0;
}

@media screen and (max-width: 560px) {
  .Documents_block--list_item .item--link {
    font-size: 12px;
  }
}

.Insurance {
  /*background-color: #f8f8f8;*/
}

.Insurance_content {
  z-index: 2;
}

.Insurance--div {
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 1;
}

.Insurance--h2 {
  color:#1D50A2;
  border-bottom: 2px solid #1D50A2;
  padding-bottom: 5px;
}

.Insurance--lead {
  max-width: 800px;
  margin: 30px 0;
}

.Insurance--heading {
  background-color: #A3BEE5;
  border-radius: 40px;
  font-size: 15px;
  margin: 48px auto 20px;
  padding: 12px 20px;
}

.Insurance--text.mt10 {
  margin-top: 10px;
}

.Insurance--text.mt20 {
  margin-top: 20px;
}

.Insurance--text.mt60 {
  margin-top: 60px;
}

.Insurance_block {
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 35px;
  padding: 40px 40px 60px;
}

@media screen and (max-width: 560px) {
  .Insurance_block {
    padding: 40px 18px 50px;
  }
}

.Insurance_block:nth-of-type(n + 2) {
  margin-top: 30px;
}

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

@media screen and (max-width: 560px) {
  .Insurance_block--box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Insurance_block--box .box--left {
  display: block;
  min-width: 220px;
  width: 220px;
}

.Insurance_block--box .box--right {
  width: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 560px) {
  .Insurance_block--box .box--right {
    margin-left: 0;
  }
}

.Insurance_block--box .box--title {
  border-bottom: 1px solid #d5d5d5;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media screen and (max-width: 560px) {
  .Insurance_block--box .box--title {
    text-align: center;
    margin-top: 30px;
  }
}

.Insurance_block--box .box--text {
  margin-top: 16px;
}

.Insurance_block--box .box--text.-indent {
  padding-left: 2em;
  position: relative;
}

.Insurance_block--box .box--text .number {
  position: absolute;
  left: 0;
}

.Insurance_block--box .box--text .bold {
  display: inline-block;
  margin-top: 8px;
}

.Insurance_block--box .box--list {
  line-height: 1.46667;
  margin-top: 8px;
}

.Insurance_block--box .box--list_item {
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.Insurance_block--box .box--list_item .item--no {
  background-color: #1D50A2;
  border-radius: 11px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 22px;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}

.Insurance_block--box .box--list_item .item--p {
  line-height: 2.66667;
}

.Insurance_block--box .box--list_item .item--p:not(.-nonum) {
  padding-left: 32px;
}

.RD_content {
  padding-top: 110px;
}

.RD_box {
  background-color: #A3BEE5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
  padding: 50px 40px 80px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .RD_box {
    padding: 50px 18px 60px;
  }
}

.RD_box:nth-of-type(n + 2) {
  margin-top: 110px;
}

.RD_box::before {
    content: '';
    display: block;
    background-color: #A3BEE5;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    position: absolute;
    top: -80px;
    left: calc(50% - 110px);
    z-index: -1;
}

.RD--h2 {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .RD--h2 {
    line-height: 1.5;
  }
}

.RD--h2_span {
  width: 96px;
  position: absolute;
  top: -105px;
  left: calc(50% - 48px);
}

.RD--h3 {
  border-bottom: 1px solid #d5d5d5;
  margin-top: 36px;
  padding-bottom: 10px;
}

.RD--h4 {
  border: solid 1px #A3BEE5;
  background-color: #A3BEE5;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  margin: 48px auto 20px;
  padding: 12px 20px;
}

.RD--heading {
  font-size: 18px;
  font-weight: 700;
  margin-top: 60px;
}

.RD--text {
  margin-top: 16px;
}

.RD--text.-mt10 {
  margin-top: 10px;
}

.RD--text .red {
  color: #d92b2b;
}

.RD--list {
  margin-top: 8px;
  margin-left: 30px;
}

.RD--list.-compact {
  margin-left: 0;
}

.RD--list.-compact .RD--list_item {
  line-height: 1.73333;
}

.RD--list.-number .RD--list_item {
  text-indent: 0;
  font-weight: 700;
  line-height: 2.25;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
}

.RD--list.-number .RD--list_item .item--no {
  background-color: #1D50A2;
  border-radius: 11px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 22px;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}

.RD--list_item {
  text-indent: -1em;
  line-height: 2.66667;
  padding-left: 1em;
  position: relative;
}

.RD_last {
  /*background-color: #f8f8f8;*/
}

.RD_last_content {
  padding-top: 60px;
  padding-bottom: 150px;
  z-index: 1;
}

.RD_last_box {
  background-color: #fff;
  border: solid 1px #d5d5d5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 40px 80px;
}


/*

item--figure

*/
.Front--list_item .item--figure {
  margin-top: 20px;
}

.Back_example--list_item .item--figure {
  display: block;
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.Notes--list_item .item--figure {
  display: block;
}

.Links--list_item .item--figure {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

.Links--list.-triple .Links--list_item .item--figure {
  width: 80px;
}


/*

.Links

*/


.Links_container {
  background-color: #4A73B4;
  padding: 56px 0 100px;
}

.Links_content{
  width: 100%;    
}

.Links--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
    .Links_container {
    padding: 30px 0;
  }
  .Links--list {
    display: block;
  }
}

.Links--list_item {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 40px);
  overflow: hidden;
  will-change: background-color;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  padding: 50px 40px;
}

@media screen and (max-width: 560px) {
  .Links--list_item {
    width: 100%;
  padding: 30px 20px;
  }
  .Links--list_item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.Links--list_item .item--link {
  color: #1D50A2;
  font-weight: 500;
  border: 2px solid #1D50A2;
  border-radius: 3px;
  display: block;
  position: relative;
  padding: 25px 50px;
}

.Links--list_item .item--link:hover {
  background-color: #A3BEE5;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.Links--list_item .item--link::before{
  content: '';
  width: 24px;
  height: 24px;
  display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1D50A2;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}

.Links--list_item .item--link::after{
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 28px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Links--list_item .item--title {
  color: #1D50A2;
}

.Links--list_item .item--txt {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .Links--list_item .item--txt {
        font-size: 1.2rem;
    }
    .Links--list_item .item--link{
        font-size: 1.2rem;
        padding: 15px 20px;        
    }
}

.Links--list_item .item--text {
  margin-top: 12px;
}

.Links--list_item .item--figure {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

.Links--list_item h4.navi{
    font-size: 3.5rem;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.Links--list_item h5.navi{
    color: #787878;
    font-size: 1.4rem;
    text-align: center;
}

.Links--list_item img.naviimg {
    width: 10%;
    margin-right: 5px;
    vertical-align: middle;
}

.Links--list_item .navi-unit {
    font-size: 1.8rem;
    line-height: normal;
    vertical-align: middle;
}
@media screen and (max-width: 414px) {
    .Links--list_item h4.navi{
        font-size: 3rem;
        padding-bottom: 10px;
    }
    .Links--list_item h5.navi{
        font-size: 1.2rem;
    }
    .Links--list_item .navi-unit {
      font-size: 1.2rem;
    }
}
@media(min-width: 768px){
  .Links--list_item h4 a[href^="tel:"]{
    pointer-events: none;
  }
}

.Links--list.-triple .Links--list_item {
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 960px) {
  .Links--list.-triple .Links--list_item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 560px) {
  .Links--list.-triple .Links--list_item {
    width: 100%;
  }
}

.Links--list.-triple .Links--list_item .item--figure {
  width: 80px;
}

.Not_found {
    text-align: center;
}

.Not_found .Not_found--txt {
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 200;
}




/**
 * 
.Header
 */
header {
  display: block;
  background-color: #fff;
  width: 100%;
   }

.Header_right--link.-mypage, .Header_right--link.-agent, .Header_right--link.-application {
  background-color: #fff;
  border: 1px solid #1D50A2;
  border-radius: 4px;
  color: #1D50A2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  will-change: background-color, border-color;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.Header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .Header_inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.Header--logo {
  width: 140px;
  margin-left: 26px;
}

@media screen and (max-width: 960px) {
  .Header--logo {
    width: 160px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .Header--logo {
    max-width: 120px;
    width: 100%;
    margin-right: 10px;
  }
}

.Header--logo_link {
  display: block;
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Header--logo_link:hover {
  opacity: .6;
  -webkit-transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Header--logo_img {
  vertical-align: middle;
}


.Header_right--link.-mypage:hover, .Header_right--link.-application:hover {
  opacity: 0.7;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}


.Header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .Header_right {
    padding: 20px 10px;
  }
}

.Header_right--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Header_right--link.-mypage {
  width: 180px;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .Header_right--link.-mypage {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .Header_right--link.-mypage {
    display: none;
  }
}

.Header_right--link.-mypage .mypage--img {
  width: 13px;
  margin-right: 6px;
}

.Header_right--link.-agent {
  background-color: #1D50A2;
  border-color: #1D50A2;
  color: #fff;
  width: 180px;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .Header_right--link.-agent {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .Header_right--link.-agent {
    display: none;
  }
}

.Header_right--link.-agent .agent--img {
  width: auto;
  height: 17px;
  margin-right: 6px;
}

.Header_right--link.-application {
  background-color: #1D50A2;
  border: 3px double #fff;
  border-radius: 5px;
  color: #fff;
  width: 180px;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .Header_right--link.-application {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .Header_right--link.-application {
    display: none;
  }
}


.Nav {
  border-top: 1px solid #f0f6f8;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .Nav {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 5000;
    will-change: background-color;
    -webkit-transition: background-color .1s linear .5s;
    transition: background-color .1s linear .5s;
  }
}

.Nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .Nav--list {
    background-color: #1D50A2;
    display: block;
    width: 90%;
    height: calc(100% + 380px);
    margin-top: -60px;
    margin-right: -100vw;
    padding: 32px 30px;
    padding-top: 60px;
    will-change: transform;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
    transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
    transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
    transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
  }
}

.Nav--list_item {
  width: 34%;
}

@media screen and (max-width: 767px) {
  .Nav--list_item {
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .Nav--list_item.-border {
    padding-top: 40px;
    border-top: 1px solid rgba(230, 230, 230, 0.1);
  }
}

.Nav--list_item.-app {
  display: none;
}

.Nav--list_item.-my {
  display: none;
}

@media screen and (max-width: 767px) {
  .Nav--list_item.-app {
    display: block;
  }
  .Nav--list_item.-my {
    display: block;
  }
}

.Nav--list_item .item--btn {
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 240px;
  height: 60px;
  padding: 0;
  position: relative;
}

.Nav--list_item .-w {
  background-color: #fff;
  color: #1D50A2;
}

@media screen and (max-width: 560px) {
  .Nav--list_item .item--btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 24px;
  }
}

.Nav--list_item .item--btn::after {
  content: '';
  display: block;
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}

.Nav--list_item .-w::after {
  content: '';
  display: block;
  background-image: url(../img/common/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}

@media screen and (max-width: 560px) {
  .Nav--list_item .item--btn::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}

.Nav--list_item .item--link {
  color: #222;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 0;
  will-change: background-color;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 767px) {
  .Nav--list_item .item--link {
    color: #fff;
    text-align: left;
    font-size: 18px;
    padding: 0;
    padding-left: 1em;
    position: relative;
  }
  .Nav--list_item .item--link::before {
    content: '';
    display: block;
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 2.5px);
    left: 0;
  }
  .Nav--list_item .item--link::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 28px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.Nav--list_item .item--link:hover {
  background-color: #A3BEE5;
  -webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 960px) {
  .Nav--list_item .item--link:hover {
    background-color: inherit;
    -webkit-transition: none;
    transition: none;
  }
}

.Nav.open {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

@media screen and (max-width: 767px) {
  .Nav.open .Nav--list {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
    transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
    transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
    transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
  }
}


.Humburgar {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .Humburgar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Humburgar--bar {
  display: block;
  width: 100%;
  height: 2px;
}

.Humburgar--bar.-one {
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #1D50A2;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar--bar.-two {
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #F3981C;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar--bar.-three {
  background-color: #1D50A2;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.Humburgar.open .Humburgar--bar.-one {
  -webkit-transform: rotate(45deg) translate(2px, -4px);
          transform: rotate(45deg) translate(2px, -4px);
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar.open .Humburgar--bar.-two {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar.open .Humburgar--bar.-three {
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.Humburgar_bottom {
    display: none;
}

@media screen and (max-width: 767px) {
  .Humburgar_bottom {
    display: block;
    font-size: 10px;
    color: #1D50A2;
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.pc {
  display: block;
}
.sp {
  display:none;
}

@media screen and (max-width: 767px) {
    .pc {
        display:none;
    }
    .sp {
      display:block;
    }
}

h1.anchor, h2.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

@media screen and (max-width: 767px) {
  h1.anchor, h2.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
 }
 
}
@media screen and (min-width: 768px) {
    .KV_news3{
    text-align: center;
    padding: 10px 15px;
    width: 55%;center;
    margin-top:25px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    background: #ff4500;
    border-radius: 15px 15px 0 0;
  }
  .KV_news4{
    text-align: center;
    padding: 10px;
    width: 55%;
    margin-left:auto;
    margin-right:auto;
    color: #302f2f;
    border: 1px solid #ff4500;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .KV_news3{
    text-align: center;
    padding: 10px 15px;
    width: 90%;center;
    margin-top:25px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    background: #ff4500;
    border-radius: 15px 15px 0 0;
  }
  .KV_news4{
    text-align: center;
    padding: 10px;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    color: #302f2f;
    border: 1px solid #ff4500;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
  }
}

.Contact_callcenter{
  margin-bottom: 30px;
  text-align: center;
}

.Contact_callcenter .pc-img{
  display: block;
  width: 80%;
  margin:0 auto;
  box-shadow: 1px 1px 6px 3px rgba(203, 203, 203, 0.6);
}

.Contact_callcenter .sp-img{
  display: none;
}

@media screen and (max-width: 768px){
  .Contact_callcenter .pc-img{
    display: none;
  }
  .Contact_callcenter .sp-img{
    display: block;
    box-shadow: 1px 1px 6px 3px rgba(203, 203, 203, 0.6)
  }
}

.Service_callcenter{
  margin-top: 30px;
  text-align: center;
}

.Service_callcenter .pc-img{
  display: block;
  margin:0 auto;
}

.Service_callcenter .sp-img{
  display: none;
}

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

.Faq_callcenter_end{
  margin-top: 30px;
  text-align: center;
}

.Faq_callcenter_end .pc-img{
  display: block;
  margin:0 auto;
}

.Faq_callcenter_end .sp-img{
  display: none;
}

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

.Faq_callcenter_content04{
  text-align: center;
  margin-bottom: 30px;
}

.Faq_callcenter_content04 .pc-img{
  display: block;
  margin:0 auto;
}

.Faq_callcenter_content04 .sp-img{
  display: none;
}

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

.Service_hokenkin_vertical{
}

.Service_hokenkin_vertical img{
	padding: 15px 15px 0;
}

@media screen and (max-width: 768px) {
	.Service_hokenkin_pc{
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.Service_hokenkin_sp{
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.Service_hokenkin_text{
		padding: 0 9.0em;
	}
	.Service_hokenkin_text p{
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	.Service_hokenkin_text{
		padding: 0 30px;
	}
	.Service_hokenkin_text p{
		font-size: 1.6rem;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.Service_hokenkin_text-mini{
		padding: 0 20px;
		margin-bottom: 60px;
	}
	.Service_hokenkin_text-mini p{
		font-size: 1.2rem;
		padding-bottom :10px;
	}
}

@media screen and (min-width: 769px) {
	.Service_hokenkin_text-mini{
		padding: 0 2.0em;
		margin-bottom: 60px;
	}
	.Service_hokenkin_text-mini p{
		margin: 5px 12px;
		font-size: 1.2em;
	}
}

/* 補償金額 */
.CompensationAmount {
	display: block;
	width: 100%;
	padding: 0;
	}

.CompensationAmount b {
	display: block;
	width: 40%;
	padding: 50px 0;
	text-align: center;
	float: left;
	border-right: 1px solid #4A73B4;
	}
@media screen and (max-width: 768px){
.CompensationAmount b {
	width: 100%;
	padding: 30px 0;
	float: none;
	border-right: 0;
	}
}

.CompensationAmount-sub {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	}
@media screen and (max-width: 768px){
.CompensationAmount-sub {
	width: 100%;
	}
}

.CompensationAmount-sub dl {
	display: block;
	width: 50%;
	}

.CompensationAmount-sub dt {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #85b0f3;
	}

.CompensationAmount-sub dl:last-child dt {
	border-left: 1px solid #fff;
	}

.CompensationAmount-sub dd {
	display: block;
	padding: 18px 0;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #4A73B4;
	}

.CompensationAmount-sub dl:last-child dd {
	border-left: 1px solid #4A73B4;
	}

.CompensationAmount p {
	display: block;
	width: 60%;
	margin: 0;
	padding: 10px;
	float: right;
	}
@media screen and (max-width: 768px){
.CompensationAmount p {
	width: 100%;
	float: none;
	}
}

.CompensationAmount .bigbig {
  font-size: 50px;
}
.CompensationAmount .bigmiddle {
  font-size: 30px;
}



