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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

* {
  letter-spacing: 0.05rem;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: normal;
}

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

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

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

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1320px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1720px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

main,
.second {
  padding-top: var(--headerHeight);
}

.subBg {
  background-image: url(../images/common/subbg@2x.png);
  background-size: 300px;
  background-repeat: repeat;
  background-position: center;
}

#pankuzu {
  margin: 30px 0;
}
@media screen and (max-width: 820px), print {
  #pankuzu {
    margin: 15px 0;
  }
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}

#page_header {
  padding: 130px 0 80px;
  background-image: url(../images/common/headerBg.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 820px), print {
  #page_header {
    padding: 65px 0 40px;
  }
}
#page_header #pankuzu {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #page_header #pankuzu {
    margin-bottom: 15px;
  }
}
#page_header h1 {
  font-size: 50px;
  font-weight: normal;
}
#page_header h1.search {
  padding-left: 40px;
  position: relative;
}
#page_header h1.search::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/search02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  left: 0;
  top: 55%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 30px;
  }
}
#page_header h1 + .cateDetail {
  margin-top: 15px;
}

.secTitle {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 25px;
  text-align: left;
}
.secTitle::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/titleItem@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 34px;
  left: 0;
  top: 55%;
  transform: translate(0, -50%);
}
.secTitle.__white {
  color: #fff;
}
@media screen and (max-width: 820px), print {
  .secTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 26px;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.blueBg {
  background-color: #1d65b5;
}

.button01 {
  background-color: #1d65b5;
  border: 2px solid #1d65b5;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 17px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 300px;
  position: relative;
}
.button01::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  transform: translate(0, -50%) rotate(135deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #fff;
}
.button01:hover {
  background-color: #fff;
  color: #1d65b5;
  opacity: 1;
}
.button01:hover::before {
  border-top: solid 2px #1d65b5;
  border-left: solid 2px #1d65b5;
}

.grayBg {
  background-color: #f4f6f8;
  box-shadow: 0 0 15px rgba(81, 81, 81, 0.2);
  padding: 140px 0;
}
@media screen and (max-width: 820px), print {
  .grayBg {
    padding: 70px 0;
  }
}

.side-nav {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.side-nav .title {
  color: #1d65b5;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .side-nav .title {
    font-size: 16px;
  }
}
.side-nav .title::before {
  position: absolute;
  content: "";
  background-color: #ecca21;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.side-nav ul li.big + .big {
  margin-top: 10px;
}
.side-nav ul li a {
  display: block;
  position: relative;
}
.side-nav ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(45deg);
  right: 20px;
  top: 50%;
}
.side-nav ul li a.big {
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 50px 10px 20px;
}
@media screen and (max-width: 520px) {
  .side-nav ul li a.big {
    font-size: 18px;
    padding: 10px 30px 10px 10px;
  }
}
.side-nav ul li a.big::before {
  border-top: 2px solid #1d65b5;
  border-right: 2px solid #1d65b5;
}
.side-nav ul li a.big.choice {
  background-color: #ecca21;
  border: none;
}
.side-nav ul li a.small {
  font-size: 17px;
  padding: 15px 50px 15px 40px;
}
@media screen and (max-width: 520px) {
  .side-nav ul li a.small {
    font-size: 15px;
    padding: 15px 30px 15px 20px;
  }
}
.side-nav ul li a.small::before {
  border-top: 2px solid #ecca21;
  border-right: 2px solid #ecca21;
}
.side-nav ul li a:hover {
  color: #1d65b5;
}
.side-nav + .tagArea {
  margin-top: 45px;
}

.tagArea {
  margin-bottom: 75px;
}
@media screen and (max-width: 820px), print {
  .tagArea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .tagArea.margin-none {
    margin-bottom: 0;
  }
}
.tagArea + .side-nav {
  margin-top: 75px;
}
@media screen and (max-width: 820px), print {
  .tagArea + .side-nav {
    margin-top: 40px;
  }
}

.newsListArea {
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsList {
  width: 46.5%;
}
.newsList:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  .newsList {
    width: 100%;
  }
  .newsList:nth-child(n+2) {
    margin-top: 30px;
  }
}
.newsList .newsListItem .slideCategory {
  background-color: #e8ecf1;
  border-radius: 4px;
  color: #1d65b5;
  display: inline-block;
  font-size: 14px;
  padding: 5px 17px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .newsList .newsListItem .slideCategory {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.newsList .newsListItem .slideTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数を2行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.5em; /* 2行分の高さ（1.5em × 2） */
}
@media screen and (max-width: 520px) {
  .newsList .newsListItem .slideTitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.newsList .slideText {
  color: #77a3d3;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数を2行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .newsList .slideText {
    font-size: 12px;
    line-height: 20px;
  }
}

.thumb_area {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.thumb_area .link {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 66.75%;
}

.pagination .inner {
  display: flex;
  font-size: 24px;
  justify-content: space-between;
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 820px), print {
  .pagination .inner {
    margin-top: 40px;
  }
}
.pagination .inner .pn-prev {
  display: inline-block;
  width: 90px;
  height: 50px;
  position: relative;
  background-color: #1d65b5;
  border-radius: 4px;
  margin: 0 10px;
}
.pagination .inner .pn-prev::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 53%;
  top: 50%;
  border-top: 4px solid #ecca21;
  border-right: 4px solid #ecca21;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pagination .inner .innerFlex {
  display: flex;
  justify-content: center;
}
.pagination .inner .pn-next {
  display: inline-block;
  width: 90px;
  height: 50px;
  position: relative;
  background-color: #1d65b5;
  border-radius: 4px;
  margin: 0 10px;
}
.pagination .inner .pn-next::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 48%;
  top: 50%;
  border-top: 4px solid #ecca21;
  border-right: 4px solid #ecca21;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination .inner .opa {
  opacity: 0;
}
.pagination .inner .current {
  background-color: #1d65b5;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 50px;
  width: 50px;
  margin: 0 12px;
  padding-bottom: 1px;
}
@media screen and (max-width: 520px) {
  .pagination .inner .current {
    font-size: 16px;
    line-height: 1.7;
  }
}
.pagination .inner .pn-numbers {
  background-color: #fff;
  border-radius: 5px;
  color: #1d65b5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 50px;
  width: 50px;
  margin: 0 12px;
  padding-bottom: 1px;
}
@media screen and (max-width: 520px) {
  .pagination .inner .pn-numbers {
    line-height: 1.7;
  }
}

.tagItems {
  flex-wrap: wrap;
}
.tagItems .tagLink {
  background-color: #e8ecf1;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 20px;
  margin-right: 17px;
  margin-bottom: 15px;
}
.tagItems .tagLink.choice {
  background-color: #cad3dd;
}

.rankFlex {
  width: 84.375%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .rankFlex {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
@media print {
  .rankFlex {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    page-break-inside: avoid;
  }
}
.rankFlex .rankTitleArea {
  width: 14.2%;
}
@media screen and (max-width: 1024px) {
  .rankFlex .rankTitleArea {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 15px;
  }
}
@media print {
  .rankFlex .rankTitleArea {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 15px;
  }
}
.rankFlex .rankTitleArea .rankTitle_en {
  color: #ecca21;
}
.rankFlex .rankTitleArea .rankTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
}
@media screen and (max-width: 1500px) {
  .rankFlex .rankTitleArea .rankTitle {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .rankFlex .rankTitleArea .rankTitle {
    font-size: 23px;
  }
}
@media print {
  .rankFlex .rankTitleArea .rankTitle .spc__hide {
    display: none;
  }
}
.rankFlex .wpp-Shortcode {
  width: 84%;
}
@media screen and (max-width: 1024px) {
  .rankFlex .wpp-Shortcode {
    width: 100%;
  }
}
@media print {
  .rankFlex .wpp-Shortcode {
    width: 100%;
  }
}
@media print {
  .rankFlex .wpp-Shortcode .wpp-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
  }
  .rankFlex .wpp-Shortcode .wpp-list li {
    flex: 0 0 calc(50% - 8px); /* 2列 */
    box-sizing: border-box;
  }
}
.rankFlex .wpp-Shortcode .slick-slider {
  margin-bottom: 40px;
}
.rankFlex .wpp-Shortcode .slick-slider .slick-list {
  padding-top: 1.4vw;
}
@media screen and (max-width: 820px), print {
  .rankFlex .wpp-Shortcode .slick-slider .slick-list {
    padding-top: 3.1vw;
  }
}
@media screen and (max-width: 520px) {
  .rankFlex .wpp-Shortcode .slick-slider .slick-list {
    padding-top: 8.1vw;
  }
}
.rankFlex .wpp-Shortcode .newsList {
  margin: 0 30px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .rankFlex .wpp-Shortcode .newsList {
    margin: 0 15px;
  }
}
@media print {
  .rankFlex .wpp-Shortcode .newsList {
    margin: 0 15px;
  }
}
.rankFlex .wpp-Shortcode .newsList .newsListItem {
  display: block;
}
.rankFlex .wpp-Shortcode .newsList .ranking {
  background-color: #ecca21;
  border-radius: 4px;
  color: #fff;
  font-size: 2.1vw;
  font-weight: bold;
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
  top: -1.4vw;
  left: 1.05vw;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 820px), print {
  .rankFlex .wpp-Shortcode .newsList .ranking {
    font-size: 4vw;
    width: 6vw;
    height: 6vw;
    top: -3.1vw;
    left: 2vw;
  }
}
@media screen and (max-width: 520px) {
  .rankFlex .wpp-Shortcode .newsList .ranking {
    font-size: 8vw;
    width: 13vw;
    height: 13vw;
    top: -8.1vw;
  }
}
.rankFlex .wpp-Shortcode .sliderNav {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 520px) {
  .rankFlex .wpp-Shortcode .sliderNav {
    justify-content: center;
    margin-left: 0;
  }
}
.rankFlex .wpp-Shortcode .sliderNav .prev,
.rankFlex .wpp-Shortcode .sliderNav .next {
  position: relative;
  width: 8px;
  height: 8px;
  top: 50%;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 520px) {
  .rankFlex .wpp-Shortcode .sliderNav .prev,
  .rankFlex .wpp-Shortcode .sliderNav .next {
    margin-top: -3px;
  }
}
.rankFlex .wpp-Shortcode .sliderNav .prev {
  transform: translate(0, -50%) rotate(-135deg);
  margin-right: 20px;
}
.rankFlex .wpp-Shortcode .sliderNav .next {
  margin-left: 20px;
}
.rankFlex .wpp-Shortcode .sliderNav .slick-dots {
  bottom: 18px;
  margin: 0;
  position: relative;
  left: auto;
  height: 8px;
}
.rankFlex .wpp-Shortcode .sliderNav .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
.rankFlex .wpp-Shortcode .sliderNav .slick-dots li.slick-active button::before {
  color: #1d65b5;
}
.rankFlex .wpp-Shortcode .sliderNav .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.rankFlex .wpp-Shortcode .sliderNav .slick-dots li button::before {
  width: 8px;
  height: 8px;
  color: #999;
  font-size: 8px;
  line-height: 8px;
}

.editor h1 {
  font-size: 200%;
  margin: 2em 0 1em;
}

.editor h2 {
  font-size: 150%;
  margin: 2em 0 1em;
}

.editor h3 {
  font-size: 120%;
  margin: 2em 0 1em;
}

.editor h4 {
  font-size: 100%;
  margin: 2em 0 1em;
}

.editor h5 {
  font-size: 80%;
  margin: 2em 0 1em;
}

.editor h6 {
  font-size: 70%;
  margin: 2em 0 1em;
}

.editor p {
  display: block;
  margin: 1em 0;
}
.editor p + h2,
.editor p + h3,
.editor p + h4,
.editor p + h5,
.editor p + h6 {
  margin-top: 2em;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.editor .is-style-separator {
  border-top: 1px solid #1d65b5;
  border-bottom: 1px solid #ecca21;
  padding-bottom: 4px;
  margin-top: 5em;
  margin-bottom: 2em;
}

.editor .wp-block-list li {
  position: relative;
  padding-left: 20px;
}
.editor .wp-block-list li::before {
  position: absolute;
  content: "";
  background-color: #ecca21;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
}
.editor .wp-block-list + h2,
.editor .wp-block-list + h3,
.editor .wp-block-list + h4,
.editor .wp-block-list + h5,
.editor .wp-block-list + h6 {
  margin-top: 2em;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* header */
.headerInner {
  background-color: #fff;
  box-shadow: 0 -5px 12px #000;
  top: 0;
  left: 0;
  height: var(--headerHeight);
  position: fixed;
  padding: 0 20px;
  width: 100%;
  z-index: 999;
}
@media print {
  .headerInner {
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  .headerInner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1400px) {
  .headerLogo {
    width: 300px;
  }
}
@media screen and (max-width: 1150px) {
  .headerLogo {
    width: 240px;
  }
}
@media print {
  .headerLogo {
    width: 240px;
  }
}

@media screen and (max-width: 1024px) {
  #gNav {
    background-color: #fff;
    display: none;
    position: fixed;
    left: 0;
    top: var(--headerHeight);
    height: calc(100vh - var(--headerHeight));
    width: 100%;
    overflow: auto;
  }
  #gNav .headerNav {
    flex-direction: column;
    padding: 40px 20px;
  }
}
@media print {
  #gNav {
    display: none;
  }
}

.headerNavList__link:hover {
  opacity: 1;
  color: #1d65b5;
}

.headerNavList + .headerNavList {
  margin-left: clamp(1px, 1.8vw, 35px);
}
@media screen and (max-width: 1024px) {
  .headerNavList {
    width: 100%;
  }
  .headerNavList:first-of-type .headerNavList__link {
    border-top: 1px solid #ccc;
  }
  .headerNavList + .headerNavList {
    margin-left: 0;
  }
  .headerNavList .headerNavList__link {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px 10px;
    position: relative;
    width: 100%;
  }
  .headerNavList .headerNavList__link::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 0;
    border-top: solid 2px #ccc;
    border-left: solid 2px #ccc;
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    transform: translate(0, -50%) rotate(135deg);
    z-index: 1;
  }
  .headerNavList.headContactBtn {
    background-color: transparent;
  }
  .headerNavList.headContactBtn .headerNavList__link {
    color: #000;
    display: block;
    height: auto;
    width: 100%;
  }
}

.headContactBtn {
  background-color: #1d65b5;
  color: #fff;
  width: 190px;
  border-radius: 7px;
  position: relative;
  transition: 0.2s all;
}
@media screen and (max-width: 1024px) {
  .headContactBtn {
    width: 260px;
    margin-top: 30px;
  }
}
.headContactBtn .headerNavList__link {
  padding: 10px 20px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.headContactBtn::after {
  background-image: url(../images/common/dl@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.headContactBtn:hover {
  opacity: 1;
  color: #1d65b5;
  background-color: #fff;
  border: 1px solid #1d65b5;
}
.headContactBtn:hover .headerNavList__link {
  color: #1d65b5;
}
.headContactBtn:hover::after {
  background-image: url(../images/common/dl02@2x.png);
}

:root {
  --borderPosition: 11px;
}

.hunsMenu {
  background: #1d65b5;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  height: 40px;
  width: 40px;
}
.hunsMenu span {
  background: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 3px;
  width: 55%;
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 8px);
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 16px);
}
.hunsMenu.active span:nth-of-type(1) {
  top: 13px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  width: 55%;
}
.hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.active span:nth-of-type(3) {
  top: 25px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  width: 55%;
}

.keywordText {
  width: 370px;
  margin: 0 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .keywordText {
    width: 280px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1150px) {
  .keywordText {
    width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .keywordText {
    width: 100%;
  }
}
.keywordText input {
  width: 100%;
  border-radius: 30px;
  background-color: #e6e6e6;
  padding: 0.6em calc(0.8em + 30px) 0.6em 0.6em;
}
@media screen and (max-width: 1024px) {
  .keywordText input {
    height: 50px;
  }
}
.keywordText .submitBtn {
  position: absolute;
  content: "";
  background-image: url(../images/common/mm01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.rightFlex {
  align-items: center;
}

.keywordArea {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

.headerInner #popup {
  display: none; /* label でコントロールするので input は非表示に */
  transition: 0.2s;
}
.headerInner .popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  transition: 0.2s;
}
.headerInner .popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
  transition: 0.2s;
}
.headerInner #popup:checked ~ .popup-overlay {
  display: block;
  transition: 0.2s;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.headerInner .popup-window {
  transition: 0.2s;
  width: 90vw;
  max-width: 560px;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headerInner .popup-text {
  margin: 0;
}
.headerInner .popup-text:not(:last-of-type) {
  margin-bottom: 1em;
}
.headerInner .popup-close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 0;
}
.headerInner .searchArea02 {
  background-color: #1d65b5;
  padding: 20px 30px;
  border-radius: 5px;
  margin: 20px auto;
}
@media screen and (max-width: 520px) {
  .headerInner .searchArea02 {
    padding: 20px 15px;
  }
}
.headerInner .searchArea02 .keywordttl {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.headerInner .searchArea02 .keywordText {
  margin: 0 auto 20px;
}
.headerInner .searchArea02 .keywordText input {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  width: 100%;
}
.headerInner .searchArea02 .keywordText ::placeholder {
  color: #999;
  font-size: 12px;
  letter-spacing: 0;
}
.headerInner .searchArea02 .searchttl {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
}
.headerInner .searchArea02 .searchttl span {
  margin-right: 5px;
}
.headerInner .searchArea02 .kadaiList {
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.headerInner .searchArea02 .kadaiList li a {
  background-color: #fff;
  color: #1d65b5;
  font-size: 14px;
  border-radius: 2px;
  padding: 3px 5px;
  margin-bottom: 5px;
  margin-right: 7px;
  display: inline-block;
}
.headerInner .searchArea02 .kensakubtn {
  max-width: 125px;
  width: 100%;
  display: block;
  background-color: #fff;
  color: #1d65b5;
  border-radius: 15px;
  padding: 5px;
  margin: 0 auto;
}

/*  footer  */
footer {
  padding: 60px 0 0;
}

.logoArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 610px) {
  .logoArea {
    margin-bottom: 30px;
  }
}
.logoArea .footLogo {
  display: inline-block;
  margin-left: 25px;
  width: 178px;
}

.siteMapList {
  margin-bottom: 25px;
}
@media screen and (max-width: 930px) {
  .siteMapList {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}
@media print {
  .siteMapList {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}
.siteMapList li {
  padding: 0 30px;
}
@media screen and (max-width: 930px) {
  .siteMapList li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 610px) {
  .siteMapList li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print {
  .siteMapList li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.siteMapList li a {
  font-size: 18px;
}
@media screen and (max-width: 610px) {
  .siteMapList li a {
    font-size: 14px;
  }
}
.siteMapList li a:hover {
  opacity: 1;
  color: #1d65b5;
}
.siteMapList li .dl {
  position: relative;
}
.siteMapList li .dl::after {
  background-image: url(../images/common/dl03@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
}

.siteFoot {
  background-color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 610px) {
  .siteFoot {
    padding: 10px 0 20px;
  }
}
.siteFoot .siteFootItem__link {
  color: #77a3d3;
  font-size: 13px;
}

.no-image {
  background-image: url(../images/top/no-image.jpg);
}

/** topFv ***********************************************************/
#topFv {
  padding: 60px 0;
  background-image: url(../images/common/headerBg.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 520px) {
  #topFv {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  #topFv .flexArea {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .flexArea {
    flex-direction: column !important;
  }
}
#topFv .news-slider-section {
  padding-right: 35px;
}
@media screen and (max-width: 1100px) {
  #topFv .news-slider-section {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .news-slider-section {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#topFv .news-slider-section .single-post {
  position: relative;
  width: 900px;
}
@media screen and (max-width: 1450px) {
  #topFv .news-slider-section .single-post {
    width: 800px;
  }
}
@media screen and (max-width: 1300px) {
  #topFv .news-slider-section .single-post {
    width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  #topFv .news-slider-section .single-post {
    width: 600px;
  }
}
@media screen and (max-width: 1100px) {
  #topFv .news-slider-section .single-post {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .news-slider-section .single-post {
    width: 100%;
  }
}
#topFv .news-slider-section .single-post a:hover {
  opacity: 1 !important;
}
#topFv .news-slider-section .news-slider {
  position: relative;
  max-width: 900px;
}
@media screen and (max-width: 1450px) {
  #topFv .news-slider-section .news-slider {
    max-width: 800px;
  }
}
@media screen and (max-width: 1300px) {
  #topFv .news-slider-section .news-slider {
    max-width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  #topFv .news-slider-section .news-slider {
    max-width: 600px;
  }
}
@media screen and (max-width: 1100px) {
  #topFv .news-slider-section .news-slider {
    max-width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .news-slider-section .news-slider {
    max-width: 100%;
  }
}
#topFv .news-slider-section .news-slider .new-post a:hover {
  opacity: 1 !important;
}
@media print {
  #topFv .news-slider-section .news-slider {
    display: block !important;
  }
  #topFv .news-slider-section .news-slider .slick-slide {
    display: none !important;
  }
  #topFv .news-slider-section .news-slider .slick-slide.slick-active {
    display: block !important;
  }
  #topFv .news-slider-section .news-slider .slick-track,
  #topFv .news-slider-section .news-slider .slick-list {
    transform: none !important;
    width: auto !important;
    height: auto !important;
  }
  #topFv .news-slider-section .news-slider .thumb_area {
    width: 90vw !important;
  }
}
#topFv .news-slider-section .thumb_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#topFv .news-slider-section .thumb_area::before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #666 95%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#topFv .news-slider-section .textArea {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 520px) {
  #topFv .news-slider-section .textArea {
    position: static;
  }
}
#topFv .news-slider-section .textArea .slideCategory {
  background-color: #e8ecf1;
  border-radius: 4px;
  color: #1d65b5;
  display: inline-block;
  font-size: 14px;
  padding: 5px 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #topFv .news-slider-section .textArea .slideCategory {
    margin-top: 10px;
    font-size: 12px;
    padding: 2px 10px;
  }
}
#topFv .news-slider-section .textArea .slideTitle {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  padding-right: 30px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.5em;
  text-shadow: 1px 1px 3px rgba(102, 102, 102, 0.7);
}
@media screen and (max-width: 520px) {
  #topFv .news-slider-section .textArea .slideTitle {
    color: #333;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
    text-shadow: none;
  }
}
#topFv .news-slider-section .textArea .button01 {
  max-width: 190px;
  padding: 10px;
}
@media screen and (max-width: 520px) {
  #topFv .news-slider-section .textArea .button01 {
    font-size: 14px;
    max-width: 120px;
    padding: 5px;
  }
}
#topFv .news-slider-section .textArea .button01::before {
  display: none;
}
#topFv .news-slider-section .sliderNav {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  #topFv .news-slider-section .sliderNav {
    justify-content: center;
    margin-right: 0;
  }
}
#topFv .news-slider-section .sliderNav .prev,
#topFv .news-slider-section .sliderNav .next {
  position: relative;
  width: 8px;
  height: 8px;
  top: 50%;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 520px) {
  #topFv .news-slider-section .sliderNav .prev,
  #topFv .news-slider-section .sliderNav .next {
    margin-top: -5px;
  }
}
#topFv .news-slider-section .sliderNav .prev {
  transform: translate(0, -50%) rotate(-135deg);
  margin-right: 20px;
}
#topFv .news-slider-section .sliderNav .next {
  margin-left: 20px;
}
#topFv .news-slider-section .sliderNav .slick-dots {
  bottom: 18px;
  margin: 0;
  position: relative;
  left: auto;
  height: 8px;
}
#topFv .news-slider-section .sliderNav .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
#topFv .news-slider-section .sliderNav .slick-dots li.slick-active button::before {
  color: #1d65b5;
}
#topFv .news-slider-section .sliderNav .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
#topFv .news-slider-section .sliderNav .slick-dots li button::before {
  width: 8px;
  height: 8px;
  color: #999;
  font-size: 8px;
  line-height: 8px;
}
#topFv .side-nav {
  min-width: 380px;
  max-height: 600px;
}
@media screen and (max-width: 1450px) {
  #topFv .side-nav {
    min-width: 330px;
    max-height: unset;
  }
}
#topFv .side-nav ul li .small a {
  padding: 12px 50px 12px 40px;
}

/** topNews ***********************************************************/
#topNews {
  padding: 90px 0 180px;
}
@media screen and (max-width: 1024px) {
  #topNews {
    padding: 90px 0 160px;
  }
}
@media screen and (max-width: 520px) {
  #topNews {
    padding: 40px 0 90px;
  }
}
#topNews .newsListArea .newsList {
  width: 30.3%;
}
@media screen and (max-width: 820px), print {
  #topNews .newsListArea .newsList {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  #topNews .newsListArea .newsList {
    width: 100%;
  }
}
#topNews .newsListArea .newsList:nth-child(n+3) {
  margin-top: 0 !important;
}
@media screen and (max-width: 820px), print {
  #topNews .newsListArea .newsList:nth-child(n+3) {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 520px) {
  #topNews .newsListArea .newsList:nth-child(n+3) {
    margin-top: 30px !important;
  }
}
#topNews .newsListArea .newsList:nth-child(n+4) {
  margin-top: 50px !important;
}
@media screen and (max-width: 520px) {
  #topNews .newsListArea .newsList:nth-child(n+4) {
    margin-top: 30px !important;
  }
}
#topNews .newsListArea .newsList:last-child {
  margin-top: 0 !important;
}
#topNews .newsListArea .dummy {
  width: 30.3%;
}
@media screen and (max-width: 820px), print {
  #topNews .newsListArea .dummy {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  #topNews .newsListArea .dummy {
    width: 100%;
  }
}
#topNews .button01 {
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #topNews .button01 {
    margin-top: 30px;
  }
}

/** popularArea ***********************************************************/
#popularArea {
  position: relative;
}
#popularArea::before {
  position: absolute;
  content: "";
  background-color: #f4f6f8;
  width: 100%;
  height: 17vw;
  top: -90px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #popularArea::before {
    height: 26vw;
    top: -30px;
  }
}
@media screen and (max-width: 820px), print {
  #popularArea::before {
    height: 45vw;
  }
}
@media screen and (max-width: 520px) {
  #popularArea::before {
    height: 75vw;
    top: -40px;
  }
}

/** keywordArea ***********************************************************/
#keywordArea {
  margin-top: 81px;
}
#keywordArea .wrapper {
  border: 1px solid #1d65b5;
  padding: 75px 30px 100px;
}
@media screen and (max-width: 820px), print {
  #keywordArea .wrapper {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 520px) {
  #keywordArea .wrapper {
    padding: 30px 20px 40px;
  }
}
#keywordArea .keywordTitle {
  margin-bottom: 30px;
  font-size: 30px;
}
@media screen and (max-width: 520px) {
  #keywordArea .keywordTitle {
    margin-bottom: 24px;
    font-size: 15px;
  }
}
#keywordArea .keywordText {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  #keywordArea .keywordText {
    width: 100%;
  }
}
#keywordArea .keywordText input {
  padding: 0.6em calc(0.8em + 50px) 0.6em 1em;
}

/** tagArea ***********************************************************/
#tagArea {
  padding: 90px 0 70px;
}
@media screen and (max-width: 520px) {
  #tagArea {
    padding: 40px 0 30px;
  }
}

/** topAbout ***********************************************************/
#topAbout .silverBg {
  background-color: #f4f6f8;
  padding: 90px 0;
}
@media screen and (max-width: 520px) {
  #topAbout .silverBg {
    padding: 45px 0;
  }
}
#topAbout .whiteBg {
  background-color: #fff;
  padding: 70px 100px;
}
@media screen and (max-width: 820px), print {
  #topAbout .whiteBg {
    padding: 50px 50px 70px;
  }
}
@media screen and (max-width: 520px) {
  #topAbout .whiteBg {
    padding: 30px 24px 40px;
  }
}
#topAbout .whiteBg .en {
  font-size: 20px;
  color: #ecca21;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #topAbout .whiteBg .en {
    font-size: 18px;
    margin-bottom: -2px;
  }
}
#topAbout .whiteBg .subTitle {
  font-size: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 520px) {
  #topAbout .whiteBg .subTitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#topAbout .whiteBg .subText {
  margin-bottom: 35px;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #topAbout .whiteBg .subText {
    text-align: left;
    margin-bottom: 15px;
  }
}
#topAbout .whiteBg .subText02 {
  margin-bottom: 75px;
}
@media screen and (max-width: 520px) {
  #topAbout .whiteBg .subText02 {
    margin-bottom: 35px;
  }
}
#topAbout .blueTitle {
  color: #1d65b5;
  font-size: 20px;
  border-bottom: 1px solid #1d65b5;
  padding-bottom: 3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #topAbout .blueTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #topAbout .flexArea {
    flex-direction: column-reverse;
  }
}
#topAbout .left {
  padding-right: 30px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #topAbout .left {
    padding-right: 0;
  }
}
#topAbout .left .logo {
  width: 210px;
  margin: 10px auto 20px;
}
@media screen and (max-width: 520px) {
  #topAbout .left .logo {
    width: 180px;
    margin: 12px auto 10px;
  }
}
#topAbout .left .textArea {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #topAbout .left .textArea {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
  }
}
#topAbout .telContact {
  text-align: center;
}
#topAbout .telContact .telNumber {
  font-size: 44px;
}
@media screen and (max-width: 1024px) {
  #topAbout .telContact .telNumber {
    font-size: 37px;
  }
}
@media screen and (max-width: 520px) {
  #topAbout .telContact .telNumber {
    font-size: 30px;
  }
}
#topAbout .telContact .telNumber .telIcon {
  padding-left: 30px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  #topAbout .telContact .telNumber .telIcon {
    margin-top: 10px;
  }
}
#topAbout .telContact .telNumber .telIcon::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/tel@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  height: 30px;
  width: 20px;
}
@media screen and (max-width: 520px) {
  #topAbout .telContact .telNumber .telIcon::before {
    height: 26px;
    width: 18px;
  }
}
#topAbout .telContact .saleTime {
  color: #77a3d3;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 25px;
}
@media screen and (max-width: 520px) {
  #topAbout .telContact .saleTime {
    margin-top: 0;
    margin-left: 0;
  }
}

.no-slick .newsList {
  width: 30%;
}
@media screen and (max-width: 820px), print {
  .no-slick .newsList {
    width: 49%;
  }
}
@media screen and (max-width: 520px) {
  .no-slick .newsList {
    width: 100%;
  }
}

/** news ***********************************************************/
@media screen and (max-width: 1024px) {
  #news .newsFlex {
    flex-direction: column-reverse;
  }
}
@media print {
  #news .newsFlex {
    flex-direction: column-reverse;
  }
}
#news .newsFlex .newsLeft {
  width: 28.8%;
}
@media screen and (max-width: 1400px) {
  #news .newsFlex .newsLeft {
    width: 35%;
  }
}
@media screen and (max-width: 1150px) {
  #news .newsFlex .newsLeft {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  #news .newsFlex .newsLeft {
    width: 100%;
    margin-top: 60px;
  }
}
@media print {
  #news .newsFlex .newsLeft {
    width: 100%;
    margin-top: 60px;
  }
}
#news .newsFlex .newsRight {
  width: 65.2%;
}
@media screen and (max-width: 1400px) {
  #news .newsFlex .newsRight {
    width: 60%;
  }
}
@media screen and (max-width: 1150px) {
  #news .newsFlex .newsRight {
    width: 56%;
  }
}
@media screen and (max-width: 1024px) {
  #news .newsFlex .newsRight {
    width: 100%;
  }
}
@media print {
  #news .newsFlex .newsRight {
    width: 100%;
  }
}
#news .rankArea {
  padding: 140px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #news .rankArea {
    padding: 70px 0;
  }
}

/** newsDetail ***********************************************************/
#news_detail #detailBox .grayBg {
  padding-top: 90px;
}
@media screen and (max-width: 820px), print {
  #news_detail #detailBox .grayBg {
    padding-top: 45px;
  }
}
#news_detail #detailBox .news_detail__main {
  max-width: 800px;
  margin: 0 auto;
}
#news_detail #detailBox .news_detail__main .newsItemHead {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #news_detail #detailBox .news_detail__main .newsItemHead {
    margin-bottom: 25px;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .thumb_area {
  margin-bottom: 45px;
}
@media screen and (max-width: 820px), print {
  #news_detail #detailBox .news_detail__main .newsItemHead .thumb_area {
    margin-bottom: 25px;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .cateBox {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .cateBox {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .cateBox .cateArea {
  width: 200px;
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .cateBox .cateArea {
    width: 100%;
    margin-bottom: 10px;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .cateBox .cateArea .newsItemCategory {
  color: #1d65b5;
  background-color: #e8ecf1;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 14px;
  display: inline-block;
}
#news_detail #detailBox .news_detail__main .newsItemHead .cateBox .tagArea {
  width: calc(100% - 210px);
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .cateBox .tagArea {
    width: 100%;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .cateBox .tagArea .tagFlex {
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .cateBox .tagArea .tagFlex {
    justify-content: flex-start;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .cateBox .tagArea .tagFlex .tagItem {
  background-color: #e8ecf1;
  border-radius: 4px;
  font-size: 14px;
  padding: 3px 10px;
  margin-bottom: 5px;
  margin-right: 10px;
}
#news_detail #detailBox .news_detail__main .newsItemHead .cateBox .tagArea .tagFlex .tagItem:nth-last-child(1) {
  margin-right: 0;
}
#news_detail #detailBox .news_detail__main .newsItemHead .detailTitle {
  font-size: 32px;
  font-weight: normal;
  line-height: 56px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #news_detail #detailBox .news_detail__main .newsItemHead .detailTitle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .detailTitle {
    font-size: 24px;
    line-height: 38px;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .newsTime {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .newsTime {
    margin-bottom: 15px;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .newsTime::before {
  position: absolute;
  content: "";
  background-image: url(../images/news/calendar@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#news_detail #detailBox .news_detail__main .newsItemHead .excerptArea {
  background-color: #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .excerptArea {
    padding: 15px;
  }
}
#news_detail #detailBox .news_detail__main .newsItemHead .excerptArea .excerptText {
  color: #1d65b5;
  line-height: 28px;
}
@media screen and (max-width: 520px) {
  #news_detail #detailBox .news_detail__main .newsItemHead .excerptArea .excerptText {
    line-height: 24px;
  }
}
#news_detail .detailBottom {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
#news_detail .detailBottom .shareArea {
  margin-bottom: 75px;
}
@media screen and (max-width: 820px), print {
  #news_detail .detailBottom .shareArea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail .detailBottom .shareArea {
    flex-direction: column;
  }
}
#news_detail .detailBottom .shareArea .share {
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  #news_detail .detailBottom .shareArea .share {
    margin-bottom: 20px;
  }
}
#news_detail .detailBottom .shareArea .share::before {
  position: absolute;
  content: "";
  background-image: url(../images/news/share@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#news_detail .detailBottom .shareArea .addtoany_shortcode a {
  padding: 0;
}
#news_detail .detailBottom .shareArea .addtoany_shortcode a + a {
  margin-left: 30px;
}
#news_detail .sin_btns .sin_pre,
#news_detail .sin_btns .sin_nex {
  position: relative;
  background-color: #d5e1ef;
  border-radius: 3px;
  padding: 7px 50px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 820px), print {
  #news_detail .sin_btns .sin_pre,
  #news_detail .sin_btns .sin_nex {
    padding: 7px 30px;
  }
}
#news_detail .sin_btns .sin_pre::before,
#news_detail .sin_btns .sin_nex::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #1d65b5;
  border-right: 2px solid #1d65b5;
  top: 50%;
  height: 10px;
  width: 10px;
}
#news_detail .sin_btns .sin_pre::before {
  right: 15px;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 820px), print {
  #news_detail .sin_btns .sin_pre::before {
    right: 10px;
  }
}
#news_detail .sin_btns .sin_back {
  background-color: #d5e1ef;
  border-radius: 3px;
  padding: 7px 105px;
  text-align: center;
}
@media screen and (max-width: 820px), print {
  #news_detail .sin_btns .sin_back {
    padding: 7px 45px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail .sin_btns .sin_back {
    padding: 7px 30px;
  }
}
#news_detail .sin_btns .sin_nex::before {
  left: 15px;
  transform: translate(0, -50%) rotate(135deg);
}
@media screen and (max-width: 820px), print {
  #news_detail .sin_btns .sin_nex::before {
    left: 10px;
  }
}
#news_detail .sin_btns .sin_none {
  width: 23%;
}
#news_detail #relation {
  padding: 140px 0 0;
}
@media screen and (max-width: 820px), print {
  #news_detail #relation {
    padding: 70px 0 0;
  }
}
#news_detail #relation .titleFlex {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #news_detail #relation .titleFlex {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
#news_detail #relation .titleFlex .secTitle {
  margin-bottom: 0;
}
#news_detail #relation .titleFlex .relationText {
  margin-left: 45px;
}
@media screen and (max-width: 520px) {
  #news_detail #relation .titleFlex .relationText {
    margin-left: 0;
    margin-top: 5px;
  }
}
#news_detail #relation .newsListArea .newsList {
  width: 30.3%;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #news_detail #relation .newsListArea .newsList {
    width: 46.5%;
  }
  #news_detail #relation .newsListArea .newsList:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail #relation .newsListArea .newsList {
    width: 100%;
  }
  #news_detail #relation .newsListArea .newsList:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print {
  #news_detail #relation .newsListArea .newsList {
    width: 46.5%;
  }
  #news_detail #relation .newsListArea .newsList:nth-child(n+3) {
    margin-top: 50px;
  }
}
#news_detail #relation .newsListArea .dummy {
  width: 30.3%;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #news_detail #relation .newsListArea .dummy {
    width: 46.5%;
  }
}
@media print {
  #news_detail #relation .newsListArea .dummy {
    width: 46.5%;
  }
}
#news_detail #link {
  padding-top: 120px;
}
@media screen and (max-width: 820px), print {
  #news_detail #link {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #news_detail #link .linkFlex {
    flex-direction: column;
  }
}
@media print {
  #news_detail #link .linkFlex {
    flex-direction: column;
  }
}
#news_detail #link .linkFlex .linkLeft {
  width: 51.5%;
}
@media screen and (max-width: 1024px) {
  #news_detail #link .linkFlex .linkLeft {
    width: 100%;
  }
}
@media print {
  #news_detail #link .linkFlex .linkLeft {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #news_detail #link .linkFlex .linkLeft .cateFlex {
    flex-direction: column;
  }
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList {
  width: 47%;
}
@media screen and (max-width: 820px), print {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList {
    width: 100%;
  }
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li.big + .big {
  margin-top: 30px;
}
@media screen and (max-width: 820px), print {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList li.big + .big {
    margin-top: 10px;
  }
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a {
  display: block;
  position: relative;
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(45deg);
  right: 20px;
  top: 50%;
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.big {
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 50px 10px 20px;
}
@media screen and (max-width: 1300px) {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.big {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.big {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.big {
    font-size: 18px;
    padding: 10px 30px 10px 10px;
  }
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.big::before {
  border-top: 2px solid #1d65b5;
  border-right: 2px solid #1d65b5;
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.small {
  font-size: 17px;
  padding: 15px 50px 15px 40px;
}
@media screen and (max-width: 1300px) {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.small {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1024px) {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.small {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.small {
    font-size: 15px;
    padding: 15px 30px 15px 20px;
  }
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a.small::before {
  border-top: 2px solid #ecca21;
  border-right: 2px solid #ecca21;
}
#news_detail #link .linkFlex .linkLeft .cateFlex .cateList li a:hover {
  color: #1d65b5;
}
#news_detail #link .linkFlex .linkRight {
  width: 40.2%;
}
@media screen and (max-width: 1024px) {
  #news_detail #link .linkFlex .linkRight {
    width: 100%;
    margin-top: 40px;
  }
}
@media print {
  #news_detail #link .linkFlex .linkRight {
    width: 100%;
  }
}
#news_detail #trouble {
  padding-top: 120px;
}
@media screen and (max-width: 820px), print {
  #news_detail #trouble {
    padding-top: 60px;
  }
}
#news_detail #trouble .troubleBg {
  background-image: linear-gradient(90deg, #d5e1ef, #faf3df);
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 820px), print {
  #news_detail #trouble .troubleBg {
    padding: 50px 0 220px;
  }
}
#news_detail #trouble .troubleBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/news/hospital@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1141px;
  height: 396px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  #news_detail #trouble .troubleBg::before {
    right: -200px;
  }
}
@media screen and (max-width: 1024px) {
  #news_detail #trouble .troubleBg::before {
    width: 840px;
    height: 292px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail #trouble .troubleBg::before {
    width: 640px;
    height: 222px;
    right: -110px;
  }
}
@media print {
  #news_detail #trouble .troubleBg::before {
    right: -200px;
    width: 840px;
    height: 292px;
  }
}
#news_detail #trouble .troubleBg .troubleLeft {
  width: 60.6%;
}
@media screen and (max-width: 1024px) {
  #news_detail #trouble .troubleBg .troubleLeft {
    width: 72%;
  }
}
@media screen and (max-width: 820px), print {
  #news_detail #trouble .troubleBg .troubleLeft {
    width: 100%;
  }
}
#news_detail #trouble .troubleBg .troubleLeft .secTitle {
  padding-left: 50px;
}
#news_detail #trouble .troubleBg .troubleLeft .secTitle::after {
  background-image: url(../images/news/trouble@2x.png);
  width: 34px;
  height: 29px;
}
#news_detail #trouble .troubleBg .troubleLeft .troubleButton {
  background-color: #1d65b5;
  border-radius: 4px;
  display: inline-block;
  padding: 15px 30px;
  margin-top: 35px;
}
#news_detail #trouble .troubleBg .troubleLeft .troubleButton span {
  position: relative;
  color: #fff;
  padding-right: 25px;
}
#news_detail #trouble .troubleBg .troubleLeft .troubleButton span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/dl@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 520px) {
  #contact .textCenter {
    text-align: left;
  }
}
#contact .doiChecks {
  text-align: center !important;
}

.required {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 820px), print {
  .required {
    margin-left: 1em;
  }
}

@media screen and (max-width: 820px), print {
  .formItem + .formItem {
    display: block;
    margin-top: 20px;
  }
}
.formItem th, .formItem td {
  padding: 10px;
}
@media screen and (max-width: 820px), print {
  .formItem th, .formItem td {
    padding: 5px 10px;
    display: block;
    width: 100%;
  }
}

.formTitle {
  vertical-align: top;
  text-align: left;
  width: 280px;
}

.formInner {
  text-align: left;
  width: calc(100% - 280px);
}

.formInputBox {
  border: 1px solid #ccc;
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.mailConf {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.mailConf input {
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.privacyLink {
  text-decoration: underline;
  color: #1d65b5;
}

.radioInput,
.checkInput {
  display: none;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.radioInput:checked + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  height: 10px;
  width: 10px;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.checkInput:checked + .mwform-checkbox-field-text::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  position: absolute;
  top: 25%;
  transform: translate(0, -50%) rotate(45deg);
  left: 3px;
  height: 18px;
  width: 11px;
}

@media screen and (max-width: 1024px) {
  #search .searchFlex {
    flex-direction: column-reverse;
  }
}
@media print {
  #search .searchFlex {
    flex-direction: column-reverse;
  }
}
#search .searchFlex .searchLeft {
  width: 28.8%;
}
@media screen and (max-width: 1400px) {
  #search .searchFlex .searchLeft {
    width: 35%;
  }
}
@media screen and (max-width: 1150px) {
  #search .searchFlex .searchLeft {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  #search .searchFlex .searchLeft {
    width: 100%;
    margin-top: 60px;
  }
}
@media print {
  #search .searchFlex .searchLeft {
    width: 100%;
    margin-top: 60px;
  }
}
#search .searchFlex .searchLeft .tagArea {
  margin-top: 45px;
  margin-bottom: 0;
}
#search .searchFlex .searchRight {
  width: 65.2%;
}
@media screen and (max-width: 1400px) {
  #search .searchFlex .searchRight {
    width: 60%;
  }
}
@media screen and (max-width: 1150px) {
  #search .searchFlex .searchRight {
    width: 56%;
  }
}
@media screen and (max-width: 1024px) {
  #search .searchFlex .searchRight {
    width: 100%;
  }
}
@media print {
  #search .searchFlex .searchRight {
    width: 100%;
  }
}
#search .rankArea {
  padding: 140px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #search .rankArea {
    padding: 70px 0;
  }
}