@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  text-align: center;
  line-height: 2.25;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  *font-size: 100%;
  color: #000;
}

body.macOs, body.win8-1 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
/* リンク色 */
a {
  color: #000;
}

a:hover, a:active {
  text-decoration: none;
  color: #000;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* IE8 */
html > body a:hover img {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
a:hover img, x:-moz-any-link {
  background: #fff;
}

a:hover img, x:-moz-any-link, x:default {
  background: #fff;
}

/* for IE7: page zoom bug fix */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .voice-list li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .voice-list li {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .voice-list li, .voice-list * html li {
  height: 1%;
}

.clearfix, .voice-list li {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 1266px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 60px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: white;
  padding-top: 33px;
  padding-bottom: 33px;
  text-align: left;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header.header-floating {
  padding: 13px 0;
}

/* ヘッダーメイン部分 */
/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 232px;
  margin-top: 17px;
  float: left;
}

/* ヘッダーお問い合わせ */
.header-contact {
  width: 600px;
  float: right;
}

.btn--header-contact {
  width: 300px;
  text-align: center;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

.copy {
  display: block;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  line-height: 30px;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  line-height: 1;
}
.global-nav a {
  text-decoration: none;
}
.global-nav .global-nav-list {
  width: 670px;
  padding-top: 26px;
  margin-right: 30px;
  list-style: none;
  float: left;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav .global-nav-list li {
  font-size: 113%;
}
.global-nav .global-nav-btn-list {
  width: 334px;
  padding-top: 12px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav .global-nav-btn-list li {
  width: 157px;
}
.global-nav .global-nav-btn-list a {
  padding: 14px 0;
  display: block;
  border: 2px solid;
  border-radius: 23px;
  text-align: center;
  font-size: 93%;
}
.global-nav .global-nav-btn-list .global-nav-item--05 a {
  background: #045D9D;
  border-color: #6FABD6;
  color: #fff;
}
.global-nav .global-nav-btn-list .global-nav-item--06 a {
  background: #6FABD6;
  border-color: #183F41;
  color: #fff;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #6FABD6;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #6FABD6;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  margin: 114px 0 120px;
}
.page-title .page-title__text {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 2px;
  font-size: 250%;
}

/* 見出し */
.title-lv1 {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 2px;
  font-size: 250%;
}

.title-lv2 {
  padding: 0 0 0 5px;
  border-left: 3px solid #6FABD6;
  margin-bottom: 5px;
  color: #6FABD6;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #6FABD6;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #6FABD6;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #6FABD6;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #6FABD6;
  text-decoration: none;
  color: #6FABD6;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.article .article__date {
  display: block;
  width: 20%;
  border-right: 1px dashed #666666;
  float: left;
}
.article .article__title {
  width: 78%;
  float: left;
  font-weight: normal;
  font-size: 100%;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #6FABD6;
}
.pagination a {
  border: 1px solid #6FABD6;
}
.pagination a:hover {
  background-color: #6FABD6;
  border: 1px solid #6FABD6;
  color: #fff;
}
.pagination .current {
  background-color: #6FABD6;
  border: 1px solid #6FABD6;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.dispbody {
  padding-top: 124px;
}

.page-nav {
  list-style: none;
  width: 204px;
  display: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: fixed;
  opacity: 0;
  right: 50px;
  bottom: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: -1;
}

.is-disp .page-nav {
  opacity: 1;
  z-index: 1;
}

.is-show .page-nav {
  opacity: 1;
  z-index: 1;
}

.top-main {
  background: url(../img/main/bgi--01.png) calc(50% + 317px) top no-repeat, url(../img/main/bgi--bottom-01.jpg) center bottom no-repeat, url(../img/main/bgi--bottom-02.jpg) center bottom repeat-x;
  background-color: #98C6E2;
  height: 794px;
  padding-top: 62px;
  padding-bottom: 97px;
  margin-bottom: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .top-main {
    background: url(../img/main/bgi--01-2x.png) calc(50% + 317px) top no-repeat, url(../img/main/bgi--bottom-01-2x.jpg) center bottom no-repeat, url(../img/main/bgi--bottom-02-2x.jpg) center bottom repeat-x;
    background-color: #98C6E2;
    background-size: 1396px auto, 234px auto, 23px auto;
  }
}

.intro {
  margin-bottom: 78px;
}
.intro .intro__sub {
  display: block;
  margin: 0 auto 40px;
}
.intro .intro-content {
  overflow: hidden;
}
.intro .intro__pic {
  display: block;
  padding-top: 20px;
  margin-right: 40px;
  float: left;
}
.intro .intro__lede {
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 1.7px;
  font-size: 171%;
}
.intro .intro__text {
  letter-spacing: 1px;
}

.step {
  background: url(../img/step/bgi--01.png) center top no-repeat, url(../img/step/bgi--top-01.jpg) center top no-repeat, url(../img/step/bgi--top-02.jpg) center top repeat-x, url(../img/step/bgi--bottom-01.jpg) center bottom no-repeat, url(../img/step/bgi--bottom-02.jpg) center bottom repeat-x;
  background-color: #9ACCF0;
  padding-top: 145px;
  padding-bottom: 250px;
  margin-bottom: 70px;
  text-align: center;
}
.step .step__sub {
  display: block;
  margin: 0 auto 20px;
}

.step-step {
  /*background: url(../img/step/bgi--line.png) center center no-repeat;*/
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comparison {
  margin-bottom: 90px;
}
.comparison .comparison__sub {
  display: block;
  margin: 0 auto 20px;
}

.comparison-item {
  background: #fff;
  width: 440px;
  border: 4px solid #C3C3C3;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comparison-item .comparison-item__title {
  background: #F7F7F7;
  width: 440px;
  height: 110px;
  border-radius: 14px 14px 0 0;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  line-height: 1.7;
  font-size: 113%;
}
.comparison-item .comparison-dl {
  padding: 20px 20px;
}
.comparison-item .comparison-dl dt {
  padding: 0 15px 20px;
  font-size: 125%;
}
.comparison-item .comparison-dl dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #989898;
  line-height: 30px;
  font-size: 88%;
}
.comparison-item .comparison-dl dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.comparison-item .comparison-dl .comparison-dl__good {
  background: url(../img/comparison/ico--good.svg) right top no-repeat;
}
.comparison-item .comparison-dl .comparison-dl__bad {
  background: url(../img/comparison/ico--bad.svg) right top no-repeat;
}
.comparison-item .comparison-dl .comparison-dl__contact {
  width: 335px;
  padding: 20px 0;
  display: block;
  margin: 40px auto 30px;
  border-radius: 37px;
  background: #6fabd6;
  border: 2px solid #000;
  text-decoration: none;
  text-align: center;
  font-size: 125%;
  color: #fff;
}
.comparison-item.comparison--main {
  width: 460px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
}
.comparison-item.comparison--main .comparison-item__title {
  width: 460px;
  height: 140px;
}
.comparison-item.comparison--main .comparison-dl {
  padding: 20px 30px;
}
.comparison-item.comparison--main .comparison-dl dd {
  font-size: 100%;
}

.comparison--01 {
  height: 833px;
  position: absolute;
  left: 0;
  top: 105px;
  z-index: 0;
}
.comparison--01 .comparison-dl {
  padding-right: 40px;
}
.comparison--01 .comparison-dl dt {
  margin-right: 20px;
}
.comparison--01 .comparison-dl dd {
  margin-right: 20px;
}

.comparison--02 {
  height: 833px;
  position: absolute;
  right: 0;
  top: 105px;
  z-index: 0;
}
.comparison--02 .comparison-dl {
  padding-left: 40px;
}
.comparison--02 .comparison-dl dt {
  margin-left: 20px;
}
.comparison--02 .comparison-dl dd {
  margin-left: 20px;
}

.reason {
  background: url(../img/reason/pic--01.png) calc(50% + 317px) 273px no-repeat, url(../img/reason/bgi--01.png) center top no-repeat, url(../img/reason/bgi--top-01.jpg) center top no-repeat, url(../img/reason/bgi--top-02.jpg) center top repeat-x;
  background-color: #9ACCF0;
  padding-top: 144px;
  letter-spacing: 1px;
}
.reason .reason__sub {
  display: block;
  margin: 0 auto 20px;
}
.reason .title-lv1 {
  margin-bottom: 130px;
}
.reason .reason__title {
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 3px;
  font-size: 313%;
}

.reason__icon {
  display: block;
  margin-bottom: 30px;
}

.reason-01 {
  margin-left: 80px;
  padding-bottom: 110px;
}

.reason-02 {
  background: url(../img/reason/pic--02.png) calc(50% - 317px) 20px no-repeat, url(../img/reason/bgi--02.png) center top no-repeat;
  background-color: #6FABD6;
  padding: 90px 0 105px;
}
.reason-02 .reason-02-content {
  padding-left: 633px;
}

.reason-03 {
  background: url(../img/reason/pic--03.png) calc(50% + 317px) 117px no-repeat, url(../img/reason/bgi--03.png) center top no-repeat;
  padding: 110px 0 165px;
}
.reason-03 .reason-03-content {
  padding-left: 80px;
}

.check {
  background: url(../img/check/bgi--top-01.jpg) center top no-repeat, url(../img/check/bgi--top-02.jpg) center top repeat-x;
  padding-top: 175px;
  margin-bottom: 150px;
}
.check .check__sub {
  display: block;
  margin: 0 auto 20px;
}
.check .title-lv1 {
  margin-bottom: 20px;
}
.check .check__lede {
  margin-bottom: 110px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 125%;
  color: #F7288F;
}

.check-point {
  width: 1266px;
  list-style: none;
  margin: 0 auto 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.check-point li {
  background: #fff;
  width: 370px;
  margin-bottom: 110px;
  border-radius: 10px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.check-point li .check-point__pic {
  position: relative;
  height: 220px;
}
.check-point li .check-point__pic img {
  position: absolute;
  left: 8px;
  top: -50px;
}
.check-point li p {
  padding: 40px 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 163%;
}

.why {
  background: url(../img/why/pic--01.png) center 176px no-repeat, url(../img/why/bgi--01.png) center 30px no-repeat, url(../img/why/bgi--top-01.jpg) center top no-repeat, url(../img/why/bgi--top-02.jpg) center top repeat-x;
  background-color: #8FC5EB;
  padding-top: 270px;
  padding-bottom: 135px;
}
.why .title-lv1 {
  margin-bottom: 0;
}

.why-wrap {
  padding-top: 240px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-section {
  width: 50%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.why-section .why-section__title {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 163%;
}
.why-section .why-section__content {
  background: #fff;
  padding: 35px 50px;
  height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 22px;
  letter-spacing: 1px;
  text-align: left;
}
.why-section.why-section-01 .why-section__title {
  padding-left: 300px;
  text-align: left;
}
.why-section.why-section-02 .why-section__title {
  padding-right: 340px;
  text-align: right;
}

.service {
  background: url(../img/service/bgi--top-01.jpg) center top no-repeat, url(../img/service/bgi--top-02.jpg) center top repeat-x;
  padding-top: 160px;
  margin-bottom: 140px;
}
.service .service__sub {
  display: block;
  margin: 0 auto 30px;
}
.service .service__intro {
  margin-bottom: 110px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 125%;
}
.service .service-list {
  width: 1067px;
  margin: 0 auto 60px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .service-list li {
  width: 430px;
  margin-bottom: 70px;
  letter-spacing: 1px;
}
.service .service-list dl dt {
  margin-bottom: 20px;
  font-size: 138%;
}
.service .service-list dl dt img {
  display: block;
  margin: 0 auto 10px;
}
.service .service-list dl dd {
  text-align: left;
}

.flow {
  background: url(../img/flow/bgi--01.png) center top no-repeat, url(../img/flow/bgi--top-01.jpg) center top no-repeat, url(../img/flow/bgi--top-02.jpg) center top repeat-x, url(../img/flow/bgi--bottom-01.jpg) center bottom no-repeat, url(../img/flow/bgi--bottom-02.jpg) center bottom repeat-x;
  background-color: #8FC5EB;
  padding-top: 150px;
  padding-bottom: 245px;
  margin-bottom: 60px;
}
.flow .flow__sub {
  display: block;
  margin: 0 auto 20px;
}
.flow .slick-dots {
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: -55px;
  z-index: 1;
}
.flow .slick-dots:after {
  content: " ";
  background: #fff;
  width: 240px;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 40px;
  z-index: -1;
}
.flow .slick-dots li {
  width: 28px;
  height: 28px;
  margin: 0 15px;
}
.flow .slick-dots li button {
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 20px;
}
.flow .slick-dots li button::before {
  content: none;
}
.flow .slick-dots li.slick-active button {
  background: #183F41;
}

.flow-list {
  list-style: none;
  margin: 0 auto 0;
}
.flow-list .flow-list__child {
  background: url(../img/flow/bgi--flow-01.svg) right 0 top 260px no-repeat, url(../img/flow/bgi--flow-02.svg) left 0 top 260px no-repeat;
  margin-top: 110px;
  padding: 0 72px;
  position: relative;
}
.flow-list .flow-list__child:first-child {
  background: url(../img/flow/bgi--flow-01.svg) right 0 top 260px no-repeat;
}
.flow-list .flow-list__child:last-child {
  background: url(../img/flow/bgi--flow-02.svg) left 0 top 260px no-repeat;
}
.flow-list .flow-list__child .flow-list__icon {
  position: absolute;
  top: -50px;
  left: 252px;
}
.flow-list dl {
  background: #fff;
  width: 458px;
  padding: 85px 40px 40px;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  text-align: left;
}
.flow-list dl dt {
  width: 378px;
  height: 80px;
  padding-bottom: 20px;
  display: table-cell;
  margin-bottom: 40px;
  vertical-align: middle;
  line-height: 1.7;
  text-align: center;
  font-size: 138%;
}

.voice {
  margin-bottom: 140px;
}
.voice .voice__sub {
  display: block;
  margin: 0 auto 40px;
}

.voice-list {
  width: 1260px;
  margin: 0 auto 76px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.voice-list li {
  width: 610px;
}
.voice-list li .voice-list__pic {
  width: 111px;
  display: block;
  float: left;
}
.voice-list li .voice-list__pic img {
  border-radius: 7px;
  border: 2px solid #000;
}
.voice-list li .voice-list__balloon {
  background: url(../img/voice/bgi--01.svg) left top no-repeat;
  width: 491px;
  height: 175px;
  padding: 23px 34px 18px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: 1.9;
  font-weight: bold;
  float: right;
}
.voice-list li:nth-child(even) {
  margin-top: 75px;
}
.voice-list li:nth-child(even) .voice-list__pic {
  float: right;
}
.voice-list li:nth-child(even) .voice-list__balloon {
  background: url(../img/voice/bgi--02.svg) left top no-repeat;
  padding: 23px 54px 18px 34px;
  float: left;
}
.voice-list .voice-list__name {
  margin-top: 15px;
  text-align: right;
  font-size: 88%;
}

.voice-point {
  margin-bottom: 40px;
  font-size: 306%;
  color: #000;
}

.admin {
  background: url(../img/admin/pic--01.png) calc(50% - 385px) 333px no-repeat, url(../img/admin/bgi--01.png) center top no-repeat, url(../img/admin/bgi--top-01.jpg) center top no-repeat, url(../img/admin/bgi--top-02.jpg) center top repeat-x, url(../img/admin/bgi--bottom-01.jpg) center bottom no-repeat, url(../img/admin/bgi--bottom-02.jpg) center bottom repeat-x;
  background-color: #8FC5EB;
  padding-top: 145px;
  padding-bottom: 175px;
  margin-bottom: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .admin {
    background: url(../img/admin/pic--01-2x.png) calc(50% - 385px) 333px no-repeat, url(../img/admin/bgi--01.png) center top no-repeat, url(../img/admin/bgi--top-01.jpg) center top no-repeat, url(../img/admin/bgi--top-02.jpg) center top repeat-x, url(../img/admin/bgi--bottom-01.jpg) center bottom no-repeat, url(../img/admin/bgi--bottom-02.jpg) center bottom repeat-x;
    background-size: 271px auto, auto, auto, auto, auto, auto;
    background-color: #8FC5EB;
  }
}
.admin .admin__sub {
  display: block;
  margin: 0 auto 40px;
}
.admin .title-lv1 {
  margin-bottom: 160px;
}
.admin .admin__name {
  text-align: right;
  margin-bottom: 40px;
  padding-right: 110px;
}
.admin .admin__text {
  padding-left: 86px;
  padding-right: 110px;
  margin-bottom: 60px;
  letter-spacing: 1px;
  line-height: 1.9;
}

.admin-content {
  padding-left: 470px;
  padding-right: 70px;
  margin-bottom: 65px;
  text-align: left;
}

.admin-result {
  background: #fff;
  border: 4px solid #000;
  padding: 30px 40px;
  border-radius: 17px;
  line-height: 2;
  font-size: 119%;
  font-weight: bold;
}

.faq {
  margin-bottom: 150px;
}
.faq .faq__sub {
  display: block;
  margin: 0 auto 40px;
}

.faq-list {
  width: 927px;
  margin: 0 auto 0;
  text-align: left;
  border-bottom: 1px solid #6FABD6;
}
.faq-list dt {
  background: url(../img/faq/ico--faq-q.svg) 11px 45px no-repeat, url(../img/faq/ico--plus.svg) right 23px top 62px no-repeat;
  padding-left: 115px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #6FABD6;
  font-size: 1.5;
  font-size: 156%;
  cursor: pointer;
}
.faq-list dt.active {
  background: url(../img/faq/ico--faq-q.svg) 11px 45px no-repeat;
}
.faq-list dd {
  display: none;
  background: url(../img/faq/ico--faq-a.svg) 11px 0 no-repeat;
  padding-left: 115px;
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 113%;
}

.contact {
  background: url(../img/contact/bgi--top-01.jpg) center top no-repeat, url(../img/contact/bgi--top-02.jpg) center top repeat-x;
  padding-top: 230px;
  margin-bottom: 120px;
}
.contact .contact__sub {
  display: block;
  margin: 0 auto 40px;
}

.contact-wrap {
  width: 860px;
  margin: 0 auto;
}

.confirm {
  background: #6FABD6 url(../img/confirm/bgi--01.jpg) right top no-repeat;
  background: #6FABD6;
  background-size: auto 100%;
  padding-top: 65px;
  padding-bottom: 60px;
}
.confirm .confirm-content {
  padding-left: 156px;
  padding-top: 120px;
  width: 412px;
  float: left;
}
.confirm .confirm__title {
  margin-bottom: 40px;
}
.confirm .confirm__company {
  display: block;
}
.confirm .confirm__btn {
  display: block;
  background: #045D9D;
  width: 363px;
  padding: 10px 0;
  border-radius: 40px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 144%;
  color: #fff;
}

.site-author {
  width: 578px;
  float: right;
  line-height: 2;
  font-weight: bold;
}

.law-table {
  width: 900px;
  margin: 0 auto;
}
.law-table th {
  background: #98C6E2;
  width: 25%;
  padding: 20px;
  border: 1px solid #000;
  color: #fff;
}
.law-table td {
  padding: 20px;
  border: 1px solid #000;
}

.pp-container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

.pp-section {
  margin-bottom: 60px;
}
.pp-section .pp-section__title {
  font-size: 181%;
}

.pp-dl dt {
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
  font-size: 113%;
  font-weight: bold;
}
.pp-dl dt span {
  display: inline-block;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.pp-dl dd {
  margin-bottom: 40px;
}

.pp-sub-section {
  padding-left: 60px;
  margin-bottom: 40px;
  position: relative;
}
.pp-sub-section strong {
  position: absolute;
  top: 0;
  left: 0;
}

.pp-number {
  list-style: none;
}
.pp-number li {
  padding-left: 40px;
  position: relative;
}
.pp-number li:before {
  display: inline-block;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.pp-number li:nth-child(6):before {
  content: "(6)";
}
.pp-number li:nth-child(5):before {
  content: "(5)";
}
.pp-number li:nth-child(4):before {
  content: "(4)";
}
.pp-number li:nth-child(3):before {
  content: "(3)";
}
.pp-number li:nth-child(2):before {
  content: "(2)";
}
.pp-number li:nth-child(1):before {
  content: "(1)";
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 89%;
}

.u-font-size--large {
  font-size: 113%;
}

.u-font-size--x-large {
  font-size: 125%;
}

.u-font-size--xx-large {
  font-size: 144%;
}

/* 文字色、装飾の設定 */
.u-font-bold, .comparison-item.comparison--main .comparison-dl dd, .reason, .why-section .why-section__content, .service .service__intro, .service .service-list dl dt, .voice-point, .admin-content, .faq-list dd, .pp-section .pp-section__title, .pp-dl dt {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-font-heavy, .page-title .page-title__text, .title-lv1, .intro .intro__lede, .comparison-item .comparison-item__title, .reason .reason__title, .check .check__lede, .check-point li p, .why-section .why-section__title, .flow-list dl dt {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #6FABD6;
}

.u-color-sub {
  color: #83300E;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F5FF00));
  background: linear-gradient(transparent 60%, #F5FF00 60%);
  padding: 0 10px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 80px;
}

.u-margin-bottom--max {
  margin-bottom: 120px;
}

.u-position-relative {
  position: relative;
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master.css.map */