@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  font-size: 10px;
}

html,
body {
  min-height: 100vh;
}

html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #fff;
  color: #333;
  min-width: 320px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 1.2rem;
}

i {
  font-style: italic;
}

img {
  display: block;
  max-width: 100%;
}

p,
ul,
ol,
dl,
dt,
dd,
table,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
form {
  margin: 0;
  padding: 0;
}

dfn,
cite {
  font-style: normal;
}

small {
  font-size: 1.4rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input:not([type=checkbox]):not([type=radio]):not([type=number]),
select,
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Arial, sans-serif;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=reset],
input[type=image],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

button {
  background: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  line-height: 1.4;
}

select::-ms-expand {
  display: none;
}

:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

::placeholder {
  color: #bfbfbf;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bfbfbf;
}

.header {
  position: sticky;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.14);
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.diagnosis .header {
  box-shadow: none;
  background: none;
}
.no-header-sticky .header {
  position: static;
}
.header_inner {
  max-width: 1366px;
  margin: auto;
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_inner > .logo img {
  width: 219px;
}
.header_contents {
  display: flex;
}
.header .button_close-a {
  position: absolute;
  top: 14px;
  right: 14px;
}

.footer {
  padding-bottom: env(safe-area-inset-bottom);
}
.footer_contents_inner, .footer_bottom_inner {
  max-width: 1000px;
  margin: auto;
  padding: 15px 10px;
}
.footer_contents {
  border-top: solid 1px #dbdbdb;
}
.footer_contents .number {
  font-size: 1.2rem;
  text-align: right;
}
.footer_contents .logo {
  margin: 20px 0 0;
}
.footer_contents .logo img {
  width: 267px;
}
.footer_contents .logo + * {
  margin-top: 20px;
  line-height: 1.6;
}
.footer_bottom {
  border-top: solid 1px #094;
}
.footer_bottom .item > :first-child {
  margin-top: 0;
}
.footer_bottom .item + .item {
  margin-top: 15px;
}
.footer_bottom .logo img {
  width: 199px;
  margin: 0 auto;
}
.footer_copyright {
  text-align: center;
  font-size: 1.2rem;
}

body._has-fixedBar {
  margin-bottom: 70px;
}
body.diagnosis {
  background: #fcfaf5 url("../images/bg-diagnosis-01.svg") calc(50% - 77px) calc(100% + 45px) repeat-x;
  background-size: 1200px;
}

main {
  flex-grow: 1;
}

.section-a {
  background: #fcfaf5;
}
.section-a_inner {
  max-width: 1000px;
  margin: auto;
  padding: 35px 10px 26px;
}

.section-b {
  background: #fcfaf5;
}
.section-b_inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px 30px;
}

.section-c_inner {
  max-width: 1000px;
  margin: auto;
  padding: 40px 10px 35px;
}

.section-d {
  background: #f7f7f7;
}
.section-d_inner {
  max-width: 1000px;
  margin: auto;
  padding: 30px 10px;
}

.section-e {
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 100;
}
.section-e_inner {
  max-width: 940px;
  margin: auto;
  padding: 10px;
}

.section-f_inner {
  max-width: 1000px;
  margin: auto;
  padding: 40px 10px;
}
.section-f_inner > :first-child {
  margin-top: 0;
}

.section-g {
  background: #fcfaf5;
}
.section-g_inner {
  max-width: 1000px;
  margin: auto;
  padding: 40px 10px;
}

.section-h_inner {
  max-width: 1000px;
  margin: auto;
  padding: 30px 10px;
}

.section-i {
  background: #f7f7f7;
}
.section-i_inner {
  max-width: 1000px;
  margin: auto;
  padding: 20px 10px;
}

.section-j_inner {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 20px;
}

.section-k_inner {
  max-width: 1000px;
  margin: auto;
  padding: 75px 10px 10px;
}
.section-k_inner > :first-child.box_news-a {
  margin-top: -75px;
}
.section-k_inner > :first-child.box_news-a + * {
  margin-top: 75px;
}

.section-l {
  background: #fcfaf5;
}
.section-l_inner {
  max-width: 1000px;
  margin: auto;
  padding: 60px 10px;
}
.section-l_inner > :first-child {
  margin-top: 0;
}

.section-m {
  background: #f5fdf9;
  color: #4b4b4b;
}
.section-m_inner {
  max-width: 1000px;
  margin: auto;
  padding: 25px 10px;
}

.section-n_inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px 61px;
}

.section-o {
  overflow: hidden;
}
.section-o_inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px 61px;
}
.section-o_inner > :first-child {
  margin-top: 0;
}
.section-o .heading-h + * {
  margin-top: 18px;
}

.section-p {
  overflow: hidden;
  background-image: url("../images/bg-top-01.svg");
  background-position: calc(50% + 250px) calc(100% - 160px);
  background-size: 1465px;
  background-repeat: repeat-x;
}
.section-p_inner {
  max-width: 1000px;
  margin: auto;
  padding: 45px 10px 100px;
}
.section-p_inner h2 img {
  width: 249px;
}
.section-p_inner .notes {
  font-size: 1.2rem;
  margin-top: 212px;
}

.section-mv-a {
  background: #fcfaf5;
}
.section-mv-a_inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 0 27px;
}
.section-mv-a .box {
  margin: 30px 10px 0;
}

.section-mv-b {
  background: #f7f7f7;
  margin: 0 0 30px;
}
.section-mv-b_inner {
  max-width: 1000px;
  margin: auto;
  padding: 26px 12px 164px 12px;
  position: relative;
  height: 100%;
}
.section-mv-b_main-title._title-a {
  max-width: 564px;
  margin-right: auto;
  margin-left: auto;
}
.section-mv-b_notes {
  position: absolute;
  top: 100%;
  right: 10px;
  text-align: right;
  font-size: 1.2rem;
}
.section-mv-b._bg-a {
  height: calc(515 / 376 * 100vw);
  background-image: url(/consulting/images/mv-main-sp.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.section-mv-c {
  background: #fdf4d0;
}
.section-mv-c_inner {
  max-width: 1000px;
  margin: auto;
  padding: 40px 10px 25px;
}
.section-mv-c .box-g._type-a {
  margin: 0 auto;
}

.section-column-a_inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px 60px;
}
.section-column-a_inner .column_main > *:first-child, .section-column-a_inner .column_sub > *:first-child {
  margin-top: 0;
}
.section-column-a_inner .column_sub {
  margin: 60px 0 0;
}

.section_diagnosis-a {
  overflow: hidden;
}
.section_diagnosis-a_inner {
  max-width: 1000px;
  margin: auto;
  padding: 12px 5px 50px;
}

.section-cookie-a {
  position: relative;
  background: #f7f7f7;
  padding: 10px 15px;
  z-index: 10;
}
.section-cookie-a .title {
  font-weight: 600;
  font-size: 1.6rem;
}
.section-cookie-a .title + * {
  margin-top: 5px;
}
.section-cookie-a p a {
  text-decoration: underline;
}
.section-cookie-a p a:hover, .section-cookie-a p a:active, .section-cookie-a p a:focus {
  text-decoration: none;
}
.section-cookie-a .button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.section-consulting-a_inner {
  max-width: 1000px;
  margin: auto;
  padding: 60px 10px 45px;
}
.section-consulting-a_inner > :first-child {
  margin-top: 0;
}
.section-consulting-a._has-border {
  position: relative;
}
.section-consulting-a._has-border::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fcbc8b 0, #fcbc8b 33%, #f8949c 34%, #f8949c 66%, #84c7a2 67%, #84c7a2 100%);
}
.section-consulting-a + .section-mv-b {
  margin-top: -30px;
}
.section-consulting-a + .section-mv-b + .section-consulting-a .section-consulting-a_inner {
  padding-top: 35px;
}

.button_hamburger {
  height: 44px;
  padding: 22px 0 0;
}
.button_hamburger .text {
  font-size: 1.2rem;
  color: #333;
  margin: auto 0 0;
  position: relative;
}
.button_hamburger .text::before, .button_hamburger .text::after {
  display: block;
  position: absolute;
  content: "";
  background: #9f9f9f;
  width: 21px;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.button_hamburger .text::before {
  top: -17px;
}
.button_hamburger .text::after {
  top: -9px;
}

.button_close-a {
  width: 24px;
  height: 24px;
}
.button_close-a .text {
  font-size: 0;
  color: transparent;
}
.button_close-a::before, .button_close-a::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  background: #707070;
  top: 0;
  bottom: 0;
  left: -4px;
  margin: auto;
}
.button_close-a::before {
  transform: rotate(45deg);
}
.button_close-a::after {
  transform: rotate(-45deg);
}

.button-k, .button-j, .button-i, .button-g, .button-e, .button-d, .button-c, .button-a,
.button-b {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  transition: opacity 0.4s;
}
[disabled].button-k, [disabled].button-j, [disabled].button-i, [disabled].button-g, [disabled].button-e, [disabled].button-d, [disabled].button-c, [disabled].button-a,
[disabled].button-b {
  cursor: default;
}
.button-k:not(span):hover:not([disabled]), .button-j:not(span):hover:not([disabled]), .button-i:not(span):hover:not([disabled]), .button-g:not(span):hover:not([disabled]), .button-e:not(span):hover:not([disabled]), .button-d:not(span):hover:not([disabled]), .button-c:not(span):hover:not([disabled]), .button-a:not(span):hover:not([disabled]),
.button-b:not(span):hover:not([disabled]), .button-k:not(span):active:not([disabled]), .button-j:not(span):active:not([disabled]), .button-i:not(span):active:not([disabled]), .button-g:not(span):active:not([disabled]), .button-e:not(span):active:not([disabled]), .button-d:not(span):active:not([disabled]), .button-c:not(span):active:not([disabled]), .button-a:not(span):active:not([disabled]),
.button-b:not(span):active:not([disabled]), .button-k:not(span):focus:not([disabled]), .button-j:not(span):focus:not([disabled]), .button-i:not(span):focus:not([disabled]), .button-g:not(span):focus:not([disabled]), .button-e:not(span):focus:not([disabled]), .button-d:not(span):focus:not([disabled]), .button-c:not(span):focus:not([disabled]), .button-a:not(span):focus:not([disabled]),
.button-b:not(span):focus:not([disabled]) {
  text-decoration: none;
  opacity: 0.7;
}

.button-a,
.button-b {
  position: relative;
  min-width: 250px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.button-a::before,
.button-b::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button-a .text,
.button-b .text {
  font-weight: 600;
}
.button-a._size-b,
.button-b._size-b {
  min-width: 250px;
}
.button-a._size-c,
.button-b._size-c {
  padding-top: 9px;
  padding-bottom: 9px;
}
.button-a._size-c .text,
.button-b._size-c .text {
  font-size: 1.6rem;
}
.button-a._no-arrow,
.button-b._no-arrow {
  padding-right: 20px;
  padding-left: 20px;
}
.button-a._no-arrow::before,
.button-b._no-arrow::before {
  display: none;
}
.button-a._no-shadow,
.button-b._no-shadow {
  box-shadow: none;
}

.button-a {
  background: #fff;
  padding: 16px 46px;
  border: solid 1px #094;
}
.button-a::before {
  border-color: #094;
}
.button-a .text {
  font-size: 1.6rem;
  color: #333;
}
.button-a._size-b {
  padding: 23px 46px;
}
.button-a._type-anchor::before {
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
}
.button-a._type-prev::before {
  right: auto;
  left: 20px;
  transform: rotate(-135deg);
}

.button-b {
  background: #f68128;
  padding: 15px 46px 16px;
}
.button-b::before {
  border-color: #fff;
}
.button-b .text {
  font-size: 1.8rem;
  color: #fff;
}
.button-b[disabled] {
  background: #f7f7f7;
}
.button-b[disabled]::before {
  border-color: #9f9f9f;
}
.button-b[disabled] .text {
  color: #9f9f9f;
}

.button-c {
  border: solid 1px #000;
  background: #fff;
  padding: 5px 12px 4px;
}
.button-c .text {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
}
.button-c .icon_window-a {
  margin-left: 7px;
}
.button-c[disabled] {
  border-color: #9f9f9f;
}
.button-c[disabled] .text {
  color: #9f9f9f;
}
.button-c._size-a {
  padding: 8px 17px;
  min-width: 200px;
}
.button-c._size-b {
  min-width: 99px;
}

.button-d {
  border: solid 1px #707070;
  background: #fff;
  min-width: 160px;
  padding: 5px 15px 4px;
}
.button-d .text {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0 0 0 25px;
}
.button-d .text::before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.button-d._icon-a .text::before {
  background-image: url("../images/icon-07.svg");
}
.button-d._icon-b .text::before {
  background-image: url("../images/icon-08.svg");
}

.button-e._type-tel::before,
.button-g._type-tel::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../images/icon-61.svg") center no-repeat;
  background-size: contain;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.button-e._type-tel .deco,
.button-g._type-tel .deco {
  text-align: center;
  font-weight: 600;
}
.button-e._type-tel .text,
.button-g._type-tel .text {
  display: none;
}
.button-e._type-tel._not-mobile .deco,
.button-g._type-tel._not-mobile .deco {
  font-size: 1.2rem;
  color: #f68128;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.button-e._type-tel._not-mobile .deco::before, .button-e._type-tel._not-mobile .deco::after,
.button-g._type-tel._not-mobile .deco::before,
.button-g._type-tel._not-mobile .deco::after {
  display: inline-block;
  font-weight: 300;
  font-family: arial, sans-serif;
  font-size: 1.4rem;
  vertical-align: middle;
}
.button-e._type-tel._not-mobile .deco::before,
.button-g._type-tel._not-mobile .deco::before {
  content: "\\";
  margin: 0 0.5em 0 0;
}
.button-e._type-tel._not-mobile .deco::after,
.button-g._type-tel._not-mobile .deco::after {
  content: "/";
  margin: 0 0 0 0.5em;
}
.button-e._type-tel._not-mobile .text,
.button-g._type-tel._not-mobile .text {
  display: block;
}

.button-e {
  border: solid 1px #707070;
  background: #fff;
  padding: 13px 12px;
}
.button-e[target=_blank] {
  padding-right: 25px;
  padding-left: 25px;
}
.button-e .text {
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
}
.button-e .icon_window-a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.button-e._type-tel {
  padding-right: 20px;
  padding-left: 35px;
}
.button-e._type-tel::before {
  width: 26px;
  height: 26px;
  left: 5px;
}
.button-e._type-tel .deco {
  font-size: 1.6rem;
}
.button-e._type-tel._not-mobile {
  padding-right: 7px;
  padding-left: 25px;
}
.button-e._type-tel._not-mobile::before {
  width: 20px;
  height: 20px;
  left: 3px;
}

.button-f {
  width: 260px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f68128;
  border-radius: 100px;
  padding: 0 21px;
  margin: 0 auto;
  position: relative;
}
.button-f:hover, .button-f:active, .button-f:focus {
  text-decoration: none;
}
.button-f .text {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  display: block;
  max-width: 100%;
}
.button-f .number {
  position: absolute;
  display: block;
  top: -4px;
  left: -10px;
  width: 30px;
  height: 20px;
  background: #fff;
  border: solid 1px #f68128;
  border-radius: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f68128;
  text-align: center;
  line-height: 1;
  padding: 3px 0 0 1px;
}
.button-f.is-submit_disabled {
  background: #f7f7f7;
  cursor: default;
  pointer-events: none;
}
.button-f.is-submit_disabled .text {
  color: #9f9f9f;
}
.button-f.is-submit_error .error {
  color: #e60012;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 0 0 17px;
  margin: 0 0 2px;
  position: relative;
}
.button-f.is-submit_error .error::before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 12px;
  background: url("../images/icon-06.svg") center no-repeat;
  background-size: contain;
  top: 0.1em;
  left: 0;
}
.button-f.is-submit_error .number {
  color: #333;
  border-color: #000;
}

.button-g {
  width: 100%;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 8px 12px 7px;
}
.button-g[target=_blank] {
  padding-right: 25px;
  padding-left: 25px;
}
.button-g .text {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
}
.button-g .icon_window-a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.button-g._type-tel {
  padding-right: 30px;
  padding-left: 40px;
}
.button-g._type-tel::before {
  width: 20px;
  height: 20px;
  left: 10px;
}
.button-g._type-tel .deco {
  font-size: 1.4rem;
}
.button-g._type-tel._not-mobile {
  margin-top: 16px;
  padding-right: 10px;
  padding-left: 30px;
}
.button-g._type-tel._not-mobile::before {
  left: 7px;
}

.button-h {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  border-radius: 7px;
  padding: 5px 18px;
}
.button-h .text {
  font-size: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
}
.button-h .text::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #707070;
  width: 9px;
  height: 9px;
  top: -1px;
  bottom: 0;
  margin: auto;
}
.button-h._type-prev .text::before {
  transform: rotate(-135deg);
  left: 4px;
}
.button-h._type-next .text::before {
  transform: rotate(45deg);
  left: -1px;
}

.button-i,
.button-j {
  width: 100%;
}
.button-i .text,
.button-j .text {
  font-weight: 600;
  font-size: 1.8rem;
}
.button-i._has-icon::before,
.button-j._has-icon::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button-i {
  background: #fff;
  border: solid 1px #dbdbdb;
  padding: 14px 46px 15px;
}
.button-i .text {
  color: #4b4b4b;
}
.button-i._has-icon {
  padding-left: 80px;
  padding-right: 80px;
}
.button-i._has-icon._icon-a::before {
  width: 40px;
  height: 40px;
  left: 20px;
  background-image: url("../images/icon-15.svg");
}
.button-i._has-arrow::after {
  display: block;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #9f9f9f;
  top: -8px;
  bottom: 0;
  right: 32px;
  margin: auto;
  transform: rotate(135deg);
}

.button-j {
  background: #f68128;
  padding: 15px 46px 16px;
}
.button-j .text {
  color: #fff;
}
.button-j._has-icon {
  padding-left: 60px;
  padding-right: 60px;
}
.button-j._has-icon::before {
  width: 40px;
  height: 40px;
  left: 20px;
}
.button-j._has-icon._icon-a::before {
  background-image: url("../images/icon-13.svg");
}
.button-j._has-icon._icon-b::before {
  background-image: url("../images/icon-14.svg");
}

.button-k {
  border: solid 1px #000;
  background: #fff;
  padding: 10px 30px 9px 15px;
  position: relative;
}
.button-k::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #094;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button-k._type-anchor::before {
  transform: rotate(135deg);
  top: -0.3em;
}
.button-k .text {
  color: #333;
  font-size: 1.4rem;
}

.button-l {
  color: #333;
  background: #ececec;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  padding: 7px 11px 8px;
  font-size: 1.6rem;
}

.button_diagnosis-a {
  color: #f68128;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
}
.button_diagnosis-a::before, .button_diagnosis-a::after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 9px;
  background: #383838;
  border-radius: 2px;
  bottom: 0;
  margin: auto;
}
.button_diagnosis-a::before {
  top: -5px;
}
.button_diagnosis-a::after {
  top: 5px;
}
.button_diagnosis-a[disabled] {
  color: #dbdbdb;
  cursor: default;
}
.button_diagnosis-a[disabled]::before, .button_diagnosis-a[disabled]::after {
  background: #dbdbdb;
}
.button_diagnosis-a._type-prev {
  padding-left: 26px;
}
.button_diagnosis-a._type-prev::before, .button_diagnosis-a._type-prev::after {
  left: 11px;
}
.button_diagnosis-a._type-prev::before {
  transform: rotate(45deg);
}
.button_diagnosis-a._type-prev::after {
  transform: rotate(-45deg);
}
.button_diagnosis-a._type-next {
  padding-right: 26px;
}
.button_diagnosis-a._type-next::before, .button_diagnosis-a._type-next::after {
  right: 11px;
}
.button_diagnosis-a._type-next::before {
  transform: rotate(-45deg);
}
.button_diagnosis-a._type-next::after {
  transform: rotate(45deg);
}

.button_diagnosis-b {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #f68128;
  width: 220px;
  padding: 13px 10px;
  border-radius: 6px;
}
.button_diagnosis-b:hover, .button_diagnosis-b:active, .button_diagnosis-b:focus {
  text-decoration: none;
}
.button_diagnosis-b[disabled] {
  background: #dbdbdb;
}

.button_range-a {
  width: 47px;
  height: 47px;
  border: solid 1px #f68128;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.button_range-a::before, .button_range-a::after {
  display: block;
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background: #f68128;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.button_range-a._type-minus::after {
  display: none;
}
.button_range-a._type-plus::after {
  transform: rotate(90deg);
}
.button_range-a .text {
  font-size: 0;
  color: transparent;
}

form > *:first-child {
  margin-top: 0;
}

.form_label-a {
  font-size: 1.4rem;
  color: #333;
}

.form_label-b {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-start;
}
.form_label-b [class^=icon_] {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 1px;
}
.form_label-b > .text {
  font-weight: 600;
  font-size: 1.6rem;
}

.form_label-c {
  margin: 15px 0 0;
  display: block;
}
.form_label-c > .text {
  margin: 0 0 5px;
  display: block;
}

.form_select-a {
  position: relative;
  width: 85px;
}
.form_select-a::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #000;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  pointer-events: none;
}
.form_select-a > select {
  width: 100%;
  height: 46px;
  padding: 5px 20px 5px 10px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  background: #fff;
  border: solid 1px #707070;
  border-radius: 6px;
}
.form_select-a._type-a, .form_select-a._type-b {
  width: auto;
}
.form_select-a._type-a::before, .form_select-a._type-b::before {
  right: 12px;
}
.form_select-a._type-a > select, .form_select-a._type-b > select {
  height: 60px;
  padding-left: 15px;
}
.form_select-a._type-a > select {
  font-size: 2rem;
}
.form_select-a._type-b > select {
  font-size: 1.8rem;
}

.form_select-b {
  position: relative;
  width: 105px;
}
.form_select-b::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #000;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  pointer-events: none;
}
.form_select-b > select {
  width: 100%;
  padding: 5px 15px 5px 0;
  font-size: 1.4rem;
  background: #fff;
  color: #333;
  border: none;
}

.form_select-c {
  position: relative;
  display: inline-block;
}
.form_select-c::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #9f9f9f;
  transform: rotate(135deg) skew(-4deg, -4deg);
  width: 12px;
  height: 12px;
  top: -6px;
  bottom: 0;
  right: 12px;
  margin: auto;
  pointer-events: none;
}
.form_select-c > select {
  width: 100%;
  height: 39px;
  padding: 5px 34px 5px 12px;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  font-size: 1.6rem;
}
.form_select-c._size-a {
  width: 232px;
}
.form_select-c._size-b {
  width: 126px;
}
.form_select-c._size-c {
  width: 254px;
}

.form_radio-a {
  display: flex;
}
.form_radio-a > ul {
  border: solid 1px #707070;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.form_radio-a > ul > li + li {
  border-left: solid 1px #707070;
}
.form_radio-a > ul > li label {
  position: relative;
  cursor: pointer;
}
.form_radio-a > ul > li label input[type=radio] {
  position: absolute;
  z-index: -100;
}
.form_radio-a > ul > li label input[type=radio]:checked + .text {
  font-weight: 600;
  background: #d8ede2;
}
.form_radio-a > ul > li label .text {
  position: relative;
  background: #fff;
  height: 44px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  transition: font-weight 0.2s, background 0.4s;
}
.form_radio-a._type-a > ul {
  width: 100%;
  border: none;
}
.form_radio-a._type-a > ul > li {
  width: 50%;
}
.form_radio-a._type-a > ul > li label input[type=radio]:checked + .text {
  background: #094;
  color: #fff;
  border-color: #094;
}
.form_radio-a._type-a > ul > li label .text {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  height: 60px;
  border: solid 1px #707070;
}
.form_radio-a._type-a > ul > li:first-child label .text {
  border-right: none;
  border-radius: 6px 0 0 6px;
}
.form_radio-a._type-a > ul > li:last-child label .text {
  border-left: none;
  border-radius: 0 6px 6px 0;
}

.form_radio-b,
.form_checkbox-c {
  max-width: 700px;
  margin: 0 auto;
}
.form_radio-b > ul,
.form_checkbox-c > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.form_radio-b > ul > li,
.form_checkbox-c > ul > li {
  display: flex;
  width: 50%;
  padding: 10px 0 0 10px;
}
.form_radio-b label,
.form_checkbox-c label {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
}
.form_radio-b label input,
.form_checkbox-c label input {
  position: absolute;
  z-index: -100;
}
.form_radio-b label input:checked + .text,
.form_checkbox-c label input:checked + .text {
  background: #ffd9bc;
}
.form_radio-b label .text,
.form_checkbox-c label .text {
  position: relative;
  background: #fff6ea;
  border: solid 2px #f68128;
  min-height: 64px;
  width: 100%;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  transition: background 0.4s;
  border-radius: 6px;
}

.form_radio-c {
  margin: 15px 0 0;
}
.form_radio-c > ul {
  margin: -10px 0 0 -20px;
}
.form_radio-c > ul > li {
  padding: 10px 0 0 20px;
}
.form_radio-c > ul > li label {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.form_radio-c > ul > li label input[type=radio] {
  position: absolute;
  z-index: -100;
  top: 10px;
  left: 10px;
}
.form_radio-c > ul > li label input[type=radio]:checked + .text {
  font-weight: 600;
  color: #f68128;
  background: #fcfaf5;
  border-color: #f68128;
}
.form_radio-c > ul > li label input[type=radio]:checked + .text::before {
  border-color: #f68128;
}
.form_radio-c > ul > li label input[type=radio]:checked + .text::after {
  background: #f68128;
}
.form_radio-c > ul > li label .text {
  position: relative;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 6px;
  padding: 15px 15px 15px 45px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.form_radio-c > ul > li label .text::before, .form_radio-c > ul > li label .text::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form_radio-c > ul > li label .text::before {
  width: 19px;
  height: 19px;
  border: solid 1px #707070;
  background: #fff;
  left: 15px;
}
.form_radio-c > ul > li label .text::after {
  width: 9px;
  height: 9px;
  background: transparent;
  left: 20px;
}

.form_radio-d > ul {
  margin: -10px 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.form_radio-d > ul > li {
  padding: 10px 0 0 10px;
}
.form_radio-d > ul > li label {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_radio-d > ul > li label input[type=radio] {
  position: absolute;
  z-index: -100;
  top: 10px;
  left: 10px;
}
.form_radio-d > ul > li label input[type=radio]:checked + .text {
  font-weight: 600;
  color: #f68128;
  background: #fcfaf5;
  border-color: #f68128;
}
.form_radio-d > ul > li label input[type=radio]:checked + .text::before {
  border-color: #f68128;
}
.form_radio-d > ul > li label input[type=radio]:checked + .text::after {
  background: #f68128;
}
.form_radio-d > ul > li label .text {
  position: relative;
  background: #fff;
  border: solid 1px #dbdbdb;
  font-size: 1.6rem;
  border-radius: 6px;
  padding: 7px 20px 8px 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.form_radio-d > ul > li label .text::before, .form_radio-d > ul > li label .text::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form_radio-d > ul > li label .text::before {
  width: 19px;
  height: 19px;
  border: solid 1px #707070;
  background: #fff;
  left: 11px;
}
.form_radio-d > ul > li label .text::after {
  width: 9px;
  height: 9px;
  background: transparent;
  left: 16px;
}

.form_checkbox-a {
  display: flex;
  cursor: pointer;
}
.form_checkbox-a input[type=checkbox] {
  position: absolute;
  z-index: -100;
}
.form_checkbox-a input[type=checkbox]:checked + .text {
  border-color: #f68128;
  background: #f68128;
}
.form_checkbox-a input[type=checkbox]:checked + .text::before {
  border-color: #f68128;
}
.form_checkbox-a input[type=checkbox]:checked + .text .text_inner {
  color: #fff;
}
.form_checkbox-a input[type=checkbox]:checked + .text .text_inner::before, .form_checkbox-a input[type=checkbox]:checked + .text .text_inner::after {
  background: #f68128;
}
.form_checkbox-a input[type=checkbox]:hover + .text, .form_checkbox-a input[type=checkbox]:active + .text, .form_checkbox-a input[type=checkbox]:focus + .text {
  opacity: 0.7;
}
.form_checkbox-a .text {
  width: 100%;
  position: relative;
  border: solid 1px #707070;
  background: #fff;
  padding: 13px 15px;
  border-radius: 100px;
  text-align: center;
  transition: opacity 0.4s;
}
.form_checkbox-a .text::before {
  display: block;
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 2px;
  border: solid 1px #707070;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_checkbox-a .text_inner {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 28px;
}
.form_checkbox-a .text_inner::before, .form_checkbox-a .text_inner::after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  border-radius: 2px;
  background: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form_checkbox-a .text_inner::before {
  transform: rotate(-45deg);
  height: 9px;
  left: 7px;
  top: 3px;
}
.form_checkbox-a .text_inner::after {
  transform: rotate(45deg);
  height: 11px;
  left: 13px;
}

.form_checkbox-b {
  position: relative;
  cursor: pointer;
}
.form_checkbox-b input[type=checkbox] {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
}
.form_checkbox-b input[type=checkbox]:checked + .text {
  border-color: #f68128;
}
.form_checkbox-b input[type=checkbox]:checked + .text::before, .form_checkbox-b input[type=checkbox]:checked + .text::after {
  background: #f68128;
}
.form_checkbox-b .text {
  display: block;
  font-size: 0;
  color: transparent;
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 2px;
  position: relative;
}
.form_checkbox-b .text::before, .form_checkbox-b .text::after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  border-radius: 2px;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.form_checkbox-b .text::before {
  transform: rotate(-45deg);
  height: 9px;
  left: -6px;
  top: 3px;
}
.form_checkbox-b .text::after {
  transform: rotate(42deg);
  height: 12px;
  left: 6px;
}

.form_checkbox-d {
  display: flex;
  cursor: pointer;
  position: relative;
}
.form_checkbox-d input[type=checkbox] {
  position: absolute;
  z-index: -100;
  top: 3px;
  left: 3px;
}
.form_checkbox-d input[type=checkbox]:checked + .text .text_inner::before, .form_checkbox-d input[type=checkbox]:checked + .text .text_inner::after {
  background: #f68128;
}
.form_checkbox-d .text {
  position: relative;
}
.form_checkbox-d .text::before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: solid 1px #dbdbdb;
  background: #fff;
  top: -1px;
  left: 0;
}
.form_checkbox-d .text_inner {
  display: block;
  color: #333;
  position: relative;
  padding: 0 0 0 30px;
}
.form_checkbox-d .text_inner::before, .form_checkbox-d .text_inner::after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  border-radius: 2px;
  background: transparent;
}
.form_checkbox-d .text_inner::before {
  transform: rotate(-45deg);
  height: 9px;
  left: 6px;
  top: 6px;
}
.form_checkbox-d .text_inner::after {
  transform: rotate(45deg);
  height: 11px;
  left: 12px;
  top: 4px;
}

.form_checkbox-e {
  display: flex;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.form_checkbox-e input[type=checkbox] {
  position: absolute;
  z-index: -100;
  top: 3px;
  left: 3px;
}
.form_checkbox-e input[type=checkbox]:checked + .item .item_inner::before, .form_checkbox-e input[type=checkbox]:checked + .item .item_inner::after {
  background: #f68128;
}
.form_checkbox-e > .item {
  position: relative;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 6px;
  padding: 10px 15px 10px 60px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.form_checkbox-e > .item::before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: solid 1px #dbdbdb;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.form_checkbox-e > .item .item_inner {
  display: block;
  color: #333;
  position: relative;
  width: 100%;
}
.form_checkbox-e > .item .item_inner::before, .form_checkbox-e > .item .item_inner::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  width: 2px;
  border-radius: 2px;
  background: transparent;
}
.form_checkbox-e > .item .item_inner::before {
  transform: rotate(-45deg);
  height: 9px;
  left: -34px;
  top: 3px;
}
.form_checkbox-e > .item .item_inner::after {
  transform: rotate(45deg);
  height: 11px;
  left: -28px;
  top: 1px;
}

.form_checkbox-f {
  margin: 15px 0 0;
}
.form_checkbox-f > ul {
  margin: -10px 0 0 -20px;
}
.form_checkbox-f > ul > li {
  padding: 10px 0 0 20px;
}
.form_checkbox-f > ul > li label {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.form_checkbox-f > ul > li label input[type=checkbox] {
  position: absolute;
  z-index: -100;
  top: 10px;
  left: 10px;
}
.form_checkbox-f > ul > li label input[type=checkbox]:checked + .text {
  font-weight: 600;
  color: #f68128;
  background: #fcfaf5;
  border-color: #f68128;
}
.form_checkbox-f > ul > li label input[type=checkbox]:checked + .text::before {
  border-color: #f68128;
}
.form_checkbox-f > ul > li label input[type=checkbox]:checked + .text::after {
  background: #f68128;
}
.form_checkbox-f > ul > li label .text {
  position: relative;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 6px;
  padding: 15px 15px 15px 45px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.form_checkbox-f > ul > li label .text::before, .form_checkbox-f > ul > li label .text::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form_checkbox-f > ul > li label .text::before {
  width: 19px;
  height: 19px;
  border: solid 1px #707070;
  background: #fff;
  left: 15px;
}
.form_checkbox-f > ul > li label .text::after {
  width: 9px;
  height: 9px;
  background: transparent;
  left: 20px;
}

.form_textarea-a {
  margin: 10px 0 0;
  display: block;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  width: 100%;
  height: 140px;
  padding: 13px 15px;
  font-size: 1.6rem;
}

.form_text-a {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 7px 12px 6px;
  font-size: 1.6rem;
  line-height: 1.4;
  height: 39px;
}
.form_text-a._size-a {
  width: 232px;
}
.form_text-a._size-b {
  width: 100%;
  max-width: 474px;
}
.form_text-a._size-c {
  width: 69px;
}
.form_text-a._size-d {
  width: 100px;
}

.form_range-a .value {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_range-a .value .label {
  margin: 0 22px;
  font-size: 1.6rem;
}
.form_range-a .value .label .num {
  font-size: 3.2rem;
}
.form_range-a .slidebar {
  margin: 24px auto 0;
  max-width: 724px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_range-a .slidebar .range {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  padding: 13px 0;
  font-size: 0;
  outline: none;
}
.form_range-a .slidebar .range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #dbdbdb;
}
.form_range-a .slidebar .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  background: #f68128;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin-top: -14px;
}
.form_range-a .slidebar .range::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #dbdbdb;
}
.form_range-a .slidebar .range::-moz-range-thumb {
  appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  background: #f68128;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.form_range-a .slidebar .range::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.form_range-a .slidebar .range::-ms-fill-lower {
  background: #dbdbdb;
}
.form_range-a .slidebar .range::-ms-fill-upper {
  background: #dbdbdb;
}
.form_range-a .slidebar .range::-ms-thumb {
  appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  background: #f68128;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.form_range-a .slidebar .range::-ms-tooltip {
  display: none;
}
.form_range-a .slidebar .range_wrap {
  width: 100%;
  display: flex;
  margin: 0 20px 10px;
  border: solid 2px #dbdbdb;
  border-top: none;
  border-bottom: none;
}
.form_range-a .slidebar .text {
  font-size: 1.4rem;
}
.form_range-a .slidebar .text._type-min {
  padding-left: 10px;
}

/* stylelint-disable */
_:-ms-lang(x)::-ms-backdrop, .form_range-a .slidebar .range {
  padding: 0;
}

/* stylelint-eable */
.link_navigation a:hover, .link_navigation a:active, .link_navigation a:focus {
  text-decoration: none;
}

.link_breadcrumb {
  display: none;
}

.link-a {
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 15px;
}
.link-a::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #094;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 0.5em;
  left: 3px;
}
.link-a._size-a, .link-a._size-b {
  font-size: 1.6rem;
  font-weight: 600;
}
.link-a .icon_window-a {
  margin-left: 5px;
}

.link-b {
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}
.link-b::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #094;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
}

.link-c {
  display: inline-block;
  position: relative;
}
.link-c::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(/common/images/icon-20.svg);
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.3em;
}

.link_panel-a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 36px 10px;
  border: solid 1px #dbdbdb;
  box-shadow: 0 3px 6px rgba(196, 196, 196, 0.26);
  transition: opacity 0.4s;
}
.link_panel-a:hover, .link_panel-a:active, .link_panel-a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.link_panel-a:hover .link-a, .link_panel-a:active .link-a, .link_panel-a:focus .link-a {
  text-decoration: underline;
}
.link_panel-a .title {
  padding: 0 0 84px;
  position: relative;
}
.link_panel-a .title .sub {
  font-size: 1.3rem;
  display: block;
}
.link_panel-a .title b {
  font-size: 1.5rem;
  font-weight: 600;
}
.link_panel-a .title[class*=_icon-]::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.link_panel-a .title._icon-a::before {
  width: 65px;
  height: 60px;
  background-image: url("../images/icon-19.svg");
}
.link_panel-a .title._icon-b::before {
  width: 49px;
  height: 56px;
  left: -12px;
  background-image: url("../images/icon-16.svg");
}
.link_panel-a .title + * {
  margin-top: 25px;
}

.link_panel-b {
  display: block;
  width: 100%;
  text-align: center;
  padding: 26px 15px;
  border-radius: 6px;
  background: #fff9e2;
  box-shadow: 0 3px 6px rgba(196, 196, 196, 0.26);
  transition: opacity 0.4s;
}
.link_panel-b:hover, .link_panel-b:active, .link_panel-b:focus {
  text-decoration: none;
  opacity: 0.7;
}
.link_panel-b:hover .link-a, .link_panel-b:active .link-a, .link_panel-b:focus .link-a {
  text-decoration: underline;
}
.link_panel-b .title {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 76px;
  position: relative;
}
.link_panel-b .title::before {
  display: block;
  position: absolute;
  content: "";
  width: 53px;
  height: 61px;
  background: url("../images/icon-16.svg") center no-repeat;
  background-size: contain;
  bottom: 0;
  left: -18px;
  right: 0;
  margin: auto;
}
.link_panel-b .title > b {
  position: relative;
  padding: 0 0.8em;
  display: inline-block;
}
.link_panel-b .title > b::before, .link_panel-b .title > b::after {
  position: absolute;
  display: block;
  font-weight: 300;
  font-family: arial, sans-serif;
  bottom: -0.2em;
  font-size: 1.8rem;
}
.link_panel-b .title > b::before {
  content: "\\";
  left: 0;
}
.link_panel-b .title > b::after {
  content: "/";
  right: 0;
}
.link_panel-b .title + * {
  margin-top: 20px;
}

.link_panel-c {
  border-radius: 6px;
  border: solid 1px #dbdbdb;
  box-shadow: 0 3px 6px rgba(196, 196, 196, 0.26);
  display: block;
  padding: 15px 10px;
  width: 100%;
  transition: opacity 0.4s;
}
.link_panel-c:hover, .link_panel-c:active, .link_panel-c:focus {
  text-decoration: none;
  opacity: 0.7;
}
.link_panel-c .title {
  font-weight: 600;
}
.link_panel-c .item {
  margin: 12px 0 0;
  padding: 0 0 0 60px;
  position: relative;
}
.link_panel-c .item::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
.link_panel-c .item > *:first-child {
  margin-top: 0;
}
.link_panel-c .heading {
  font-weight: 600;
  font-size: 1.8rem;
}
.link_panel-c .heading + * {
  margin-top: 6px;
}
.link_panel-c._icon-a .item::before {
  background-image: url("../images/icon-26.svg");
}
.link_panel-c._icon-b .item::before {
  background-image: url("../images/icon-27.svg");
}
.link_panel-c._icon-c .item::before {
  background-image: url("../images/icon-30.svg");
}
.link_panel-c._icon-d .item::before {
  background-image: url("../images/icon-28.svg");
}

.icon_new-a {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: 14px;
}

.icon_window-a {
  width: 9px;
  height: 9px;
  display: inline-block;
}

.icon_label-a {
  display: inline-block;
  padding: 0 4px 1px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #bf0000;
  border: solid 1px #bf0000;
  border-radius: 6px;
}

.icon_label-b {
  display: inline-block;
  padding: 0 4px 1px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
  border: solid 1px #707070;
  border-radius: 6px;
}

.image-a img {
  width: 100%;
}
.image-a > a {
  display: block;
  transition: opacity 0.4s;
}
.image-a > a:hover, .image-a > a:active, .image-a > a:focus {
  opacity: 0.7;
}
.image-a._size-a {
  width: calc(279 / 330 * 100%);
  margin: 0 auto;
}
.image-a._size-b {
  max-width: 432px;
  margin: 40px auto -20px;
}

.image-b.al-left,
.image-c.al-left {
  justify-content: flex-start;
}
.image-b.al-right,
.image-c.al-right {
  justify-content: flex-end;
}

.image-b {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-b > * {
  flex-shrink: 0;
}
.image-b > a {
  display: block;
  transition: opacity 0.4s;
}
.image-b > a:hover, .image-b > a:active, .image-b > a:focus {
  opacity: 0.7;
}

.image-c {
  margin: 20px 0 0 -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 20px);
}
.image-c > * {
  flex-shrink: 0;
}
.image-c > a {
  display: block;
  transition: opacity 0.4s;
}
.image-c > a:hover, .image-c > a:active, .image-c > a:focus {
  opacity: 0.7;
}

.image_column-a {
  width: calc(100% + 20px);
  height: calc(211px + (221 * ((100vw - 17px) - 375px) / 393));
  overflow: hidden;
  position: relative;
  margin: 0 0 0 -10px;
}
.image_column-a img {
  position: absolute;
  width: 112%;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  max-width: none;
}

.label-a {
  display: inline-block;
  border-radius: 5px 0;
  padding: 7px 14px;
}
.label-a > b {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}
.label-a._type-a {
  background: #ffcee3;
}
.label-a._type-b {
  background: #def5c8;
}

.label-b {
  font-size: 1.3rem;
  border: solid 1px #dbdbdb;
  border-radius: 2px;
  color: #4b4b4b;
  display: inline-block;
  padding: 2px 7px 0;
}

.label-c {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border: solid 1px #dbdbdb;
  border-radius: 2px;
  color: #4b4b4b;
  display: inline-block;
  padding: 1px 7px;
}

.label-d {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: #e60012;
  border-radius: 2px;
  padding: 3px 5px 1px;
  display: inline-block;
  white-space: nowrap;
}

.list-a > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
.list-a > ul > li {
  width: 50%;
  max-width: 105px;
  padding: 15px 0 0 15px;
  color: #707070;
  font-size: 1.4rem;
}

.list-b > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-b > li::before {
  content: "・";
}

.list_bullet-a {
  margin: 15px 0 0;
}
.list_bullet-a > ul {
  display: flex;
  flex-direction: column;
}
.list_bullet-a > ul > li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
}
.list_bullet-a > ul > li::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "・";
}
.list_bullet-a > ul > li + li {
  margin-top: 6px;
}
.table-a .list_bullet-a > ul > li + li {
  margin-top: 0;
}
.list_bullet-a a {
  text-decoration: underline;
}

.list_bullet-b > ul > li {
  font-size: 1.2rem;
}
.list_bullet-b > ul > li + li {
  margin-top: 10px;
}
.list_bullet-b > ul > li .title,
.list_bullet-b > ul > li .item {
  position: relative;
  padding: 0 0 0 17px;
}
.list_bullet-b > ul > li .title::before,
.list_bullet-b > ul > li .item::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #4b4b4b;
  top: 4px;
  left: 2px;
}
.list_bullet-b > ul > li .title > b {
  font-weight: 600;
}
.list_bullet-b > ul > li .title + * {
  margin-top: 3px;
}

.list_order-a {
  margin: 15px 0 0;
}
.list_order-a > ol {
  counter-reset: num;
}
.list_order-a > ol > li {
  display: flex;
  font-size: 1.4rem;
  counter-increment: num;
}
.list_order-a > ol > li::before {
  flex-shrink: 0;
  content: counter(num) ".";
}
.list_order-a > ol > li + li {
  margin-top: 6px;
}
.list_order-a > ol > li .item {
  width: 100%;
  padding: 0 0 0 5px;
}

.list_note-a {
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.list_note-a > li {
  display: flex;
}
.list_note-a > li + li {
  margin-top: 6px;
}
.list_note-a > li .mark {
  flex-shrink: 0;
  margin: 0 0.5em 0 0;
}
.list_note-a > li .item {
  width: 100%;
}

.list_description-a {
  font-size: 1.2rem;
  color: #333;
  display: flex;
  align-items: center;
}
.list_description-a > dt {
  flex-shrink: 0;
  padding: 1px 6px;
  background: #f7f7f7;
}
.list_description-a > dd {
  margin: 0 0 0 10px;
}

.list_description-b {
  display: flex;
  font-size: 1.4rem;
}
.list_description-b > dt {
  line-height: 1.5;
  border-right: solid 1px #dbdbdb;
  color: #333;
  width: 95px;
  min-width: 95px;
  padding: 10px;
  margin: 0 10px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.list_description-b > dt::before, .list_description-b > dt::after {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_description-b > dt::before {
  border-color: transparent transparent transparent #dbdbdb;
  left: 100%;
}
.list_description-b > dt::after {
  border-color: transparent transparent transparent #fff;
  left: calc(100% - 1px);
}
.list_description-b > dd {
  line-height: 1.2;
  max-width: 186px;
}
.list_description-b > dd > a {
  color: #4b4b4b;
  display: flex;
  align-items: center;
  padding: 0 10px 0 50px;
  height: 100%;
  position: relative;
}
.list_description-b > dd > a::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
}
.list_description-b > dd > a:hover, .list_description-b > dd > a:active, .list_description-b > dd > a:focus {
  text-decoration: none;
}
.list_description-b > dd > a._icon-a::before {
  background-image: url("../images/icon-04.svg");
}
.list_description-b > dd > a._icon-b::before {
  background-image: url("../images/icon-05.svg");
}
.list_description-b > dd + dd {
  position: relative;
}
.list_description-b > dd + dd::before {
  display: block;
  position: absolute;
  content: "";
  background: #dbdbdb;
  width: 1px;
  height: calc(100% - 20px);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.list_description-c > dl > div {
  display: flex;
  font-size: 1.4rem;
}
.list_description-c > dl > div > dt {
  flex-shrink: 0;
}
.list_description-c > dl > div > dt::after {
  content: ":";
}

.list_description-d > dl > div + div {
  margin-top: 20px;
}
.list_description-d > dl > div dt {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 1.6rem;
}

.list_description-e {
  display: flex;
  align-items: center;
}
.list_description-e > dt {
  font-weight: 600;
}
.list_description-e > dt::after {
  content: ":";
  display: inline-block;
  position: relative;
  margin: 0 0.5em;
}

.list_description-f {
  margin: 10px 0 0;
}
.list_description-f > div {
  display: flex;
}
.list_description-f > div + div {
  margin-top: 3px;
}
.list_description-f > div > dt {
  font-weight: 600;
  flex-shrink: 0;
}

.list_description-g {
  margin: 10px 0 0;
}
.list_description-g > div {
  display: flex;
}
.list_description-g > div + div {
  margin-top: 10px;
}
.list_description-g > div > dt {
  font-weight: 600;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}

.list_description-h > div > dt {
  font-weight: 600;
  font-size: 1.6rem;
}
.list_description-h > div > dd {
  margin: 5px 0 0;
}
.list_description-h > div + div {
  margin-top: 18px;
}

.list_description-i {
  font-size: 1.2rem;
}
.list_description-i > div + div {
  margin-top: 1.8rem;
}
.list_description-i > div .list_note-a {
  margin-top: 0;
  font-size: 1.2rem;
}
.list_description-i > div .list_note-a > li + li {
  margin-top: 0;
}

.list_sns-a {
  margin: 16px 0 0 -10px;
  display: flex;
  width: calc(100% + 20px);
}
.list_sns-a > li {
  width: 33.333333%;
}
.list_sns-a > li._bg-facebook {
  background: #1877f2;
}
.list_sns-a > li._bg-twitter {
  background: #1da1f2;
}
.list_sns-a > li._bg-line {
  background: #00b900;
}
.list_sns-a > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.list_step-a {
  margin: 0 0 35px;
}
.list_step-a > ol {
  display: flex;
  justify-content: center;
}
.list_step-a > ol > li {
  background: #b7b7b7;
  width: 33.333333%;
  max-width: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px 9px;
}
.list_step-a > ol > li[aria-current=step] {
  background: #f68128;
}
.list_step-a > ol > li:not(:last-child) {
  position: relative;
  width: calc(33.333333% - 10px);
  max-width: calc(212px - 10px);
  margin-right: 10px;
}
.list_step-a > ol > li:not(:last-child)::before, .list_step-a > ol > li:not(:last-child)::after {
  display: block;
  position: absolute;
  content: "";
  left: 100%;
  width: 10px;
  height: 50%;
}
.list_step-a > ol > li:not(:last-child)::before {
  top: 0;
  background: linear-gradient(to bottom left, transparent 49%, #b7b7b7 51%) no-repeat top left/100% 100%;
}
.list_step-a > ol > li:not(:last-child)::after {
  bottom: 0;
  background: linear-gradient(to top left, transparent 49%, #b7b7b7 51%) no-repeat bottom right/100% 100%;
}
.list_step-a > ol > li:not(:last-child)[aria-current=step]::before {
  background: linear-gradient(to bottom left, transparent 49%, #f68128 51%) no-repeat top left/100% 100%;
}
.list_step-a > ol > li:not(:last-child)[aria-current=step]::after {
  background: linear-gradient(to top left, transparent 49%, #f68128 51%) no-repeat bottom right/100% 100%;
}
.list_step-a > ol > li + li {
  margin-left: 5px;
}
.list_step-a > ol > li > .text {
  display: block;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.list_check-a {
  margin-bottom: 40px;
}
.list_check-a > li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0.8em 12px;
  border-radius: 6px;
  background: #d8ede2;
  text-align: left;
}
.list_check-a > li::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  margin-right: 15px;
  background: url(../images/icon-44.svg);
}
.list_check-a > li span {
  flex-shrink: 9999;
  display: inline-block;
  font-weight: 600;
}

.list_message-a {
  margin: 30px -10px 0 0;
}
.list_message-a > ul {
  display: flex;
  margin: -20px 0 0 -20px;
}
.list_message-a > ul > li {
  padding: 20px 0 0 20px;
}
.list_message-a .item {
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 270px;
  height: 270px;
}
.list_message-a .item_inner {
  padding: 18% 6%;
  width: 100%;
  height: 100%;
}
.list_message-a .item .title {
  color: #f68128;
  font-size: 2.5rem;
  font-weight: 600;
}
.list_message-a .item p:not([class]) {
  font-size: 1.4rem;
}

.tab-a {
  margin: 20px 0 0;
}
.tab-a_list {
  border-bottom: solid 1px #094;
  margin: 0 -10px;
  overflow-x: auto;
}
.tab-a_list > ul {
  display: flex;
}
.tab-a_list > ul > li {
  flex-shrink: 0;
  min-width: 110px;
  width: 25%;
}
.tab-a_list > ul > li + li {
  position: relative;
}
.tab-a_list > ul > li + li::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #dbdbdb;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.tab-a_list > ul > li > a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 4px 5px;
}
.tab-a_list > ul > li > a:hover, .tab-a_list > ul > li > a:active, .tab-a_list > ul > li > a:focus {
  text-decoration: none;
}
.tab-a_contents_inner {
  padding: 15px 0 0;
}
.tab-a + * {
  margin-top: 60px;
}

.table_scroll-a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  width: 200px;
  height: 140px;
  border-radius: 6px;
  background: rgba(45, 142, 88, 0.8);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 36px 20px;
  transition: opacity 0.4s, visibility 0.4s;
}
.table_scroll-a .text {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  position: relative;
  padding: 52px 0 0;
  display: block;
}
.table_scroll-a .text::before {
  display: block;
  position: absolute;
  content: "";
  width: 78px;
  height: 48px;
  background: url("../images/icon-09.svg") center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.table-a .table_scroll-a {
  top: 247px;
  bottom: auto;
}

.table-a {
  margin: 15px 0 0;
  border: solid 1px #dbdbdb;
  position: relative;
}
.table-a_heading-a {
  position: relative;
  text-align: center;
  border-top: solid 1px #094;
  padding: 10px;
  box-shadow: 0 1px 3px 0 rgba(28, 88, 42, 0.2);
  z-index: 1;
  background: #fff;
  margin: 0;
}
.table-a_heading-a .text {
  font-size: 1.4rem;
  color: #094;
  font-weight: 600;
}
.table-a_heading-b {
  margin: 0;
  text-align: center;
  padding: 8px 10px 7px;
  background: #f7f7f7;
}
.table-a_heading-b .text {
  font-size: 1.4rem;
  color: #4b4b4b;
  font-weight: 300;
}
.table-a_body {
  overflow: hidden;
}
.table-a_body_inner {
  overflow-y: auto;
  margin: 0 -1px 0 0;
}
.table-a_row {
  display: flex;
}
.table-a_row:last-child .table-a_cell {
  border-bottom: none;
}
.table-a_cell {
  width: 169px;
  flex-shrink: 0;
  border-bottom: solid 1px #dbdbdb;
  border-right: solid 1px #dbdbdb;
  background: #fff;
  padding: 8px 5px;
  font-size: 1.4rem;
}
.table-a_cell > *:first-child {
  margin-top: 0;
}
.table-a_cell._type-a {
  background: #fff9e2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.table-a_cell._type-b {
  background: #f7f7f7;
}
.table-a_cell._type-link {
  padding: 0;
}
.table-a_cell._type-link .link {
  padding: 8px 5px;
  text-align: center;
  display: block;
}
.table-a_cell._type-link .link .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transition: opacity 0.4s;
}
.table-a_cell._type-link .link .image img {
  max-height: 100%;
}
.table-a_cell._type-link .link .text {
  margin: 5px 0 0;
  display: block;
  color: #4b4b4b;
  font-size: 1.2rem;
}
.table-a_cell._type-link .link:hover, .table-a_cell._type-link .link:active, .table-a_cell._type-link .link:focus {
  text-decoration: none;
}
.table-a_cell._type-link .link:hover .image, .table-a_cell._type-link .link:active .image, .table-a_cell._type-link .link:focus .image {
  opacity: 0.6;
}
.table-a_cell[class*=_position-] {
  display: flex;
  flex-direction: column;
}
.table-a_cell._position-center {
  align-items: center;
  text-align: center;
}
.table-a_cell._position-right {
  align-items: flex-end;
}
.table-a_cell._position-middle {
  justify-content: center;
}
.table-a_cell .price {
  font-weight: 600;
  font-size: 1.3rem;
}
.table-a_cell .price b {
  font-size: 1.6rem;
}
.table-a_cell .mark {
  position: relative;
  width: 15px;
  height: 15px;
}
.table-a_cell .mark .text {
  font-size: 0;
  color: transparent;
}
.table-a_cell .mark._type-a::before {
  display: block;
  position: absolute;
  content: "";
  border: solid 1px #707070;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}
.table-a_cell .mark._type-b::before, .table-a_cell .mark._type-b::after {
  display: block;
  position: absolute;
  content: "";
  background: #707070;
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.table-a_cell .mark._type-b::before {
  transform: rotate(45deg);
}
.table-a_cell .mark._type-b::after {
  transform: rotate(-45deg);
}
.table-a_cell .mark._type-c::before {
  display: block;
  position: absolute;
  content: "";
  background: #707070;
  width: 8px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.table-a_cell .mark + * {
  margin-top: 8px;
}
.table-a_controle {
  padding: 10px;
  background: #f68128;
  border-bottom: solid 1px #dbdbdb;
}
.table-a_fixed {
  background: #fff;
  border-bottom: solid 1px #dbdbdb;
  position: sticky;
  z-index: 2;
  top: 50px;
}

.table-b {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.table-b_wrap {
  position: relative;
  margin: 20px 0 0;
}
.table-b ._bg-gray {
  background: #f7f7f7;
}
.table-b ._bg-blue {
  background: #ddf1fa;
}
.table-b ._bg-red {
  background: #fadde7;
}
.table-b ._bg-green {
  color: #186038;
  background: #d2efde;
}
.table-b th,
.table-b td {
  border: solid 1px #dbdbdb;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.table-b thead th {
  font-weight: 600;
}
.table-b tbody th {
  font-weight: 300;
  background: #f7f7f7;
}

.table-c {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.table-c_wrap {
  position: relative;
  margin: 20px 0 0;
}
.table-c ._bg-gray {
  background: #f7f7f7;
}
.table-c ._bg-blue {
  background: #ddf1fa;
}
.table-c ._bg-red {
  background: #fadde7;
}
.table-c ._bg-green {
  color: #186038;
  background: #d2efde;
}
.table-c th,
.table-c td {
  border: solid 1px #dbdbdb;
  text-align: left;
  vertical-align: middle;
  padding: 6px 8px;
  font-size: 1.4rem;
}
.table-c thead th {
  font-weight: 300;
}
.table-c tbody th {
  font-weight: 300;
  background: #f7f7f7;
}

.table_form-a {
  margin: 20px 0 0;
}
.table_form-a table {
  table-layout: fixed;
  width: 100%;
}
.table_form-a tr + tr {
  border-top: solid 1px #dbdbdb;
}
.table_form-a th,
.table_form-a td {
  text-align: left;
  vertical-align: top;
}
.table_form-a th > :first-child,
.table_form-a td > :first-child {
  margin-top: 0;
}
.table_form-a th {
  font-weight: 300;
}
.table_form-a th p {
  margin-top: 3px;
}

* + p {
  margin-top: 10px;
}

.text_em-a {
  font-weight: 600;
}

.text_em-b {
  font-weight: normal;
  color: #e60012;
}

.text_em-c {
  font-weight: 600;
  color: #e60012;
}

.text_em-d {
  font-weight: 600;
  color: #f68128;
  font-size: 1.2rem;
}

.text_price-a {
  color: #333;
  font-weight: 600;
}
.text_price-a em {
  color: #e60012;
}
.text_price-a._size-a {
  font-size: 1.6rem;
}
.text_price-a._size-a .value {
  font-size: 2.4rem;
}
.text_price-a._size-b {
  font-size: 1.3rem;
}
.text_price-a._size-b .value {
  font-size: 1.6rem;
}
.text_price-a._size-c {
  font-size: 1.8rem;
}
.text_price-a._size-c .value {
  font-size: 2.2rem;
}

.text_decoration-a {
  display: inline-block;
  padding: 0 0.8em;
  position: relative;
}
.text_decoration-a::before, .text_decoration-a::after {
  display: block;
  position: absolute;
  content: "";
  width: 0.6em;
  height: calc(100% - 7px);
  top: 0;
  bottom: 0;
  margin: auto;
}
.text_decoration-a::before {
  left: 0;
  background: linear-gradient(to bottom left, transparent, transparent 46.5%, #333 49.5%, #333 50.5%, transparent 53.5%, transparent);
}
.text_decoration-a::after {
  right: 0;
  background: linear-gradient(to bottom right, transparent, transparent 46.5%, #333 49.5%, #333 50.5%, transparent 53.5%, transparent);
}
.text_decoration-a._type-em {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4b4b4b;
}

.text_tel-a > a,
.text_tel-a > span {
  position: relative;
  color: #77a028;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0 0 0 62px;
  font-family: Arial, sans-serif;
}
.text_tel-a > a::before,
.text_tel-a > span::before {
  display: block;
  position: absolute;
  content: "";
  top: 0.05em;
  left: 0;
  width: 50px;
  height: 28px;
  background: url("../images/icon-17.svg") center no-repeat;
}
.text_tel-a._size-a a {
  font-size: 2.7rem;
  padding-left: 50px;
}
.text_tel-a._size-a a::before {
  width: 42px;
  height: 24px;
  top: 0.12em;
}
.text_tel-a + * {
  margin-top: 8px;
}

.text_error-a {
  position: relative;
  padding: 0 0 0 30px;
  color: #e60012;
  font-size: 1.4rem;
}
.text_error-a::before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 21px;
  top: -2px;
  left: 0;
  background: url("../images/2021/icon-37.svg") center no-repeat;
}
.text_error-a strong {
  font-weight: 300;
}
.box-e .text_error-a {
  font-size: 1.6rem;
}
.box-e .text_error-a::before {
  top: 0;
}
.text_error-a + .text_error-a {
  margin-top: 8px;
}

.text_clear-a {
  position: relative;
  color: #f68128;
  font-size: 1.4rem;
  padding: 0 0 0 22px;
}
.text_clear-a::before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background: url("../images/icon-38.svg") center no-repeat;
}

.text_caption-a {
  font-size: 1.2rem;
}

.text_caption-b {
  margin: 20px 0 10px;
}
.text_caption-b > .text {
  font-size: 1.6rem;
  font-weight: 600;
}
.text_caption-b + * {
  margin-top: 10px;
}
.text_caption-b + *.js-table-shadow .js-table-shadow_scroll {
  margin-top: 10px;
}

.text_lead-a {
  text-align: center;
}
.text_lead-a > .text {
  font-size: 2rem;
  font-weight: 600;
}

.text_lead-b {
  margin: 12px 0 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.text_lead-b em {
  font-size: 2.3rem;
  position: relative;
}
.text_lead-b em::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 0.7em;
  background: #82bf9e;
  opacity: 0.2;
  left: 0;
  bottom: -0.2em;
  z-index: -1;
}

.text_decoration-b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 50px;
}
.text_decoration-b::before, .text_decoration-b::after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background-color: #707070;
  transform-origin: bottom;
}
.text_decoration-b::before {
  transform: rotate(-35deg);
}
.text_decoration-b::after {
  transform: rotate(35deg);
}
.text_decoration-b > .text {
  max-width: calc(280 / 327 * 100%);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.toggle-a_hook .title {
  background: #d8ede2;
  text-align: center;
  padding: 10px 53px 9px;
}
.toggle-a_hook .title > b {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}

.toggle-b {
  margin: 20px 0 0;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 6px;
  padding: 15px 15px 20px;
}
.toggle-b_hook {
  display: none;
  font-size: 1.2rem;
  font-weight: 600;
}
.toggle-b_content_inner {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: dashed 1px #dbdbdb;
}

.circle-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100 / 380 * 100vw);
  height: calc(100 / 380 * 100vw);
  background: #f68128;
  border-radius: 100vw;
  border: 4px solid #f0c5a6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.arrow-a {
  margin-right: 21px;
}
.arrow-a .item {
  width: 18px;
  height: 18px;
  margin: 0 auto 21px;
  background: #c9c9c9;
  position: relative;
}
.arrow-a .item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 19.5px 0 19.5px;
  border-color: #c9c9c9 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(99%);
}
.arrow-a + p {
  margin-top: 0;
}

.box-a {
  margin: 30px 0;
  border-radius: 6px;
  border: solid 1px #dbdbdb;
  padding: 15px;
}
.box-a._type-a {
  padding-bottom: 104px;
  background-color: #fff;
  position: relative;
}
.box-a._type-a .heading-c {
  margin-bottom: 0;
}
.box-a._type-a .image {
  max-width: 104px;
  position: absolute;
  right: 23px;
  bottom: 0;
}
.box-a._type-a .image img {
  width: 100%;
}
.box-a._type-b {
  padding: 35px 10px;
  border-radius: 0;
  margin-bottom: 0;
}

.box-b {
  background: #f7f7f7;
  margin: 30px -10px 0;
  padding: 15px 20px;
}
.box-b_heading {
  font-size: 1.6rem;
  font-weight: 600;
}

.box-c {
  margin: 30px 0 0;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 25px 15px;
}

.box-d {
  margin: 15px 0;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 15px;
}

.box-e {
  margin: 15px 0;
  border-radius: 4px;
  background: #fcf5f7;
  padding: 15px;
}
.box-e p:not([class]) {
  font-size: 1.4rem;
}

.box-f {
  padding: 10px 10px 0;
  border-radius: 6px;
}
.box-f_bottom {
  margin-top: 32px;
}
.box-f_bottom .text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #707070;
  font-size: 14px;
}
.box-f_bottom .text::before, .box-f_bottom .text::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #404040;
  transform-origin: bottom;
}
.box-f_bottom .text::before {
  transform: rotate(-35deg) translateY(-30%);
}
.box-f_bottom .text::after {
  transform: rotate(35deg) translateY(-30%);
}
.box-f_bottom .text p {
  display: inline-block;
  margin: 0 3px;
}
.box-f_bottom .image {
  max-width: 256px;
  margin: 0 auto;
  transform: translateX(-5%);
}
.box-f._color-a {
  background: #fcfaf5;
  border: 2px solid #f68128;
}

.box-g {
  padding: 0.8em;
}
.box-g._type-a {
  max-width: 595px;
  background: #fffdf5;
}
.box-g._type-a dl dt {
  font-weight: 600;
}

.box_conditions-a {
  background: #f7f7f7;
  border: solid 1px #dbdbdb;
  margin: 0 -10px;
  padding: 16px 10px;
}
.box_conditions-a dl > dt {
  font-weight: 600;
  font-size: 1.4rem;
}
.box_conditions-a dl > dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px 0 0 -10px;
}
.box_conditions-a dl > dd > * {
  padding: 10px 0 0 10px;
}
.box_conditions-a dl > dd .data {
  display: flex;
  flex-grow: 1;
}
.box_conditions-a dl > dd .data > :not(:first-child) {
  margin-left: 8px;
}

.box_conditions-b {
  border-radius: 6px;
  background: linear-gradient(135deg, #ffa662 0, #ff5a67 50%, #4ef297 100%);
  position: relative;
  padding: 30px 20px 33px;
  z-index: 0;
  text-align: center;
}
.box_conditions-b::before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 5px;
  background: #fff9e2;
  z-index: -1;
}
.box_conditions-b .button-b {
  padding-top: 21px;
  padding-bottom: 22px;
  width: 100%;
}

.box_switch-a {
  background: #fff9e2;
  margin: 0 -10px;
  padding: 14px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_switch-a > p {
  color: #f68128;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
}
.box_switch-a .button-d {
  flex-shrink: 0;
}

.box_product-a {
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box_product-a::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #f7f7f7;
  border-radius: 6px;
  top: 0;
  left: 0;
  pointer-events: none;
}
.box_product-a_main {
  flex-grow: 1;
  display: block;
  padding: 0 10px 14px;
  transition: opacity 0.4s;
}
.box_product-a_main:hover, .box_product-a_main:active, .box_product-a_main:focus {
  text-decoration: none;
  opacity: 0.6;
}
.box_product-a_sub {
  margin: 0;
  padding: 20px 10px;
  background: #fff9e2;
}
.box_product-a .label-a {
  position: relative;
  margin: 0 0 0 -10px;
}
.box_product-a .layout_image-a {
  margin-top: 14px;
}
.box_product-a .description {
  font-size: 1.4rem;
  color: #333;
  margin: 20px 0 0;
}
.box_product-a .description + * {
  margin-top: 20px;
}
.box_product-a .number {
  font-size: 1.3rem;
  text-align: right;
  margin: 8px 0 0;
}

.box_contact-a {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(196, 196, 196, 0.26);
  padding: 20px 15px;
}
.box_contact-a_inner {
  text-align: center;
}
.box_contact-a_inner + .box_contact-a_inner {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #dbdbdb;
}
.box_contact-a_heading {
  margin: 4px 0 0;
  font-weight: 600;
  font-size: 2rem;
}
.box_contact-a_heading + * {
  margin-top: 15px;
}

.box_contact-b {
  margin: 40px 0 0;
  border: solid 2px #f68128;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.box_contact-b_heading {
  flex-shrink: 0;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  background: #f68128;
  position: relative;
  padding: 42px 10px 10px 9px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.box_contact-b_heading::before {
  display: block;
  position: absolute;
  content: "";
  width: 13px;
  height: 20px;
  background: url("../images/icon-35.svg") center no-repeat;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
}
.box_contact-b_heading._icon-b {
  padding-top: 48px;
}
.box_contact-b_heading._icon-b::before {
  width: 32px;
  height: 32px;
  background: url("../images/icon-53.svg") center no-repeat;
  top: 8px;
  left: 10px;
}
.box_contact-b .item {
  background: #fcfaf5;
  padding: 25px 15px;
  width: 100%;
  text-align: center;
}
.box_contact-b .item .title {
  font-size: 16px;
  font-weight: 600;
}
.box_contact-b .item .title + * {
  margin-top: 5px;
}
.box_contact-b .item .text-tel-a a {
  font-size: 27px;
  padding-left: 50px;
}
.box_contact-b .item .text-tel-a a::before {
  width: 42px;
  height: 24px;
  top: 0.12em;
}
.box_contact-b .item .info {
  font-size: 12px;
}

.box_lineup-a {
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin: 25px 0 0;
  padding: 20px 15px;
}
.box_lineup-a_right {
  margin: 10px auto 0;
  width: 160px;
}
.box_lineup-a .box_lineup-logo {
  width: 100%;
}
.box_lineup-a + .box_lineup-a {
  margin-top: 20px;
}

.box_news-a {
  margin: 0 -10px;
}
.box_news-a_inner {
  background: #fff9e2;
  border: solid 1px #f68128;
}
.box_news-a_inner > li + li {
  border-top: solid 1px #f68128;
}
.box_news-a .item {
  padding: 20px 48px 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_news-a .item .date {
  flex-shrink: 0;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
}
.box_news-a .item .title {
  margin: 5px 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
}
.box_news-a a {
  position: relative;
}
.box_news-a a::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #f68128;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box_news-a a:hover, .box_news-a a:active, .box_news-a a:focus {
  text-decoration: none;
}
.box_news-a a:hover .title, .box_news-a a:active .title, .box_news-a a:focus .title {
  text-decoration: underline;
}

.box_column-a {
  margin: 5px 0 0;
  border: solid 1px #dbdbdb;
  padding: 35px 10px 5px;
}
.box_column-a .heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 26px;
}
.box_column-a .column .col:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: solid 1px #dbdbdb;
}
.box_column-a .title {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 14px 24px 13px 52px;
  position: relative;
}
.box_column-a .title::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
.box_column-a .title .link-a {
  display: none;
}
.box_column-a .title._icon-a::before {
  background-image: url("../images/icon-10.svg");
}
.box_column-a .title._icon-b::before {
  background-image: url("../images/icon-11.svg");
}
.box_column-a .title._icon-c::before {
  background-image: url("../images/icon-12.svg");
}
.box_column-a .item_inner {
  padding: 10px 0 20px 50px;
}
.box_column-a .item_inner > *:first-child {
  margin-top: 0;
}

.box_result-a {
  border-radius: 2px;
  border: solid 3px #9f9f9f;
  padding: 15px 10px 20px;
  width: 100%;
}
.box_result-a .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #9f9f9f;
}
.box_result-a .comment {
  padding: 0 0 0 80px;
  position: relative;
  z-index: 0;
  display: flex;
}
.box_result-a .comment::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 67px;
  height: 67px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.box_result-a .comment .text {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 45px;
  padding: 15px 20px;
  min-height: 88.8px;
}
.box_result-a .comment .text::before, .box_result-a .comment .text::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box_result-a .comment .text::before {
  border-color: transparent #dbdbdb transparent transparent;
  left: 73px;
  z-index: -1;
}
.box_result-a .comment .text::after {
  border-color: transparent #fff transparent transparent;
  left: 75px;
}
.box_result-a.is-emergency_ .comment {
  display: none;
}
.box_result-a.is-emergency_high {
  border-color: #e60012;
  background: #fcecec;
}
.box_result-a.is-emergency_high .title {
  color: #e60012;
}
.box_result-a.is-emergency_high .comment::before {
  background-image: url("../images/icon-23.svg");
}
.box_result-a.is-emergency_middle {
  border-color: #094;
  background: #f4fdf2;
}
.box_result-a.is-emergency_middle .title {
  color: #094;
}
.box_result-a.is-emergency_middle .comment::before {
  background-image: url("../images/icon-24.svg");
}
.box_result-a.is-emergency_low {
  border-color: #f68128;
  background: #fff9ed;
}
.box_result-a.is-emergency_low .title {
  color: #f68128;
}
.box_result-a.is-emergency_low .comment::before {
  background-image: url("../images/icon-25.svg");
}

.box_description-a {
  margin: 40px 0 0;
  border: solid 1px #dbdbdb;
  box-shadow: 0 3px 6px rgba(196, 196, 196, 0.26);
  border-radius: 6px;
  padding: 30px 10px;
}
.box_description-a .heading {
  padding: 0 0 30px;
  border-bottom: solid 1px #dbdbdb;
}
.box_description-a_heading {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 0 60px;
  position: relative;
}
.box_description-a_heading::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: -0.55em;
  left: 0;
}
.box_description-a_heading._icon-a::before {
  background-image: url("../images/icon-01.svg");
}
.box_description-a_heading._icon-b::before {
  background-image: url("../images/icon-02.svg");
}
.box_description-a_heading._icon-c::before {
  background-image: url("../images/icon-03.svg");
}
.box_description-a .item {
  padding: 25px 0 0;
}
.box_description-a .item .title {
  font-size: 1.8rem;
  font-weight: 600;
}
.box_description-a .button {
  text-align: center;
  margin-top: 25px;
}
.box_description-a + .box_description-a {
  margin-top: 15px;
}

.box_diagnosis-a {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.box_diagnosis-a_heading {
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
}
.box_diagnosis-a_heading .sub {
  font-size: 1.4rem;
}
.box_diagnosis-a_heading em {
  font-size: 2rem;
  color: #e60012;
}
.box_diagnosis-a > .image {
  max-width: 200px;
  flex-shrink: 0;
}
.box_diagnosis-a > .item {
  margin: 15px 0;
  width: 100%;
}
.box_diagnosis-a > .button {
  width: 100%;
}

.box_controle-a {
  margin: 25px 0 0;
  padding: 10px;
  background: #f68128;
}

.box_scroll-a {
  margin: 15px 0 0;
  overflow-y: auto;
  height: 153px;
  border: solid 1px #707070;
  border-radius: 4px;
  padding: 15px;
  font-size: 1.4rem;
}

.box_ribbon-a {
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #eaeaea;
  position: relative;
  text-align: center;
}
.box_ribbon-a._first {
  margin-top: 34px;
}
.box_ribbon-a .contents_last {
  margin-bottom: 0;
}
.box_ribbon-a_heading {
  background-color: #ffd341;
  position: absolute;
  top: -8px;
  left: -6px;
  font-size: 17px;
  font-weight: bold;
}
.box_ribbon-a_heading::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 0;
  border-color: transparent #ffd341 transparent transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.box_ribbon-a_heading span {
  display: block;
  height: 30px;
  padding: 3px 17px 0 17px;
}
.box_ribbon-a_heading span::before, .box_ribbon-a_heading span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 0;
  transform: translateX(98%);
}
.box_ribbon-a_heading span::before {
  border-width: 15px 11px 0 0;
  border-color: #ffd341 transparent transparent transparent;
  top: 0;
}
.box_ribbon-a_heading span::after {
  border-width: 15px 0 0 11px;
  border-color: transparent transparent transparent #ffd341;
  bottom: 0;
}
.box_ribbon-a_text {
  font-size: 16px;
}
.box_ribbon-a .layout_image-e._size-b {
  width: calc(276 / 361 * 100%);
  max-width: 306px;
  margin-right: auto;
  margin-left: auto;
}
.box_ribbon-a .layout_image-e._size-b > ul > li {
  width: calc(60 / 276 * 100%);
}
.box_ribbon-a_subcontents {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 20px 10px 30px;
  background: #fcfaf5;
}

.box_ribbon-b {
  border-style: solid;
  border-width: 4px;
}
.box_ribbon-b_inner {
  padding: 30px 10px 20px;
  position: relative;
}
.box_ribbon-b_heading {
  position: absolute;
  top: -2px;
  left: -10px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  transform: translateY(-50%);
}
.box_ribbon-b_heading::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.box_ribbon-b_heading span {
  display: block;
  height: 34px;
  padding: 4px 18px 0 20px;
}
.box_ribbon-b_heading span::before, .box_ribbon-b_heading span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 0;
  transform: translateX(98%);
}
.box_ribbon-b_heading span::before {
  border-width: 17px 10px 0 0;
  top: 0;
}
.box_ribbon-b_heading span::after {
  border-width: 17px 0 0 10px;
  bottom: 0;
}
.box_ribbon-b .layout-b._type-d {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 90px;
  border-bottom: 2px solid #dbdbdb;
}
.box_ribbon-b .layout-b._type-d .button {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 20px;
}
.box_ribbon-b .heading-i .line {
  margin-bottom: 0.2em;
  z-index: 1;
  font-size: 1.8rem;
}
.box_ribbon-b .heading-i b {
  font-size: 2rem;
}
.box_ribbon-b .heading-i b em {
  font-size: 2.4rem;
}
.box_ribbon-b._color-a {
  border-color: #f68128;
}
.box_ribbon-b._color-a .box_ribbon-b_heading {
  background-color: #f68128;
}
.box_ribbon-b._color-a .box_ribbon-b_heading::before {
  border-color: transparent #b14d01 transparent transparent;
}
.box_ribbon-b._color-a .box_ribbon-b_heading span::before {
  border-color: #f68128 transparent transparent transparent;
}
.box_ribbon-b._color-a .box_ribbon-b_heading span::after {
  border-color: transparent transparent transparent #f68128;
}
.box_ribbon-b._color-a .heading-i .line {
  background: linear-gradient(to bottom, transparent 69%, #ffbe8d 70%, #ffbe8d 100%);
}
.box_ribbon-b._color-a .heading-i b span {
  color: #f68128;
}
.box_ribbon-b._color-b {
  border-color: #094;
}
.box_ribbon-b._color-b .box_ribbon-b_heading {
  background-color: #094;
}
.box_ribbon-b._color-b .box_ribbon-b_heading::before {
  border-color: transparent #055529 transparent transparent;
}
.box_ribbon-b._color-b .box_ribbon-b_heading span::before {
  border-color: #094 transparent transparent transparent;
}
.box_ribbon-b._color-b .box_ribbon-b_heading span::after {
  border-color: transparent transparent transparent #094;
}
.box_ribbon-b._color-b .heading-i .line {
  background: linear-gradient(to bottom, transparent 69%, #c1ebd4 70%, #c1ebd4 100%);
}
.box_ribbon-b._color-b .heading-i b span {
  color: #094;
}
.box_ribbon-b._color-b .button-b {
  background-color: #094;
}
.box_ribbon-b._color-c {
  border-color: #de2c2c;
}
.box_ribbon-b._color-c .box_ribbon-b_heading {
  background-color: #de2c2c;
}
.box_ribbon-b._color-c .box_ribbon-b_heading::before {
  border-color: transparent #7c1111 transparent transparent;
}
.box_ribbon-b._color-c .box_ribbon-b_heading span::before {
  border-color: #de2c2c transparent transparent transparent;
}
.box_ribbon-b._color-c .box_ribbon-b_heading span::after {
  border-color: transparent transparent transparent #de2c2c;
}
.box_ribbon-b._color-c .heading-i .line {
  background: linear-gradient(to bottom, transparent 69%, #efb1b1 70%, #efb1b1 100%);
}
.box_ribbon-b._color-c .heading-i b span {
  color: #de2c2c;
}
.box_ribbon-b._color-c .button-b {
  background-color: #de2c2c;
}
.box_ribbon-b + .box_ribbon-b {
  margin-top: 50px;
}

.box_icon-a {
  margin-top: 50px;
}
.box_icon-a_inner {
  padding: 45px 22px 25px;
  background: #fafafa;
  position: relative;
  font-size: 14px;
}
.box_icon-a_inner .icon {
  max-width: 60px;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
}

.layout-a {
  display: flex;
  justify-content: space-between;
}
.layout-a > * + * {
  margin-top: 0;
  margin-left: 20px;
  flex-shrink: 0;
}
.layout-a._type-a {
  margin: 0 auto 10px;
}
.layout-a._type-a > * + * {
  margin-left: 10px;
}

.layout-b .list_description-b + p {
  margin-top: 0;
}
.layout-b_w-50 + .image-a._size-a {
  margin-top: 27px;
}

.layout-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.layout-c_item {
  flex-grow: 1;
}
.layout-c_button {
  flex-shrink: 0;
  margin: 0 0 0 auto;
  min-width: 83px;
  padding: 0 0 0 15px;
}
.layout-c_button > * {
  margin: 0 0 0 auto;
}

.layout-d {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px 0 0 -10px;
}
.layout-d > * {
  margin: 10px 0 0 10px;
}

.layout-e {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px auto 25px;
  padding-left: calc(50% - 10px);
  font-size: 1.3rem;
}

.layout-f._type-b .layout-f_w-50 + .layout-f_w-50 {
  margin-top: 30px;
}
.layout-f._type-c .image {
  flex-shrink: 0;
  width: 70%;
  max-width: 320px;
  margin: 27px auto;
  transform: translateX(-3%);
}

.layout_image-a {
  display: flex;
  flex-direction: row-reverse;
}
.layout_image-a > .image {
  flex-shrink: 0;
  margin: 0 10px 0 0;
  max-width: 100px;
}
.layout_image-a > .items {
  width: 100%;
}
.layout_image-a > .items > * + * {
  margin-top: 1px;
}
.layout_image-a > .items .name {
  color: #333;
}
.layout_image-a > .items .name .sub {
  font-size: 1.4rem;
  display: block;
}
.layout_image-a > .items .name .main {
  font-size: 1.5rem;
  font-weight: 600;
}

.layout_image-b > .heading {
  margin: 0 0 20px;
}
.layout_image-b > .image {
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto 20px;
}

.layout_image-c {
  margin: 60px 0 0;
  display: flex;
  flex-direction: column-reverse;
}
.layout_image-c .item {
  margin: 15px 0 0;
}
.layout_image-c .item > *:first-child {
  margin-top: 0;
}
.layout_image-c .image {
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.layout_image-d {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.layout_image-d > .image {
  flex-shrink: 0;
  margin: 0 10px 0 0;
  width: 80px;
}
.layout_image-d > .item {
  width: 100%;
}
.layout_image-d > .item > * + * {
  margin-top: 1px;
}
.layout_image-d > .item .name {
  color: #333;
}
.layout_image-d > .item .name .sub {
  font-size: 1.4rem;
  display: block;
}
.layout_image-d > .item .name .main {
  font-size: 1.6rem;
  font-weight: 600;
}

.layout_image-e {
  margin-top: 30px;
  margin-bottom: 20px;
}
.layout_image-e > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.layout_image-e > ul > li {
  margin-bottom: 10px;
  text-align: center;
}
.layout_image-e > ul > li img {
  margin: 0 auto;
}
.layout_image-e > ul > li p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
.layout_image-e > ul._col-4 li {
  width: 49%;
}
.layout_image-e._size-b > ul > li img {
  width: calc(40 / 50 * 100%);
}
.layout_image-e._size-b p {
  font-size: 13px;
}

.layout_image-f {
  width: calc(280 / 361 * 100%);
  margin: 25px auto 30px;
  text-align: left;
}
.layout_image-f > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.layout_image-f .image {
  width: 68px;
  margin-right: 30px;
}
.layout_image-f .image img {
  margin: 0 auto;
}
.layout_image-f .image img.ml-2 {
  transform: translateX(2%);
}
.layout_image-f .image img.ml-4 {
  transform: translateX(4%);
}
.layout_image-f .image img.ml-6 {
  transform: translateX(6%);
}
.layout_image-f .image img.ml-8 {
  transform: translateX(8%);
}
.layout_image-f .image img.ml-10 {
  transform: translateX(10%);
}
.layout_image-f .image img.ml-12 {
  transform: translateX(12%);
}
.layout_image-f .image img.ml-14 {
  transform: translateX(14%);
}
.layout_image-f .image img.ml-16 {
  transform: translateX(16%);
}
.layout_image-f .image img.ml-18 {
  transform: translateX(18%);
}
.layout_image-f .image img.ml-20 {
  transform: translateX(20%);
}
.layout_image-f .image img.ml-22 {
  transform: translateX(22%);
}
.layout_image-f .image img.ml-24 {
  transform: translateX(24%);
}
.layout_image-f .image img.ml-26 {
  transform: translateX(26%);
}
.layout_image-f .image img.ml-28 {
  transform: translateX(28%);
}
.layout_image-f .image img.ml-30 {
  transform: translateX(30%);
}
.layout_image-f .image img.ml-32 {
  transform: translateX(32%);
}
.layout_image-f .image img.ml-34 {
  transform: translateX(34%);
}
.layout_image-f .image img.ml-36 {
  transform: translateX(36%);
}
.layout_image-f .image img.ml-38 {
  transform: translateX(38%);
}
.layout_image-f .image img.ml-40 {
  transform: translateX(40%);
}
.layout_image-f .image img.ml-42 {
  transform: translateX(42%);
}
.layout_image-f .image img.ml-44 {
  transform: translateX(44%);
}
.layout_image-f .image img.ml-46 {
  transform: translateX(46%);
}
.layout_image-f .image img.ml-48 {
  transform: translateX(48%);
}
.layout_image-f .image img.ml-50 {
  transform: translateX(50%);
}
.layout_image-f .image img.ml-52 {
  transform: translateX(52%);
}
.layout_image-f .image img.ml-54 {
  transform: translateX(54%);
}
.layout_image-f .image img.ml-56 {
  transform: translateX(56%);
}
.layout_image-f .image img.ml-58 {
  transform: translateX(58%);
}
.layout_image-f .image img.ml-60 {
  transform: translateX(60%);
}
.layout_image-f .image img.ml-62 {
  transform: translateX(62%);
}
.layout_image-f .image img.ml-64 {
  transform: translateX(64%);
}
.layout_image-f .image img.ml-66 {
  transform: translateX(66%);
}
.layout_image-f .image img.ml-68 {
  transform: translateX(68%);
}
.layout_image-f .image img.ml-70 {
  transform: translateX(70%);
}
.layout_image-f .image img.ml-72 {
  transform: translateX(72%);
}
.layout_image-f .image img.ml-74 {
  transform: translateX(74%);
}
.layout_image-f .image img.ml-76 {
  transform: translateX(76%);
}
.layout_image-f .image img.ml-78 {
  transform: translateX(78%);
}
.layout_image-f .image img.ml-80 {
  transform: translateX(80%);
}
.layout_image-f .image img.ml-82 {
  transform: translateX(82%);
}
.layout_image-f .image img.ml-84 {
  transform: translateX(84%);
}
.layout_image-f .image img.ml-86 {
  transform: translateX(86%);
}
.layout_image-f .image img.ml-88 {
  transform: translateX(88%);
}
.layout_image-f .image img.ml-90 {
  transform: translateX(90%);
}
.layout_image-f .image img.ml-92 {
  transform: translateX(92%);
}
.layout_image-f .image img.ml-94 {
  transform: translateX(94%);
}
.layout_image-f .image img.ml-96 {
  transform: translateX(96%);
}
.layout_image-f .image img.ml-98 {
  transform: translateX(98%);
}
.layout_image-f .image img.ml-100 {
  transform: translateX(100%);
}
.layout_image-f .text {
  flex-shrink: 9999;
  width: 11em;
}

.layout_image-g {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #dbdbdb;
}
.layout_image-g .title._has-pop {
  position: relative;
  margin-top: 40px;
}
.layout_image-g .title._has-pop .pop {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 215px;
  transform: translateY(-70%) scale(0.7);
}
.layout_image-g .image {
  margin-top: 20px;
}
.layout_image-g .image img {
  margin: 0 auto;
}
.layout_image-g .button {
  margin-top: 20px;
  text-align: center;
}

.layout_select-a {
  display: flex;
  align-items: center;
}
.layout_select-a > *:not(:last-child) {
  margin-right: 11px;
}

.layout_button-a {
  display: flex;
  align-items: center;
}
.layout_button-a .item {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -10px;
}
.layout_button-a .item > * {
  margin: 5px 0 0 10px;
}

.layout_form-a {
  margin: 0 0 0 -10px;
}
.layout_form-a > * {
  margin: 10px 0 0 10px;
}
.layout_form-a + * {
  margin-top: 20px;
}

.layout_column-a {
  margin: 20px 0 0;
}
.layout_column-a_inner {
  margin: -10px 0 0 -10px;
}
.layout_column-a .col {
  padding: 10px 0 0 10px;
}
.layout_column-a .col > *:first-child {
  margin-top: 0;
}
.layout_column-a._type-gutter_wide .layout_column-a_inner {
  margin: -30px 0 0 -40px;
}
.layout_column-a._type-gutter_wide .col {
  padding: 30px 0 0 40px;
}
.layout_column-a ~ .layout_column-a .heading-d {
  border-top: solid 1px #dbdbdb;
  padding-top: 25px;
  margin-top: 25px;
}
.layout_column-a ~ .layout_column-a .col > :first-child.heading-d {
  margin-top: 5px;
}

.layout_profile-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "layout_profile-a_image layout_profile-a_item" "layout_profile-a_desc layout_profile-a_desc";
}
.layout_profile-a > .item {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: layout_profile-a_item;
  width: 100%;
  font-size: 1.4rem;
}
.layout_profile-a > .item .name {
  font-weight: 600;
  font-size: 2rem;
}
.layout_profile-a > .item .name .sub {
  font-size: 1.2rem;
}
.layout_profile-a > .item .job {
  margin: 3px 0 0;
  font-size: 1.2rem;
}
.layout_profile-a > .description {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: layout_profile-a_desc;
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.layout_profile-a > .image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: layout_profile-a_image;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
}

.layout_navigation-a .link a {
  position: relative;
  display: block;
  padding-right: 20px;
}
.layout_navigation-a .link a::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #094;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
}
.layout_navigation-a .link > li {
  display: block;
}
.layout_navigation-a .link > li > a,
.layout_navigation-a .link > li > .title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.layout_navigation-a .link > li + li {
  border-top: solid 1px #f7f7f7;
}
.layout_navigation-a .link .primary {
  margin: 3px 0 0;
}
.layout_navigation-a .link .primary > li + li {
  margin-top: 14px;
}
.layout_navigation-a .link .primary > li > a {
  font-size: 1.8rem;
  padding-left: 40px;
}
.layout_navigation-a .link .primary > li > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -0.3em;
  left: 0;
}
.layout_navigation-a .link .primary > li > a._type-a::after {
  background-image: url("../images/icon-10.svg");
}
.layout_navigation-a .link .primary > li > a._type-b::after {
  background-image: url("../images/icon-11.svg");
}
.layout_navigation-a .link .primary > li > a._type-c::after {
  background-image: url("../images/icon-12.svg");
}
.layout_navigation-a .link .primary > li > a .sub {
  font-size: 1.2rem;
}
.layout_navigation-a .link .secondary {
  display: none;
}
.layout_navigation-a .banner {
  display: none;
}

.layout_flow-a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout_flow-a ul {
  max-width: 100%;
}
.layout_flow-a ul > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 10px auto;
  border-style: solid;
  border-width: 13px 11px 0 11px;
  border-color: #e0e0e0 transparent transparent transparent;
}
.layout_flow-a ul > li .item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
}
.layout_flow-a ul > li .item .image {
  flex-shrink: 0;
  margin-right: 15px;
}
.layout_flow-a ul > li .item .image img {
  margin: 0 auto;
}
.layout_flow-a ul > li .item .attention {
  font-size: 1.2rem;
}
.layout_flow-a._type-b ul > li:not(:last-child)::after {
  margin: 15px auto;
  position: static;
  border-color: #ffe05f transparent transparent transparent;
  transform: none;
}
.layout_flow-a._type-b ul > li .item {
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
}

.layout_flow-b ul li {
  padding: 20px 0;
  text-align: left;
}
.layout_flow-b ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 100vw;
  border: 3px solid #ffc800;
  font-size: 2.2rem;
}
.layout_flow-b ul li .image img {
  margin: 20px auto;
}
.layout_flow-b ul li .text-attention {
  display: flex;
}
.layout_flow-b ul li .text-attention .mark {
  display: inline-block;
  width: 1.8em;
  margin-right: 0.5em;
}
.layout_flow-b ul li .text-attention p {
  flex-shrink: 9999;
  margin: 0;
}
.layout_flow-b ul li:not(:last-child) {
  border-bottom: 2px dashed #eaeaea;
}

.card-a {
  width: 100%;
  background: #fff;
}
.card-a_inner {
  display: flex;
  flex-direction: column-reverse;
  transition: opacity 0.4s;
}
.card-a_inner:hover, .card-a_inner:active, .card-a_inner:focus {
  text-decoration: none;
  opacity: 0.7;
}
.card-a .item {
  padding: 15px 10px 12px;
  border: solid 1px #dbdbdb;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-a .item .date {
  font-size: 1.1rem;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.card-a .item .title {
  font-weight: 600;
  margin-top: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-a .item .label-list-a {
  margin-top: 4px;
}
.card-a .image {
  flex-shrink: 0;
  overflow: hidden;
  height: calc(100vw * 157 / 375);
  position: relative;
}
.card-a .image img {
  max-width: none;
  width: 105%;
  position: absolute;
  top: -15%;
  right: -50%;
  left: -50%;
  margin: auto;
}

/* stylelint-disable */
_:-ms-lang(x)::-ms-backdrop, .card-a .item .title {
  position: relative;
  max-height: calc((1em * 1.4) * 2);
}

_:-ms-lang(x)::-ms-backdrop, .card-a .item .title::before {
  position: absolute;
  background: #fff;
  content: "…";
  right: 0;
  top: calc(1em * 1.4);
}

_:-ms-lang(x)::-ms-backdrop, .card-a .item .title::after {
  position: absolute;
  background: #fff;
  content: "";
  width: 100%;
  height: 100%;
}

/* stylelint-eable */
.card-b_inner {
  display: flex;
  transition: opacity 0.4s;
  width: 100%;
}
.card-b_inner:hover, .card-b_inner:active, .card-b_inner:focus {
  text-decoration: none;
  opacity: 0.7;
}
.card-b .item {
  margin: 0 15px 0 0;
  flex-grow: 1;
}
.card-b .item .date {
  font-size: 1.2rem;
  margin: -1px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.card-b .item .title {
  display: block;
  font-weight: 600;
  margin: 2px 0 0;
}
.card-b .item .label-list-a {
  margin-top: 4px;
}
.card-b .image {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.card-b .image > .image-a {
  position: absolute;
  width: 227px;
  top: -13px;
  right: -31px;
}

.card-c_inner {
  display: flex;
  flex-direction: row-reverse;
  transition: opacity 0.4s;
  width: 100%;
}
.card-c_inner:hover, .card-c_inner:active, .card-c_inner:focus {
  text-decoration: none;
  opacity: 0.7;
}
.card-c .item {
  margin: 0 0 0 10px;
  flex-grow: 1;
}
.card-c .item .title {
  display: block;
  font-weight: 600;
}
.card-c .item .label-list-a {
  margin-top: 10px;
}
.card-c .image {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.card-c .image > .image-a {
  position: absolute;
  width: 182px;
  top: -10px;
  right: -26px;
}

.card-d_inner {
  display: flex;
  flex-direction: row;
  transition: opacity 0.4s;
  width: 100%;
}
.card-d_inner:hover, .card-d_inner:active, .card-d_inner:focus {
  text-decoration: none;
  opacity: 0.7;
}
.card-d .item {
  margin: 0 10px 0 0;
  flex-grow: 1;
}
.card-d .item .title {
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
}
.card-d .item .label-list-a {
  margin-top: 4px;
}
.card-d .item .label-list-a .label-c {
  font-size: 1.2rem;
  padding: 1px 7px;
}
.card-d .image {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.card-d .image > .image-a {
  position: absolute;
  width: 114px;
  top: -6px;
  right: -16px;
}

.card-e {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  position: relative;
}
.card-e::before, .card-e::after {
  content: "";
  display: block;
  width: 41px;
  height: 38px;
  background: url(../images/icon-54.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.card-e::before {
  top: 11px;
  left: 3px;
}
.card-e::after {
  right: 13px;
  bottom: 10px;
  transform: rotate(180deg);
}
.card-e_inner {
  padding: 62px 27px 64px 43px;
}
.card-e_heading {
  font-weight: 600;
  font-size: 1.6rem;
}
.card-e_text {
  margin-top: 1em;
  font-size: 1.4rem;
}
.card-e_meta {
  margin-top: 1em;
  font-weight: 600;
  font-size: 1.4rem;
}

.box-list-a {
  margin: 15px 0 0;
}
.box-list-a > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.box-list-a > ul > li {
  width: 100%;
  padding: 20px 0 0 20px;
}

.box-list-b {
  margin: 15px 0 0;
}
.box-list-b > ul {
  margin: -5px 0 0 -20px;
}
.box-list-b > ul > li {
  padding: 5px 0 0 20px;
}

.box-list-c > ul {
  display: flex;
  justify-content: space-between;
}

.button-list-a > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px 0 0 -4px;
}
.button-list-a > ul > li {
  padding: 5px 0 0 5px;
  width: 50%;
}
.button-list-a > ul > li > * {
  width: 100%;
}

.button-list-b {
  display: flex;
}
.button-list-b > li + li {
  margin-left: 5px;
}

.button-list-c {
  margin: 20px 0 0;
}
.button-list-c > ul {
  margin: -10px 0 0 -20px;
}
.button-list-c > ul > li {
  padding: 10px 0 0 20px;
}

.button-list-d {
  margin: 20px 0 0;
}
.button-list-d > ul {
  margin: -14px 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button-list-d > ul > li {
  padding: 14px 0 0 10px;
  width: 50%;
}

.button-list-e {
  margin: 30px 0 0;
}
.button-list-e > ul {
  margin: -10px 0 0 -20px;
}
.button-list-e > ul > li {
  padding: 10px 0 0 20px;
  text-align: center;
}

.card-list-a > ul > li + li {
  margin-top: 10px;
}

.card-list-b {
  margin: 43px 0 0;
}
.card-list-b > ul > li {
  margin: 0 0 15px;
}
.card-list-b > ul > li + li {
  padding-top: 20px;
  border-top: solid 1px #dbdbdb;
}
.card-list-b + * {
  margin-top: 30px;
}

.card-list-c {
  margin: 30px 0 0;
}
.card-list-c > ul > li:not(:first-child) {
  border-top: solid 1px #f7f7f7;
  margin-top: 20px;
  padding-top: 20px;
}

.card-list-d > ul > li {
  border-bottom: solid 1px #f7f7f7;
  padding: 0 0 15px;
}
.card-list-d > ul > li:not(:last-child) {
  margin-bottom: 12px;
}

.card-list-e {
  width: calc(313 / 355 * 100%);
}

.form-list-a > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.form-list-a > ul > li {
  padding: 10px 0 0 10px;
}
.form-list-a > ul > li > :first-child {
  margin-top: 0;
}

.form-list-b {
  margin: 10px 0 0;
}
.form-list-b > ul {
  margin: -14px 0 0 -20px;
}
.form-list-b > ul > li {
  padding: 14px 0 0 20px;
}
.form-list-b + * {
  margin-top: 25px;
}

.image-list-a > ul > li + li {
  margin-top: 15px;
}

.image-list-b {
  margin: 0 10px;
}
.image-list-b > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px 0 0 -20px;
}
.image-list-b > ul > li {
  padding: 10px 0 0 20px;
}
.image-list-b > ul > li .image-a {
  max-width: 296px;
  margin: 0 auto;
}
.image-list-b > ul > li a {
  border-radius: 13px;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  margin-bottom: 10px;
}

.label-list-a {
  width: 100%;
}
.label-list-a > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -7px;
}
.label-list-a > ul > li {
  padding: 5px 0 0 7px;
}

.link-list-a {
  margin: 20px 0 0;
}
.link-list-a > ul > li + li {
  margin-top: 15px;
}

.link-list-b {
  margin: 46px 0 0;
}
.link-list-b > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}
.link-list-b > ul > li {
  padding: 5px 0 0 5px;
  width: 50%;
  display: flex;
}

.link-list-c > ul > li {
  border-bottom: solid 1px #f7f7f7;
  padding: 0 0 10px;
}
.link-list-c > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.link-list-c > ul > li a {
  display: block;
  width: 100%;
}

.link-list-d {
  margin: 20px 0 0;
}
.link-list-d > ul {
  margin: -10px 0 0 -20px;
}
.link-list-d > ul > li {
  padding: 10px 0 0 20px;
}

.link-list-e,
.link-list-f {
  margin: 15px 0 0;
}
.link-list-e > ul,
.link-list-f > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.link-list-e > ul > li,
.link-list-f > ul > li {
  font-size: 1.2rem;
  margin-top: 10px;
}
.link-list-e > ul > li:not(:last-child),
.link-list-f > ul > li:not(:last-child) {
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}
.link-list-e > ul > li:not(:last-child)::before,
.link-list-f > ul > li:not(:last-child)::before {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  right: 0;
  width: 1px;
  height: calc(100% - 4px);
  background: #383838;
}
.link-list-e > ul > li a,
.link-list-f > ul > li a {
  text-decoration: underline;
}
.link-list-e > ul > li a:hover, .link-list-e > ul > li a:active, .link-list-e > ul > li a:focus,
.link-list-f > ul > li a:hover,
.link-list-f > ul > li a:active,
.link-list-f > ul > li a:focus {
  text-decoration: none;
}
.link-list-e > ul > li a .icon_window-a,
.link-list-f > ul > li a .icon_window-a {
  margin-left: 5px;
}

.link-list-g > ul {
  margin: -9px 0 0 -20px;
}
.link-list-g > ul > li {
  position: relative;
  padding: 9px 0 0 40px;
}
.link-list-g > ul > li::before {
  display: block;
  position: absolute;
  content: "";
  top: calc(9px + .4em);
  left: 24px;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
}
.link-list-g > ul > li a {
  text-decoration: underline;
}
.link-list-g > ul > li a:hover, .link-list-g > ul > li a:active, .link-list-g > ul > li a:focus {
  text-decoration: none;
}
.link-list-g > ul > li a .icon_window-a {
  margin-left: 5px;
}

.heading_hidden-a {
  opacity: 0;
  color: transparent;
  height: 0;
  overflow: hidden;
}

.heading-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.heading-a > .sub {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 5px;
}
.heading-a > .text {
  max-width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
}
.heading-a._has-border {
  padding-bottom: 15px;
  position: relative;
}
.heading-a._has-border::before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 3px;
  border-radius: 1.5px;
  background: #f68128;
  bottom: 0;
  box-shadow: 26px 0 #e60012, 52px 0 #094, 78px 0 #f68128, 104px 0 #e60012, 130px 0 #094;
  left: calc(50% - 73px);
}
.heading-a._size-a._has-border {
  padding-bottom: 10px;
}
.heading-a + .heading-a_sub {
  margin-top: 20px;
  text-align: center;
}

.heading-b > .text {
  font-size: 2rem;
  color: #333;
  font-weight: 300;
}
.heading-b._has-icon > .text {
  padding-left: 41px;
  position: relative;
}
.heading-b._has-icon > .text::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: -0.3em;
  left: 0;
}
.heading-b._has-icon._icon-a > .text::before {
  background-image: url("../images/icon-01.svg");
}
.heading-b._has-icon._icon-b > .text::before {
  background-image: url("../images/icon-02.svg");
}
.heading-b._has-icon._icon-c > .text::before {
  background-image: url("../images/icon-03.svg");
}
.heading-b._has-icon._icon-d > .text::before {
  background-image: url("../images/icon-22.svg");
}

.heading-c {
  margin: 0 0 30px;
  text-align: center;
}
.heading-c > .text {
  font-size: 2rem;
  font-weight: 600;
}

.heading-d {
  margin: 30px 0 10px;
}
.heading-d > .text {
  font-size: 2rem;
  font-weight: 600;
}
.heading-d + * {
  margin-top: 10px;
}
.heading-d ~ .heading-d {
  border-top: solid 1px #dbdbdb;
  padding-top: 25px;
  margin-top: 25px;
}
.heading-d._type-a {
  color: #f68128;
}
.heading-d + .heading-e {
  margin-top: 15px;
}

.heading-e {
  margin: 30px 0 10px;
}
.heading-e > .text {
  font-size: 1.8rem;
  font-weight: 600;
}
.heading-e:not(._has-point) {
  position: relative;
  padding-left: 10px;
}
.heading-e:not(._has-point)::before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 5px);
  background: #094;
  left: 0;
  top: -0.1em;
  bottom: 0;
  margin: auto;
}
.heading-e._has-point {
  display: flex;
  align-items: center;
}
.heading-e._has-point > .point {
  margin: 0 10px 0 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  padding: 6px 0 0 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #094;
  color: #094;
  text-align: center;
  font-size: 1rem;
}
.heading-e._has-point > .point .num {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
}
.heading-e + * {
  margin-top: 10px;
}
.heading-e + .heading-f {
  margin-top: 20px;
}

.heading-f {
  margin: 20px 0 10px;
}
.heading-f > .text {
  font-size: 1.6rem;
  font-weight: 600;
}
.heading-f + * {
  margin-top: 10px;
}

.heading-g {
  text-align: center;
  padding: 0 20px;
}
.heading-g > .text {
  color: #f68128;
  font-weight: 600;
  font-size: 2.2rem;
}
.heading-g + * {
  margin-top: 20px;
}

.heading-h {
  margin: 30px 0 10px;
}
.heading-h > .text {
  font-size: 2.2rem;
  font-weight: 600;
}
.heading-h._has-icon > .text {
  padding-left: 53px;
  position: relative;
}
.heading-h._has-icon > .text::before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: -0.25em;
  left: 0;
}
.heading-h._has-icon._icon-a > .text::before {
  background-image: url("../images/icon-28.svg");
}
.heading-h._has-icon._icon-b > .text::before {
  background-image: url("../images/icon-29.svg");
}
.heading-h._has-icon._icon-c > .text::before {
  background-image: url("../images/icon-27.svg");
}
.heading-h._has-icon._icon-d > .text::before {
  background-image: url("../images/icon-31.svg");
}
.heading-h._has-icon._icon-e > .text::before {
  background-image: url("../images/icon-30.svg");
}
.heading-h._has-icon._icon-f > .text::before {
  background-image: url("../images/icon-26.svg");
}
.heading-h._has-icon._icon-g > .text::before {
  background-image: url("../images/icon-03.svg");
}
.heading-h._has-icon._icon-h > .text::before {
  background-image: url("../images/icon-01.svg");
}
.heading-h._has-icon._icon-i > .text::before {
  background-image: url("../images/icon-22.svg");
}
.heading-h._has-icon._icon-j > .text::before {
  background-image: url("../images/icon-34.svg");
}
.heading-h._has-icon._icon-k > .text::before {
  background-image: url("../images/icon-33.svg");
}
.heading-h._has-icon._icon-l > .text::before {
  background-image: url("../images/icon-32.svg");
}
.heading-h + * {
  margin-top: 10px;
}
.heading-h + .heading-e {
  margin-top: 15px;
}

.heading-i > .text {
  font-size: 1.6rem;
  font-weight: 600;
}

.heading-j {
  margin: 20px 0 8px;
}
.heading-j > .text {
  font-size: 2.4rem;
  font-weight: 600;
}
.heading-j + *:not(.list_sns-a) {
  margin-top: 8px;
}

.heading-k {
  margin: 30px 0 17px;
}
.heading-k > .text {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0 5px;
  border-bottom: solid 1px #707070;
}
.heading-k + * {
  margin-top: 17px;
}

.heading-l {
  margin: 50px 0 0;
  text-align: center;
}
.heading-l > .text {
  font-size: 2.4rem;
  font-weight: 600;
}

.heading-m {
  margin: 25px 0 10px;
}
.heading-m > .text {
  font-size: 2rem;
  font-weight: 600;
}
.heading-m + * {
  margin-top: 10px;
}
.heading-m ~ .heading-m {
  border-top: solid 1px #707070;
  margin-top: 40px;
  padding-top: 35px;
}

.heading-n {
  margin: 52px 0 0;
  text-align: center;
}
.heading-n .text {
  font-weight: 300;
  font-size: 1.6rem;
}

.heading-o > .text {
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 10px;
}
.heading-o > .sub {
  margin-top: 5px;
}
.heading-o > .sub > * {
  font-size: 1.2rem;
}
.heading-o > .sub > *:first-child {
  margin-top: 0;
}

.heading-p {
  margin: 49px auto 0;
  padding-bottom: 1em;
  font-size: 1.6rem;
  position: relative;
  border-bottom: 1px solid #bebebe;
  text-align: center;
}
.heading-p::before, .heading-p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
}
.heading-p::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 14.5px 0 14.5px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%) translateY(100%);
}
.heading-p::after {
  width: 14px;
  height: 14px;
  transform: translateX(-50%) translateY(60%) rotate(45deg) skew(-15deg, -15deg);
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}

.heading-q {
  margin: 30px 0 10px;
}
.heading-q > .text {
  font-size: 1.8rem;
  font-weight: 600;
}

.heading-r {
  margin-bottom: 24px;
}
.heading-r .text {
  display: inline-block;
  padding: 0 5px;
  border-bottom: 2px solid #f68128;
  font-size: 1.8rem;
  color: #f68128;
}
.heading-r::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #f68128 transparent transparent transparent;
}

.heading-s {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 50px;
}
.heading-s::before, .heading-s::after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background-color: #707070;
  transform-origin: bottom;
}
.heading-s::before {
  transform: rotate(-35deg);
}
.heading-s::after {
  transform: rotate(35deg);
}
.heading-s > .text {
  max-width: calc(280 / 327 * 100%);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.heading-t {
  margin: 60px 0 0;
}
.heading-t > .text {
  font-size: 1.6rem;
  font-weight: 600;
}

.heading-u {
  margin: 30px 0 10px;
}
.heading-u > .text {
  font-size: 1.8rem;
  font-weight: 600;
}
.heading-u + * {
  margin-top: 10px;
}

.heading-v {
  margin: 10px 0 10px;
}
.heading-v > .text {
  font-size: 2rem;
  font-weight: 600;
}
.heading-v + * {
  margin-top: 20px;
}

.heading_deco-a {
  text-align: center;
}
.heading_deco-a > .text {
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 0 0.6em;
}
.heading_deco-a > .text em {
  position: relative;
  top: 0.05em;
  font-size: 2.1rem;
  color: #e60012;
  margin: 0 6px;
}
.heading_deco-a > .text::before, .heading_deco-a > .text::after {
  position: absolute;
  display: block;
  font-weight: 300;
  font-family: arial, sans-serif;
  bottom: -0.05em;
  font-size: 2rem;
}
.heading_deco-a > .text::before {
  content: "\\";
  left: 0;
}
.heading_deco-a > .text::after {
  content: "/";
  right: 0;
}

.js-accept-cookie_close {
  display: none;
}
[data-script-enabled=true] .js-accept-cookie_close {
  display: block;
}
[data-script-enabled=true] .js-accept-cookie.is-accept-cookie {
  display: none;
}

.js-apply-product_valid {
  display: none;
}
[data-script-enabled=true] .js-apply-product_valid, [data-script-enabled=true] .js-apply-product_invalid {
  display: block;
}
[data-script-enabled=true] .js-apply-product_valid.is-apply-product_hidden, [data-script-enabled=true] .js-apply-product_invalid.is-apply-product_hidden {
  display: none;
}

[data-script-enabled=true] .js-product-check_controle.is-controle_disabled {
  background: #f7f7f7;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.js-carousel .swiper-wrapper {
  display: block;
}
[data-script-enabled=true] .js-carousel .swiper-wrapper {
  display: flex;
}
[data-script-enabled=true] .js-carousel .swiper-wrapper > li + li {
  margin-top: 0;
}
[data-script-enabled=true] .js-carousel_pagination {
  margin-top: 15px;
  position: static;
  display: flex;
  justify-content: center;
}
[data-script-enabled=true] .js-carousel_pagination .swiper-pagination-bullet {
  display: block;
  width: 7px;
  height: 7px;
  background: #dbdbdb;
  opacity: 1;
  margin: 0;
}
[data-script-enabled=true] .js-carousel_pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
[data-script-enabled=true] .js-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f68128;
}
[data-script-enabled=true] .js-carousel.card-list-a .swiper-slide {
  height: auto;
}
[data-script-enabled=true] .js-carousel.card-list-a .card-a {
  height: 100%;
}
[data-script-enabled=true] .js-carousel.card-list-a .card-a_inner {
  height: 100%;
}
[data-script-enabled=true] .js-carousel.card-list-a .card-a_inner .item {
  flex-grow: 1;
}
[data-script-enabled=true] .js-carousel.card-list-a .js-carousel_pagination {
  margin-top: 10px;
}

.js-carousel-banner .swiper-button-prev,
.js-carousel-banner .swiper-button-next {
  display: none;
}
.js-carousel-banner .swiper-slide {
  width: auto;
}
.js-carousel-banner .swiper-wrapper {
  width: auto;
}
[data-script-enabled=true] .js-carousel-banner {
  padding: 0 40px;
}
[data-script-enabled=true] .js-carousel-banner .swiper-wrapper {
  flex-wrap: nowrap;
  justify-content: inherit;
  margin: 0;
  width: 100%;
}
[data-script-enabled=true] .js-carousel-banner .swiper-wrapper > li {
  padding: 0;
}
[data-script-enabled=true] .js-carousel-banner .swiper-wrapper > li .image-a {
  max-width: none;
}
[data-script-enabled=true] .js-carousel-banner .swiper-wrapper > li .image-a img {
  width: 100%;
}
[data-script-enabled=true] .js-carousel-banner .swiper-slide {
  width: 100%;
}
[data-script-enabled=true] .js-carousel-banner .swiper-button-prev,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next {
  display: block;
  background: none;
  width: 12px;
  height: 18px;
  margin-top: -14px;
}
[data-script-enabled=true] .js-carousel-banner .swiper-button-prev::before, [data-script-enabled=true] .js-carousel-banner .swiper-button-prev::after,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::before,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::after {
  display: block;
  position: absolute;
  content: "";
  background: #9f9f9f;
  border-radius: 2px;
  width: 12px;
  height: 2px;
  left: 0;
}
[data-script-enabled=true] .js-carousel-banner .swiper-button-prev::before,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::before {
  top: 4px;
  transform: rotate(-45deg);
}
[data-script-enabled=true] .js-carousel-banner .swiper-button-prev::after,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::after {
  top: 11px;
  transform: rotate(45deg);
}
[data-script-enabled=true] .js-carousel-banner .swiper-button-prev {
  left: 23px;
}
[data-script-enabled=true] .js-carousel-banner .swiper-button-next {
  right: 23px;
  transform: rotate(180deg);
}

[data-script-enabled=true] .js-carousel-diagnosis.swiper-container {
  overflow: inherit;
}
[data-script-enabled=true] .js-carousel-diagnosis_slide {
  display: flex;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s, visibility 0.8s;
}
[data-script-enabled=true] .js-carousel-diagnosis_slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination_wrap {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination::before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 3px;
  background: #dbdbdb;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet {
  margin: 0 6px;
  width: 22px;
  height: 22px;
  background: #fff;
  border: solid 2px #dbdbdb;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  position: relative;
  opacity: 1;
  flex-shrink: 0;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::before, [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  background: #dbdbdb;
  right: 0;
  bottom: 0;
  margin: auto;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::before {
  transform: rotate(-40deg);
  height: 7px;
  left: -7px;
  top: 6px;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::after {
  transform: rotate(45deg);
  height: 12px;
  left: 4px;
  top: 3px;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.is-diagnosis-checked {
  border-color: #8fbda0;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.is-diagnosis-checked::before, [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.is-diagnosis-checked::after {
  background: #8fbda0;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-right: 3px;
  margin-left: 3px;
  width: 35px;
  height: 35px;
  border-color: #8fbda0;
  background: #8fbda0;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active::before, [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #fff;
  width: 3px;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  height: 11px;
  left: -11px;
}
[data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 18px;
  left: 6px;
  top: 1px;
}

.js-carousel-voice {
  position: relative;
}
.js-carousel-voice .swiper-button-prev,
.js-carousel-voice .swiper-button-next {
  display: none;
}
[data-script-enabled=true] .js-carousel-voice.card-list-e .swiper-slide {
  height: auto;
  display: flex;
}

[data-script-enabled=true] .js-contact-fixed {
  position: fixed;
  margin-top: 0;
  width: 360px;
  height: 180px;
  right: -5px;
  bottom: 70px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  transform: translateX(0);
  transition: transform 0.5s ease;
  z-index: 1;
}
[data-script-enabled=true] .js-contact-fixed_button {
  cursor: pointer;
  outline: none;
}
[data-script-enabled=true] .js-contact-fixed.is-contact_close {
  transform: translateX(306px);
}

.js-diagnosis-result_success {
  display: none;
}
[data-script-enabled=true] .js-diagnosis-result_error {
  display: none;
}
[data-script-enabled=true] .js-diagnosis-result_error.is-diagnosis-result_active, [data-script-enabled=true] .js-diagnosis-result_success.is-diagnosis-result_active {
  display: block;
}
[data-script-enabled=true] .js-diagnosis-result .is-other-hidden {
  display: none;
}

[data-script-enabled=true] .is-body_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
}

/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
}

/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-grid-row-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
  background: #fcfaf5;
  border: solid 1px #f68128;
  color: #f68128;
}
.flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #f68128;
  border: solid 1px #f68128;
  color: #fff;
}
.flatpickr-day.selected:hover, .flatpickr-day.selected:active, .flatpickr-day.selected:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange:active, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange:active, .flatpickr-day.endRange:focus {
  background: #f68128;
  border: solid 1px #f68128;
  color: #fff;
}

.js-header-dropdown_overlay {
  display: none;
}

.js-header-navigation_overlay {
  display: none;
}
.js-header-navigation_contents {
  display: none;
}

.js-hide-icon {
  display: none;
}
[data-script-enabled=true] .js-hide-icon {
  display: block;
  transition: opacity 0.4s, visibility 0.4s;
}
[data-script-enabled=true] .js-hide-icon.is-icon-hidden {
  opacity: 0;
  visibility: hidden;
}

[data-script-enabled=true] .js-random-profile_item {
  display: none;
}
[data-script-enabled=true] .js-random-profile_item.is-random-profile_active {
  display: block;
}

.js-request-product_submit .js-request-product_counter,
.js-request-product_submit .js-request-product_error {
  display: none;
}
[data-script-enabled=true] .js-request-product_submit.is-submit_error .js-request-product_error {
  display: flex;
}
[data-script-enabled=true] .js-request-product_counter.is-counter_valid {
  display: block;
}

.js-search-zipCode_valid.is-search-zipCode_hidden, .js-search-zipCode_invalid.is-search-zipCode_hidden, .js-search-zipCode_error.is-search-zipCode_hidden {
  display: none;
}

[data-script-enabled=true] .js-table-filter_hook-show {
  display: none;
}
[data-script-enabled=true] .js-table-filter.is-filter_active .js-table-filter_hook-hidden {
  display: none;
}
[data-script-enabled=true] .js-table-filter.is-filter_active .js-table-filter_hook-show {
  display: block;
}
[data-script-enabled=true] .js-table-filter.is-filter_active .table-a_cell:not(.is-filter_active_cell) {
  display: none;
}
[data-script-enabled=true] .js-table-filter.is-filter_disabled .table-a_controle {
  background: #f7f7f7;
}

[data-script-enabled=true] .js-table-shadow_item {
  position: relative;
}
[data-script-enabled=true] .js-table-shadow_item::before, [data-script-enabled=true] .js-table-shadow_item::after {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  top: 0;
  transition: opacity 0.4s;
}
[data-script-enabled=true] .js-table-shadow_item::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 75%);
}
[data-script-enabled=true] .js-table-shadow_item::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 75%);
}
[data-script-enabled=true] .js-table-shadow.is-left-end .js-table-shadow_item::before {
  opacity: 0;
}
[data-script-enabled=true] .js-table-shadow.is-right-end .js-table-shadow_item::after {
  opacity: 0;
}

[data-script-enabled=true] .js-tab_list_item.is-current + li::before {
  display: none;
}
[data-script-enabled=true] .js-tab_list_item.is-current > .js-tab_hook {
  color: #fff;
  background: #094;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
[data-script-enabled=true] .js-tab_contents {
  display: none;
  outline: none;
}
[data-script-enabled=true] .js-tab_contents.is-current {
  display: block;
}

[data-script-enabled=true] .js-table-toggle_hook {
  position: relative;
  cursor: pointer;
}
[data-script-enabled=true] .js-table-toggle_hook::before {
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #094;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  top: -4px;
  bottom: 0;
  left: 16px;
  margin: auto;
}
[data-script-enabled=true] .js-table-toggle_content {
  display: none;
  overflow: hidden;
}
[data-script-enabled=true] .js-table-toggle.is-toggle_open .js-table-toggle_hook::before {
  transform: rotate(-45deg);
  top: 4px;
}

[data-script-enabled=true] .js-toggle_hook {
  display: block;
}
[data-script-enabled=true] .js-toggle_content {
  display: none;
  overflow: hidden;
}
[data-script-enabled=true] .js-toggle.toggle-b .js-toggle_hook {
  position: relative;
  padding-right: 20px;
}
[data-script-enabled=true] .js-toggle.toggle-b .js-toggle_hook::before, [data-script-enabled=true] .js-toggle.toggle-b .js-toggle_hook::after {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #707070;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
[data-script-enabled=true] .js-toggle.toggle-b .js-toggle_hook::after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
[data-script-enabled=true] .js-toggle.toggle-b.is-toggle_open .js-toggle_hook {
  width: 14px;
  height: 14px;
  padding-right: 0;
}
[data-script-enabled=true] .js-toggle.toggle-b.is-toggle_open .js-toggle_hook .text {
  display: none;
}
[data-script-enabled=true] .js-toggle.toggle-b.is-toggle_open .js-toggle_hook::after {
  transform: rotate(180deg);
}

.al-left {
  text-align: left;
}
.al-center {
  text-align: center;
}
.al-right {
  text-align: right;
}

.fl-center {
  display: flex;
  justify-content: center;
}

.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.w-2 {
  width: 2% !important;
}

.w-4 {
  width: 4% !important;
}

.w-6 {
  width: 6% !important;
}

.w-8 {
  width: 8% !important;
}

.w-10 {
  width: 10% !important;
}

.w-12 {
  width: 12% !important;
}

.w-14 {
  width: 14% !important;
}

.w-16 {
  width: 16% !important;
}

.w-18 {
  width: 18% !important;
}

.w-20 {
  width: 20% !important;
}

.w-22 {
  width: 22% !important;
}

.w-24 {
  width: 24% !important;
}

.w-26 {
  width: 26% !important;
}

.w-28 {
  width: 28% !important;
}

.w-30 {
  width: 30% !important;
}

.w-32 {
  width: 32% !important;
}

.w-34 {
  width: 34% !important;
}

.w-36 {
  width: 36% !important;
}

.w-38 {
  width: 38% !important;
}

.w-40 {
  width: 40% !important;
}

.w-42 {
  width: 42% !important;
}

.w-44 {
  width: 44% !important;
}

.w-46 {
  width: 46% !important;
}

.w-48 {
  width: 48% !important;
}

.w-50 {
  width: 50% !important;
}

.w-52 {
  width: 52% !important;
}

.w-54 {
  width: 54% !important;
}

.w-56 {
  width: 56% !important;
}

.w-58 {
  width: 58% !important;
}

.w-60 {
  width: 60% !important;
}

.w-62 {
  width: 62% !important;
}

.w-64 {
  width: 64% !important;
}

.w-66 {
  width: 66% !important;
}

.w-68 {
  width: 68% !important;
}

.w-70 {
  width: 70% !important;
}

.w-72 {
  width: 72% !important;
}

.w-74 {
  width: 74% !important;
}

.w-76 {
  width: 76% !important;
}

.w-78 {
  width: 78% !important;
}

.w-80 {
  width: 80% !important;
}

.w-82 {
  width: 82% !important;
}

.w-84 {
  width: 84% !important;
}

.w-86 {
  width: 86% !important;
}

.w-88 {
  width: 88% !important;
}

.w-90 {
  width: 90% !important;
}

.w-92 {
  width: 92% !important;
}

.w-94 {
  width: 94% !important;
}

.w-96 {
  width: 96% !important;
}

.w-98 {
  width: 98% !important;
}

.w-100 {
  width: 100% !important;
}

@media only screen and (min-width: 769px), print {
  body {
    font-size: 1.6rem;
  }
  .header_inner {
    padding: 0 30px;
    height: 70px;
  }
  .header_inner > .logo img {
    width: 338px;
  }
  .footer_contents_inner {
    position: relative;
    padding: 25px 30px;
  }
  .footer_contents .number {
    position: absolute;
    top: 25px;
    right: 30px;
  }
  .footer_contents .logo {
    margin-top: 0;
  }
  .footer_contents .logo img {
    width: 327px;
  }
  .footer_contents .logo + * {
    margin-top: 8px;
  }
  .footer_bottom_inner {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_bottom .item + .item {
    margin-top: 0;
  }
  .footer_copyright {
    margin-top: 7px;
    text-align: left;
  }
  body.diagnosis {
    background-position: calc(50% - 92px) bottom;
    background-size: auto;
  }
  .section-a_inner {
    padding: 25px 30px 56px;
  }
  .section-b {
    background: #fff;
    border-bottom: solid 1px #f7f7f7;
  }
  .section-b_inner {
    padding: 40px 30px 60px;
  }
  .section-c_inner {
    padding: 36px 30px 75px;
  }
  .section-d_inner {
    padding: 25px 30px;
  }
  .section-f_inner {
    padding: 80px 30px;
  }
  .section-g_inner {
    padding: 37px 30px 60px;
  }
  .section-h_inner {
    padding: 55px 30px;
  }
  .section-i_inner {
    padding: 20px 30px;
  }
  .section-j_inner {
    padding: 40px 30px 30px;
  }
  .section-k_inner {
    padding: 70px 30px 100px;
  }
  .section-k_inner > :first-child.box_news-a {
    margin-top: -40px;
  }
  .section-l_inner {
    padding: 100px 30px;
  }
  .section-m_inner {
    padding: 25px 30px;
  }
  .section-n_inner {
    padding: 0 30px 87px;
  }
  .section-o_inner {
    padding: 0 30px 70px;
  }
  .section-o .heading-h + * {
    margin-top: 37px;
  }
  .section-p {
    background-position: calc(50% - 60px) calc(100% - 170px);
  }
  .section-p_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-p_inner h2 img {
    width: 445px;
  }
  .section-p_inner .notes {
    margin-top: 236px;
  }
  .section-mv-a_inner {
    padding: 40px 30px;
    display: flex;
  }
  .section-mv-a .carousel {
    width: 100%;
    max-width: calc(100% - 340px);
  }
  .section-mv-a .box {
    flex-shrink: 0;
    margin: 0 0 0 40px;
  }
  .section-mv-b_inner {
    padding: 46px 0 40px 8px;
  }
  .section-mv-b._bg-a {
    height: 485px;
    background-image: url(/consulting/images/mv-main.png);
    background-position: center right;
    background-size: cover;
  }
  .section-mv-b_main-title._title-a {
    margin: 0;
  }
  .section-mv-b_notes {
    right: 30px;
  }
  .section-mv-c .box-g._type-a {
    width: calc(66% - 30px);
    margin: -120px;
  }
  .section-mv-c_inner {
    padding: 57px 30px 40px;
  }
  .section-mv-c .box-g._type-a {
    margin: -80px 0 0;
  }
  .section-column-a_inner {
    padding: 20px 30px 100px;
  }
  .section-column-a_inner .column {
    display: flex;
  }
  .section-column-a_inner .column_main {
    width: 100%;
  }
  .section-column-a_inner .column_sub {
    flex-shrink: 0;
    width: 230px;
    margin-top: 0;
    margin-left: 40px;
  }
  .section_diagnosis-a_inner {
    padding: 16px 30px 117px;
  }
  .section-cookie-a {
    padding: 20px;
  }
  .section-consulting-a_inner {
    padding: 100px 30px 60px;
  }
  .section-consulting-a._has-border::before {
    background: url("../images/deco-01.png") center repeat-x;
    background-size: 600px 5px;
  }
  .section-consulting-a + .section-mv-b {
    margin-top: -15px;
  }
  .section-consulting-a + .section-mv-b + .section-consulting-a .section-consulting-a_inner {
    padding-top: 55px;
  }
  .button-a._size-a,
.button-b._size-a {
    min-width: 320px;
  }
  .button-a._size-a::before,
.button-b._size-a::before {
    width: 9px;
    height: 9px;
  }
  .button-a._size-a .text,
.button-b._size-a .text {
    font-size: 2rem;
  }
  .button-a._size-c,
.button-b._size-c {
    min-width: 236px;
  }
  .button-a._size-a {
    padding: 20px 46px;
  }
  .button-b._size-a {
    padding: 21px 46px;
  }
  .button-c {
    padding: 3px 17px;
  }
  .button-c .text {
    font-size: 1.6rem;
  }
  .button-d {
    min-width: 200px;
    padding: 9px 20px 8px;
  }
  .button-d .text {
    font-size: 1.6rem;
    padding-left: 30px;
  }
  .button-d .text::before {
    width: 24px;
    height: 24px;
  }
  .button-e[target=_blank] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-e .icon_window-a {
    right: 15px;
  }
  .button-e._type-tel._not-mobile {
    padding-right: 10px;
    padding-left: 40px;
  }
  .button-e._type-tel._not-mobile::before {
    width: 26px;
    height: 26px;
    left: 10px;
  }
  .button-g {
    padding: 10px 12px;
  }
  .button-g[target=_blank] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-g .icon_window-a {
    right: 15px;
  }
  .button-g._type-tel._not-mobile {
    padding-right: 5px;
    padding-left: 25px;
  }
  .button-g._type-tel._not-mobile::before {
    left: 5px;
  }
  .button-i,
.button-j {
    max-width: 300px;
  }
  .button-i .text,
.button-j .text {
    font-size: 2.4rem;
  }
  .button-i {
    padding: 18px 46px;
  }
  .button-i._has-icon {
    padding-right: 60px;
  }
  .button-i._has-icon._icon-a::before {
    width: 60px;
    height: 60px;
  }
  .button-j {
    padding: 19px 46px;
  }
  .button-j._has-icon {
    padding-right: 40px;
  }
  .button-k {
    padding-top: 7px;
    padding-bottom: 9px;
  }
  .form_label-b {
    margin-top: 35px;
  }
  .form_label-b > .text {
    font-size: 1.8rem;
  }
  .form_label-b [class^=icon_] {
    margin-top: 2px;
  }
  .form_select-a {
    width: 110px;
  }
  .form_select-a::before {
    right: 12px;
  }
  .form_select-a > select {
    height: 44px;
    font-size: 2rem;
    padding: 5px 27px 5px 22px;
  }
  .form_select-a._type-a > select, .form_select-a._type-b > select {
    height: 68px;
  }
  .form_select-b {
    width: 152px;
  }
  .form_select-b::before {
    right: 13px;
  }
  .form_select-b > select {
    border-radius: 5px;
    border: solid 1px #dbdbdb;
    font-size: 1.6rem;
    padding: 7px 30px 7px 20px;
  }
  .form_radio-a > ul > li label .text {
    width: 83px;
    height: 42px;
    font-size: 2rem;
  }
  .form_radio-a._type-a > ul > li label .text {
    height: 68px;
    font-size: 2rem;
  }
  .form_radio-b > ul,
.form_checkbox-c > ul {
    justify-content: center;
    margin: -12px 0 0 -20px;
  }
  .form_radio-b > ul > li,
.form_checkbox-c > ul > li {
    padding: 12px 0 0 20px;
  }
  .form_radio-b._type-col3 > ul > li,
.form_checkbox-c._type-col3 > ul > li {
    width: 33.333333%;
  }
  .form_radio-b label .text,
.form_checkbox-c label .text {
    font-size: 1.6rem;
  }
  .form_radio-c > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -14px;
  }
  .form_radio-c > ul > li {
    padding-top: 14px;
  }
  .form_radio-c > ul > li label .text {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .form_radio-c._type-col2 > ul > li {
    width: 50%;
  }
  .form_radio-c._type-col3 > ul > li {
    width: 33.333333%;
  }
  .form_checkbox-b .text {
    width: 23px;
    height: 23px;
    border-color: #383838;
  }
  .form_checkbox-d .text::before {
    top: 1px;
  }
  .form_checkbox-d .text_inner::before {
    top: 8px;
  }
  .form_checkbox-d .text_inner::after {
    top: 6px;
  }
  .form_checkbox-f > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -14px;
  }
  .form_checkbox-f > ul > li {
    padding-top: 14px;
  }
  .form_checkbox-f > ul > li label .text {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .form_checkbox-f._type-col2 > ul > li {
    width: 50%;
  }
  .form_checkbox-f._type-col3 > ul > li {
    width: 33.333333%;
  }
  .form_range-a .slidebar .range_wrap {
    margin-right: 22px;
    margin-left: 22px;
  }
  .form_range-a .slidebar .text {
    font-size: 1.6rem;
  }
  .link_breadcrumb {
    margin-bottom: 40px;
    display: block;
  }
  .section-column-a .link_breadcrumb {
    margin-bottom: 15px;
  }
  .link_breadcrumb > ol {
    display: flex;
    flex-wrap: wrap;
  }
  .link_breadcrumb > ol > li {
    position: relative;
  }
  .link_breadcrumb > ol > li:not(:last-child) {
    margin-right: 28px;
  }
  .link_breadcrumb > ol > li:not(:last-child)::before {
    display: block;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #9f9f9f;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto 0;
    transform: rotate(45deg) skew(-5deg, -5deg);
  }
  .link_breadcrumb > ol > li > a {
    font-size: 1.3rem;
    color: #4b4b4b;
  }
  .link_breadcrumb > ol > li > a:not([href]):hover, .link_breadcrumb > ol > li > a:not([href]):active, .link_breadcrumb > ol > li > a:not([href]):focus {
    text-decoration: none;
  }
  .link-a {
    font-size: 1.6rem;
  }
  .link-a._size-b {
    font-size: 1.8rem;
    padding-right: 20px;
  }
  .link_panel-a {
    border-radius: 6px;
    padding: 55px 0;
  }
  .link_panel-a .title {
    padding-bottom: 124px;
  }
  .link_panel-a .title .sub {
    font-size: 1.8rem;
  }
  .link_panel-a .title b {
    font-size: 2.4rem;
  }
  .link_panel-a .title._icon-a::before {
    width: 108px;
    height: 99px;
  }
  .link_panel-a .title._icon-b::before {
    width: 82px;
    height: 94px;
    left: -24px;
  }
  .link_panel-c {
    padding: 25px 20px 34px;
  }
  .link_panel-c .item {
    padding-left: 100px;
  }
  .link_panel-c .item::before {
    width: 80px;
    height: 80px;
  }
  .image-a._size-a {
    max-width: 277px;
    margin: 0;
  }
  .image-a._size-b {
    margin: 30px auto 30px;
  }
  .image-a._size-c {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-c {
    width: 100%;
    margin-left: 0;
  }
  .image_column-a {
    margin: 0;
    width: 100%;
    height: calc(247px + (130 * ((100vw - 17px) - 769px) / 231));
    max-height: 377px;
  }
  .label-a > b {
    font-size: 1.6rem;
  }
  .label-c {
    font-size: 1.3rem;
    padding: 2px 7px 0;
  }
  .list_description-a {
    font-size: 1.4rem;
  }
  .list_description-a > dt {
    padding: 1px 5px 0;
  }
  .list_description-a > dd {
    margin-left: 6px;
  }
  .list_description-d > dl {
    display: flex;
  }
  .list_description-d > dl > div {
    width: 50%;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .list_description-d > dl > div + div {
    margin-top: 0;
  }
  .list_description-d > dl > div:nth-child(odd) {
    padding-right: 40px;
  }
  .list_description-d > dl > div:nth-child(even) {
    border-left: solid 1px #dbdbdb;
    padding-left: 40px;
  }
  .list_description-d > dl > div dt {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .list_description-f {
    display: flex;
    flex-wrap: wrap;
  }
  .list_description-f > div + div {
    margin-top: 0;
  }
  .list_description-h > div > dt {
    font-size: 1.8rem;
  }
  .list_sns-a {
    margin-top: 26px;
    margin-left: 0;
    width: 100%;
  }
  .list_step-a {
    margin-bottom: 55px;
  }
  .list_step-a > ol > li {
    padding: 13px 20px;
  }
  .list_step-a > ol > li:not(:last-child) {
    width: calc(33.333333% - 20px);
    max-width: calc(212px - 20px);
    margin-right: 20px;
    padding-left: 30px;
  }
  .list_step-a > ol > li:not(:last-child)::before, .list_step-a > ol > li:not(:last-child)::after {
    width: 20px;
  }
  .list_step-a > ol > li + li {
    margin-left: 10px;
  }
  .list_check-a {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .list_check-a > li {
    position: relative;
    width: calc(425 / 860 * 100%);
    padding: 1.2em 12px 1.2em 58px;
    margin-bottom: 8px;
  }
  .list_check-a > li::before {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }
  .list_check-a > li span {
    display: table-cell;
    vertical-align: middle;
  }
  .list_message-a {
    margin: 40px auto 0;
    max-width: 870px;
  }
  .list_message-a > ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-left: -30px;
  }
  .list_message-a > ul > li {
    margin-top: -10px;
    padding-top: 0;
    padding-left: 30px;
    width: 33.333333%;
  }
  .list_message-a .item {
    position: relative;
    padding: 100% 0 0;
    width: 100%;
    height: auto;
  }
  .list_message-a .item_inner {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list_message-a .item .title {
    font-size: calc(20px + (5 * (100vw - 769px) / 161));
  }
  .tab-a {
    margin-top: 43px;
  }
  .tab-a_list > ul {
    margin: 0;
  }
  .tab-a_list > ul > li {
    width: 25%;
  }
  .tab-a_list > ul > li + li::before {
    height: calc(100% - 24px);
  }
  .tab-a_list > ul > li > a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 14px 10px 13px;
  }
  .tab-a_contents_inner {
    padding-top: 35px;
  }
  .table-a {
    margin-top: 28px;
  }
  .table-a_heading-a {
    padding: 9px 10px 8px;
  }
  .table-a_heading-a .text {
    font-size: 1.6rem;
  }
  .table-a_body_inner {
    overflow: visible;
    position: relative;
    left: 0;
    transition: left ease-out 0.4s;
  }
  .table-a_cell {
    width: 173px;
    padding: 10px;
  }
  .table-a_fixed {
    top: 70px;
  }
  .table-b_wrap {
    margin-top: 40px;
  }
  .table-c_wrap {
    margin-top: 40px;
  }
  .table_form-a th,
.table_form-a td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .table_form-a th {
    padding-right: 30px;
  }
  * + p {
    margin-top: 15px;
  }
  .text_em-d {
    font-size: 1.4rem;
  }
  .text_price-a._size-b {
    font-size: 1.6rem;
  }
  .text_price-a._size-b .value {
    font-size: 2rem;
  }
  .text_price-a._size-c {
    font-size: 2rem;
  }
  .text_price-a._size-c .value {
    font-size: 2.5rem;
  }
  .text_tel-a > a,
.text_tel-a > span {
    font-size: 3.3rem;
  }
  .text_tel-a > a::before,
.text_tel-a > span::before {
    top: 0.13em;
  }
  .text_caption-a {
    font-size: 1.1rem;
  }
  .text_caption-b {
    margin: 25px 0 15px;
  }
  .text_caption-b > .text {
    font-size: 1.8rem;
  }
  .text_caption-b + * {
    margin-top: 15px;
  }
  .text_caption-b + *.js-table-shadow .js-table-shadow_scroll {
    margin-top: 10px;
  }
  .text_lead-b {
    margin-top: 17px;
    font-size: 2.2rem;
    color: #4b4b4b;
  }
  .text_lead-b em {
    font-size: 2.8rem;
    color: #094;
  }
  .text_decoration-b > .text {
    max-width: 100%;
    margin: 0 13px;
    font-size: 1.8rem;
  }
  .toggle-a_hook .title {
    padding: 15px 10px 14px;
    text-align: left;
  }
  .toggle-a_hook .title > b {
    font-size: 1.8rem;
  }
  .toggle-b {
    padding: 11px 16px 15px;
  }
  .toggle-b_hook {
    font-size: 1.4rem;
  }
  .toggle-b_item {
    padding-left: 12px;
  }
  .toggle-b_content_inner {
    padding: 20px 12px 5px;
  }
  .circle-a {
    width: 114px;
    height: 114px;
    font-size: 16px;
  }
  .arrow-a .item {
    margin-bottom: 27px;
  }
  .arrow-a .item::after {
    border-width: 19.5px 0 19.5px 21px;
    border-color: transparent transparent transparent #c9c9c9;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%) translateX(99%);
  }
  .box-a {
    margin-top: 40px;
    margin-bottom: 55px;
    padding: 20px;
  }
  .box-a._type-a {
    padding-right: 150px;
    padding-bottom: 30px;
  }
  .box-a._type-a .image {
    width: 120px;
    max-width: 100%;
    right: 7px;
  }
  .box-a._type-b {
    padding: 50px 40px 30px;
    border-radius: 0;
    margin-bottom: 0;
  }
  .box-a._type-d {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .box-b {
    margin: 40px 0 0;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 6px;
  }
  .box-b_heading {
    font-size: 2rem;
  }
  .box-c {
    margin-top: 40px;
    padding: 31px 20px 33px;
  }
  .box-d {
    margin-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-e {
    margin-top: 20px;
    padding: 20px;
  }
  .box-f {
    padding-bottom: 53px;
    position: relative;
  }
  .box-f_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .box-g._type-a {
    width: 66%;
  }
  .box-g._type-a dl {
    display: flex;
    align-items: center;
  }
  .box-g._type-a dl dt {
    margin-right: 1.2em;
  }
  .box_conditions-a {
    margin: 0;
    padding: 0;
    background: #fff;
    border-color: #dbdbdb;
    border-radius: 6px;
  }
  .box_conditions-a dl {
    display: flex;
    height: 100%;
  }
  .box_conditions-a dl > dt {
    background: #dbdbdb;
    font-weight: 300;
    font-size: 2.2rem;
    width: 198px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box_conditions-a dl > dd {
    flex-grow: 1;
    margin: 0;
    padding: 21px 17px 21px 30px;
  }
  .box_conditions-a dl > dd > * {
    padding: 0;
  }
  .box_conditions-a dl > dd .data > :not(:first-child) {
    margin-left: 10px;
  }
  .box_conditions-b {
    width: 300px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding-bottom: 36px;
  }
  .box_switch-a {
    margin: 10px 0 0;
    padding: 14px 17px 14px 20px;
    border-radius: 6px;
  }
  .box_product-a_main {
    padding: 42px 20px 20px;
  }
  .box_product-a_sub {
    padding: 30px 20px;
  }
  .box_product-a .label-a {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_product-a .description + * {
    margin-top: 15px;
  }
  .box_contact-a {
    display: flex;
    padding: 40px 20px;
  }
  .box_contact-a_inner {
    width: 50%;
    padding: 0 20px;
  }
  .box_contact-a_inner + .box_contact-a_inner {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: solid 1px #dbdbdb;
  }
  .box_contact-a_heading {
    font-weight: 600;
    font-size: 2.6rem;
  }
  .box_contact-a_heading + * {
    margin-top: 20px;
  }
  .box_contact-b {
    margin-top: 60px;
  }
  .box_contact-b_heading {
    padding-right: 27px;
    padding-left: 25px;
  }
  .box_lineup-a {
    margin-top: 34px;
    display: flex;
    padding: 10px 30px;
  }
  .box_lineup-a_left {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .box_lineup-a_right {
    -ms-grid-row-align: center;
    align-self: center;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 30px;
  }
  .box_lineup-a + .box_lineup-a {
    margin-top: 25px;
  }
  .box_news-a {
    margin: 0;
  }
  .box_news-a_inner {
    border-radius: 6px;
    padding: 12px 16px 12px 20px;
  }
  .box_news-a_inner > li + li {
    margin-top: 15px;
    border-top: none;
  }
  .box_news-a .item {
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0 20px 0 0;
  }
  .box_news-a .item .date {
    margin-top: 3px;
    margin-right: 20px;
    padding-right: 15px;
    position: relative;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .box_news-a .item .date::before {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 10px);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f68128;
  }
  .box_news-a .item .label-d {
    margin-right: 13px;
  }
  .box_news-a .item .title {
    width: auto;
    margin-top: 0;
  }
  .box_news-a a::before {
    right: 3px;
  }
  .box_column-a {
    margin-top: 40px;
    box-shadow: 0 3px 6px rgba(196, 196, 196, 0.26);
    border-radius: 6px;
    padding: 60px 20px 52px;
  }
  .box_column-a .heading {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
  .box_column-a .column {
    display: flex;
  }
  .box_column-a .column .col {
    width: 33.333333%;
    padding: 20px 20px 50px;
  }
  .box_column-a .column .col:not(:last-child) {
    margin-bottom: 0;
    border-right: solid 1px #dbdbdb;
    border-bottom: none;
  }
  .box_column-a .title {
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 86px 0 0;
    text-align: center;
  }
  .box_column-a .title::before {
    width: 87px;
    height: 87px;
    bottom: auto;
    right: 0;
  }
  .box_column-a .title .text {
    display: none;
  }
  .box_column-a .title .link-a {
    display: inline;
    font-size: 2.4rem;
  }
  .box_column-a .title .link-a:hover, .box_column-a .title .link-a:active, .box_column-a .title .link-a:focus {
    text-decoration: none;
  }
  .box_column-a .title .sub {
    display: inline-block;
    font-size: 1.4rem;
  }
  .box_column-a .item_inner {
    padding: 28px 20px 0;
  }
  .box_result-a {
    padding: 35px 15px 30px;
    border-radius: 6px;
  }
  .box_result-a .comment {
    margin-top: 30px;
    padding-left: 0;
    padding-top: 110px;
  }
  .box_result-a .comment::before {
    width: 89px;
    height: 89px;
    right: 0;
    bottom: auto;
  }
  .box_result-a .comment .text::before, .box_result-a .comment .text::after {
    left: 0;
    right: 0;
    bottom: auto;
    transform: rotate(90deg);
  }
  .box_result-a .comment .text::before {
    top: 102px;
  }
  .box_result-a .comment .text::after {
    top: 104px;
  }
  .box_description-a {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 25px 40px 30px 0;
  }
  .box_description-a .heading {
    flex-shrink: 0;
    border-bottom: none;
    text-align: center;
    min-width: 29.6%;
    padding: 0 20px;
  }
  .box_description-a_heading {
    padding-left: 0;
    padding-top: 80px;
  }
  .box_description-a_heading::before {
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    margin: auto;
  }
  .box_description-a .item {
    width: 100%;
    padding-top: 0;
  }
  .box_description-a .item .title {
    font-size: 2.4rem;
  }
  .box_description-a .item .title + * {
    margin-top: 10px;
  }
  .box_description-a .button {
    text-align: right;
    margin-top: 15px;
  }
  .box_description-a + .box_description-a {
    margin-top: 25px;
  }
  .box_diagnosis-a {
    padding: 56px 10px 20px;
  }
  .box_diagnosis-a_heading {
    font-size: 2.6rem;
    padding: 0 30px;
  }
  .box_diagnosis-a_heading .sub {
    font-size: 1.6rem;
  }
  .box_diagnosis-a_heading em {
    font-size: 3.4rem;
  }
  .box_diagnosis-a > .image {
    max-width: 270px;
  }
  .box_diagnosis-a > .item {
    padding: 0 30px;
    margin: 30px 0;
  }
  .box_scroll-a {
    padding: 20px;
  }
  .box_ribbon-a {
    margin-top: 80px;
  }
  .box_ribbon-a._first {
    margin-top: 68px;
  }
  .box_ribbon-a_heading {
    top: 0;
    left: -9px;
    font-size: 27px;
    font-weight: bold;
    transform: translateY(-50%);
  }
  .box_ribbon-a_heading::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent #d6a912 transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .box_ribbon-a_heading span {
    height: 46px;
    padding: 5px 26px 0;
  }
  .box_ribbon-a_heading span::before {
    border-width: 23px 18px 0 0;
  }
  .box_ribbon-a_heading span::after {
    border-width: 23px 0 0 18px;
  }
  .box_ribbon-a .layout_image-e._size-b > ul {
    margin-top: 0;
  }
  .box_ribbon-a .layout_image-e._size-b > ul > li {
    max-width: 54px;
  }
  .box_ribbon-a_subcontents {
    width: calc(900 / 940 * 100%);
    margin: 0 auto;
    padding: 20px 20px 25px;
  }
  .box_ribbon-a_subcontents .box-a._type-a.contents_last {
    margin-bottom: 20px;
  }
  .box_ribbon-b_inner {
    padding: 50px 40px 40px;
  }
  .box_ribbon-b .heading-i .line {
    font-size: 2.7rem;
  }
  .box_ribbon-b .heading-i b {
    font-size: 3.4rem;
  }
  .box_ribbon-b .heading-i b em {
    font-size: 4.5rem;
  }
  .box_ribbon-b .layout-b._type-d {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .box_ribbon-b .layout-b._type-d .text {
    margin-top: 20px;
  }
  .box_ribbon-b .layout-b._type-d .button {
    margin-top: 1em;
    text-align: left;
    position: static;
  }
  .box_icon-a {
    margin-top: 20px;
  }
  .box_icon-a_inner {
    display: flex;
    align-items: center;
    padding: 13px 20px;
  }
  .box_icon-a_inner .icon {
    max-width: 100%;
    margin-right: 20px;
    position: static;
    transform: none;
  }
  .box_icon-a .layout-a {
    align-items: center;
  }
  .box_icon-a .layout-a .image {
    margin-right: 64px;
    margin-left: 175px;
  }
  .layout-a._type-a {
    max-width: 362px;
  }
  .layout-e {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    transform: translateX(17%);
  }
  .layout-f {
    display: flex;
    justify-content: space-between;
  }
  .layout-f._type-a {
    align-items: center;
    max-width: 822px;
  }
  .layout-f._type-a .layout-a {
    margin-left: 50px;
  }
  .layout-f._type-a .layout-e {
    max-width: 120px;
    transform: none;
  }
  .layout-f .layout-f_w-50 {
    max-width: 58%;
  }
  .layout-f .layout-f_w-50 + .image-a._size-a {
    margin-top: 28px;
  }
  .layout-f._type-b .layout-f_w-50 {
    max-width: 47.5%;
    flex-shrink: 9999;
  }
  .layout-f._type-b .layout-f_w-50 + .layout-f_w-50 {
    margin-top: 0;
    margin-left: 40px;
  }
  .layout-f._type-c .image {
    width: 35%;
  }
  .layout_image-a > .image {
    max-width: 120px;
    margin-right: 20px;
  }
  .layout_image-a > .items > * + * {
    margin-top: 5px;
  }
  .layout_image-a > .items .name .main {
    font-size: 1.7rem;
  }
  .layout_image-b {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "layout_image-b_image layout_image-b_heading" "layout_image-b_image layout_image-b_item";
  }
  .layout_image-b > .heading {
    grid-area: layout_image-b_heading;
    margin-bottom: 26px;
  }
  .layout_image-b > .image {
    grid-area: layout_image-b_image;
    max-width: 180px;
    max-height: 180px;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .layout_image-b > .items {
    grid-area: layout_image-b_item;
  }
  .layout_image-c {
    margin-top: 80px;
    flex-direction: row;
  }
  .layout_image-c .item {
    margin: 0 20px 0 0;
  }
  .layout_image-c .image {
    width: 66%;
  }
  .layout_image-e > ul {
    margin-top: 47px;
    margin-bottom: 0;
  }
  .layout_image-e > ul._col-4 li {
    width: auto;
  }
  .layout_image-f {
    max-width: 665px;
    margin: 33px auto 68px;
    text-align: center;
  }
  .layout_image-f > ul {
    display: flex;
    justify-content: space-between;
  }
  .layout_image-f > ul > li {
    display: block;
    max-width: 176px;
    margin-bottom: 0;
  }
  .layout_image-f .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 101px;
    max-width: 114px;
    margin: 0 auto 15px;
  }
  .layout_image-f .image .w-90 {
    width: 80% !important;
  }
  .layout_image-f .text {
    flex-shrink: 9999;
  }
  .layout_image-g {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 41%;
    grid-template-columns: 1fr 41%;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "layout_image-g_title layout_image-g_image" "layout_image-g_button layout_image-g_image";
  }
  .layout_image-g .title {
    grid-area: layout_image-g_title;
    margin-top: 40px;
  }
  .layout_image-g .title._has-pop .pop {
    left: 315px;
    transform: translateY(-70%);
  }
  .layout_image-g .image {
    grid-area: layout_image-g_image;
    display: flex;
    align-items: center;
  }
  .layout_image-g .button {
    grid-area: layout_image-g_button;
    margin: 20px 0 0;
    text-align: left;
  }
  .layout_image-g .button .button-b {
    width: 280px;
  }
  .layout_button-a {
    justify-content: space-between;
  }
  .layout_column-a {
    margin-top: 30px;
  }
  .layout_column-a_inner {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .layout_column-a .col {
    padding: 20px 0 0 20px;
  }
  .layout_column-a._type-col1 .col {
    width: 100%;
  }
  .layout_column-a._type-col2 .col {
    width: 50%;
  }
  .layout_column-a._type-col3 .col {
    width: 33.333333%;
  }
  .layout_column-a + .layout_column-a {
    margin-top: 20px;
  }
  .layout_column-a ~ .layout_column-a .heading-d {
    padding-top: 35px;
    margin-top: 35px;
  }
  .layout_column-a ~ .layout_column-a .col > :first-child.heading-d {
    margin-top: 15px;
  }
  .layout_profile-a {
    grid-template-areas: "layout_profile-a_image layout_profile-a_item" "layout_profile-a_image layout_profile-a_desc";
  }
  .layout_profile-a > .item .job {
    font-size: 1.4rem;
  }
  .layout_profile-a > .image {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .layout_flow-a {
    max-width: 874px;
    margin: 0 auto;
    align-items: inherit;
  }
  .layout_flow-a ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .layout_flow-a ul > li:not(:last-child) {
    display: flex;
    position: relative;
  }
  .layout_flow-a ul > li:not(:last-child)::after {
    border-width: 11.5px 0 11.5px 27px;
    border-color: transparent transparent transparent #e0e0e0;
    position: relative;
    top: 20%;
    right: 0;
    transform: translateX(50%);
  }
  .layout_flow-a ul > li .item {
    display: block;
  }
  .layout_flow-a ul > li .item .image {
    width: 132px;
    margin: 0 auto;
  }
  .layout_flow-a ul > li .item .attention {
    display: inline-block;
    margin-top: 0.5em;
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .layout_flow-a._type-b ul {
    justify-content: center;
  }
  .layout_flow-a._type-b ul > li {
    display: flex;
    align-items: center;
  }
  .layout_flow-a._type-b ul > li:not(:last-child)::after {
    margin: 0 10px;
    border-width: 7.5px 0 7.5px 17px;
    border-color: transparent transparent transparent #ffe05f;
  }
  .layout_flow-a._type-b ul > li .item._w-200 p {
    max-width: 200px;
  }
  .layout_flow-a._type-b ul > li .item._w-210 p {
    max-width: 210px;
  }
  .layout_flow-a._type-b ul > li .item._w-220 p {
    max-width: 220px;
  }
  .layout_flow-a._type-b ul > li .item._w-230 p {
    max-width: 230px;
  }
  .layout_flow-a._type-b ul > li .item._w-240 p {
    max-width: 240px;
  }
  .layout_flow-a._type-b ul > li .item._w-250 p {
    max-width: 250px;
  }
  .layout_flow-a._type-b ul > li .item._w-260 p {
    max-width: 260px;
  }
  .layout_flow-a._type-b ul > li .item._w-270 p {
    max-width: 270px;
  }
  .layout_flow-a._type-b ul > li .item._w-280 p {
    max-width: 280px;
  }
  .layout_flow-b ul {
    display: flex;
    justify-content: space-between;
  }
  .layout_flow-b ul li {
    padding: 0 20px;
  }
  .layout_flow-b ul li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em;
    border-radius: 100vw;
    border: 3px solid #ffc800;
    font-size: 2.2rem;
  }
  .layout_flow-b ul li .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
  }
  .layout_flow-b ul li:not(:last-child) {
    border-bottom: none;
    border-right: 2px dashed #eaeaea;
  }
  .layout_flow-b._col-3 ul li {
    width: calc(100% / 3);
  }
  .card-a .item {
    border-radius: 0 0 5px 5px;
    padding: 16px 20px 15px;
  }
  .card-a .item .title {
    margin-top: 0;
  }
  .card-a .image {
    height: calc(175px + (110 * (100vw - 768px) / 172));
    max-height: 285px;
  }
  .card-a .image img {
    width: 120%;
    top: -4%;
    bottom: 0;
  }
  .card-b {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  .card-b_inner {
    flex-direction: column-reverse;
  }
  .card-b .item {
    border-radius: 0 0 5px 5px;
    padding: 15px 20px;
    border: solid 1px #dbdbdb;
    border-top: none;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-b .item .date {
    font-size: 1.1rem;
  }
  .card-b .item .title {
    margin-top: 0;
  }
  .card-b .image {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 157px;
  }
  .card-b .image > .image-a {
    width: 394px;
    top: -20px;
    right: -25px;
  }
  .card-e {
    width: 620px;
    margin: 0 auto;
  }
  .card-e::before, .card-e::after {
    width: 60px;
    height: 56px;
  }
  .card-e_inner {
    padding: 60px 80px 84px;
  }
  .card-e_heading {
    font-size: 2rem;
  }
  .card-e_text {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
  .card-e_meta {
    font-size: 1.6rem;
    text-align: right;
  }
  .box-list-a {
    margin-top: 28px;
  }
  .box-list-a > ul {
    margin-top: -26px;
  }
  .box-list-a > ul > li {
    width: 50%;
    padding-top: 26px;
    display: flex;
  }
  .box-list-b {
    margin-top: 30px;
  }
  .box-list-b > ul {
    display: flex;
  }
  .box-list-b > ul > li {
    width: 33.333333%;
    display: flex;
  }
  .button-list-a > ul {
    margin-left: -20px;
  }
  .button-list-a > ul > li {
    padding-left: 20px;
  }
  .button-list-c {
    margin-top: 40px;
  }
  .button-list-c > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .button-list-c > ul > li {
    width: 320px;
  }
  .button-list-d {
    margin-top: 40px;
  }
  .button-list-d > ul {
    margin-top: -20px;
    margin-left: -20px;
  }
  .button-list-d > ul > li {
    padding-top: 20px;
    padding-left: 20px;
    width: auto;
  }
  .button-list-e {
    margin-top: 40px;
  }
  .button-list-e > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card-list-a > ul > li > * {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 600px;
  }
  .card-list-b {
    margin-top: 32px;
  }
  .card-list-b > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -25px 0 0 -20px;
  }
  .card-list-b > ul > li {
    padding: 25px 0 0 20px;
    margin-bottom: 0;
    width: 33.333333%;
  }
  .card-list-b > ul > li + li {
    padding-top: 25px;
    border-top: none;
  }
  .card-list-b > ul > li > * {
    height: 100%;
    display: flex;
  }
  .card-list-b + * {
    margin-top: 64px;
  }
  .card-list-c > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -40px;
  }
  .card-list-c > ul > li {
    width: calc(50% - 40px);
    margin-left: 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #f7f7f7;
  }
  .card-list-c > ul > li:not(:first-child) {
    border-top: none;
    padding-top: 0;
  }
  .card-list-c > ul > li:first-child {
    margin-top: 20px;
  }
  .card-list-e {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  .form-list-b > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .form-list-b > ul > li {
    width: 50%;
  }
  .form-list-b + * {
    margin-top: 38px;
  }
  .link-list-b {
    margin-top: 60px;
  }
  .link-list-b > ul {
    margin-top: -40px;
    margin-left: -40px;
  }
  .link-list-b > ul > li {
    padding-top: 40px;
    padding-left: 40px;
  }
  .link-list-c > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -20px;
  }
  .link-list-c > ul > li {
    padding-top: 10px;
    margin-left: 20px;
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
  }
  .link-list-c > ul > li:not(:last-child) {
    margin-bottom: 0;
  }
  .link-list-d > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .link-list-d > ul > li {
    display: flex;
    width: 50%;
    padding-top: 20px;
  }
  .link-list-e,
.link-list-f {
    margin-top: 7px;
  }
  .link-list-e > ul > li,
.link-list-f > ul > li {
    font-size: 1.4rem;
  }
  .link-list-e > ul > li:not(:last-child)::before,
.link-list-f > ul > li:not(:last-child)::before {
    top: 2px;
  }
  .link-list-g > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .link-list-g > ul > li {
    width: 33.333333%;
  }
  .link-list-g > ul > li::before {
    top: calc(9px + .5em);
  }
  .heading-a > .sub {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .heading-a > .text {
    font-size: 4rem;
  }
  .heading-a._has-border {
    padding-bottom: 30px;
  }
  .heading-a._size-a .text {
    font-size: 3.5rem;
  }
  .heading-a._size-a._has-border {
    padding-bottom: 25px;
  }
  .heading-a._type-left {
    align-items: flex-start;
    text-align: left;
  }
  .heading-a._type-left > .sub {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .heading-a._type-left > .text {
    font-size: 3rem;
  }
  .heading-a._type-left._has-border {
    padding-bottom: 10px;
  }
  .heading-a._type-left._has-border::before {
    left: 0;
  }
  .heading-a + .heading-a_sub {
    margin-top: 30px;
  }
  .heading-b > .text {
    font-size: 3.5rem;
  }
  .heading-b._has-icon > .text {
    padding-left: 67px;
  }
  .heading-b._has-icon > .text::before {
    width: 61px;
    height: 61px;
    top: -0.2em;
  }
  .heading-d {
    margin: 50px 0 15px;
  }
  .heading-d > .text {
    font-size: 2.8rem;
  }
  .heading-d + * {
    margin-top: 15px;
  }
  .heading-d ~ .heading-d {
    padding-top: 35px;
    margin-top: 35px;
  }
  .heading-d + .heading-e {
    margin-top: 30px;
  }
  .heading-e {
    margin: 40px 0 15px;
  }
  .heading-e > .text {
    font-size: 2.4rem;
  }
  .heading-e:not(._has-point)::before {
    height: calc(100% - 9px);
  }
  .heading-e._has-point > .point {
    margin-right: 20px;
    width: 65px;
    height: 65px;
    font-size: 1.1rem;
  }
  .heading-e._has-point > .point .num {
    font-size: 2.3rem;
  }
  .heading-e + * {
    margin-top: 15px;
  }
  .heading-f {
    margin: 25px 0 15px;
  }
  .heading-f > .text {
    font-size: 1.8rem;
  }
  .heading-f + * {
    margin-top: 15px;
  }
  .heading-g {
    padding: 33px 150px 0;
    position: relative;
  }
  .heading-g::before {
    display: block;
    position: absolute;
    content: "";
    background: url("../images/icon-16.svg") center no-repeat;
    width: 98px;
    height: 112px;
    right: 22px;
    bottom: -39px;
  }
  .heading-g > .text {
    font-size: 3rem;
  }
  .heading-g + * {
    margin-top: 30px;
    position: relative;
  }
  .heading-h {
    margin: 50px 0 15px;
  }
  .heading-h > .text {
    font-size: 2.8rem;
  }
  .heading-h._has-icon > .text {
    padding-left: 48px;
  }
  .heading-h._has-icon > .text::before {
    top: 0;
  }
  .heading-h + * {
    margin-top: 15px;
  }
  .heading-h + .heading-e {
    margin-top: 30px;
  }
  .heading-i > .text {
    font-size: 2.2rem;
  }
  .heading-j {
    margin-top: 32px;
  }
  .heading-j > .text {
    font-size: 3rem;
  }
  .heading-k {
    margin-top: 35px;
  }
  .heading-k > .text {
    font-size: 1.8rem;
  }
  .heading-l {
    margin-top: 73px;
  }
  .heading-l > .text {
    font-size: 3.1rem;
  }
  .heading-m {
    margin: 30px 0 15px;
  }
  .heading-m > .text {
    font-size: 2.8rem;
  }
  .heading-m + * {
    margin-top: 15px;
  }
  .heading-m ~ .heading-m {
    margin-top: 60px;
    padding-top: 52px;
  }
  .heading-o {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .heading-o > .text {
    font-size: 1.8rem;
  }
  .heading-o > .sub {
    margin-top: 0;
  }
  .heading-p {
    max-width: 508px;
    margin: 40px auto 0;
  }
  .heading-p > .text {
    font-size: 2rem;
  }
  .heading-q {
    margin: 30px 0 20px;
  }
  .heading-q > .text {
    font-size: 2.8rem;
  }
  .heading-q._type-a {
    text-align: left;
  }
  .heading-q._type-a + p {
    text-align: left;
  }
  .heading-s > .text {
    max-width: 100%;
    margin: 0 13px;
    font-size: 1.8rem;
  }
  .heading-t {
    margin-top: 80px;
  }
  .heading-t > .text {
    font-size: 2rem;
  }
  .heading-u {
    margin: 40px 0 15px;
  }
  .heading-u > .text {
    font-size: 2.4rem;
  }
  .heading-u + * {
    margin-top: 15px;
  }
  .heading-v {
    margin: 20px 0 15px;
  }
  .heading-v > .text {
    font-size: 2.9rem;
  }
  .heading-v + * {
    margin-top: 30px;
  }
  .heading_deco-a > .text {
    font-size: 2.8rem;
  }
  .heading_deco-a > .text em {
    font-size: 3.5rem;
    margin: 0 3px;
  }
  .heading_deco-a > .text::before, .heading_deco-a > .text::after {
    bottom: -0.08em;
    font-size: 3.3rem;
  }
  [data-script-enabled=true] .js-carousel_pagination {
    margin-top: 13px;
    justify-content: flex-end;
  }
  [data-script-enabled=true] .js-carousel_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  [data-script-enabled=true] .js-carousel_pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 9px;
  }
  [data-script-enabled=true] .js-carousel.card-list-a .swiper-slide {
    display: flex;
    align-items: center;
  }
  [data-script-enabled=true] .js-carousel.card-list-a .js-carousel_pagination {
    margin-top: 21px;
  }
  [data-script-enabled=true] .js-carousel-banner {
    padding: 0 45px;
  }
  [data-script-enabled=true] .js-carousel-banner::before, [data-script-enabled=true] .js-carousel-banner::after {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 5;
  }
  [data-script-enabled=true] .js-carousel-banner::before {
    left: 0;
  }
  [data-script-enabled=true] .js-carousel-banner::after {
    right: 0;
  }
  [data-script-enabled=true] .js-carousel-banner .swiper-button-prev,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next {
    width: 24px;
    height: 35px;
    margin-top: -23px;
  }
  [data-script-enabled=true] .js-carousel-banner .swiper-button-prev::before, [data-script-enabled=true] .js-carousel-banner .swiper-button-prev::after,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::before,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::after {
    border-radius: 4px;
    width: 24px;
    height: 4px;
  }
  [data-script-enabled=true] .js-carousel-banner .swiper-button-prev::before,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::before {
    top: 8px;
  }
  [data-script-enabled=true] .js-carousel-banner .swiper-button-prev::after,
[data-script-enabled=true] .js-carousel-banner .swiper-button-next::after {
    top: 23px;
  }
  [data-script-enabled=true] .js-carousel-banner .swiper-button-prev {
    left: 0;
  }
  [data-script-enabled=true] .js-carousel-banner .swiper-button-next {
    right: 0;
  }
  [data-script-enabled=true] .js-carousel-diagnosis_pagination_wrap {
    margin-top: 30px;
  }
  [data-script-enabled=true] .js-carousel-diagnosis_pagination::before {
    width: calc(100% - 30px);
  }
  [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet {
    margin-right: 15px;
    margin-left: 15px;
    width: 35px;
    height: 35px;
  }
  [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::before, [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::after {
    width: 3px;
  }
  [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::before {
    height: 11px;
    left: -11px;
  }
  [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet::after {
    height: 18px;
    left: 6px;
    top: 1px;
  }
  [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin-right: 15px;
    margin-left: 15px;
  }
  [data-script-enabled=true] .js-carousel-voice .swiper-button-prev,
[data-script-enabled=true] .js-carousel-voice .swiper-button-next {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100vw;
    background-color: #fff;
    background-size: 12px auto;
    background-position: 55% center;
    background-image: url(../images/icon-arrow-01.svg);
  }
  [data-script-enabled=true] .js-carousel-voice .swiper-button-prev {
    left: 0;
    transform: translateX(-50%) rotate(180deg);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  [data-script-enabled=true] .js-carousel-voice .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(50%);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  [data-script-enabled=true] .js-contact-fixed {
    width: 398px;
  }
  [data-script-enabled=true] .js-contact-fixed.is-contact_close {
    transform: translateX(311px);
  }
  [data-script-enabled=true] .js-hide-icon {
    display: none;
  }
  [data-script-enabled=true] .js-table-shadow_item::before, [data-script-enabled=true] .js-table-shadow_item::after {
    display: none;
  }
  [data-script-enabled=true] .js-tab_list_item.is-current > .js-tab_hook {
    font-size: 2.2rem;
  }
  [data-script-enabled=true] .js-table-toggle_hook {
    padding-left: 54px;
  }
  [data-script-enabled=true] .js-toggle.toggle-b .js-toggle_hook {
    padding-right: 24px;
    padding-top: 3px;
  }
  .hidden-pc {
    display: none;
  }
  .layout_profile-a > .item {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .layout_profile-a > .description {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .layout_profile-a > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}

@media only screen and (min-width: 769px), print{
  .layout_image-g .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .layout_image-g .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .layout_image-g .button {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media only screen and (min-width: 769px), print{
  .layout_image-b > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .layout_image-b > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .layout_image-b > .items {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media only screen and (max-width: 1024px) {
  .header_navigation {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    z-index: 10;
    width: 315px;
    height: 100%;
    overflow: auto;
  }
  .link_navigation {
    margin: 20px 0 0;
  }
  .link_navigation > ul > li {
    border-bottom: solid 1px #dbdbdb;
  }
  .link_navigation > ul > li > a,
.link_navigation > ul > li > .title {
    display: block;
    padding: 20px 30px;
    font-size: 2rem;
    font-weight: 600;
  }
  .link_navigation > ul > li > .title b {
    position: relative;
  }
  .link_navigation > ul > li > .title b::before {
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 3px;
    border-radius: 1.5px;
    background: #f68128;
    bottom: -11px;
    box-shadow: 26px 0 #e60012, 52px 0 #094, 78px 0 #f68128, 104px 0 #e60012;
    left: 0;
  }
  .link_navigation_child_inner {
    padding: 0 30px 20px;
  }
  .js-header-navigation_button-open {
    display: none;
  }
  [data-script-enabled=true] .js-header-navigation_button-open {
    display: block;
  }
  [data-script-enabled=true] .js-header-navigation_contents {
    display: block;
    visibility: hidden;
    transform: translate(0, 0);
    transition: transform 0.4s, visibility 0.4s;
  }
  [data-script-enabled=true] .js-header-navigation_overlay {
    position: fixed;
    display: block;
    content: "";
    background: #000;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: opacity 0.2s;
    pointer-events: none;
  }
  [data-script-enabled=true] .js-header-navigation.is-header-navigation_open .js-header-navigation_overlay {
    opacity: 0.3;
    pointer-events: auto;
  }
  [data-script-enabled=true] .js-header-navigation.is-header-navigation_open .js-header-navigation_contents {
    visibility: visible;
    transform: translate(-100%, 0);
  }
}

@media only screen and (min-width: 1025px), print {
  .header_contents {
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    margin-left: 8.3%;
  }
  .header_hamburger {
    display: none;
  }
  .header_navigation {
    display: block;
  }
  .header .button_close-a {
    display: none;
  }
  .link_navigation > ul {
    display: flex;
  }
  .link_navigation > ul > li + li {
    margin-left: 40px;
  }
  .link_navigation > ul > li > a,
.link_navigation > ul > li > .title {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 1.6rem;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    overflow: hidden;
  }
  .link_navigation > ul > li > a::before,
.link_navigation > ul > li > .title[role=button]::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: url("../images/deco-01.png") left center repeat-x;
    background-size: 60px 3px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .link_navigation > ul > li > a:hover::before, .link_navigation > ul > li > a:active::before, .link_navigation > ul > li > a:focus::before,
.link_navigation > ul > li > .title[role=button]:hover::before,
.link_navigation > ul > li > .title[role=button]:active::before,
.link_navigation > ul > li > .title[role=button]:focus::before {
    opacity: 1;
  }
  .link_navigation > ul > li > .title[role=button] {
    cursor: pointer;
  }
  .link_navigation_child {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .link_navigation_child_inner {
    height: calc(100vh - 70px);
    overflow-y: auto;
    max-height: 410px;
  }
  .link_navigation_child .contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 30px 40px;
  }
  .layout_navigation-a {
    display: flex;
  }
  .layout_navigation-a .item {
    width: 100%;
  }
  .layout_navigation-a .link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 68px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 68px;
    grid-template-areas: "layout_navigation-a_1 layout_navigation-a_3" "layout_navigation-a_2 layout_navigation-a_3";
  }
  .layout_navigation-a .link > li:nth-child(1) {
    grid-area: layout_navigation-a_1;
  }
  .layout_navigation-a .link > li:nth-child(2) {
    grid-area: layout_navigation-a_2;
  }
  .layout_navigation-a .link > li:nth-child(3) {
    grid-area: layout_navigation-a_3;
  }
  .layout_navigation-a .link > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .layout_navigation-a .link > li + li {
    border-top: none;
  }
  .layout_navigation-a .link > li > a,
.layout_navigation-a .link > li > .title {
    border-bottom: solid 1px #094;
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 14px;
  }
  .layout_navigation-a .link > li > a::before {
    top: -15px;
  }
  .layout_navigation-a .link .primary > li {
    border-bottom: solid 1px #f7f7f7;
  }
  .layout_navigation-a .link .primary > li + li {
    margin-top: 0;
  }
  .layout_navigation-a .link .primary > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .layout_navigation-a .link .primary > li > a::after {
    top: calc(15px - .05em);
    width: 24px;
    height: 24px;
  }
  .layout_navigation-a .link .primary > li > a .sub {
    font-size: 1.6rem;
  }
  .layout_navigation-a .link .secondary {
    display: block;
  }
  .layout_navigation-a .link .secondary > li {
    margin-bottom: 15px;
  }
  .layout_navigation-a .link .secondary > li > a {
    padding-left: 22px;
    font-size: 1.4rem;
  }
  .layout_navigation-a .link .secondary > li > a::before {
    top: 0.4em;
    left: 5px;
    right: auto;
    bottom: auto;
  }
  .layout_navigation-a .banner {
    display: block;
    flex-shrink: 0;
    width: 300px;
    margin-left: 40px;
  }
  .js-header-dropdown_contents {
    display: none;
  }
  [data-script-enabled=true] .js-header-dropdown_hook {
    padding-right: 20px;
  }
  [data-script-enabled=true] .js-header-dropdown_hook.title[role=button]::before {
    width: calc(100% - 20px);
  }
  [data-script-enabled=true] .js-header-dropdown_hook::after {
    display: block;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #707070;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    top: -4px;
    bottom: 0;
    right: 3px;
    margin: auto;
    transition: 0.2s;
  }
  [data-script-enabled=true] .js-header-dropdown_contents {
    overflow: hidden;
  }
  [data-script-enabled=true] .js-header-dropdown_overlay {
    position: fixed;
    display: block;
    content: "";
    background: #000;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: opacity 0.2s;
    pointer-events: none;
  }
  [data-script-enabled=true] .js-header-dropdown_overlay.is-overlay_active {
    opacity: 0.3;
    pointer-events: auto;
  }
  [data-script-enabled=true] .js-header-dropdown.is-header-dropdown_open .js-header-dropdown_hook::after {
    transform: rotate(-45deg);
    top: 4px;
  }
  [data-script-enabled=true] .js-header-dropdown.is-header-dropdown_open .js-header-dropdown_contents {
    z-index: 11;
  }
}

@media only screen and (min-width: 1025px), print{
  .layout_navigation-a .link > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .layout_navigation-a .link > li:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .layout_navigation-a .link > li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}

@media only screen and (min-width: 901px), print {
  .section-e_inner {
    padding: 0;
  }
  .button-f {
    width: 240px;
    height: 70px;
    padding: 10px 36px;
    border-radius: 0;
    text-align: left;
    margin-left: 210px;
  }
  .button-f .text {
    font-size: 1.8rem;
  }
  .button-f .number {
    top: -12px;
    left: -20px;
    width: 40px;
    height: 26px;
    font-size: 1.8rem;
  }
  .button-f.is-submit_error .error {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 8px);
    margin: auto;
    font-size: 1.4rem;
    padding-left: 33px;
    width: 193px;
  }
  .button-f.is-submit_error .error::before {
    width: 24px;
    height: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .layout-b {
    display: flex;
    justify-content: space-between;
  }
  .layout-b .list_description-b + p {
    margin-left: 10px;
    flex-shrink: 0;
  }
  .layout-b .heading-q:first-child {
    margin-top: 20px;
  }
  .layout-b_w-50 {
    max-width: 50%;
  }
  .layout-b_w-50 + .image-a._size-a {
    margin-top: 28px;
  }
}

@media only screen and (min-width: 570px), print {
  .section-p {
    background-position-x: calc(50% - 100px);
  }
}

@media only screen and (min-width: 320px) {
  .section-mv-c h1 img {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .list_message-a > ul {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .list_message-a > ul > li:last-child {
    padding-right: 10px;
  }
  .table_scroll-wrap-a {
    overflow-x: auto;
  }
  .table_scroll-wrap-a table {
    margin-right: auto;
    margin-left: auto;
  }
  .table_scroll-wrap-a._size-a table {
    width: 940px;
  }
  .table_scroll-wrap-a._size-b table {
    width: 670px;
  }
  .table_form-a colgroup {
    display: none;
  }
  .table_form-a th,
.table_form-a td {
    display: block;
  }
  .table_form-a th {
    padding-top: 20px;
  }
  .table_form-a td {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .box_news-a_inner {
    border-right: none;
    border-left: none;
  }
  .box_controle-a {
    margin-right: -10px;
    margin-left: -10px;
  }
  .layout_select-a .form_label-a {
    display: none;
  }
  .layout_button-a .button-list-b {
    display: none;
  }
  .layout_form-a {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
  }
  .layout_form-a .form_select-a._type-a {
    width: 100%;
  }
  .layout_form-a .form_select-a._type-b {
    width: 32%;
  }
  .layout_form-a .form_radio-a._type-a {
    flex-grow: 1;
  }
  .button-list-d .button-a {
    min-width: auto;
    width: 100%;
    padding: 10px 25px;
  }
  .button-list-d .button-a::before {
    right: 12px;
    top: -5px;
  }
  .button-list-d .button-a > .text {
    font-size: 1.4rem;
  }
  .link-list-e > ul {
    flex-direction: column;
  }
  .link-list-e > ul > li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
  .link-list-e > ul > li:not(:last-child)::before {
    display: none;
  }
  .link-list-f > ul {
    justify-content: center;
  }
  [data-script-enabled=true] .js-sp-toggle {
    display: block;
    position: relative;
  }
  [data-script-enabled=true] .js-sp-toggle::before, [data-script-enabled=true] .js-sp-toggle::after {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #707070;
    right: 5px;
    top: 20px;
  }
  [data-script-enabled=true] .js-sp-toggle::after {
    transform: rotate(90deg);
    transition: transform 0.2s;
  }
  [data-script-enabled=true] .js-sp-toggle.is-toggle_open::after {
    transform: rotate(180deg);
  }
  [data-script-enabled=true] .js-sp-toggle_content {
    display: none;
    overflow: hidden;
  }
  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 930px), print {
  .list_message-a .item .title {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1000px), print {
  .box_switch-a {
    margin-top: 0;
    flex-direction: column;
    padding: 10px 20px 13px;
  }
  .box_switch-a > p {
    margin-right: 0;
  }
  .box_switch-a > p::before, .box_switch-a > p::after {
    display: inline-block;
    font-weight: 300;
    font-family: arial, sans-serif;
    font-size: 1.8rem;
    vertical-align: middle;
  }
  .box_switch-a > p::before {
    content: "\\";
    margin: 0 0.5em 0 0;
  }
  .box_switch-a > p::after {
    content: "/";
    margin: 0 0 0 0.5em;
  }
  .layout_box-a {
    display: flex;
  }
  .layout_box-a > * + * {
    margin-left: 30px;
  }
  .layout_box-a .box_conditions-a {
    flex-grow: 1;
  }
}

@media only screen and (max-width: 900px) {
  .layout-b .list_description-b {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .layout-d {
    justify-content: center;
  }
  .layout-d .form_select-a {
    flex-grow: 1;
  }
  .layout-d .button-c {
    max-width: 135px;
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .layout_image-e._size-a > ul > li {
    width: 50%;
  }
}

@media only screen and (max-width: 360px) {
  [data-script-enabled=true] .js-carousel-diagnosis_pagination > .swiper-pagination-bullet {
    margin-right: 3px;
    margin-left: 3px;
  }
}