@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 62.5%;
  font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif; }

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a {
  margin: 0;
  padding: 0;
  color: #505050; }

a {
  margin: 0;
  color: #505050;
  text-decoration: none; }

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

header, footer, section, .section {
  width: 980px;
  max-width: 100%;
  margin: 0 auto; }

header:before, footer:before, .lyt-col-2:before, .img-left:before, .img-right:before, header:after, footer:after, .lyt-col-2:after, .img-left:after, .img-right:after {
  content: " ";
  display: table; }

header:after, footer:after, .lyt-col-2:after, .img-left:after, .img-right:after {
  clear: both; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

header {
  position: relative; }
  @media only screen and (max-width: 979px) {
    header {
      padding: 0 2%;
      box-sizing: border-box;
      width: 100%; } }

footer {
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (max-width: 979px) {
    footer {
      padding: 0 2%;
      box-sizing: border-box;
      width: 100%; } }
  @media only screen and (max-width: 679px) {
    footer {
      margin-bottom: 20px; } }

section, .section {
  margin-bottom: 18px; }
  @media only screen and (max-width: 979px) {
    section, .section {
      padding: 0 2%;
      box-sizing: border-box;
      width: 100%; } }

hr {
  border: none;
  height: 1px;
  background: url("/img/partner/bg-border-01.png") 0 0 repeat-x;
  margin: 50px 0 70px; }

.panel-01 {
  background-color: #162e59;
  color: #fff;
  border-radius: 10px;
  padding: 30px 30px 10px;
  box-sizing: border-box; }
  @media only screen and (max-width: 679px) {
    .panel-01 {
      padding: 20px; } }

.panel-02 {
  background-color: #f3e700;
  color: #fff;
  border-radius: 10px;
  padding: 30px 30px 10px;
  box-sizing: border-box; }

.panel-circle-01 {
  background-color: #162e59;
  color: #fff;
  border-radius: 50%;
  display: table; }
  .panel-circle-01 > .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 20px;
    box-sizing: border-box; }
  .lyt-col-3 .panel-circle-01 > .inner {
    width: 290px;
    height: 290px;
    box-sizing: border-box; }

.lyt-col-2 {
  margin: 0 auto; }
  .lyt-col-2 > .col {
    float: left; }
    @media only screen and (max-width: 979px) {
      .lyt-col-2 > .col {
        float: none;
        width: 98%;
        margin: 0 auto 20px; } }

.lyt-col-3 {
  text-align: center; }
  .lyt-col-3 > .col {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 679px) {
      .lyt-col-3 > .col {
        display: block; } }

.lyt-bg-yellow {
  background-color: #f3e700;
  padding: 50px 0 30px; }

.lyt-bg-navy {
  background-color: #162e59;
  padding: 50px 0 30px; }
  .lyt-bg-navy > p {
    color: #fff; }

.page-policy {
  margin-bottom: 220px; }
  @media only screen and (max-width: 679px) {
    .page-policy {
      margin-bottom: 50px; } }

.page-law {
  margin-bottom: 220px; }
  @media only screen and (max-width: 679px) {
    .page-law {
      margin-bottom: 50px; } }

.hdg-l1-01 {
  text-align: center;
  color: #fff;
  background-color: #162e59;
  font-size: 30px;
  font-size: 3rem;
  padding: 16px 2% 10px;
  margin-bottom: 42px;
  letter-spacing: .1em; }
  @media only screen and (max-width: 679px) {
    .hdg-l1-01 {
      font-size: 22px;
      font-size: 2.2rem; } }

.hdg-l2-01 {
  font-size: 18px;
  font-size: 1.8rem; }
  .hdg-l2-01:before {
    content: "■";
    display: inline-block;
    margin-right: 5px; }

.hdg-l2-02 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (max-width: 679px) {
    .hdg-l2-02 {
      font-size: 22px;
      font-size: 2.2rem; } }
  .hdg-l2-02 .title {
    background-color: #c81126;
    padding: 10px 0;
    display: block; }
  .hdg-l2-02:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 25px solid #c81126;
    position: relative;
    text-align: center;
    bottom: 2px;
    margin: 0 auto; }

.hdg-l2-03 {
  background-color: #162e59;
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  border-radius: 10px; }
  @media only screen and (max-width: 679px) {
    .hdg-l2-03 {
      font-size: 28px;
      font-size: 2.8rem; } }

.hdg-l3-01 {
  border-left: 7px solid #c81126;
  padding-left: 20px;
  font-size: 38px;
  font-size: 3.8rem;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.1em; }
  @media only screen and (max-width: 679px) {
    .hdg-l3-01 {
      font-size: 32px;
      font-size: 3.2rem;
      padding-left: 2%;
      margin-bottom: 20px; } }

.hdg-panel-01 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  border-radius: 10px;
  letter-spacing: .2em; }
  .panel-01 .hdg-panel-01 {
    background: #78a433;
    /* Old browsers */
    background: -webkit-linear-gradient(left, #78a433 0%, #679126 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #78a433 0%, #679126 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .panel-02 .hdg-panel-01 {
    background-color: #162e59; }

p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold; }

em {
  color: #c81126;
  font-style: normal; }

@media only screen and (max-width: 679px) {
  br {
    display: none; } }

.slider .txt img {
  display: inline-block; }

.txt-lead {
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 679px) {
    .txt-lead {
      font-size: 28px;
      font-size: 2.8rem; } }

.txt-fs18 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 1.8em; }
  @media only screen and (max-width: 679px) {
    .txt-fs18 {
      font-size: 14px;
      font-size: 1.4rem; } }

.panel-01 p {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem; }

.panel-01 em {
  color: #fff;
  font-size: 39px;
  font-size: 3.9rem; }

.panel-01 strong {
  font-size: 155px;
  font-size: 15.5rem;
  line-height: 1.1em; }

.panel-02 p {
  color: #333;
  position: relative; }
  .panel-02 p .sub {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    top: -30px;
    display: inline-block;
    margin-right: 10px; }

.panel-02 em {
  color: #333;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0em;
  display: inline-block; }

.panel-02 strong {
  font-size: 105px;
  font-size: 10.5rem;
  letter-spacing: -.05em;
  position: relative;
  top: 10px;
  display: inline-block; }

.panel-circle-01 p {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem; }
  .panel-circle-01 p .sub {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal; }

.txt-checkbox {
  text-align: center; }
  .txt-checkbox label {
    font-size: 18px;
    font-size: 1.8rem; }

.txt-form-btn {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 679px) {
    .txt-form-btn {
      max-width: 90%;
      margin: 0 auto; } }

.txt-img img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }

li, dt, dd {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem; }

.list-footer-nav {
  width: 45%; }
  @media only screen and (max-width: 679px) {
    .list-footer-nav {
      width: 98%;
      margin: 0 auto 30px; } }
  .list-footer-nav > li {
    border-left: 1px solid #595757;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 4px 0 4px 10px;
    width: 46%;
    display: inline-block;
    box-sizing: border-box; }
    @media only screen and (max-width: 679px) {
      .list-footer-nav > li {
        width: 100%;
        padding: 20px 0 20px 4%; } }
    .list-footer-nav > li:first-child, .list-footer-nav > li:nth-child(2) {
      padding-bottom: 14px; }
      @media only screen and (max-width: 679px) {
        .list-footer-nav > li:first-child, .list-footer-nav > li:nth-child(2) {
          padding-bottom: 20px; } }

.list-process > li {
  position: relative;
  display: inline-block;
  position: relative;
  margin-left: .25%;
  width: 24.5%; }
  @media only screen and (max-width: 979px) {
    .list-process > li {
      display: block;
      width: 100%;
      margin: 0 0 20px; } }
  .list-process > li h3 {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem; }
  .list-process > li .content {
    height: 273px;
    width: 100%;
    padding: 30px 0 10px 40px;
    box-sizing: border-box; }
    @media only screen and (max-width: 979px) {
      .list-process > li .content {
        padding: 20px;
        height: auto; } }
  .list-process > li img {
    display: block;
    margin: 0 auto; }
  .list-process > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 274px;
    bottom: -1px;
    left: 99%;
    z-index: 2; }
    @media only screen and (max-width: 979px) {
      .list-process > li:after {
        content: none; } }
  .list-process > li:first-child {
    margin-left: 0; }
    .list-process > li:first-child h3, .list-process > li:first-child .content {
      background-color: #162e59; }
    .list-process > li:first-child:after {
      background: url("/img/partner/bg-arrow-01.png") 0 0 no-repeat; }
  .list-process > li:nth-child(2) h3, .list-process > li:nth-child(2) .content {
    background-color: #024d87; }
  .list-process > li:nth-child(2):after {
    background: url("/img/partner/bg-arrow-02.png") 0 0 no-repeat; }
  .list-process > li:nth-child(3) h3, .list-process > li:nth-child(3) .content {
    background-color: #055c31; }
  .list-process > li:nth-child(3):after {
    background: url("/img/partner/bg-arrow-03.png") 0 0 no-repeat; }
  .list-process > li:nth-child(4) h3, .list-process > li:nth-child(4) .content {
    background-color: #cace22; }
  .list-process > li:nth-child(4):after {
    background: url("/img/partner/bg-arrow-04.png") 0 0 no-repeat; }

a:hover {
  opacity: .7; }

.link-btn {
  text-align: center;
  max-width: 100%; }
  .link-btn input, .link-btn a {
    display: inline-block; }
  .link-btn:hover {
    opacity: .7; }
  .slider .link-btn {
    position: relative;
    bottom: -100px;
    z-index: 2; }
    @media only screen and (max-width: 979px) {
      .slider .link-btn {
        bottom: -34px; } }
    @media only screen and (max-width: 679px) {
      .slider .link-btn {
        bottom: -14px; } }
  .slider .slider-item:first-child .link-btn {
    bottom: -180px; }
    @media only screen and (max-width: 979px) {
      .slider .slider-item:first-child .link-btn {
        bottom: -54px; } }
    @media only screen and (max-width: 679px) {
      .slider .slider-item:first-child .link-btn {
        bottom: -30px; } }

.link-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #aaa;
  text-decoration: underline; }
  .link-txt:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

.img-logo {
  margin: 30px 0 10px; }
  @media only screen and (max-width: 979px) {
    .img-logo {
      right: 2%; } }
  @media only screen and (max-width: 679px) {
    .img-logo {
      position: relative;
      left: 2%; } }

.img-footer-logo {
  position: absolute;
  right: 0;
  bottom: -4px; }
  @media only screen and (max-width: 979px) {
    .img-footer-logo {
      right: 2%; } }
  @media only screen and (max-width: 679px) {
    .img-footer-logo {
      position: relative;
      bottom: 0;
      left: 2%; } }

.img-lead-logo {
  position: relative;
  display: inline-block;
  top: 10px;
  margin: 0 10px; }

.img-hdg-logo {
  position: relative;
  display: inline-block;
  top: 12px;
  margin: 0 10px; }

.img-left .img-area {
  float: left;
  margin-right: 30px; }
  @media only screen and (max-width: 979px) {
    .img-left .img-area {
      float: none;
      margin: 0 auto 20px; } }
  .img-left .img-area img {
    display: block;
    max-width: 90%; }
    @media only screen and (max-width: 979px) {
      .img-left .img-area img {
        margin: 0 auto 10px; } }

.img-left .txt-area {
  display: inline-block; }

.img-right .img-area {
  float: right;
  margin-left: 30px; }
  @media only screen and (max-width: 979px) {
    .img-right .img-area {
      float: none;
      margin: 0 auto 20px; } }
  .img-right .img-area img {
    display: block;
    max-width: 90%; }
    @media only screen and (max-width: 979px) {
      .img-right .img-area img {
        margin: 0 auto 10px; } }

.tbl-01 {
  border: 2px solid #333;
  max-width: 100%;
  margin: 60px auto; }
  .tbl-01 th, .tbl-01 td {
    padding: 10px 22px;
    box-sizing: border-box;
    border-bottom: #727171 1px solid;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold; }
    @media only screen and (max-width: 679px) {
      .tbl-01 th, .tbl-01 td {
        display: block;
        width: 100%;
        border-bottom: none;
        font-size: 14px;
        font-size: 1.4rem; } }
  .tbl-01 th {
    background-color: #c2c2c3;
    color: #474747; }

.tbl-02 {
  margin: 0 auto;
  max-width: 98%; }
  @media only screen and (max-width: 679px) {
    .tbl-02 {
      width: 300px; } }
  .tbl-02 th, .tbl-02 td {
    border-bottom: #727171 1px solid;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box; }
    @media only screen and (max-width: 679px) {
      .tbl-02 th, .tbl-02 td {
        display: block;
        width: 300px;
        border-bottom: none; } }
  .tbl-02 th {
    background-color: #aeaeaf;
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center; }
  .tbl-02 td {
    background-color: #fff; }
    .tbl-02 td .sub {
      background-color: #aeaeaf;
      color: #fff;
      font-size: 19px;
      font-size: 1.9rem;
      display: inline-block;
      padding: 0 10px;
      position: relative;
      left: -70px; }
      .tbl-02 td .sub.must {
        background-color: #c81126; }
      @media only screen and (max-width: 679px) {
        .tbl-02 td .sub {
          left: 0;
          margin-top: 5px; } }

input[type="text"] {
  border: 1px solid #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 446px;
  max-width: 98%; }

input[type="submit"],
.btn-submit {
  width: 822px;
  height: 100px;
  max-width: 98%;
  background: #78a433;
  /* Old browsers */
  background: -moz-linear-gradient(top, #78a433 0%, #679126 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #78a433 0%, #679126 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #78a433 0%, #679126 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a433', endColorstr='#679126',GradientType=0 );
  /* IE6-9 */
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  border-radius: 12px; }
  @media only screen and (max-width: 849px) {
    input[type="submit"],
		.btn-submit {
      font-size: 22px;
      font-size: 2.2rem; } }

textarea {
  border: 1px solid #333;
  box-sizing: border-box;
  width: 446px;
  max-width: 98%;
  font-size: 16px;
  font-size: 1.6rem; }

label {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 30px;
  font-weight: bold; }
  label input[type="radio"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px; }
  p label {
    color: #fff; }

.slider {
  position: relative;
  width: 100%; }
  .slider .slider-item {
    width: 100%;
    height: 710px;
    display: table;
    position: relative; }
    .slider .slider-item:first-child {
      text-align: center; }
      .slider .slider-item:first-child img {
        margin: 0 auto; }
    .slider .slider-item:nth-child(2) {
      background: url("/img/partner/bg-keyvisual-01.jpg") center center no-repeat;
      background-size: cover; }
    .slider .slider-item:nth-child(3) {
      background: url("/img/partner/bg-keyvisual-02.jpg") center center no-repeat;
      background-size: cover; }
    .slider .slider-item:nth-child(4) {
      background: url("/img/partner/bg-keyvisual-03.jpg") center center no-repeat;
      background-size: cover; }
    .slider .slider-item:nth-child(5) {
      background: url("/img/partner/bg-keyvisual-04.jpg") center center no-repeat;
      background-size: cover; }
  .slider .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 679px) {
      .slider .inner {
        box-sizing: border-box; } }
  .slider .slick-dots {
    position: absolute;
    right: 20%;
    z-index: 2;
    top: 40%;
    width: 20px; }
    @media only screen and (max-width: 979px) {
      .slider .slick-dots {
        right: 5%; } }
    .slider .slick-dots li {
      display: inline-block; }
      .slider .slick-dots li button:before {
        content: "";
        border-radius: 50%;
        background-color: #ccc;
        font-size: 100px;
        font-size: 10rem;
        opacity: 1;
        display: block;
        width: 10px;
        height: 10px; }
      .slider .slick-dots li.slick-active button:before {
        background-color: #999; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mr0 {
  margin-right: auto !important; }
  @media only screen and (max-width: 679px) {
    .mr0 {
      margin-right: auto !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 679px) {
    .mr5 {
      margin-right: auto !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 679px) {
    .mr10 {
      margin-right: auto !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 679px) {
    .mr15 {
      margin-right: auto !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 679px) {
    .mr20 {
      margin-right: auto !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 679px) {
    .mr25 {
      margin-right: auto !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 679px) {
    .mr30 {
      margin-right: auto !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 679px) {
    .mr35 {
      margin-right: auto !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 679px) {
    .mr40 {
      margin-right: auto !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 679px) {
    .mr45 {
      margin-right: auto !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 679px) {
    .mr50 {
      margin-right: auto !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 679px) {
    .mr55 {
      margin-right: auto !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 679px) {
    .mr60 {
      margin-right: auto !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 679px) {
    .mr65 {
      margin-right: auto !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 679px) {
    .mr70 {
      margin-right: auto !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 679px) {
    .mr75 {
      margin-right: auto !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 679px) {
    .mr80 {
      margin-right: auto !important; } }

.ml0 {
  margin-left: 0 !important; }
  @media only screen and (max-width: 679px) {
    .ml0 {
      margin-left: auto !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 679px) {
    .ml5 {
      margin-left: auto !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 679px) {
    .ml10 {
      margin-left: auto !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 679px) {
    .ml15 {
      margin-left: auto !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 679px) {
    .ml20 {
      margin-left: auto !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 679px) {
    .ml25 {
      margin-left: auto !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 679px) {
    .ml30 {
      margin-left: auto !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 679px) {
    .ml35 {
      margin-left: auto !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 679px) {
    .ml40 {
      margin-left: auto !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 679px) {
    .ml45 {
      margin-left: auto !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 679px) {
    .ml50 {
      margin-left: auto !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 679px) {
    .ml55 {
      margin-left: auto !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 679px) {
    .ml60 {
      margin-left: auto !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 679px) {
    .ml65 {
      margin-left: auto !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 679px) {
    .ml70 {
      margin-left: auto !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 679px) {
    .ml75 {
      margin-left: auto !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 679px) {
    .ml80 {
      margin-left: auto !important; } }

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

.lyt-txt-right {
  text-align: right; }

.lyt-txt-left {
  text-align: left; }

.w-5 {
  width: 5%; }
  @media only screen and (max-width: 679px) {
    .w-5 {
      width: auto; } }

.w-10 {
  width: 10%; }
  @media only screen and (max-width: 679px) {
    .w-10 {
      width: auto; } }

.w-15 {
  width: 15%; }
  @media only screen and (max-width: 679px) {
    .w-15 {
      width: auto; } }

.w-20 {
  width: 20%; }
  @media only screen and (max-width: 679px) {
    .w-20 {
      width: auto; } }

.w-25 {
  width: 25%; }
  @media only screen and (max-width: 679px) {
    .w-25 {
      width: auto; } }

.w-30 {
  width: 30%; }
  @media only screen and (max-width: 679px) {
    .w-30 {
      width: auto; } }

.w-35 {
  width: 35%; }
  @media only screen and (max-width: 679px) {
    .w-35 {
      width: auto; } }

.w-40 {
  width: 40%; }
  @media only screen and (max-width: 679px) {
    .w-40 {
      width: auto; } }

.w-45 {
  width: 45%; }
  @media only screen and (max-width: 679px) {
    .w-45 {
      width: auto; } }

.w-50 {
  width: 50%; }
  @media only screen and (max-width: 679px) {
    .w-50 {
      width: auto; } }

.w-55 {
  width: 55%; }
  @media only screen and (max-width: 679px) {
    .w-55 {
      width: auto; } }

.w-60 {
  width: 60%; }
  @media only screen and (max-width: 679px) {
    .w-60 {
      width: auto; } }

.w-65 {
  width: 65%; }
  @media only screen and (max-width: 679px) {
    .w-65 {
      width: auto; } }

.w-70 {
  width: 70%; }
  @media only screen and (max-width: 679px) {
    .w-70 {
      width: auto; } }

.w-75 {
  width: 75%; }
  @media only screen and (max-width: 679px) {
    .w-75 {
      width: auto; } }

.w-80 {
  width: 80%; }
  @media only screen and (max-width: 679px) {
    .w-80 {
      width: auto; } }

.w-85 {
  width: 85%; }
  @media only screen and (max-width: 679px) {
    .w-85 {
      width: auto; } }

.w-90 {
  width: 90%; }
  @media only screen and (max-width: 679px) {
    .w-90 {
      width: auto; } }

.w-95 {
  width: 95%; }
  @media only screen and (max-width: 679px) {
    .w-95 {
      width: auto; } }

.w-100 {
  width: 100%; }
  @media only screen and (max-width: 679px) {
    .w-100 {
      width: auto; } }
