
html,
body,
div,
span,
object,
iframe,
h1:not(:where(.articleBody *)),
h2:not(:where(.articleBody *)),
h3:not(:where(.articleBody *)),
h4:not(:where(.articleBody *)),
h5:not(:where(.articleBody *)),
h6:not(:where(.articleBody *)),
p:not(:where(.articleBody *)),
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol:not(:where(.articleBody *)),
ul:not(:where(.articleBody *)),
li:not(:where(.articleBody *)),
fieldset,
form,
label,
legend,
table:not(:where(.articleBody *)),
caption:not(:where(.articleBody *)),
tbody:not(:where(.articleBody *)),
tfoot:not(:where(.articleBody *)),
thead:not(:where(.articleBody *)),
tr:not(:where(.articleBody *)),
th:not(:where(.articleBody *)),
td:not(:where(.articleBody *)),
article,
aside,
canvas,
details,
figcaption,
figure:not(:where(.articleBody *)),
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio:not(:where(.articleBody *)),
video:not(:where(.articleBody *)){
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}





body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure:not(.articleBody *),
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table:not(.articleBody *) {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
/*
a:active {
  text-decoration: none;
  color: #000 !important;
}
*/
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li:not(.articleBody *) {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Roboto", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}


@media (max-width:768px) {
  .forWide{display:none!important}
}
@media (min-width:769px) {
  .forMobile{display:none!important}
}






.section__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.5333333333vw;
  }
}
.section__title span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 6.4vw;
  }
}

.section__subTitle {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #11317C;
}
@media screen and (max-width: 768px) {
  .section__subTitle {
    font-size: 4.2666666667vw;
  }
}

:root{
  --headerHeight:75px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:var(--headerHeight);
  display:flex;
  align-items:center;
  box-sizing: border-box;
}

.header__inner {
  width:100%;
  height:100%;
  padding:0 25px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__logo img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .header__logo {
    opacity: 1;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
}
.header__nav ul li a {
  padding:0 1em;
  font-size: 16px;
  white-space: nowrap;
}
.header__nav ul li a:hover{
  text-decoration:underline;
  text-underline-offset:0.2em;
}
@media screen and (max-width: 1320px) {
  .header__nav ul li a {
    font-size: 1.3333333333vw;
  }
}
/*
.header__nav ul li a:hover {
  color: #11317C;
  border-bottom: 2px solid #11317C;
}
*/
.header.is_fixed {
  position: fixed;
  background: #fff;
  z-index: 99;
}
.header.is_fixed .header__logo {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .menuButton{display:none}
  .header__nav,
  .header__nav ul,
  .header__nav li{
    height:100%;
    position:relative;
  }
  .header__nav a{
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .header__nav sub-menu{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows 0.2s ease-out;
    position:absolute;
    width:100vw;
    left:50%;
    top:100%;
    transform:translatex(-50%);
  }
  .header__nav li:hover > sub-menu{
    grid-template-rows:1fr;
  }
  .header__nav sub-menu-content{
    overflow:hidden;
    display:flex;
    flex-direction:column;
    width:fit-content;
    margin:0 auto;
    background:white;
  }
  .header__nav sub-menu sub-menu-content a{
    width:100%;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:15px;
    line-height:1;
    white-space:nowrap;
    box-sizing:border-box;
  }
}

@media screen and (max-width: 768px) {
  .header,
  .header.is_fixed{
    position:sticky;
    left:0;
    top:0;
    width:100%;
    height:50px;
    padding:0;
    background:white;
    z-index:10000;
  }
  .header__inner{
    width:100%;
    height:100%;
    padding:0;
  }
  .header__logo{
    display:block;
    margin:0 0 0 15px;
    padding:0;
    width:auto;
  }
  .header__logo a{
    display:block;
    width:auto;
    margin:0;
    padding:0;
  }
  .header__logo img{
    width:240px;
    height:auto;
    display:block;
  }
  section.fv{
    padding-top:0!important;
  }
  .drawerNav sub-menu sub-menu-content a{
    font-size:14px;
    padding:0.3em 0 0.3em 1em;
  }
  .menuButton{
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    cursor:pointer;
  }
  .menuButton img{
    width:32px;
    height:32px;
  }
  .menuButton img:nth-child(1){display:block;}
  .menuButton img:nth-child(2){display:none;}
  body:has(drawer-menu.active) .menuButton img:nth-child(1){display:none;}
  body:has(drawer-menu.active) .menuButton img:nth-child(2){display:block;}
}


.header__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    z-index: 104;
    position: fixed;
    top: 12px;
    right: 10px;
    background: #11317C;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    transition: 0.2s ease;
    background: #F7DA7A;
    width: 10px;
    height: 2px;
  }
}

.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #11317C;
  z-index: 8000;
  padding: 15px 20px;
  transition:transform 0.3s ease-out;
}
.floating.hide{
  transform:translatey(100%);
}
@media screen and (max-width: 768px) {
  .floating {
    padding: 10px 10px;
  }
}
.floating__tel {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .floating__tel {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .floating__tel--box {
    display: flex;
    align-items: center;
    line-height: 1.4;
    gap: 10px;
  }
}
@media screen and (max-width: 1320px) {
  .floating__tel--icon {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .floating__tel--icon {
    width: 50px;
  }
}
.floating__tel--number {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 1320px) {
  .floating__tel--number {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .floating__tel--number {
    font-size: 6.9333333333vw;
  }
}
.floating__tel--number a {
  color: #fff;
  white-space:nowrap;
}
.floating__tel--time {
  text-align: right;
  color: #fff;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1320px) {
  .floating__tel--time {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .floating__tel--time {
    font-size: 2.6666666667vw;
    text-align: left;
  }
}
.floating__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 1320px) {
  .floating__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .floating__inner {
    gap: 5px;
    flex-direction: column;
  }
}
.floating__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.floating__btn {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  gap: 10px;
  border-radius: 60px;
  background: #fff;
}
@media screen and (max-width: 1320px) {
  .floating__btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .floating__btn {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
}
.floating__btn img {
  vertical-align: bottom;
}
.floating__btn.btn01 {
  color: #239F3B;
  border: 2px solid #239F3B;
}
.floating__btn.btn02 {
  color: #11317C;
  border: 2px solid #F7DA7A;
}
@media screen and (max-width: 768px) {
  /*
  .floating__btn.btn02 {
    display: none;
  }
  */
  .floating__btns {
    gap:3px;
  }
  .floating__btn {
    height:40px;
    font-size:14px;
    padding:0 10px;
    gap:3px;
  }
}
.floating__btn u{
  text-decoration:none;
  white-space:nowrap;
}

.header__btns.is_active .header__btn:nth-child(1) {
  transform: rotate(45deg) translate(3px, 2.5px);
}

.header__btns.is_active .header__btn:nth-child(2) {
  opacity: 0;
}

.header__btns.is_active .header__btn:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -3px);
}

.hamburger__nav {
  position: fixed;
  z-index: 100;
  background: #11317C;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.3s ease;
}
.hamburger__nav.is_active {
  transform: translate(0);
}

.l_footer {
  padding: 160px 40px 20px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l_footer {
    padding: 21.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.l_footer .l_wrap {
  max-width: 1270px;
  margin: 0 auto;
}

.p_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p_footer {
    display: block;
  }
}

.p_footer_nav {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p_footer_nav {
    width: 100%;
    display: block;
  }
}
.p_footer_nav .p_footerMenuTtl {
  font-size: 20px;
  font-family: "Cormorant Infant", serif;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_footer_nav .p_footerMenuTtl {
    font-size: 4.8vw;
  }
}
.p_footer_nav ul {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p_footer_nav ul {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p_footer_nav li {
    text-align: center;
  }
}
.p_footer_nav li a {
  color: #fff;
  font-size: 16px;
  font-family: "Cormorant Infant", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_footer_nav li a {
    font-size: 3.7333333333vw;
  }
}
.p_footer_nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.p_footer_nav li a:hover::after {
  width: 100%;
}
.p_footer_nav li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_footer_nav li + li {
    margin-top: 4.2666666667vw;
  }
}

.p_footerLogo {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p_footerLogo {
    text-align: center;
    margin-bottom: 8.5333333333vw;
  }
}

.p_footerInfo {
  font-size: 13px;
  line-height: 2;
  color: #fff;
}

.b_snsList {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .b_snsList {
    margin-bottom: 10.6666666667vw;
  }
}

.p_footerCopy {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p_footerCopy {
    margin-top: 26.6666666667vw;
    text-align: center;
  }
}
.p_footerCopy small {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Cormorant Infant", serif;
}/*# sourceMappingURL=style.css.map */










.footer{
  width:100%;
  padding:50px 0;
  background:#11317C;
  color:white;
}
.footer-inner{
  width:92vw;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:50px;
}
.footer-left{
  width:200px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:30px 25px;
}
.footer-right,.footer-right *{
  box-sizing:border-box;
}
.footer-right{
  width:calc(100% - 200px - 50px);
  display:flex;
  justify-content:right;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:0 60px;
}
.footer-rightGroup{
  width:fit-content;
  display:flex;
  flex-direction:column;
}



.footer-logo{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
}
.footer-snsIcon{
  width:30px;
  height:30px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.footer-snsIcon > img{
  width:28px;
  max-width:100%;
  height:auto;
  display:block;
}
.footer-right a{
  display:block;
  font-size:15px;
  line-height:1;
  color:white;
  text-decoration:none;
  white-space:nowrap;
  padding:0.5em 0;
}
.footer-right sub-menu a{
  font-size:13px;
  padding:0.2em 0 0.2em 1em;
}


@media (max-width:768px){
  .footer{
    padding:40px 0;
  }
  .footer-inner{
    width:80vw;
    min-width:200px;
    flex-direction:column;
    gap:30px;
  }
  .footer-left{
    margin:0 auto;
  }
  .footer-right{
    width:100%;
    display:flex;
    justify-content:left;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:0 30px;
  }
  .footer-rightGroup{
    width:50%;
  }
  .footer-right a{
    width:100%;
    padding:0.5em 0;
  }
  .footer-right sub-menu{
    display:block;
    margin:10px 0;
  }
}


.footer-info{
  width:100%;
  background:#BFCAEA;
  color:#11317C;
}
.footer-info > div{
  width:92vw;
  max-width:1200px;
  min-height:30px;
  padding:10px 0;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.footer-info > div > div{
  font-size:12px;
  line-height:1.5;
  white-space:nowrap;
  text-align:center;
}
@media (max-width:768px){
  .footer-info > div{
    flex-direction:column;
  }
  .footer-info > div > div{
    width:100%;
  }
}



.intro__reviewsScore{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:0 10px;
}
.intro__reviewsScore .reviewStars{
  --width:150px;
}
@media (max-width:768px){
  .intro__reviewsScore{
    width:100%;
    flex-direction:column-reverse;
  }
  .intro__reviewsScore .reviewStars{
    display:block;
    margin:0 auto 10px auto;
    --width:200px;
  }
}





.sell__item--button{
  margin:15px auto 0 auto;
  width:100%;
  height:60px;
  border-radius:100vw;
  border:2px solid #11317C;
  background:#11317C;
  color:white;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:24px;
  font-weight:bold;
  line-height:1;
  text-decoration:none;
}
.sell__item--button > u{
  text-decoration:none;
  color:#F9D356;
}
.sell__item--button > i{
  width:0.85em;
  height:0.85em;
  border-radius:100%;
  background:white;
  position:relative;
  margin-left:0.3em;
}
.sell__item--button > i::after{
  content:"";
  width:35%;
  height:35%;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-66%,-50%) rotate(45deg);
  border-top:1px solid #11317C;
  border-right:1px solid #11317C;
}
@media (max-width:768px) {
  .sell__item--button{
    margin:15px auto 0 auto;
    height:45px;
    font-size:18px;
  }
}














:root{
  --headerSize:50px;
  --contentsPadding:30px;
}
@media (min-width:769px){
	drawer-menu{
		display:none !important;
	}
}
@media (max-width:768px){
  body:has(drawer-menu.active){
    overflow-y:hidden;
  }
}
drawer-menu{
	width:100%;
	position:fixed;
	top:var(--headerSize);
	right:-100%;
	width:100%;
	height:calc(100svh - var(--headerSize));
	transition:right 0.4s ease-out;
  z-index:9000;
  box-sizing:border-box;
}
drawer-menu.active{
	right:0;
}
drawer-menu::before{
	content:"";
	width:100%;
	height:100lvh;
	position:absolute;
	right:0;
	top:calc(var(--headerSize) * -1);
	background:rgba(0,0,0,0.25);
	backdrop-filter:blur(3px);
}
drawer-menu-window{
	position:absolute;
	width:calc(200px + var(--contentsPadding) * 2);
	max-width:100%;
	height:calc(100svh - var(--headerSize));
	top:0;
	right:0;
	background:#11317C;
  color:white;
	overflow-y:scroll;
	transform:translatex(100%);
	transition:transform 0.4s ease-out 0s;
  box-sizing:border-box;
}
drawer-menu.active drawer-menu-window{
	transform:translatex(0%);
	transition:transform 0.4s ease-out 0.15s;
}
drawer-menu-contents{
  display:block;
	width:100%;
	min-height:calc(100svh - var(--headerSize));
	padding:30px var(--contentsPadding);
	overflow:hidden;
  box-sizing:border-box;
}

.drawerNav{
  margin:0;
  padding:0;
  list-style:none;
}
.drawerNav li{
  margin:0;
  padding:0;
  display:block;
}
.drawerNav a{
  display:block;
  font-size:16px;
  line-height:1.5;
  padding:1.0em 0;
  box-sizing:border-box;
  color:white;
  text-decoration:none;
}






.materialsSwitcher{
  width:100%;
  padding:0 2%;
  height:70px;
  margin-top:50px;
  display:flex;
  align-items:flex-end;
  gap:5px;
  border-bottom:5px solid #11317C;
}
.materialsSwitcher.inverted{
  border-color:white;
}
.materialsSwitcher > *{
  width:100%;
  height:calc(100% - 10px);
  border-radius:10px 10px 0 0;
  background:#f0f0f0;
  color:#909090;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  font-weight:bold;
  line-height:1;
  white-space:nowrap;
  cursor:pointer;
}
.materialsSwitcher.inverted > *{
  color:#11317C;
  background:#3161AC;
}
.materialsSwitcher > *.active{
  height:100%;
  padding-top:10px;
  background:#11317C;
  color:white;
}
.materialsSwitcher.inverted > *.active{
  background:white;
  color:#11317C;
}
@media (max-width:768px){
  .materialsSwitcher{
    height:50px;
    margin-top:30px;
    gap:1px;
    border-bottom-width:3px;
  }
  .materialsSwitcher > *{
    width:100%;
    height:calc(100% - 5px);
    border-radius:5px 5px 0 0;
    font-size:16px;
  }
  .materialsSwitcher > *.active{
    height:100%;
    padding-top:5px;
  }
}










@media (min-width:769px){
  body:not(.page-template-template-landingpage) .header{
    position:sticky;
  }
  body:not(.page-template-template-landingpage) .header__logo{
    opacity:1;
  }
  body:not(.page-template-template-landingpage) .header__logo img{
    display:block;
  }
}





.faq__item--text a{
  color:#11317C;
}



contact-wrapper{
  margin-top:15px!important;
}
form:has(contact-wrapper){
  overflow:hidden;
}
contact-wrapper{
  position:relative;
}
contact-title{
  padding:45px 0;
  width:100svw;
  background:#11317C;
  color:white !important;
  position:relative;
  left:50%;
  transform:translatex(-50%);
}
contact-title > span{
  color:#f7da7a !important;
}
@media (max-width:768px){
  contact-title{
    padding:25px 0;
  }
}




.articleWrapper{
  width:92vw;
  min-height:80lvh;
  max-width:860px;
  margin:60px auto;
}
.articleWrapper.wide{
  max-width:1200px;
}
.articleWrapper *{
  box-sizing:border-box;
}
.articleInformation{
  display:flex;
  justify-content:right;
  align-items:flex-start;
  --tagSize:20px;
  gap:20px;
}
.articleDate{
  display:flex;
  align-items:center;
  width:fit-content;
  height:var(--tagSize);
  padding:0 0.5em;
  font-size:12px;
  line-height:1;
  white-space:nowrap;
  flex-shrink:0;
}
.articleTags{
  width:100%;
  display:flex;
  justify-content:right;
  flex-wrap:wrap;
  gap:5px 2px;
}
.articleTags > *{
  display:flex;
  align-items:center;
  width:fit-content;
  height:var(--tagSize);
  padding:0 0.5em;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
  background:#11317C11;
  color:#11317C;
}
.articleTitle{
  margin-top:25px;
  display:block;
  font-size:24px;
  line-height:150%;
  color:#11317C;
  padding-bottom:15px;
  border-bottom:1px solid #909090;
  margin-bottom:30px;
}
.articleBody{
  display:block;
  font-size:16px;
  line-height:170%;
}
.articleButton{
  margin:60px auto 0 auto;
  width:200px;
  height:45px;
  background:#11317C;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:1;
  white-space:nowrap;
  border-radius:3px;
}

@media (max-width:768px){
  .articleInformation{
    flex-direction:column-reverse;
    align-items:flex-end;
    gap:0;
  }
  .articleDate{
    padding:0;
  }
  .articleTitle{
    font-size:18px;
    line-height:150%;
  }
}


.articlePagination{
  margin-top:60px;
}
.articlePagination .pagination .screen-reader-text{
  display:none !important;
}
.articlePagination .nav-links{
  width:100%;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 1px;
}
.articlePagination .page-numbers{
  width:30px;
  height:30px;
  background:#efefef;
  color:#666;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
}
.articlePagination .page-numbers.dots,
.articlePagination .page-numbers.prev,
.articlePagination .page-numbers.next{
  background:none;
}
.articlePagination .page-numbers.current{
  background:#3161AC;
  color:white;
}

.articleBody a{
  color:#11317C;
  text-decoration:underline;
  text-underline-offset:0.2em;
}



.columnListButton{
  width:180px;
  height:50px;
  margin:40px auto 0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:#11317C;
  color:white;
  font-size:16px;
  line-height:1;
  text-decoration:none;
}

