﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    common
--------------------------------------*/

main{
    margin-top: 100px;
    padding-bottom: 100px;
    background:#F1F1F1;
}
article{
    width:1080px;
    margin: 0 auto;
}
.breadcrumbs{
    padding: 20px 0 60px 0;
}
.breadcrumbs ul{
    display: flex;
    flex-wrap: wrap;
    gap:40px;
}
.breadcrumbs ul li{
    list-style: none;
    position: relative;
    font-weight: bold;
}
.breadcrumbs ul li:not(:first-child):before{
    content: "";
    width:6px;
    height:6px;
    position: absolute;
    top:50%;
    left:-20px;
    transform: translate(-50%,-50%) rotate(-45deg);
    border:1px solid;
    border-color: transparent #000000 #000000 transparent;
}
.breadcrumbs ul li a{
    color:#000000;
    font-weight: bold;
}
@media (max-width: 768px) {
main{
    margin-top: 70px;
    padding-bottom: 50px;
    background:
        url("../images/faq_bg_rb.svg") no-repeat right bottom / clamp(123.008px, 96.4px + 8.31vw, 246px) clamp(123.008px, 96.4px + 8.31vw, 246px),
            #F1F1F1;
}
article{
    width:94%;
}
.breadcrumbs{
    padding: 10px 0 50px 0;
}
}

.blogArea {
    padding: clamp(40px, 31.344px + 2.7vw, 80px) 0 clamp(55.008px, 43.104px + 3.72vw, 110px);
    position: relative;
    background: #F1F1F1;
    text-align: center;
}

.blogArea h2.style002 {
    margin-bottom: clamp(37.008px, 28.784px + 2.57vw, 75px);
}

.blogArea .boxArea {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(20px, 15.68px + 1.35vw, 40px);
    width: 100%;
}

.blogArea .boxArea .box {
    border-radius: clamp(18px, 14.112px + 1.22vw, 36px);
    background: #FFFFFF;
    padding: clamp(22px, 17.248px + 1.49vw, 44px) 30px clamp(18px, 14.112px + 1.22vw, 36px) 30px;
    font-size: clamp(1rem, 0.946rem + 0.27vw, 1.25rem);
    font-weight: bold;
    line-height: 2;
    text-align: left;
}

.blogArea .boxArea .box dl {
    width: 100%;
    display: grid;
    gap: clamp(10px, 7.84px + 0.68vw, 20px);
    margin: 0 auto;
}

.blogArea .boxArea .box dl dt {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: clamp(12px, 9.184px + 0.88vw, 25.008px);
    font-size: clamp(1.125rem, 1.071rem + 0.27vw, 1.375rem);
    font-weight: bold;
    text-align: left;
    color: #177EAD;
    padding-bottom: clamp(12px, 9.184px + 0.88vw, 25.008px);
    background: url("../images/bg_faq.png") repeat-x left bottom;
}

.blogArea .boxArea .box dl dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
}

.blog-button {
    width:200px;
    height:40px;
    margin: 20px auto 0 auto;
}
.blog-button a{
    font-size:14px;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color:#FFFFFF;
    background: #177EAD;
    font-weight: bold;
}

.page-nav {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.page-nav .wp-pagenavi * {
  letter-spacing: 0;
}

.page-nav .wp-pagenavi {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  position: relative;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span{
  margin: 2px;
  font-size: 100%;
  text-align: center;
}

.page-nav .wp-pagenavi .page{
  display: block;
  width: 40px;
  height: 40px;
  background-color: #D6D6D6;
  color: #FFFFFF;
  line-height: 40px;
}

.page-nav .wp-pagenavi .current {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #177EAD;
  color: #fff;
}

.page-nav .wp-pagenavi .previouspostslink{
  display: block;
  width: 40px;
  height: 40px;
  color: #000000;
  line-height: 40px;
  border-color: transparent;
  position: absolute;
  top:0;
  right:calc(100% + 2px)
}
.page-nav .wp-pagenavi .nextpostslink{
  display: block;
  width: 40px;
  height: 40px;
  color: #000000;
  line-height: 40px;
  border-color: transparent;
  position: absolute;
  top:0;
  left:calc(100% + 2px)
}

@media screen and (max-width: 600px) {
  .page-nav {
    padding: 10px 0;
  }
  .page-nav .wp-pagenavi .page,
  .page-nav .wp-pagenavi .current,
  .page-nav .wp-pagenavi .previouspostslink,
  .page-nav .wp-pagenavi .nextpostslink{
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 87.5%;
  }
}
/*--------------------------------------
    single
--------------------------------------*/

.single .boxArea {
    display: block;
    width: 100%;
    margin-top: 0px;
}
.single .boxArea  .date{
    text-align: right;
    font-size:14px;
    font-weight: bold;
}
.single .blogArea .boxArea .box dl dd {
    font-size: 16px;
}
@media (max-width: 768px) {
}
