@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;600&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

strong {
  font-weight: unset;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

body {
  -webkit-print-color-adjust: exact;
}

@media print {
  .header,
  .footer,
  a.con-submit {
    display: none;
  }
  .base-contentWrap {
    padding-top: 0;
  }
  .base-contentWrap_inner {
    margin-top: -148px;
  }
  .base-breadCrumb {
    display: none !important;
  }
  .print-none {
    display: none;
  }
  .print-headingFix {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #000000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  position: relative;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}
input:focus-visible,
textarea:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.base-ruby {
  position: relative;
  white-space: nowrap;
  line-height: 2;
  padding-top: 0.2em;
}

.base-ruby::after {
  content: attr(aria-label);
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%) translateY(-0.5em);
  -webkit-transform: translateX(-50%) translateY(-0.5em);
  -ms-transform: translateX(-50%) translateY(-0.5em);
  font-size: 0.5em;
  white-space: nowrap;
}

.base-ruby--list::after {
  padding-left: 3em;
}

.base-contentWrap {
  margin-left: -1px;
  transform: rotate(0.03deg);
}
@media print, screen and (min-width: 1200px) {
  .base-contentWrap {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1199px) {
  .base-contentWrap {
    overflow-x: hidden;
    padding-top: 179px;
  }
}
@media only screen and (max-width: 767px) {
  .base-contentWrap {
    padding-top: 106px;
  }
}

* {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
}

.base-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .base-text {
    font-size: 14px;
    margin-top: 14px;
  }
}
.base-text--noMargin {
  margin-top: 0;
}
.base-text--noWrap {
  white-space: nowrap;
}
.base-text--bold {
  font-weight: 600;
}
.base-text--small {
  font-size: 13px;
}
.base-text--center {
  text-align: center;
}
.base-text--right {
  text-align: right;
}

.base-textred {
  color: #d01137;
}

.base-textorange {
  color: #B85D00;
}

.base-textnavy {
  color: #110f81;
  font-weight: 500;
}

.base-textblue {
  color: #1750A3;
}

.base-textpink {
  color: #CC007B;
}

.base-textgreen {
  color: #51801E;
}

.base-textyellow {
  color: #fff100;
}

@media only screen and (max-width: 767px) {
  .base-textSpMargin {
    margin-bottom: 11px;
    display: inline-block;
  }
}

.base-doctorName {
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.base-textPcMargin {
  margin-left: 54px;
}
@media only screen and (max-width: 1199px) {
  .base-textPcMargin {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .base-textPcMargin {
    margin-left: 0;
  }
}

.base-link {
  text-decoration: underline;
  color: #110f81;
  font-weight: 600;
}

.base-linkBtn {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
.base-linkBtn--center {
  justify-content: center;
}
.base-linkBtn--right {
  justify-content: flex-end;
}
.base-linkBtn_item {
  background-color: #110f81;
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  padding: 20px 50px 20px 30px;
  position: relative;
  transition: opacity 0.2s;
  width: auto;
  max-width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .base-linkBtn_item:hover {
    text-decoration: underline;
  }
}
.base-linkBtn_item:focus-visible .base-linkBtn_itemText {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .base-linkBtn_item {
    width: 100%;
    padding: 20px 40px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .base-linkBtn_item {
    font-size: 14px;
  }
}
.base-linkBtn_item::before {
  background-image: url("../../img/arrow-white.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 38%;
  transform: translateX(-50%);
  width: 15px;
}
@media only screen and (max-width: 1199px) {
  .base-linkBtn_item::before {
    height: 13px;
    right: 20px;
    top: 40%;
    width: 7.9px;
  }
}
.base-linkBtn_item--fontSmall {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .base-linkBtn_item--fontSmall {
    font-size: 14px;
  }
}
.base-linkBtn_item--wide {
  width: 100%;
}

.base-wrapper {
  margin: 0 auto;
  width: 960px;
}
@media only screen and (max-width: 1199px) {
  .base-wrapper {
    width: 89.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .base-wrapper--spFull {
    width: 100%;
  }
}
.base-wrapper_inner {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .base-wrapper_inner {
    margin-top: 60px;
  }
}
.base-wrapper--btmMargin {
  margin: 0 auto 100px auto;
}
@media only screen and (max-width: 767px) {
  .base-wrapper--btmMargin {
    margin-bottom: 60px;
  }
}

.base-caption {
  font-size: 14px;
  line-height: 1.5;
}

.base-heading02 {
  background: linear-gradient(-45deg, #0e73aa 25%, #0F7DB8 0, #0F7DB8 50%, #0e73aa 0, #0e73aa 75%, #0F7DB8 0);
  background-size: 10px 10px;
  box-shadow: 0px 10px 10px -5px #cecece;
  color: #ffffff;
  font-size: 48px;
  padding: 10px 0;
  text-align: center;
}
.base-heading02_inner {
  background-color: #0F7DB8;
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 767px) {
  .base-heading02_inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .base-heading02 {
    font-size: 24px;
  }
}

.base-heading03 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 50px;
  padding: 40px 0;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
.base-heading03::before {
  background-image: url(../../img/bg-baseheading03-top.png);
  background-size: cover;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.base-heading03::after {
  background-image: url(../../img/bg-baseheading03-bottom.png);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .base-heading03 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.base-heading04 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding: 30px 20px;
}
@media only screen and (max-width: 1199px) {
  .base-heading04 {
    font-size: 20px;
  }
}
.base-heading04--orange {
  background: linear-gradient(-45deg, #a95500 25%, #B85D00 0, #B85D00 50%, #a95500 0, #a95500 75%, #B85D00 0);
  background-size: 10px 10px;
}
.base-heading04--blue {
  background: linear-gradient(-45deg, #0e73aa 25%, #0F7DB8 0, #0F7DB8 50%, #0e73aa 0, #0e73aa 75%, #0F7DB8 0);
  background-size: 10px 10px;
}
.base-heading04--navy {
  background: linear-gradient(-45deg, #0f0d73 25%, #110f81 0, #110f81 50%, #0f0d73 0, #0f0d73 75%, #110f81 0);
  background-size: 10px 10px;
}
.base-heading04--brown {
  background: linear-gradient(-45deg, #716250 25%, #7a6a56 0, #7a6a56 50%, #716250 0, #716250 75%, #7a6a56 0);
  background-size: 10px 10px;
}
.base-heading04--bottomMargin {
  margin-bottom: 40px;
}

.base-heading05 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .base-heading05 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.base-heading05--orange {
  color: #B85D00;
}
.base-heading05--blue {
  color: #1750A3;
}
.base-heading05--navy {
  color: #110f81;
}
.base-heading05--brown {
  color: #7a6a56;
}
.base-heading05--marginTop {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .base-heading05--marginTop {
    margin-top: 30px;
  }
}
.base-heading05--noMargin {
  margin-bottom: 0;
}
.base-heading05--border {
  text-align: center;
  border-bottom: solid 3px #110f81;
  padding-bottom: 20px;
}

.base-heading06 {
  background: #eef3c5;
  padding: 10px 20px;
  border-radius: 10px;
  color: #51801E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .base-heading06 {
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
.base-heading06--marginTop {
  margin-top: 30px;
}

.base-heading07 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .base-heading07 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.base-heading07--marginTop {
  margin-top: 20px;
}
.base-heading07--center {
  text-align: center;
}

.base-list--marginTop {
  margin-top: 30px;
}
.base-list--marginBottom {
  margin-bottom: 30px;
}
.base-list_item {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .base-list_item {
    font-size: 16px;
  }
}
.base-list_item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #B85D00;
  border-radius: 50%;
}

.base-numberList {
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .base-numberList {
    font-size: 16px;
  }
}
.base-numberList_item {
  font-size: 18px;
  font-weight: 600;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 1199px) {
  .base-numberList_item {
    font-size: 16px;
  }
}
.base-numberList_item::first-letter {
  color: #110f81;
}
.base-numberList_item--large {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .base-numberList_item--large {
    font-size: 18px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.base-bibliographyList {
  margin-top: 10px;
}
.base-bibliographyList_item {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.2em;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .base-bibliographyList_item {
    font-size: 13px;
  }
}

.base-img {
  width: 100%;
}
.base-img--center750 {
  display: block;
  max-width: 750px;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center750 {
    margin: 30px auto;
  }
}
.base-img--center600 {
  display: block;
  max-width: 600px;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center600 {
    margin: 30px auto;
  }
}
.base-img--center300 {
  display: block;
  max-width: 300px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center300 {
    margin: 10px auto;
  }
}
.base-img--center150 {
  display: block;
  max-width: 150px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center150 {
    margin: 10px auto;
  }
}
.base-img--center100 {
  display: block;
  max-width: 100px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .base-img {
    margin: 10px auto;
  }
}

.base-flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.base-flexWrap--noMargin {
  margin-top: 0;
}
.base-flexWrap--center {
  justify-content: center;
}
.base-flexWrap--width500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.base-flexWrap_item {
  margin-top: 30px;
}
.base-flexWrap_item--full {
  width: 100%;
}
.base-flexWrap_item--half {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--half {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--half--tabSame {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-flexWrap_item--half--tabOnlySame {
    width: calc(50% - 10px);
  }
}
.base-flexWrap_item--third {
  width: 32%;
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--third {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--third--tabSame {
    width: 32%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-flexWrap_item--third--tabOnlySame {
    width: 32%;
  }
}
.base-flexWrap_item--noMargin {
  margin-top: 0;
}
.base-flexWrap_item--blue {
  background-color: #ecf4fc;
  border-radius: 10px;
  padding: 30px;
}
.base-flexWrap_imgArea {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .base-flexWrap_imgArea {
    width: 100%;
    margin: 10px auto;
  }
}
.base-flexWrap_txtArea {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 767px) {
  .base-flexWrap_txtArea {
    width: 100%;
    padding: 0;
  }
}

.base-index {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .base-index {
    margin-bottom: 20px;
  }
}
.base-index_ul {
  display: flex;
  flex-wrap: wrap;
}
.base-index_list {
  border: 2px solid #c9c9ca;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .base-index_list {
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
  }
}
.base-index_list--orange {
  border: 2px solid #B85D00;
}
.base-index_list--navy {
  border: 2px solid #1750A3;
}
.base-index_list--brown {
  border: 2px solid #7a6a56;
}
.base-index_link {
  display: block;
  height: 100%;
  line-height: 1.5;
  padding: 14px 30px 14px 10px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .base-index_link {
    letter-spacing: 0em;
    padding: 8px 20px 8px 8px;
  }
}
@media print, screen and (min-width: 1200px) {
  .base-index_link:hover {
    text-decoration: underline;
  }
}
.base-index_link:focus-visible .base-index_linkText {
  text-decoration: underline;
  transform: scale(1.05);
  display: inline-block;
}
.base-index_link::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin: auto 0;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .base-index_link::after {
    right: 11px;
    width: 6px;
  }
}
.base-index_link::before {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(135deg);
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .base-index_link::before {
    right: 8px;
    width: 6px;
  }
}

.base-box--orange {
  background-color: #ffefd6;
}
.base-box--blue {
  background-color: #ecf4fc;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-box {
    padding-bottom: 60px;
  }
}

.base-borderBox {
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px;
}
.base-borderBox--orange {
  border: solid 3px #B85D00;
}
.base-borderBox--red {
  border: solid 3px #d01137;
  background-color: #fdeef4;
}
.base-borderBox--red .base-text {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.base-doctorSpeechArea_inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 370px;
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_inner {
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 0;
  }
}
.base-doctorSpeechArea_imgWrap {
  width: 300px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_imgWrap {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_imgWrap {
    width: 100%;
    order: 2;
  }
}
.base-doctorSpeechArea_imgItem {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_imgItem {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.base-doctorSpeechArea_txtWrap {
  width: calc(100% - 300px);
  min-height: 345px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1200px) {
  .base-doctorSpeechArea_txtWrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_txtWrap {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_txtWrap {
    width: 100%;
    min-height: auto;
    order: 1;
  }
}
.base-doctorSpeechArea_txt {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeechArea_txt {
    font-size: 18px;
  }
}
.base-doctorSpeechArea_list {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeechArea_list {
    font-size: 18px;
  }
}
.base-doctorSpeechArea_bubble {
  border-radius: 20px;
  margin: 10px 0 0 60px;
  padding: 40px 65px;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #1750A3;
  box-shadow: 10px 10px 10px #cecece;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeechArea_bubble {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_bubble {
    width: 100%;
    margin: 50px 0 40px 0;
    padding: 30px 20px;
  }
}
.base-doctorSpeechArea_bubble::before {
  border-color: transparent #1750A3 transparent transparent;
}
.base-doctorSpeechArea_bubble::after {
  border-color: transparent #ffffff transparent transparent;
}
.base-doctorSpeechArea_bubble--orange {
  background-color: #ffebcc;
  border: 2px solid #B85D00;
  box-shadow: 10px 10px 10px #d6c0a9;
}
.base-doctorSpeechArea_bubble--orange::before {
  border-color: transparent #B85D00 transparent transparent;
}
.base-doctorSpeechArea_bubble--orange::after {
  border-color: transparent #ffebcc transparent transparent;
}
.base-doctorSpeechArea_bubble::before {
  border-style: solid;
  border-width: 27px 30px 27px 0;
  content: "";
  display: block;
  height: 0;
  left: -30px;
  position: absolute;
  bottom: 73px;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_bubble::before {
    bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_bubble::before {
    bottom: -43px;
    left: 130px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeechArea_bubble::after {
  border-style: solid;
  border-width: 26px 28px 26px 0;
  content: "";
  display: block;
  height: 0;
  left: -26px;
  position: absolute;
  bottom: 75px;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_bubble::after {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_bubble::after {
    bottom: -39px;
    left: 131px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeechArea_ruby {
  position: relative;
}
.base-doctorSpeechArea_ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5em;
  width: 100%;
  text-align: center;
}

.base-doctorSpeech {
  display: flex;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeech {
    align-items: center;
    margin: 0 auto;
    width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.base-doctorSpeech_doctor {
  width: 300px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeech_doctor {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_doctor {
    margin-right: auto;
    margin-top: 20px;
    width: 42.6666666667vw;
  }
}
.base-doctorSpeech_bubble {
  border-radius: 20px;
  height: 258px;
  margin: 10px 0 0 60px;
  padding: 40px 65px;
  position: relative;
  width: 600px;
}
.base-doctorSpeech_bubble--orange {
  background-color: #ffffff;
  border: 2px solid #B85D00;
  box-shadow: 10px 10px 10px #d6c0a9;
}
.base-doctorSpeech_bubble--orange::before {
  border-color: transparent #B85D00 transparent transparent;
}
.base-doctorSpeech_bubble--orange::after {
  border-color: transparent #ffffff transparent transparent;
}
.base-doctorSpeech_bubble--blue {
  background-color: #ffffff;
  border: 2px solid #1750A3;
  box-shadow: 10px 10px 10px #cecece;
}
.base-doctorSpeech_bubble--blue::before {
  border-color: transparent #1750A3 transparent transparent;
}
.base-doctorSpeech_bubble--blue::after {
  border-color: transparent #ffffff transparent transparent;
}
.base-doctorSpeech_bubble--cause {
  padding: 20px 65px;
}
@media print, screen and (min-width: 1200px) {
  .base-doctorSpeech_bubble--cause.base-doctorSpeech_bubble--orange {
    height: 218px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeech_bubble--cause.base-doctorSpeech_bubble--orange {
    height: 218px;
  }
}
.base-doctorSpeech_bubble--treatment {
  height: 190px;
}
.base-doctorSpeech_bubble--type {
  padding: 17px 34px;
}
.base-doctorSpeech_bubble--dpnp-neuropathy {
  height: 290px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeech_bubble {
    height: 210px;
    padding: 20px;
    width: 580px;
  }
  .base-doctorSpeech_bubble--cause {
    height: 260px;
    padding: 10px 20px;
  }
  .base-doctorSpeech_bubble--treatment {
    height: 250px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .base-doctorSpeech_bubble--type {
    height: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bubble {
    height: auto;
    margin: 0 0 0 auto;
    padding: 20px 10px;
    width: 80vw;
  }
}
.base-doctorSpeech_bubble::before {
  border-style: solid;
  border-width: 27px 30px 27px 0;
  content: "";
  display: block;
  height: 0;
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bubble::before {
    bottom: -43px;
    left: 130px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeech_bubble::after {
  border-style: solid;
  border-width: 26px 28px 26px 0;
  content: "";
  display: block;
  height: 0;
  left: -26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bubble::after {
    bottom: -39px;
    left: 131px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeech_smallText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_smallText {
    font-size: 14px;
  }
}
.base-doctorSpeech_bigText {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bigText {
    font-size: 18px;
  }
}

.base-supervision {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .base-supervision {
    margin-bottom: 60px;
  }
}
.base-supervision_inner {
  background-color: #ececec;
  border-radius: 10px;
  display: flex;
  margin-top: 20px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .base-supervision_inner {
    flex-direction: column;
  }
}
.base-supervision_heading {
  font-size: 20px;
  font-weight: 500;
}
.base-supervision_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .base-supervision_history {
    margin-left: 20px;
    margin-top: 10px;
  }
}
.base-supervision_historyItem {
  font-size: 18px;
  line-height: 1.5;
  list-style: disc;
}

.base-modal {
  background-color: rgba(17, 15, 129, 0.7);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: rotate(0.03deg);
  transition: opacity 0.4s;
  visibility: hidden;
  width: 100vw;
  z-index: 20;
}
.base-modal .overlay {
  height: 100%;
  width: 100%;
}
.base-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.base-modal_content {
  background-color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
.base-modal .base-wrapper {
  left: 50%;
  position: absolute;
  top: 30%;
  transform: translate(-50%);
  background-color: aquamarine;
}
@media only screen and (max-width: 767px) {
  .base-modal .base-wrapper {
    top: 20%;
  }
}
.base-modal_heading {
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .base-modal_heading {
    font-size: 20px;
  }
}
.base-modal_buttonArea {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 420px;
}
@media only screen and (max-width: 767px) {
  .base-modal_buttonArea {
    width: 90%;
  }
}
.base-modal_button {
  background-color: #110f81;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  padding: 20px 0;
  transition: opacity 0.2s;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .base-modal_button {
    width: 48%;
  }
}
.base-modal_button:hover {
  opacity: 0.8;
}
.base-modal_text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .base-modal_text {
    font-size: 14px;
    line-height: 1.5;
    margin: 30px auto 0;
    text-align: left;
    width: 90%;
  }
}

.base-btm-fixbtn {
  background-color: #B85D00;
  bottom: 0;
  color: #fff;
  height: 65px;
  position: fixed;
  right: 0;
  width: 50%;
  z-index: 10;
}
.base-btm-fixbtn--dpnp {
  background-color: #51801E;
}
.base-btm-fixbtn--app {
  background-color: #0F7DB8;
  left: 0;
  right: auto;
}
.base-btm-fixbtn.js-spmenuOpen {
  z-index: 8;
}
.base-btm-fixbtn_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 65px;
  justify-content: center;
  padding-left: 30px;
}
.base-btm-fixbtn_iconarea {
  left: 10px;
  position: absolute;
  top: 22px;
}
.base-btm-fixbtn_icon {
  height: 20px;
  width: 20px;
}
.base-btm-fixbtn_txtareaLeft {
  margin: 0 2px;
}
.base-btm-fixbtn_txtsmall {
  font-size: 12px;
  line-height: 150%;
}
.base-btm-fixbtn_txtbig {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.base-breadCrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .base-breadCrumb {
    margin-top: 15px;
  }
}
.base-breadCrumb_list {
  background: url(../../img/arrow-gray.svg) right no-repeat;
  background-size: 10px 10px;
  font-size: 14px;
  line-height: 180%;
  margin-right: 5px;
  padding-right: 15px;
}
.base-breadCrumb_list:last-child {
  background: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .base-breadCrumb_list {
    font-size: 13px;
  }
}
.base-breadCrumb_link {
  color: #1750A3;
}
@media print, screen and (min-width: 1200px) {
  .base-breadCrumb_link:hover {
    text-decoration: underline;
  }
}
.base-breadCrumb_link:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}

.base-movie {
  display: none;
  margin-bottom: 50px;
  text-align: center;
}
.base-movie_item {
  width: 80%;
}
@media only screen and (max-width: 1199px) {
  .base-movie_item {
    width: 100%;
  }
}

.base-btnArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%;
}
.base-btnArea--half {
  max-width: 640px;
  margin: 0 auto;
}
.base-btnArea_box {
  border: solid 3px #0F7DB8;
  border-radius: 5px;
  padding: 5px;
}
@media print, screen and (min-width: 1200px) {
  .base-btnArea_box--third {
    width: calc((100% - 30px) / 3);
    margin: 15px 15px 0 0;
  }
  .base-btnArea_box--third:nth-of-type(3n) {
    margin-right: 0;
  }
  .base-btnArea_box--third::nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_box--third {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
  .base-btnArea_box--third:nth-of-type(2n) {
    margin-right: 0;
  }
  .base-btnArea_box--third::nth-child(-n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .base-btnArea_box--half {
    width: calc((100% - 20px) / 2);
    margin: 15px 15px 0 0;
  }
  .base-btnArea_box--half:nth-of-type(2n) {
    margin-right: 0;
  }
  .base-btnArea_box--half::nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_box--half {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
  .base-btnArea_box--half:nth-of-type(2n) {
    margin-right: 0;
  }
  .base-btnArea_box--half::nth-child(-n+2) {
    margin-top: 0;
  }
}
.base-btnArea_box--orange {
  border: solid 3px #B85D00;
}
.base-btnArea_box--green {
  border: solid 3px #51801E;
}
.base-btnArea_link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #e6f4fd;
  border-radius: 5px;
  padding: 30px;
}
@media print, screen and (min-width: 1200px) {
  .base-btnArea_link:hover .base-btnArea_txt {
    text-decoration: underline;
  }
}
.base-btnArea_link:focus-visible .base-btnArea_txt {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.base-btnArea_link--orange {
  background: #ffefd6;
}
.base-btnArea_link--green {
  background: #eef3c5;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_link {
    padding: 20px 10px;
  }
}
.base-btnArea_circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_circle {
    width: 80px;
    height: 80px;
  }
}
.base-btnArea_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_txt {
    font-size: 14px;
  }
}
.base-btnArea_icon {
  width: 60px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_icon {
    width: 40px;
    height: 40px;
  }
}

.base-pageRecommend {
  display: flex;
  background-color: #ecf4fc;
  font-weight: 500;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.base-pageRecommend--btmMargin {
  margin-bottom: 168px;
}
@media only screen and (max-width: 767px) {
  .base-pageRecommend--btmMargin {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend {
    flex-wrap: wrap;
  }
}
.base-pageRecommend_btn {
  display: block;
  width: calc((100% - 150px) / 2);
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_btn {
    width: 50%;
    order: 2;
  }
}
.base-pageRecommend_btn--twoBtn {
  width: 50%;
}
@media print, screen and (min-width: 1200px) {
  .base-pageRecommend_btn--twoBtn:first-child {
    border-right: solid 2px #ffffff;
  }
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_btn--prev {
    border-right: solid 2px #ffffff;
  }
}
.base-pageRecommend_btn--menu {
  background-color: #110f81;
  color: #ffffff;
  width: 150px;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_btn--menu {
    width: 100%;
    order: 1;
    border-radius: 10px 10px 0 0;
  }
}
.base-pageRecommend_btnInner {
  padding: 20px;
}
.base-pageRecommend_btnInner--menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-pageRecommend_btnInner--noLink {
  opacity: 0.5;
}
.base-pageRecommend_icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 10px auto;
}
.base-pageRecommend_link {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .base-pageRecommend_link:hover {
    text-decoration: underline;
  }
}
.base-pageRecommend_link:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.base-pageRecommend_linkTxt {
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_linkTxt {
    font-size: 12px;
  }
}
.base-pageRecommend_linkTxtTitle {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_linkTxtTitle {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 1200px) {
  .pcnone {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .tabnone {
    display: none;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .tabOnlynone {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  #header {
    height: 198px;
  }
}
@media only screen and (max-width: 1199px) {
  #header {
    height: 0;
  }
}

.header {
  transform: rotate(0.03deg);
  z-index: 10;
}
@media print, screen and (min-width: 1200px) {
  .header {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    position: relative;
  }
}
.header_top {
  background-color: #ffffff;
  margin-top: -1px;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .header_top {
    margin-top: 0;
  }
}
.header_topInner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  width: 87.5vw;
}
@media only screen and (max-width: 1199px) {
  .header_topInner {
    padding-right: 10px;
    width: 100%;
  }
}
.header_companyLogo {
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .header_companyLogo {
    width: 140px;
  }
}
.header_bottom {
  background-color: #110f81;
  color: #ffffff;
}
.header_inner {
  display: flex;
  margin: 0 auto;
  padding: 24px 0;
  width: 88.5416666667vw;
}
@media print, screen and (min-width: 1200px) {
  .header_inner {
    height: 148px;
  }
}
@media only screen and (max-width: 1199px) {
  .header_inner {
    height: 138px;
    width: 89.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .header_inner {
    height: 65px;
    padding: 8px 0 10px;
  }
}
.header_logoArea {
  flex-shrink: 0;
  width: 348px;
}
@media only screen and (max-width: 767px) {
  .header_logoArea {
    width: 72vw;
  }
}
.header_logoAreaText {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header_logoAreaText {
    font-size: 10px;
  }
}
.header_logoAreaText--attention {
  color: #991d97;
}
.header_logoAreaLogo {
  padding-top: 12px;
  width: 316px;
}
@media only screen and (max-width: 767px) {
  .header_logoAreaLogo {
    padding-top: 4px;
    width: 153px;
  }
}
.header_navOuter {
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .header_navOuter {
    overflow: scroll;
    height: calc(100vh - 178px);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 178px;
    transition: all 1s;
    visibility: hidden;
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .header_navOuter {
    overflow: scroll;
    height: calc(100vh - 105px);
    top: 105px;
  }
}
@media only screen and (max-width: 1199px) {
  .header_navOuter.js-spmenuOpen {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    visibility: visible;
  }
  .header_navOuter.js-spmenuOpen .header_nav {
    transform: translateX(0px);
  }
}
.header_nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 56px;
  padding-top: 52px;
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .header_nav {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header_nav {
    display: inline-block;
    background-color: #110f81;
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(242px);
    transition: 1s;
    width: 242px;
  }
}
.header_navItem {
  background-color: #110f81;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  transition: color 0.2s;
}
@media print, screen and (min-width: 1200px) {
  .header_navItem:hover {
    text-decoration: underline;
  }
}
.header_navItem a:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
@media print, screen and (min-width: 1200px) {
  .header_navItem {
    border-right: 1px solid #ffffff;
    line-height: 1;
    margin-bottom: 12px;
    margin-right: 12px;
    padding-right: 12px;
  }
  .header_navItem:last-of-type {
    border-right: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header_navItem {
    border-bottom: 1px solid #ffffff;
    margin-right: 0;
    padding: 20px 40px;
  }
  .header_navItem:first-of-type {
    border-top: 1px solid #ffffff;
  }
}
.header_buttonWrapper {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header_buttonWrapper {
    display: none;
  }
}
.header_checkArea--app .header_checkAreaButton {
  background-color: #0F7DB8;
  padding: 11px 0 12px 45px;
}
.header_checkArea--app .header_checkAreaButton::after {
  background-image: url("../../img/icon-app.svg");
  height: 17px;
  left: 20px;
}
.header_checkAreaText {
  line-height: 1.3;
  text-align: center;
}
.header_checkAreaTextBottom {
  letter-spacing: 0.2em;
}
.header_checkAreaButton {
  background-color: #B85D00;
  border-radius: 50px;
  display: block;
  margin-top: 10px;
  padding: 20px 0 20px 55px;
  position: relative;
  transition: opacity 0.2s;
  width: 180px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.1;
}
.header_checkAreaButton--dpnp {
  padding: 11px 0 12px 55px;
  background-color: #51801E;
}
@media print, screen and (min-width: 1200px) {
  .header_checkAreaButton:hover {
    text-decoration: underline;
  }
}
.header_checkAreaButton:focus-visible .header_checkAreaButtonText {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.header_checkAreaButton::after {
  background-image: url("../../img/icon-check.svg");
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 25px;
  position: absolute;
  top: 18px;
  width: 16px;
}
.header_spMenu {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(1) {
    animation: tabMenu01 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(2) {
    opacity: 0;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(3) {
    animation: tabMenu02 1s forwards;
  }
}
@media only screen and (max-width: 767px) {
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(1) {
    animation: spMenu01 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(2) {
    opacity: 0;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(3) {
    animation: spMenu02 1s forwards;
  }
}
@media only screen and (max-width: 1199px) {
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(1) {
    animation: tabMenu01Back 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(2) {
    opacity: 1;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(3) {
    animation: tabMenu02Back 1s forwards;
  }
}
@media only screen and (max-width: 767px) {
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(1) {
    animation: spMenu01Back 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(2) {
    opacity: 1;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(3) {
    animation: spMenu02Back 1s forwards;
  }
}
@keyframes tabMenu01 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(15px) rotateZ(45deg);
  }
}
@keyframes tabMenu02 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(-15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-15px) rotateZ(-45deg);
  }
}
@keyframes tabMenu01Back {
  0% {
    transform: translateY(15px) rotateZ(45deg);
  }
  50% {
    transform: translateY(15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes tabMenu02Back {
  0% {
    transform: translateY(-15px) rotateZ(-45deg);
  }
  50% {
    transform: translateY(-15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes spMenu01 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(10px) rotateZ(45deg);
  }
}
@keyframes spMenu02 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(-10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-10px) rotateZ(-45deg);
  }
}
@keyframes spMenu01Back {
  0% {
    transform: translateY(10px) rotateZ(45deg);
  }
  50% {
    transform: translateY(10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes spMenu02Back {
  0% {
    transform: translateY(-10px) rotateZ(-45deg);
  }
  50% {
    transform: translateY(-10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
.header_spMenuItem {
  background-color: #ffffff;
  border-radius: 10px;
  height: 2px;
  margin-bottom: 14px;
  margin-top: 6px;
  position: relative;
  transform-origin: center;
  transition: 1s;
  width: 61px;
}
@media only screen and (max-width: 767px) {
  .header_spMenuItem {
    margin-bottom: 8px;
    width: 33px;
  }
}
.header_spMenuItem:last-of-type {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header_spMenuItem:last-of-type {
    margin-bottom: 5px;
  }
}
.header_spMenuText {
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .header_spMenuText {
    font-size: 10px;
  }
}

.footer {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer_pagetop {
  background-color: #1750A3;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 41px;
  letter-spacing: 0.1em;
  line-height: 45px;
  position: absolute;
  right: 3%;
  text-align: center;
  top: -40px;
  width: 120px;
}
@media print, screen and (min-width: 1200px) {
  .footer_pagetop:hover {
    text-decoration: underline;
  }
}
.footer_pagetop:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.footer_pagetop_arw {
  background: url(../../img/arrow-white_up.svg) left no-repeat;
  background-size: contain;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .footer_navArea {
    padding: 0;
  }
}
.footer_navArea--top {
  background-color: #0F7DB8;
}
@media print, screen and (min-width: 1200px) {
  .footer_navArea--top {
    padding: 14px 0;
  }
}
.footer_navArea--bottom {
  padding: 3px 0;
}
.footer_navArea--bottom .footer_navItem {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .footer_navArea--bottom .footer_navItem {
    border-bottom: 1px solid #000000;
    font-size: 14px;
    padding: 5px 0;
  }
  .footer_navArea--bottom .footer_navItem:last-of-type {
    border-bottom: 1px solid #000000;
  }
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 960px;
}
@media only screen and (max-width: 1199px) {
  .footer_nav {
    width: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav {
    flex-direction: column;
  }
}
.footer_navItem {
  color: #ffffff;
  font-size: 18px;
  line-height: 2.5;
  margin-right: 24px;
  transition: color 0.2s;
  /* button スタイル */
}
@media print, screen and (min-width: 1200px) {
  .footer_navItem:hover {
    text-decoration: underline;
  }
}
.footer_navItem a:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer_navItem {
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    margin-right: 0;
    padding: 5px 0;
  }
  .footer_navItem:last-of-type {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_navItem button:hover {
    text-decoration: underline;
  }
}
.footer_navItem button:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.footer_copyArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0 140px 0;
  width: 1200px;
}
@media only screen and (max-width: 1199px) {
  .footer_copyArea {
    width: 94%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_copyArea {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
.footer_copyrights {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer_copyrights {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.footer_logo {
  width: 170px;
}

.footer-fix {
  position: fixed;
  right: 15px;
  bottom: 25px;
}
@media print, screen and (min-width: 1920px) {
  .footer-fix {
    right: 30px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-fix {
    display: none;
  }
}
.footer-fix_buttonWrapper {
  display: flex;
  gap: 10px;
  margin-left: auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .footer-fix_buttonWrapper {
    display: none;
  }
}
.footer-fix_checkAreaButton {
  background-color: #B85D00;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: opacity 0.2s;
  width: 300px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
  min-height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 1920px) {
  .footer-fix_checkAreaButton {
    width: 320px;
    font-size: 15px;
  }
}
.footer-fix_checkAreaButton--dpnp {
  background-color: #51801E;
}
.footer-fix_checkAreaButton--app {
  background-color: #0F7DB8;
}
@media print, screen and (min-width: 1200px) {
  .footer-fix_checkAreaButton:hover .footer-fix_checkAreaIcon {
    text-decoration: underline;
  }
}
.footer-fix_checkAreaButton:focus-visible .footer-fix_checkAreaIcon {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.footer-fix_checkAreaIcon {
  background: url("../../img/icon-check.svg") left no-repeat;
  background-size: 20px auto;
  padding-left: 35px;
  min-height: 35px;
  width: auto;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
}
.footer-fix_checkAreaIcon--app {
  background-image: url("../../img/icon-app.svg");
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: none !important;
  color: #000000 !important;
  font-size: 14px !important;
  padding: 0 !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent !important;
}

.itareco-kv {
  background-color: #ece8f2;
  height: 900px;
}
.itareco-kv--purple {
  color: #961b87;
}
.itareco-kv--blue {
  color: #1750A3;
}
.itareco-kv--green {
  color: #00756F;
}
@media only screen and (max-width: 1199px) {
  .itareco-kv {
    height: 835px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-kv {
    height: 320vw;
  }
}
.itareco-kv_main {
  height: 606px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 1280px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_main {
    background-color: #ffffff;
    height: auto;
    position: static;
  }
}
.itareco-kv_text {
  font-size: 36px;
  font-weight: bold;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 620px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_text {
    font-size: 5.3333333333vw;
    left: 0;
    margin-bottom: 15px;
    position: relative;
    top: 0;
    width: 100%;
  }
}
.itareco-kv_textImg {
  margin-left: -50px;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_textImg {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-kv_textH2 {
    margin-top: -15px;
    text-align: center;
  }
}
.itareco-kv_free {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_free {
    max-width: 100px;
    right: 20px;
    top: 124vw;
    width: 21.3333333333vw;
  }
}
.itareco-kv_app {
  left: 30px;
  position: absolute;
  top: 400px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_app {
    left: 0;
    text-align: center;
    top: 148vw;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-kv_appImg {
    width: 45%;
  }
}
.itareco-kv_appText {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_appText {
    margin-left: 20px;
    text-align: left;
  }
}
.itareco-kv_image {
  height: 606px;
  object-fit: cover;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_image {
    height: 93.3333333333vw;
    object-position: 80% 0;
  }
}
.itareco-kv_contentWrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: -80px auto 0;
  width: 1190px;
}
@media only screen and (max-width: 1199px) {
  .itareco-kv_contentWrap {
    gap: 20px;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-kv_contentWrap {
    background-color: #ece8f2;
    display: block;
    margin: 0;
    padding-top: 21.3333333333vw;
    width: 100%;
  }
}
.itareco-kv_content {
  background-color: #ffffff;
  border: 1px solid #c9c9ca;
  border-radius: 20px;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 290px;
  padding: 25px;
  width: calc((100% - 200px) / 3);
}
@media only screen and (max-width: 1199px) {
  .itareco-kv_content {
    height: 25.5208333333vw;
    padding: 1.5625vw;
    width: calc((100% - 100px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .itareco-kv_content {
    height: 48vw;
    margin-bottom: 10px;
    padding: 4.8vw;
    width: 100%;
  }
}
.itareco-kv_contentImg {
  display: block;
  margin: 5px auto 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_contentImg {
    margin: 0 auto;
    width: 30%;
  }
}
.itareco-kv_contentText {
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .itareco-kv_contentText {
    font-size: 1.71875vw;
    padding: 1.3020833333vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-kv_contentText {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
  }
}
.itareco-kv_contentText--big {
  display: block;
  font-size: 25px;
  font-weight: normal;
  font-weight: bold;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .itareco-kv_contentText--big {
    font-size: 5.3333333333vw;
  }
}

.itareco-information_recordArea {
  background-color: #ece8f2;
  padding-bottom: 120px;
}
.itareco-information_viewgArea {
  background-color: #dfeffa;
  border: solid 1px #a6a6a6;
  border-radius: 60px 0 0 0;
  margin-top: -60px;
  padding: 69px 0 120px;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_viewgArea {
    border-radius: 30px 0 0 0;
    padding: 50px 0 120px;
  }
}
.itareco-information_communicateArea {
  background-color: #d4e9e6;
  border: solid 1px #a6a6a6;
  border-radius: 0 60px 0 0;
  margin-top: -60px;
  padding: 69px 0 60px;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_communicateArea {
    border-radius: 0 30px 0 0;
    padding: 50px 0 60px;
  }
}
.itareco-information_headding {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  padding: 53px 10px 53px 10px;
  text-align: center;
}
.itareco-information_headding::before {
  content: "";
  display: inline-block;
  height: 65px;
  margin-right: 20px;
  vertical-align: middle;
  width: 50px;
}
.itareco-information_headding--record {
  background-color: #961b87;
}
.itareco-information_headding--record::before {
  background: url(../../img/itareco/img_itareco-information_record.svg) no-repeat;
}
.itareco-information_headding--view {
  background-color: #1750A3;
}
.itareco-information_headding--view::before {
  background: url(../../img/itareco/img_itareco-information_view.svg) no-repeat;
}
.itareco-information_headding--communicate {
  background-color: #00756F;
}
.itareco-information_headding--communicate::before {
  background: url(../../img/itareco/img_itareco-information_communicate.svg) no-repeat;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_headding {
    font-size: 24px;
    padding: 30px 0px 30px 0px;
  }
}
.itareco-information_headding03 {
  font-size: 35px;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.3em;
  padding: 60px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_headding03 {
    font-size: 22px;
  }
}
.itareco-information_headding03--record {
  border-bottom: 3px dotted #961b87;
}
.itareco-information_headding03--view {
  border-bottom: 3px dotted #1750A3;
}
.itareco-information_headding03--communicate {
  border-bottom: 3px dotted #00756F;
}
.itareco-information_textPurple {
  color: #80457b;
}
.itareco-information_textLightblue {
  color: #1750A3;
}
.itareco-information_textGreen {
  color: #00756F;
}
.itareco-information_textPink {
  color: #CC007B;
}
.itareco-information_text {
  font-size: 18px;
  padding-bottom: 1rem;
  text-align: center;
}
.itareco-information_text--dot {
  border-bottom: 3px dotted #961b87;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_text {
    font-size: 15px;
  }
}
.itareco-information_textRight {
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 1rem;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_textRight {
    font-size: 13px;
    text-align: center;
  }
}
.itareco-information_textbold {
  font-size: 23px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}
.itareco-information_textbold--linehight {
  line-height: 1.5em;
  padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_textbold {
    font-size: 18px;
  }
}
.itareco-information_box {
  background-color: #ffffff;
  border-radius: 50px;
  margin: 30px auto 0;
  padding: 0px 20px 60px;
  text-align: center;
  width: 960px;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_box {
    padding: 0px 10px 60px;
    width: calc(100% - 30px);
  }
}
.itareco-information_communicateBox {
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_communicateBox {
    width: 960px;
  }
}
.itareco-information_viewImg {
  margin-top: 30px;
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_viewImg {
    width: 180px;
  }
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_recordWrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-information_recordWrapper {
    justify-content: center;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_recordWrapper--width {
    width: 600px;
  }
}
.itareco-information_recordInner {
  margin: 0 20px;
}
.itareco-information_recordImg {
  margin-left: 10px;
  margin-top: 30px;
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordImg {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordImg--margin {
    margin-left: 0px;
    width: 160px;
  }
}
.itareco-information_recordImgSmall {
  margin: 15px 0;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordImgSmall {
    margin: 6px;
    width: 120px;
  }
}
.itareco-information_recordImgBig {
  margin: 15px 0;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordImgBig {
    width: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-information_recordImgBig--margin {
    margin-left: 10px;
  }
}
.itareco-information_recordCaption {
  background-color: #CC007B;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaption {
    font-size: 13px;
    padding: 15px 5px;
  }
}
.itareco-information_recordCaption--upperSide {
  margin-top: 50px;
}
.itareco-information_recordCaption--upperSide::before {
  border-color: transparent transparent transparent #CC007B;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  content: "";
  height: 0;
  left: 130px;
  position: absolute;
  top: 35px;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaption--upperSide::before {
    border-color: transparent transparent transparent #CC007B;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: "";
    height: 0;
    left: 74px;
    position: absolute;
    top: 10px;
    width: 0;
  }
}
.itareco-information_recordCaption--underSide {
  margin-right: 20px;
  margin-top: 60px;
}
.itareco-information_recordCaption--underSide::before {
  border-color: transparent transparent transparent #CC007B;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  content: "";
  height: 0;
  left: 110px;
  position: absolute;
  top: 45px;
  width: 0;
}
.itareco-information_recordCaption--underSide {
  margin-right: 20px;
  margin-top: 60px;
}
.itareco-information_recordCaption--underSide::before {
  border-color: transparent transparent transparent #CC007B;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  content: "";
  height: 0;
  left: 110px;
  position: absolute;
  top: 35px;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaption--underSide::before {
    border-color: transparent transparent transparent #CC007B;
    border-style: solid;
    border-width: 15px 0 15px 13px;
    content: "";
    height: 0;
    left: 56px;
    position: absolute;
    top: 15px;
    width: 0;
  }
}
.itareco-information_recordCaption--rightUpperSide {
  margin-top: 20px;
}
.itareco-information_recordCaption--rightUpperSide::before {
  border-color: transparent #CC007B transparent transparent;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 170px;
  width: 0;
}
.itareco-information_recordCaption--rightUpperSide::after {
  border: solid 6px #CC007B;
  border-radius: 0 0 10px 0;
  content: "";
  height: 176px;
  left: 0px;
  position: absolute;
  top: 60px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaption--rightUpperSide::before {
    border-style: solid;
    border-width: 10px 20px 10px 0;
    left: -20px;
    top: 103px;
  }
  .itareco-information_recordCaption--rightUpperSide::after {
    border: solid 4px #CC007B;
    height: 147px;
    left: 0px;
    top: 53px;
    width: 132px;
  }
}
.itareco-information_recordCaption--rightUnderSide {
  margin-top: 0px;
}
.itareco-information_recordCaption--rightUnderSide::before {
  border: solid 6px #CC007B;
  border-radius: 0 0 10px 10px;
  content: "";
  height: 160px;
  left: 0;
  left: 0px;
  position: absolute;
  top: 40px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaption--rightUnderSide::before {
    border: solid 4px #CC007B;
    height: 94px;
    left: 0px;
    top: 37px;
    width: 132px;
  }
}
.itareco-information_recordCaption--targetUpperSide {
  margin-left: 40px;
  margin-top: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.itareco-information_recordCaption--targetUpperSide::before {
  border-color: transparent transparent #CC007B transparent;
  border-style: solid;
  border-width: 0 0 25px 100px;
  content: "";
  height: 0;
  left: -80px;
  position: absolute;
  top: 35px;
  transform: rotate(-30deg);
  width: 0;
}
.itareco-information_recordCaption--targetUpperSide::after {
  border-color: transparent transparent #CC007B transparent;
  border-style: solid;
  border-width: 0 0 25px 110px;
  content: "";
  height: 0;
  left: -88px;
  position: absolute;
  top: 101px;
  transform: rotate(-40deg);
  width: 0;
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_recordCaption--targetUpperSide {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaption--targetUpperSide {
    margin-left: 20px;
    margin-top: 10px;
    padding: 10px;
  }
  .itareco-information_recordCaption--targetUpperSide::before {
    border-width: 0 0 12px 40px;
    left: -30px;
    top: 18px;
  }
  .itareco-information_recordCaption--targetUpperSide::after {
    border-width: 0 0 15px 70px;
    left: -52px;
    top: 59px;
  }
}
.itareco-information_recordCaption--targetUnderSide {
  margin-top: 20px;
}
.itareco-information_recordCaption--targetUnderSide::before {
  border-color: #CC007B transparent transparent transparent;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  content: "";
  height: 0;
  left: 195px;
  position: absolute;
  top: 70px;
  width: 0;
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_recordCaption--targetUnderSide {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-information_recordCaption--targetUnderSide {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaption--targetUnderSide {
    margin-top: 10px;
  }
  .itareco-information_recordCaption--targetUnderSide::before {
    border-color: #CC007B transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    left: 89px;
    top: 57px;
  }
}
.itareco-information_recordCaptionInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_recordCaptionInner {
    justify-content: center;
    margin-top: 20px;
  }
}
.itareco-information_recordCaptionInnerItem {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaptionInnerItem {
    margin-left: 3px;
    margin-right: 0px;
  }
}
.itareco-information_recordCaptionInnerItem--borderBoxLeft::before {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 73px;
  left: 0px;
  position: absolute;
  top: 68px;
  width: 250px;
}
.itareco-information_recordCaptionInnerItem--borderBoxLeft::after {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 350px;
  left: 0;
  left: 0px;
  position: absolute;
  top: 143px;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaptionInnerItem--borderBoxLeft::before {
    border: solid 4px #CC007B;
    height: 300px;
    left: 10px;
    top: 125px;
    width: 200px;
  }
  .itareco-information_recordCaptionInnerItem--borderBoxLeft::after {
    border: solid 4px #CC007B;
    height: 59px;
    left: 10px;
    top: 62px;
    width: 200px;
  }
}
.itareco-information_recordCaptionInnerItem--borderBoxRight::after {
  border: solid 6px #CC007B;
  border-radius: 10px 0 0 10px;
  content: "";
  height: 161px;
  left: 145px;
  position: absolute;
  top: 95px;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordCaptionInnerItem--borderBoxRight::after {
    border: solid 4px #CC007B;
    height: 109px;
    left: 108px;
    top: 72px;
    width: 59px;
  }
}
.itareco-information_recordTargetWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_recordTargetWrapper {
    width: 700px;
  }
}
.itareco-information_recordTargetInnerItem {
  position: relative;
}
.itareco-information_recordTargetInnerItem--left::before {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 70px;
  left: 0px;
  position: absolute;
  top: 65px;
  width: 300px;
}
.itareco-information_recordTargetInnerItem--left::after {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 70px;
  left: 0px;
  position: absolute;
  top: 160px;
  width: 300px;
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_recordTargetInnerItem {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordTargetInnerItem::before {
    border: solid 4px #CC007B;
    height: 33px;
    left: -3px;
    top: 40px;
    width: 144px;
  }
  .itareco-information_recordTargetInnerItem::after {
    border: solid 4px #CC007B;
    height: 36px;
    left: -3px;
    top: 85px;
    width: 144px;
  }
}
.itareco-information_recordTargetInnerItem--right::before {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 230px;
  left: 210px;
  position: absolute;
  top: 276px;
  width: 90px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .itareco-information_recordTargetInnerItem--right::before {
    left: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_recordTargetInnerItem--right::before {
    border: solid 4px #CC007B;
    height: 124px;
    left: 111px;
    top: 154px;
    width: 52px;
  }
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_viewrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.itareco-information_viewInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_viewInner {
    justify-content: center;
  }
}
.itareco-information_viewCaption {
  background-color: #CC007B;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  margin: 20px 0 0 25px;
  padding: 15px 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .itareco-information_viewCaption {
    font-size: 13px;
  }
}
.itareco-information_viewCaption--left {
  margin-top: 350px;
  position: relative;
}
.itareco-information_viewCaption--left::before {
  border-color: transparent #CC007B transparent transparent;
  border-style: solid;
  border-width: 15px 35px 2px 0px;
  content: "";
  height: 0;
  left: -30px;
  position: absolute;
  top: 35px;
  width: 0;
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_viewCaption--left {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_viewCaption--left {
    margin-top: 250px;
  }
}
.itareco-information_viewCaption--rightUpperside {
  margin-top: 150px;
  position: relative;
}
.itareco-information_viewCaption--rightUpperside::before {
  border-color: transparent #CC007B transparent transparent;
  border-style: solid;
  border-width: 15px 35px 2px 0px;
  content: "";
  height: 0;
  left: -30px;
  position: absolute;
  top: 35px;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .itareco-information_viewCaption--rightUpperside {
    margin-top: 70px;
  }
}
.itareco-information_viewCaption--rightUnderSide {
  margin-top: 100px;
  position: relative;
}
.itareco-information_viewCaption--rightUnderSide::before {
  border-color: transparent #CC007B transparent transparent;
  border-style: solid;
  border-width: 15px 35px 2px 0px;
  content: "";
  height: 0;
  left: -30px;
  position: absolute;
  top: 35px;
  width: 0;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_viewCaption--rightUnderSide {
    margin-top: 70px;
  }
}
.itareco-information_viewInnerItem {
  position: relative;
}
.itareco-information_viewInnerItem--borderLeft::before {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 160px;
  left: -240px;
  position: absolute;
  top: 320px;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_viewInnerItem--borderLeft::before {
    border: solid 4px #CC007B;
    height: 127px;
    left: -182px;
    top: 258px;
    width: 190px;
  }
}
.itareco-information_viewInnerItem--borderRight::before {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 200px;
  left: -240px;
  position: absolute;
  top: 85px;
  width: 250px;
}
.itareco-information_viewInnerItem--borderRight::after {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 180px;
  left: -240px;
  position: absolute;
  top: 290px;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_viewInnerItem--borderRight::before {
    border: solid 4px #CC007B;
    height: 158px;
    left: -186px;
    top: 76px;
    width: 199px;
  }
  .itareco-information_viewInnerItem--borderRight::after {
    border: solid 4px #CC007B;
    border-radius: 10px;
    height: 141px;
    left: -185px;
    top: 235px;
    width: 197px;
  }
}
.itareco-information_communicateWapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.itareco-information_communicateInner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.itareco-information_communicatedInnerItem {
  position: relative;
}
.itareco-information_communicatedInnerItem--geenArrow {
  margin-left: 70px;
}
.itareco-information_communicatedInnerItem--geenArrow::before {
  background: url(../../img/itareco/img_itareco-information_communicate_03.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 50px;
  left: -40px;
  position: absolute;
  top: 150px;
  width: 50px;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_communicatedInnerItem--geenArrow {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_communicatedInnerItem--geenArrow {
    margin-left: 0px;
    margin-top: 20px;
  }
  .itareco-information_communicatedInnerItem--geenArrow::before {
    height: 40px;
    left: 100px;
    top: 0px;
    transform: rotate(90deg);
    width: 40px;
  }
}
.itareco-information_communicatedInnerItem--borderbox::before {
  border: solid 6px #CC007B;
  border-radius: 10px;
  content: "";
  height: 176px;
  left: -2px;
  position: absolute;
  top: 34px;
  width: 234px;
}
@media print, screen and (min-width: 1200px) {
  .itareco-information_communicatedInnerItem--borderbox {
    margin-left: 70px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-information_communicatedInnerItem--borderbox::before {
    border: solid 4px #CC007B;
    border-radius: 10px;
    top: 43px;
    width: 165px;
  }
}
.itareco-information_communicateImgBig {
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_communicateImgBig {
    width: 160px;
  }
}
.itareco-information_communicateImgSmall {
  margin-top: 70px;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .itareco-information_communicateImgSmall {
    margin-top: 50px;
    width: 90px;
  }
}
.itareco-information_caption {
  background-color: #CC007B;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 15px;
  position: relative;
}
.itareco-information_caption--communicateArrow {
  font-size: 18px;
  margin-left: 30px;
}
.itareco-information_caption--communicateArrow::before {
  border-color: transparent transparent #CC007B transparent;
  border-style: solid;
  border-width: 0 0 20px 100px;
  content: "";
  height: 0;
  left: -30px;
  position: absolute;
  top: 90px;
  transform: rotate(-45deg);
  width: 0;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_caption--communicateArrow {
    font-size: 13px;
    width: 90px;
  }
  .itareco-information_caption--communicateArrow::before {
    border-width: 0 0 20px 40px;
    top: 77px;
    transform: rotate(337deg);
  }
}
.itareco-information_textBoldSmall {
  font-size: 16px;
  font-weight: bold;
  margin: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .itareco-information_textBoldSmall {
    margin: 0px;
  }
}
.itareco-information_communicateImg {
  width: 300px;
}
@media only screen and (max-width: 1199px) {
  .itareco-information_communicateImg {
    width: 230px;
  }
}

.itareco-howToUse {
  background-color: #ffffff;
  background-image: radial-gradient(#cbc5eb 10%, transparent 10%);
  background-size: 40px 40px;
  padding: 60px 30px 74px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .itareco-howToUse {
    padding: 60px 50px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse {
    padding: 60px 35px 70px;
  }
}
.itareco-howToUse_searchCaption {
  font-size: 18px;
  margin: 24px 10px 0;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_searchCaption {
    font-size: 16px;
  }
}
.itareco-howToUse_telCaption {
  font-size: 18px;
  font-weight: normal;
  margin-top: 24px;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_telCaption {
    margin-left: 22px;
  }
}
.itareco-howToUse_contactText {
  font-size: 18px;
  margin-top: 24px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_contactText {
    font-size: 16px;
    margin-top: 60px;
  }
}
.itareco-howToUse_box {
  background-color: #ffffff;
  border: 5px solid #5f66a2;
  border-radius: 50px;
  margin: 0 auto 24px;
  max-width: 960px;
  padding: 70px 0px 65px;
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_box {
    padding: 42px 0 42px;
  }
}
.itareco-howToUse_box--callcenterImg {
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_box--callcenterImg {
    padding-bottom: 122px;
  }
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_box--callcenterImg::after {
    background: url(../../img/itareco/img_howToUse_contact_01.png) no-repeat;
    background-size: contain;
    content: "";
    height: 203px;
    left: 690px;
    position: absolute;
    top: 220px;
    width: 200px;
  }
}
.itareco-howToUse_buttonWrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 85px;
  max-width: 532px;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_buttonWrapper {
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
  }
}
.itareco-howToUse_searchWrapper {
  margin: 0 auto;
  text-align: center;
}
.itareco-howToUse_heading {
  font-size: 35px;
  font-weight: bold;
  margin: 0px 0px 24px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_heading {
    font-size: 22px;
    margin: 0px 0px 20px 0px;
  }
}
.itareco-howToUse_headingImg {
  display: inline-block;
  height: 82px;
  width: 320px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_headingImg {
    display: block;
    height: 62px;
    width: 200px;
    margin: 0 auto 5px auto;
  }
}
.itareco-howToUse_appHeading {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0px 24px 137px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_appHeading {
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 0px 0px 24px 55px;
    padding-top: 5px;
  }
}
.itareco-howToUse_appHeading--step01::before {
  background: url(../../img/itareco/img_howToUse_step_01.png) no-repeat;
  background-size: contain;
  content: "";
  height: 113px;
  left: -177px;
  position: absolute;
  top: -27px;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_appHeading--step01::before {
    height: 90px;
    left: -82px;
    top: 0px;
    width: 75px;
  }
}
.itareco-howToUse_appHeading--step02::before {
  background: url(../../img/itareco/img_howToUse_step_02.png) no-repeat;
  background-size: contain;
  content: "";
  height: 113px;
  left: -177px;
  position: absolute;
  top: -27px;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_appHeading--step02::before {
    height: 90px;
    left: -82px;
    top: 0px;
    width: 75px;
  }
}
.itareco-howToUse_buttonImage {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_buttonImage {
    margin: 10px;
  }
}
.itareco-howToUse_searchImage {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_searchImage {
    margin: 10px;
    width: 60%;
  }
}
.itareco-howToUse_qrcode {
  margin-top: 10px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_qrcode {
    margin: 10px;
    width: 60%;
  }
}
.itareco-howToUse_contactHeading {
  color: #1750A3;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_contactHeading {
    margin-bottom: 90px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_contactHeading {
    font-size: 22px;
    margin-left: -140px;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_contactHeading::after {
    background: url(../../img/itareco/img_howToUse_contact_01.png) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 140px;
    position: absolute;
    top: -40px;
    width: 140px;
  }
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_contactWrapper {
    align-items: flex-start;
    display: flex;
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .itareco-howToUse_contactWrapper {
    align-items: flex-start;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_contactWrapper {
    text-align: center;
  }
}
.itareco-howToUse_tel {
  font-size: 18px;
  font-size: 25px;
  font-weight: bold;
  margin-right: 22px;
  margin-top: 24px;
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_tel {
    margin-left: 77px;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_tel {
    font-size: 22px;
  }
}
.itareco-howToUse_tel::before {
  background: url(../../img/itareco/img_howToUse_contact_tel.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 43px;
  margin-right: 20px;
  vertical-align: middle;
  width: 40px;
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_tel::before {
    margin-bottom: 20px;
  }
}
.itareco-howToUse_time {
  font-size: 18px;
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_time {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .itareco-howToUse_time {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_time {
    font-size: 16px;
  }
}
.itareco-howToUse_mail {
  font-size: 25px;
  font-weight: bold;
  margin-right: 22px;
  margin-top: 40px;
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_mail {
    margin-left: 77px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_mail {
    font-size: 22px;
  }
}
.itareco-howToUse_mail::before {
  background: url(../../img/itareco/img_howToUse_contact_mail.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 20px;
  vertical-align: middle;
  width: 40px;
}
.itareco-howToUse_company {
  font-size: 20px;
  font-weight: bold;
  margin-right: 22px;
  margin-top: 40px;
  position: relative;
  padding-left: 110px;
  top: -10px;
}
@media print, screen and (min-width: 1200px) {
  .itareco-howToUse_company {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .itareco-howToUse_company {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_company {
    width: 250px;
    padding-left: 80px;
    text-align: left;
    margin: 40px auto 0;
  }
}
.itareco-howToUse_company--ops {
  font-size: 14px;
}
.itareco-howToUse_company::before {
  background: url(../../img/itareco/img_howToUse_contact_webly.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 20px;
  vertical-align: middle;
  width: 95px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .itareco-howToUse_company::before {
    width: 70px;
    top: 16px;
  }
}

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