@charset "UTF-8";
/* Scss Document _reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

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

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

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

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

img { vertical-align: bottom; }

img, video { width: 100%; }

a { text-decoration: none; word-break: break-all; }
a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; letter-spacing: 0; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

input, button, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; }

/* Firefox */
@-moz-document url-prefix() { input, button, select { -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; } }
textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; resize: vertical; }

input[type="checkbox"], input[type="radio"] { display: none; }
input[type="submit"], input[type="button"] { cursor: pointer; }

label, button { cursor: pointer; }

select { cursor: pointer; }
select::-ms-expand { display: none; }

body { font-size: 14px; font-weight: 500; line-height: 1.4; color: #323232; font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; font-feature-settings: "palt" 1; text-align: left; }
body #main { padding-top: 105px; }
@media screen and (max-width: 768px) { body #main { padding-top: 50px; } }

a { transition: 200ms ease all; color: #1558D6; text-decoration: underline; }
@media screen and (min-width: 769px) { a:hover { text-decoration: none; } }

.f__common-text_left { text-align: left; }
.f__common-text_center { text-align: center; }
.f__common-text_right { text-align: right; }
.f__common-text_bold { font-weight: 700; }
.f__common-text_underline { text-decoration: underline; }
.f__common-text_highlighter { background: linear-gradient(transparent 75%, #fae58e 75%); background-position: 0 1.3em; }
.f__common-text_annotation { font-size: 10px; }
.f__common-text_nowrap { display: inline-block; }
.f__common-color_seisan { color: #007bc7; }
.f__common-color_meisai { color: #267d00; }
.f__common-color_seikyu { color: #0ba578; }
.f__common-color_hanbai { color: #f53c20; }
.f__common-color_kintai { color: #2531b7; }
.f__common-bgcolor_blue { background-color: #edf7ff; }
.f__common-bgcolor_blue_brand { background-color: #007bc7; }
.f__common-bgcolor_gray { background-color: #f6f6f6; }
.f__common-bgcolor_white { background-color: #FFF; }

_::-webkit-full-page-media, _:future, :root .f__common-text_highlighter { text-decoration: underline; text-underline-offset: 0.05em; text-decoration-thickness: 0.15em; text-decoration-color: #fae58e; }

.fixed_bottom { position: absolute; bottom: 0; }

@keyframes loop { 0% { background-position: 0 0; }
  100% { /* 画像の横幅と同じ数値 */
background-position: -4300px 0; } }
@media (min-width: 769px) { .pc-only { display: inline-block; }
  .sp-only { display: none; } }
@media (max-width: 768px) { .pc-only { display: none; }
  .sp-only { display: inline-block; } }
.f-l__common-inner { position: relative; max-width: 1000px; min-width: 1000px; margin: 0 auto; width: inherit; height: auto; }
.f-l__common-section { padding: 70px 0; }
@media screen and (max-width: 768px) { .f-l__common-inner { max-width: 100%; min-width: 100px; padding: 0 20px; } }
@media screen and (max-width: 576px) { .f-l__common-inner { max-width: 100%; min-width: 100px; padding: 0 20px; }
  .f-l__common-section { padding: 50px 0; } }

.cf { clear: both; }

html._js_dropdown_open_bg._function:after, html._js_dropdown_open_bg._price:after { content: ""; background: #323232; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; opacity: 0.4; }

.f-l__header-container { width: 100%; position: fixed; top: 0; z-index: 5000; background-color: #FFF; transition: 100ms ease all; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
.f-l__header-container.scroll-type { transform: translateY(-23px); }
.f-l__header-container_inner { width: 1200px; margin: 0px auto; display: flex; justify-content: space-between; }
@media screen and (max-width: 1024px) { .f-l__header-container_inner { width: 1024px; padding: 0 20px; justify-content: flex-start; } }
@media screen and (max-width: 576px) { .f-l__header-container_inner { padding: 0; } }
@media screen and (max-width: 768px) { .f-l__header-container { padding: 0 11px; }
  .f-l__header-container.scroll-type { transform: translateY(0px); }
  .f-l__header-container_inner { width: 100%; } }
.f-l__header-tel { background-color: #007bc7; color: #FFF; height: 23px; padding: 2px 0; }
@media screen and (max-width: 1024px) { .f-l__header-tel { width: 1024px; padding: 4px 20px 0; } }
.f-l__header-tel_inner { width: 1200px; margin: 0px auto; display: flex; justify-content: space-between; }
.f-l__header-tel_list_item { display: inline-block; font-size: 12px; margin-right: 15px; }
.f-l__header-tel_list_item a { color: #FFF; line-height: 1; text-decoration: none; }
.f-l__header-tel_other { display: inline-block; font-size: 12px; padding: 2px 0 0; margin: 0 0 0 auto; position: relative; }
.f-l__header-tel_other a { color: #FFF; line-height: 1; text-decoration: none; }
.f-l__header-tel_other:before { content: ""; display: block; width: 7px; height: 7px; margin: auto; position: absolute; left: -12px; top: 0; bottom: 0; border-right: 1px solid #fff; border-top: 1px solid #fff; transform: rotate(45deg); transition: all .3s ease; z-index: 1; }
@media screen and (max-width: 768px) { .f-l__header-tel { display: none; } }
.f-l__header-logo { width: 148px; height: 82px; display: inline-block; padding: 18px 0; }
.f-l__header-logo img { width: 100%; height: auto; display: block; }
@media screen and (max-width: 1024px) { .f-l__header-logo { width: 120px; display: inline-block; padding: 20px 0; } }
@media screen and (max-width: 768px) { .f-l__header-logo { width: 90px; height: 50px; display: inline-block; padding: 11px 0; } }
.f-l__header-tagline { display: none; }
@media screen and (max-width: 768px) { .f-l__header-tagline { display: block; font-size: 10px; color: #323232; font-weight: 700; padding: 20px 0 0 15px; } }
.f-l__header-sp-menu { display: none; }
@media screen and (max-width: 768px) { .f-l__header-sp-menu { display: block; width: 50px; height: 50px; background-color: #007bc7; position: fixed; top: 0; right: 0; z-index: 500; }
  .f-l__header-sp-menu_line { display: inline-block; transition: all 0.4s; position: absolute; left: 50%; transform: translateX(-50%); height: 2px; border-radius: 2px; background-color: #FFF; width: 25px; }
  .f-l__header-sp-menu_line:nth-of-type(1) { top: 15px; }
  .f-l__header-sp-menu_line:nth-of-type(2) { top: 25px; }
  .f-l__header-sp-menu_line:nth-of-type(3) { top: 35px; } }
.f-l__header-sp-menu._js_header_sp_menu_button_active { background-color: #f6f6f6; }
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(1) { top: 25px; left: 13px; transform: rotate(45deg); background-color: #007bc7; }
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(2) { display: none; }
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(3) { top: 25px; left: 13px; transform: rotate(-45deg); background-color: #007bc7; }
@media screen and (max-width: 1024px) { .f-l__header-gnavi { width: 460px; } }
.f-l__header-gnavi_list { padding: 0px 15px; display: flex; }
@media screen and (max-width: 1024px) { .f-l__header-gnavi_list { padding: 0px 5px; } }
.f-l__header-gnavi_item { padding: 0px; position: relative; line-height: 1.3; }
.f-l__header-gnavi_item_link { display: block; padding: 30px 12px; font-size: 16px; text-align: center; color: #323232; font-weight: 500; text-decoration: none; }
@media screen and (max-width: 1024px) { .f-l__header-gnavi_item_link { font-size: 14px; padding: 34px 8px 31px; } }
.f-l__header-gnavi_item:nth-child(1) .f-l__header-gnavi_item_link, .f-l__header-gnavi_item:nth-child(4) .f-l__header-gnavi_item_link { padding: 20px 15px; }
@media screen and (max-width: 1024px) { .f-l__header-gnavi_item:nth-child(1) .f-l__header-gnavi_item_link, .f-l__header-gnavi_item:nth-child(4) .f-l__header-gnavi_item_link { font-size: 12px; padding: 27px 10px 24px; } }
.f-l__header-gnavi_item._navi-arrow:after { position: absolute; display: block; opacity: 1; content: ""; width: 6px; height: 6px; border-top: 1px solid #bebebe; border-right: 1px solid #bebebe; left: 50%; bottom: 10px; margin: auto; transform: translateX(-50%) rotate(135deg); transition: all ease 0.3s; }
.f-l__header-gnavi_item._navi-arrow:before { position: absolute; opacity: 0; content: ""; width: 6px; height: 6px; left: 50%; margin: auto; bottom: -1px; border: 5px solid rgba(0, 0, 0, 0); border-bottom-width: 0; border-bottom: 5px solid #007bc7; transform: translateX(-50%) rotate(0deg); transition: all ease 0.3s; }
@media screen and (max-width: 1024px) { .f-l__header-gnavi_item._navi-arrow:before { bottom: 1px; } }
.f-l__header-gnavi_item._js_dropdown_open .f-l__header-gnavi_item_link { background-color: #edf7ff; color: #007bc7; }
.f-l__header-gnavi .f-l__header-gnavi_item:hover._navi-arrow:after { opacity: 0; }
.f-l__header-gnavi .f-l__header-gnavi_item:hover._navi-arrow:before { opacity: 1; }
.f-l__header-gnavi_content { display: none; background-color: #FFF; position: fixed; width: 100%; left: 0; top: 105px; padding-top: 25px; padding-bottom: 5px; box-sizing: border-box; border-top: 2px solid #007bc7; }
.f-l__header-gnavi_content_inner { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; }
.f-l__header-gnavi_content_inner_close_button { position: absolute; right: 0; top: 0; cursor: pointer; }
.f-l__header-gnavi_content_inner_close_button .o-m__faq-content_item_icon_ball { display: inline-block; background-color: #007bc7; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 0; right: 3.3em; transition: all ease 0.3s; }
.f-l__header-gnavi_content_inner_close_button .o-m__faq-content_item_icon_ball:before { content: ""; background-color: #fff; width: 8px; height: 2px; line-height: 0; position: absolute; left: 5px; top: 9px; transform: translateY(-50%); }
.f-l__header-gnavi_content_head { padding: 17px 20px 17px 0; border-right: 1px solid #e6e6e6; }
.f-l__header-gnavi_content_head_listlink { padding: 17px 20px 17px 0; }
.f-l__header-gnavi_content_head_heading { font-weight: 700; font-size: 18px; margin-bottom: 20px; margin-left: 3px; }
.f-l__header-gnavi_content_head._last { border-right: none; border-left: 1px solid #e6e6e6; padding-left: 20px; }
.f-l__header-gnavi_content_navi_list { display: flex; justify-content: center; align-items: flex-start; }
@media screen and (min-width: 769px) { .f-l__header-gnavi_content_navi_list { width: 80%; margin: 0 auto; } }
.f-l__header-gnavi_content_navi_function { padding: 0 20px; }
.f-l__header-gnavi_content_navi_function_list { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; }
.f-l__header-gnavi_content_navi_function_item { margin-right: 10px; }
.f-l__header-gnavi_content_navi_function_item:last-child { margin: 0; }
.f-l__header-gnavi_content_navi_function_button { color: #323232; display: inline-block; border-radius: 10px; background-color: #f6f6f6; width: 100px; height: 100px; padding: 12px 0 0; text-decoration: none; }
.f-l__header-gnavi_content_navi_function_button_icon { width: 50px; height: 50px; margin: 0 auto; }
.f-l__header-gnavi_content_navi_function_button_icon span { display: block; width: 50px; height: 50px; }
.f-l__header-gnavi_content_navi_function_button_text { text-align: center; font-weight: 700; font-size: 14px; line-height: 1.2; padding: 12px 0 0; }
.f-l__header-gnavi_content_navi_function_button_text._line_2 { position: relative; top: -10px; font-size: 12px; line-height: 1.2; }
.f-l__header-gnavi_content_navi_function_button:hover { color: #FFF; background-color: #007bc7; }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-shining_money { background-image: url(/assets/image/icon/icon_047_shining_money_w.svg); }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-train { background-image: url(/assets/image/icon/icon_052_train_w.svg); }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-pc_document { background-image: url(/assets/image/icon/icon_031_pc_document_w.svg); }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-software { background-image: url(/assets/image/icon/icon_050_software_w.svg); }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-document_circle { background-image: url(/assets/image/icon/icon_012_document_circle_w.svg); }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-stamp { background-image: url(/assets/image/icon/icon_045_stamp_w.svg); }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-pc_price { background-image: url(/assets/image/icon/icon_072_pc_price_w.svg); }
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-ai { background-image: url(/assets/image/icon/white/icon_093_ai.svg); }
.f-l__header-gnavi_content_navi_case { width: 100%; padding: 0 20px; }
.f-l__header-gnavi_content_navi_case_list { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; padding: 0 0 20px; }
.f-l__header-gnavi_content_navi_case_item { margin-right: 1.5%; width: 32.333%; }
.f-l__header-gnavi_content_navi_case_item:last-child { margin: 0; }
.f-l__header-gnavi_content_navi_case_button { color: #323232; display: inline-block; border-radius: 10px; width: 100%; text-decoration: none; }
.f-l__header-gnavi_content_navi_case_button_data { display: inline-block; border: 1px solid #e6e6e6; border-radius: 10px; background-color: #FFF; width: 100%; padding: 0; overflow: hidden; }
.f-l__header-gnavi_content_navi_case_button_photo { display: flex; align-items: center; justify-content: center; width: 100%; height: 70px; background-color: white; }
.f-l__header-gnavi_content_navi_case_button_photo img { width: auto; height: auto; max-width: 150px; max-height: 60px; }
.f-l__header-gnavi_content_navi_case_button_company_text { font-size: 12px; font-weight: 700; padding: 0 0 10px; text-align: center; }
.f-l__header-gnavi_content_navi_case_button_text { background-color: #f6f6f6; text-align: center; font-weight: 700; font-size: 14px; line-height: 1.4; padding: 12px 0; transition: all ease 0.3s; }
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_data { border-color: #007bc7; }
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_text { background-color: #007bc7; color: #FFF; }
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_link_text { color: #007bc7; }
.f-l__header-gnavi_content_navi_invoice_catch { text-align: center; display: block; font-size: 20px; font-weight: 700; }
.f-l__header-gnavi_content_navi_invoice_link { text-align: center; padding: 20px 0 40px; }
.f-l__header-gnavi_content_navi_invoice_link .o-c__btn-link._light_gray { padding: 20px 40px 18px; font-size: 16px; font-weight: 700; margin: 0 5px; }
.f-l__header-gnavi_content_cta { text-align: center; }
.f-l__header-gnavi_content_cta ._common { margin: 0 auto 20px; }
.f-l__header-gnavi_content_cta ._common_2line { margin: 0 auto 20px; }
.f-l__header-gnavi_content_cta .o-c__btn-text { padding-bottom: 15px; }
@media screen and (max-width: 768px) { .f-l__header-gnavi { display: none; } }
.f-l__header-gnavi_sp { display: none; position: fixed; width: 100%; top: 50px; left: 0; }
@media screen and (max-width: 768px) { .f-l__header-gnavi_sp { display: none; } }
.f-l__header-gnavi_sp_inner { display: none; width: 100%; height: calc(100vh - 50px); overflow: auto; background-color: #f6f6f6; }
@media screen and (max-width: 768px) { .f-l__header-gnavi_sp_inner { display: block; } }
.f-l__header-gnavi_sp_item { border-bottom: 1px solid #e6e6e6; position: relative; }
.f-l__header-gnavi_sp_item._function, .f-l__header-gnavi_sp_item._price { padding: 20px 20px 17px; font-size: 14px; }
.f-l__header-gnavi_sp_item a { display: block; padding: 20px 20px 17px; font-size: 14px; text-align: left; color: #323232; text-decoration: none; }
.f-l__header-gnavi_sp_item_icon_ball { display: inline-block; background-color: #007bc7; width: 18px; height: 18px; border-radius: 9px; position: absolute; z-index: 80; top: 20px; right: 20px; transition: all ease 0.3s; }
.f-l__header-gnavi_sp_item_icon_ball:before { content: ""; background-color: #fff; width: 8px; height: 2px; line-height: 0; position: absolute; left: 5px; top: 9px; transform: translateY(-50%); }
.f-l__header-gnavi_sp_item_icon_ball:after { content: ""; background-color: #fff; width: 2px; height: 8px; line-height: 0; position: absolute; left: 9px; top: 5px; transform: translateX(-50%); }
.f-l__header-gnavi_sp_item_icon_ball._js_close:after { display: none; }
.f-l__header-gnavi_sp_item .f-l__header-acordion_inner { margin: 10px 0 0; border-radius: 5px; overflow: hidden; display: flex; flex-wrap: wrap; }
.f-l__header-gnavi_sp_item .f-l__header-acordion_title { position: relative; z-index: 100; }
.f-l__header-gnavi_sp_item .f-l__header-acordion_link { width: 50%; background-color: #FFF; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; }
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a { display: block; padding: 10px; font-size: 12px; }
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a._all_link { color: #007bc7; font-weight: 700; }
.f-l__header-gnavi_sp_item .f-l__header-acordion_link:nth-child(2n) { border-right: none; }
.f-l__header-gnavi_sp_item .f-l__header-acordion_link._border_last_none { border-bottom: none; }
.f-l__header-gnavi_sp_cta { padding: 20px 20px 60px; }
.f-l__header-gnavi_sp_cta_button { display: block; width: 100%; background-color: #ff852b; color: #FFF; font-size: 16px; font-weight: 500; border-radius: 25px; padding: 18px 15px 15px; line-height: 1; margin: 0 0 10px; text-align: center; text-decoration: none; }
.f-l__header-cta { padding: 20px 10px; }
.f-l__header-cta_button { display: inline-block; border: 2px solid #e6e6e6; background-color: #e6e6e6; color: #323232; font-size: 14px; font-weight: 500; border-radius: 25px; padding: 13px 13px 10px; line-height: 1; margin: 0 2px; text-decoration: none; }
.f-l__header-cta_button:hover { border: 2px solid #ff852b; background-color: #ff852b; color: #FFF; }
@media screen and (max-width: 1024px) { .f-l__header-cta { padding: 21px 5px; }
  .f-l__header-cta_button { font-size: 13px; padding: 15px 10px 12px; line-height: 1; margin: 0 2px; }
  .f-l__header-cta_button:hover { background-color: #ff852b; color: #FFF; } }
@media screen and (max-width: 768px) { .f-l__header-cta { display: none; } }
.f-l__header-container.scroll-type .f-l__header-cta_button { border: 2px solid #ff852b; background-color: #ff852b; color: #FFF; }
.f-l__header-container.scroll-type .f-l__header-cta_button:hover { background-color: #FFF; border: 2px solid #ff852b; color: #ff852b; }
.f-l__header-rakuslogo { width: 50px; box-sizing: border-box; padding: 19px 0 0 10px; }
@media screen and (max-width: 1024px) { .f-l__header-rakuslogo { width: 45px; } }
@media screen and (max-width: 768px) { .f-l__header-rakuslogo { display: none; } }
.f-l__header a:hover { color: #007bc7; }

.f-l__footer { border-top: 1px solid #FFF; padding: 30px 0; }
@media screen and (max-width: 768px) { .f-l__footer { padding: 20px 0; } }
.f-l__footer-head { padding: 0 0 30px; }
@media screen and (max-width: 768px) { .f-l__footer-head { padding: 0 0 20px; } }
.f-l__footer-head_title { display: flex; padding: 0 0 20px; border-bottom: 1px solid #e6e6e6; justify-content: flex-start; align-items: center; }
.f-l__footer-head_title a { display: block; width: 152px; height: 48px; }
.f-l__footer-head_title a img { width: 100%; height: auto; }
.f-l__footer-head_title .rcloud-logo { font-size: 18px; line-height: 18px; text-indent: 10px; font-weight: 700; }
.f-l__footer-head_title p { height: 48px; display: grid; align-items: flex-end; text-align: right; }
@media screen and (max-width: 768px) { .f-l__footer-head_title { padding: 0 0 15px; }
  .f-l__footer-head_title a { width: 115px; height: 35px; }
  .f-l__footer-head_title p { height: 35px; font-size: 12px; }
  .f-l__footer-head_title .rcloud-logo { font-size: 14px; line-height: 14px; } }
.f-l__footer-link { padding: 20px 0; display: flex; }
@media screen and (max-width: 768px) { .f-l__footer-link { display: block; padding: 0 0 20px; overflow: hidden; } }
.f-l__footer-link_list { margin-right: 15px; }
.f-l__footer-link_list:last-child { margin: 0; }
@media screen and (max-width: 768px) { .f-l__footer-link_list:nth-child(3), .f-l__footer-link_list:nth-child(4) { width: 50%; float: left; } }
.f-l__footer-link_list a { display: block; position: relative; padding: 0 0 10px 15px; font-size: 14px; color: #323232; text-decoration: none; }
.f-l__footer-link_list a:hover { color: #007bc7; }
.f-l__footer-link_list a:before { position: absolute; z-index: 1; display: block; content: ""; width: 8px; height: 8px; top: 5px; left: 0; margin: auto; transform: rotate(45deg); transition: all ease .3s; border-top: 2px solid #007bc7; border-right: 2px solid #007bc7; }
.f-l__footer-link_list_inner { width: 430px; display: flex; }
.f-l__footer-link_list_sub { padding: 0 0 0 15px; }
.f-l__footer-link_list_sub li { padding: 0 0 7px; }
.f-l__footer-link_list_sub li a { font-size: 12px; padding: 0 0 0 10px; }
.f-l__footer-link_list_sub li a:before { position: absolute; z-index: 1; display: block; content: ""; width: 6px; height: 6px; top: 3px; left: 0; margin: auto; transform: rotate(180deg); transition: all ease .3s; border-top: 2px solid #d2d2d2; border-right: 2px solid #d2d2d2; }
.f-l__footer-link_list_sub._width_170 { width: 170px; }
.f-l__footer-link_list_sub._width_260 { width: 260px; }
@media screen and (max-width: 768px) { .f-l__footer-link_list { margin-right: 0; }
  .f-l__footer-link_list a { padding: 0 0 7px 12px; font-size: 12px; }
  .f-l__footer-link_list a:before { width: 6px; height: 6px; top: 4px; }
  .f-l__footer-link_list_inner { width: 100%; }
  .f-l__footer-link_list_sub { padding: 0 0 10px 15px; }
  .f-l__footer-link_list_sub li { padding: 0 0 7px; }
  .f-l__footer-link_list_sub li a { font-size: 10px; padding: 0 0 0 10px; }
  .f-l__footer-link_list_sub li a:before { width: 5px; height: 5px; border-top: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; }
  .f-l__footer-link_list_sub._width_170 { width: 45%; }
  .f-l__footer-link_list_sub._width_260 { width: 55%; } }
.f-l__footer-cta { display: flex; justify-content: center; text-align: center; }
.f-l__footer-cta .o-c__btn-link._orange { margin: 0px 10px; }
@media screen and (max-width: 768px) { .f-l__footer-cta .o-c__btn-link._orange { min-width: 50px; margin: 0px 5px; padding: 15px 30px 12px 20px; } }

.f-l__company { padding: 55px 0 0; }
.f-l__company .f-l__common-inner { display: flex; flex-wrap: wrap; }
.f-l__company img { width: 100%; height: auto; }
.f-l__company-company-logo { display: block; width: 72px; }
.f-l__company-textbox { width: 530px; font-size: 12px; line-height: 1.5; padding: 0 30px; }
.f-l__company-textbox p { padding: 0 0 15px; }
.f-l__company-textbox p span.annotation { font-size: 10px; font-weight: bold; }
.f-l__company-markbox { width: 390px; display: flex; flex-wrap: wrap; }
.f-l__company-markbox_pmark { width: 71px; padding: 0 0 10px 0; }
.f-l__company-markbox_isms { width: 125px; padding: 0 0 10px 15px; }
.f-l__company-markbox_jiima { width: 95px; padding: 0 0 0 15px; }
.f-l__company-markbox_jiima_denshi { width: 95px; padding: 0 0 0 15px; }
@media screen and (max-width: 768px) { .f-l__company-markbox { width: 100%; justify-content: center; }
  .f-l__company-markbox_pmark { width: 70px; }
  .f-l__company-markbox_isms { width: 110px; }
  .f-l__company-markbox_jiima { width: 75px; }
  .f-l__company-markbox_jiima_denshi { width: 75px; } }
.f-l__company-copyright { text-align: center; font-size: 10px; color: #6e6e6e; padding: 20px 0 55px; }
@media screen and (max-width: 768px) { .f-l__company { padding: 20px 0 0; }
  .f-l__company .f-l__common-inner { justify-content: center; }
  .f-l__company-company-logo { width: 12%; }
  .f-l__company-textbox { width: 88%; font-size: 10px; padding: 0 0 0 20px; }
  .f-l__company-textbox p { padding: 0 0 10px; }
  .f-l__company-pmark { width: 60px; padding: 10px 0 0; }
  .f-l__company-isms { width: 125px; padding: 10px 0 0 15px; }
  .f-l__company-jiima { width: 80px; padding: 10px 0 0 15px; }
  .f-l__company-copyright { padding: 30px 0 45px; } }

.o-c__heading { text-align: center; }
.o-c__heading-h1 { font-size: 30px; line-height: 1.4; font-weight: 700; padding-bottom: 24px; position: relative; color: #007bc7; }
.o-c__heading-h1_annotation { font-size: 12px; }
@media screen and (max-width: 576px) { .o-c__heading-h1 { font-size: 25px; padding-bottom: 44px; }
  .o-c__heading-h1:after { height: 2px; bottom: 25px; } }
.o-c__heading-h2 { font-size: 30px; line-height: 1.4; font-weight: 700; padding-bottom: 54px; position: relative; }
.o-c__heading-h2:after { content: ""; width: 40px; height: 3px; line-height: 0; background-color: #007bc7; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); }
.o-c__heading-h2_annotation { font-size: 12px; }
@media screen and (max-width: 576px) { .o-c__heading-h2 { font-size: 25px; padding-bottom: 44px; }
  .o-c__heading-h2:after { height: 2px; bottom: 25px; } }
.o-c__heading-h2_line { font-size: 28px; line-height: 1; font-weight: 700; position: relative; color: #007bc7; }
.o-c__heading-h2_line_box { background-color: #FFF; padding: 0 30px; position: relative; z-index: 200; }
.o-c__heading-h2_line_big { font-size: 48px; margin: 0 10px; }
.o-c__heading-h2_line:after { content: ""; width: 1000px; height: 1px; line-height: 0; background-color: #007bc7; position: absolute; z-index: 100; bottom: 20px; left: 50%; transform: translateX(-50%); }
@media screen and (max-width: 768px) { .o-c__heading-h2_line { font-size: 22px; }
  .o-c__heading-h2_line_box { padding: 0 20px; }
  .o-c__heading-h2_line_big { font-size: 30px; }
  .o-c__heading-h2_line:after { width: 90%; } }
.o-c__heading-lead { font-size: 18px; line-height: 1.6; padding-bottom: 30px; position: relative; }
.o-c__heading-lead::before, .o-c__heading-lead::after { content: ""; display: block; width: 0; height: 0; }
.o-c__heading-lead::before { margin-top: calc((1 - 1.6) * 0.3em); }
.o-c__heading-lead::after { margin-bottom: calc((1 - 1.6) * 0.7em); }
.o-c__heading-lead_bold { font-weight: 700; }
@media screen and (max-width: 576px) { .o-c__heading-lead { font-size: 16px; line-height: 24px; padding-bottom: 25px; } }
.o-c__heading-details_h1 { background-color: #007bc7; color: #FFF; text-align: center; height: 210px; display: grid; place-items: center; font-size: 30px; font-weight: 700; line-height: 1.4; position: relative; overflow: hidden; }
.o-c__heading-details_h1 span { position: relative; z-index: 20; }
.o-c__heading-details_h1:before { content: ""; position: absolute; z-index: 10; bottom: -30px; right: -150px; width: 406px; height: 386px; background-image: url(/assets/image/figure/cta_back_component.webp); background-size: cover; transform: rotate(50deg); z-index: 10; }
.o-c__heading-details_h1:after { content: ""; position: absolute; z-index: 10; bottom: -140px; left: -150px; width: 406px; height: 386px; background-image: url(/assets/image/figure/cta_back_component.webp); background-size: cover; transform: rotate(230deg); z-index: 10; }
@media screen and (max-width: 576px) { .o-c__heading-details_h1 { font-size: 20px; padding: 15px 20px; height: auto; text-align: left; }
  .o-c__heading-details_h1:before { bottom: auto; top: -60px; right: -65px; width: 150px; height: 150px; }
  .o-c__heading-details_h1:after { display: none; } }

.o-c__icon { width: 70px; height: 70px; display: block; background-size: cover; background-position: 50%; }
.o-c__icon-shining_money { background-image: url(/assets/image/icon/icon_047_shining_money.svg); }
.o-c__icon-train { background-image: url(/assets/image/icon/icon_052_train.svg); }
.o-c__icon-pc_document { background-image: url(/assets/image/icon/icon_031_pc_document.svg); }
.o-c__icon-software { background-image: url(/assets/image/icon/icon_050_software.svg); }
.o-c__icon-document_circle { background-image: url(/assets/image/icon/icon_012_document_circle.svg); }
.o-c__icon-stamp { background-image: url(/assets/image/icon/icon_045_stamp.svg); }
.o-c__icon-pc_price { background-image: url(/assets/image/icon/icon_072_pc_price.svg); }
.o-c__icon-ai { background-image: url(/assets/image/icon/icon_093_ai.svg); }

.o-c__cta-link_orange { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); text-decoration: none; display: block; font-weight: 700; text-align: center; border-radius: 50px; position: relative; z-index: 300; line-height: 1; padding: 30px 25px 20px; background-color: #ff852b; border: 3px solid #FFF; color: #FFF; font-size: 20px; }
@media screen and (min-width: 769px) { .o-c__cta-link_orange:has(img) { padding: 30px 40px 20px 70px; } }
.o-c__cta-link_orange_text { line-height: 1.4; }
.o-c__cta-link_orange_text_sub { font-size: 12px; display: block; padding: 0 0 5px; }
.o-c__cta-link_orange_free { display: inline-block; background-color: #FFF; border-radius: 20px; color: #ff852b; padding: 6px 10px 3px; font-size: 14px; top: -3px; position: relative; }
.o-c__cta-link_orange_balloon { box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); font-size: 14px; text-align: center; border-radius: 20px; display: block; position: absolute; padding: 10px 25px 7px; top: -17px; left: 50%; transform: translateX(-50%); white-space: nowrap; background-color: #FFF; color: #323232; }
.o-c__cta-link_orange_balloon_orange { color: #ff852b; }
.o-c__cta-link_orange_balloon:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -8px; transform: translateX(-50%); border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid white; }
.o-c__cta-link_orange_capture { display: block; position: absolute; top: 50%; left: 10px; transform: translateY(-50%); transition: all ease 0.3s; width: 64px; }
.o-c__cta-link_orange_capture._casestudies_img { width: 38px; left: 85px; top: 55%; }
.o-c__cta-link_orange_capture img { width: 100%; height: auto; }
.o-c__cta-link_orange:before { position: absolute; display: block; content: ""; width: 13px; height: 13px; top: 3px; right: 25px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease 0.3s; border-top: 3px solid white; border-right: 3px solid white; }
@media screen and (max-width: 576px) { .o-c__cta-link_orange:before { width: 10px; height: 10px; } }
.o-c__cta-link_orange._fv { width: 425px; font-size: 22px; }
.o-c__cta-link_orange._common { width: 400px; padding: 30px 25px 20px; }
@media screen and (min-width: 769px) { .o-c__cta-link_orange._common:has(img) { padding: 30px 40px 24px 70px; } }
.o-c__cta-link_orange._common_2line { width: 400px; padding: 17px 25px 15px; margin: 0 auto; }
.o-c__cta-link_orange._common.mg40 { margin-bottom: 40px; }
.o-c__cta-link_orange._simple { width: 370px; font-size: 18px; margin: 0 auto; padding: 20px 25px 18px; }
.o-c__cta-link_orange._simple:after { display: none; }
.o-c__cta-link_orange._floating { display: inline-block; width: 100%; font-size: 18px; margin: 0 auto; padding: 10px 25px 8px; }
.o-c__cta-link_orange._floating:after { display: none; }
@media screen and (max-width: 768px) { .o-c__cta-link_orange._fv { width: 370px; font-size: 20px; }
  .o-c__cta-link_orange_capture { display: none; } }
@media screen and (max-width: 576px) { .o-c__cta-link_orange { padding: 19px 15px 14px; }
  .o-c__cta-link_orange:before { right: 20px; }
  .o-c__cta-link_orange_free { display: none; }
  .o-c__cta-link_orange_balloon { font-size: 12px; padding: 8px 15px 5px; top: -15px; }
  .o-c__cta-link_orange_balloon:after { bottom: -5px; }
  .o-c__cta-link_orange_capture { display: none; }
  .o-c__cta-link_orange._fv { width: 85%; font-size: 18px; margin: 0 auto 20px; }
  .o-c__cta-link_orange._common { width: 100%; font-size: 18px; margin-bottom: 20px; padding: 19px 15px 14px; }
  .o-c__cta-link_orange._common.mg40 { margin-bottom: 20px; }
  .o-c__cta-link_orange._floating { font-size: 14px; padding: 10px 0px 8px; border: 3px solid #ff852b; }
  .o-c__cta-link_orange._floating .o-c__cta-link_orange_text_sub, .o-c__cta-link_orange._floating:before { display: none; } }
@media screen and (min-width: 769px) { .o-c__cta-link_orange:hover { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); background-color: #FFF; border: 3px solid #ff852b; color: #ff852b; transform: scale(1.03); }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_free { background-color: #ff852b; color: #FFF; }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon { background-color: #ff852b; color: #FFF; }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange { color: #FFF; }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_capture { transform: translateY(-50%) scale(1.08); }
  .o-c__cta-link_orange:hover:before { border-top: 3px solid #ff852b; border-right: 3px solid #ff852b; }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon:after { border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #ff852b; } }
.o-c__cta-link_border { text-decoration: none; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); display: block; font-weight: 700; text-align: center; border-radius: 50px; position: relative; z-index: 300; line-height: 1; padding: 30px 25px 20px; background-color: #FFF; border: 3px solid #ff852b; color: #ff852b; font-size: 20px; }
.o-c__cta-link_border_text { line-height: 1.4; }
.o-c__cta-link_border_text_sub { font-size: 12px; display: block; padding: 0 0 5px; }
.o-c__cta-link_border_balloon { box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); font-size: 14px; text-align: center; border-radius: 20px; display: block; position: absolute; padding: 10px 25px 7px; top: -17px; left: 50%; transform: translateX(-50%); white-space: nowrap; background-color: #ff852b; color: #FFF; }
.o-c__cta-link_border_balloon_orange { color: #ff852b; }
.o-c__cta-link_border_balloon:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -8px; transform: translateX(-50%); border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #ff852b; }
.o-c__cta-link_border_capture { display: block; position: absolute; top: 50%; left: -40px; transform: translateY(-50%); width: 75px; }
.o-c__cta-link_border_capture img { width: 100%; height: auto; }
.o-c__cta-link_border_free { display: inline-block; background-color: #ff852b; border-radius: 20px; color: #fff; padding: 6px 10px 3px; font-size: 14px; top: -3px; position: relative; }
.o-c__cta-link_border:before { position: absolute; display: block; content: ""; width: 13px; height: 13px; top: 3px; right: 25px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease 0.3s; border-top: 3px solid #ff852b; border-right: 3px solid #ff852b; }
@media screen and (max-width: 576px) { .o-c__cta-link_border:before { width: 10px; height: 10px; } }
.o-c__cta-link_border._fv { width: 425px; font-size: 22px; }
.o-c__cta-link_border._common { width: 400px; padding: 30px 25px 24px; }
@media screen and (min-width: 769px) { .o-c__cta-link_border._common:has(img) { padding: 30px 40px 24px 70px; } }
.o-c__cta-link_border._common .o-c__cta-link_border_capture { width: 65px; left: 10px; }
.o-c__cta-link_border._simple { width: 370px; font-size: 18px; margin: 0 auto; padding: 20px 25px 18px; }
.o-c__cta-link_border._simple:after { display: none; }
.o-c__cta-link_border._floating { display: inline-block; width: 100%; font-size: 18px; margin: 0 auto; padding: 10px 25px 8px; }
.o-c__cta-link_border._floating:after { display: none; }
@media screen and (max-width: 768px) { .o-c__cta-link_border._fv { width: 370px; font-size: 20px; }
  .o-c__cta-link_border_capture { display: none; } }
@media screen and (max-width: 576px) { .o-c__cta-link_border { padding: 19px 15px 14px; }
  .o-c__cta-link_border:before { right: 20px; }
  .o-c__cta-link_border_balloon { font-size: 12px; padding: 8px 15px 5px; top: -15px; }
  .o-c__cta-link_border_balloon:after { bottom: -5px; }
  .o-c__cta-link_border_free { display: none; }
  .o-c__cta-link_border_capture { display: none; }
  .o-c__cta-link_border._fv { width: 85%; font-size: 18px; margin: 0 auto 20px; }
  .o-c__cta-link_border._common { width: 100%; font-size: 18px; padding: 19px 15px 14px; }
  .o-c__cta-link_border._floating { font-size: 14px; padding: 10px 0px 8px; border: 3px solid #FFF; }
  .o-c__cta-link_border._floating .o-c__cta-link_border_text_sub, .o-c__cta-link_border._floating:before { display: none; } }
@media screen and (min-width: 769px) { .o-c__cta-link_border:hover { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); background-color: #ff852b; border: 3px solid #FFF; color: #FFF; transform: scale(1.03); }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon { background-color: #FFF; color: #ff852b; }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon_orange { color: #FFF; }
  .o-c__cta-link_border:hover .o-c__cta-link_border_free { background-color: #FFF; color: #ff852b; }
  .o-c__cta-link_border:hover .o-c__cta-link_border_capture { transform: translateY(-50%) scale(1.07); }
  .o-c__cta-link_border:hover:before { border-top: 3px solid #FFF; border-right: 3px solid #FFF; }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon:after { border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #FFF; } }
.o-c__cta-floating_cta_container { position: fixed; top: 45%; right: 0; z-index: 997; }
@media screen and (max-width: 768px) { .o-c__cta-floating_cta_container { display: none !important; } }
.o-c__cta-floating_cta_close { display: block; position: absolute; width: 25px; height: 25px; top: -25px; right: 0; background-color: #d2d2d2; padding: 5px 5px 1px 5px; }
.o-c__cta-floating_cta_close:before { content: ""; background-color: #FFF; width: 3px; height: 14px; line-height: 0; position: absolute; top: 6px; left: 12px; transform: rotate(-45deg); }
.o-c__cta-floating_cta_close:after { content: ""; background-color: #FFF; width: 3px; height: 14px; line-height: 0; position: absolute; top: 6px; left: 12px; transform: rotate(45deg); }
.o-c__cta-floating_cta_link { text-decoration: none; display: block; width: 57px; padding: 1em 0.7em; font-size: 22px; font-weight: 700; color: #FFF; line-height: 1.1; letter-spacing: 1px; text-align: center; border-radius: 10px 0 0 10px; background-color: #ff852b; border-top: 2px solid #ff852b; border-left: 2px solid #ff852b; border-bottom: 2px solid #ff852b; }
.o-c__cta-floating_cta_link:hover { background-color: #FFF; color: #ff852b; }
.o-c__cta-floating_cta_function { text-decoration: none; display: block; width: 180px; padding: 15px 0 10px 25px; font-size: 16px; font-weight: 700; color: #FFF; line-height: 1.4; text-align: center; border-radius: 10px 0 0 10px; background-color: #ff852b; border-top: 2px solid #ff852b; border-left: 2px solid #ff852b; border-bottom: 2px solid #ff852b; }
.o-c__cta-floating_cta_function_caption { display: block; font-size: 10px; padding: 0 0 3px; }
.o-c__cta-floating_cta_function_capture { display: block; position: absolute; top: 50%; left: -40px; transform: translateY(-50%); width: 80px; }
.o-c__cta-floating_cta_function_capture img { width: 100%; height: auto; }
.o-c__cta-floating_cta_function_capture._case { width: 45px; left: -20px; }
.o-c__cta-floating_cta_function_fukidashi { display: block; width: 100%; font-size: 12px; color: #FFF; font-weight: 500; text-align: center; padding: 0 0 5px; }
.o-c__cta-floating_cta_function_fukidashi:before { content: ""; width: 1px; height: 25px; background-color: #FFF; position: absolute; top: 25px; left: 30px; transform: rotate(-25deg); }
.o-c__cta-floating_cta_function_fukidashi:after { content: ""; width: 1px; height: 25px; background-color: #FFF; position: absolute; top: 25px; right: 7px; transform: rotate(25deg); }
.o-c__cta-floating_cta_function:hover { background-color: #FFF; color: #ff852b; }
.o-c__cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi { color: #ff852b; }
.o-c__cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:before { background-color: #ff852b; }
.o-c__cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:after { background-color: #ff852b; }
.o-c__cta-floating_cta_ai { display: block; position: relative; top: -5px; }
.o-c__cta-floating_cta_ai:hover { opacity: 0.8; }

.o-c__btn-link { text-decoration: none; display: inline-block; padding: 15px 40px 12px; text-align: center; position: relative; line-height: 1.2; border-radius: 50px; border: 2px solid #007bc7; transition: all ease 0.3s; color: #FFF; white-space: nowrap; }
.o-c__btn-link:after { position: absolute; z-index: 1; display: block; content: ""; width: 8px; height: 8px; top: 0; right: 15px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.o-c__btn-link._external:after { display: none; }
.o-c__btn-link._external .icon_box { position: relative; display: inline-block; width: 100%; }
.o-c__btn-link._external .icon_box:after { position: absolute; z-index: 1; display: block; content: ""; width: 7px; height: 7px; top: 1px; right: -25px; margin: auto; transition: all ease .3s; border-top: 1px solid #fff; border-right: 1px solid #fff; }
.o-c__btn-link._external .icon_box:before { position: absolute; z-index: 1; display: block; content: ""; background-color: #FFF; width: 8px; height: 7px; top: 50%; right: -22px; margin: auto; transition: all ease .3s; transform: translateY(-50%); }
.o-c__btn-link._box_type { padding: 25px 40px 21px; border-radius: 10px; }
.o-c__btn-link._blue { background-color: #007bc7; color: #FFF; }
.o-c__btn-link._white { background-color: #FFF; color: #007bc7; border: 2px solid #FFF; }
.o-c__btn-link._white:after { border-top: 2px solid #007bc7; border-right: 2px solid #007bc7; }
.o-c__btn-link._white._external .icon_box:after { border-top: 1px solid #007bc7; border-right: 1px solid #007bc7; }
.o-c__btn-link._white._external .icon_box:before { background-color: #007bc7; }
.o-c__btn-link._gray { background-color: #464646; border: 2px solid #464646; color: #FFF; }
.o-c__btn-link._white_border { background-color: #FFF; color: #007bc7; }
.o-c__btn-link._white_border:after { border-top: 2px solid #007bc7; border-right: 2px solid #007bc7; }
.o-c__btn-link._white_border._external .icon_box:after { border-top: 1px solid #007bc7; border-right: 1px solid #007bc7; }
.o-c__btn-link._white_border._external .icon_box:before { background-color: #007bc7; }
.o-c__btn-link._navi_blue { background-color: #007bc7; color: #FFF; padding: 10px 20px 7px 10px; font-size: 12px; }
.o-c__btn-link._navi_blue:after { width: 6px; height: 6px; right: 10px; }
.o-c__btn-link._light_blue { background-color: #edf7ff; color: #FFF; border-radius: 10px; border: none; color: #007bc7; }
.o-c__btn-link._light_blue:after { border-top: 2px solid #007bc7; border-right: 2px solid #007bc7; }
.o-c__btn-link._light_blue:hover { background-color: #007bc7; color: #FFF; }
.o-c__btn-link._light_blue:hover:after { border-top: 2px solid #FFF; border-right: 2px solid #FFF; }
.o-c__btn-link._light_gray { background-color: #f6f6f6; color: #FFF; border-radius: 10px; border: none; color: #007bc7; }
.o-c__btn-link._light_gray:after { border-top: 2px solid #007bc7; border-right: 2px solid #007bc7; }
.o-c__btn-link._light_gray:hover { background-color: #007bc7; color: #FFF; }
.o-c__btn-link._light_gray:hover:after { border-top: 2px solid #FFF; border-right: 2px solid #FFF; }
.o-c__btn-link._noarrow:after { display: none; }
@media screen and (min-width: 769px) { .o-c__btn-link._blue:hover { background-color: #FFF; color: #007bc7; }
  .o-c__btn-link._blue:hover:after { border-top: 2px solid #007bc7; border-right: 2px solid #007bc7; }
  .o-c__btn-link._white:hover { background-color: #007bc7; color: #FFF; }
  .o-c__btn-link._white:hover:after { border-top: 2px solid #FFF; border-right: 2px solid #FFF; }
  .o-c__btn-link._white:hover._external .icon_box:after { border-top: 1px solid #FFF; border-right: 1px solid #FFF; }
  .o-c__btn-link._white:hover._external .icon_box:before { background-color: #FFF; }
  .o-c__btn-link._gray:hover { background-color: #FFF; color: #464646; }
  .o-c__btn-link._gray:hover:after { border-top: 2px solid #464646; border-right: 2px solid #464646; }
  .o-c__btn-link._gray:hover._external .icon_box:after { border-top: 1px solid #464646; border-right: 1px solid #464646; }
  .o-c__btn-link._gray:hover._external .icon_box:before { background-color: #464646; }
  .o-c__btn-link._white_border:hover { background-color: #007bc7; color: #FFF; }
  .o-c__btn-link._white_border:hover:after { border-top: 2px solid #FFF; border-right: 2px solid #FFF; }
  .o-c__btn-link._white_border:hover._external .icon_box:after { border-top: 1px solid #FFF; border-right: 1px solid #FFF; }
  .o-c__btn-link._white_border:hover._external .icon_box:before { background-color: #FFF; }
  .o-c__btn-link._navi_blue:hover { background-color: #FFF; color: #007bc7; }
  .o-c__btn-link._navi_blue:hover:after { border-top: 2px solid #007bc7; border-right: 2px solid #007bc7; }
  .o-c__btn-link._external:hover .icon_box:after { border-top: 1px solid #007bc7; border-right: 1px solid #007bc7; }
  .o-c__btn-link._external:hover .icon_box:before { background-color: #007bc7; } }
.o-c__btn-link._orange { min-width: 130px; background-color: #ff852b; border: 2px solid #ff852b; }
@media screen and (min-width: 769px) { .o-c__btn-link._orange:hover { background-color: #FFF; color: #ff852b; }
  .o-c__btn-link._orange:hover:after { border-top: 2px solid #ff852b; border-right: 2px solid #ff852b; } }
.o-c__btn-link._btn_center { margin: 0 auto; }
.o-c__btn-text { text-decoration: none; font-size: 14px; font-weight: 700; position: relative; display: inline-block; margin: 0 auto; padding: 0 0 0 23px; cursor: pointer; }
.o-c__btn-text_icon_plus { display: inline-block; text-decoration: none; color: #007bc7; line-height: 1.4; }
.o-c__btn-text_icon_plus:hover { color: #007bc7; }
.o-c__btn-text_icon_plus_bg { display: inline-block; background-color: #007bc7; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 0; left: 0; transition: all ease 0.3s; }
.o-c__btn-text_icon_plus_bg:before { content: ""; background-color: #FFF; width: 8px; height: 2px; line-height: 0; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); }
.o-c__btn-text_icon_plus_bg:after { content: ""; background-color: #FFF; width: 2px; height: 8px; line-height: 0; position: absolute; top: 5px; left: 50%; transform: translateX(-50%); }
.o-c__btn-text_icon_plus.active .o-c__btn-text_icon_plus_bg:after { display: none; }
@media screen and (min-width: 769px) { .o-c__btn-text_icon_plus:hover .o-c__btn-text_icon_plus_bg { transform: rotate(90deg); } }
.o-c__btn-text_icon_arrow { display: inline-block; text-decoration: none; color: #007bc7; line-height: 1.4; }
.o-c__btn-text_icon_arrow:hover { color: #007bc7; }
.o-c__btn-text_icon_arrow_bg { display: inline-block; background-color: #007bc7; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 0; left: 0; transition: all ease 0.3s; }
.o-c__btn-text_icon_arrow_bg:after { position: absolute; z-index: 1; display: block; content: ""; width: 6px; height: 6px; top: 0; right: 7px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
@media screen and (min-width: 769px) { .o-c__btn-text_icon_arrow:hover .o-c__btn-text_icon_arrow_bg { left: -3px; } }
.o-c__btn-text_icon_window { display: inline-block; text-decoration: none; color: #007bc7; }
.o-c__btn-text_icon_window:hover { color: #007bc7; }
.o-c__btn-text_icon_window_box { display: inline-block; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: all ease 0.3s; }
.o-c__btn-text_icon_window_box:after { position: absolute; z-index: 10; display: block; content: ""; width: 12px; height: 10px; top: 2px; left: 3px; margin: auto; transition: all ease .3s; border-top: 1px solid #007bc7; border-right: 1px solid #007bc7; }
.o-c__btn-text_icon_window_box:before { position: absolute; z-index: 1; display: block; content: ""; background-color: #007bc7; width: 12px; height: 10px; top: 50%; left: 0; margin: auto; transition: all ease .3s; transform: translateY(-40%); }
@media screen and (min-width: 769px) { .o-c__btn-text_icon_window:hover .o-c__btn-text_icon_window_box:after { background-color: #007bc7; }
  .o-c__btn-text_icon_window:hover .o-c__btn-text_icon_window_box:before { background-color: #a3d7fd; } }
.o-c__btn-scltop { text-decoration: none; width: 50px; height: 50px; border-radius: 10px; background-color: rgba(0, 125, 204, 0.8); position: fixed; z-index: 1000; bottom: -60px; right: 30px; transition: all ease .3s; }
@media screen and (max-width: 768px) { .o-c__btn-scltop { right: 10px; } }
.o-c__btn-scltop_inner { display: block; width: 50px; height: 50px; position: relative; width: 100%; }
.o-c__btn-scltop_inner:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-30%) translateX(-50%) rotate(-45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.o-c__btn-scltop.show_feature_floater { bottom: 30px; }
@media screen and (max-width: 768px) { .o-c__btn-scltop.show_feature_floater { bottom: 75px; right: 10px; } }

.o-m__cta-fv { width: 940px; margin: 0px auto; position: relative; top: -42px; z-index: 500; display: flex; justify-content: space-around; }
@media screen and (max-width: 768px) { .o-m__cta-fv { width: 100%; } }
@media screen and (max-width: 576px) { .o-m__cta-fv { width: 100%; display: block; top: -110px; height: 0; } }
.o-m__cta-common { color: #FFF; width: 100%; overflow: hidden; position: relative; }
.o-m__cta-common_component { display: block; position: absolute; z-index: 0; width: 406px; height: 390px; }
.o-m__cta-common_component._before { bottom: -190px; left: -90px; transform: rotate(180deg); }
.o-m__cta-common_component._after { top: -190px; right: -90px; }
@media screen and (max-width: 1024px) { .o-m__cta-common_component._before { bottom: -190px; left: -140px; }
  .o-m__cta-common_component._after { top: -210px; right: -140px; } }
@media screen and (max-width: 576px) { .o-m__cta-common_component._before { z-index: 10; bottom: -120px; left: -80px; width: 260px; height: 260px; }
  .o-m__cta-common_component._after { z-index: 10; top: -120px; right: -80px; width: 260px; height: 260px; } }
.o-m__cta-common_component svg { width: 100%; height: auto; fill: #0095f4; }
.o-m__cta-common_inner { width: 1200px; min-height: 400px; margin: 0px auto; padding: 60px 0 50px; position: relative; }
@media screen and (max-width: 1024px) { .o-m__cta-common_inner { width: 100%; } }
@media screen and (max-width: 768px) { .o-m__cta-common_inner { width: 100%; height: auto; min-height: auto; } }
.o-m__cta-common_title { text-align: center; font-size: 32px; font-weight: 700; padding: 0 0 15px; position: relative; z-index: 10; }
.o-m__cta-common_title_single { display: block; }
@media screen and (max-width: 768px) { .o-m__cta-common_title .sp-only { display: block; } }
.o-m__cta-common_title_lead { font-size: 18px; padding: 15px 0 0; font-weight: 500; }
@media screen and (max-width: 1024px) { .o-m__cta-common_title { font-size: 28px; } }
.o-m__cta-common_note { font-size: 10px; text-align: center; position: relative; top: 20px; }
@media screen and (max-width: 576px) { .o-m__cta-common_note { z-index: 100; top: 15px; } }
.o-m__cta-common_talent_left { width: 350px; height: 345px; position: absolute; z-index: 200; left: -15px; bottom: 0px; }
.o-m__cta-common_talent_left img { width: 100%; height: auto; }
.o-m__cta-common_talent_left.document { width: 290px; left: 35px; bottom: -70px; }
.o-m__cta-common_talent_right { width: 370px; height: 321px; position: absolute; z-index: 200; right: -25px; bottom: 0px; }
.o-m__cta-common_talent_right img { width: 100%; height: auto; }
.o-m__cta-common_talent_right.document { width: 330px; right: -35px; bottom: -30px; }
@media screen and (max-width: 1024px) { .o-m__cta-common_talent_left { display: none; }
  .o-m__cta-common_talent_right { display: none; } }
.o-m__cta-common_button { width: 400px; margin: 0px auto; z-index: 500; display: block; justify-content: space-around; padding: 15px 0 0; }
@media screen and (max-width: 576px) { .o-m__cta-common_button { width: 100%; } }
@media screen and (max-width: 576px) { .o-m__cta-common_inner { padding: 35px 0; }
  .o-m__cta-common_title { text-align: center; font-size: 25px; position: relative; z-index: 100; }
  .o-m__cta-common_title_lead { font-size: 16px; }
  .o-m__cta-common_talent_left { display: none; }
  .o-m__cta-common_talent_right { display: none; }
  .o-m__cta-common_button { width: 85%; margin: 0px auto; display: block; position: relative; z-index: 100; } }
.o-m__cta-floating { background-color: rgba(0, 125, 204, 0.8); width: 100%; padding: 15px 0; position: fixed; z-index: 1000; bottom: 0; left: 0; transition: 0.3s; transform: translateY(101%); }
.o-m__cta-floating.is-show { transform: translateY(0); }
.o-m__cta-floating_link { width: 1000px; margin: 0px auto; display: flex; justify-content: space-between; }
.o-m__cta-floating_link_item { width: 48%; }
.o-m__cta-floating_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating_link_item .o-c__cta-link_border_capture { left: 20px; width: 70px; }
@media screen and (max-width: 768px) { .o-m__cta-floating_link { width: 100%; }
  .o-m__cta-floating_link_item { width: 49%; } }
@media screen and (max-width: 768px) { .o-m__cta-floating { padding: 15px; top: 0; bottom: auto; transform: translateY(-101%); } }
@media screen and (max-width: 576px) { .o-m__cta-floating { padding: 10px; } }
.o-m__cta-floating-bottom { background-color: rgba(0, 125, 204, 0.8); width: 100%; padding: 15px 0; position: fixed; z-index: 1000; bottom: 0; left: 0; transition: 0.3s; transform: translateY(101%); }
.o-m__cta-floating-bottom.is-show { transform: translateY(0); }
.o-m__cta-floating-bottom_link { width: 1000px; margin: 0px auto; display: flex; justify-content: space-between; }
.o-m__cta-floating-bottom_link_item { width: 48%; }
.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture { left: 20px; width: 70px; }
@media screen and (max-width: 768px) { .o-m__cta-floating-bottom_link { width: 100%; }
  .o-m__cta-floating-bottom_link_item { width: 49%; } }
@media screen and (max-width: 768px) { .o-m__cta-floating-bottom { padding: 15px; } }
@media screen and (max-width: 576px) { .o-m__cta-floating-bottom { padding: 10px; } }

@media screen and (max-width: 576px) { .o-m__cta-common_title_single { padding: 0; }
  .o-m__cta-common_inner { height: 395px; } }
.o-c__cta-link_orange._fv { padding-top: 34px; }

@media screen and (max-width: 576px) { .o-c__cta-link_orange._fv { padding-top: 19px; } }
.o-m__breadcrumb { width: 100%; background-color: #FFF; }
.o-m__breadcrumb-list { width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; padding: 12px 0 10px; }
@media screen and (max-width: 1024px) { .o-m__breadcrumb-list { width: 100%; padding: 12px 12px 10px; } }
@media screen and (max-width: 576px) { .o-m__breadcrumb-list { padding: 12px 12px 7px; } }
.o-m__breadcrumb-list_link { font-weight: 700; color: #007bc7; font-size: 10px; margin-right: 30px; display: inline-block; position: relative; }
.o-m__breadcrumb-list_link:after { position: absolute; display: block; content: ""; width: 6px; height: 6px; border-top: 1px solid #969696; border-right: 1px solid #969696; top: 0; right: -15px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease 0.3s; }
.o-m__breadcrumb-list_link:last-child:after { display: none; }
.o-m__breadcrumb-list_link a { font-weight: 500; color: #323232; }
@media screen and (max-width: 576px) { .o-m__breadcrumb-list_link { margin: 0 30px 3px 0; } }

.o-m__about-logo { display: inline-block; width: 180px; height: 56px; margin-right: 15px; }
@media screen and (max-width: 576px) { .o-m__about-logo { width: 157px; height: 48px; } }
.o-m__about-content { position: relative; }
.o-m__about-content_flow { display: flex; justify-content: space-between; }
@media screen and (max-width: 768px) { .o-m__about-content_flow { padding: 0 15px; } }
@media screen and (max-width: 576px) { .o-m__about-content_flow { display: block; padding: 0; } }
.o-m__about-content_flow_data { width: 300px; position: relative; margin-top: 10px; }
@media screen and (max-width: 768px) { .o-m__about-content_flow_data { width: 28%; } }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data { width: 100%; margin: 0 0 80px; }
  .o-m__about-content_flow_data:last-child { margin: 0; } }
.o-m__about-content_flow_data_icon { display: block; width: 100px; height: 110px; margin: -20px auto 0; text-align: center; }
.o-m__about-content_flow_data_icon img { height: auto; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_icon { width: 70px; height: 70px; position: absolute; top: 50%; left: 10px; transform: translateY(-50%); padding: 0; margin: 0; } }
.o-m__about-content_flow_data dt { position: absolute; width: 120px; line-height: 1; left: 50%; top: 75px; transform: translateX(-50%); background-color: #fff; padding: 8px 0; text-align: center; border-radius: 50px; margin: 0 auto; font-size: 18px; color: #007bc7; font-weight: 700; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data dt { width: 100px; font-size: 16px; position: absolute; top: -15px; } }
.o-m__about-content_flow_data dd { min-height: 160px; background-color: #edf7ff; padding: 35px 25px 25px; border-radius: 10px; font-size: 14px; line-height: 1.8; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data dd { min-height: 0; padding: 30px 20px 20px 85px; font-size: 12px; line-height: 1.8; } }
.o-m__about-content_flow_data_arrow { position: absolute; top: 115px; right: -40px; font-size: 16px; text-align: center; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_arrow { top: auto; left: 33%; right: auto; bottom: -40px; font-size: 14px; } }
.o-m__about-content_flow_data_arrow_check { position: relative; }
.o-m__about-content_flow_data_arrow_check:after { content: ""; display: block; position: absolute; bottom: -45px; left: 3px; width: 28px; height: 38px; background-image: url(/assets/image/icon/icon_000_arrow.svg); background-repeat: no-repeat; background-size: cover; transform: rotate(-90deg); }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_arrow_check:after { bottom: auto; top: -20px; left: 60px; width: 38px; height: 52px; transform: translateX(-50%) rotate(0deg); } }
.o-m__about-content_flow_data_arrow:before { content: ""; position: absolute; top: -40px; right: 0; width: 33px; height: 33px; background-color: #007bc7; border-radius: 20px; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_arrow:before { top: -8px; right: 40px; } }
.o-m__about-content_flow_data_arrow:after { content: ""; width: 12px; height: 8px; border-top: solid 2px #fff; border-right: solid 2px #fff; display: block; position: absolute; left: 10px; top: -29px; transform: rotate(135deg); }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_arrow:after { width: 12px; height: 8px; left: -34px; top: 2px; } }
.o-m__about-note_text { font-size: 10px; padding: 15px 0 0; }
.o-m__about.f__common-bgcolor_blue .o-m__about-content_flow_data dt { background-color: #edf7ff; }
.o-m__about.f__common-bgcolor_blue .o-m__about-content_flow_data dd { background-color: #FFF; }
.o-m__about.f__common-bgcolor_gray .o-m__about-content_flow_data dt { background-color: #f6f6f6; }
.o-m__about.f__common-bgcolor_gray .o-m__about-content_flow_data dd { background-color: #FFF; }

.o-m__about { padding: 20px 0 70px; }
@media screen and (max-width: 576px) { .o-m__about { padding: 50px 0; }
  .o-m__about .o-c__heading-lead { text-align: left; } }

.o-m__case-list { position: relative; }
@media screen and (max-width: 576px) { .o-m__case-list .swiper-wrapper { padding: 0 0 30px; } }
.o-m__case-list_slide { border-left: 1px solid #f6f6f6; padding: 20px; }
.o-m__case-list_slide.swiper-slide-next, .o-m__case-list_slide.swiper-slide-prev { opacity: 0.5; }
.o-m__case-list_slide_logo { display: block; margin: 0 auto; max-width: 170px; max-height: 45px; width: auto; height: auto; }
.o-m__case-list_slide_title { font-size: 20px; font-weight: 700; text-align: center; color: #007bc7; padding: 30px 0; }
.o-m__case-list_slide_photo { display: block; margin: 0 auto; width: 300px; height: auto; border-radius: 10px; }
.o-m__case-list_slide_company { font-size: 20px; font-weight: 700; text-align: center; padding: 25px 0 20px; }
.o-m__case-list_slide_company span { font-size: 16px; }
.o-m__case-list_slide_point { display: flex; margin-bottom: 15px; }
.o-m__case-list_slide_point span { font-size: 18px; font-weight: 700; color: #007bc7; min-width: 150px; display: grid; place-items: center; }
.o-m__case-list_slide_point ul { border-left: 1px solid #007bc7; padding: 5px 0 2px 15px; }
.o-m__case-list_slide_point ul li { position: relative; line-height: 24px; padding: 0 0 0 20px; }
.o-m__case-list_slide_point ul li:before { content: ""; width: 8px; height: 8px; background-color: #007bc7; border-radius: 5px; position: absolute; left: 0; top: 6px; }
.o-m__case-list_slide_voice { font-size: 16px; line-height: 1.6; padding: 0 20px; }
@media screen and (max-width: 576px) { .o-m__case-list_slide_voice { padding: 0 50px; font-size: 14px; line-height: 1.6; } }
.o-m__case-list_slide_link { padding: 25px 0 0; text-align: center; }
@media screen and (max-width: 576px) { .o-m__case-list_slide { padding: 0px 0px 20px; }
  .o-m__case-list_slide_title { font-size: 14px; padding: 20px 0; }
  .o-m__case-list_slide_photo { width: 180px; }
  .o-m__case-list_slide_company { font-size: 16px; padding: 20px 0 15px; }
  .o-m__case-list_slide_company span { font-size: 12px; }
  .o-m__case-list_slide_point { display: block; margin-bottom: 15px; padding: 0 50px; }
  .o-m__case-list_slide_point span { font-size: 16px; min-width: 0px; display: block; place-items: left; }
  .o-m__case-list_slide_point ul { border: none; padding: 5px 0 2px 5px; }
  .o-m__case-list_slide_point ul li { position: relative; line-height: 24px; padding: 0 0 0 20px; font-size: 12px; }
  .o-m__case-list_slide_point ul li:before { content: ""; width: 10px; height: 7px; border-radius: 0; background: none; border-top: solid 2px #007bc7; border-right: solid 2px #007bc7; display: block; position: absolute; transform: rotate(135deg); }
  .o-m__case-list_slide_link { padding: 15px 0 0; } }
.o-m__case-pager_box { position: absolute; height: 0; width: 39.7%; padding: 30px 0 0; text-align: center; top: 0; left: 50%; transform: translateX(-50%); z-index: 100; }
@media screen and (max-width: 1024px) { .o-m__case-pager_box { width: 60%; } }
@media screen and (max-width: 576px) { .o-m__case-pager_box { width: 100%; } }
.o-m__case-link { padding: 30px 0 0; text-align: center; }
@media screen and (max-width: 576px) { .o-m__case-link { padding: 15px 0 0; } }
.o-m__case .swiper-pagination { display: none; }
@media screen and (max-width: 576px) { .o-m__case .swiper-pagination { display: block; bottom: 10px !important; }
  .o-m__case .swiper-pagination-bullet-active { opacity: 1; background: #007bc7 !important; } }
.o-m__case .swiper-button-prev { top: 350px !important; background-image: none !important; width: 45px !important; height: 45px !important; }
.o-m__case .swiper-button-prev:before { content: ""; width: 45px; height: 45px; border-radius: 30px; background-color: #007bc7; position: absolute; left: 0px; }
.o-m__case .swiper-button-prev:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-30%) rotate(45deg); transition: all ease .3s; border-bottom: 2px solid #fff; border-left: 2px solid #fff; }
@media screen and (max-width: 576px) { .o-m__case .swiper-button-prev { width: 35px !important; height: 35px !important; top: 300px !important; }
  .o-m__case .swiper-button-prev:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #007bc7; position: absolute; left: 0px; }
  .o-m__case .swiper-button-prev:after { width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; } }
.o-m__case .swiper-button-next { top: 350px !important; background-image: none !important; width: 45px !important; height: 45px !important; }
.o-m__case .swiper-button-next:before { content: ""; width: 45px; height: 45px; border-radius: 30px; background-color: #007bc7; position: absolute; left: 0; }
.o-m__case .swiper-button-next:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-70%) rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
@media screen and (max-width: 576px) { .o-m__case .swiper-button-next { width: 35px !important; height: 35px !important; top: 300px !important; }
  .o-m__case .swiper-button-next:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #007bc7; position: absolute; left: 0; }
  .o-m__case .swiper-button-next:after { width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; } }

.o-m__faq-content_item { position: relative; background-color: #FFF; border-radius: 10px; padding: 0 0 25px; margin-bottom: 10px; cursor: pointer; }
@media screen and (max-width: 576px) { .o-m__faq-content_item { padding: 0 0 12px; } }
.o-m__faq-content_item_icon_ball { display: inline-block; background-color: #007bc7; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 27px; right: 27px; transition: all ease 0.3s; }
.o-m__faq-content_item_icon_ball:before { content: ""; background-color: #fff; width: 8px; height: 2px; line-height: 0; position: absolute; left: 5px; top: 9px; transform: translateY(-50%); }
.o-m__faq-content_item_icon_ball:after { content: ""; background-color: #fff; width: 2px; height: 8px; line-height: 0; position: absolute; left: 9px; top: 5px; transform: translateX(-50%); }
.o-m__faq-content_item_icon_ball._js_open:after { display: none; }
@media screen and (max-width: 576px) { .o-m__faq-content_item_icon_ball { top: 17px; right: 15px; } }
@media screen and (min-width: 769px) { .o-m__faq-content_item:hover .o-m__faq-content_item_icon_ball { transform: rotate(90deg); } }
.o-m__faq-content_item_label { font-size: 16px; padding: 25px 50px 0px 60px; position: relative; display: block; }
.o-m__faq-content_item_label:before { content: "Q"; position: absolute; left: 30px; top: 22px; font-size: 22px; color: #007bc7; }
@media screen and (max-width: 576px) { .o-m__faq-content_item_label { font-size: 14px; padding: 17px 33px 2px 35px; }
  .o-m__faq-content_item_label:before { left: 13px; top: 13px; } }
.o-m__faq-content_item_answer { width: 95%; height: 0; opacity: 0; padding: 0 25px 0 45px; margin: 0 auto; overflow: hidden; background-color: #edf7ff; border-radius: 10px; transition: all ease .3s; }
.o-m__faq-content_item_answer_title { font-size: 16px; padding: 0 0 10px; color: #007bc7; font-weight: 700; position: relative; }
.o-m__faq-content_item_answer_title:before { content: "A"; position: absolute; font-weight: 500; left: -25px; top: -3px; font-size: 22px; color: #007bc7; }
.o-m__faq-content_item_answer_detail { font-size: 14px; line-height: 1.6; }
.o-m__faq-content_item_answer_detail_note { font-size: 10px; padding: 5px 0 0; }
.o-m__faq-content_item_answer_link-area { padding: 15px 0 0; }
.o-m__faq-content_item_answer_link-area a { margin-right: 10px; }
.o-m__faq-content_item_answer._js_open { padding: 25px 25px 25px 45px; opacity: 1; margin: 15px auto 0; height: auto; visibility: visible; }
@media screen and (max-width: 576px) { .o-m__faq-content_item_answer._js_open { margin-top: 10px; padding: 20px 20px 20px 40px; } }
@media screen and (max-width: 576px) { .o-m__faq-content_item_answer { width: 93%; padding: 0 15px 0 40px; }
  .o-m__faq-content_item_answer_link-area { padding: 5px 0 0; }
  .o-m__faq-content_item_answer_link-area a { margin-top: 10px; } }

@media screen and (max-width: 576px) { .o-m__rseries .o-c__heading-lead { text-align: left; } }
.o-m__rseries-content_list { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 0; }
@media screen and (max-width: 768px) { .o-m__rseries-content_list { display: block; }
  .o-m__rseries-content_list._other_series { display: flex; justify-content: space-between; }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item { width: 48%; } }
.o-m__rseries-content_list_item { background-color: #fff; width: calc((100% - 40px) / 3); padding: 30px 0 25px; border-radius: 10px; text-align: center; transition: all ease 0.3s; }
.o-m__rseries-content_list_item a { text-decoration: none; }
@media screen and (max-width: 768px) { .o-m__rseries-content_list_item a .o-c__btn-link { padding: 10px 35px 7px; } }
@media screen and (max-width: 768px) { .o-m__rseries-content_list_item { width: 100%; padding: 20px 0 15px; margin: 0 0 15px; } }
.o-m__rseries-content_list_item_logo { display: block; margin: 0 auto; width: 175px; padding-bottom: 22px; }
.o-m__rseries-content_list_item_logo.w-large { width: 200px; }
@media screen and (max-width: 768px) { .o-m__rseries-content_list_item_logo { width: 145px; height: auto; padding-bottom: 20px; }
  .o-m__rseries-content_list_item_logo img { width: 100%; height: auto; } }
.o-m__rseries-content_list_item_name { display: block; font-size: 24px; line-height: 26px; font-weight: 700; color: #464646; padding-bottom: 12px; }
@media screen and (max-width: 768px) { .o-m__rseries-content_list_item_name { font-size: 16px; line-height: 20px; } }
.o-m__rseries-content_list_item_ttl { display: block; color: #323232; font-size: 16px; padding-bottom: 20px; }
@media screen and (max-width: 768px) { .o-m__rseries-content_list_item_ttl { font-size: 14px; padding-bottom: 10px; } }
.o-m__rseries-content_list_item ._sub_title { font-size: 14px; padding-bottom: 10px; }
.o-m__rseries-content_list_item ._meisai { background-color: #267d00; border-color: #267d00; }
.o-m__rseries-content_list_item ._meisai:hover { background-color: #fff; color: #267d00; }
.o-m__rseries-content_list_item ._meisai:hover:after { border-top: 2px solid #267d00; border-right: 2px solid #267d00; }
.o-m__rseries-content_list_item ._hanbai { background-color: #f53c20; border-color: #f53c20; }
.o-m__rseries-content_list_item ._hanbai:hover { background-color: #fff; color: #f53c20; }
.o-m__rseries-content_list_item ._hanbai:hover:after { border-top: 2px solid #f53c20; border-right: 2px solid #f53c20; }
.o-m__rseries-content_list_item ._kintai { background-color: #2531b7; border-color: #2531b7; }
.o-m__rseries-content_list_item ._kintai:hover { background-color: #fff; color: #2531b7; }
.o-m__rseries-content_list_item ._kintai:hover:after { border-top: 2px solid #2531b7; border-right: 2px solid #2531b7; }
.o-m__rseries-content_list_item ._keiri-plus { background-color: #0068b7; border-color: #0068b7; }
.o-m__rseries-content_list_item ._keiri-plus:hover { background-color: #fff; color: #0068b7; }
.o-m__rseries-content_list_item ._keiri-plus:hover:after { border-top: 2px solid #0068b7; border-right: 2px solid #0068b7; }
.o-m__rseries-content_list_item ._partner { background-color: #464646; border-color: #464646; padding: 10px 30px 7px; }
.o-m__rseries-content_list_item ._partner:hover { background-color: #fff; color: #464646; }
.o-m__rseries-content_list_item ._partner:hover:after { border-top: 2px solid #464646; border-right: 2px solid #464646; }
.o-m__rseries-content_list_item ._denshihozon { background-color: #a43fd1; border-color: #a43fd1; }
.o-m__rseries-content_list_item ._denshihozon:hover { background-color: #fff; color: #a43fd1; }
.o-m__rseries-content_list_item ._denshihozon:hover:after { border-top: 2px solid #a43fd1; border-right: 2px solid #a43fd1; }
.o-m__rseries-content_list_item ._seikyu { background-color: #0ba578; border-color: #0ba578; }
.o-m__rseries-content_list_item ._seikyu:hover { background-color: #fff; color: #0ba578; }
.o-m__rseries-content_list_item ._seikyu:hover:after { border-top: 2px solid #0ba578; border-right: 2px solid #0ba578; }
.o-m__rseries-content_list_item ._saikenkanri { background-color: #00ad0e; border-color: #00ad0e; }
.o-m__rseries-content_list_item ._saikenkanri:hover { background-color: #fff; color: #00ad0e; }
.o-m__rseries-content_list_item ._saikenkanri:hover:after { border-top: 2px solid #00ad0e; border-right: 2px solid #00ad0e; }
.o-m__rseries-content_list_item ._jinjiroumu { background-color: #107de8; border-color: #107de8; }
.o-m__rseries-content_list_item ._jinjiroumu:hover { background-color: #fff; color: #107de8; }
.o-m__rseries-content_list_item ._jinjiroumu:hover:after { border-top: 2px solid #107de8; border-right: 2px solid #107de8; }
.o-m__rseries-content_list_item:nth-child(n + 4) { width: calc((100% - 40px) / 5); }
.o-m__rseries-content_list_item:nth-child(n + 4) .o-m__rseries-content_list_item_logo { width: 100%; }
@media screen and (max-width: 768px) { .o-m__rseries-content_list_item:nth-child(n + 4) .o-m__rseries-content_list_item_logo { width: 145px; }
  .o-m__rseries-content_list_item:nth-child(n + 4) .o-m__rseries-content_list_item_logo.w-large { width: 200px; } }
@media screen and (max-width: 768px) { .o-m__rseries-content_list_item:nth-child(n + 4) { width: 100%; } }

.o-m__onayami-content { display: flex; justify-content: space-between; position: relative; }
@media screen and (max-width: 576px) { .o-m__onayami-content.swiper-container { padding: 0 0 40px; } }
.o-m__onayami-content_answer_title { width: 100%; text-align: center; font-size: 28px; font-weight: 700; color: #007bc7; position: absolute; z-index: 300; top: 140px; left: 0; }
.o-m__onayami-content_answer_title img { width: 183px; height: 45px; display: inline-block; padding: 0 20px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_answer_title { font-size: 22px; line-height: 1.3; top: 125px; }
  .o-m__onayami-content_answer_title img { width: 130px; height: 35px; padding: 0 12px; } }
.o-m__onayami-content_data { width: 23%; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data { width: 100%; padding: 0 35px; } }
.o-m__onayami-content_data_theme { width: 100%; background-color: #f6f6f6; padding: 25px 0; border-radius: 10px; position: relative; margin-bottom: 135px; text-align: center; font-size: 16px; line-height: 24px; font-weight: 700; }
.o-m__onayami-content_data_theme._base_3 { padding: 13px 0; }
.o-m__onayami-content_data_theme:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -14px; transform: translateX(-50%); border: 10px solid rgba(0, 0, 0, 0); border-bottom-width: 0; border-top: 15px solid #f6f6f6; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_theme { margin-bottom: 100px; } }
.o-m__onayami-content_data_answer { width: 100%; min-height: 480px; background-color: #edf7ff; padding: 45px 0px 20px; border-radius: 10px; text-align: center; position: relative; }
.o-m__onayami-content_data_answer:before { content: ""; display: block; position: absolute; top: -45px; left: 50%; transform: translateX(-50%); width: 72px; height: 72px; border-radius: 36px; background-color: #FFF; }
.o-m__onayami-content_data_answer:after { content: ""; display: block; position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 28px; height: 38px; background-image: url(/assets/image/icon/icon_000_arrow.svg); background-repeat: no-repeat; background-size: cover; }
.o-m__onayami-content_data_answer h3 { font-size: 20px; line-height: 28px; font-weight: 700; color: #007bc7; margin-bottom: 20px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_answer { min-height: 0; padding: 45px 0px 10px; }
  .o-m__onayami-content_data_answer h3 { font-size: 16px; line-height: 24px; text-align: left; padding: 0 0 0 90px; } }
.o-m__onayami-content_data_icon { background-color: #FFF; width: 116px; height: 116px; border-radius: 60px; margin: 0px auto 20px; display: grid; place-items: center; }
.o-m__onayami-content_data_icon img { width: 80px; height: auto; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_icon { width: 65px; height: 65px; position: absolute; left: 15px; top: 35px; }
  .o-m__onayami-content_data_icon img { width: 50px; height: auto; } }
.o-m__onayami-content_data_list { padding: 0px 20px 10px; }
.o-m__onayami-note_text { font-size: 10px; padding: 15px 0 0; }
.o-m__onayami-pager_box { z-index: 500; }
.o-m__onayami .pc-only { display: inline-block; }
.o-m__onayami .swiper-wrapper { display: flex; justify-content: space-between; }
.o-m__onayami .swiper-slide { width: 23%; }
.o-m__onayami .swiper-pagination, .o-m__onayami .swiper-button-prev, .o-m__onayami .swiper-button-next { display: none; }
@media screen and (max-width: 576px) { .o-m__onayami .pc-only { display: none; }
  .o-m__onayami .swiper-pagination { display: block; bottom: 10px !important; }
  .o-m__onayami .swiper-pagination-bullet-active { opacity: 1; background: #007bc7 !important; }
  .o-m__onayami .swiper-button-prev { display: block; background-image: none !important; width: 35px !important; height: 35px !important; top: 200px !important; }
  .o-m__onayami .swiper-button-prev:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #007bc7; position: absolute; left: 0px; }
  .o-m__onayami .swiper-button-prev:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-30%) rotate(45deg); transition: all ease .3s; border-bottom: 2px solid #fff; border-left: 2px solid #fff; }
  .o-m__onayami .swiper-button-next { display: block; background-image: none !important; width: 35px !important; height: 35px !important; top: 200px !important; }
  .o-m__onayami .swiper-button-next:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #007bc7; position: absolute; left: 0; }
  .o-m__onayami .swiper-button-next:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-70%) rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; } }

.o-m__onayami .swiper-wrapper { width: 100%; }
@media screen and (max-width: 576px) { .o-m__onayami .swiper-wrapper { display: block; } }
.o-m__onayami .swiper-slide { width: 32%; }
@media screen and (max-width: 576px) { .o-m__onayami .swiper-slide { width: 100%; padding: 0; }
  .o-m__onayami .swiper-slide:nth-child(n+2) { margin-top: 40px; } }
.o-m__onayami-content_data_theme { height: 320px; font-size: 18px; line-height: 1.6; padding: 32px 0; margin-bottom: 202px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_theme { margin-bottom: 25px; height: auto; font-size: 16px; padding: 25px 0; } }
.o-m__onayami-content_data_theme_list { width: 265px; max-width: calc(100% - 20px); margin: 15px auto 0; text-align: left; }
.o-m__onayami-content_data_theme_txt:not(:only-child)::before { content: "・"; position: absolute; top: 0; left: 0; }
.o-m__onayami-content_data_theme_txt:nth-child(n+2) { margin-top: 10px; }
.o-m__onayami-content_data_theme_txt { font-size: 14px; line-height: 1.6; font-weight: 500; position: relative; }
.o-m__onayami-content_data_theme_txt:not(:only-child) { padding-left: 15px; }
.o-m__onayami-content_data_theme_txt_point { font-weight: bold; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_theme_txt { font-size: 12px; } }
.o-m__onayami-content_data_answer { min-height: 390px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_answer { min-height: auto; padding-top: 35px; display: flex; align-items: center; flex-wrap: wrap; }
  .o-m__onayami-content_data_answer h3 { margin-bottom: 0; order: 2; width: calc(100% - 90px); padding-left: 0; }
  .o-m__onayami-content_data_answer::before { width: 54px; height: 54px; top: -35px; }
  .o-m__onayami-content_data_answer::after { width: 21px; height: 29px; top: -19px; } }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_icon { width: 55px; height: 55px; top: 19px; margin-bottom: 0; position: static; order: 1; }
  .o-m__onayami-content_data_icon img { width: 41px; }
  .o-m__onayami-content_data_list { width: 100%; order: 3; } }
.o-m__onayami-content_effect_txt { font-size: 14px; line-height: 1.6; text-align: left; margin-top: 20px; }
.o-m__onayami-content_effect_txt_note { font-size: 10px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_effect_txt { margin-top: 15px; } }
.o-m__onayami-content_answer_title { top: 373px; font-size: 22px; line-height: 1.75; }
.o-m__onayami-content_answer_title_point { font-size: 28px; color: #323232; }
.o-m__onayami-content_answer_title_raku { color: #007dcc; }
@media screen and (max-width: 576px) { .o-m__onayami-content_answer_title { position: static; margin-bottom: 25px; position: relative; top: 0; z-index: 10; }
  .o-m__onayami-content_answer_title img { vertical-align: -10px; } }

.p-f__common-fv { background-color: #f6f6f6; overflow: hidden; padding: 50px 0 70px; }
@media screen and (max-width: 768px) { .p-f__common-fv { padding: 30px 0 80px; } }
@media screen and (max-width: 576px) { .p-f__common-fv { padding: 40px 0 210px; } }
.p-f__common-fv_block { width: 1000px; margin: 0px auto; display: flex; position: relative; z-index: 10; }
@media screen and (max-width: 768px) { .p-f__common-fv_block { width: 100%; display: block; } }
.p-f__common-fv_block > * { z-index: 20; position: relative; }
.p-f__common-fv_block_textbox { width: 50%; text-align: center; }
@media screen and (max-width: 768px) { .p-f__common-fv_block_textbox { width: 100%; } }
.p-f__common-fv_block_balloon { border: solid 1px #f6f6f6; display: inline-block; background-color: #007bc7; color: #FFF; font-size: 16px; font-weight: 700; text-align: center; border-radius: 25px; padding: 8px 20px 5px; margin: 0 0 25px; }
@media screen and (max-width: 576px) { .p-f__common-fv_block_balloon { font-size: 14px; } }
.p-f__common-fv_block_annotation { font-size: 12px; }
@media screen and (max-width: 576px) { .p-f__common-fv_block_annotation { font-size: 10px; } }
.p-f__common-fv_block_copy { font-size: 34px; font-weight: 700; color: #323232; line-height: 1.2; margin: 0 0 15px; }
.p-f__common-fv_block_copy_big { color: #007bc7; font-size: 46px; }
@media screen and (max-width: 576px) { .p-f__common-fv_block_copy { font-size: 22px; }
  .p-f__common-fv_block_copy_big { color: #007bc7; font-size: 32px; } }
.p-f__common-fv_block_point { width: 390px; margin: 0 auto; }
@media screen and (max-width: 576px) { .p-f__common-fv_block_point { width: auto; display: inline-block; } }
.p-f__common-fv_block_point_item { font-size: 18px; padding: 3px 0 0 30px; text-align: left; position: relative; margin-bottom: 5px; }
.p-f__common-fv_block_point_item:before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 21px; height: 21px; background: #007bc7; border-radius: 11px; }
.p-f__common-fv_block_point_item:after { content: ''; width: 10px; height: 6px; border-top: solid 2px #FFF; border-right: solid 2px #FFF; display: block; position: absolute; left: 6px; top: 34%; transform: rotate(135deg); }
@media screen and (max-width: 576px) { .p-f__common-fv_block_point_item { font-size: 14px; } }
.p-f__common-fv_block_right { width: 50%; padding: 10px 0 0; z-index: 20; position: relative; }
@media screen and (max-width: 768px) { .p-f__common-fv_block_right { margin: 20px auto 0; } }
@media screen and (max-width: 576px) { .p-f__common-fv_block_right { width: 80%; margin: 0 auto; } }
.p-f__common-fv_block_movie { width: 400px; display: block; margin: 0 auto; position: relative; }
.p-f__common-fv_block_movie_data { width: 400px; display: block; border: 5px solid #FFF; background-color: #FFF; }
.p-f__common-fv_block_movie_link { position: absolute; width: 100%; height: auto; top: 0; border: 5px solid #FFF; display: none; }
.p-f__common-fv_block_movie_link._js_video_link_on { display: block; }
.p-f__common-fv_block_movie_annotation { width: 100%; display: block; font-size: 10px; text-align: left; padding: 10px 0 0; }
@media screen and (max-width: 768px) { .p-f__common-fv_block_movie { width: 100%; }
  .p-f__common-fv_block_movie_data { width: 100%; }
  .p-f__common-fv_block_movie_annotation { color: #323232; text-align: left; } }
.p-f__common-fv_block::after { content: ""; position: absolute; z-index: 1; top: -160px; right: -250px; width: 330px; height: 330px; background-image: url(/assets/image/figure/fv_back_component.svg); background-repeat: no-repeat; background-size: contain; transform: rotate(-60deg); }
@media screen and (max-width: 1024px) { .p-f__common-fv_block::after { display: block; } }
@media screen and (max-width: 768px) { .p-f__common-fv_block::after { bottom: auto; top: -70px; right: -40px; width: 220px; height: 220px; transform: rotate(-22deg); } }
@media screen and (max-width: 576px) { .p-f__common-fv_block::after { bottom: 0; top: -70px; right: -26px; width: 120px; height: 120px; transform: rotate(-22deg); } }
.p-f__common-cta { width: 940px; text-align: center; margin: 0px auto; position: relative; top: -42px; z-index: 500; display: flex; justify-content: space-around; }
@media screen and (max-width: 768px) { .p-f__common-cta { width: 100%; } }
@media screen and (max-width: 576px) { .p-f__common-cta { width: 100%; display: block; top: -180px; height: 0; } }
.p-f__common-linklist_content_list { display: flex; flex-wrap: wrap; }
@media screen and (max-width: 576px) { .p-f__common-linklist_content_list { justify-content: space-between; } }
.p-f__common-linklist_content_item { width: 24%; margin-bottom: 10px; }
@media screen and (min-width: 577px) { .p-f__common-linklist_content_item:not(:nth-child(4n)) { margin-right: 1.3%; } }
.p-f__common-linklist_content_item .o-c__btn-link { display: grid; place-items: center; width: 100%; height: 65px; font-weight: 700; font-size: 16px; line-height: 1.4; padding: 0; }
@media screen and (max-width: 576px) { .p-f__common-linklist_content_item { width: 48.5%; }
  .p-f__common-linklist_content_item .o-c__btn-link { font-size: 14px; height: 65px; line-height: 1.2; } }
.p-f__common-linklist_link { text-align: center; padding: 20px 0 0; }

@media screen and (max-width: 576px) { .p-f__common-fv { padding-bottom: 270px; } }
.p-f__common-fv_block { align-items: center; }
.p-f__common-fv_block_point_item_kome { font-size: 10px; vertical-align: top; }

.p-f__common-fv_block_right img { height: auto; }
.p-f__common-fv_block_right .p-f__common-fv_block_movie { border: solid 5px #fff; }

.p-f__common-cta { flex-wrap: wrap; }
@media screen and (max-width: 576px) { .p-f__common-cta { top: -245px; } }
.p-f__common-cta_box { display: flex; justify-content: space-around; width: 100%; }
@media screen and (max-width: 576px) { .p-f__common-cta_box { display: block; } }
.p-f__common-cta_note { width: 1000px; margin: 15px auto 0; text-align: left; }
.p-f__common-cta_note_text { font-size: 10px; }
@media screen and (max-width: 768px) { .p-f__common-cta_note { width: 100%; margin-top: 20px; padding: 0 20px; } }

.coming_soon { background: #fff; color: #323232; font-size: 20px; line-height: 2; text-align: center; padding: 50px; max-width: 1000px; margin: 0 auto; word-break: break-all; border-radius: 10px; }
@media screen and (max-width: 576px) { .coming_soon { font-size: 14px; text-align: center; padding: 30px 15px; } }

.p-f__f_invoice-effect_note { padding: 20px 0 0; }
.p-f__f_invoice-effect_note_text { font-size: 10px; }
@media screen and (max-width: 576px) { .p-f__f_invoice-effect_note { padding: 0; margin-top: 15px; } }
.p-f__f_invoice-support { padding-top: 20px; }
@media screen and (max-width: 768px) { .p-f__f_invoice-support { padding-top: 50px; } }
.p-f__f_invoice-support_warning { display: flex; justify-content: center; }
.p-f__f_invoice-support_warning_icon { width: 100px; flex-shrink: 0; }
.p-f__f_invoice-support_warning_txt { margin-left: 7px; font-size: 18px; line-height: 1.67; }
.p-f__f_invoice-support_warning_txt_bold { font-weight: bold; }
.p-f__f_invoice-support_warning_txt_mark { font-weight: bold; background: linear-gradient(transparent 75%, #fae58e 75%); background-position: 0 1.3em; }
@media screen and (max-width: 768px) { .p-f__f_invoice-support_warning { display: block; padding-top: 0; }
  .p-f__f_invoice-support_warning_icon { width: 78px; height: 65px; overflow: hidden; position: relative; margin: 0 auto; }
  .p-f__f_invoice-support_warning_icon img { width: 100%; height: auto; position: absolute; bottom: 0; left: 0; }
  .p-f__f_invoice-support_warning_txt { width: 83.582%; margin: 0 auto; font-size: 16px; line-height: 1.6; } }
.p-f__f_invoice-support_figure { margin-top: 57px; }
.p-f__f_invoice-support_figure_tit { font-size: 24px; font-weight: bold; text-align: center; }
.p-f__f_invoice-support_figure_content { width: 940px; margin: 50px auto 0; }
.p-f__f_invoice-support_figure_content_warpbox { display: flex; }
.p-f__f_invoice-support_figure_content_warpbox_box { width: 440px; height: 160px; padding: 55px 25px 0; position: relative; margin-right: auto; background: #edf7ff; border-radius: 10px; z-index: 2; }
.p-f__f_invoice-support_figure_content_warpbox_box::before { content: ""; position: absolute; left: calc(50% - 22px); bottom: -85px; width: 44px; height: 85px; background: url(../../../../assets/image/photo/figure_support_item.webp) center bottom no-repeat; background-size: 44px auto; }
.p-f__f_invoice-support_figure_content_warpbox_box_tit { position: absolute; top: calc(0% - 20px); left: calc(50% - 135px); width: 270px; background: #ffffff; border-radius: 50px; border: 1px solid #edf7ff; text-align: center; padding: 9px 0; }
.p-f__f_invoice-support_figure_content_warpbox_box_tit_txt { font-size: 16px; line-height: 20px; font-weight: bold; }
.p-f__f_invoice-support_figure_content_warpbox_box_tit_txt span { font-size: 20px; }
.p-f__f_invoice-support_figure_content_warpbox_box_txt02 { font-size: 14px; line-height: 1.6; text-align: left; font-weight: 500; }
.p-f__f_invoice-support_figure_content_warpbox_box_txt02 span { font-weight: bold; background: linear-gradient(transparent 75%, #fae58e 75%); background-position: 0 1.3em; }
.p-f__f_invoice-support_figure_content_warpbox_box:last-child { background: #f6f6f6; margin-right: 0; }
.p-f__f_invoice-support_figure_content_warpbox_box:last-child .tit { border-color: #e6e6e6; }
.p-f__f_invoice-support_figure_content_box02 { width: 100%; height: 180px; margin-top: 100px; border-radius: 15px; border: 3px solid #007bc7; position: relative; padding: 63px 10px 0; }
.p-f__f_invoice-support_figure_content_box02_tit { width: 400px; position: absolute; top: calc(0% - 30px); left: calc(50% - 200px); background: #ffffff; border-radius: 60px; border: 3px solid #007bc7; text-align: center; padding: 12px 0; }
.p-f__f_invoice-support_figure_content_box02_tit_txt { font-size: 24px; line-height: 30px; font-weight: bold; color: #007bc7; }
.p-f__f_invoice-support_figure_content_box02_txt02 { text-align: center; font-size: 18px; line-height: 1.6; }
.p-f__f_invoice-support_figure_content_box02_txt02 span { font-weight: bold; background: linear-gradient(transparent 75%, #fae58e 75%); background-position: 0 1.3em; }
@media screen and (max-width: 768px) { .p-f__f_invoice-support_figure { margin-top: 32px; }
  .p-f__f_invoice-support_figure_tit { font-size: 16px; }
  .p-f__f_invoice-support_figure_content { width: 100%; margin-top: 50px; }
  .p-f__f_invoice-support_figure_content_warpbox { display: block; position: relative; }
  .p-f__f_invoice-support_figure_content_warpbox::after { content: ""; position: absolute; left: 9px; bottom: -37px; width: 44px; height: 85px; background: url(../../../../assets/image/photo/figure_support_item.webp) center bottom no-repeat; background-size: 44px auto; }
  .p-f__f_invoice-support_figure_content_warpbox::before { content: ""; position: absolute; top: 40px; left: 31px; width: 1px; height: calc(100% - 40px); background: #007bc7; }
  .p-f__f_invoice-support_figure_content_warpbox_box { width: 100%; height: auto; padding: 37px 20px 17px; margin-right: 0; border-radius: 10px; }
  .p-f__f_invoice-support_figure_content_warpbox_box::before { height: 37px; bottom: -37px; }
  .p-f__f_invoice-support_figure_content_warpbox_box:first-child::before { display: none; }
  .p-f__f_invoice-support_figure_content_warpbox_box_tit { top: calc(0% - 15px); left: calc(50% - 120px); width: 240px; padding: 7px 0; }
  .p-f__f_invoice-support_figure_content_warpbox_box_tit_txt { font-size: 14px; }
  .p-f__f_invoice-support_figure_content_warpbox_box_tit_txt span { font-size: 18px; }
  .p-f__f_invoice-support_figure_content_warpbox_box_txt02 { font-size: 14px; line-height: 1.6; text-align: left; font-weight: 500; }
  .p-f__f_invoice-support_figure_content_warpbox_box_txt02 span { font-weight: bold; background: linear-gradient(transparent 75%, #fae58e 75%); background-position: 0 1.3em; }
  .p-f__f_invoice-support_figure_content_warpbox_box:last-child { margin-top: 35px; width: calc(100% - 74px); margin-left: auto; }
  .p-f__f_invoice-support_figure_content_warpbox_box:last-child .tit { border-color: #e6e6e6; }
  .p-f__f_invoice-support_figure_content_box02 { height: auto; margin-top: 70px; border-radius: 10px; position: relative; padding: 37px 12px 24px; }
  .p-f__f_invoice-support_figure_content_box02_tit { width: 270px; top: calc(0% - 25px); left: calc(50% - 135px); text-align: center; padding: 5px 0; }
  .p-f__f_invoice-support_figure_content_box02_tit_txt { font-size: 18px; }
  .p-f__f_invoice-support_figure_content_box02_txt02 { font-size: 14px; line-height: 1.6; } }
@media screen and (max-width: 768px) { .p-f__f_invoice-tax .o-c__heading-lead { text-align: left; } }
.p-f__f_invoice-tax_content { display: block; width: 1000px; margin: 20px auto 0; }
.p-f__f_invoice-tax_content_on { position: relative; display: flex; }
.p-f__f_invoice-tax_content_on_box { width: 170px; }
.p-f__f_invoice-tax_content_on_box_tit { font-size: 11px; line-height: 18px; font-weight: bold; text-align: center; }
.p-f__f_invoice-tax_content_on_box_tit.last { padding-top: 17px; }
.p-f__f_invoice-tax_content_on_box_tit span { font-size: 13px; }
.p-f__f_invoice-tax_content_on_box_txtarea { background: #ffffff; height: 100px; width: 100%; border-radius: 15px; display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 5px; }
.p-f__f_invoice-tax_content_on_box_txtarea p { font-size: 14px; line-height: 20px; font-weight: bold; }
.p-f__f_invoice-tax_content_on_box_txtarea p span { font-size: 10px; }
.p-f__f_invoice-tax_content_on_box_mini { margin-top: 14px; text-align: left; font-size: 10px; line-height: 1.6; }
.p-f__f_invoice-tax_content_on_centerbox { width: calc(100% - 340px); display: flex; }
.p-f__f_invoice-tax_content_on_centerbox_sub { width: calc((100% - 170px) / 2); padding: 0px 60px; position: relative; background: url(../../../../assets/image/photo/figure_tax_item.webp) center right no-repeat; background-size: 235px auto; }
.p-f__f_invoice-tax_content_on_centerbox_sub .inner { display: inline-block; background: #edf7ff; margin-top: 50px; position: relative; z-index: 2; padding: 0px 10px; }
.p-f__f_invoice-tax_content_on_centerbox_sub_tit { font-size: 12px; line-height: 1.6; text-align: center; }
.p-f__f_invoice-tax_content_on_centerbox_sub_list_item { display: flex; align-items: center; }
.p-f__f_invoice-tax_content_on_centerbox_sub_list_item_tit { font-size: 12px; width: 50px; height: 22px; line-height: 18px; padding: 2px 0; border-radius: 5px; text-align: center; color: #ffffff; background-color: #464646; margin-right: 8px; }
.p-f__f_invoice-tax_content_on_centerbox_sub_list_item_tit.last { background: #ffffff; color: #323232; }
.p-f__f_invoice-tax_content_on_centerbox_sub_list_item_txt { font-size: 12px; line-height: 28px; font-weight: bold; }
.p-f__f_invoice-tax_content_on_centerbox_sub_list_item_txt .ltxt { font-size: 30px; vertical-align: revert; }
.p-f__f_invoice-tax_content_on_centerbox_sub_list_item_txt .mtxt { font-size: 16px; vertical-align: revert; }
.p-f__f_invoice-tax_content_on_centerbox_box { width: 170px; position: relative; }
.p-f__f_invoice-tax_content_on_centerbox_box::after { content: ""; position: absolute; left: calc(50% - 22px); bottom: -23px; width: 44px; height: 85px; background: url(../../../../assets/image/photo/figure_tax_item02.webp) center bottom no-repeat; background-size: 44px auto; }
.p-f__f_invoice-tax_content_on_centerbox_box_tit { font-size: 11px; line-height: 18px; font-weight: bold; text-align: center; }
.p-f__f_invoice-tax_content_on_centerbox_box_tit span { font-size: 13px; }
.p-f__f_invoice-tax_content_on_centerbox_box_txtarea { background: #ffffff; height: 100px; width: 100%; border-radius: 15px; display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 5px; position: relative; z-index: 2; }
.p-f__f_invoice-tax_content_on_centerbox_box_txtarea p { font-size: 14px; line-height: 20px; font-weight: bold; }
.p-f__f_invoice-tax_content_on_centerbox_box_txtarea p span { font-size: 10px; }
.p-f__f_invoice-tax_content_under { width: 100%; margin-top: 43px; background: #ffffff; border-radius: 15px; text-align: center; padding: 40px 20px; }
.p-f__f_invoice-tax_content_under_tit { font-size: 24px; line-height: 50px; font-weight: bold; }
.p-f__f_invoice-tax_content_under_subtit { font-size: 16px; line-height: 1.6; margin-top: 9px; }
.p-f__f_invoice-tax_content_under_inner { width: 800px; margin: 0 auto; text-align: left; padding-top: 24px; }
.p-f__f_invoice-tax_content_under_inner_titbox { position: relative; background: #e6e6e6; text-align: center; border-radius: 60px; display: inline-block; padding: 5px 15px; }
.p-f__f_invoice-tax_content_under_inner_titbox::after { content: ""; position: absolute; width: 10px; height: 9px; background: #e6e6e6; left: calc(50% - 5px); bottom: -9px; clip-path: polygon(0 0, 50% 100%, 100% 0); }
.p-f__f_invoice-tax_content_under_inner_titbox_tit { color: #323232; font-size: 14px; line-height: 20px; font-weight: bold; }
.p-f__f_invoice-tax_content_under_inner_title { text-align: center; margin-top: 16px; }
.p-f__f_invoice-tax_content_under_inner_title_tit { font-size: 26px; line-height: 57px; font-weight: 500; letter-spacing: 2px; }
.p-f__f_invoice-tax_content_under_inner_title_tit .boxtxt { font-size: 16px; line-height: 30px; display: inline-block; padding: 0 11px; color: #ffffff; background: #464646; border-radius: 5px; vertical-align: text-top; margin-right: 6px; }
.p-f__f_invoice-tax_content_under_inner_title_tit .mtxt { font-size: 40px; }
.p-f__f_invoice-tax_content_under_inner_title_tit .ltxt { font-size: 50px; }
.p-f__f_invoice-tax_content_under_inner_title_tit .lltxt { font-size: 80px; }
.p-f__f_invoice-tax_content_under_inner_title_tit .bold { font-weight: bold; }
.p-f__f_invoice-tax_content_under_inner_txt { border-top: 1px solid #e6e6e6; font-size: 16px; text-align: center; line-height: 28px; font-weight: bold; padding-top: 24px; margin-top: 13px; }
@media screen and (max-width: 768px) { .p-f__f_invoice-tax_content { width: 100%; }
  .p-f__f_invoice-tax_content_on { flex-wrap: wrap; }
  .p-f__f_invoice-tax_content_on_box { width: calc((100% - 44px) / 2); margin-right: auto; }
  .p-f__f_invoice-tax_content_on_box.other01 { order: 1; }
  .p-f__f_invoice-tax_content_on_box.other02 { order: 2; margin-right: 0; }
  .p-f__f_invoice-tax_content_on_box_tit { font-size: 10px; line-height: 1.6; }
  .p-f__f_invoice-tax_content_on_box_tit.last { padding-top: 9px; padding-bottom: 8px; }
  .p-f__f_invoice-tax_content_on_box_tit span { font-size: 12px; }
  .p-f__f_invoice-tax_content_on_box_txtarea { height: 80px; position: relative; width: 100%; border-radius: 10px; margin-top: 4px; }
  .p-f__f_invoice-tax_content_on_box_txtarea p { font-size: 13px; line-height: 1.38; }
  .p-f__f_invoice-tax_content_on_box_txtarea p span { font-size: 10px; }
  .p-f__f_invoice-tax_content_on_box_mini { margin-top: 7px; }
  .p-f__f_invoice-tax_content_on_centerbox { width: 100%; display: block; }
  .p-f__f_invoice-tax_content_on_centerbox.other03 { order: 3; }
  .p-f__f_invoice-tax_content_on_centerbox_sub { width: 173px; padding: 0; position: relative; background: none; }
  .p-f__f_invoice-tax_content_on_centerbox_sub::after { content: ""; position: absolute; width: 74px; height: 173px; left: 20px; top: 10px; background: url(../../../../assets/image/photo/figure_tax_item_sp.webp) center bottom no-repeat; background-size: contain; }
  .p-f__f_invoice-tax_content_on_centerbox_sub.last { position: absolute; right: 0; top: 158px; width: 145px; }
  .p-f__f_invoice-tax_content_on_centerbox_sub.last::after { position: absolute; width: 44px; height: 245px; left: auto; right: 42px; top: -42px; background: url(../../../../assets/image/photo/figure_tax_item01_sp.webp) center bottom no-repeat; background-size: contain; }
  .p-f__f_invoice-tax_content_on_centerbox_sub .inner { margin-left: 12px; margin-top: 52px; padding-bottom: 8px; }
  .p-f__f_invoice-tax_content_on_centerbox_sub_tit { position: absolute; font-size: 12px; line-height: 1.6; text-align: center; right: 49px; bottom: -17px; }
  .p-f__f_invoice-tax_content_on_centerbox_sub_list_item { display: flex; align-items: center; }
  .p-f__f_invoice-tax_content_on_centerbox_sub_list_item_tit { margin-right: 8px; }
  .p-f__f_invoice-tax_content_on_centerbox_sub_list_item_tit.last { background: #ffffff; color: #323232; }
  .p-f__f_invoice-tax_content_on_centerbox_sub_list_item_txt { font-weight: bold; }
  .p-f__f_invoice-tax_content_on_centerbox_sub_list_item_txt .ltxt { font-size: 20px; }
  .p-f__f_invoice-tax_content_on_centerbox_sub_list_item_txt .mtxt { font-size: 16px; }
  .p-f__f_invoice-tax_content_on_centerbox_box { width: calc(100% - 190px); margin: 0 auto; margin-top: -13px; }
  .p-f__f_invoice-tax_content_on_centerbox_box::after { bottom: -38px; }
  .p-f__f_invoice-tax_content_on_centerbox_box_tit { font-size: 10px; line-height: 1.6; }
  .p-f__f_invoice-tax_content_on_centerbox_box_tit span { font-size: 12px; }
  .p-f__f_invoice-tax_content_on_centerbox_box_txtarea { height: 80px; position: relative; border-radius: 10px; margin-top: 5px; position: relative; z-index: 2; }
  .p-f__f_invoice-tax_content_on_centerbox_box_txtarea p { font-size: 13px; line-height: 1.34; }
  .p-f__f_invoice-tax_content_under { width: 100%; margin-top: 52px; border-radius: 10px; padding: 26px 20px; }
  .p-f__f_invoice-tax_content_under_tit { font-size: 18px; line-height: 1.6; }
  .p-f__f_invoice-tax_content_under_subtit { font-size: 14px; line-height: 1.6; margin-top: 5px; }
  .p-f__f_invoice-tax_content_under_inner { width: 100%; margin: 0 auto; text-align: center; padding-top: 15px; }
  .p-f__f_invoice-tax_content_under_inner_titbox { padding: 1px 10px; }
  .p-f__f_invoice-tax_content_under_inner_titbox::after { content: ""; position: absolute; width: 10px; height: 9px; background: #e6e6e6; left: calc(50% - 5px); bottom: -9px; clip-path: polygon(0 0, 50% 100%, 100% 0); }
  .p-f__f_invoice-tax_content_under_inner_titbox_tit { font-size: 11px; letter-spacing: -0.5px; }
  .p-f__f_invoice-tax_content_under_inner_title { text-align: center; margin-top: 16px; }
  .p-f__f_invoice-tax_content_under_inner_title_tit { font-size: 16px; line-height: 1.4; letter-spacing: 0px; display: inline-block; text-align: right; }
  .p-f__f_invoice-tax_content_under_inner_title_tit .boxtxt { font-size: 12px; line-height: 1.6; padding: 4px 3px; font-weight: 500; border-radius: 5px; vertical-align: 7px; margin-right: 5px; letter-spacing: 2px; margin-bottom: 16px; }
  .p-f__f_invoice-tax_content_under_inner_title_tit .bold { font-size: 20px; }
  .p-f__f_invoice-tax_content_under_inner_title_tit .mtxt { font-size: 20px; }
  .p-f__f_invoice-tax_content_under_inner_title_tit .ltxt { font-size: 35px; line-height: 1; }
  .p-f__f_invoice-tax_content_under_inner_title_tit .lltxt { font-size: 35px; line-height: 1; }
  .p-f__f_invoice-tax_content_under_inner_txt { font-size: 14px; text-align: left; line-height: 1.6; font-weight: bold; padding-top: 18px; margin-top: 5px; } }
.p-f__f_invoice-tax_txt01 { font-size: 20px; text-align: center; margin-top: 48px; }
@media screen and (max-width: 768px) { .p-f__f_invoice-tax_txt01 { font-size: 16px; margin-top: 26px; } }
.p-f__f_invoice-tax_list { width: 610px; margin: 35px auto 0; }
@media screen and (max-width: 768px) { .p-f__f_invoice-tax_list { width: 100%; margin-top: 10px; } }
.p-f__f_invoice-tax_item { padding-left: 30px; font-size: 18px; font-weight: bold; position: relative; }
.p-f__f_invoice-tax_item:nth-child(n+2) { margin-top: 10px; }
.p-f__f_invoice-tax_item::before { content: ""; position: absolute; left: 0; top: 49%; transform: translateY(-50%); width: 21px; height: 21px; background: #007bc7; border-radius: 11px; }
.p-f__f_invoice-tax_item::after { content: ""; width: 8px; height: 6px; border-top: solid 2px #FFF; border-right: solid 2px #FFF; display: block; position: absolute; left: 7px; top: 33%; transform: rotate(135deg); }
@media screen and (max-width: 768px) { .p-f__f_invoice-tax_item { font-size: 16px; line-height: 1.6; padding-left: 18px; }
  .p-f__f_invoice-tax_item:nth-child(n+2) { margin-top: 7px; }
  .p-f__f_invoice-tax_item:before { width: 14px; height: 14px; border-radius: 10px; top: 12px; }
  .p-f__f_invoice-tax_item::after { top: 8px; left: 4px; width: 7px; height: 5px; } }
.p-f__f_invoice-tax_mark { background: linear-gradient(transparent 75%, #fae58e 75%); background-position: 0 1.3em; }
.p-f__f_invoice-tax_txt02 { font-size: 20px; text-align: center; margin-top: 28px; }
@media screen and (max-width: 768px) { .p-f__f_invoice-tax_txt02 { font-size: 16px; margin-top: 10px; } }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo .o-c__heading-lead { text-align: left; } }
.p-f__f_invoice-denshichobo_content { padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px; }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo_content { margin-top: 30px; padding: 0px 20px; } }
.p-f__f_invoice-denshichobo_content_box { width: 48%; background-color: #FFF; border-radius: 10px; padding: 0 40px 120px; position: relative; text-align: center; }
.p-f__f_invoice-denshichobo_content_box.invoice { padding-bottom: 40px; }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo_content_box { width: 100%; padding: 0 20px 25px; margin-bottom: 40px; }
  .p-f__f_invoice-denshichobo_content_box.invoice { padding-bottom: 25px; }
  .p-f__f_invoice-denshichobo_content_box:last-child { margin-bottom: 0; } }
.p-f__f_invoice-denshichobo_content_link { position: absolute; bottom: 30px; padding: 21px 0px; left: calc(50% - 165px); width: 330px; display: inline-block; border-radius: 60px; font-size: 16px; line-height: 20px; font-weight: bold; color: #fff; background: #007bc7; text-decoration: none; text-align: center; border: 2px solid #007bc7; transition: all 0.3s ease; }
.p-f__f_invoice-denshichobo_content_link span { position: relative; display: block; width: 100%; height: 100%; }
.p-f__f_invoice-denshichobo_content_link span::after { position: absolute; display: block; content: ""; width: 7px; height: 7px; top: 0; right: 20px; bottom: 0; margin: auto; transform: rotate(45deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; }
.p-f__f_invoice-denshichobo_content_link:hover { background: #ffffff; color: #007bc7; }
.p-f__f_invoice-denshichobo_content_link:hover span::after { border-color: #007bc7; }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo_content_link { position: static; padding: 12px 0px; width: 100%; font-size: 14px; margin-top: 22px; }
  .p-f__f_invoice-denshichobo_content_link span::after { right: 15px; } }
.p-f__f_invoice-denshichobo_content_title { min-height: 80px; display: block; position: relative; z-index: 50; padding: 36px 0 0 115px; text-align: left; }
.p-f__f_invoice-denshichobo_content_title_annotation { font-size: 12px; }
.p-f__f_invoice-denshichobo_content_title_icon { position: absolute; top: -35px; left: -20px; width: 140px; height: 140px; border-radius: 90px; background-color: #FFF; text-align: center; display: grid; place-items: center; }
.p-f__f_invoice-denshichobo_content_title_icon img { width: 85px; height: 85px; }
.p-f__f_invoice-denshichobo_content_title h3 { font-size: 24px; font-weight: 700; letter-spacing: 1.5px; color: #007bc7; position: relative; }
.p-f__f_invoice-denshichobo_content_title._2line { padding: 17px 0 0 120px; }
.p-f__f_invoice-denshichobo_content_title._2line h3 { line-height: 1.2; }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo_content_title { height: auto; padding: 80px 0 7px 0; }
  .p-f__f_invoice-denshichobo_content_title_icon { width: 112px; height: 112px; position: absolute; top: -18px; left: 50%; transform: translateX(-50%); }
  .p-f__f_invoice-denshichobo_content_title_icon img { width: 80px; height: 80px; }
  .p-f__f_invoice-denshichobo_content_title h3 { font-size: 20px; letter-spacing: 2px; text-align: center; margin-top: 10px; }
  .p-f__f_invoice-denshichobo_content_title h3.last { margin-top: 8px; }
  .p-f__f_invoice-denshichobo_content_title._2line { padding: 80px 0 10px 0; } }
.p-f__f_invoice-denshichobo_content_checklist { position: relative; display: inline-block; text-align: left; margin-top: 11px; z-index: 51; }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo_content_checklist { margin-top: 0; } }
.p-f__f_invoice-denshichobo_content_checklist_item { padding: 0 0 0 20px; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; position: relative; }
.p-f__f_invoice-denshichobo_content_checklist_item::before { content: ""; width: 12px; height: 8px; border-radius: 0; background: none; border-top: solid 2px #007bc7; border-right: solid 2px #007bc7; display: block; position: absolute; top: 2px; left: 0; transform: rotate(135deg); }
.p-f__f_invoice-denshichobo_content_checklist_item_label { background: linear-gradient(transparent 60%, #fae58e 0%); }
.p-f__f_invoice-denshichobo_content_checklist_item .sub { font-size: 10px; }
.p-f__f_invoice-denshichobo_content_checklist_item:nth-child(n + 2) { margin-top: 15px; }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo_content_checklist_item { padding: 0 0 0 20px; line-height: 1.6; letter-spacing: 0.5px; }
  .p-f__f_invoice-denshichobo_content_checklist_item::before { width: 12px; height: 8px; }
  .p-f__f_invoice-denshichobo_content_checklist_item:nth-child(n + 2) { margin-top: 0px; margin-bottom: 0; } }
.p-f__f_invoice-denshichobo_under { text-align: center; padding-top: 50px; }
.p-f__f_invoice-denshichobo_under_txt { font-size: 18px; line-height: 27px; letter-spacing: 0.5px; color: #464646; text-align: center; }
.p-f__f_invoice-denshichobo_under h3 { font-size: 36px; line-height: 1; color: #007bc7; font-weight: bold; text-align: center; margin-top: 23px; }
.p-f__f_invoice-denshichobo_under h3 .in_img { display: inline-block; width: 176px; margin: 0px 15px 0px 0px; height: auto; vertical-align: -4px; }
.p-f__f_invoice-denshichobo_under h3 .in_img img { width: 100%; height: auto; }
.p-f__f_invoice-denshichobo_under_sublist { display: inline-block; margin-top: 25px; }
.p-f__f_invoice-denshichobo_under_sublist_txt { font-size: 10px; line-height: 18px; color: #464646; text-align: left; }
@media screen and (max-width: 768px) { .p-f__f_invoice-denshichobo_under { padding-top: 35px; }
  .p-f__f_invoice-denshichobo_under_txt { font-size: 17px; line-height: 1.46; letter-spacing: 0; }
  .p-f__f_invoice-denshichobo_under h3 { font-size: 25px; line-height: 1; font-weight: 500; margin-top: 35px; }
  .p-f__f_invoice-denshichobo_under h3 .in_img { width: 117px; margin: 0px; vertical-align: -3px; margin-right: 5px; margin-top: 7px; }
  .p-f__f_invoice-denshichobo_under_sublist { display: block; margin-top: 35px; }
  .p-f__f_invoice-denshichobo_under_sublist_txt { font-size: 10px; line-height: 1.6; } }
@media screen and (max-width: 576px) { .p-f__f_invoice-denshichobo_under_txt { font-size: 15px; } }

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