/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.03em;
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
img.pdf_icon {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none;
}

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
  -webkit-appearance: none;
}

input {
  padding: 0 6px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=button],
input[type=submit] {
  background-color: transparent;
  border: none;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0 5px 0 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
select,
textarea {
  font-size: 100%;
}

input[type=text]:focus,
textarea:focus {
  transition: 0.2s;
}

input[type=text]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
  overflow: auto;
  resize: vertical;
}

label {
  display: inline-block;
}

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

td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
}

figure {
  margin: 0;
}

body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP";
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 1;
}

.breadcrumb li {
  /**/
}

.button01 {
  /**/
}

.button02 {
  /**/
}

.pager li {
  /**/
}

header {
  /**/
  width: 93.7774524158vw;
  margin-top: 1.8301610542vw;
  position: fixed;
  left: 50%;
  top: 4vw;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20000;
}
@media screen and (max-width:768px) {
  header {
    top: 48vw;
  }
}
header .menus {
  display: flex;
}
@media screen and (max-width:768px) {
  header .menus {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(14px, 3.7333333333vw, 18px);
    margin: 0 auto;
    padding-top: 50px;
  }
  header .menus li {
    width: 45%;
  }
}
header .trans {
  padding: 1.0980966325vw 2.2693997072vw;
  border: 1px solid white;
  border-radius: 0.5124450952vw;
  background-color: white;
}
@media screen and (max-width:768px) {
  header .trans {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
header li {
  margin-right: 1.5373352855vw;
}
@media screen and (max-width:768px) {
  header li {
    line-height: 16vw;
    font-size: clamp(14px, 4.2666666667vw, 20px);
  }
}
header li:last-child {
  margin-right: 0px;
}

.flex_box {
  display: flex;
}
@media screen and (max-width:768px) {
  .flex_box {
    display: block;
  }
}

.header_box {
  align-items: center;
  width: 13.6896046852vw;
  background-color: #0d52a1;
  padding: 0.878477306vw 0vw;
  font-size: 1.317715959vw;
  text-align: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width:768px) {
  .header_box {
    display: none;
  }
}

.space {
  justify-content: space-between;
  align-items: center;
}

.logo_row {
  width: 2.4158125915vw;
  height: 0.6588579795vw;
  margin-right: 0.439238653vw;
  margin-left: 0.7320644217vw;
}
@media screen and (max-width:768px) {
  .logo_row {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}

.logo_tel {
  margin-right: 0.3660322108vw;
  width: 1.4641288433vw;
  height: 1.4641288433vw;
}

.right_box {
  justify-content: right;
  color: white;
  font-weight: bold;
  align-items: stretch;
}

.middle {
  justify-content: center;
}

.box_rightn {
  background-color: #1571da !important;
  height: 100%;
}
@media screen and (max-width:768px) {
  .box_rightn {
    background-color: #0d52a1 !important;
    align-items: center;
    font-weight: bold;
    font-size: clamp(14px, 3.7333333333vw, 18px);
  }
}

.navy {
  background-color: #0c3768 !important;
}

@media screen and (max-width:768px) {
  header {
    display: none;
  }
}

.sp_menu {
  display: none;
}
.sp_menu.-active {
  display: block;
}
@media screen and (max-width:768px) {
  .sp_menu.-active {
    display: contents;
  }
}

.sp_menu_icon {
  display: none;
  width: 42px;
  height: 42px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 200000000;
}
@media screen and (max-width:768px) {
  .sp_menu_icon {
    display: inline-block;
  }
}

.sp_menu div {
  top: 0;
  padding: 20px 10px;
}
@media screen and (max-width:768px) {
  .sp_menu div {
    padding: 15px 10px;
  }
}

@media screen and (max-width:768px) {
  .flexs_box {
    display: flex;
  }
}

@media screen and (max-width:768px) {
  .box_sp {
    color: white;
    background-color: #0d52a1;
    font-size: 3.2vw;
    font-weight: bold;
    padding: 2.4vw 4.5333333333vw !important;
  }
}
.box_sp .t_contact {
  padding: 0px;
  margin-left: 1.3333333333vw;
}
.box_sp .flexs_box {
  padding: 0px;
  align-items: center;
  margin-top: 2.6666666667vw;
  justify-content: space-between;
}
.box_sp .tell_spm {
  font-size: 8vw;
  font-family: "futura-pt";
  padding: 0px;
  font-weight: 900;
}

footer {
  /**/
  color: #ffffff;
  background-color: #222222;
}

.footer_menu {
  justify-content: space-between;
  padding: 3.4407027818vw 7.3206442167vw 2.8550512445vw 7.3206442167vw;
}
@media screen and (max-width:768px) {
  .footer_menu {
    display: flex;
    flex-direction: column-reverse;
  }
}

.footer_left {
  width: 34.7730600293vw;
}
@media screen and (max-width:768px) {
  .footer_left {
    width: 100%;
    line-height: 8vw;
    text-align: center;
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}

.footer_right {
  width: 51.756954612vw;
}
@media screen and (max-width:768px) {
  .footer_right {
    width: 100%;
    text-align: center;
  }
}

.company_c {
  margin-top: 1.756954612vw;
  font-size: clamp(14px, 1.0248901903vw, 18px);
  line-height: 2;
}
@media screen and (max-width:768px) {
  .company_c {
    font-size: clamp(14px, 3.7333333333vw, 18px);
  }
}
@media screen and (max-width:768px) {
  .company_c:last-child {
    font-size: 2.6666666667vw;
  }
}

.list_footer a div {
  width: 13.17715959vw;
  font-size: clamp(14px, 1.1713030747vw, 18px);
  font-family: "Yu Gothic";
  font-weight: bold;
  line-height: 2.5;
}
@media screen and (max-width:768px) {
  .list_footer a div {
    font-size: clamp(14px, 3.7333333333vw, 20px);
    width: 100%;
    line-height: 2.5;
  }
}

.footer_logo {
  margin-bottom: 1.9033674963vw;
}
@media screen and (max-width:768px) {
  .footer_logo {
    margin: 0 auto;
    line-height: 21.3333333333vw;
  }
}

.news-list li {
  /**/
}

.slide-menu {
  /**/
}

#id {
  display: none;
}

.price {
  width: 70.2781844802vw;
  margin: 0 auto;
  margin-top: 7.3938506589vw;
  margin-bottom: 7.3206442167vw;
}
@media screen and (max-width:768px) {
  .price {
    width: 88vw;
  }
}

.basic_price {
  font-size: clamp(24px, 2.635431918vw, 999px);
  font-weight: bold;
  color: #1571da;
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width:768px) {
  .basic_price {
    font-size: clamp(20px, 6.6666666667vw, 32px);
    margin-bottom: 8vw;
  }
}

.basic_prices {
  font-size: clamp(24px, 2.635431918vw, 999px);
  font-weight: bold;
  color: #1571da;
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width:768px) {
  .basic_prices {
    font-size: clamp(20px, 6.6666666667vw, 32px);
    margin-bottom: 8vw;
  }
}

.bold {
  font-weight: bold;
}

.center {
  margin-top: 3.6603221083vw;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.4641288433vw, 999px);
  font-weight: bold;
  color: white;
  margin-bottom: 8.7115666179vw;
}
@media screen and (max-width:768px) {
  .center {
    font-size: clamp(14px, 4.2666666667vw, 20px);
  }
}
.center img {
  width: 2.196193265vw;
  height: 2.196193265vw;
  margin: 1.2445095168vw;
}
@media screen and (max-width:768px) {
  .center img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    justify-content: center;
    display: block;
    margin: 0 auto;
  }
}
.center .box {
  background-color: #1571da;
  width: 20.4978038067vw;
  height: 13.0307467057vw;
  line-height: 13.0307467057vw;
  text-align: center;
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width:768px) {
  .center .box {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
  }
}
.center .box_right {
  background-color: #0d52a1;
  width: 20.4978038067vw;
  height: 13.0307467057vw;
  line-height: 13.0307467057vw;
  text-align: center;
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width:768px) {
  .center .box_right {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
  }
}

@media screen and (max-width:768px) {
  .tbs {
    margin-bottom: 2.6666666667vw;
  }
}

.border {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding-top: 1.4641288433vw;
  padding-bottom: 1.4641288433vw;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .border {
    align-items: center;
  }
}

.gap {
  margin-top: 4.0995607613vw;
  display: grid;
  row-gap: 1.317715959vw;
}

.top_gap {
  margin-top: 1.5373352855vw;
}

.flow_ttl {
  font-size: clamp(16px, 1.756954612vw, 999px);
  color: #ffffff;
  font-weight: bold;
  line-height: 3.513909224vw;
}
@media screen and (max-width:768px) {
  .flow_ttl {
    font-size: clamp(16px, 5.3333333333vw, 32px);
  }
}
.flow_ttl:not(:first-child) {
  margin-top: 7.5402635432vw;
}
@media screen and (max-width:768px) {
  .flow_ttl:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}

.one_flow {
  z-index: 1000;
}
.f_box {
  width: 70.2781844802vw;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .f_box {
    width: 88vw;
  }
}
.f_box .flow_box {
  width: 70.2781844802vw;
}
@media screen and (max-width:768px) {
  .f_box .flow_box {
    width: 100%;
    height: 106.6666666667vw;
  }
}
@media screen and (max-width:768px) {
  .f_box .one_flow {
    top: 8vw;
  }
}
.f_box .one_flow .small_ttl {
  line-height: 2;
}
.f_box .one_flow .small_ttl span {
  font-size: clamp(14px, 1.0248901903vw, 18px);
}
.f_box .top {
  border-radius: 10px 10px 0px 0px;
}
.f_box .bottom {
  border-radius: 0px 0px 10px 10px;
}
.f_box .color_box_a {
  background-color: #1571da;
  position: relative;
  padding: 3.6603221083vw 5.8565153734vw;
}
.f_box .color_box_a .row {
  position: absolute;
  top: -0.7320644217vw;
  right: 0;
  left: 0;
  margin: auto;
}
.f_box .color_box_b {
  background-color: #0d52a1;
  padding: 3.6603221083vw 5.8565153734vw;
  position: relative;
}
.f_box .color_box_b .row {
  position: absolute;
  top: -0.7320644217vw;
  right: 0;
  left: 0;
  margin: auto;
}
.f_box .color_box_c {
  padding: 3.6603221083vw 5.8565153734vw;
  background-color: #0a4180;
  position: relative;
}
.f_box .color_box_c .row {
  position: absolute;
  top: -0.7320644217vw;
  right: 0;
  left: 0;
  margin: auto;
}

.flows_ttl {
  font-size: clamp(16px, 1.756954612vw, 999px);
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:768px) {
  .flows_ttl {
    font-size: clamp(16px, 4.2666666667vw, 24px);
    margin-top: 8vw;
  }
}

.indent7 {
  text-indent: -7rem;
  padding-left: 7rem;
}

.indent6_5 {
  text-indent: -6.5rem;
  padding-left: 6.5rem;
}

.indent6 {
  text-indent: -6rem;
  padding-left: 6rem;
}