@charset "UTF-8";
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/* system
--------------------------- */
/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #000;
}

/* l-footer
--------------------------- */
.l-footer {
  background: #063B86;
  color: #fff;
  line-height: 1.2;
}

.l-footer__inner {
  max-width: 665px;
  margin: 0 auto;
  padding: 31px 0 34px;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner {
    padding: 23px 0;
  }
}

.l-footer__nav {
  display: flex;
  justify-content: center;
  gap: 0 84px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 750px) {
  .l-footer__nav {
    margin-bottom: 15px;
    gap: 0 37px;
  }
}
.l-footer__nav a {
  color: #fff;
  font-size: 17px;
}
@media only screen and (max-width: 750px) {
  .l-footer__nav a {
    font-size: 12px;
  }
}

.l-footer__copyright {
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

/* c-contents
--------------------------- */
.c-contents {
  width: 100%;
}

.c-contents__inner {
  width: 100%;
  max-width: 679px;
  padding: 0 7px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .c-contents__inner {
    padding: 0 12.5px;
  }
}

.c-contents__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.c-contents__read {
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1.25;
}
@media only screen and (max-width: 750px) {
  .c-contents__read {
    font-size: 25px;
  }
}
.c-contents__read span {
  font-size: 30px;
}
@media only screen and (max-width: 750px) {
  .c-contents__read span {
    font-size: 23px;
  }
}

.c-contents__title {
  font-size: 38px;
  line-height: 1.1111111111;
  font-weight: 700;
  text-align: center;
  color: #0072BE;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
@media only screen and (max-width: 750px) {
  .c-contents__title {
    font-size: 28px;
    line-height: 1.1818181818;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

/* c-btn
--------------------------- */
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 406px;
  height: 77px;
  border-radius: 11px;
  background: #ccc;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  position: relative;
  transition: opacity 0.4s;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .c-btn {
    max-width: 100%;
    height: 55px;
    font-size: 17px;
    border-radius: 6px;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 750px) {
  .c-btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
    border-width: 2px;
  }
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn.is-red {
  height: 63px;
  background: #E94F2D;
  box-shadow: 0 6px 0 #B93118;
  animation: btn_animation_red 3s infinite;
  padding-right: 29px;
}
@media only screen and (max-width: 750px) {
  .c-btn.is-red {
    height: 45px;
    box-shadow: 0 3px 0 #B93118;
    animation: btn_animation_red_sp 3s infinite;
    padding-right: 29px;
    font-size: 15px;
  }
}
.c-btn.is-red::after {
  border-color: #fff;
}
@media only screen and (max-width: 750px) {
  .c-btn.is-red::after {
    right: 16px;
  }
}
.c-btn.is-yellow {
  flex-direction: column;
  height: 77px;
  line-height: 1.2;
  background: #FDBD3D;
  padding-right: 31px;
  box-shadow: 0 6px 0 #CB8B0B;
  animation: btn_animation_yellow 3s infinite;
  font-size: 21px;
  color: #333;
}
@media only screen and (max-width: 750px) {
  .c-btn.is-yellow {
    height: 48px;
    padding-right: 14px;
    box-shadow: 0 3px 0 #CB8B0B;
    animation: btn_animation_yellow_sp 3s infinite;
    font-size: 16px;
  }
}
.c-btn.is-yellow small {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .c-btn.is-yellow small {
    font-size: 10px;
    color: #fff;
  }
}
.c-btn.is-tel {
  height: 63px;
  color: #0072BE;
  font-size: 35px;
  border: solid 2px #0072BE;
  background-color: #fff;
  box-shadow: 0 6px 0 #004A96;
  animation: btn_animation_blue 3s infinite;
  padding-right: 41pxpx;
  transition: all 0.2s;
}
@media only screen and (max-width: 750px) {
  .c-btn.is-tel {
    height: 38px;
    font-size: 19px;
    box-shadow: 0 3px 0 #004A96;
    animation: btn_animation_blue_sp 3s infinite;
    padding-right: 28px;
  }
}
.c-btn.is-tel::after {
  border-color: #0072BE;
}
.c-btn.is-tel::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/icon-tel.svg) no-repeat center center;
  background-size: contain;
  margin-right: 13px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 750px) {
  .c-btn.is-tel::before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    top: 1px;
  }
}
.c-btn.is-tel:hover {
  background: #0072BE;
  color: #fff;
  opacity: 1;
}
.c-btn.is-tel:hover::after {
  border-color: #fff;
}
.c-btn.is-tel:hover::before {
  background-image: url(../images/icon-tel-w.svg);
}
.c-btn.is-blue {
  background: #0072BE;
  box-shadow: 0 6px 0 #004A96;
  animation: btn_animation_blue 3s infinite;
}
.c-btn.is-blue::after {
  border-color: #fff;
}
@media only screen and (max-width: 750px) {
  .c-btn.is-blue::after {
    right: 16px;
  }
}

@keyframes btn_animation_red {
  0% {
    box-shadow: 0 6px 0 #B93118;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #B93118;
    top: 8px;
  }
  20% {
    box-shadow: 0 6px 0 #B93118;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #B93118;
    top: 8px;
  }
  40% {
    box-shadow: 0 6px 0 #B93118;
    top: 0px;
  }
}
@keyframes btn_animation_red_sp {
  0% {
    box-shadow: 0 3px 0 #B93118;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #B93118;
    top: 8px;
  }
  20% {
    box-shadow: 0 3px 0 #B93118;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #B93118;
    top: 8px;
  }
  40% {
    box-shadow: 0 3px 0 #B93118;
    top: 0px;
  }
}
@keyframes btn_animation_yellow {
  0% {
    box-shadow: 0 6px 0 #CB8B0B;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #CB8B0B;
    top: 8px;
  }
  20% {
    box-shadow: 0 6px 0 #CB8B0B;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #CB8B0B;
    top: 8px;
  }
  40% {
    box-shadow: 0 6px 0 #CB8B0B;
    top: 0px;
  }
}
@keyframes btn_animation_yellow_sp {
  0% {
    box-shadow: 0 3px 0 #CB8B0B;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #CB8B0B;
    top: 8px;
  }
  20% {
    box-shadow: 0 3px 0 #CB8B0B;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #CB8B0B;
    top: 8px;
  }
  40% {
    box-shadow: 0 3px 0 #CB8B0B;
    top: 0px;
  }
}
@keyframes btn_animation_blue {
  0% {
    box-shadow: 0 6px 0 #004A96;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #004A96;
    top: 8px;
  }
  20% {
    box-shadow: 0 6px 0 #004A96;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #004A96;
    top: 8px;
  }
  40% {
    box-shadow: 0 6px 0 #004A96;
    top: 0px;
  }
}
@keyframes btn_animation_blue_sp {
  0% {
    box-shadow: 0 3px 0 #004A96;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #004A96;
    top: 8px;
  }
  20% {
    box-shadow: 0 3px 0 #004A96;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #004A96;
    top: 8px;
  }
  40% {
    box-shadow: 0 3px 0 #004A96;
    top: 0px;
  }
}
/* p-fv
--------------------------- */
.p-fv__inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-fv__inner {
    max-width: 100%;
  }
}

.p-fv__copy {
  font-size: min(2.5714285714vw, 18px);
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: min(2.5714285714vw, 18px);
  top: min(3.5714285714vw, 25px);
}
@media only screen and (max-width: 750px) {
  .p-fv__copy {
    font-size: min(2.6666666667vw, 20px);
    left: min(2vw, 20px);
    top: min(5.3vw, 53px);
  }
}

/* p-comparison
--------------------------- */
.p-recommend {
  background: #E6EEFF;
  padding: 34px 0 41px;
}
@media only screen and (max-width: 750px) {
  .p-recommend {
    padding: 25px 0 34px;
  }
}

.p-recommend__item {
  margin-top: 26px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .p-recommend__item {
    margin-top: 28px;
    border-radius: 6px;
  }
}

.p-recommend__title {
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #063B86;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-recommend__title {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
}
.p-recommend__title a {
  color: #fff;
}

.p-recommend__body {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 28px 34px;
}
@media only screen and (max-width: 750px) {
  .p-recommend__body {
    flex-direction: column;
    padding: 22px 12.5px 26.5px;
  }
}

.p-recommend__thumb {
  width: 59.60591133%;
  margin-right: 3.6124794745%;
}
@media only screen and (max-width: 750px) {
  .p-recommend__thumb {
    width: 100%;
    margin-right: 0;
  }
}

.p-recommend__point {
  width: 36.4532019704%;
  position: relative;
  background: #F3F7FB;
  border-radius: 12px;
  margin-top: 18px;
  padding: 22px 15px 15px;
}
@media only screen and (max-width: 750px) {
  .p-recommend__point {
    width: min(77.3333333333vw, 580px);
    margin: 26px auto 0;
    padding: 26.5px 0 21.5px;
    border-radius: 6px;
  }
}

.p-recommend__point-title {
  width: 100%;
  font-size: 17px;
  color: #FF8D3C;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .p-recommend__point-title {
    font-size: 20px;
    top: -16px;
  }
}

@media only screen and (max-width: 750px) {
  .p-recommend__point-items {
    width: min(62.8vw, 471px);
    margin: 0 auto;
  }
}

.p-recommend__point-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2857142857;
  margin-bottom: 6px;
  position: relative;
  padding-left: 21px;
}
@media only screen and (max-width: 750px) {
  .p-recommend__point-item {
    padding-left: 32px;
    font-size: 17.5px;
  }
}
.p-recommend__point-item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/icon-check.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 750px) {
  .p-recommend__point-item::before {
    width: 17.5px;
    height: 17.5px;
    top: 3px;
    left: 6px;
  }
}
.p-recommend__point-item:last-child {
  margin-bottom: 0;
}
.p-recommend__point-item span {
  color: #FF8D3C;
  font-weight: 700;
}
.p-recommend__point-item .is-large {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 750px) {
  .p-recommend__point-item .is-large {
    font-size: 17.5px;
  }
}

.p-recommend__btn {
  width: 100%;
  margin-top: 23px;
}
@media only screen and (max-width: 750px) {
  .p-recommend__btn {
    width: min(77.3333333333vw, 580px);
    margin: 16.5px auto 0;
  }
}

/* p-condition
--------------------------- */
.p-condition {
  background: #F3F7FB;
  padding: 90px 0 36px;
}
@media only screen and (max-width: 750px) {
  .p-condition {
    padding: 30px 12.5px;
  }
}

.p-condition__inner {
  border: solid 3px #063B86;
  border-radius: 12px;
  background: #fff;
  padding: 30px 31px 37px;
}
@media only screen and (max-width: 750px) {
  .p-condition__inner {
    border-width: 1px;
    border-radius: 6px;
    padding: 27.5px 17.5px;
  }
}

.p-condition__text {
  margin: 36px 7px;
}
@media only screen and (max-width: 750px) {
  .p-condition__text {
    margin: 25px 0;
  }
}
.p-condition__text p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4857142857;
}
@media only screen and (max-width: 750px) {
  .p-condition__text p {
    font-size: 17.5px;
  }
}
.p-condition__text p span {
  color: #FF8D3C;
  font-weight: 600;
}
.p-condition__text p + p {
  margin-top: 1em;
}

.p-condition__closing {
  margin-top: 36px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-condition__closing {
    margin-top: 25px;
  }
}
.p-condition__closing span {
  display: inline-block;
  background: #FFD22E;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.375;
  padding-left: 6px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .p-condition__closing span {
    font-size: 17.5px;
    padding-left: 5px;
    margin-bottom: 3px;
  }
}

/* p-comparison
--------------------------- */
.p-comparison {
  padding: 74px 0 112px;
}
@media only screen and (max-width: 750px) {
  .p-comparison {
    padding: 38px 0 65px;
  }
}

.p-comparison__intro {
  margin: 28px 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-comparison__intro {
    margin: 25px 0 12.5px;
  }
}
.p-comparison__intro p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media only screen and (max-width: 750px) {
  .p-comparison__intro p {
    font-size: 17.5px;
  }
}
.p-comparison__intro p span {
  color: #FF8D3C;
  font-size: 27px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__intro p span {
    font-size: 17.5px;
  }
}
.p-comparison__intro p + p {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .p-comparison__intro p + p {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__table-wrap {
    width: calc(100vw - 16px);
    margin-left: 3.5px;
    padding-right: 16px;
    overflow-x: scroll;
  }
}

.p-comparison__table {
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #777777;
  border-left: solid 1px #777777;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-comparison__table {
    width: min(156.2666666667vw, 1172px);
  }
}
.p-comparison__table th, .p-comparison__table td {
  border-bottom: solid 1px #777777;
  border-right: solid 1px #777777;
  text-align: center;
  vertical-align: middle;
}
.p-comparison__table thead th {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  background: #0072BE;
  padding: 4px 6px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__table thead th {
    font-size: min(3.7333333333vw, 28px);
    padding: 3px 5px;
  }
}
.p-comparison__table thead th:nth-child(1) {
  width: 23.9694656489%;
}
.p-comparison__table thead th:nth-child(6) {
  width: 20.3053435115%;
}
.p-comparison__table tbody img {
  display: inline-block;
}
.p-comparison__table tbody th, .p-comparison__table tbody td {
  padding: 8px 9px 12px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .p-comparison__table tbody th, .p-comparison__table tbody td {
    padding: 7px min(2.3333333333vw, 17.5px) 12px;
  }
}
.p-comparison__table tbody th:first-child {
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__table tbody th:first-child {
    padding-left: min(3.2vw, 24px);
    padding-right: min(3.2vw, 24px);
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__num img {
    width: min(5.6vw, 42px);
  }
}

.p-comparison__logo {
  margin-bottom: 6px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__logo {
    margin-bottom: 5px;
  }
}
.p-comparison__logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.p-comparison__logo .is-ennavi {
  max-width: 107px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__logo .is-ennavi {
    width: min(25.0666666667vw, 188px);
  }
}
.p-comparison__logo .is-factorplan {
  max-width: 123px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__logo .is-factorplan {
    width: min(28.8vw, 216px);
  }
}

.p-comparison__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 37px;
  margin: 0 auto;
  background: #FF8D3C;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 9px;
  box-shadow: 0 3px 0 #D76514;
  animation: kachikachi02;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .p-comparison__btn {
    width: min(22.6666666667vw, 170px);
    height: 33px;
    border-radius: 8px;
    font-size: min(2.9333333333vw, 22px);
  }
}
.p-comparison__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -21px;
  left: 0;
  width: 140px;
  height: 100%;
  background-color: #fff;
  animation: kiran 3s ease-in-out infinite;
}

@keyframes kachikachi02 {
  0% {
    box-shadow: 0 3px 0 #D76514;
    transform: translatey(0);
  }
  40% {
    box-shadow: 0 3px 0 #D76514;
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 0 0 #D76514;
    transform: translatey(3px);
  }
  60% {
    box-shadow: 0 3px 0 #D76514;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 3px 0 #D76514;
    transform: translatey(0);
  }
}
@keyframes kiran {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(2) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(8) rotate(45deg);
    opacity: 0;
  }
}
@media only screen and (max-width: 750px) {
  .p-comparison__icon {
    width: auto;
    height: min(6.6666666667vw, 50px);
  }
}

.p-comparison__icon-text {
  font-size: min(2.1374045802vw, 14px);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__icon-text {
    font-size: min(3.3333333333vw, 25px);
  }
}
.p-comparison__icon-text span {
  font-size: min(2.4427480916vw, 16px);
}
@media only screen and (max-width: 750px) {
  .p-comparison__icon-text span {
    font-size: min(3.7333333333vw, 28px);
  }
}

.p-comparison__point {
  font-size: min(2.4427480916vw, 16pxpx);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 750px) {
  .p-comparison__point {
    font-size: min(3.7333333333vw, 28px);
  }
}

.p-comparison__note {
  font-size: 13px;
  text-align: right;
  line-height: 1;
  margin-top: 9px;
}
@media only screen and (max-width: 750px) {
  .p-comparison__note {
    font-size: 11.5px;
    text-align: left;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__table thead th:first-child,
  .p-comparison__table tbody th:first-child {
    position: sticky;
    left: 1px;
    top: 0;
    z-index: 2;
    outline: solid 1px #777;
    border: none;
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__table tbody tr:last-child th:first-child {
    border-bottom: solid 1px #777;
  }
}

/* p-ranking
--------------------------- */
#ranking {
  scroll-margin-top: 42px;
}
@media only screen and (max-width: 750px) {
  #ranking {
    scroll-margin-top: 25px;
  }
}

.p-ranking {
  background: #E6EEFF;
  padding: 151px 0 52px;
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 750px) {
  .p-ranking {
    padding: 100px 0 31.5px;
  }
}
.p-ranking::before {
  display: block;
  content: "";
  width: 406px;
  height: 105px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .p-ranking::before {
    width: 265px;
    height: 65px;
  }
}

.p-ranking__inner {
  max-width: 679px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 750px) {
  .p-ranking__inner {
    padding: 0 12.5px;
  }
}

.p-ranking__title {
  width: 100%;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.9743589744;
}
@media only screen and (max-width: 750px) {
  .p-ranking__title {
    font-size: 22.5px;
    top: -5px;
  }
}
.p-ranking__title .is-blue {
  color: #0072BE;
}
.p-ranking__title .is-large {
  font-size: 55px;
}
@media only screen and (max-width: 750px) {
  .p-ranking__title .is-large {
    font-size: 39px;
  }
}
.p-ranking__title small {
  font-size: 35px;
}
@media only screen and (max-width: 750px) {
  .p-ranking__title small {
    font-size: 25px;
  }
}

.p-ranking-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item {
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
}
.p-ranking-item + .p-ranking-item {
  margin-top: 59px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item + .p-ranking-item {
    margin-top: 33px;
  }
}

.p-ranking-item__title {
  display: flex;
  align-items: center;
  height: 59px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  background: #063B86;
  padding-left: 111px;
  position: relative;
  line-height: 1.2068965517;
  padding-top: 2px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item__title {
    height: 32px;
    font-size: 18px;
    padding-left: 57px;
  }
}
.p-ranking-item__title a {
  color: #fff;
}

.p-ranking-item__num {
  width: 73px;
  position: absolute;
  left: 13px;
  top: 6px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item__num {
    width: 39px;
    left: 6px;
    top: 3px;
  }
}

.p-ranking-item__body {
  padding: 20px 25px 48px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item__body {
    padding: 7px 12.5px 29px;
  }
}

.p-ranking-item__read {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3333333333;
  padding-left: 85px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item__read {
    font-size: 15px;
    line-height: 1.1666666667;
    padding-left: 45px;
    margin-bottom: 9px;
  }
}

.p-ranking-item__bnr {
  width: min(55.7251908397vw, 365px);
  margin: 18px auto;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item__bnr {
    width: min(60.4vw, 453px);
    margin: 10px auto 15px;
  }
}

.p-ranking-feature {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature {
    margin-top: 23px;
  }
}

.p-ranking-feature__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #0072BE;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__title {
    font-size: 14px;
    margin-bottom: 5.5px;
  }
}
.p-ranking-feature__title::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 22px;
  background: url(../images/icon-light.svg) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
  vertical-align: text-top;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__title::before {
    width: 11px;
    height: 15.5px;
    margin-right: 2px;
  }
}

.p-ranking-feature__table {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border-top: solid 1px #5C6678;
  border-left: solid 1px #5C6678;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table {
    border-radius: 5px;
  }
}
.p-ranking-feature__table tr {
  border: none;
}
.p-ranking-feature__table tr:first-child th:nth-child(1) {
  border-radius: 10px 0 0 0;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table tr:first-child th:nth-child(1) {
    border-radius: 5px 0 0 0;
  }
}
.p-ranking-feature__table tr:first-child th:nth-child(3) {
  border-radius: 0 10px 0 0;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table tr:first-child th:nth-child(3) {
    border-radius: 0 5px 0 0;
  }
}
.p-ranking-feature__table tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 10px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table tr:last-child td:nth-child(1) {
    border-radius: 0 0 0 5px;
  }
}
.p-ranking-feature__table tr:last-child td:nth-child(3) {
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table tr:last-child td:nth-child(3) {
    border-radius: 0 0 5px 0;
  }
}
.p-ranking-feature__table th, .p-ranking-feature__table td {
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #5C6678;
  border-bottom: solid 1px #5C6678;
}
.p-ranking-feature__table th {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6666666667;
  background: #E6EEFF;
  padding: 5px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table th {
    font-size: 10px;
    line-height: 1.6;
    padding: 0;
  }
}
.p-ranking-feature__table td {
  font-size: 17px;
  padding: 11px;
  line-height: 1.2121212121;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table td {
    font-size: 10px;
    padding: 3px;
  }
}
.p-ranking-feature__table td .is-orange {
  font-size: 38px;
  font-weight: 700;
  color: #FF8D3C;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table td .is-orange {
    font-size: 21px;
  }
}
.p-ranking-feature__table td .is-font-lm {
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table td .is-font-lm {
    font-size: 16px;
  }
}
.p-ranking-feature__table td .is-font-ls {
  font-size: 25px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table td .is-font-ls {
    font-size: 13px;
  }
}
.p-ranking-feature__table td .is-font-lss {
  font-size: 23px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table td .is-font-lss {
    font-size: 13px;
  }
}
.p-ranking-feature__table td .is-black-font-l {
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-feature__table td .is-black-font-l {
    font-size: 21px;
  }
}

.p-ranking-item__bnr + .p-ranking-feature {
  margin-top: 0;
}

.p-ranking-point {
  background: #F3F7FB;
  margin-top: 44px;
  border-radius: 10px;
  padding: 21px 16px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point {
    margin-top: 25px;
    padding: 18px;
  }
}

.p-ranking-point__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  color: #0072BE;
  position: absolute;
  left: 6px;
  top: -18px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__title {
    font-size: 14px;
    line-height: 1;
    left: 3px;
    top: -7px;
  }
}
.p-ranking-point__title::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 20px;
  background: url(../images/icon-hand.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__title::before {
    width: 11px;
    height: 14px;
    margin-right: 4px;
  }
}

.p-ranking-item:nth-child(3) .p-ranking-item__title {
  background: #0072BE;
}

.p-ranking-item:nth-child(4) .p-ranking-item__title {
  background: #24ACE4;
}

.p-ranking-point__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__items {
    display: block;
  }
}

.p-ranking-point__item:first-child {
  width: 54.1237113402%;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__item:first-child {
    width: 100%;
    margin-bottom: 7px;
  }
}
.p-ranking-point__item:last-child {
  width: 44.5017182131%;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__item:last-child {
    width: 100%;
  }
}
.p-ranking-point__item li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__item li {
    font-size: 15px;
    padding-left: 21px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .p-ranking-point__item li:last-child {
    margin-bottom: 0;
  }
}
.p-ranking-point__item li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/icon-check.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__item li::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}
.p-ranking-point__item li .is-orange {
  color: #FF8D3C;
  font-weight: 700;
}
.p-ranking-point__item li .is-large {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-point__item li .is-large {
    font-size: 18px;
  }
}

.p-ranking-item__btns {
  margin-top: 33px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item__btns {
    max-width: min(77.3333333333vw, 580px);
    margin: 25px auto 0;
  }
}
.p-ranking-item__btns .c-btn + .c-btn {
  margin-top: 18px;
}
@media only screen and (max-width: 750px) {
  .p-ranking-item__btns .c-btn + .c-btn {
    margin-top: 12px;
  }
}

/* p-about
--------------------------- */
.p-about {
  padding: 68px 0;
}
@media only screen and (max-width: 750px) {
  .p-about {
    padding: 30px 12.5px;
  }
}

.p-about__inner {
  border: solid 3px #063B86;
  border-radius: 12px;
  background: #fff;
  padding: 53px 31px 89px;
}
@media only screen and (max-width: 750px) {
  .p-about__inner {
    border-width: 1px;
    border-radius: 6px;
    padding: 27.5px 17.5px;
  }
}

.p-about__text {
  margin: 25px 7px;
}
@media only screen and (max-width: 750px) {
  .p-about__text {
    margin: 25px 0;
  }
}
.p-about__text p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4857142857;
}
@media only screen and (max-width: 750px) {
  .p-about__text p {
    font-size: 17.5px;
  }
}
.p-about__text p .is-orenge {
  color: #FF8D3C;
  font-weight: 700;
}
.p-about__text p .is-bold {
  font-weight: 700;
}
.p-about__text p + p {
  margin-top: 1em;
}

.c-contents__header + .p-about__text {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .c-contents__header + .p-about__text {
    margin-top: 25px;
  }
}

.p-about__closing {
  margin-top: 36px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-about__closing {
    margin-top: 25px;
  }
}
.p-about__closing span {
  display: inline-block;
  background: #FFD22E;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.375;
  padding-left: 6px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .p-about__closing span {
    font-size: 17.5px;
    padding-left: 5px;
    margin-bottom: 3px;
  }
}

.p-about__figure {
  margin: 25px 0;
}
@media only screen and (max-width: 750px) {
  .p-about__figure {
    margin: 25px 0;
  }
}

.p-about__figure + .c-contents__header {
  margin-top: 74px;
}
@media only screen and (max-width: 750px) {
  .p-about__figure + .c-contents__header {
    margin-top: 50px;
  }
}

.p-about__btn {
  margin-top: 67px;
}
@media only screen and (max-width: 750px) {
  .p-about__btn {
    margin-top: 20px;
  }
}

/* p-faq
--------------------------- */
.p-faq {
  padding: 42px 0 74px;
  background: #EFEFEF;
}
@media only screen and (max-width: 750px) {
  .p-faq {
    padding: 30px 0 44px;
  }
}

.p-faq__items {
  margin-top: 47px;
}
@media only screen and (max-width: 750px) {
  .p-faq__items {
    margin-top: 36px;
  }
}

.p-faq__item {
  background: #fff;
  border-radius: 12px;
  border: solid 2px #0072BE;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .p-faq__item {
    border-radius: 6px;
    border-width: 1px;
  }
}
.p-faq__item dt {
  font-size: 21px;
  font-weight: 700;
  color: #0072BE;
  background: #E6EEFF;
  line-height: 1.2;
  padding: 12px 0 12px 63px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-faq__item dt {
    font-size: 15px;
    padding: 8px 0 8px 45px;
  }
}
.p-faq__item dt::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/icon-q.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 7px;
}
@media only screen and (max-width: 750px) {
  .p-faq__item dt::before {
    width: 25px;
    height: 25px;
    left: 10px;
    top: 4px;
  }
}
.p-faq__item dd {
  font-size: 20px;
  line-height: 1.4285714286;
  padding: 16px 21px 18px 63px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-faq__item dd {
    font-size: 14px;
    padding: 10px 10px 10px 45px;
  }
}
.p-faq__item dd::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/icon-a.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 11px;
}
@media only screen and (max-width: 750px) {
  .p-faq__item dd::before {
    width: 25px;
    height: 25px;
    left: 10px;
    top: 7.5px;
  }
}
.p-faq__item + .p-faq__item {
  margin-top: 23px;
}
@media only screen and (max-width: 750px) {
  .p-faq__item + .p-faq__item {
    margin-top: 20px;
  }
}

/* search
--------------------------- */
.search .search_select {
  text-align: center;
  margin-bottom: 21px;
  font-size: 2.8rem;
}

.search_cont {
  margin-bottom: 46px;
}
@media only screen and (max-width: 750px) {
  .search_cont {
    margin-bottom: 25px;
  }
}

.search_form_title {
  color: #063B86;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  .search_form_title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.search_form_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px min(4.427480916vw, 28px);
}
@media only screen and (max-width: 750px) {
  .search_form_item {
    gap: 8px min(3.4666666667vw, 26px);
  }
}

.search_form_item span:hover {
  border: 2px solid #24ACE4;
  background-color: #E9FBFB;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .search_form_item span:hover {
    border-width: 1px;
  }
}

.radiolabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47.7519379845%;
  height: 112px;
  text-align: center;
  border: 2px solid #5C6678;
  border-radius: 12px;
  font-size: min(3.2061068702vw, 21px);
  font-weight: 500;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 750px) {
  .radiolabel {
    height: 65px;
    border-radius: 6px;
    border-width: 1px;
    font-size: 18px;
    line-height: 1.0857142857;
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.25);
  }
}

.search_cont .radiolabel.sel {
  background-color: #E9FBFB;
  border: 2px solid #24ACE4;
}
@media only screen and (max-width: 750px) {
  .search_cont .radiolabel.sel {
    border-width: 1px;
  }
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-top: 1px dashed #5c5c5c;
}

.submit.go .c-btn {
  background: #0072BE;
}

.submit.no .c-btn {
  background: #ADADAD;
  box-shadow: 0 6px 0 #777777;
}
@media only screen and (max-width: 750px) {
  .submit.no .c-btn {
    box-shadow: 0 3px 0 #777777;
  }
}

.submit {
  margin-top: 58px;
}
@media only screen and (max-width: 750px) {
  .submit {
    margin-top: 30px;
  }
}
.submit .c-btn {
  animation: none;
}

.submit.none {
  display: none;
}

/*==============================
ローディング画面 
==============================*/
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader,
.loader:before,
.loader:after {
  background: #092987;
  animation: loading 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #092987;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader::before,
.loader::after {
  position: absolute;
  top: 0;
  content: "";
}

.loader::before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader::after {
  left: 1.5em;
}

@-webkit-keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

/*==============================
検索結果
==============================*/
.re01, .re02 {
  background: #E6EEFF;
  padding: 70px 0;
}
@media only screen and (max-width: 750px) {
  .re01, .re02 {
    padding: 50px 0;
  }
}

.result {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 750px) {
  .result {
    padding: 0 12.5px;
  }
}

.r_h1 {
  font-size: 24px;
  text-align: center;
  color: #092987;
  font-weight: bold;
  text-indent: 1em;
}
@media only screen and (max-width: 750px) {
  .r_h1 {
    font-size: 20px;
    text-indent: 0;
    line-height: 1.4;
  }
}

.triangle {
  position: relative;
}

.triangle::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.triangle::before {
  top: 10px;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 14px 28px 14px 28px;
}
@media only screen and (max-width: 750px) {
  .triangle::before {
    top: 15px;
  }
}

.re01,
.re02 {
  display: none;
  position: relative;
}

.re01.sel,
.re02.sel {
  display: block;
}

.re_flex {
  display: flex;
  justify-content: center;
  margin-top: 49px;
  margin-bottom: 28px;
  gap: 0 2.5%;
}
@media only screen and (max-width: 750px) {
  .re_flex {
    margin-top: 50px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px 0;
  }
}

/*==============================
検索結果コンテンツ
==============================*/
.result_cont {
  width: 32.5%;
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 750px) {
  .result_cont {
    max-width: 500px;
    width: 95%;
    margin: 0 auto;
  }
}

.result_cont .r_title {
  background-color: #092987;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 0 4px 39px;
  border-radius: 6px 6px 0 0;
}

.result_cont .r_title a {
  color: #fff;
}

.result_cont .rank_img {
  width: 28px;
  position: absolute;
  top: -6px;
  left: 4px;
}

.result_cont_body {
  padding: 7px 11px 14px;
}

.result_cont table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 750px) {
  .result_cont table {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.result_cont table th,
.result_cont table td {
  border: 1px solid #dedede;
  padding: 4px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .result_cont table th,
  .result_cont table td {
    padding: 2px;
  }
}

.result_cont table th {
  background-color: #E6EEFF;
  font-weight: 500;
}

.result_cont table td {
  font-weight: 700;
  font-size: 11px;
}
.result_cont table td span {
  color: #FF8D3C;
  font-size: 15px;
}

.result_cont .r_button a {
  height: 39px;
  margin: 0 auto;
  font-size: 11px;
  border-radius: 8px;
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .result_cont .r_button a {
    font-size: 15px;
    height: 45px;
  }
}
.result_cont .r_button a::after {
  width: 6px;
  height: 6px;
  border-width: 2px;
}

/* ランダム表示・非表示 */
span.result_cont.none {
  display: none;
}

span.result_cont.hit {
  display: block;
}

/* 警告文 */
.search_form_item {
  position: relative;
}

.error01,
.error02,
.error03,
.error04 {
  color: red;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -28px;
  display: none;
  font-size: 13px;
}
@media only screen and (max-width: 750px) {
  .error01,
  .error02,
  .error03,
  .error04 {
    bottom: -20px;
    font-size: 12px;
  }
}

.error01.act,
.error02.act,
.error03.act,
.error04.act {
  display: block;
}

.zcau.noact,
.dcau.noact {
  display: none;
}

/* p-search
--------------------------- */
.p-search__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 158px;
  background: #0072BE;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-search__header {
    height: min(27.4666666667vw, 206px);
  }
}
.p-search__header::after {
  display: block;
  content: "";
  width: 200px;
  height: 56px;
  background: #0072BE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .p-search__header::after {
    width: 104px;
    height: 30px;
    bottom: -29px;
  }
}

.p-search__title {
  max-width: 526px;
}
@media only screen and (max-width: 750px) {
  .p-search__title {
    width: min(92.5333333333vw, 694px);
    padding: 0 14px;
  }
}

.p-search__body {
  max-width: 659px;
  margin: 0 auto 100px;
  padding: 95px 10px 0;
}
@media only screen and (max-width: 750px) {
  .p-search__body {
    padding: 48px 16px 0;
    margin-bottom: 50px;
  }
}

.p-search__subheading {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.52;
  text-align: center;
  margin-bottom: 51px;
}
@media only screen and (max-width: 750px) {
  .p-search__subheading {
    font-size: 20px;
    margin-bottom: 23px;
  }
}

/* utility
--------------------------- */
.u-inline-block {
  display: inline-block;
}

.u-sp-none {
  display: none;
}
@media print, screen and (min-width: 751px) {
  .u-sp-none {
    display: block;
  }
}

.u-pc-none {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .u-pc-none {
    display: none;
  }
}
