@charset "UTF-8";
.dc-m-breadcrumbs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dc-m-breadcrumbs__content {
  height: 25px;
  overflow: hidden;
}

.dc-m-breadcrumbs__list {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.dc-m-breadcrumbs__item {
  display: inline-block;
  letter-spacing: normal;
}

.dc-m-breadcrumbs__item > a,
.dc-m-breadcrumbs__item > span {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10px;
  line-height: 25px;
}

.dc-m-breadcrumbs__item > a {
  background-color: #f7f7f7;
}

.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > a,
.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > span {
  padding-left: 18px;
}

.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > a:before,
.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > a:after,
.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > span:before,
.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > span:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 2px;
  top: -2px;
  content: ' ';
}

.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > a:after,
.dc-m-breadcrumbs__item + .dc-m-breadcrumbs__item > span:after {
  border-color: transparent transparent transparent #f7f7f7;
  left: 0;
}

.dc-m-breadcrumbs__home > span {
  display: none;
}

.dc-m-breadcrumbs__home:before {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: transparent url("../img/icn-home.png") no-repeat 0 0;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  content: ' ';
}

/* -------------------------------------------------------------------
 * point_list
 * ---------------------------------------------------------------- */
.point_anchor {
  margin-top: 2px;
}

.point_anchor h4 {
  background: url("/sp/merit/img/sp_bg_ttl.gif") 0 0 repeat;
  background-size: 2px 2px;
  line-height: 150%;
  color: #00b2b3;
  padding: 10px 30px;
  text-align: left;
  font-size: 15px;
}

.point_anchor ul {
  width: 100%;
  padding: 15px 10px 20px 10px;
}

.point_anchor ul li {
  border-top: 1px dotted #00b2b3;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
}

.point_anchor ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.point_anchor ul li:first-child > a {
  background: url("/sp/merit/img/ic_point1.gif") 0 3px no-repeat;
  background-size: 37px 9px;
}

.point_anchor ul li > a {
  display: block;
  text-decoration: none;
  line-height: 150%;
  color: #333;
  padding-left: 47px;
  font-weight: bold;
}

.point_anchor ul li + li > a {
  background: url("/sp/merit/img/ic_point2.gif") 0 3px no-repeat;
  background-size: 37px 9px;
}

.point_anchor ul > li + li + li > a {
  background: url("/sp/merit/img/ic_point3.gif") 0 3px no-repeat;
  background-size: 37px 9px;
}

.point_anchor .boxShadow img {
  width: 100%;
  height: auto;
}

.point_box {
  margin-top: 30px;
}

.point_box .ttl img {
  width: 100%;
}

.point_box dl {
  padding: 22px 10px 20px 10px;
}

.point_box dl dt {
  position: relative;
  padding: 15px 0 10px 15px;
  margin: 20px 0 0 0;
  color: #00b2b3;
  font-size: 13px;
  border-top: 1px dotted #aaa;
  font-weight: bold;
}

.point_box dl dt::before {
  content: " ";
  position: absolute;
  width: 9px;
  height: 3px;
  background: #00b2b3;
  left: 0;
  top: 24px;
}

.point_box dl .item:first-child dt {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.point_box dl .item:first-child dt::before {
  top: 10px;
}

.point_box dl dd {
  font-size: 12px;
  line-height: 1.8;
  padding: 0 0 0 15px;
}

.point_box dl dd p {
  margin-bottom: 20px;
}

.point_box dl dd p:last-child {
  margin-bottom: 0;
}

.point_box dl dd .image {
  text-align: center;
  padding-right: 15px;
}

.point_box dl dd.small {
  font-size: 10px;
  margin-top: 15px;
  padding-right: 15px;
  line-height: 2;
}

.point_box dl dd.small table {
  margin-right: auto;
  margin-left: auto;
}

.point_box dl dd.small .image {
  padding-right: 0;
}

.point_box .boxShadow img {
  width: 100%;
  height: auto;
}

.dc-md-cta {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#5280e9), to(#00abed));
  background: -webkit-linear-gradient(left, #5280e9, #00abed);
  background: -o-linear-gradient(left, #5280e9, #00abed);
  background: linear-gradient(to right, #5280e9, #00abed);
  padding: 55px 28px 50px;
  text-decoration: none;
}

.dc-md-cta__content {
  position: relative;
}

.dc-md-cta__h {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.dc-md-cta__h > span {
  display: block;
  font-weight: 400;
}

.dc-md-cta__h strong {
  display: block;
  font-size: 27px;
  font-weight: 400;
}

.dc-md-cta__h em {
  padding-bottom: 2px;
  font-style: normal;
  border-bottom: 1px solid #ffffff;
}

.dc-md-cta__btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -44px;
}

.dc-md-cta__btn > span {
  display: block;
  padding: 15px 50px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #2f4ea1;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.dc-md-cta__btn > span:after {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  border: 0px;
  border-top: solid 3px #2f4ea1;
  border-right: solid 3px #2f4ea1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ' ';
}

html.is-pc .dc-md-cta__btn > span:after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dc-md-cta__btn__budge {
  width: 66px;
  height: 66px;
  position: absolute;
  top: -33px;
  left: -33px;
  background-color: #111111;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 1.2 !important;
  font-weight: 600;
}

.dc-md-cta__btn__budge > span {
  position: relative;
  top: 12px;
  line-height: 1.2;
}

.dc-md-cta--small {
  margin-right: -15px;
}

.dc-md-cta--small .dc-md-cta__h {
  font-size: 14px;
}

.dc-md-cta--small .dc-md-cta__h strong {
  font-size: 20px;
}

.dc-md-cta--small .dc-md-cta__btn > span {
  font-size: 14px;
}

.dc-md-cta {
  padding: 20px 20px 30px;
}

.dc-md-cta__h {
  font-size: 16px;
  text-align: center;
}

.dc-md-cta__h strong {
  font-size: 23px;
}

.dc-md-cta__btn {
  max-width: 260px;
  position: relative;
  top: 0;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.dc-md-cta__btn > span {
  padding: 10px 50px;
  font-size: 16px;
}

.dc-md-cta__btn > span:after {
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -4px;
}

.dc-md-cta__btn__budge {
  width: 45px;
  height: 45px;
  top: -20px;
  left: -24px;
  font-size: 13px;
}

.dc-md-cta__btn__budge > span {
  top: 9px;
}

/* -------------------------------------------------------------------
 * flow_anchor
 * ---------------------------------------------------------------- */
.flow_anchor {
  background: url("/sp/service_flow/img/sp_bg_anchoer.gif") 0 0 repeat;
  background-size: 2px 2px;
  padding: 19px 0 15px 0;
  margin-top: 2px;
}

.flow_anchor > .step_list {
  display: table;
  width: 100%;
}

.flow_anchor > .step_list > a,
.flow_anchor > .step_list > .icon-arrow-right {
  display: table-cell;
  text-align: center;
}

.flow_anchor > .step_list > a {
  display: block;
  height: 28px;
}

.flow_anchor > .step_list > .icon-arrow-right {
  color: #00b2b3;
  font-size: 25rem;
}

.flow_anchor > .step_list + div {
  text-align: center;
}

.flow_anchor > .anchor_success {
  text-align: center;
  margin-top: 7px;
  position: relative;
}

.flow_anchor > .anchor_success > img {
  width: 100%;
  height: auto;
}

.flow_anchor > .anchor_success > .txt_success {
  position: absolute;
  top: -24px;
  left: -90px;
  margin-left: 50%;
}

/* -------------------------------------------------------------------
 * STEP
 * ---------------------------------------------------------------- */
#step_01 {
  margin-top: 30px;
}

.dc-step-box {
  background: #fbfbfb;
  width: 100%;
  margin-top: 15px;
}

.dc-step-box > .inner {
  padding: 15px 20px 30px;
}

.dc-step-box > h2 > img {
  width: 100%;
  height: auto;
}

.dc-step-box > .inner > figure > img {
  width: 100%;
  height: auto;
}

.dc-step-box > .inner > figure + p {
  font-size: 11rem;
  line-height: 150%;
  margin-top: 16px;
}

.arrow {
  text-align: center;
}

.shadow > img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------
 * USER VOICE
 * ---------------------------------------------------------------- */
.user_voice {
  margin-top: 20px;
  border-bottom: 1px solid #00b2b3;
  padding-bottom: 14px;
}

.user_voice > h3 {
  border-bottom: 1px solid #00b2b3;
  padding-bottom: 4px;
}

.user_voice > div {
  margin-top: 14px;
}

.user_voice > div > figure {
  width: 50px;
  float: left;
}

.user_voice > div > figure + p {
  font-size: 9rem;
  float: right;
  width: 78%;
  line-height: 150%;
  vertical-align: top;
}

.user_voice > div + div {
  background: url("/sp/service_flow/img/sp_uservoice_line.gif") 0 0 repeat-x;
  background-size: 1px 2px;
  padding-top: 14px;
}

/* -------------------------------------------------------------------
 * interview
 * ---------------------------------------------------------------- */
.interview {
  margin-top: 20px;
}

.interview > h3 {
  color: #00b2b3;
  font-size: 12rem;
}

.interview > h3 + p {
  font-size: 10rem;
  line-height: 150%;
  margin-top: 7px;
  vertical-align: top;
}

.interview .btn {
  display: block;
  margin-top: 20px;
}

.interview .btn > img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------
 * success
 * ---------------------------------------------------------------- */
#success {
  padding-bottom: 20px;
  position: relative;
}

#success > h3 {
  margin-top: 14px;
  text-align: center;
}

#success > ul {
  padding: 0 20px;
  margin-top: 12px;
}

#success ul > li {
  font-size: 10rem;
  line-height: 180%;
  background: url("/sp/service_flow/img/sp_icon_check.png") 0 0 no-repeat;
  background-size: 14px 15px;
  padding-left: 20px;
  margin-top: 20px;
}

#success ul > li:first-child {
  margin-top: 0;
}

.txt_success {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -146px;
}

/* -------------------------------------------------------------------
 * after follow
 * ---------------------------------------------------------------- */
.after_follow {
  background: url("/sp/service_flow/img/sp_bg_after.png") 0 0 repeat;
  background-size: 2px 2px;
  margin: 20px 10px 35px 10px;
  padding: 10px 15px;
}

.after_follow > h2 {
  background: url("/sp/service_flow/img/sp_line_after.png") left bottom repeat-x;
  background-size: 1px 2px;
  padding-bottom: 11px;
}

.after_follow > h2 + p {
  font-size: 10rem;
  line-height: 150%;
  margin-top: 8px;
}

.dc-m-backtop {
  padding: 20px 0;
  text-align: center;
}

.dc-m-backtop a {
  position: relative;
  color: #1eb8b1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
}

.dc-m-backtop a::before {
  content: " ";
  position: absolute;
  width: 12.5px;
  height: 12.7px;
  background: url(../img/service/icon_dc-i-angle-left.svg) no-repeat center;
  top: 49.5%;
  left: -18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dc-m-backtop a > span {
  text-decoration: underline;
}

.dc-m-backtop a:hover span {
  text-decoration: none;
}

#guide .dc-base {
  border-top: 2px solid #e8e8e8;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  background: #FFF;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

#guide .dc-base, #guide .dc-base::before, #guide .dc-base::after,
#guide .dc-base *,
#guide .dc-base *::before,
#guide .dc-base *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#guide .dc-base img {
  max-width: 100%;
  height: auto;
}

#guide .dc-block-row {
  margin-right: -10px;
  margin-left: -10px;
}

#guide .dc-block-header {
  background: url(../img/service/img_header_bg.png) top center;
  background-size: cover;
  padding: 55px 10px 20px;
}

#guide .dc-block-header__h {
  position: relative;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  line-height: 1;
  padding-bottom: 24px;
  margin-bottom: 18px;
}

#guide .dc-block-header__h::after {
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  background-color: #ffffff;
  content: ' ';
}

#guide .dc-block-header__lead {
  font-size: 14px;
  line-height: 1.8;
  color: #FFF;
  margin-bottom: 20px;
}

#guide .dc-block-header__navi {
  -webkit-box-shadow: 0.707px 0.707px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0.707px 0.707px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#guide .dc-block-header__navi li {
  vertical-align: middle;
  border-right: 2px solid #D6E0E0;
  border-bottom: 2px solid #D6E0E0;
  background: #FFF;
  width: 50%;
}

#guide .dc-block-header__navi li:nth-child(even) {
  border-right: none;
}

#guide .dc-block-header__navi li.bb-none {
  border-bottom: none;
}

#guide .dc-block-header__navi li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 16px 30px 16px 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

#guide .dc-block-header__navi li a span {
  display: table-cell;
  vertical-align: middle;
}

#guide .dc-block-header__navi li a span::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 9px;
  background: url(../img/service/icon_down.png) center no-repeat;
  background-size: contain;
}

#guide .dc-ttl_01 {
  margin-bottom: 25px;
}

#guide .dc-ttl_01 > em,
#guide .dc-ttl_01 > span {
  display: block;
  font-style: normal;
  text-align: center;
}

#guide .dc-ttl_01 > em {
  font-size: 19px;
  color: #00a2a4;
  letter-spacing: .1em;
}

#guide .dc-ttl_01 > span {
  font-size: 10px;
  color: #7ab0b1;
}

#guide .dc-list-link__item {
  margin-bottom: 10px;
}

#guide .dc-list-link__item:last-child {
  margin-bottom: 0;
}

#guide .dc-list-link__item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #111;
}

#guide .dc-list-link__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 8.5px;
  height: 12.5px;
  background: url(../img/service/icon_right.png) center no-repeat;
  background-size: contain;
}

#guide .dc-list-link__item a:hover .dc-list-link__unit {
  background: #ECF7F7;
}

#guide .dc-list-link__unit {
  background: #fff;
  display: table;
  width: 100%;
  table-layout: fixed;
}

#guide .dc-list-link__photo, #guide .dc-list-link__text {
  display: table-cell;
  vertical-align: middle;
}

#guide .dc-list-link__photo {
  width: 110px;
  height: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#guide .dc-list-link__photo img {
  width: 100%;
}

#guide .dc-list-link__photo_01 {
  background-image: url(../img/service/bnr_faq.png);
}

#guide .dc-list-link__photo_02 {
  background-image: url(../img/service/bnr_change.png);
}

#guide .dc-list-link__text {
  padding: 10px 30px 10px 15px;
}

#guide .dc-list-link__text .ttl {
  color: #00a2a4;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

#guide .dc-list-link__text p {
  font-size: 11px;
  line-height: 1.5;
}

#guide .dc-p-section__inner {
  padding: 35px 10px;
}

#guide .dc-p-section__inner p {
  line-height: 1.8;
}

#guide .dc-p-section_01 {
  background: #FFF;
}

#guide .dc-p-section_01__text p {
  font-size: 13px;
  margin-bottom: 20px;
}

#guide .dc-p-section_01__text p:last-child {
  margin-bottom: 0;
}

#guide .dc-p-section_01__photo {
  text-align: center;
  margin-bottom: 15px;
}

#guide .dc-p-section_02 {
  background: #ECF7F7;
}

#guide .dc-p-section_03 .point_anchor {
  margin-right: -10px;
  margin-left: -10px;
}

#guide .dc-p-section_04 .dc-p-section__inner {
  padding-top: 0;
}

#guide .dc-p-section_04 .flow_anchor {
  padding-left: 10px;
  padding-right: 10px;
}

/*# sourceMappingURL=guide201803.css.map */