@charset "UTF-8";
.rf_lp-img--sprite, .rf_lp-img--arrow_blue, .attentionarea .attentionarea-header_title::after, .rf_lp-img--arrow_next, .action_button::after, .rf_lp-img--arrow_next_small, .fixpanel_button::after {
  background-image: url('../img/sprite/rf_lp-img-.png');
  background-repeat: no-repeat;
}

.rf_lp-img--arrow_blue, .attentionarea .attentionarea-header_title::after {
  background-position: 0 0;
  height: 16px;
  width: 16px;
}

.rf_lp-img--arrow_next, .action_button::after {
  background-position: 0 -16px;
  height: 40px;
  width: 40px;
}

.rf_lp-img--arrow_next_small, .fixpanel_button::after {
  background-position: 0 -56px;
  height: 20px;
  width: 20px;
}

/************************************************************
 * reset
 ************************************************************/
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, 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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

a, img {
  border: none;
  vertical-align: top;
}

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

th {
  text-align: left;
  font-weight: normal;
}

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
}

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

/* clearfix */
/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
  font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
}

body, select {
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

body {
  background-color: #FFFFFF;
}

textarea {
  font-size: 12px;
  line-height: 1.4;
}

/* img hover */
a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/************************************************************
 * anchor-link
 ************************************************************/
a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

body, select, textarea, th, td, li, a, input {
  font-family: sans-serif;
}

.header {
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
}

.mainvisual {
  position: relative;
  padding-top: 23px;
  padding-bottom: 48px;
  text-align: center;
}
.mainvisual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  content: "";
  background: url("../img/background.jpg") no-repeat center/cover;
}
.mainvisual .mainvisual-inner {
  position: relative;
}

.logo {
  padding-top: 4px;
  padding-bottom: 16px;
}
.logo .logo-track {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.logo .logo-list {
  display: flex;
  flex-wrap: nowrap;
}
.logo .logo-list:first-child {
  animation: loop01 200s -100s linear infinite;
}
.logo .logo-list:last-child {
  animation: loop02 200s linear infinite;
}
.logo .logo-description {
  font-size: 10px;
  text-align: center;
  color: #666;
  line-height: 1;
}

@keyframes loop01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.action {
  background-color: #fff5b9;
  padding-top: 50px;
  padding-bottom: 28px;
}
.action .action-area {
  width: 606px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.action_button {
  display: block;
  height: 92px;
  padding-top: 31px;
  box-sizing: border-box;
  background-color: #f36c00;
  border-bottom: 4px solid #e06605;
  border-radius: 8px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.action_button:link, .action_button:active, .action_button:visited {
  color: #fff;
  text-decoration: none;
}
.action_button .action_button-text {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  border: 2px solid #f36c00;
  border-radius: 25px;
  color: #f36c00;
  font-size: 18px;
  box-sizing: border-box;
}
.action_button .action_button-icon {
  display: inline-block;
  margin-top: -3px;
  margin-left: 13px;
  padding: 7px 16px;
  background-color: #fff;
  border-radius: 4px;
  color: #ca2424;
  font-size: 24px;
  vertical-align: inherit;
}
.action_button .action_button-free {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 92px;
  background-color: #e45300;
  border-bottom: 4px solid #d25005;
  border-radius: 8px 0 0 8px;
  padding-top: 31px;
  box-sizing: border-box;
}
.action_button::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
}
.action_button:hover {
  background-color: #e06605;
  border-color: #cf610a;
}
.action_button:hover .action_button-free {
  background-color: #d25005;
  border-color: #c24d0a;
}

.attentionarea .attentionarea-header {
  line-height: 1;
  text-align: center;
}
.attentionarea .attentionarea-header_title {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.attentionarea .attentionarea-header_title::after {
  content: "";
}
.attentionarea .attentionarea-header_title.is-active::after {
  transform: rotateZ(180deg);
}
.attentionarea .attentionarea-body {
  display: none;
  width: 606px;
  margin: 12px auto auto;
  line-height: 1.8;
}
.attentionarea .attentionarea-body.is-active {
  display: block;
}
.attentionarea.attentionarea--layout {
  margin-top: 20px;
}

.cost {
  padding-top: 28px;
  background-color: #F0F5F7;
  text-align: center;
}

.soba_list .soba_list-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
}
.soba_list .soba_list-item:nth-child(2) {
  margin-top: 40px;
}
.soba_list .soba_list-item:last-child {
  margin-top: 12px;
}
.soba_list .soba_list-item:last-child::before {
  width: 43px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #c6eba4;
}
.soba_list.soba_list--layout {
  margin-top: 36px;
}

.contents {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contents.contents--flow {
  padding-bottom: 110px;
  background: url("../img/flow_bg.png") no-repeat center bottom/contain;
}
.contents.contents--faq {
  background-color: #f2f2f2;
}
.contents.contents--soba {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../img/soba_background.png") no-repeat center/cover;
}
.contents.contents--soba .contents-inner {
  display: inline-block;
  padding: 48px 77px;
  background-color: #fff;
  border-radius: 4px;
}
.contents .contents-header {
  text-align: center;
}
.contents .contents-body {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.flow .flow-item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
}
.flow .flow-item:not(:first-child) {
  margin-top: 12px;
}
.flow .flow-item:not(:first-child)::before {
  width: 27px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #c6eba4;
}

.feature {
  width: 606px;
}
.feature .feature-item {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;
}
.feature .feature-item:not(:first-child) {
  padding-top: 20px;
}
.feature .feature-item:not(:last-child) {
  padding-bottom: 19px;
  border-bottom: 1px solid #e1e1e1;
}
.feature .feature-item::before {
  width: 70px;
  height: 70px;
}
.feature .feature-item.feature-item--01::before {
  content: url("../img/feature_item_01.png");
}
.feature .feature-item.feature-item--02::before {
  content: url("../img/feature_item_02.png");
}
.feature .feature-item.feature-item--03::before {
  content: url("../img/feature_item_03.png");
}
.feature .feature-item.feature-item--04::before {
  content: url("../img/feature_item_04.png");
}
.feature .feature-item.feature-item--05::before {
  content: url("../img/feature_item_05.png");
}
.feature .feature-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.feature .feature-title_emphasis {
  margin-top: 8px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #55a61b;
}
.feature .feature-detail {
  margin-top: 8px;
  font-size: 16px;
}
.feature .feature-detail:not(:has(+ .feature-caption)) {
  line-height: 1;
}
.feature .feature-caption {
  margin-top: 8px;
  font-size: 12px;
}
.feature .feature-link:link, .feature .feature-link:hover, .feature .feature-link:active, .feature .feature-link:visited {
  color: #043f94;
  text-decoration: underline;
}

.questionlist {
  width: 606px;
}
.questionlist .questionlist-item {
  margin-top: 30px;
}
.questionlist .questionlist-item:first-child {
  margin-top: 0;
}

.question {
  font-size: 16px;
  line-height: 1.5;
}
.question .question-header {
  display: flex;
  height: 56px;
  padding: 16px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #136da6;
  color: #fff;
  box-sizing: border-box;
}
.question .question-header .question-header-text {
  margin-left: 11px;
}
.question .question-body {
  display: flex;
  padding: 16px 12px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  color: #3a3a45;
}
.question .question-body .question-body-text {
  margin-left: 11px;
}
.question .question-body_link:link, .question .question-body_link:hover, .question .question-body_link:active, .question .question-body_link:visited {
  font-size: 14px;
  line-height: 1.7;
  color: #043f94;
  text-decoration: underline;
}

.textlinklist {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f0e8;
  border-top: 5px solid #8c8774;
}
.textlinklist .textlinklist-inner {
  display: flex;
  width: 950px;
  padding-left: 5px;
}
.textlinklist .textlinklist-inner .textlinklist-item {
  margin-left: 25px;
}
.textlinklist .textlinklist-inner .textlinklist-item:first-child {
  margin-left: 0;
}

.textlink {
  font-size: 12px;
  color: #333;
}
.textlink:link, .textlink:hover, .textlink:active, .textlink:visited {
  color: #333;
  text-decoration: none;
}

.footer {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 127px;
}
.footer .footer-inner {
  width: 950px;
}

.fixpanel {
  position: fixed;
  bottom: -106px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 19px;
  background-color: rgba(51, 51, 51, 0.8);
  text-align: center;
  z-index: 100;
  transition: all 0.5s ease;
}
.fixpanel.is-active {
  bottom: 0;
}
.fixpanel .fixpanel-area {
  width: 520px;
  position: relative;
}

.fixpanel_button {
  display: block;
  width: 520px;
  height: 56px;
  padding-top: 19px;
  box-sizing: border-box;
  background-color: #f36c00;
  border-bottom: 4px solid #e06605;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.fixpanel_button:link, .fixpanel_button:active, .fixpanel_button:visited {
  color: #fff;
  text-decoration: none;
}
.fixpanel_button .fixpanel_button-text {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px 4px;
  background-color: #fff;
  border: 2px solid #f36c00;
  border-radius: 26px;
  color: #f36c00;
  font-size: 13px;
}
.fixpanel_button .fixpanel_button-free {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 56px;
  background-color: #e45300;
  border-bottom: 4px solid #d25005;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
  padding-top: 19px;
}
.fixpanel_button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
}
.fixpanel_button:hover {
  background-color: #e06605;
  border-color: #cf610a;
}
.fixpanel_button:hover .fixpanel_button-free {
  background-color: #d25005;
  border-color: #c24d0a;
}

.header_notice {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 1;
}
.header_notice .header_notice-link:link, .header_notice .header_notice-link:hover, .header_notice .header_notice-link:active, .header_notice .header_notice-link:visited {
  color: #004cca;
  text-decoration: none;
}

/* pegetop */
#js-pageTop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 125px;
  bottom: 156px;
}
#js-pageTop:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.rf_lp-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
