@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Base
	 3. Animation
	 4. Layout
	 5. Module
	 6. Theme
	 7. Header
	 8. Footer
	 9. Index
	10. Step2
	


	96. Print
	97. Slick
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Base
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

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

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em 2em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  margin: 5px 0;
  padding: 6px;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

p {
  min-height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

@media all and (min-width: 940px), print {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 939px) {
  html {
    font-size: 14px;
  }
}

/* --------------------------------------------------
	 3. Animation
-------------------------------------------------- */
/* --------------------------------------------------
	 4. Layout
-------------------------------------------------- */
#header,
#content,
#footer {
  position: relative;
  clear: both;
}

#header .inner,
#content .inner,
#footer .inner {
  position: relative;
  margin: 0 auto;
}

#breadline {
  padding: 10px 0;
  font-weight: bold;
}

#breadline li {
  display: inline-block;
  vertical-align: middle;
}

#breadline li .divider {
  padding: 0 5px;
  font-weight: bold;
}

#breadline li a {
  color: #000;
  text-decoration: none;
}

#breadline li.home a {
  display: inline-block;
  text-decoration: none;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  width: 70px;
  height: 70px;
  background-color: #6464E6;
  border-radius: 50%;
}

#pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

#pagetop a {
  text-indent: 110%;
  overflow: hidden;
  display: block;
  height: 100%;
  font-size: 0;
  color: transparent;
  background: url(image/icon_scrollTop.png) no-repeat center 28px;
  background-size: 20px auto;
}

@media all and (min-width: 940px), print {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
  }
}

@media only screen and (max-width: 939px) {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 290px;
  }
  #pagetop {
    width: 45px;
    height: 45px;
    bottom: 10px;
  }
  #pagetop a {
    background-position: center 15px;
    background-size: 20px auto;
  }
  #breadline {
    padding: 10px 0;
  }
  #breadline li .divider {
    width: 10px;
    height: 10px;
  }
}

/* --------------------------------------------------
	 5. Module
-------------------------------------------------- */
.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.font_weight_normal {
  font-weight: normal !important;
}

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

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

table {
  width: 100%;
}

table.basic_table {
  margin: 2em auto;
  font-size: 0.9375rem;
  background-color: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

table.basic_table.text_center th,
table.basic_table.text_center td {
  text-align: center;
}

table.basic_table.fixed {
  table-layout: fixed;
}

table.basic_table th,
table.basic_table td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

table.basic_table th:empty,
table.basic_table td:empty {
  height: 2.79em;
}

table.basic_table th {
  color: #000;
  white-space: nowrap;
  background-color: #c2f6ff;
}

table.basic_table thead {
  line-height: 1.4;
}

div.focus_text, div.attention_text {
  margin: 1em auto;
  padding: 1em 1.5em;
}

div.focus_text .title, div.attention_text .title {
  font-size: 1.125rem;
}

div.focus_text {
  background-color: #cecfcb;
}

div.focus_text .title {
  color: #000;
}

div.attention_text {
  color: #fff;
  background-color: #7e0602;
}

div.attention_text .title {
  color: #fff;
}

ul.basic_ul {
  margin-left: 1.5em;
  padding: 0;
}

ul.basic_ul > li {
  position: relative;
  padding: .2em 0;
}

ul.basic_ul > li::before {
  position: absolute;
  left: -1em;
  top: .85em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  background-color: #6464E6;
  border: 2px solid #6464E6;
  border-radius: 50%;
}

ul.basic_ul > li > ul,
ul.basic_ul > li > ol {
  margin-left: 1.25em;
}

ul.basic_ul > li > ul > li {
  position: relative;
}

ul.basic_ul > li > ul > li::before {
  position: absolute;
  left: -1em;
  top: .85em;
  content: "";
  display: block;
  width: .5em;
  height: 2px;
  background-color: #6464E6;
}

ol.basic_ol {
  margin-left: 1.5em;
  padding: 1em 0;
  list-style: decimal;
}

ol.basic_ol > li {
  padding: .5em 0 .5em .25em;
}

ol.basic_ol > li > ul,
ol.basic_ol > li > ol {
  margin-left: 1.25em;
}

dl.basic_dl > dt {
  font-weight: bold;
}

dl.basic_dl > dd {
  margin-left: 1em;
}

dl.basic_dl > dd + dt {
  padding-top: 1em;
}

pre {
  white-space: normal;
}

.text_indent {
  margin-left: 1em;
  text-indent: -1em;
}

.attention_txt {
  color: #ff212c;
  margin-left: 1em;
  margin-bottom: .5em;
  text-indent: -1em;
  font-weight: bold;
}

.basic_btn {
  color: #fff !important;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  max-width: 210px;
  border-radius: 25px;
  background-color: #6464E6;
  padding: 0.5em 2.4em 0.5em 2em;
  position: relative;
}

.basic_btn:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(image/icon_arrow01.png) no-repeat center;
  background-size: contain;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basic_btn:hover {
  opacity: 0.8;
}

.title_step {
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 1.125em;
  border-bottom: 2px solid #6464E6;
}

@media all and (min-width: 940px), print {
  .only_sp {
    display: none;
  }
  table.basic_table th:empty,
  table.basic_table td:empty {
    height: 3.744em;
  }
  div.focus_text, div.attention_text {
    padding: 1.5em 4em;
  }
}

@media only screen and (max-width: 939px) {
  .only_pc {
    display: none;
  }
  table.vertical > thead > tr > th,
  table.vertical > thead > tr > td,
  table.vertical > tbody > tr > th,
  table.vertical > tbody > tr > td {
    display: block;
    white-space: normal !important;
    width: 100%;
  }
  table.vertical > thead > tr > th:empty,
  table.vertical > thead > tr > td:empty,
  table.vertical > tbody > tr > th:empty,
  table.vertical > tbody > tr > td:empty {
    display: none;
  }
  .title_step {
    padding-bottom: 1em;
    border-bottom-width: 1px;
  }
  .title_step img {
    max-width: 120px;
  }
}

@media screen and (min-width: 740px) {
  .visible_sp {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .visible_pc {
    display: none !important;
  }
}

/* --------------------------------------------------
	 6. Theme
-------------------------------------------------- */
section {
  padding: 3em 0;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  margin-bottom: .5em;
  padding-top: 2em;
  color: #000;
  text-align: center;
}

section h1:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child {
  padding-top: 0;
}

section h1 + h2,
section h2 + h3,
section h3 + h4,
section h4 + h5,
section h5 + h6 {
  padding-top: 0;
}

section h2 {
  font-size: 1.5rem;
}

section h3 {
  font-size: 1.3125rem;
}

section h4 {
  font-size: 1.125rem;
}

section h5 {
  font-size: 1.0625rem;
}

section h6 {
  font-size: 1rem;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  padding: 8px 12px;
  width: 100%;
  border: 1px solid #999;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.focus_text, div.attention_text, div.error_text {
  font-weight: bold;
}

div.focus_text {
  padding: 1.5em 1em;
}

div.attention_text, div.error_text {
  padding: 1em;
}

@media all and (min-width: 940px), print {
  section {
    padding: 6em 0;
  }
  section h2 {
    font-size: 2.25rem;
  }
  section h3 {
    font-size: 1.75rem;
  }
  section h4 {
    font-size: 1.5rem;
  }
  section h5 {
    font-size: 1.25rem;
  }
  section h6 {
    font-size: 1.125rem;
  }
  a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
  }
}

/* --------------------------------------------------
	 7. Header
-------------------------------------------------- */
#header {
  background-color: #6464E6;
  padding: 1.5em 0.875em 1.5em;
}

#header .inner {
  max-width: 100%;
}

#header .logo {
  width: 400px;
  max-width: 100%;
}

#header .logo a {
  text-indent: 110%;
  overflow: hidden;
  display: block;
  color: transparent;
  font-size: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 20%;
  background: url(image/logo.png) no-repeat left center;
  background-size: contain;
}

#header .logo a:hover {
  opacity: 0.8;
}

body.index #header {
  padding: 3.31em 0;
  position: relative;
}

body.index #header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10.5em;
  background-color: inherit;
  z-index: -1;
}

body.index #header h1 {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

body.index #header h1 a {
  padding-top: 27.5%;
  background: url(image/logo_top.png) no-repeat center;
  background-size: contain;
  display: block;
}

@media only screen and (max-width: 939px) {
  body.index #header {
    padding: 2.5em 0;
  }
  body.index #header h1 {
    width: 340px;
  }
  #header {
    padding: 1.5em 0;
  }
  #header .logo {
    width: 120px;
  }
}

/* --------------------------------------------------
	 8. Footer
-------------------------------------------------- */
#footer {
  padding: 0;
  color: #fff;
  background-color: #6464E6;
}

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

#footer .nav {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .nav a {
  display: block;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 1em;
}

#footer .nav a:hover {
  opacity: 0.7;
}

#footer .copyright {
  padding: 2.2em 0 1.9em;
  font-size: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

@media all and (min-width: 940px), print {
  #footer .nav a {
    padding: 0 1em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .nav a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 939px) {
  #footer {
    padding: 1.7em 0 0;
  }
  #footer .copyright {
    padding: 2em 0 1.5em;
  }
}

/* --------------------------------------------------
	 9. Index
-------------------------------------------------- */
article.index section {
  overflow: hidden;
}

article.index section.step {
  padding: 0 0 7.75em;
}

article.index section.step .step_block01 {
  border-radius: 25px;
  background: #fff;
  padding: 3.43em 6.25em 5em;
}

article.index section.step .step_block01 .ttl {
  font-size: 1rem;
  margin-bottom: 2.5em;
}

article.index section.step .step_block01 .desc {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

article.index section.step .step_block02 .title_step {
  margin-top: 5.275em;
}

article.index section.step .step_block02 .msg {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 2.125em 0 2.25em;
}

article.index section.step .step_block02 .group_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

article.index section.step .step_block02 .group_box + .group_box {
  margin-top: 1.5em;
}

article.index section.step .step_block02 .group_box .group_link {
  background: #6464E6;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  min-width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1.5em 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

article.index section.step .step_block02 .group_box .group_link:hover {
  opacity: 0.8;
}

article.index section.step .step_block02 .group_box .group_link:after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background: url(image/icon_arrow01.png) no-repeat center;
  background-size: contain;
  margin-top: 8px;
}

article.index section.step .step_block02 .group_box .group_desc {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 1.357em 3em 1.2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 939px) {
  article.index section.step {
    padding: 0 0 6em;
  }
  article.index section.step .step_block01 {
    padding: 2em 1.5em 2em;
    border-radius: 20px;
  }
  article.index section.step .step_block01 .ttl {
    margin-bottom: 1.5em;
  }
  article.index section.step .step_block01 .ttl img {
    max-width: 120px;
  }
  article.index section.step .step_block01 .desc {
    letter-spacing: 0;
  }
  article.index section.step .step_block02 .msg {
    letter-spacing: 0;
  }
  article.index section.step .step_block02 .group_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.index section.step .step_block02 .group_box .group_link {
    width: 100%;
    position: relative;
    padding: 0.65em 3em;
    height: 40px;
  }
  article.index section.step .step_block02 .group_box .group_link img {
    width: 80px;
  }
  article.index section.step .step_block02 .group_box .group_link:after {
    height: 20px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  article.index section.step .step_block02 .group_box .group_desc {
    padding: 1em 1em 1em 1.5em;
  }
  article.index section.step .step_block02 .group_box.other .group_link {
    height: 40px;
  }
}

/* --------------------------------------------------
	10. Step2
-------------------------------------------------- */
body.step2 h1 {
  display: none;
}

article.step2 section.step {
  padding: 6.5em 0 9.375em;
}

article.step2 section.step #sdc_step2_block,
article.step2 section.step #sdc_step3_block,
article.step2 section.step #sdc_step4_block,
article.step2 section.step #sdc_step5_block,
article.step2 section.step #sdc_step7_block,
article.step2 section.step #sdc_result_block {
  display: none;
}

article.step2 section.step .sdc_step_block {
  margin-bottom: 2.5em;
}

article.step2 section.step .sdc_step_block:not(#sdc_step2_block) {
  padding-top: 4.06em;
  position: relative;
}

article.step2 section.step .sdc_step_block:not(#sdc_step2_block):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #6464E6;
}

article.step2 section.step .sdc_step_block .sdc_step_msg {
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 2.125em 0 2em;
}

article.step2 section.step .sdc_step_block .sdc_step_msg .attention_txt {
  color: #000;
  font-size: 0.875rem;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 1.875em 2.87em 0.625em;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -18px;
  margin-right: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button {
  margin: 0 18px 20px 18px;
  border-radius: 5px;
  text-align: center;
  background: #6464E6;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.21em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button:hover {
  background-color: #6464E6 !important;
  opacity: 0.8;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_selected_btn {
  background-color: #1C1F2A;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step2btn {
  width: calc(25% - 36px);
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step7btn {
  width: calc(25% - 36px);
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step3btn {
  width: calc(25% - 36px);
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step4btn {
  width: calc(20% - 26px);
  margin-left: 13px;
  margin-right: 13px;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn#sdc_step2_btns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn#sdc_step4_btns {
  margin-left: -13px;
  margin-right: -13px;
}

article.step2 section.step .sdc_step_block#sdc_result_block {
  background: #fff;
  border-radius: 32px;
  margin-top: 8.125em;
  padding-left: 6.25em;
  padding-right: 6.25em;
  padding-bottom: 3.125em;
}

article.step2 section.step .sdc_step_block#sdc_result_block:before {
  top: -5.6em !important;
}

article.step2 section.step .sdc_step_block#sdc_result_block .sdc_step_header {
  font-size: 1rem;
}

article.step2 section.step .sdc_step_block#sdc_result_block .sdc_step_msg {
  text-align: left;
  margin-right: -8px;
  margin-bottom: 2.87em;
}

article.step2 section.step .sdc_step_block#sdc_result_block .sdc_step_msg.--center {
  text-align: center;
  margin-right: auto;
}

article.step2 section.step .sdc_step_block#sdc_result_block .sdc_result {
  margin-bottom: 1.5em;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table {
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 0;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table th {
  background-color: #1C1F2A;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table th:first-child {
  width: 20%;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table th span {
  font-size: 0.875rem;
  color: #fdfa22;
  letter-spacing: 0;
  display: block;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table th, article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table td {
  padding: 0.5em;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table td {
  padding-left: 2em;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table tr {
  border-top: 1px solid #E2E3E3;
  border-bottom: 1px solid #E2E3E3;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_result_table tr > *:not(:last-child) {
  border-right: 1px solid #E2E3E3;
}

article.step2 section.step .sdc_step_block#sdc_result_block #sdc_step_msg {
  margin: 0 !important;
}

article.step2 section.step .sdc_return {
  text-align: center;
  margin-top: 3.25em;
}

@media only screen and (max-width: 939px) {
  article.step2 section.step {
    padding: 3em 0 4em;
  }
  article.step2 section.step .sdc_step_block .sdc_step_msg {
    margin: 1.2em 0 1.5em;
  }
  article.step2 section.step .sdc_step_block .sdc_step_msg P {
    text-align: left;
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset {
    padding: 1.4em 1em 0.7em;
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn {
    margin-left: -5px;
    margin-right: -5px;
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button {
    margin: 0 5px 10px 5px;
    font-size: 1rem;
    letter-spacing: 0px;
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step2btn {
    width: calc(50% - 10px);
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step7btn {
    width: calc(50% - 10px);
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step3btn {
    width: calc(33.33% - 10px);
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step4btn {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn#sdc_step4_btns {
    margin-left: -5px;
    margin-right: -5px;
  }
  article.step2 section.step .sdc_step_block .sdc_selector_casset#sdc_step2_btns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block {
    padding: 2em 1.5em 2.5em;
    border-radius: 20px;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block:before {
    top: -3em;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_step_msg {
    margin-right: 0;
    letter-spacing: 0;
    margin-top: 1.6em;
    margin-bottom: 2em;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_result {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_result::-webkit-scrollbar {
    height: 10px;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_result::-webkit-scrollbar-thumb {
    background-color: #e9f4ff;
    border-radius: 5px;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_result table {
    width: auto;
    margin-bottom: 0;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_result th,
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_result td {
    white-space: nowrap;
  }
  article.step2 section.step .sdc_step_block#sdc_result_block .sdc_step_header img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 739px) {
  article.step2 section.step .sdc_step_block .sdc_selector_casset .list_btn .sdc_selector_button.sdc_step3btn {
    width: calc(50% - 10px);
  }
}

/* --------------------------------------------------
	96. Print
-------------------------------------------------- */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  body {
    zoom: .8;
  }
  #header {
    position: absolute !important;
  }
}

/* --------------------------------------------------
	97. slick
-------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-prev,
.slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 32%;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  opacity: .8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

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

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

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: .75;
}

.slick-prev {
  left: 30px;
}

.slick-prev::before {
  left: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 30px;
}

.slick-next::before {
  left: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  left: inherit;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 3;
}

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

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

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

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  background-color: #000;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #afafaf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  background-color: #000;
}
