@charset "UTF-8";
/*** media ***/
/*** font-size ***/
/*** wide-size ***/
/*** color ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input,
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
  padding: 0.5rem 1rem;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Roboto", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

svg {
  vertical-align: unset;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 400;
}

p,
li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  padding: 0.8rem 0;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  text-decoration: none;
  transition: all 0.4s;
  opacity: 0.6;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /*  padding: 0; */
  padding: 0.6rem;
  background-color: white;
}

input[type=radio]:checked {
  background-color: orange;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

input {
  -webkit-appearance: none;
}

/*** font-family ***/
input[type=checkbox] {
  display: none;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 1rem 0 1.7rem;
  position: relative;
  width: auto;
}

.checkbox01::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox01::after {
  border-right: 2px solid #333;
  border-bottom: 3px solid #333;
  content: "";
  display: block;
  height: 11px;
  left: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

/** pc or sp **/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* Material iconsを利用する */
.icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
}

body {
  text-align: center;
}

/** ic_menu **/
.ic_menu {
  position: fixed;
  z-index: 9999;
  top: 7px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.ic_menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: black;
  width: 45%;
}
.ic_menu span:nth-of-type(1) {
  top: 15px;
}
.ic_menu span:nth-of-type(2) {
  top: 23px;
}
.ic_menu span:nth-of-type(3) {
  top: 31px;
}
.ic_menu.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.ic_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.ic_menu.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
@media only screen and (min-width: 769px) {
  .ic_menu {
    display: none;
  }
}

/** header **/
@media only screen and (min-width: 769px) {
  header {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 9999;
  }
}
header .header {
  padding: 0 20px;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
@media only screen and (min-width: 769px) {
  header .header {
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .header .header-left {
  text-align: center;
  padding: 15px 0;
}
@media only screen and (min-width: 769px) {
  header .header .header-left {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
header .header .header-left .ci {
  background: none;
  transform: none;
  display: block;
}
@media only screen and (min-width: 769px) {
  header .header .header-left .ci {
    margin-right: 20px;
  }
}
header .header .header-left .ci a {
  display: inline-block;
  background: url(/wp-content/themes/posma/module/img/common/ci.png) no-repeat left top;
  width: 118px;
  height: 23px;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  header .header .header-left .ci a {
    width: 166px;
    height: 32px;
  }
}
header .header .header-left p {
  display: none;
}
@media only screen and (min-width: 1000px) {
  header .header .header-left p {
    display: inline-block;
    transform: skew(-10deg, 0deg);
    background: #1E97A7;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 769px) {
  header .header .header-left p span {
    display: block;
    transform: skew(0deg, 0deg);
    padding: 0.2rem 1rem;
  }
}
header .header .header-left p span strong {
  font-size: 2.4rem;
}
header .header .header-right {
  display: none;
}
@media only screen and (min-width: 769px) {
  header .header .header-right {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  header .header .header-right ul {
    display: flex;
    align-items: center;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  header .header .header-right ul li {
    margin-right: 1rem;
  }
}
header .header .header-right ul li a {
  border-radius: 10px;
  display: block;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  color: #1F398A;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  header .header .header-right ul li a {
    border: 2px solid #1F398A;
  }
}
header .header .header-right ul li a svg {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
header .header .header-right #wrap .searchform {
  display: table;
  position: relative;
}
header .header .header-right #wrap .searchform label {
  margin-bottom: 0;
}
header .header .header-right #wrap .searchform .close {
  display: none;
}
header .header .header-right #wrap .searchform .btn-icon .active {
  display: none;
}
header .header .header-right #wrap .searchform .btn-icon .close {
  display: block;
}
header .header .header-right #wrap .searchform_button:hover {
  cursor: pointer;
}
header .header .header-right #wrap .searchform_check {
  display: none;
}
header .header .header-right #wrap .searchform_popup {
  position: absolute;
  bottom: -18px;
  right: 20px;
  transform: translateX(0);
  width: 20em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: bottom 0.5s, opacity 0.5s;
}
header .header .header-right #wrap .searchform_check:checked + .searchform_popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 370px;
  padding: 1rem;
  background-color: white;
}
header .header .header-right #wrap .searchform_popup form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}
header .header .header-right #wrap .searchform_popup input {
  box-sizing: border-box;
}
header .header .header-right #wrap .searchform_popup input[type=text] {
  padding: 0.5em 1em;
  width: 80%;
  border: solid 1px #1F398A;
  border-right: none;
  font-size: 1.4rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
header .header .header-right #wrap .searchform_popup input[type=image] {
  padding: 0.5em;
  border: solid 1px #1F398A;
  border-left: none;
  background-color: white;
  font-size: 1.4rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .nav {
  padding-top: 6.5rem;
}
@media only screen and (min-width: 769px) {
  header .nav {
    padding-top: 0;
    border-top: 1px solid #707070;
  }
}
header .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
}
@media only screen and (min-width: 769px) {
  header .nav ul {
    max-width: 1040px;
    margin: 0 auto;
  }
}
header .nav ul li {
  width: 50%;
  text-align: center;
  border: 1px solid #707070;
  border-left: none;
  margin-top: -1px;
}
@media only screen and (min-width: 769px) {
  header .nav ul li {
    margin-top: 0;
    border: none;
    width: 25%;
  }
}
header .nav ul li:nth-child(even) {
  border-right: none;
}
header .nav ul li a {
  display: block;
  padding: 1.5rem 0;
  font-weight: 600;
}
header .nav ul.other {
  display: none;
}
header.navactive {
  opacity: 1;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: white;
  transition: all 0.3s;
  overflow: auto;
}
header.navactive .header {
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 999;
  width: 100%;
  /*表示する高さ*/
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: relative;
}
header.navactive .header .header-left {
  z-index: 888;
  position: fixed;
  background-color: white;
  width: 100%;
  height: 60px;
}
header.navactive .header .header-right {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 6.5rem;
}
header.navactive .header .header-right .contact {
  order: 2;
  background-color: #DDE1EE;
  padding: 2rem 0 1rem;
}
header.navactive .header .header-right .contact li {
  padding-bottom: 1rem;
}
header.navactive .header .header-right .contact li a {
  display: inline-block;
  width: 80%;
  padding: 1rem;
  background-color: white;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #1F398A;
  font-weight: 600;
}
header.navactive .header .header-right .contact li a svg {
  margin-right: 0.5rem;
}
header.navactive .header .header-right #wrap .searchform {
  display: table;
  position: relative;
}
header.navactive .header .header-right #wrap .searchform_button:hover {
  cursor: pointer;
}
header.navactive .header .header-right #wrap .searchform_check {
  display: none;
}
header.navactive .header .header-right #wrap .searchform_popup {
  position: static;
  bottom: 0;
  right: 0;
  transform: translateX(0);
  width: 100%;
  opacity: 1;
  visibility: inherit;
  pointer-events: inherit;
  transition: 0s;
}
header.navactive .header .header-right #wrap .searchform_check:checked + .searchform_popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 100%;
  padding: 0;
  background-color: white;
}
header.navactive .header .header-right #wrap .searchform_popup form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header.navactive .header .header-right #wrap .searchform_popup input {
  box-sizing: border-box;
}
header.navactive .header .header-right #wrap .searchform_popup input[type=text] {
  padding: 1.2rem 1rem;
  width: 70vw;
  border: none;
  border-right: none;
}
header.navactive .header .header-right #wrap .searchform_popup input[type=image] {
  padding: 1rem;
  border: none;
  border-left: none;
  background-color: white;
}
header.navactive .header .header-right #wrap.search {
  order: 1;
  background-color: #1F398A;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
header.navactive .header .header-right #wrap.search input[type=search] {
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 40px;
}
header.navactive .header .header-right #wrap.search button {
  width: 40px;
  height: 40px;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
}
header.navactive .header .header-right #wrap .btn-search {
  display: none;
}
header.navactive .nav {
  padding-top: 2.5rem;
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 999;
  width: 100%;
  /*表示する高さ*/
  -webkit-overflow-scrolling: touch;
}
header.navactive .nav ul {
  margin: 0 auto;
  width: 80%;
}
header.navactive .nav ul li {
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #707070;
}
header.navactive .nav ul li:last-child {
  display: block;
}
header.navactive .nav ul li a {
  width: 95%;
  margin: 0 auto;
  padding: 1.5rem 0;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.496%22%20height%3D%2214%22%20viewBox%3D%220%200%208.496%2014%22%3E%20%3Cpath%20id%3D%22FontAwsome_chevron-right_%22%20data-name%3D%22FontAwsome%20(chevron-right)%22%20d%3D%22M35.765%2C45.2l-6.231%2C6.231a.769.769%2C0%2C0%2C1-1.088%2C0l-.727-.727a.769.769%2C0%2C0%2C1%2C0-1.087l4.938-4.961L27.719%2C39.7a.769.769%2C0%2C0%2C1%2C0-1.087l.727-.727a.769.769%2C0%2C0%2C1%2C1.088%2C0l6.231%2C6.231A.769.769%2C0%2C0%2C1%2C35.765%2C45.2Z%22%20transform%3D%22translate(-27.494%20-37.657)%22%20fill%3D%22%23231816%22%2F%3E%3C%2Fsvg%3E") no-repeat right center;
}
header.navactive .nav ul.other {
  display: block;
}
header.navactive .nav ul.other li {
  text-align: right;
  border: none;
}
header.navactive .nav ul.other li a {
  width: auto;
  padding-left: 1.5rem;
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.496%22%20height%3D%2214%22%20viewBox%3D%220%200%208.496%2014%22%3E%20%3Cpath%20id%3D%22FontAwsome_chevron-right_%22%20data-name%3D%22FontAwsome%20(chevron-right)%22%20d%3D%22M35.765%2C45.2l-6.231%2C6.231a.769.769%2C0%2C0%2C1-1.088%2C0l-.727-.727a.769.769%2C0%2C0%2C1%2C0-1.087l4.938-4.961L27.719%2C39.7a.769.769%2C0%2C0%2C1%2C0-1.087l.727-.727a.769.769%2C0%2C0%2C1%2C1.088%2C0l6.231%2C6.231A.769.769%2C0%2C0%2C1%2C35.765%2C45.2Z%22%20transform%3D%22translate(-27.494%20-37.657)%22%20fill%3D%22%23231816%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
}

/** sns **/
.sns-side {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .sns-side {
    display: block;
    position: fixed;
    top: 250px;
    left: 0;
    background-color: #EEEEEE;
    padding: 2rem 1rem 0.5rem 1rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sns-side ul li {
    padding-bottom: 2rem;
  }
}

/** breadcrumbs **/
.breadcrumbs {
  padding: 0 20px;
  display: none;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs {
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
    display: block;
  }
  .breadcrumbs ul {
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .breadcrumbs ul li,
  .breadcrumbs ul li > a {
    font-size: 1.4rem;
  }
}

/** main **/
@media only screen and (min-width: 769px) {
  main {
    padding-top: 120px;
  }
}
main .contents .title-line,
main .sidebar .title-line {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 50px 0 35px;
}
main .contents .title-line::first-letter,
main .sidebar .title-line::first-letter {
  color: #22A696;
}
main .contents .title-line::before,
main .sidebar .title-line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  /*線の上下位置*/
  display: inline-block;
  width: 30px;
  /*線の長さ*/
  height: 3px;
  /*線の太さ*/
  transform: translateX(-50%);
  /*位置調整*/
  background-color: black;
  /*線の色*/
  border-radius: 100px;
  /*線の丸み*/
}
@media only screen and (min-width: 769px) {
  main .contents .title-line::before,
  main .sidebar .title-line::before {
    left: 15px;
  }
}
main .contents .tag-keyword,
main .sidebar .tag-keyword {
  text-align: left;
}
main .contents .tag-keyword li,
main .sidebar .tag-keyword li {
  display: inline-block;
  margin: 0 1rem 1.2rem 0;
}
main .contents .tag-keyword li a,
main .sidebar .tag-keyword li a {
  font-size: 1.2rem;
  padding: 1rem;
  display: inline-block;
  background-color: #eee;
  border-radius: 10px;
}
main .contents section,
main .sidebar section {
  padding: 0 20px;
}
@media only screen and (min-width: 769px) {
  main .contents section,
  main .sidebar section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  main .contents section .list-entry,
  main .sidebar section .list-entry {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  main .contents section .list-entry.news-entry .first,
  main .sidebar section .list-entry.news-entry .first {
    width: calc(100% - 38vw);
    max-width: 640px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1000px) {
  main .contents section .list-entry.news-entry .first,
  main .sidebar section .list-entry.news-entry .first {
    width: 72.1153846154%;
    max-width: 640px;
  }
}
@media only screen and (min-width: 769px) {
  main .contents section .list-entry.news-entry .first img,
  main .sidebar section .list-entry.news-entry .first img {
    max-width: 640px;
    max-height: 356px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (min-width: 769px) {
  main .contents section .list-entry.news-entry .other,
  main .sidebar section .list-entry.news-entry .other {
    display: flex;
    margin-left: -6px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) {
  main .contents section .list-entry.news-entry .other .list,
  main .sidebar section .list-entry.news-entry .other .list {
    margin: 0 0 0 6px;
  }
}
@media only screen and (min-width: 769px) {
  main .contents section .list-entry.news-entry .other .list img,
  main .sidebar section .list-entry.news-entry .other .list img {
    max-width: 313px;
    max-height: 127px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (min-width: 769px) {
  main .contents section .list-entry.list-slider,
  main .sidebar section .list-entry.list-slider {
    width: 100%;
    padding: 0 12px;
  }
}
main .contents section .list-entry .first,
main .contents section .list-entry .list,
main .contents section .list-entry .slick-slide,
main .sidebar section .list-entry .first,
main .sidebar section .list-entry .list,
main .sidebar section .list-entry .slick-slide {
  text-align: left;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  main .contents section .list-entry .first,
  main .contents section .list-entry .list,
  main .contents section .list-entry .slick-slide,
  main .sidebar section .list-entry .first,
  main .sidebar section .list-entry .list,
  main .sidebar section .list-entry .slick-slide {
    margin: 0 4px 20px;
    width: 315px;
  }
}
main .contents section .list-entry .first .entry-img img,
main .contents section .list-entry .list .entry-img img,
main .contents section .list-entry .slick-slide .entry-img img,
main .sidebar section .list-entry .first .entry-img img,
main .sidebar section .list-entry .list .entry-img img,
main .sidebar section .list-entry .slick-slide .entry-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  margin: 0 auto;
}
main .contents section .list-entry .first .categry,
main .contents section .list-entry .list .categry,
main .contents section .list-entry .slick-slide .categry,
main .sidebar section .list-entry .first .categry,
main .sidebar section .list-entry .list .categry,
main .sidebar section .list-entry .slick-slide .categry {
  padding: 1.5rem 1.5rem 1rem;
}
main .contents section .list-entry .first .categry a,
main .contents section .list-entry .list .categry a,
main .contents section .list-entry .slick-slide .categry a,
main .sidebar section .list-entry .first .categry a,
main .sidebar section .list-entry .list .categry a,
main .sidebar section .list-entry .slick-slide .categry a {
  background-color: #63BFB5;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 1rem;
}
main .contents section .list-entry .first h3,
main .contents section .list-entry .list h3,
main .contents section .list-entry .slick-slide h3,
main .sidebar section .list-entry .first h3,
main .sidebar section .list-entry .list h3,
main .sidebar section .list-entry .slick-slide h3 {
  padding: 0 1.5rem;
}
main .contents section .list-entry .first h3 a,
main .contents section .list-entry .list h3 a,
main .contents section .list-entry .slick-slide h3 a,
main .sidebar section .list-entry .first h3 a,
main .sidebar section .list-entry .list h3 a,
main .sidebar section .list-entry .slick-slide h3 a {
  font-size: 1.6rem;
  font-weight: 500;
}
main .contents section .list-entry .first .data,
main .contents section .list-entry .list .data,
main .contents section .list-entry .slick-slide .data,
main .sidebar section .list-entry .first .data,
main .sidebar section .list-entry .list .data,
main .sidebar section .list-entry .slick-slide .data {
  padding: 0 1.5rem 1.5rem;
}
main .contents section .list-entry .first .data > span,
main .contents section .list-entry .list .data > span,
main .contents section .list-entry .slick-slide .data > span,
main .sidebar section .list-entry .first .data > span,
main .sidebar section .list-entry .list .data > span,
main .sidebar section .list-entry .slick-slide .data > span {
  display: block;
}
main .contents section .list-entry .first .data a,
main .contents section .list-entry .list .data a,
main .contents section .list-entry .slick-slide .data a,
main .sidebar section .list-entry .first .data a,
main .sidebar section .list-entry .list .data a,
main .sidebar section .list-entry .slick-slide .data a {
  color: #666;
  margin-left: 0.5rem;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.2rem;
}
main .contents section .post-categories,
main .sidebar section .post-categories {
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
}
main .contents section .post-categories a,
main .sidebar section .post-categories a {
  background-color: #63BFB5;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 1rem;
}

.banner {
  padding: 3rem 0;
}

@media only screen and (min-width: 769px) {
  .sidebar {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar section {
    margin-bottom: 2.4rem;
  }
}
.sidebar section li {
  margin-bottom: 1.2rem;
}
.sidebar section li:last-child {
  margin-bottom: 0;
}
.sidebar section li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .sidebar section li a {
    justify-content: space-between;
  }
}
.sidebar section li a img {
  width: 100px;
}
.sidebar section li a p {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 1.2rem;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .sidebar section li a p {
    padding-left: 0;
    width: 188px;
  }
}
.sidebar section.download a {
  background-color: #1f398a;
  color: white;
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 1.5rem;
}
.sidebar section.download a h4 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  background: url(/wp-content/themes/posma/module/img/common/ic_download.svg) no-repeat left;
  min-height: 57px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  margin-bottom: 1.5rem;
}
.sidebar section.download a .btn {
  width: 100%;
  font-weight: 600;
  text-align: center;
  background-color: white;
  line-height: 50px;
  font-size: 1.8rem;
  height: 50px;
  border-radius: 10px;
  color: #1e2187;
}
.sidebar section.category ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #231816;
}

/** form **/
select,
input {
  -webkit-appearance: none;
}

/** btn **/
button {
  -webkit-appearance: none;
}

.breadcrumb {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .breadcrumb {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1040px;
    display: block;
  }
}
.breadcrumb ul {
  margin: 0 auto;
  display: flex;
  justify-content: start;
  padding: 1rem 0;
  font-size: 1.2rem;
}
.breadcrumb ul li + li::before {
  content: " > ";
  padding: 0 0.5rem;
}
.breadcrumb ul li {
  font-size: 1.2rem;
}
.breadcrumb ul li a {
  color: #666666;
  font-size: 1.2rem;
}
.breadcrumb ul li a img {
  vertical-align: baseline;
}

.pager {
  border: none !important;
  margin-bottom: 4rem;
}
.pager .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .page-numbers li {
  text-align: left;
  margin: 0;
  padding: 0 0.2rem;
}
.pager .page-numbers li .page-numbers {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  background-color: #eee;
  border-radius: 50px;
}
.pager .page-numbers li .page-numbers.current {
  color: white;
  background-color: #1F398A;
}
@media only screen and (min-width: 1000px) {
  .pager .page-numbers li {
    text-align: center;
    margin: 0 0.8rem;
  }
}

footer {
  background-color: #231816;
}
footer .footer-contact {
  z-index: 888;
  position: fixed;
  bottom: 0;
  background-color: #1F398A;
  width: 100%;
  padding: 1rem 0;
}
@media only screen and (min-width: 769px) {
  footer .footer-contact {
    display: none;
  }
}
footer .footer-contact ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-contact ul li {
  width: 100%;
}
footer .footer-contact ul li a {
  color: #1e2187;
  display: block;
  width: 90%;
  margin: 0 auto;
  background-color: white;
  padding: 0.8rem 0;
  border-radius: 10px;
  font-weight: 500;
}
footer .footer-contact ul li a svg {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
footer .footer_bottom {
  display: block;
}
@media only screen and (min-width: 769px) {
  footer .footer_bottom {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
}
footer .footer_bottom .navi {
  display: none;
}
@media only screen and (min-width: 769px) {
  footer .footer_bottom .navi {
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
}
footer .footer_bottom .navi ul {
  margin-right: 3rem;
}
footer .footer_bottom .navi ul li {
  text-align: left;
  margin-bottom: 1rem;
}
footer .footer_bottom .navi ul li a {
  color: white;
}
footer .footer_bottom .add {
  padding: 40px 20px;
}
@media only screen and (min-width: 769px) {
  footer .footer_bottom .add {
    text-align: left;
  }
}
footer .footer_bottom .add.copyright {
  background-color: #1E97A7;
  padding: 20px;
}
footer .footer_bottom .add.copyright p {
  font-size: 1.4rem;
}
footer .footer_bottom .add .coporate {
  margin: 0 auto 20px;
  text-indent: -500%;
  overflow: hidden;
  background: url(/wp-content/themes/posma/module/img/common/ci_postmedia.svg) no-repeat left;
  background-size: contain;
  height: 41px;
  width: 168px;
}
@media only screen and (min-width: 769px) {
  footer .footer_bottom .add .coporate {
    text-align: left;
    margin: 0 0 20px 0;
  }
}
footer .footer_bottom .add p {
  color: white;
  font-size: 1.4rem;
}
footer .footer_bottom .add address {
  color: white;
  line-height: 2;
  font-size: 1.4rem;
}
footer .footer_bottom .add .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  footer .footer_bottom .add .sns {
    justify-content: start;
  }
}
footer .footer_bottom .add .sns li {
  margin: 0 1rem;
}
@media only screen and (min-width: 769px) {
  footer .footer_bottom .add .sns li {
    margin: 0 1rem 0 0;
  }
}

.footer-download {
  background-color: #F2F2F2;
  padding: 50px 20px;
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .footer-download {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 769px) {
  .footer-download .inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1040px;
    margin: 0 auto;
    gap: 24px;
  }
}
.footer-download .inner li {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 2.4rem;
}
.footer-download .inner li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .footer-download .inner li {
    width: calc(25% - 12px);
    margin-bottom: 0;
  }
}
.footer-download .inner li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.footer-download .inner li p {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}
.footer-download .inner li p.btn {
  font-size: 1.6rem;
  text-align: center;
  border: solid 2px #1e2187;
  display: block;
  width: 100%;
  height: 44px;
  line-height: 40px;
  background-color: white;
  color: #1e2187;
  font-weight: 500;
  border-radius: 10px;
}
.footer-download .inner li img {
  height: 150px;
}

.wp-block-table {
  width: 100%;
}
.wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.wp-block-table th,
.wp-block-table td {
  padding: 1.8rem 0.6rem;
  font-size: 1.6rem;
}

.wp-block-table tr:nth-child(odd) {
  background-color: #eee;
}
@media only screen and (min-width: 769px) {
  .wp-block-table tr:nth-child(odd) {
    vertical-align: middle;
  }
}
