@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "?";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

* {
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #202020;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: 320px;
  }
}
body.opening-modal {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.header__top {
  background: linear-gradient(to right, #fff 40%, #E4F5C3);
  padding: 11.5px 0;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top-inner p {
  font-size: 1rem;
  color: #1E415F;
  font-weight: bold;
}
.header__middle {
  background: #D6E1EB;
  color: #0D4DA1;
  font-size: 2.6rem;
  font-weight: bold;
}
.header__middle-inner {
  display: flex;
}
.header__middle-left {
  font-family: Roboto;
  background: #0D4DA1;
  padding: 20px;
  margin: 0 0 0 -200%;
  padding: 26px 30px 0 calc(200% + 20px);
}
.header__middle-left span {
  display: inline-block;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 5px 20px 2px;
  border: 2px solid #fff;
  border-radius: 5px;
}
.header__middle-right {
  padding: 25px;
}
.header__bottom {
  background: #0D4DA1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 7px 0 5px;
}
.header__bottom-inner {
  padding-left: 194px!important;
  display: flex;
  justify-content: space-between;
}
.header__bottom-link a {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}
.header__bottom-link a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_arrow_triangle.svg) 0/contain no-repeat;
  position: absolute;
  top: 1px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__top {
    background: linear-gradient(to right, #fff 60%, #E4F5C3);
  }
  .header__top-inner img {
    position: relative;
    left: -10px;
  }
  .header__top-inner p {
    display: none;
  }
  .header__middle {
    font-size: 20px;
  }
  .header__middle-left {
    padding: 15px 20px 0 200%;
  }
  .header__middle-left span {
    font-size: 1.6rem;
    padding: 2px 5px;
  }
  .header__middle-right {
    padding: 10px;
  }
  .header__bottom {
    font-size: 1rem;
    padding: 5px 0;
  }
  .header__bottom-inner {
    justify-content: flex-end;
    padding-left: 20px!important;
  }
  .header__bottom-ttl {
    display: none;
  }
  .header__bottom-link a {
    padding-right: 15px;
  }
  .header__bottom-link a:after {
    width: 12px;
    height: 12px;
  }
}
.footer-border {
  margin-top: 70px;
  background: #F3F3F3;
  height: 20px;
  border-top: 1px solid #CCCCFF;
  border-bottom: 1px solid #CCCCFF;
}

.footer-nav-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-navi {
  width: 33%;
}
.footer-navi__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 28px 0 10px;
}
.footer-navi.--01 .footer-navi__ttl {
  color: #1A274D;
  border-bottom: 2px solid #1A274D;
}
.footer-navi.--02 .footer-navi__ttl {
  color: #27AD3A;
  border-bottom: 2px solid #27AD3A;
}
.footer-navi.--03 .footer-navi__ttl {
  color: #4E67B0;
  border-bottom: 2px solid #4E67B0;
}
.footer-navi a {
  color: #202020;
  text-decoration: underline;
}
.footer-navi__list-wrap {
  margin: 16px 0;
}
.footer-navi > ul > li {
  font-size: 1.2rem;
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
.footer-navi > ul > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/common/icon_footer-list.gif) 0/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer {
  font-size: 1rem;
  padding: 20px 0;
  border-top: 2px solid #CCCCFF;
  text-align: right;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .footer-border {
    display: none;
  }
  .footer-nav-wrap {
    display: block;
    margin-top: 40px;
  }
  .footer-navi {
    width: 100%;
  }
  .footer-navi__ttl {
    background: #F3F3F3;
    padding: 10px;
    margin: 0 0 5px;
    position: relative;
  }
  .footer-navi__ttl:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/arrow-down-footer.png) 0/contain no-repeat;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .footer-navi__ttl.is-active:after {
    background: url(../img/common/arrow-up-footer.png) 0/contain no-repeat;
  }
  .footer {
    padding: 5px 0;
    text-align: left;
  }
}

main {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: 20px 0 0;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}
.l-wrapper--searchresult {
  overflow: clip;
}

.l-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container2 {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container2 {
    padding: 0 20px;
  }
}

.c-breadcrumb {
  font-size: 1.4rem;
  margin: 16px 0 0;
}
.c-breadcrumb ul {
  display: flex;
  padding: 0;
}
.c-breadcrumb ul a {
  color: #202020;
}

.l-wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    display: block;
  }
}
.l-wrap__menu {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  margin: -20px -20px 10px;
  top: -20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-items: center;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .l-wrap__menu {
    display: flex;
  }
}
.l-wrap__menuIcon {
  margin: 0 auto;
}
.l-wrap__menu span {
  display: block;
  width: 36px;
  height: 4px;
  margin-bottom: 9px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform: rotate(45deg) translate(-9px, -9px);
          transform: rotate(45deg) translate(-9px, -9px);
}
.l-wrap__menu span:last-child {
  margin-bottom: 0;
}
.l-wrap__menu span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
}
.l-wrap__menu span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}
.l-wrap__side {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .l-wrap__side-inner {
    position: sticky;
    top: 20px;
  }
}
.l-wrap__side .c-btn4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-wrap__side {
    width: 100%;
    margin: 20px 0;
  }
  .l-wrap__side .c-btn4 {
    margin-bottom: 8px;
  }
}
.l-wrap__content {
  flex: 1;
  padding-left: 77px;
}
@media screen and (max-width: 767px) {
  .l-wrap__content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.l-wrap__top {
  margin: 16px 0 28px;
  padding-top: 32px;
  border-top: 1px dashed #0d4da1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-wrap__top {
    display: block;
    margin: 15px 0;
    padding-top: 15px;
  }
}
.l-wrap__top .c-pagenavi {
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .l-wrap__top .c-pagenavi {
    top: 0;
    margin-top: 10px;
  }
}
.l-wrap__bottom {
  margin: 73px 0 45px;
  padding-bottom: 27px;
  border-bottom: 1px dashed #707070;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-wrap__bottom {
    margin: 15px 0;
    padding-bottom: 15px;
    justify-content: center;
  }
}
.l-wrap__bottom .c-pagenavi {
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .l-wrap__bottom .c-pagenavi {
    top: 0;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c-search-menu a {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 20px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 21px 0 17px;
  background: #0d4da1;
  color: #fff;
}
.c-search-menu a::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat center;
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .c-search-menu {
    position: fixed;
    bottom: 10px;
    left: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    z-index: 998;
  }
  .c-search-menu a {
    padding: 5px 10px 5px 30px;
  }
  .c-search-menu a::before {
    top: 50%;
    left: 6px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
.c-side-compare {
  margin-top: 30px;
}
.c-side-compare__ttl {
  width: 175px;
  margin: 0 auto;
  color: #237778;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #EAF0F1;
  border-radius: 10px 10px 0 0;
  border: 1px solid #3E898A;
  border-bottom: none;
  padding: 4px 0 2px;
}
.c-side-compare__item {
  min-height: 100px;
  border: 1px dashed #707070;
  margin-bottom: 5px;
  display: grid;
  place-items: center;
}
.c-side-compare__item-ready {
  color: #707070;
  text-align: center;
  font-size: 1.4rem;
}
.c-side-compare__item.is-active {
  display: block;
  border: 2px solid #3E898A;
}
.c-side-compare__item-inner {
  display: flex;
  align-items: flex-start;
  padding: 8px 10px;
}
.c-side-compare__item-img {
  width: 65px;
  margin-right: 12px;
  border: 1px solid #707070;
}
.c-side-compare__item-txt {
  width: calc(100% - 77px);
  font-size: 1rem;
  line-height: 1.15;
}
.c-side-compare__item-txt .name {
  font-weight: bold;
  margin-top: 2px;
}
.c-side-compare__item .taiscode {
  background: #F3F3F3;
  padding: 3px 10px;
  font-size: 1rem;
  font-weight: bold;
}
.c-side-compare__btn {
  width: 100%;
  background: #3e898a;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 16px 15px 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-side-compare {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
    padding: 5px;
    z-index: 100;
    margin-top: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
  }
  .c-side-compare__ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding: 0;
    border: none;
    background: none;
  }
  .c-side-compare__wrap {
    display: flex;
    max-width: 260px;
    margin: 0 auto;
  }
  .c-side-compare__item {
    width: 60px;
    min-height: 0;
    margin: 0 5px 0 0;
  }
  .c-side-compare__item-ready {
    font-size: 1rem;
    line-height: 1.25;
    padding: 1px 0;
  }
  .c-side-compare__item-inner {
    display: block;
    padding: 2px;
  }
  .c-side-compare__item-img {
    width: 50px;
    margin : 0 auto;
  }
  .c-side-compare__item-txt {
    width: 100%;
    display: none;
  }
  .c-side-compare__item .taiscode {
    display: none;
  }
  .c-side-compare__btn {
    font-size: 1.2rem;
    width: 60px;
    padding: 10px 2px 10px;
  }
}
.c-side {
  width: 303px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -303px;
  z-index: 999;
  transition: all .2s ease;
}
.c-side.is-active {
  left: 0;
}
.c-side-inner {
  padding: 20px;
  height: calc(100dvh - 133px);
  overflow-y: auto;
  position: relative;
}
.c-side__search-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.c-side__close-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 30px;
  right: 20px;
}
.c-side__close-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  position: absolute;
}
.c-side__close-btn span:nth-of-type(1) {
  transform: rotate(45deg);
}
.c-side__close-btn span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.c-mask--search-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
  z-index: 998;
  display: none;
}
.c-side__grbtn {
  width: 303px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-bottom: 20px;
  position: fixed;
  background: #fff;
  border-top: 1px solid #707070;
  padding: 20px;
  left: -303px;
  bottom: 0;
  transition: all .2s ease;
}
.c-side.is-active .c-side__grbtn {
  left: 0;
}
.c-side__btn {
  max-width: 174px;
  width: 100%;
  height: 40px;
  background: #7a7a7a;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}
.c-side__btn.is-style1 {
  background: #e5791b;
}
@media screen and (min-width: 768px) {
  .c-side__btn:hover {
    opacity: 0.8;
  }
}
.c-side__box:not(:last-of-type) {
  margin-bottom: 8px;
}
.c-side__ttl {
  font-size: 1.4rem;
  background: #0d4da1;
  color: #fff;
  line-height: 1.4285714286;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 10px 40px 10px 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.c-side__ttl:after {
  content: "";
  position: absolute;
  background: url("../img/common/icon_arrow_triangle.svg") center/cover no-repeat;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 14px;
  transition: all 0.3s ease-in-out;
}
.c-side__ttl.is-active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-side__ttl.--btn:after {
  content: none;
}
.c-side__body {
  border: 1px solid #0D4DA1;
  border-radius: 5px;
  background: #f3f3f3;
  padding: 0 14px 0 13px;
  display: none;
}
.c-side__body.is-show {
  display: block;
}
.c-side__content {
  padding: 14px 0 11px;
}
.c-side__ttl-sub {
  margin: 20px 0 6px;
}
.c-side__item:not(:last-of-type) {
  margin-bottom: 11px;
}
.c-side__label {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 3px;
}
.c-side__input input {
  width: 100%;
  height: 40px;
  border: 1px solid #707070;
  outline: none;
  background: #fff;
  padding: 0 10px;
  font-size: 1.6rem;
}
.c-side__input input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
}
.c-side__input input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  margin-right: 5px;
}
.c-side__input input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  margin-right: 5px;
  margin-top: -2px;
  -webkit-appearance: none;
  border-radius: 50%;
  padding: 0;
  position: relative;
}
.c-side__input input[type=radio]:checked {
  background-color: #0d4da1;
  border-color: #0d4da1;
}
.c-side__input input[type=radio]:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.c-side__input.u-col2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.c-side__input--space {
  margin: 0 7px;
  flex-shrink: 0;
  font-size: 1.4rem;
}
.c-side__checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.c-side__checkbox input {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-side__checkbox input {
    width: 18px;
    height: 18px;
  }
}
.c-side__checkbox input:checked {
  background-color: #0d4da1;
  border-color: #0d4da1;
}
.c-side__checkbox input:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.c-side__checkbox span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  color: #232323;
  padding-left: 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-side__checkbox span {
    font-size: 1.2rem;
    padding-left: 24px;
  }
}
.c-side__bd {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  padding: 7px 0 5px;
  margin-top: 5px;
  margin-bottom: 9px;
}
.c-side__wh {
  background: #0d4da1;
  border-radius: 5px;
  color: #fff;
  position: relative;
  width: 80px;
  height: 26px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-side__wh:before {
  content: "";
  background: url("../img/common/icon_code_form.svg") center/cover no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.c-side__col1 input {
  width: 58%;
}
.c-side__col1:nth-of-type(n + 2) {
  margin-top: 6px;
}
.c-side__selectlst {
  display: flex;
}
.c-side__selectlst:nth-of-type(n + 2) {
  margin-top: 7px;
}
.c-side__selectbox {
  display: flex;
  align-items: center;
}
.c-side__selectbox select {
  flex-shrink: 0;
  width: 80px;
  height: 40px;
  border: 1px solid #707070;
  background: #fff url("../img/common/icon_arrow_down.svg") no-repeat !important;
  background-size: 11px 6px !important;
  background-position: center right 13px !important;
  outline: none;
  padding: 0 30px 0 10px;
}
.c-side__selectbox.u-w64 select {
  width: 64px;
}
.c-side__radio {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  cursor: pointer;
}
.c-side__advanced {
  background: #d5d5d5;
  height: 63px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
  display: flex;
  align-items: center;
  border-radius: 5px;
  position: relative;
  padding-left: 13px;
}
.c-side__advanced.is-active {
  border-radius: 5px 5px 0 0;
}
.c-side__advanced:after {
  content: "";
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_advanced.svg") center/cover no-repeat;
  transition: all .2s ease;
}
.c-side__advanced.is-active:after {
  transform: rotate(180deg);
}
.c-side__advanced-search {
  display: none;
  background: #d5d5d5;
  padding: 0 13px 13px;
}
.c-side__advanced-search-ttl {
  font-weight: bold;
  font-size: 1.4rem;
}
.c-side__selectlist .c-side__selectbox {
  width: 100%;
}
.c-side__selectlist .c-side__selectbox select {
  width: calc(100% - 52px);
}
.c-side__selectlist .c-side__selectbox:not(:last-of-type) select {
  border-bottom: 0;
}
.c-side__selectlist .c-side__selectbox:not(:last-of-type) .c-side__labelselect {
  border-bottom: 0;
}
.c-side__selectlist .c-side__labelselect {
  width: 52px;
  height: 40px;
  flex-shrink: 0;
  font-size: 1.2rem;
  background: #fcf159;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-right: 0;
}
.c-side .u-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.u-mw1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .u-mw1000 {
    max-width: 100%;
  }
}

.u-red {
  color: #ff0000;
}

.u-bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .u-indent {
    text-indent: -33px;
    padding-left: 32px;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 a {
  font-size: 2rem;
  width: 340px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  color: #fff;
  background: #0d4da1;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  padding: 15px 0;
  position: relative;
  margin-left: auto;
}
.c-btn1 a:after {
  content: "";
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn1 a:after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn1 a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-btn1 a {
    font-size: 1.4rem;
    width: 200px;
    padding: 8px 0;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-btn2 a {
  font-size: 1.6rem;
  width: 250px;
  max-width: 100%;
  color: #fff;
  background: #0d4da1;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: left;
  padding: 18px 61px 18px 33px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.c-btn2 a:after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn2 a:after {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn2 a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-btn2 a {
    font-size: 1.1rem;
    padding: 10px 25px 8px 17px;
    width: 135px;
    min-height: auto;
  }
}
.c-btn2--pdf a:after {
  background: url("../img/common/icon_pdf.svg") no-repeat;
  width: 26px;
  height: 32px;
  background-size: 26px 32px;
}
@media screen and (max-width: 767px) {
  .c-btn2--pdf a:after {
    width: 16px;
    height: 19px;
    background-size: 16px 19px;
  }
}
.c-btn2--word a:after {
  background: url("../img/common/icon_word.svg") no-repeat;
  width: 33px;
  height: 32px;
  background-size: 33px 32px;
}
@media screen and (max-width: 767px) {
  .c-btn2--word a:after {
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }
}
.c-btn2--triangle a:after {
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .c-btn2--triangle a:after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.c-btn2--excel a:after {
  background: url("../img/common/icon_excel.svg") no-repeat;
  width: 33px;
  height: 32px;
  background-size: 33px 32px;
}
@media screen and (max-width: 767px) {
  .c-btn2--excel a:after {
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
  }
}
.c-btn2--excelsmall a:after {
  background: url("../img/common/icon_excel.svg") no-repeat;
  width: 26px;
  height: 24px;
  background-size: 26px 24px;
}
@media screen and (max-width: 767px) {
  .c-btn2--excelsmall a:after {
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
  }
}
.c-btn2--style2 a {
  padding: 9px 45px 9px 33px;
  font-size: 1.4rem;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .c-btn2--style2 a {
    font-size: 1.2rem;
    line-height: normal;
    padding: 9px 25px 9px 15px;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-btn3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 18px;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 400;
  line-height: 10px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  width: 146px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-btn3 {
    font-size: 1.4rem;
    padding: 15px 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-btn3:hover {
    opacity: 0.8;
  }
}
.c-btn3--orange {
  background-color: #e5791b !important;
}
.c-btn3--grey {
  background-color: #7a7a7a !important;
}
@media screen and (min-width: 768px) {
  .c-btn3--w200 {
    width: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.c-btn3--style1 {
  width: 140px;
  padding-top: 52px;
  padding-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .c-btn3--style1 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-btn4 a {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 20px;
  position: relative;
  color: #0d4da1;
  border-radius: 5px;
  border: 1px solid #0d4da1;
  text-align: center;
  padding: 21px 0 17px;
  text-indent: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn4 a {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-btn4 a:hover {
    opacity: 0.8;
  }
}
.c-btn4 a::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_arrow_triangle02.svg") no-repeat center;
  background-size: 20px 20px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-btn5 {
  color: #fff;
  background: #0d4da1;
  width: 124px;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 2px 15px 2px 13px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none !important;
  margin-left: 9px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .c-btn5 {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn5:hover {
    opacity: 0.8;
  }
}
.c-btn5:after {
  content: "";
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn5--style1 {
  font-size: 1.4rem;
  width: 113px;
}
.c-btn5--style1:after {
  width: 16px;
  height: 16px;
  right: 8px;
  background-size: 16px 16px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-btn6 a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-top: 2px;
}
.c-btn6 a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_arrow_triangle03.png) 0/contain no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-btn8 a {
  font-size: 1.6rem;
  width: 500px;
  max-width: 100%;
  color: #fff;
  background: #0d4da1;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: left;
  padding: 18px 61px 18px 33px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.c-btn8 a:after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn8 a:after {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn8 a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-btn8 a {
    font-size: 1.1rem;
    padding: 10px 25px 8px 17px;
    width: 293px;
    min-height: auto;
  }
}
.c-btn8--pdf a:after {
  background: url("../img/common/icon_pdf.svg") no-repeat;
  width: 26px;
  height: 32px;
  background-size: 26px 32px;
}
@media screen and (max-width: 767px) {
  .c-btn8--pdf a:after {
    width: 16px;
    height: 19px;
    background-size: 16px 19px;
  }
}
.c-btn8--word a:after {
  background: url("../img/common/icon_word.svg") no-repeat;
  width: 33px;
  height: 32px;
  background-size: 33px 32px;
}
@media screen and (max-width: 767px) {
  .c-btn8--word a:after {
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }
}
.c-btn8--triangle a:after {
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .c-btn8--triangle a:after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.c-btn8--excel a:after {
  background: url("../img/common/icon_excel.svg") no-repeat;
  width: 33px;
  height: 32px;
  background-size: 33px 32px;
}
@media screen and (max-width: 767px) {
  .c-btn8--excel a:after {
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
  }
}
.c-btn8--excelsmall a:after {
  background: url("../img/common/icon_excel.svg") no-repeat;
  width: 26px;
  height: 24px;
  background-size: 26px 24px;
}
@media screen and (max-width: 767px) {
  .c-btn8--excelsmall a:after {
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
  }
}
.c-btn8--style8 a {
  padding: 9px 45px 9px 33px;
  font-size: 1.4rem;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .c-btn8--style8 a {
    font-size: 1.2rem;
    line-height: normal;
    padding: 9px 25px 9px 15px;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-btn-row {
  display: flex;
  justify-content: space-between;
  max-width: 516px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn-row {
    max-width: 320px;
    justify-content: flex-start;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0d4da1;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2.2rem;
  }
}
.c-title1:after {
  content: "";
  width: 61px;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #d6e1eb;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-title1:after {
    width: 31px;
    height: 2px;
  }
}
.c-title1--black {
  color: #000;
}

.c-title2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0d4da1;
  border-bottom: 1px dashed #0d4da1;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.8rem;
  }
}
.c-title2__red {
  font-size: 1.6rem;
  color: #ff0000;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .c-title2__red {
    display: block;
    font-size: 1.2rem;
    text-indent: -10px;
    padding-left: 10px;
    margin-left: 0;
  }
}

.c-title3 {
  font-size: 1.6rem;
  border-left: 10px solid #d6e1eb;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 5px;
}

.c-titleNoResult1 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0d4da1;
  position: relative;
  padding-top: 30px;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .c-titleNoResult1 {
    font-size: 2.2rem;
  }
}
.c-titleNoResult1--black {
  color: #000;
}

.c-titleNoResult2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0d4da1;
  text-align: center;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-titleNoResult2 {
    font-size: 2.2rem;
  }
}
.c-titleNoResult2--black {
  color: #000;
}

.c-titleE {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0d4da1;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-titleE {
    font-size: 2.2rem;
  }
}
.c-titleE--black {
  color: #000;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
.c-icon__excel {
  width: 4%;
  vertical-align: middle;
  padding: 2px;
  background: #0D4DA1;
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-form1__label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  color: #232323;
  background-color: #FCF159;
  border: 1px solid #707070;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 14px 14px;
  max-width: 207px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form1__label {
    font-size: 1.4rem;
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 9px 10px;
  }
}
.c-form1__left.--top .c-form1__label {
  max-width: 100%;
}
.c-form1__label.--col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-form1__label.--col2 {
    margin-bottom: 30px;
  }
}
.c-form1__label--style1 {
  padding: 9px 10px 9px 17px;
}
@media screen and (max-width: 767px) {
  .c-form1__label--style1 {
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-form1__label--whatis {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
.c-form1__whatis {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background-color: #0d4da1;
  border-radius: 5px;
  position: relative;
  padding: 2px 8px 2px 25px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-form1__whatis:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-form1__whatis {
    font-size: 1.1rem;
    margin-top: 0;
    padding: 5px 8px 2px 25px;
  }
}
.c-form1__whatis:before {
  content: "";
  background: url("../img/common/icon_code_form.svg") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-form1__whatis:before {
    top: 6px;
  }
}
.c-form1__whatis--mt1 {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-form1__whatis--mt1 {
    margin-top: 0;
  }
}
.c-form1__input input {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0 18px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  color: #232323;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  outline: none !important;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .c-form1__input input {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}
.c-form1__input--w500 input {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .c-form1__input--w500 input {
    width: 100%;
  }
}
.c-form1__input--w250 input {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .c-form1__input--w250 input {
    width: 100%;
  }
}
.c-form1__input--w194 input {
  width: 194px;
}
.c-form1__input--w114 input {
  width: 114px;
}
@media screen and (max-width: 767px) {
  .c-form1__input--w114 input {
    width: 100%;
  }
}
.c-form1__input--h40 input {
  height: 40px;
}
.c-form1__input--flex {
  display: flex;
  justify-content: space-between;
}
.c-form1__input--flex--col3-wrap {
  display: flex;
}
.c-form1__input--col3-item {
  margin-right: 30px;
}
.c-form1__input--style1 {
  /* width: calc(100% - 146px); */
  width: calc(100% - 16px);
  margin-right: 16px;
}
.c-form1__addform:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-form1__addbtn {
  display: block;
  width: 240px;
  background: #0D4DA1;
  color: #fff;
  border-radius: 50px;
  padding: 5px 35px 5px 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  position: absolute;
  top: 64px;
  left: 0;
  transition: all .2s ease;
}
.c-form1__addbtn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/toggle-open-wh.svg) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.c-form1__addbtn.is-appear::after {
  background: url(../img/common/toggle-close-wh.svg) 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .c-form1__addbtn:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .c-form1__addbtn {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-form1__input--style1 {
    width: 100%;
    margin-right: 0;
  }
  .c-form1__input--flex--col3-wrap {
    display: block;
  }
  .c-form1__input--col3-item {
    margin: 0 0 10px 0;
  }
}
.c-form1__input--style2 {
  justify-content: flex-start;
}
.c-form1__input--style2 .c-form1__inputItem {
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-form1__input--style2 .c-form1__inputItem {
    width: 100%;
  }
}
.c-form1__input--style2 .c-form1__inputItem:not(:first-child):before {
  top: 15px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .c-form1__input--style2 .c-form1__inputItem:not(:first-child):before {
    left: -16px;
  }
}
.c-form1__input--style2 .c-form1__inputItem:not(:last-child) {
  margin-right: 22px;
}
.c-form1__inputItem {
  position: relative;
  width: calc(50% - 17px);
}
@media screen and (max-width: 767px) {
  .c-form1__inputItem {
    width: calc(50% - 10px);
  }
}
.c-form1__inputItem:not(:first-child):before {
  content: "ー";
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 10px;
  color: #202020;
  position: absolute;
  top: 21px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .c-form1__inputItem:not(:first-child):before {
    font-size: 1.2rem;
    top: 15px;
    left: -15px;
  }
  .c-form1__submit {
    margin-top: 10px;
  }
}
.c-form1__submit--style1 {
  width: 118px;
  height: 110px;
}
.c-form1__submit--style1 .c-btn3 {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-form1__submit--style1 {
    width: 100%;
    height: auto;
  }
}
.c-form1__slabel {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  color: #232323;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .c-form1__slabel {
    font-size: 1.2rem;
  }
}
.c-form1__slabel--style1 {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .c-form1__slabel--style1 {
    font-size: 1.1rem;
  }
}
.c-form1__select {
  display: flex;
  align-items: center;
}
.c-form1__select select {
  background: #fff url("../img/common/icon_arrow_down.svg") no-repeat center !important;
  background-size: 13px 7px !important;
  background-position: right 4px center !important;
  border: 1px solid #707070;
  font-size: 1.6rem;
  font-weight: 400;
  color: #232323;
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
}
.c-form1__select--w290 select {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .c-form1__select--w290 select {
    width: 100%;
  }
}
.c-form1__select--w104 select {
  width: 104px;
}
.c-form1__select--w68 select {
  width: 68px;
}
.c-form1__selectItem {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .c-form1__selectItem {
    width: 100%;
  }
}
.c-form1__selectItem:not(:last-child) {
  margin-right: 10px;
}
.c-form1__checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.c-form1__checkbox input {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form1__checkbox input {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}
.c-form1__checkbox input:checked {
  background-color: #0d4da1;
  border-color: #0d4da1;
}
.c-form1__checkbox input:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.c-form1__checkbox label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  color: #232323;
  padding-left: 26px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form1__checkbox label {
    font-size: 1.2rem;
    padding-left: 24px;
  }
}
.c-form1__checkbox--space {
  margin-left: 42px;
}
@media screen and (max-width: 767px) {
  .c-form1__checkbox--space {
    margin-left: 0;
  }
}
.c-form1__checkbox--style1 input {
  width: 16px;
  height: 16px;
  top: 2px;
}
.c-form1__checkbox--style1 input:before {
  width: 5px;
  height: 10px;
}
.c-form1__checkbox--style1 label {
  font-size: 1.6rem;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .c-form1__checkbox--style1 label {
    font-size: 1.2rem;
  }
}
.c-form1__checkbox--mt1 {
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .c-form1__checkbox--mt1 {
    margin-top: 0;
  }
}
.c-form1__radio input {
  width: 16px;
  height: 16px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.c-form1__radio input:before {
  content: "";
  background-color: #0d4da1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  opacity: 0;
}
.c-form1__radio input:checked {
  border-color: #0d4da1;
}
.c-form1__radio input:checked:before {
  opacity: 1;
}
.c-form1__radio label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  color: #232323;
  padding-left: 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form1__radio label {
    font-size: 1.2rem;
    padding-left: 24px;
  }
}
.c-form1__radioItem {
  position: relative;
  margin-right: 39px;
}
@media screen and (max-width: 767px) {
  .c-form1__radioItem {
    margin-right: 0;
  }
}
.c-form1__radioItem:last-child {
  margin-right: 0;
}
.c-form1__radioRow {
  width: 464px;
  border-bottom: 1px dashed #707070;
  border-spacing: 2px;
  display: flex;
  padding-bottom: 6px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-form1__radioRow {
    width: 100%;
    display: block;
  }
}
.c-form1__radioRow--1 .c-form1__radioItem:nth-child(2) {
  margin-right: 49px;
}
@media screen and (max-width: 767px) {
  .c-form1__radioRow--1 .c-form1__radioItem:nth-child(2) {
    margin-right: 0;
  }
}
.c-form1__radioRow--2 .c-form1__radioItem:nth-child(1) {
  margin-right: 126px;
}
@media screen and (max-width: 767px) {
  .c-form1__radioRow--2 .c-form1__radioItem:nth-child(1) {
    margin-right: 0;
  }
}
.c-form1__checklist {
  padding-top: 3px;
}
.c-form1__checklist .c-form1__checkbox {
  margin-bottom: 6px;
}
.c-form1__advanced {
  margin-top: 24px;
}
.c-form1__advancedTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  color: #232323;
  padding: 26px 60px 30px 31px;
  background-color: #D5D5D5;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.c-form1__advancedTitle.is-active {
  padding: 26px 60px 10px 31px;
  border-radius: 5px 5px 0 0;
}
.c-form1__advancedTitle2 {
  font-size: 1.6rem;
  border-left: 10px solid #0D4DA1;
  font-weight: bold;
  margin: 18px 0 10px;
  padding-left: 5px;
}
.c-form1__advancedSearch {
  background: #D5D5D5;
  padding: 1px 30px 30px;
}
@media screen and (max-width: 767px) {
  .c-form1__advancedTitle {
    font-size: 1.2rem;
    padding: 20px 40px 20px 10px;
  }
  .c-form1__advancedTitle.is-active {
    padding: 20px 40px 1px 10px;
  }
  .c-form1__advancedTitle2 {
    font-size: 1.2rem;
  }
  .c-form1__advancedSearch {
    padding: 1px 10px 20px;
  }
}
.c-form1__advancedTitle:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_advanced2.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
  z-index: 2;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-form1__advancedTitle:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.c-form1__advancedTitle.is-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-form1__advancedSearch {
  display: none;
}
.c-form1__btn {
  display: flex;
  justify-content: center;
  width: calc(100% - 140px);
  padding-left: 132px;
}
@media screen and (max-width: 767px) {
  .c-form1__btn {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .c-form1__link {
    width: 100%;
  }
}
.c-form1__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .c-form1__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.c-form1__bottom .c-form1__submit {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-form1__bottom .c-form1__submit {
    margin-left: 0;
  }
}
.c-form1__flex {
  width: 100%;
  display: flex;
}
.c-form1__flex.--top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form1__flex {
    display: block;
  }
}
.c-form1__flex--center {
  align-items: center;
}
.c-form1__flex--end {
  align-items: flex-end;
}
.c-form1__group {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form1__group {
    flex-wrap: wrap;
  }
}
.c-form1__groupItem {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form1__groupItem {
    margin-bottom: 10px;
  }
  .c-form1__groupItem:last-child {
    margin-bottom: 0;
  }
}
.c-form1__groupItem--space {
  position: relative;
}
.c-form1__groupItem--space:after {
  content: "～";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  margin-right: 8px;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-form1__groupItem--space:after {
    font-size: 1.2rem;
  }
}
.c-form1__group--style1 .c-form1__groupItem--space:after {
  margin-right: 15px;
  margin-left: 8px;
}
.c-form1__left, .c-form1__right {
  width: 100%;
}
.c-form1__left {
  max-width: 207px;
  margin-right: 17px;
}
@media screen and (min-width: 768px) {
  .c-form1__left.--top {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .c-form1__left {
    max-width: 100%;
    margin-right: 0;
  }
}
.c-form1__right {
  max-width: calc(100% - 224px);
}
@media screen and (min-width: 768px) {
  .c-form1__right.--top {
    max-width: calc(100% - 257px);
  }
}
@media screen and (max-width: 767px) {
  .c-form1__right {
    max-width: 100%;
  }
}
.c-form1__right--flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-form1__right--flex {
    display: block;
  }
}
.c-form1__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-form1__item {
    margin-bottom: 20px;
  }
}
.c-form1__item--flex {
  display: flex;
}
.c-form1__item--mb1 {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-form1__item--mb1 {
    margin-bottom: 20px;
  }
}
.c-form1__item--orthers .c-form1__flex {
  align-items: stretch;
}
.c-form1__item--orthers .c-form1__label {
  height: 170px;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-form1__item--orthers .c-form1__label {
    height: auto;
    display: block;
    padding-top: 11px;
  }
}
.c-form1__orthers {
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .c-form1__orthers {
    padding-top: 0;
  }
}
.c-form1__inner {
  padding: 40px 50px 41px;
  background-color: #D6E1EB;
  border: 1px solid #707070;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-form1__inner {
    padding: 30px 20px;
  }
}
.c-form1__inner.--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-form1__inner.--top {
    padding: 30px 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-form1__inner.--top {
    display: block;
  }
}
.c-form1--bgwhite .c-form1__inner {
  background-color: #fff;
  border: 2px solid #D6E1EB;
  border-radius: 0;
}
.c-form1--bggrey .c-form1__inner {
  background-color: #F3F3F3;
  border: 1px solid #0D4DA1;
  border-radius: 10px;
}
.c-form1--style1 .c-form1__inner {
  padding: 42px 37px 38px 44px;
}
@media screen and (max-width: 767px) {
  .c-form1--style1 .c-form1__inner {
    padding: 30px 20px;
  }
}
.c-form1--style2 .c-form1__inner {
  padding: 30px 30px 44px 26px;
}
@media screen and (max-width: 767px) {
  .c-form1--style2 .c-form1__inner {
    padding: 30px 20px;
  }
}
.c-form1--style2 .c-form1__bottom {
  margin-top: 32px;
  display: block;
}
.c-form1--style2 .c-form1__btn {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-form1--style2 .c-form1__btn {
    margin-bottom: 0;
  }
}
.c-form1--style2 .c-form1__submit {
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .c-form1--style2 .c-form1__submit {
    margin-left: 0;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-text1 span {
  font-size: 2.6rem;
}
.c-text1 span.weightnomal {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-text1 {
    text-align: center;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
.c-pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .wp-pagenavi {
    justify-content: center;
  }
}
.c-pagenavi .first,
.c-pagenavi .last,
.c-pagenavi .pages {
  display: none;
}
.c-pagenavi .page,
.c-pagenavi .current,
.c-pagenavi .previouspostslink,
.c-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0D4DA1;
  border: 1px solid #0D4DA1;
  text-decoration: none;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .c-pagenavi .page:hover,
.c-pagenavi .current:hover,
.c-pagenavi .previouspostslink:hover,
.c-pagenavi .nextpostslink:hover {
    background: #0D4DA1;
    color: #ffffff;
  }
}
.c-pagenavi .current {
  background: #0D4DA1;
  color: #ffffff;
}
.c-pagenavi .extend {
  font-size: 1.6rem;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .extend {
    display: none;
  }
}
.c-pagenavi .previouspostslink,
.c-pagenavi .nextpostslink {
  box-sizing: border-box;
}
.c-pagenavi .previouspostslink {
  position: relative;
}
.c-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_pagenavi_arrow.svg") no-repeat center;
  background-size: 7px 11px;
}
@media screen and (min-width: 768px) {
  .c-pagenavi .previouspostslink:hover::before {
    background: url("../img/common/icon_pagenavi_arrow-W.svg") no-repeat center;
  }
}
.c-pagenavi .nextpostslink {
  margin-right: 0;
  position: relative;
}
.c-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_pagenavi_arrow.svg") no-repeat center;
  background-size: 7px 11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .c-pagenavi .nextpostslink:hover::before {
    background: url("../img/common/icon_pagenavi_arrow-W.svg") no-repeat center;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -20px;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    margin: 0 -4px -5px;
  }
}
.c-list1__item {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    width: 25%;
    padding: 0;
    margin-bottom: 5px;
  }
}
.c-list1__link {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-list1__link:hover {
    opacity: 0.6;
  }
}
.c-list1__img {
  overflow: hidden;
  border-radius: 10px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .c-list1__img {
    width: 100%;
    height: auto;
  }
  .c-list1__img::before {
    content: "";
    padding-top: 100%;
    position: relative;
    display: block;
  }
}
.c-list1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-list1__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-list1__img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.c-list1__title {
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-list1__title {
    font-size: 1rem;
    line-height: normal;
    margin-top: 5px;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-list2 {
  background: #fff;
  max-width: 900px;
  border: 2px solid #d6e1eb;
  padding: 41px 130px 52px 49px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-list2 {
    padding: 20px 10px 25px;
  }
}
.c-list2__item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-list2__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.c-list2__link {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-list2__link {
    display: block;
  }
}
.c-list2__date {
  font-size: 1.6rem;
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-list2__date {
    font-size: 1.4rem;
  }
}
.c-list2__ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  text-decoration: underline;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-list2__ttl {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 5px;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 768px) {
  .c-list2__ttl:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-list3 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
}
@media screen and (max-width: 767px) {
  .c-list3 {
    gap: 10px;
  }
}
.c-list3__item {
  width: calc((100% - 66px) / 4);
}
@media screen and (max-width: 767px) {
  .c-list3__item {
    width: 100%;
  }
}
.c-list3__content {
  background: #fff5fb;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-list3__content:hover {
    opacity: 0.8;
  }
}
.c-list3__box {
  padding: 16px 0 12px 18px;
}
.c-list3__txt1 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.c-list3__txt2 {
  background: #d6e1eb;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 8px 4px;
  line-height: 1.25;
  margin-top: 4px;
}
.c-list3__note {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8181818182;
  margin-top: 6px;
  font-family: "Noto Sans JP";
}
.c-list3__img {
  flex-shrink: 0;
}
.c-list3__img img {
  max-height: 90px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-list4 {
  counter-reset: counter1;
}
.c-list4__item:not(:last-of-type) {
  margin-bottom: 4px;
}
.c-list4__txt1 {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding-left: 43px;
}
@media screen and (max-width: 767px) {
  .c-list4__txt1 {
    font-size: 1.4rem;
    padding-left: 30px;
  }
}
.c-list4__txt1:before {
  counter-increment: counter1;
  content: "※" counter(counter1);
  position: absolute;
  left: 0;
  top: 0;
}
.c-list4__note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #fff;
  background: #0d4da1;
  display: inline-flex;
  padding: 4px 6px 2px 30px;
  border-radius: 5px;
  position: relative;
  margin-top: 4px;
  margin-left: 44px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-list4__note:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-list4__note {
    font-size: 1.2rem;
    padding: 4px 6px 2px 28px;
    margin-left: 31px;
  }
}
.c-list4__note:before {
  content: "";
  background: url("../img/common/icon_how.svg") center/cover no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .c-list4__note:before {
    top: 5px;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-list5__item:not(:last-child) {
  margin-bottom: 15px;
}
.c-list5.is-style1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -50px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 {
    margin: 0;
  }
}
.c-list5.is-style1 .c-list5__item {
  width: 33.3333333333%;
  padding: 0 20px;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-list5__item {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .c-list5.is-style1 .c-list5__item:last-child {
    margin-bottom: 0;
  }
}
.c-list5.is-style1 .c-box2 {
  width: 100%;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2 {
    height: 100%;
    padding-bottom: 58px;
  }
}
.c-list5.is-style1 .c-box2__mark {
  z-index: 1;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__mark {
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
  }
}
.c-list5.is-style1 .c-box2__wrapper {
  display: block;
}
.c-list5.is-style1 .c-box2__img {
  display: block;
  width: 270px;
  height: 270px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__img {
    width: 100%;
    height: auto;
    float: none;
  }
  .c-list5.is-style1 .c-box2__img::after {
    content: "";
    padding-top: 100%;
    position: relative;
    display: block;
  }
}
.c-list5.is-style1 .c-box2__img img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-list5.is-style1 .c-box2__img::before {
  top: 6px;
  left: 6px;
}
.c-list5.is-style1 .c-box2__content {
  padding-left: 0;
}
.c-list5.is-style1 .c-box2__subttl {
  display: block;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 6px 0 -2px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__subttl {
    margin: 6px 0 0;
  }
}
.c-list5.is-style1 .c-box2__ttl {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__ttl {
    margin-bottom: 0;
  }
}
.c-list5.is-style1 .c-box2__ttl span {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__subttl, .c-list5.is-style1 .c-box2__ttl {
    padding-left: 0;
  }
}
.c-list5.is-style1 .c-box2__model_num--style1 {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.25;
}
.c-list5.is-style1 .c-box2__model_num {
  display: none;
}
.c-list5.is-style1 .c-box2__price {
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: bold !important;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__price {
    margin-top: 0;
  }
}
.c-list5.is-style1 .c-box2__tag {
  position: relative;
  display: inline-block;
  top: -1px;
  font-size: 1rem;
  line-height: 17px;
  padding: 0 4px;
  margin-left: 5px;
}
.c-list5.is-style1 .c-box2__text {
  display: none;
}
.c-list5.is-style1 .c-box2__item {
  margin: 0;
  display: inline;
  word-break: break-all;
  padding: 0;
}
.c-list5.is-style1 .c-box2__item:nth-child(3), .c-list5.is-style1 .c-box2__item:nth-child(4) {
  display: none;
}
.c-list5.is-style1 .c-box2__item:nth-child(2) span {
  font-weight: bold;
}
.c-list5.is-style1 .c-box2__item span {
  display: inline;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 0;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__item span {
    letter-spacing: 0;
  }
}
.c-list5.is-style1 .c-box2__item span span {
  display: inline;
}
.c-list5.is-style1 .c-box2__code span {
  letter-spacing: -11px;
}
.c-list5.is-style1 .c-box2__info {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__info {
    display: block;
  }
}
.c-list5.is-style1 .c-box2__top {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__top {
    flex-wrap: nowrap;
    align-items: initial;
  }
}
.c-list5.is-style1 .c-box2__qap {
  width: 50px;
  font-size: 1rem;
  padding: 6px 0 5px;
  line-height: 15px;
  margin-right: 3px;
  flex-shrink: 0;
}
.c-list5.is-style1 .c-box2__social {
  align-items: initial;
  margin: 0 0 0 4px;
}
.c-list5.is-style1 .c-box2__lending {
  width: 50px;
  border: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.c-list5.is-style1 .c-box2__lending1 {
  width: 100%;
  font-size: 1rem;
  line-height: 15px;
  padding: 6px 0 5px;
  min-width: auto;
}
.c-list5.is-style1 .c-box2__lending2 {
  display: none;
}
.c-list5.is-style1 .c-box2__ytb, .c-list5.is-style1 .c-box2__pdf {
  font-size: 1rem;
  padding: 2px 0;
  line-height: 15px;
  width: 50px;
  flex-shrink: 0;
}
.c-list5.is-style1 .c-box2__ytb img {
  width: 20px;
  height: 14px;
}
.c-list5.is-style1 .c-box2__pdf {
  margin-left: 3px;
  width: 48px;
}
.c-list5.is-style1 .c-box2__detail {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-list5.is-style1 .c-box2__detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-list6 {
  margin-top: 30px;
  max-width: 1032px;
  width: 100%;
}
.c-list6__item {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-list6__item {
    flex-direction: column;
  }
}
.c-list6__item:nth-child(3) .c-list6__content {
  padding: 13px 0 11px;
}
@media screen and (max-width: 767px) {
  .c-list6__item:nth-child(3) .c-list6__content {
    padding: 10px 0;
  }
}
.c-list6__head {
  display: flex;
  background: #d6e1eb;
  width: 199px;
}
@media screen and (max-width: 767px) {
  .c-list6__head {
    width: 100%;
  }
}
.c-list6__number {
  font-size: 2rem;
  color: #fff;
  background: #0d4da1;
  font-weight: bold;
  display: block;
  padding: 9px 9px 9px 12px;
}
@media screen and (max-width: 767px) {
  .c-list6__number {
    font-size: 1.6rem;
    padding: 6px 10px 4px;
  }
}
.c-list6__ttl {
  font-size: 2rem;
  padding: 11px 12px;
  color: #202020;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-list6__ttl {
    font-size: 1.6rem;
    padding: 7px 10px 4px;
  }
}
.c-list6__content {
  width: calc(100% - 240px);
  margin-left: 40px;
  font-size: 1.8rem;
  border-bottom: 1px solid #c1c1c1;
  padding: 13px 0 14px;
}
@media screen and (max-width: 767px) {
  .c-list6__content {
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.c-list6__txt {
  line-height: 20px;
}
.c-list6__txt2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-list6__txt2 {
    font-size: 1.2rem;
  }
}
.c-list6__txt3 {
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .c-list6__txt3 {
    line-height: 20px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table1 table {
  max-width: 485px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1f6465;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-table1 table {
    font-size: 1.2rem;
    max-width: 100%;
  }
}
.c-table1 table th,
.c-table1 table td {
  border-bottom: 1px solid #1f6465;
  border-left: 1px solid #707070;
}
.c-table1 table th:nth-child(1),
.c-table1 table td:nth-child(1) {
  width: 243px;
}
@media screen and (max-width: 767px) {
  .c-table1 table th:nth-child(1),
.c-table1 table td:nth-child(1) {
    width: auto;
    min-width: 120px;
  }
  .c-table1 table th:nth-child(2),
.c-table1 table td:nth-child(2) {
    width: 130px;
  }
  .c-table1 table th:nth-child(3),
.c-table1 table td:nth-child(3) {
    width: 112px;
  }
}
.c-table1 table thead tr th {
  background: #0d4da1;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  padding: 4px 0 4px;
}
.c-table1 table tbody td {
  background: #fff;
  padding: 5px 24px;
}
@media screen and (max-width: 767px) {
  .c-table1 table tbody td {
    padding: 5px 7px 2px;
  }
}
.c-table1 table tbody td:nth-child(2), .c-table1 table tbody td:nth-child(3) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-table1 table tbody td:nth-child(1) {
    width: auto;
  }
  .c-table1 table tbody td:nth-child(2) {
    width: 131px;
  }
  .c-table1 table tbody td:nth-child(3) {
    width: 112px;
  }
}

.c-table2 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-table2 table {
    font-size: 1.2rem;
  }
}
.c-table2 table tr th,
.c-table2 table tr td {
  padding: 10px 22px 11px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-table2 table tr th,
.c-table2 table tr td {
    padding: 5px 11px 5px;
  }
}
.c-table2 table tr th {
  width: 168px;
  background: #fcf159;
  padding-left: 17px;
  font-weight: bold;
  text-align: left;
}

.c-table2 table tr th span.small {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .c-table2 table tr th {
    width: 120px;
    padding-left: 8px;
  }
}
.c-table2 table tr td {
  width: auto;
}
.c-table2 table tr td a {
  text-decoration: underline;
}
.c-table2 table tr td a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-table2 table tr td a[href^="tel:"] {
    pointer-events: all;
  }
}

@media screen and (max-width: 767px) {
  .c-table2--scroll {
    width: 100%;
    overflow-x: scroll;
  }
}
.c-table2--scroll table {
  min-width: 600px;
}

.c-table3 {
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-table3 {
    font-size: 1.2rem;
  }
}
.c-table3__row {
  display: flex;
/*  border-bottom: 1px solid #707070;*/
}
.c-table3__row:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-table3__row.col4 {
    flex-direction: column;
  }
}
.c-table3__row.col4 dl:last-child {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-table3__row.col4 dl:last-child {
    border-top: 1px solid #707070;
    border-left: 0;
  }
}
.c-table3__row2 {
  display: flex;
  width: 100%;
}
.c-table3__th, .c-table3__th2, .c-table3__td, .c-table3__td2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  border-bottom: none;
}
.c-table3__th {
  width: 168px;
  background: #fcf159;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  padding: 10px 22px 11px 17px;
  line-height: 20px;
}
.c-table3__th2 {
  width: 168px;
  background: #fcf159;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #707070;
  padding: 10px 22px 11px 17px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .c-table3__th, .c-table3__th2 {
    width: 120px;
    padding: 5px 11px 5px;
  }
}
.c-table3__td {
  width: calc(100% - 168px);
  padding: 10px 22px 11px;
  border-top: 1px solid #707070;
}
.c-table3__td2 {
  width: calc(100% - 168px);
  padding: 10px 22px 11px;
}
@media screen and (max-width: 767px) {
  .c-table3__td, .c-table3__td2 {
    width: calc(100% - 120px);
    padding: 5px 11px 5px;
  }
}
.c-table3__td a, .c-table3__td2 a {
  text-decoration: underline;
}
.c-table3__iframe {
  max-width: 100%;
}
.c-table3__linkPdf {
  display: block;
}
.c-table3__linkPdf:after {
  content: "";
  background: url("../img/common/icon_pdf_red.svg") no-repeat;
  width: 18px;
  height: 22px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table3__linkPdf:after {
    width: 9px;
    height: 11px;
    background-size: 9px 11px;
  }
}

.c-table4 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-table4 table {
    font-size: 1.2rem;
  }
}
.c-table4 table tr th,
.c-table4 table tr td {
  padding: 10px 22px 11px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-table4 table tr th,
.c-table4 table tr td {
    padding: 5px 11px 5px;
  }
}
.c-table4 table tr th {
  width: 13%;
  background: #fcf159;
  padding-left: 17px;
  font-weight: bold;
  text-align: left;
}

.c-table4 table tr th span.small {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .c-table4 table tr th {
    width: 19%;
    padding-left: 8px;
  }
}
.c-table4 table tr td {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .c-table4 table tr td {
    width: 27%;
  }
}
.c-table4 table tr td a {
  text-decoration: underline;
}
.c-table4 table tr td a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-table4 table tr td a[href^="tel:"] {
    pointer-events: all;
  }
}

@media screen and (max-width: 767px) {
  .c-table4--scroll {
    width: 100%;
    overflow-x: scroll;
  }
}
.c-table4--scroll table {
  min-width: 600px;
}

.c-table5 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-table5 table {
    font-size: 1.2rem;
  }
}
.c-table5 table tr th,
.c-table5 table tr td {
  padding: 10px 22px 11px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-table5 table tr th,
.c-table5 table tr td {
    padding: 5px 11px 5px;
  }
}
.c-table5 table tr th {
  width: 13%;
  background: #d5d5d5;
  padding-left: 17px;
  font-weight: bold;
  text-align: left;
}

.c-table5 table tr th span.small {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .c-table5 table tr th {
    width: 19%;
    padding-left: 8px;
  }
}
.c-table5 table tr td {
  width: 29%;
  background: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .c-table5 table tr td {
    width: 27%;
  }
}
.c-table5 table tr td a {
  text-decoration: underline;
}
.c-table5 table tr td a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-table5 table tr td a[href^="tel:"] {
    pointer-events: all;
  }
}

@media screen and (max-width: 767px) {
  .c-table5--scroll {
    width: 100%;
    overflow-x: scroll;
  }
}
.c-table5--scroll table {
  min-width: 600px;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-vdiframe {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-vdiframe {
    width: 100%;
    height: auto;
  }
  .c-vdiframe::before {
    content: "";
    padding-top: 78.5340314136%;
    position: relative;
    display: block;
  }
}
.c-vdiframe iframe {
  width: 417px;
  height: 238px;
}
@media screen and (max-width: 767px) {
  .c-vdiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*------------------------------------------------------------
slider
------------------------------------------------------------*/
.c-slide1__inner {
  position: relative;
}
.c-slide1 .swiper .swiper0 {
  position: initial;
}
.c-slide1 .swiper-wrapper .swiper0-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-slide1 .swiper-wrapper .swiper0-wrapper {
    width: auto;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
}
.c-slide1 .swiper-slide {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-slide1 .swiper-slide {
    width: 33.3333333333%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-slide1 .swiper-slide:hover {
    opacity: 0.5;
  }
}
.c-slide1 .swiper-button-prev,
.c-slide1 .swiper-button-next {
  top: 87px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px !important;
}
@media screen and (max-width: 767px) {
  .c-slide1 .swiper-button-prev,
.c-slide1 .swiper-button-next {
    display: none;
    top: 20.5333333333vw;
  }
}
.c-slide1 .swiper-button-prev {
  background: url("../img/common/icon_arrow_triangle01.svg") no-repeat center;
  background-size: 30px 30px;
  left: -14px;
}
.c-slide1 .swiper-button-prev::after {
  display: none;
}
.c-slide1 .swiper-button-next {
  background: url("../img/common/icon_arrow_triangle01.svg") no-repeat center;
  right: -14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-slide1 .swiper-button-next::after {
  display: none;
}
.c-slide1__img {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #0D4DA1;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .c-slide1__img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .c-slide1__img::before {
    content: "";
    padding-top: 100%;
    position: relative;
    display: block;
  }
}
.c-slide1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-slide1__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-slide1__title {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  margin: 5px 0 -3px;
}
@media screen and (max-width: 767px) {
  .c-slide1__title {
    font-size: 1.4rem;
    line-height: 20px;
    margin: 6px 0 3px;
  }
}
.c-slide1__title span {
  font-weight: 400;
  display: block;
  line-height: 24px;
}
.c-slide1__title.is-style1 {
  line-height: 18px;
}
.c-slide1__text {
  font-size: 1.2rem;
  line-height: 24px;
  word-break: break-all;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .c-slide1__text {
    line-height: normal;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-slide2 {
  width: 425px;
}
@media screen and (max-width: 767px) {
  .c-slide2 {
    width: 100%;
  }
}
.c-slide2__tag {
  display: inline-block;
  font-size: 2rem;
  background: #F2F0C7;
  border-radius: 5px;
  color: #519236;
  font-weight: bold;
  text-align: center;
  /* padding: 4px 9px; */
  padding: 6px 9px 2px 9px;
}
@media screen and (max-width: 767px) {
  .c-slide2__tag {
    display: block;
    padding: 5px 4px 2px;
    font-size: 1.5rem;
  }
}
.c-slide2__icon {
  display: inline-block;
  width: 128px;
  margin-left: 16px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .c-slide2__icon {
    display: block;
    margin: 10px auto 0;
  }
}
.c-slide2__icon .img {
  width: 100%;
}
.c-slide2__img .c-slide2__img1 {
  width: 425px;
  height: 425px;
}
@media screen and (max-width: 767px) {
  .c-slide2__img .c-slide2__img1 {
    width: 100%;
    height: auto;
    position: relative;
  }
  .c-slide2__img::before {
    /* content: ""; */
    padding-top: 100%;
    position: relative;
    display: block;
  }
}
.c-slide2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slide2__img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-slide2__img img .c-slide2__img1 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-slide2__new {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 60px;
  border-radius: 5px;
  border: 2px solid #e10002;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
  color: #e10002;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-slide2__new {
    width: 40px;
    font-size: 1.2rem;
    line-height: 16px;
    padding-top: 3px;
  }
}

.c-slide2__cat {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 21px;
/*  background: #D5827A;*/
  background: #D70035;
  font-weight: bold;
  border-radius: 5px;
  padding: 1.5px 9px;
  text-align: center;
  color: #fff;
  z-index: 2;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .c-slide2__cat {
    font-size: 1.2rem;
    line-height: 15px;
    padding-top: 4px;
  }
}

.c-slide2__inner {
  border: 1px solid #707070;
  position: relative;
  margin-top: 21px;
}
.c-slide2__inner .slide2-button-prev,
.c-slide2__inner .slide2-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 30px 30px !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slide2__inner .slide2-button-prev,
.c-slide2__inner .slide2-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
  }
}
.c-slide2__inner .slide2-button-prev {
  background: url("../img/common/icon_arrow_triangle01.svg") no-repeat center;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .c-slide2__inner .slide2-button-prev {
    left: -15px;
  }
}
.c-slide2__inner .slide2-button-next {
  background: url("../img/common/icon_arrow_triangle01.svg") no-repeat center;
  right: -40px;
  -webkit-transform: translateY(-40%) rotate(180deg);
          transform: translateY(-40%) rotate(180deg);
}
.c-slide2__inner .slide2-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-slide2__inner .slide2-button-next {
    right: -15px;
  }
}
.c-slide2 .swiper {
  position: initial;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-slide3 {
  margin: 30px 0 0;
}
.c-slide3__img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .c-slide3__img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .c-slide3__img::before {
    content: "";
    padding-top: 100%;
    position: relative;
    display: block;
  }
}
.c-slide3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-slide3__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-slide3 .swiper {
  overflow: hidden;
}
.c-slide3 .swiper-slide-thumb-active .c-slide3__img {
  border-color: #1F6465;
  border-width: 3px;
}
.c-slide3__img {
  border: 1px solid #707070;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-slide4__inner {
  position: relative;
  margin-top: 3px;
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
/*------------------------------------------------------------
block
------------------------------------------------------------*/
.c-block1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-block1 {
    max-width: 100%;
  }
}
.c-block1__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 20px;
  color: #0d4da1;
}
@media screen and (max-width: 767px) {
  .c-block1__title {
    font-size: 2rem;
  }
}
.c-block1__title--style1 {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .c-block1__title--style1 {
    line-height: 25px;
  }
}
.c-block1__txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 55px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-block1__txt {
    padding: 30px 22px;
  }
}
.c-block1__bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.c-block1__bg img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-block1__bg img.on {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-block1__bg img {
    width: 100%;
    -o-object-position: right;
       object-position: right;
  }
}
.c-block1__box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #0d4da1;
  border-left-width: 16px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-block1__box:hover {
    background: #0d4da1;
    color: #fff;
  }
  .c-block1__box:hover .c-block1__title {
    color: #fff;
  }
  .c-block1__box--style1:hover {
    background: #fff;
  }
  .c-block1__box--style1:hover .c-block1__title {
    color: #0d4da1;
  }
  .c-block1__box:hover .c-block1__bg img.out {
    display: none;
  }
  .c-block1__box:hover .c-block1__bg img.on {
    display: block;
    animation: appear 0.3s ease-in-out;
  }
  @keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 767px) {
  .c-block1__box {
    height: 70px !important;
    border-left-width: 8px;
  }
}
.c-block1__box--h70 {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .c-block1__box--h70 {
    height: auto;
  }
}
.c-block1__box--h150 {
  height: 152px;
}
@media screen and (max-width: 767px) {
  .c-block1__box--h150 {
    height: auto;
  }
}
.c-block1__box--style1 {
  border: none;
}
.c-block1__box--style1 .c-block1__title {
  color: #fff;
}
.c-block1__box--style1 .c-block1__txt {
  padding-left: 44px;
  padding-right: 44px;
}
@media screen and (max-width: 767px) {
  .c-block1__box--style1 .c-block1__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-block1__col {
  width: 50%;
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .c-block1__col {
    width: 100%;
    padding: 0;
  }
}
.c-block1__flex {
  display: flex;
  margin: 0 -7px;
}
@media screen and (max-width: 767px) {
  .c-block1__flex {
    display: block;
    margin: 0;
  }
}

.c-block2__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-block2__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-block2__head {
  padding: 20px 0 20px;
}

.c-block2__head p {
  font-weight: bold;
}

.c-block2__ttl {
  font-weight: bold;
/*
  font-size: 2rem;
  margin-top: 6px;
*/
  margin: 6px 0;
  font-size: 2.5rem;
}
.c-block2__navi {
  font-size: 2rem;
  display: flex;
  font-weight: bold;
  border: 2px solid #66a2ff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-block2__navi {
    font-size: 1.6rem;
  }
}
.c-block2__navittl {
  color: #fff;
  background: #66a2ff;
  padding: 4px 12px 0 10px;
}
.c-block2__navides {
  color: #66a2ff;
  padding: 3px 13px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-block2__navittl {
    font-size: 1.5rem;
    padding: 4px 0px 0 6px;
    overflow-wrap: break-word;
  }
  .c-block2__navides {
    font-size: 1.5rem;
    padding: 3px 8px 0;
  }
}

.c-block2__navi.is-red {
  border-color: #b80103;
}
.c-block2__navi.is-red .c-block2__navittl {
  background: #b80103;
}
.c-block2__navi.is-red .c-block2__navides {
  color: #b80103;
}


.c-block2__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #707070;
}
.c-block2__list:nth-of-type(1) {
  border-top: 1px dotted #707070;
}
/* .c-block2__list:nth-child(2) {
  margin: 12px 0 24px;
}
.c-block2__list:nth-child(3) .c-block2__dd {
  position: relative;
  top: 2px;
} */
.c-block2__dt, .c-block2__dd {
  padding: 10px 0 5px;
}
.c-block2__dt {
  width: 97px;
}
@media screen and (max-width: 767px) {
  .c-block2__dt {
    width: 85px;
  }
}
.c-block2__dd {
  width: calc(100% - 97px);
  /* margin-bottom: 2px; */
}
@media screen and (max-width: 767px) {
  .c-block2__dd {
    width: calc(100% - 85px);
  }
}
.c-block2__txt {
  margin-bottom: 6px;
  line-height: 21px;
  /* text-indent: -10px; */
  padding-left: 22px;
  position: relative;
}
.c-block2__txt:before {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
}
.c-block2__txt .c-btn5 {
  margin-left: 2px;
  top: -1px;
}
.c-block2-taiscode {
  font-size:130%;
  font-weight: bold;
  display: block;
}

.c-block2-qrcode {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 16px 20px 18px 22px;
  max-width: 462px;
  margin-top: 26px;
}
.c-block2-qrcode__txt {
  margin: 9px 0 12px;
  display: block;
  font-size: 1.4rem;
}
.c-block2-qrcode__row {
  display: flex;
  /* align-items: flex-end; */
/*  justify-content: space-between;*/
  justify-content: space-around;
  margin-top: 12px;
}
.c-block2-qrcode__row2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: 12px;
}
.c-block2-qrcode__title {
  font-weight: bold;
  text-align: center;
}
.c-block2-qrcode__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  background: #0d4da1;
  border-radius: 50px;
  width: 196px;
  min-height: 40px;
  padding: 2px 10px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.c-block2-qrcode__btn.--qr {
  padding-left: 60px;
  position: relative
}
.c-block2-qrcode__btn.--qr img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  box-shadow: 0 0 4px rgba(0,0,0,.3);
}
@media screen and (min-width: 768px) {
  .c-block2-qrcode__btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-block2-qrcode {
    max-width: 100%;
  }
  .c-block2-qrcode__row {
    max-width: 100%;
    display: block;
  }
  .c-block2-qrcode__row2 {
    max-width: 100%;
  }
  .c-block2-qrcode__btn {
    margin: 0 auto 10px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-box1 {
  padding: 43px 45px 34px;
  background: #fff;
  border: 2px solid #d6e1eb;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    padding: 20px;
  }
}
.c-box1__title {
  position: relative;
  border-bottom: 1px dashed #0d4da1;
  padding-bottom: 6px;
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #0d4da1;
}
@media screen and (max-width: 767px) {
  .c-box1__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.c-box1__titlesub {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-box1__titlesub {
    margin: 0 3px;
  }
}
.c-box1__titlebg {
  position: absolute;
  top: -7px;
  left: -8px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-box1__titlebg {
    top: -6px;
    left: -6px;
  }
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  @supports (-webkit-touch-callout: none) {
    .c-box1__titlebg {
      top: -9px;
      left: -6px;
    }
  }
}
.c-box1__titlebg span {
  display: block;
  width: 46px;
  height: 46px;
  background: #fcf159;
  border-radius: 50%;
}
.c-box1__titlebg span:not(:last-child) {
  margin-right: -14px;
}
@media screen and (max-width: 767px) {
  .c-box1__titlebg span:not(:last-child) {
    margin-right: -9px;
  }
  .c-box1__titlebg span {
    width: 32px;
    height: 32px;
  }
}
.c-box1__titletxt {
  font-size: 3.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-box1__titletxt {
    font-size: 2.2rem;
  }
}
.c-box1__titlered {
  color: #e10002;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-box1__titlered {
    font-size: 1.4rem;
  }
}

.c-box1__child {
  margin-top: 50px;
}
.c-box1__child + .c-box1__child {
  margin-top: 44px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-box1__child {
    margin-top: 20px;
  }
  .c-box1__child + .c-box1__child {
    margin-top: 20px;
  }
}
.c-box1__childttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #202020;
  padding-left: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-box1__childttl {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.c-box1__childttl::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 2px;
  width: 10px;
  height: 28px;
  background: #d6e1eb;
}
@media screen and (max-width: 767px) {
  .c-box1__childttl::before {
    height: 24px;
  }
}
.c-box1__childbtn {
  border-radius: 23px;
  border: 1px solid #d6e1eb;
  color: #202020;
  font-size: 1.4rem;
  line-height: 20px;
  min-width: 100px;
  padding: 4px 15px 3px 13px;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .c-box1__childbtn {
    display: inline-block;
    line-height: 16px;
    padding: 4px 15px 2px;
    top: -1px;
  }
}
.c-box1__text {
  font-size: 1.4rem;
  margin: 22px -7px 0;
}
@media screen and (max-width: 767px) {
  .c-box1__text {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
.c-box1__flex {
  display: flex;
  margin: 0 -5px;
}
@media screen and (max-width: 767px) {
  .c-box1__flex {
    display: block;
    margin: 0;
  }
}
.c-box1__flex .c-box1 {
  margin: 0 5px;
  width: calc(50% - 10px);
  padding: 34px 43px 21px;
}
@media screen and (max-width: 767px) {
  .c-box1__flex .c-box1 {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .c-box1__flex .c-box1 + .c-box1 {
    margin-top: 20px;
  }
}
.c-box1__flex .c-box1__title {
  margin: 0 -7px 40px;
}
.c-box1__flex .c-box1__titletxt {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .c-box1__flex .c-box1__titletxt {
    top: 0;
  }
  .c-box1__flex .c-box1__title {
    margin: 0 0 20px;
  }
}
.c-box1__flex .c-list1 {
  margin: 0 -15px -18px;
}
@media screen and (max-width: 767px) {
  .c-box1__flex .c-list1 {
    margin: 0 0 -5px;
  }
}
.c-box1__flex .c-list1__item {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-box1__flex .c-list1__item {
    width: 25%;
    padding: 0;
    margin-bottom: 5px;
  }
}
.c-box1__flex .c-list1__img {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .c-box1__flex .c-list1__img {
    width: 100%;
    height: auto;
  }
}
.c-box1__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-box1__content {
    display: block;
  }
}
.c-box1__content .c-slide1__inner {
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  .c-box1__content .c-slide1__inner {
    width: 100%;
  }
}
.c-box1__link {
  width: 160px;
  height: 160px;
  border: 1px solid #0d4da1;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-box1__link {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 10px 15px;
    margin: 20px 0 0;
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-box1__link:hover {
    opacity: 0.5;
  }
}
.c-box1.is-style1 {
  padding: 25px 45px 38px;
}
@media screen and (max-width: 767px) {
  .c-box1.is-style1 {
    padding:  12px 20px;
  }
}
.c-box1.is-style1 .c-box1__title {
  margin-bottom: 42px;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .c-box1.is-style1 .c-box1__title {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
}
.c-box1.is-style1 .c-box1__title::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -13px;
  width: 38px;
  height: 38px;
  background: url("../img/common/icon_arrow.svg") no-repeat center;
  background-size: 38px 38px;
}
@media screen and (max-width: 767px) {
  .c-box1.is-style1 .c-box1__title::after {
    top: 7px;
    right: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
.c-box1.is-style1 .c-box1__titlesub {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .c-box1.is-style1 .c-box1__titlesub {
    top: 1px;
  }
}
.c-box1.c-slide1 {
  padding: 38px 43px 41px;
}
@media screen and (max-width: 767px) {
  .c-box1.c-slide1 {
    padding: 20px;
  }
}
.c-box1.c-slide1 .c-box1__title {
  margin-bottom: 34px;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-box1.c-slide1 .c-box1__title {
    margin-bottom: 20px;
  }
}
.c-box1.c-slide1 .c-box1__titlesub {
  top: 1px;
}
.c-box1.c-slide1 .c-box1__titletxt {
  top: 1px;
}
.c-box1.c-slide1 .c-box1__titlered {
  position: relative;
  top: -2px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .c-box1.c-slide1 .c-box1__titlered {
    margin-left: 3px;
    top: -2px;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-box2 {
  display: block;
  padding: 40px 15px 17px;
  border: 1px solid #a6a6a6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-box2:hover {
    background: #eaf2fc;
  }
}

@media screen and (max-width: 767px) {
  .c-box2 {
    padding: 80px 15px 65px;
  }
}
.c-box2 + .c-box2 {
  margin-top: 15px;
}
.c-box2.is-red .c-box2__lending {
  border-color: #b80103;
}
.c-box2.is-red .c-box2__lending1 {
  background: #b80103;
}
.c-box2.is-red .c-box2__lending2 {
  color: #b80103;
}
/*
.c-box2.is-red .c-box2__qap, .c-box2.is-red .c-box2__social {
  display: none;
}
*/
.c-box2.is-new .c-box2__img::before {
  content: "new";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 46px;
  border-radius: 5px;
  border: 2px solid #e10002;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  color: #e10002;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  z-index: 1;
}
.c-box2 input {
  display: none;
}
.c-box2__mark {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-box2__mark {
    top: 20px;
    right: 15px;
  }
}
.c-box2__markicon {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #1f6465;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-box2__markicon {
    width: 20px;
    height: 20px;
  }
}
.c-box2__mark input:checked ~ .c-box2__markicon {
  background: url("../img/common/icon_check.svg") no-repeat center;
  background-size: 26px 26px;
  border-color: #3e898a;
}
@media screen and (max-width: 767px) {
  .c-box2__mark input:checked ~ .c-box2__markicon {
    background-size: 20px 20px;
  }
}
.c-box2__markhov {
  background: #3E898A;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  padding: 3px 6px;
  border-radius: 5px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .2s ease;
}
.c-box2__markhov::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid #3E898A;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.c-box2__mark:hover .c-box2__markhov {
  opacity: 1;
}
.c-box2__top {
  position: absolute;
  top: 10px;
  left: 13px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-box2__top {
    flex-wrap: wrap;
  }
}
.c-box2__qap {
  display: block;
  width: 65px;
  padding: 4px 0;
  border-radius: 5px;
  background: #f2f0c7;
  font-size: 1.2rem;
  line-height: 20px;
  color: #519236;
  text-align: center;
  font-weight: bold;
  margin-right: 6px;
}
.c-box2__lending {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 20px;
  border: 1px solid #66a2ff;
}
.c-box2__lending1, .c-box2__lending2 {
  display: block;
  width: 50%;
  text-align: center;
  padding: 4px 6px;
}
.c-box2__lending1 {
  background: #66a2ff;
  color: #fff;
  min-width: 65px;
}
.c-box2__lending2 {
  color: #66a2ff;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-box2__lending.is-red {
  background: #b80103;
}
.c-box2__lending1.is-red {
  background: #b80103;
}
.c-box2__social {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-box2__social {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.c-box2__ytb, .c-box2__pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 4px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-box2__ytb:hover, .c-box2__pdf:hover {
    opacity: 0.8;
  }
}
.c-box2__ytb img, .c-box2__pdf img {
  margin-right: 3px;
}
.c-box2__ytb {
  width: 62px;
}
.c-box2__ytb img {
  width: 22px;
  height: 16px;
}
.c-box2__pdf {
  width: 73px;
  margin-left: 5px;
}
.c-box2__pdf img {
  width: 16px;
  height: 20px;
}
.c-box2__wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-box2__wrapper {
    display: block;
  }
}
.c-box2__img {
  width: 136px;
  height: 136px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  margin-top: 9px;
}
.c-box2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-box2__img {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    float: left;
  }
}
.c-box2__content {
  flex: 1;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  .c-box2__content {
    padding-left: 0;
  }
}
.c-box2__subttl {
  font-size: 1.6rem;
  line-height: 20px;
  display: inline-block;
  margin: 7px 0 8px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .c-box2__subttl {
    font-size: 1.4rem;
    display: block;
    padding-right: 0;
    margin: 0 0 8px;
  }
}
.c-box2__tag {
  position: absolute;
  top: -29px;
  right: 0;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
/*  background: #d5827a;*/
  background: #d70035;
  border-radius: 5px;
  padding: 3px 6px 0 6px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-box2__tag {
    position: relative;
    float: none;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    top: -2px;
    margin-left: 5px;
  }
}
.c-box2__ttl {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: bold;
  
}
@media screen and (max-width: 767px) {
  .c-box2__ttl {
    display: block;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-box2__subttl, .c-box2__ttl {
    padding-left: 95px;
  }
}
.c-box2__price {
  position: relative;
  display: block;
  white-space: nowrap;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-box2__price {
    white-space: normal;
    margin-left: 0;
  }
}
.c-box2__model_num--style1 {
  display: none;
}
.c-box2__model_num {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-box2__model_num {
    padding: 0 0 5px 95px;
    margin-bottom: 12px;
  }
}
.c-box2__text {
  display: block;
  font-size: 1.4rem;
  line-height: 20px;
}
.c-box2__info {
  display: inline-block;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .c-box2__info {
    margin: 10px -10px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.c-box2__item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-box2__item {
    width: 50%;
    padding: 0 10px;
  }
}
.c-box2__item:not(:last-child) {
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .c-box2__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.c-box2__txt {
  display: block;
  font-size: 1.2rem;
  line-height: 20px;
}
.c-box2__txt.bold {
  font-weight: bold;
}
.c-box2__txt span {
  display: none;
}
.c-box2__code {
  display: block;
  font-size: 1.6rem;
  line-height: 20px;
  margin-top: -1px;
}
.c-box2__code.bold {
  font-weight: bold;
}
.c-box2__code span {
  display: none;
}
.c-box2__detail {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 20px;
  width: 140px;
  max-width: 100%;
  color: #fff;
  background: #0d4da1;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 0 9px;
  position: relative;
  float: right;
  margin: 16px 0 0 26px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-box2__detail {
    float: none;
    width: calc(100% - 30px);
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .c-box2__detail:hover {
    opacity: 0.8;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-tab {
  position: relative;
  border-bottom: 1px solid #0d4da1;
  padding: 0 20px;
  margin-top: -20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-tab {
    border-bottom: 0;
    margin-top: 0;
  }
}
.c-tab__wrap {
  overflow: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.c-tab__content {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-tab__item {
  width: 230px;
  margin-right: 12px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-tab__item {
    width: 120px;
    margin-right: 6px !important;
  }
}
.c-tab__item:nth-child(1), .c-tab__item:nth-child(4) {
  margin-right: 12px;
}
.c-tab__item:nth-child(2), .c-tab__item:nth-child(3) {
  margin-right: 13px;
}
.c-tab__item:last-child {
  margin-right: 0 !important;
}
.c-tab__item:before {
  display: none;
}
.c-tab__link {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  border: 1px solid #0d4da1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #0d4da1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
  border-bottom: 0;
  line-height: 20px;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-tab__link {
    height: 40px;
    margin-top: 0;
    border-bottom: 1px solid #0d4da1;
    font-size: 1rem;
    line-height: normal;
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-tab__link:hover {
    background: #0d4da1;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
  }
}
.c-tab__link.is-active {
  background: #0d4da1;
  color: #fff;
  height: 100px;
  margin-top: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .c-tab__link.is-active {
    height: 50px;
    font-size: 1rem;
    margin-top: 0;
    line-height: normal;
  }
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.c-compare {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 -7.5px;
}
@media screen and (max-width: 767px) {
  .c-compare {
    margin: 0 -2px;
    flex-wrap: wrap;
    justify-content: initial;
  }
}
.c-compare__btn1, .c-compare__btn2, .c-compare__btn3 {
  margin: 0 7.5px;
}
@media screen and (max-width: 767px) {
  .c-compare__btn1, .c-compare__btn2, .c-compare__btn3 {
    margin: 0 2px;
  }
}
.c-compare__btn2 select {
  -webkit-appearance: none;
          appearance: none;
  outline: none !important;
  border: 1px solid #0d4da1;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 15px 15px 13px;
  background: url("../img/common/icon_arrow_down.svg") no-repeat center right 6px/11px 6px !important;
}
@media screen and (max-width: 767px) {
  .c-compare__btn2 select {
    width: 100%;
    font-size: 1.2rem;
    padding: 15px 5px 13px;
  }
  .c-compare__btn2.date_order {
    width: 100%;
    flex: 1;
  }
}
.c-compare__btn2.date_order select {
  width: 145px;
}
@media screen and (max-width: 767px) {
  .c-compare__btn2.date_order select {
    width: 100%;
  }
  .c-compare__btn2.case {
    width: 60px;
    flex-shrink: 0;
  }
}
.c-compare__btn2.case select {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .c-compare__btn2.case select {
    width: 100%;
  }
}
.c-compare__btn3 .c-compare__inner {
  display: flex;
  width: 100px;
  height: 50px;
}
.c-compare__btn3 .c-compare__child {
  width: 50%;
  position: relative;
}
.c-compare__btn3 input {
  display: none;
}
.c-compare__btn3 input:checked ~ .c-compare__icon {
  background: #0d4da1;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2);
  border: none;
}
.c-compare__btn3 input:checked ~ .c-compare__icon.list1::before {
  background: url("../img/common/icon_list1-W.svg") no-repeat center;
}
.c-compare__btn3 input:checked ~ .c-compare__icon.list2::before {
  background: url("../img/common/icon_list2-W.svg") no-repeat center;
}
.c-compare__btn3 input:checked ~ .c-compare__tooltip {
  opacity: 0;
  visibility: hidden;
}
.c-compare__btn3 .c-compare__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0d4da1;
  overflow: hidden;
  cursor: pointer;
}
.c-compare__btn3 .c-compare__icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-compare__btn3 .c-compare__icon.list1 {
  border-radius: 5px 0 0 5px;
}
.c-compare__btn3 .c-compare__icon.list1::before {
  background: url("../img/common/icon_list1.svg") no-repeat center;
  background-size: 21px 19px !important;
}
.c-compare__btn3 .c-compare__icon.list2 {
  border-radius: 0 5px 5px 0;
}
.c-compare__btn3 .c-compare__icon.list2::before {
  background: url("../img/common/icon_list2.svg") no-repeat center;
  background-size: 21px 21px !important;
}
.c-compare__btn3 .c-compare__tooltip {
  display: block;
  background: #535353;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  position: absolute;
  padding: 7px 7px 5px;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-compare__btn3 .c-compare__tooltip {
    display: none;
  }
}
.c-compare__btn3 .c-compare__tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #535353;
}

.c-nextprev {
  display: flex;
  position: relative;
}
.c-nextprev li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  background: #0d4da1;
  border-radius: 50px;
  padding: 2px 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-nextprev li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nextprev li a:hover {
    opacity: 0.8;
  }
}
.c-nextprev__prev a:before {
  content: "";
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-nextprev__prev a:before {
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
  }
}
.c-nextprev__next {
  margin-left: auto;
}
.c-nextprev__next a:after {
  content: "";
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .c-nextprev__next a:after {
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
  }
}
.c-nextprev__top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-nextprev__top a {
  padding: 2px 16px 2px 15px;
}
.c-nextprev--bdBottom {
  height: 39px;
  border-bottom: 1px solid #0d4da1;
  padding-bottom: 11px;
}
.c-nextprev--bdTop {
  border-top: 1px solid #0d4da1;
  padding-top: 9px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-nextprev--bdTop {
    margin-top: 40px;
  }
}

.c-box3 {
  background: #f3f3f3;
  border: 1px solid #707070;
  margin-top: 3px;
}
.c-box3__top {
  display: flex;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-box3__top {
    flex-direction: column;
  }
}
.c-box3__row {
  display: flex;
  width: 100%;
}
.c-box3__row:nth-child(2) {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-box3__row:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #707070;
  }
}
.c-box3__dt {
  width: 168px;
  font-size: 1.6rem;
  background: #d5d5d5;
  font-weight: bold;
  border-right: 1px solid #707070;
  padding: 13px 17px 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-box3__dt {
    width: 85px;
    padding: 6px 8px 5px;
    font-size: 1.4rem;
  }
}
.c-box3__dd {
  width: calc(100% - 168px);
  font-size: 1.4rem;
  padding: 13px 22px 9px;
}
@media screen and (max-width: 767px) {
  .c-box3__dd {
    width: calc(100% - 85px);
    padding: 6px 11px 5px;
    font-size: 1.2rem;
  }
}
.c-box3__dd span {
  font-size: 1.6rem;
  padding-right: 13px;
}
.c-box3__bottom {
  padding: 15px 48px 18px 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-box3__bottom {
    padding: 8px 10px 9px;
  }
}
.c-box3__item {
  text-indent: -15px;
  padding-left: 14px;
}
.c-box3__question {
  margin-top: 10px;
}
.c-box3__red {
  margin-left: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-box3__red {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
}
.c-box3__note {
  color: #fff;
  background: #0d4da1;
  padding: 5px 6px 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}
.c-box3__note:before {
  content: "";
  background: url("../img/common/icon_how.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px;
}

.c-box4 {
  background: #fff;
  font-size: 1.6rem;
  border: 2px solid #d6e1eb;
  padding: 35px 43px 21px;
}
@media screen and (max-width: 767px) {
  .c-box4 {
    padding: 15px 22px 11px;
    font-size: 1.4rem;
    margin-top: 25px;
  }
  .c-box4 .u-indent {
    text-indent: -28px;
    padding-left: 27px;
  }
}

.c-box5 {
  background: #d6e1eb;
  border-radius: 10px;
  padding: 26px 32px 37px;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .c-box5 {
    padding: 13px 15px 15px;
  }
}
.c-box5__list {
  margin-top: 20px;
  text-indent: -14px;
  padding-left: 8px;
}
.c-box5__ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-box5__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------
------------------------------------------*/

.c-modal-window {
  display: none;
  max-width: 1200px;
  width: 90%;
  max-height: 95vh;
  padding: 1px 40px 40px;
  background: #fff;
  border-radius: 5px;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.c-modal-window .c-title2 {
  margin: 30px 30px 20px 0;
}
.c-modal-window p {
  margin-bottom: 10px;
}
.c-modal-window .c-btn-row {
  margin-top: 30px;
}

.c-modal-close {
  width: 40px;
  height: 40px;
  background: url(../img/common/toggle-open.png) 0/contain no-repeat;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 20px;
}

.c-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .c-modal-window {
    padding: 1px 20px 20px;
  }
  .c-modal-window .c-btn-row__item .c-btn2 a {
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 418px) {
  .c-modal-window .c-btn-row {
    flex-direction: column;
  }
  .c-modal-window .c-btn-row__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-modal-window .c-btn-row__item .c-btn2 a {
    width: 200px;
    min-height: 54px;
  }
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.p-company1 {
  background-color: #F8F8F8;
  padding-top: 53px;
  padding-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .p-company1 {
    padding: 30px 0;
  }
}
.p-company1 .c-title1 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-company1 .c-title1 {
    margin-bottom: 30px;
  }
}

.p-news1 {
  background: #f8f8f8;
  padding: 53px 0 45px;
}
@media screen and (max-width: 767px) {
  .p-news1 {
    padding-top: 25px;
  }
}
.p-news1 .c-title1 {
  margin: 0 0 47px;
}
@media screen and (max-width: 767px) {
  .p-news1 .c-title1 {
    margin: 0 0 25px;
  }
}
.p-news1 .c-list2 {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .p-news1 .c-list2 {
    margin-bottom: 25px;
  }
}
.p-news1 .c-pagenavi .wp-pagenavi {
  justify-content: center;
}

.p-relatedInfo {
  background: #f8f8f8;
  padding: 53px 0 83px;
}
.p-relatedInfo .c-title2 {
  margin-bottom: 30px;
}
.p-relatedInfo__txt p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo {
    padding: 25px 0 35px;
  }
  .p-relatedInfo__txt p {
    margin-bottom: 15px;
  }
}
.p-relatedInfo .c-btn-row {
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo .c-btn-row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 418px) {
  .p-relatedInfo .c-btn-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-relatedInfo .c-btn-row__item {
    width: 48%;
  }
}
@media screen and (max-width: 418px) {
  .p-relatedInfo .c-btn-row__item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-relatedInfo .c-btn-row__item .c-btn2 {
    height: 100%;
  }
  .p-relatedInfo .c-btn-row__item .c-btn2 a {
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 418px) {
  .p-relatedInfo .c-btn-row__item .c-btn2 a {
    width: 200px;
    min-height: 54px;
  }
}

.p-relatedInfo1 {
  padding-top: 45px;
}
.p-relatedInfo1__row {
  display: flex;
  max-width: 915px;
  width: 100%;
  margin: 47px auto auto;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo1__row {
    flex-direction: column;
  }
}
.p-relatedInfo1__left {
  width: 329px;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo1__left {
    width: 100%;
  }
}
.p-relatedInfo1__right {
  width: calc(100% - 329px);
  margin-left: 29px;
  background: #d6e1eb;
  border-radius: 5px;
  padding: 36px 35px 32px 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo1__right {
    width: 100%;
    margin-left: 0;
    padding: 17px 17px 17px;
  }
}
.p-relatedInfo1__right:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 61px 18px 0;
  border-color: transparent #d6e1eb transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo1__right:before {
    left: auto;
    right: 40px;
    top: -25px;
    border-width: 0 9px 31px 9px;
    border-color: transparent transparent #d6e1eb transparent;
  }
}
.p-relatedInfo1__dl {
  display: flex;
  border: 1px solid #707070;
  width: 329px;
  margin-bottom: 14px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo1__dl {
    width: 100%;
  }
}
.p-relatedInfo1__dt {
  color: #fff;
  background: #0d4da1;
  width: 132px;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 0 8px;
  border-right: 1px solid #707070;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo1__dt {
    font-size: 1.4rem;
    width: 100px;
    padding: 8px 0 4px;
  }
}
.p-relatedInfo1__dd {
  width: calc(100% - 132px);
  text-align: right;
  font-size: 2.2rem;
  padding: 7px 15px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-relatedInfo1__dd {
    font-size: 1.6rem;
    width: calc(100% - 100px);
    padding: 6px 15px 4px;
  }
}

.p-relatedInfo2 {
  padding-top: 71px;
}

.p-relatedInfo3 {
  padding-top: 37px;
}
.p-relatedInfo3 .c-btn-row {
  margin-top: 39px;
}

.p-relatedInfo4 {
  padding-top: 60px;
}
.p-relatedInfo4 .c-btn-row {
  margin-top: 35px;
}

.p-relatedInfo5 {
  padding-top: 60px;
}

.p-searchDetail1 {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-searchDetail1 {
    padding: 0 0 30px;
  }
}
.p-searchDetail1 .c-title1 {
  margin-bottom: 81px;
  color: #232323;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-searchDetail1 .c-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-searchDetail1 .c-title1:after {
    width: 116px;
    margin-left: 5px;
  }
}

.p-SearchResultImage {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-SearchResultImage {
    padding: 20px 0;
  }
}
.p-SearchResultImage .c-title1 {
  margin-bottom: 77px;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-SearchResultImage .c-title1 {
    margin-bottom: 40px;
  }
}
.p-SearchResultImage .c-title1::after {
  bottom: -9px;
  width: 116px;
}
@media screen and (max-width: 767px) {
  .p-SearchResultImage .c-compare__btn2.case {
    width: 100%;
    flex: 1;
  }
}

.p-SearchResultText {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-SearchResultText {
    padding: 20px 0;
  }
}
.p-SearchResultText .c-title1 {
  margin-bottom: 77px;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-SearchResultText .c-title1 {
    margin-bottom: 40px;
  }
}
.p-SearchResultText .c-title1::after {
  bottom: -9px;
  width: 116px;
}

.p-welfare {
  background: #f8f8f8;
  padding: 53px 0 71px;
}
@media screen and (max-width: 767px) {
  .p-welfare {
    padding: 25px 0 35px;
  }
}
.p-welfare .c-title2 {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-welfare .c-btn-row__item:nth-child(1) {
    margin-right: 10px;
  }
}
.p-welfare .c-box4 {
  margin-top: 46px;
}

.p-welfare1 {
  padding-top: 43px;
}

.p-welfare2 {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-welfare2 {
    padding-top: 50px;
  }
}

.p-welfare3 {
  padding-top: 40px;
}
.p-welfare3__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-welfare3__list {
    flex-direction: column;
  }
}
.p-welfare3__item {
  width: 46.3%;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-welfare3__item {
    width: 100%;
  }
}
.p-welfare3__item:nth-child(3) .c-title3 {
  margin-bottom: 15px;
}
.p-welfare3 .c-title2 {
  padding-bottom: 6px;
}
.p-welfare3__red {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff0000;
  margin-left: 16px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .p-welfare3__red {
    display: block;
    font-size: 1.2rem;
    text-indent: -10px;
    padding-left: 10px;
    margin-left: 0;
  }
}

.p-welfare4 {
  padding-top: 10px;
}
.p-welfare4 .c-btn2 {
  margin-bottom: 13px;
}
.p-welfare4 .u-indent {
  text-indent: -15px;
  padding-left: 14px;
}

.p-welfareDetail {
  padding: 0 0 43px;
}
.p-welfareDetail .c-title1 {
  margin-bottom: 34px;
  padding-bottom: 18px;
}
.p-welfareDetail .c-title1:after {
  width: 116px;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail .c-list5.is-style1 {
    margin: 0 -10px -20px;
  }
  .p-welfareDetail .c-list5.is-style1 .c-list5__item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
.p-welfareDetail .c-list5.is-style1 .c-box2 {
  padding-bottom: 0;
}

.p-welfareDetail1 {
  display: flex;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail1 {
    flex-direction: column;
  }
}
.p-welfareDetail1__left {
  width: calc(100% - 525px);
}
@media screen and (max-width: 767px) {
  .p-welfareDetail1__left {
    width: 100%;
  }
}
.p-welfareDetail1__right {
  width: 525px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail1__right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.p-welfareDetail2 {
  padding-top: 50px;
}
.p-welfareDetail2 .c-title2 {
  margin-bottom: 30px;
}
.p-welfareDetail2 .c-table3 {
  margin-bottom: 20px;
}

.p-welfareDetail3 {
  padding-top: 50px;
}
.p-welfareDetail3 .c-title2 {
  margin-bottom: 32px;
}

.p-welfareDetail4 {
  padding: 50px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail4 {
    padding: 50px 0 38px;
  }
}
.p-welfareDetail4 .c-title2 {
  margin-bottom: 34px;
}
.p-welfareDetail4__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail4__wrap {
    display: block;
  }
}
.p-welfareDetail4__link {
  border: 1px solid #0D4DA1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 268px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0D4DA1;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail4__link {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 10px 15px;
    margin: 20px 0 0;
    border-radius: 25px;
  }
}
.p-welfareDetail4 .c-list5 {
  flex: 1;
  padding-right: 42px;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail4 .c-list5 {
    padding-right: 0;
  }
}
.p-welfareDetail4 .c-list5.is-style1 .c-list5__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail4 .c-list5.is-style1 .c-list5__item {
    width: 50%;
  }
}
.p-welfareDetail4 .c-list5.is-style1 .c-box2__subttl {
  padding-right: 0;
}
.p-welfareDetail4 .c-list5.is-style1 .c-box2__img {
  width: 270px;
  height: 270px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail4 .c-list5.is-style1 .c-box2__img {
    width: 100%;
    height: auto;
  }
  .p-welfareDetail4 .c-list5.is-style1 .c-box2__img::after {
    content: "";
    padding-top: 100%;
    position: relative;
    display: block;
  }
}
.p-welfareDetail4 .c-list5.is-style1 .c-box2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail4 .c-list5.is-style1 .c-box2__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-welfareDetail-hiyari .c-title2 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.p-welfareDetail-hiyari .c-title2 .icon {
  margin-left: 20px;
  width: 83px;
  height: 29px;
  background: url(../img/ServiceWelfareIteDetail/icon-txt_open.svg) 0/contain no-repeat;
  cursor: pointer;
}
.p-welfareDetail-hiyari .c-title2.is-active .icon {
  background: url(../img/ServiceWelfareIteDetail/icon-txt_close.svg) 0/contain no-repeat;
}
.p-welfareDetail-hiyari__wrap {
  display: flex;
  justify-content: space-between;
}
.p-welfareDetail-hiyari__wrap .slide-wrap {
  width: 890px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail-hiyari__wrap {
    display: block;
  }
  .p-welfareDetail-hiyari__wrap .slide-wrap {
    width: 100%;
  }
}
.p-welfareDetail-hiyari__wrap .slide-item-img {
  display: block;
  border: 1px solid #707070;
}
.p-welfareDetail-hiyari__wrap .slide-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}
.p-welfareDetail-hiyari__wrap .prev-arrow {
  background: url(../img/ServiceWelfareIteDetail/arrow-left.png) 0/contain no-repeat;
  left: -15px;
}
.p-welfareDetail-hiyari__wrap .next-arrow {
  background: url(../img/ServiceWelfareIteDetail/arrow-right.png) 0/contain no-repeat;
  right: -15px;
}
.p-welfareDetail-hiyari__wrap .slide-item-p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.25;
}
.p-welfareDetail-hiyari__link {
  border: 1px solid #0D4DA1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 210px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0D4DA1;
}
@media screen and (max-width: 767px) {
  .p-welfareDetail-hiyari__link {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 10px 15px;
    margin: 20px 0 0;
    border-radius: 25px;
  }
}

.p-ServiceWelfareItemList1 {
  padding: 0 0 36px;
}
.p-ServiceWelfareItemList1__ttl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #0d4da1;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList1__ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.p-ServiceWelfareItemList1__txt1 {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList1__txt1 {
    font-size: 1.4rem;
  }
}
.p-ServiceWelfareItemList1 .c-number01 {
  font-size: 1.4rem;
  line-height: 1.4285714286;
 text-align: right;
  margin: 30px auto 20px;
  color: #0d4da1;
}
.p-ServiceWelfareItemList1 .c-number01 .large {
  font-size: 2rem;
  font-weight: bold;
}
.p-ServiceWelfareItemList1 .c-number01 a {
  text-decoration: underline;
}
.p-ServiceWelfareItemList1 .c-number01 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList1 .c-number01 {
    font-size: 1.3rem;
    margin: 20px auto 10px;
  }
}
/* .p-ServiceWelfareItemList1 .c-form1 {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList1 .c-form1 {
    margin-top: 30px;
  }
} */
.p-ServiceWelfareItemList1 .c-form1__item:last-child {
  margin-bottom: 0;
}
.p-ServiceWelfareItemList2 {
  background: #f3f3f3;
  padding: 63px 0 55px;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 {
    padding: 30px 0;
  }
}
.p-ServiceWelfareItemList2 .c-block1 {
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 .c-block1 {
    margin-bottom: 25px;
  }
}

.p-ServiceWelfareItemList2 .c-box1 {
  margin: 15px 0;
}
.p-ServiceWelfareItemList2 .c-box1.c-slide1 {
  margin: 20px 0 15px;
  padding-bottom: 31px;
}
.p-ServiceWelfareItemList2 .c-box1__flex .c-box1 {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 .c-box1__flex .c-box1 {
    margin: 0;
  }
  .p-ServiceWelfareItemList2 .c-box1__flex .c-box1:not(:last-child) {
    margin-bottom: 15px;
  }
}
.p-ServiceWelfareItemList2 .c-box1__flex .c-box1:nth-child(1) .c-box1__titlesub {
  margin: 0 5px 0 0;
}
.p-ServiceWelfareItemList2 .c-box1__flex .c-box1:nth-child(1) .c-box1__titletxt {
  letter-spacing: 0.05em;
}
.p-ServiceWelfareItemList2 .c-box1__flex .c-box1:nth-child(2) .c-box1__titlesub {
  margin: 0 3px;
}
.p-ServiceWelfareItemList2 .c-box1--accordion {
  padding-bottom: 0;
  /* margin-bottom: 45px; */
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 .c-box1--accordion {
    margin-bottom: 20px;
  }
  .p-ServiceWelfareItemList2 .c-box1--accordion.--accordion02 {
    margin-bottom: 15px;
  }
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__title {
  cursor: pointer;
  margin-bottom: 0;
  padding-bottom: 22px;
  border-color: transparent;
  transition: border-color 0.3s ease-in-out;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__title {
    padding-bottom: 10px;
  }
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__title:after {
  content: "";
  position: absolute;
  background: url("../img/common/icon_arrow_ttl1.svg") center/cover no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.3s ease-in-out;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__title:after {
    width: 20px;
    height: 20px;
  }
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__title.is-active {
  border-color: #0d4da1;
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__title.is-active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__titletxt {
    letter-spacing: 0.05em;
  }
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__list {
  display: none;
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__list .c-list1 {
  padding-top: 42px;
  padding-bottom: 38px;
}
.p-ServiceWelfareItemList2 .c-box1--accordion.--accordion02 .c-box1__list .c-list1 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__list .c-list1 {
    padding: 20px 0;
  }
}

.p-ServiceWelfareItemList-pc-btn {
  display: none;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-ServiceWelfareItemList-pc-btn {
    display: block;
  }
}

/* ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.flex{
  display: flex;
}
.table{
  display: table;
}


.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__list .robot-info {
  margin-bottom: 20px;
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__list .robot-info .title {
  font-weight: bold;
}
.p-ServiceWelfareItemList2 .c-box1--accordion .c-box1__list .robot-info .body {
  padding-left: 1em;
  text-align: justify;
}

.p-relatedInfo1__info {
  margin: 20px auto -10px auto;
  max-width: 915px;
}
.c-block2__txt .set_row {
  display: block;
  margin: -20px 0 0 10px;
}


/*----------------------------------*/
.p-companyDetail {
  padding: 0 0 43px;
}
.p-companyDetail .c-title1 {
  margin-bottom: 34px;
  padding-bottom: 18px;
}
.p-companyDetail1 {
  margin-top: 38px;
}
.p-companyDetail2 {
  padding-top: 50px;
}
.p-companyDetail3 {
  padding: 50px 0 70px;
}
.c-title4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0d4da1;
  border-bottom: 1px dashed #0d4da1;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.c-btn5--style2 {
  font-size: 1.4rem;
  width: 183px;
}
.c-btn5--style2:after {
  width: 16px;
  height: 16px;
  right: 8px;
  background-size: 16px 16px;
}
.p-companyDetail .ruby {
  display: inline-block;
  width: 100%;
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .c-title4 {
    font-size: 1.8rem;
  }
  .c-btn5--style2 {
    font-size: 1.2rem;
    width: 163px;
  }
}


dl.complist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl.complist dt {
  width: 40%;
  /* font-weight: bold; */
  padding-top: 2px;
  padding-right: 5px;
  border-bottom: 1px dotted #707070;
}
dl.complist dd {
  width: 55%;
  padding-top: 2px;
  border-bottom: 1px dotted #707070;
}
dl.complist dt:first-child,
dl.complist dt:first-child + dd {
  border-top: 1px dotted #707070;
}



/*************************/
.c-form1_Result {
  margin-top: 30px;
}
.c-form1_Result .c-form1__inner table {
  width: 100%;
  margin: 28px 0 30px 0;
}
.c-form1_Result .c-form1__inner table th {
  font-weight: bold;
  text-align: left;
  background: #fcf159;
  padding: 5px 3px;
}
.c-form1_Result .c-form1__inner table th:nth-child(1) {
  width: 11%;
}
.c-form1_Result .c-form1__inner table th:nth-child(2) {
  width: 39%;
}
.c-form1_Result .c-form1__inner table th:nth-child(3) {
  width: 39%;
}
.c-form1_Result .c-form1__inner table th:nth-child(4) {
  width: 11%;
}
@media screen and (max-width: 767px) {
  .c-form1_Result .c-form1__inner table th:nth-child(1) {
    width: 25%;
  }
  .c-form1_Result .c-form1__inner table th:nth-child(2) {
    width: 25%;
  }
  .c-form1_Result .c-form1__inner table th:nth-child(3) {
    width: 25%;
  }
  .c-form1_Result .c-form1__inner table th:nth-child(4) {
    width: 25%;
  }
}

.c-form1_Result .c-form1__inner table td {
  text-align: left;
  padding: 5px 3px;
  border-bottom: 1px dotted #707070;
}
.c-form1_Result .c-form1__inner table td:nth-child(4) {
  padding-top: 1px !important;
}

.c-form1_Result .c-form1__inner table tr:hover {
  background: #eaf2fc;
}

.c-btn7 {
  color: #fff;
  background: #0d4da1;
  width: 100px;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 4px 15px 2px 13px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .c-btn7 {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn7:hover {
    opacity: 0.8;
  }
}
.c-btn7:after {
  content: "";
  background: url("../img/common/icon_arrow_triangle.svg") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-form1_Result .l-wrap__content {
    padding-left: 0;
    margin-top: 0px;
  }
  .c-form1_Result .c-compare {
    float: right;
    width: 60%;
  }
  .c-form1_Result .c-compare__btn2 {
    margin-bottom: 15px;
  }
  .c-form1_Result .l-wrap__top {
    clear: both;
  }
}

.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 45px;
  z-index: 20;
}
.search-btn {
  width: 120px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
}
  .search-btn {
    width: 60px;
    right: 10px;
    bottom: 60px;
  }
}



/*    search    */
.s-condition__inner {
  margin-top: 20px;
  padding: 20px 30px 21px;
  background-color: #D6E1EB;
  border: 1px solid #707070;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .s-condition__inner {
    margin-top: 10px;
    padding: 15px 10px;
  }
}
.s-condition__flex {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .s-condition__flex {
    display: block;
  }
}
.s-condition__left, .s-condition__right {
  width: 100%;
}
.s-condition__left {
  max-width: 270px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .s-condition__left {
    max-width: 100%;
    margin-right: 0;
  }
}
.s-condition__right {
  max-width: calc(100% - 270px);
}
@media screen and (max-width: 767px) {
  .s-condition__right {
    max-width: 100%;
  }
}
.s-condition__right--flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .s-condition__right--flex {
    display: block;
  }
}


/* -----------------------------------------
  helper style
  ------------------------------------------ */
.txtC {
  text-align: center !important;
}
.txtR {
  text-align: right;
}

