@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: black;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*
@mixin arrow {
  position: absolute;
  position: absolute;
  top: 43%;

}
*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: black;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*
@mixin arrow {
  position: absolute;
  position: absolute;
  top: 43%;

}
*/
.tab_br {
  display: none;
}

@media (max-width: 750px) {
  .tab_br {
    display: block;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 560px) {
  .sp_br {
    display: block;
  }
}

.pc_br {
  display: block;
}

@media (max-width: 750px) {
  .pc_br {
    display: none;
  }
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: black;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*
@mixin arrow {
  position: absolute;
  position: absolute;
  top: 43%;

}
*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: black;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*
@mixin arrow {
  position: absolute;
  position: absolute;
  top: 43%;

}
*/
@font-face {
  font-family: "LIFULL FONT";
  src: url("../css/font/LIFULLFont-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "LIFULL FONT";
  src: url("../css/font/LIFULLFont-ExtraBold.otf");
  font-weight: 800;
}

@font-face {
  font-family: "LIFULL FONT";
  src: url("../css/font/LIFULLFont-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  src: url("../css/font/Yu Gothic Bold");
  font-weight: 600;
}

html body {
  font-size: 10px;
  font-family: 'LIFULL Font', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
  letter-spacing: 0.025em;
}

html body p {
  color: #000000;
}

html body .main_class {
  margin-top: 70px;
}

@media (max-width: 750px) {
  html body .main_class {
    margin-top: 60px;
  }
}

html body .mainvisual {
  padding: 30px 90px;
  max-width: 1220px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

@media (max-width: 750px) {
  html body .mainvisual {
    padding: 30px 4vw;
  }
}

html body .mainvisual_inner {
  padding: 75px 55px;
  position: relative;
}

@media (max-width: 1223px) {
  html body .mainvisual_inner {
    padding: 55px 25px;
  }
}

@media (max-width: 750px) {
  html body .mainvisual_inner {
    padding: 7.33vw 0vw 10.67vw;
  }
}

html body .mainvisual_inner .mv_ttl_pc {
  font-size: 5.5em;
  color: #ED6103;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media (max-width: 1223px) {
  html body .mainvisual_inner .mv_ttl_pc {
    font-size: 3em;
  }
}

@media (max-width: 750px) {
  html body .mainvisual_inner .mv_ttl_pc {
    display: none;
  }
}

html body .mainvisual_inner .mv_ttl_sp {
  display: none;
}

@media (max-width: 750px) {
  html body .mainvisual_inner .mv_ttl_sp {
    font-size: 8.67vw;
    color: #ED6103;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 2.93vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}

html body .mainvisual_inner .mv_img {
  text-align: center;
}

html body .mainvisual_inner .mv_img img {
  max-width: 645px;
  max-height: 429px;
  width: 44.79vw;
  height: 29.79vw;
}

@media (max-width: 750px) {
  html body .mainvisual_inner .mv_img img {
    width: 77.33vw;
    height: 51.47vw;
  }
}

html body .mainvisual_inner .top-left-corner {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 55px;
  height: 42px;
}

@media (max-width: 750px) {
  html body .mainvisual_inner .top-left-corner {
    width: 7.33vw;
    height: 5.6vw;
  }
}

html body .mainvisual_inner .top-right-corner {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 42px;
  height: 55px;
}

@media (max-width: 750px) {
  html body .mainvisual_inner .top-right-corner {
    height: 7.33vw;
    width: 5.6vw;
  }
}

html body .mainvisual_inner .bottom-left-corner {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 42px;
  height: 55px;
}

@media (max-width: 750px) {
  html body .mainvisual_inner .bottom-left-corner {
    height: 7.33vw;
    width: 5.6vw;
  }
}

html body .mainvisual_inner .bottom-right-corner {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 55px;
  height: 42px;
}

@media (max-width: 750px) {
  html body .mainvisual_inner .bottom-right-corner {
    width: 7.33vw;
    height: 5.6vw;
  }
}

html body .mainvisual_inner .mv_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  html body .mainvisual_inner .mv_content {
    display: block;
  }
}

html body .container {
  max-width: 960px;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /*compare-block*/
  /*about*/
}

@media (max-width: 1223px) {
  html body .container {
    max-width: initial;
    width: initial;
  }
}

@media (max-width: 750px) {
  html body .container {
    max-width: 690px;
    padding-right: 3.93vw;
    padding-left: 3.93vw;
  }
}

html body .container .text {
  font-size: 2em;
  line-height: 2;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 750px) {
  html body .container .text {
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  html body .container .text {
    font-size: 15px;
  }
}

html body .container .lifull_font {
  font-weight: 500;
}

html body .container .lifull_font_bold {
  font-weight: 600;
}

html body .container .lifull_font_extrabold {
  font-weight: 800;
}

html body .container .main_ttl {
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 750px) {
  html body .container .main_ttl {
    font-size: 47px;
    line-height: 1.5;
  }
}

@media (max-width: 560px) {
  html body .container .main_ttl {
    font-size: 24px;
  }
}

html body .container .en_ttl {
  font-size: 2.5em;
  font-weight: bold;
  color: #ED6103;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 750px) {
  html body .container .en_ttl {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  html body .container .en_ttl {
    font-size: 14px;
  }
}

html body .container .tp_intro_texts {
  margin-bottom: 90px;
}

@media (max-width: 750px) {
  html body .container .tp_intro_texts {
    margin-bottom: 14vw;
  }
}

@media (max-width: 560px) {
  html body .container .tp_intro_texts {
    margin-bottom: 45px;
  }
}

html body .container .tp_intro_texts .intro_text {
  color: #ED6103;
  font-weight: 600;
  letter-spacing: 0.018em;
}

@media (max-width: 750px) {
  html body .container .tp_intro_texts .intro_text {
    letter-spacing: 0.078em;
  }
}

html body .container .link-btn {
  max-width: 450px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  html body .container .link-btn {
    max-width: 570px;
  }
}

html body .container .link-btn a {
  display: block;
  width: 100%;
  padding: 26px 0;
  font-size: 2.4em;
  background: #ED6103;
  text-align: center;
  color: #fff;
  border-radius: 82px;
  border: 2px solid #ED6103;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}

@media (max-width: 750px) {
  html body .container .link-btn a {
    font-size: 4.4vw;
    padding: 4.4vw 0;
  }
}

@media (max-width: 560px) {
  html body .container .link-btn a {
    font-size: 16px;
  }
}

html body .container .link-btn a:hover {
  color: #ED6103;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

html body .container .white_btn {
  max-width: 470px;
}

@media (max-width: 750px) {
  html body .container .white_btn {
    max-width: 570px;
  }
}

@media (max-width: 560px) {
  html body .container .white_btn {
    max-width: 300px;
  }
}

html body .container .white_btn a {
  display: block;
  width: 100%;
  padding: 26px 0;
  font-size: 2.4em;
  background: #fff;
  text-align: center;
  color: #ED6103;
  border-radius: 82px;
  border: 2px solid #ED6103;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}

@media (max-width: 750px) {
  html body .container .white_btn a {
    font-size: 4.4vw;
    padding: 4.4vw 0;
  }
}

@media (max-width: 560px) {
  html body .container .white_btn a {
    font-size: 16px;
  }
}

html body .container .white_btn a:hover {
  color: #fff;
  background-color: #ED6103;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

html body .container .pickup_section {
  /*change_inner*/
  /*home_works*/
}

html body .container .pickup_section .en_ttl {
  color: #ED6103;
}

html body .container .pickup_section .main_ttl {
  margin: 21.4px 0 26.5px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .main_ttl {
    margin: 5px 0 35px;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .main_ttl {
    margin: 5px 0 15px;
  }
}

html body .container .pickup_section .change_inner_ttl {
  font-size: 2.4em;
  color: #ED6103;
  margin-bottom: 30px;
  margin-top: 34px;
  font-weight: 600;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner_ttl {
    margin-top: 10.67vw;
    margin-bottom: 4.67vw;
    font-size: 42px;
    line-height: 1.5;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .change_inner_ttl {
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

html body .container .pickup_section .change_inner .prefecture_chart_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex {
    display: block;
  }
}

html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box {
  width: 306px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box {
    margin: 0 auto;
    margin-bottom: 8vw;
    width: 100%;
  }
}

html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box:nth-child(2) {
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box:nth-child(2) {
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box:last-child {
    margin-bottom: 10px;
  }
}

html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .prefecture_text {
  font-size: 2.4em;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #F5F5F5;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .prefecture_text {
    font-size: 38px;
    padding-bottom: 2.27vw;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .prefecture_text {
    font-size: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .prefecture_text:before {
  top: -6px;
  left: 0;
  position: absolute;
  width: 10px;
  height: 35px;
  background: #ED6103;
  border-radius: 5px;
  content: "";
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .prefecture_text:before {
    top: -11%;
    height: 6.67vw;
  }
}

html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .chart_wrap {
  margin-top: 20px;
  padding: 23px;
  border: 2px solid #F5F5F5;
  border-radius: 12px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .chart_wrap {
    padding: 6.27vw 6.53vw;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .change_inner .prefecture_chart_flex .chart_box .chart_wrap {
    margin-top: 15px;
  }
}

html body .container .pickup_section .change_inner .note {
  font-size: 12px;
  margin-top: 8.5px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .note {
    font-size: 19px;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .change_inner .note {
    font-size: 12px;
  }
}

html body .container .pickup_section .change_inner .pickup_bottom_text {
  margin-top: 41.8px;
  font-weight: 300;
}

@media (max-width: 750px) {
  html body .container .pickup_section .change_inner .pickup_bottom_text {
    margin-top: 7.73vw;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .change_inner .pickup_bottom_text {
    margin-top: 20px;
  }
}

html body .container .pickup_section .home_works {
  text-align: center;
  padding-bottom: 52px;
}

html body .container .pickup_section .home_works .main_ttl {
  line-height: 1.6;
  margin: 107px 0 45px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .main_ttl {
    margin: 21.33vw 0 8vw;
  }
}

html body .container .pickup_section .home_works .works-block_inner {
  position: relative;
  padding: 55px 0;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner {
    padding: 10.67vw 0;
  }
}

html body .container .pickup_section .home_works .works-block_inner .top-left-corner {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 55px;
  height: 42px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .top-left-corner {
    width: 7.33vw;
    height: 5.6vw;
  }
}

html body .container .pickup_section .home_works .works-block_inner .top-right-corner {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 42px;
  height: 55px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .top-right-corner {
    height: 7.33vw;
    width: 5.6vw;
  }
}

html body .container .pickup_section .home_works .works-block_inner .bottom-left-corner {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 42px;
  height: 55px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .bottom-left-corner {
    height: 7.33vw;
    width: 5.6vw;
  }
}

html body .container .pickup_section .home_works .works-block_inner .bottom-right-corner {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 55px;
  height: 42px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .bottom-right-corner {
    width: 7.33vw;
    height: 5.6vw;
  }
}

html body .container .pickup_section .home_works .works-block_inner .tp_img .house-icon {
  width: 90px;
  height: 90px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .tp_img .house-icon {
    width: 50px;
    height: 50px;
  }
}

html body .container .pickup_section .home_works .works-block_inner .tp_example_text {
  font-size: 1.9em;
  letter-spacing: 0.1em;
  margin: 23px 0 16px;
  line-height: 1;
  color: #ED6103;
  font-weight: 600;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .tp_example_text {
    margin: 2.8vw 0 4vw;
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .home_works .works-block_inner .tp_example_text {
    margin: 10px 0 14px;
    font-size: 18px;
  }
}

html body .container .pickup_section .home_works .works-block_inner .works_type_text {
  font-size: 2.4em;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  font-weight: 600;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .works_type_text {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .home_works .works-block_inner .works_type_text {
    font-size: 23px;
  }
}

html body .container .pickup_section .home_works .works-block_inner .slider_image {
  max-width: 770px;
  width: 100%;
  height: auto;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .slider_image {
    max-width: 580px;
    width: 77.33vw;
    height: 49.33vw;
  }
}

html body .container .pickup_section .home_works .works-block_inner .example_text {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.012em;
  line-height: 2;
  padding-top: 20px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .example_text {
    max-width: 580px;
    width: 77.33vw;
    font-size: 32px;
    padding-top: 3.6vw;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .home_works .works-block_inner .example_text {
    font-size: 15px;
  }
}

html body .container .pickup_section .home_works .works-block_inner .works_btn {
  padding-top: 25px;
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn {
    padding-top: 20px;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn {
    padding-top: 10px;
  }
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn:nth-child(2) {
    padding-top: 20px;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn:nth-child(2) {
    padding-top: 10px;
  }
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn:nth-child(3) {
    padding-top: 20px;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn:nth-child(3) {
    padding-top: 10px;
  }
}

@media (max-width: 750px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn a {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .home_works .works-block_inner .works_btn a {
    width: 80%;
  }
}

html body .container .pickup_section .home_works .first_block_inner {
  margin-bottom: 60px;
}

html body .container .pickup_section .idea-block {
  padding: 72px 0 62px;
  background-color: #FFF8EB;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  /*idea-block_inner*/
}

@media (max-width: 750px) {
  html body .container .pickup_section .idea-block {
    padding: 70px 0 90px;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .idea-block {
    padding: 30px 0 30px;
  }
}

html body .container .pickup_section .idea-block_inner {
  max-width: 960px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-right: 32px;
  padding-left: 32px;
  margin: 0 auto;
}

@media (max-width: 1223px) {
  html body .container .pickup_section .idea-block_inner {
    max-width: initial;
    width: initial;
  }
}

@media (max-width: 750px) {
  html body .container .pickup_section .idea-block_inner {
    padding-right: 3.87vw;
    padding-left: 4vw;
  }
}

html body .container .pickup_section .idea-block_inner .idea_text {
  font-weight: 300;
  letter-spacing: 0.018em;
}

@media (max-width: 750px) {
  html body .container .pickup_section .idea-block_inner .idea_text {
    letter-spacing: 0.06em;
  }
}

html body .container .pickup_section .idea-block_inner .name {
  margin-top: 25px;
  font-size: 2em;
}

@media (max-width: 750px) {
  html body .container .pickup_section .idea-block_inner .name {
    margin-top: 4vw;
    font-size: 4.1vw;
  }
}

@media (max-width: 560px) {
  html body .container .pickup_section .idea-block_inner .name {
    font-size: 15px;
  }
}

html body .container .compare-block {
  padding: 70px 0 64px;
  background-color: #FFF8EB;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media (max-width: 750px) {
  html body .container .compare-block {
    padding: 0px 0 70px;
  }
}

@media (max-width: 560px) {
  html body .container .compare-block {
    padding: 15px 0 40px;
  }
}

html body .container .compare-block_inner {
  max-width: 960px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-right: 32px;
  padding-left: 32px;
  margin: 0 auto;
  /*second-search-box*/
}

@media (max-width: 1223px) {
  html body .container .compare-block_inner {
    max-width: initial;
    width: initial;
  }
}

@media (max-width: 750px) {
  html body .container .compare-block_inner {
    padding-right: 3.87vw;
    padding-left: 4vw;
  }
}

html body .container .compare-block_inner .compare_chart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 75px;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .compare_chart_content {
    display: block;
    padding-bottom: 60px;
  }
}

@media (max-width: 560px) {
  html body .container .compare-block_inner .compare_chart_content {
    padding-bottom: 40px;
  }
}

html body .container .compare-block_inner .compare_chart_content .l-texts {
  width: 427px;
  margin-right: 28px;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .compare_chart_content .l-texts {
    width: 100%;
    margin-bottom: 5.07vw;
  }
}

html body .container .compare-block_inner .compare_chart_content .l-texts .main_ttl {
  margin-bottom: 36px;
  line-height: 1.6;
  color: #ED6103;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .compare_chart_content .l-texts .main_ttl {
    margin-bottom: 5.87vw;
  }
}

@media (max-width: 560px) {
  html body .container .compare-block_inner .compare_chart_content .l-texts .main_ttl {
    margin-bottom: 15px;
    font-size: 19px;
  }
}

html body .container .compare-block_inner .compare_chart_content .l-texts .text {
  font-weight: 300;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .compare_chart_content .l-texts .text {
    letter-spacing: 0.062em;
  }
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .compare_chart_content .r-chart_box .chart-wrap {
    text-align: center;
  }
}

html body .container .compare-block_inner .compare_chart_content .r-chart_box .chart-wrap .chart_img {
  max-width: 498px;
  max-height: 664px;
  width: 34.58vw;
  height: 46.11vw;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .compare_chart_content .r-chart_box .chart-wrap .chart_img {
    max-width: 688px;
    max-height: 890px;
    width: 91.73vw;
    height: 118.67vw;
  }
}

@media (max-width: 560px) {
  html body .container .compare-block_inner .compare_chart_content .r-chart_box .chart-wrap .chart_img {
    width: 100%;
    height: auto;
  }
}

html body .container .compare-block_inner .compare_chart_content .r-chart_box .note {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 300;
}

html body .container .compare-block_inner .search-box {
  padding: 80px 55px;
  position: relative;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box {
    padding: 7.47vw 6.9vw;
  }
}

html body .container .compare-block_inner .search-box .top-left-corner {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 55px;
  height: 42px;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .top-left-corner {
    width: 7.33vw;
    height: 5.6vw;
  }
}

html body .container .compare-block_inner .search-box .top-right-corner {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 42px;
  height: 55px;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .top-right-corner {
    height: 7.33vw;
    width: 5.6vw;
  }
}

html body .container .compare-block_inner .search-box .bottom-left-corner {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 42px;
  height: 55px;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .bottom-left-corner {
    height: 7.33vw;
    width: 5.6vw;
  }
}

html body .container .compare-block_inner .search-box .bottom-right-corner {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 55px;
  height: 42px;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .bottom-right-corner {
    width: 7.33vw;
    height: 5.6vw;
  }
}

html body .container .compare-block_inner .search-box .search-inner .main_ttl {
  margin: 55px 0 35px;
  text-align: center;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .search-inner .main_ttl {
    margin: 5.33vw 0 6.67vw;
  }
}

@media (max-width: 560px) {
  html body .container .compare-block_inner .search-box .search-inner .main_ttl {
    margin: 20px 0 25px;
  }
}

html body .container .compare-block_inner .search-box .search-inner .area-link_sp {
  display: none;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .search-inner .area-link_sp {
    display: block;
    padding: 0vw 3vw;
    margin-bottom: 3vw;
  }
}

html body .container .compare-block_inner .search-box .search-inner .area-link_sp .area-link {
  display: block;
  width: 100%;
  background: #ED6103;
  text-align: center;
  color: #fff;
  border-radius: 82px;
  border: 2px solid #ED6103;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 4.4vw;
  padding: 4.4vw 0;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .search-inner .area-link_sp .area-link {
    font-size: 33px;
  }
}

@media (max-width: 560px) {
  html body .container .compare-block_inner .search-box .search-inner .area-link_sp .area-link {
    font-size: 16px;
  }
}

html body .container .compare-block_inner .search-box .search-inner .area-link_sp .area-link:hover {
  color: #ED6103;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

html body .container .compare-block_inner .search-box .search-inner .area-link_sp .last-area-link {
  margin-bottom: 0px;
}

html body .container .compare-block_inner .search-box .search-inner .text {
  font-weight: 300;
}

html body .container .compare-block_inner .search-box .search-inner .search-btn {
  margin-top: 35px;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .search-inner .search-btn {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  html body .container .compare-block_inner .search-box .search-inner .search-btn {
    margin-top: 15px;
  }
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .search-inner .first-search-btn {
    display: none;
  }
}

html body .container .compare-block_inner .search-box .search-inner .second-search-btn a {
  line-height: 1.2;
  padding: 12px 0;
}

@media (max-width: 750px) {
  html body .container .compare-block_inner .search-box .search-inner .second-search-btn a {
    padding: 1.6vw 0;
  }
}

html body .container .compare-block_inner .second-search-box {
  margin-top: 60px;
}

html body .container .about {
  padding: 62px 0 58px;
}

@media (max-width: 750px) {
  html body .container .about {
    padding: 63px 0 70px;
  }
}

@media (max-width: 560px) {
  html body .container .about {
    padding: 40px 0 35px;
  }
}

html body .container .about .main_ttl {
  margin: 25px 0 50px;
  line-height: 1.6;
}

@media (max-width: 750px) {
  html body .container .about .main_ttl {
    margin: 10px 0 50px;
  }
}

@media (max-width: 560px) {
  html body .container .about .main_ttl {
    margin: 5px 0 20px;
  }
}

html body .container .about .about_text {
  color: #ED6103;
  margin-bottom: 41.5px;
  letter-spacing: 0.08em;
}

@media (max-width: 750px) {
  html body .container .about .about_text {
    margin-bottom: 60px;
  }
}

@media (max-width: 560px) {
  html body .container .about .about_text {
    margin-bottom: 30px;
  }
}

html body .container .about .white_btn {
  margin: 0 auto;
}

@media (max-width: 750px) {
  html body .container .about .white_btn {
    margin: 0 auto;
  }
}

html body .container .solution-block {
  padding: 60px 0 58px;
  background-color: #F4F2F0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media (max-width: 750px) {
  html body .container .solution-block {
    padding: 9.47vw 0;
  }
}

html body .container .solution-block_inner {
  max-width: 960px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-right: 32px;
  padding-left: 32px;
  margin: 0 auto;
}

@media (max-width: 1223px) {
  html body .container .solution-block_inner {
    max-width: initial;
    width: initial;
    padding-right: 3.87vw;
    padding-left: 4vw;
  }
}

html body .container .solution-block_inner .main_ttl {
  margin-bottom: 54px;
}

@media (max-width: 750px) {
  html body .container .solution-block_inner .main_ttl {
    margin-bottom: 5.6vw;
  }
}

html body .container .solution-block_inner .link-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  html body .container .solution-block_inner .link-btn-wrapper {
    display: block;
  }
}

html body .container .solution-block_inner .link-btn-wrapper .white_btn {
  width: 49%;
}

@media (max-width: 750px) {
  html body .container .solution-block_inner .link-btn-wrapper .white_btn {
    margin: 0 auto;
    margin-bottom: 5.33vw;
    max-width: 570px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  html body .container .solution-block_inner .link-btn-wrapper .white_btn {
    max-width: 300px;
  }
}

html body .container .solution-block_inner .link-btn-wrapper .white_btn:last-child {
  margin-top: 23px;
}

@media (max-width: 750px) {
  html body .container .solution-block_inner .link-btn-wrapper .white_btn:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */