@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagesec{
  padding: 8rem 0;
}

.page-404 .txt{
  text-align: center;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec{
    padding: 5rem 0;
  }
  .page-404 .txt{
    text-align: left;
  }
}

/*****************************
  pagehead
*****************************/
.pagehead{
  margin: 96px auto 0;
  max-width: 1920px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  height: 400px;
  margin-left: auto;
  max-width: 1920px;
  position: relative;
  width: 86.87%;
}
.pagehead-bg.phcmn{
  background-image: url(../images/head/head_cmn.webp);
  background-position-y: 40%;
}
.head-identity-assurance-support .pagehead-bg.phcmn{
  background-image: url(../images/head/head_identity_assurance_support.webp);
}
.head-livelihood-support .pagehead-bg.phcmn{
  background-image: url(../images/head/head_livelihood_support.webp);
  background-position-x: left;
}
.head-funeral-support .pagehead-bg.phcmn{
  background-image: url(../images/head/head_funeral_support.webp);
}
.head-money-management .pagehead-bg.phcmn{
  background-image: url(../images/head/head_money_management.webp);
}
.pagehead-ttl{
  position: absolute;
  bottom: 2rem;
  left: -10%;
}
.pagehead-ttl .ttl{
  background: #FCF0EC;
  border-radius: 6px;
  color: #674E3C;
  font-family: "Kiwi Maru", serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.6;
  padding: .5rem 3rem .5rem 2rem;
}

.pagehead .cmn-breadcrumb{
  margin-top: 1rem;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .pagehead-bg{
    border-radius: 20px ;
  }
}

/* 拡大 */
.fontsizebig .pagehead-ttl .ttl{
  font-size: 5.5rem;
}
/* @media only screen and (max-width: 1320px) {
  .fontsizebig .pagehead{
    margin: 0 auto ;
  }
} */
@media only screen and (max-width: 1180px) {
  .fontsizebig .pagehead-ttl .ttl {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .pagehead-ttl .ttl {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .pagehead-ttl .ttl {
    font-size: 2.2rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
  .pagehead{
    margin: 0 auto ;
  }
  .pagehead-ttl .ttl {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagehead-bg{
    height: 300px;
  }
  .pagehead-ttl .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead-bg {
    height: 250px;
  }
  .pagehead-ttl .ttl {
    font-size: 2rem;
    padding: .5rem 2rem .5rem 1rem;
  }
}

/*****************************
  parts nayami
*****************************/
.pagesec-nayami{
  background: #FCF0EC;
}
.nayamiarea .nayami .ttl{
  margin: 0 auto 2rem;
  text-align: center;
  max-width: 630px;
}
.nayamiarea .nayamibox {
  background: #fff;
  border-radius: 10px;
  padding: 6rem 0;
  position: relative;
}
.nayamiarea .nayamibox::after{
  content: "";
  aspect-ratio: 348 / 247;
  background: url(../images/common/nayami_ilust.svg) no-repeat center / contain;
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 31.07%;
}
.nayamiarea .nayamibox ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 80%;
}
.nayamiarea .nayamibox li{
  border-bottom: 1px dotted #674E3C;
  color: #674E3C;
  font-size: 2rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}
.nayamiarea .nayamibox li::before{
  content: "";
  aspect-ratio: 35/36;
  background: url(../images/common/ob_check.svg) no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: 0;
  width: 2.4rem;
}
.nayamiarea .nayamibox li:last-of-type{
  border: none;
}
.nayamiarea .nayamibox li span{
  font-weight: 500;
  position: relative;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
  z-index: 1;
}
.nayamiarea .soudan .ttl{
  text-align: center;
}
.nayamiarea .soudan .ttl img{
  margin-right: 5%;
  max-width: 640px;
}
.nayamiarea .nayami .ttl img:last-of-type,
.nayamiarea .soudan .ttl img:last-of-type{
  display: none;
}

/* 拡大 */
.fontsizebig .nayamiarea .nayami .ttl{
  max-width: 700px;
}
.fontsizebig .nayamiarea .nayamibox li {
  font-size: 2.2rem;
}
.fontsizebig .nayamiarea .nayamibox li::before {
  top: 7px;
}
.fontsizebig .nayamiarea .soudan .ttl img{
  max-width: 690px;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .fontsizebig .nayamiarea .soudan .ttl img{
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .fontsizebig .nayamiarea .nayami .ttl {
    max-width: 280px;
  }
  .fontsizebig .nayamiarea .soudan .ttl img{
    max-width: 90%;
  }
  .fontsizebig .nayamiarea .nayamibox li {
    font-size: 1.8rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .nayamiarea .nayami .ttl {
    max-width: 580px;
  }
  .nayamiarea .soudan .ttl img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 820px) {
  .nayamiarea .nayamibox {
    padding: 3rem 0 6rem;
  }
  .nayamiarea .nayamibox ul {
    width: 90%;
  }
  .nayamiarea .nayamibox li {
    font-size: 1.8rem;
    padding-left: 2.5rem;
  }
  .nayamiarea .nayamibox li::before {
    width: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .nayamiarea .nayami .ttl img:first-of-type,
  .nayamiarea .soudan .ttl img:first-of-type{
    display: none;
  }
  .nayamiarea .nayami .ttl img:last-of-type,
  .nayamiarea .soudan .ttl img:last-of-type{
    display: inline;
  }
  .nayamiarea .nayami .ttl {
    max-width: 250px;
  }
  .nayamiarea .soudan .ttl img {
    margin: 0;
    max-width: 90%;
  }
  .nayamiarea .nayamibox {
    padding: 3rem 0 0;
  }
  .nayamiarea .nayamibox::after {
    display: block;
    position: relative;
    right: auto;
    left: 53%;
    width: 45%;
  }
  .nayamiarea .nayamibox li {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
  .nayamiarea .nayamibox li::before {
    width: 1.6rem;
  }
}

/*****************************
  parts faq
*****************************/
.faqlist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faqlist .faq{
  background: #fff;
  border-radius: 10px;
  color: #674E3C;
  padding: 3rem 5rem;
}
.faqlist .faq dt,
.faqlist .faq dd{
  padding-left: 6rem;
}
.faqlist .faq dt{
  border-bottom: 2px dotted;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.faqlist .faq dd{
  font-size: 1.8rem;
}
.faqlist .faq dt span,
.faqlist .faq dd span{
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.faqlist .faq dt span{
  color: #DE949D;
  top: 6px;
}

/* 拡大 */
.fontsizebig .faqlist .faq dt{
  font-size: 2.2rem;
}
.fontsizebig .faqlist .faq dd{
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .faqlist .faq dt{
    font-size: 2rem;
  }
  .fontsizebig .faqlist .faq dd{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .faqlist .faq dt span,
  .fontsizebig .faqlist .faq dd span {
    font-size: 2.6rem;
  }
  .fontsizebig .faqlist .faq dt span {
    top: 13px;
  }
  .fontsizebig .faqlist .faq dd span {
    top: 6px;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .faqlist .faq {
    padding: 2rem 3rem 3rem;
  }
  .faqlist .faq dt,
  .faqlist .faq dd {
    padding-left: 3.5rem;
  }
  .faqlist .faq dt {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .faqlist .faq dt span,
  .faqlist .faq dd span {
    font-size: 3rem;
  }
  .faqlist .faq dt span {
    top: 10px;
  }
  .faqlist .faq dd {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .faqlist .faq {
    padding: 1rem 2rem 2rem 1.5rem;
  }
  .faqlist .faq dt,
  .faqlist .faq dd {
    padding-left: 2.8rem;
  }
  .faqlist .faq dt span,
  .faqlist .faq dd span {
    font-size: 2.4rem;
  }
  .faqlist .faq dt {
    font-size: 1.7rem;
  }
}

/*****************************
  parts partssec-concept
*****************************/
.partssec-concept{
  color: #674E3C;
  padding: 10rem 0;
  position: relative;
}
.partssec-concept .bg{
  background: url(../images/common/bg_concept.webp) no-repeat 50% / cover;
  filter: blur(1px);
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 84.32%;
}
.partssec-concept .bg::before,
.partssec-concept .bg::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.partssec-concept .bg::before{
  background: linear-gradient(#fff , transparent);
}
.partssec-concept .bg::after{
  background: linear-gradient(90deg,#fff , transparent);
  width: 49.96%;
}
.partssec-concept .ttl span{
  font-size: 2.6rem;
  font-weight: 500;
}
.partssec-concept .ttl .txt1{
  margin-right: .5rem;
  width: 100px;
}
.partssec-concept .ttl .txt2{
  width: 310px;
}
.partssec-concept .catch{
  margin: 2rem 0;
}
.partssec-concept .catch p{
  font-size: 2.2rem;
  font-weight: 500;
}
.partssec-concept .catch p span{
  background:linear-gradient(transparent 60%, #F3DCD4 60%);
  font-weight: 500;
}
/* 拡大 */
.fontsizebig .partssec-concept .ttl span {
  font-size: 2.8rem;
}
.fontsizebig .partssec-concept .catch p {
  font-size: 2.4rem;
}
.fontsizebig .partssec-concept .ttl .txt1 {
  width: 110px;
}
.fontsizebig .partssec-concept .ttl .txt2 {
  width: 330px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .partssec-concept .ttl span {
    font-size: 2.6rem;
  }
  .fontsizebig .partssec-concept .catch p {
    font-size: 2.2rem;
  }
  .fontsizebig .partssec-concept .ttl .txt1 {
    width: 110px;
  }
  .fontsizebig .partssec-concept .ttl .txt2 {
    width: 330px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .partssec-concept .ttl span {
    font-size: 2.1rem;
  }
  .fontsizebig .partssec-concept .catch p {
    font-size: 1.8rem;
  }
  .fontsizebig .partssec-concept .ttl .txt1 {
    width: 95px;
  }
  .fontsizebig .partssec-concept .ttl .txt2 {
    width: 300px;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .partssec-concept{
    padding: 8rem 0;
  }
  .partssec-concept .bg {
    height: 80%;
  }
  .partssec-concept .ttl {
    display: block;
  }
  .partssec-concept .ttl span {
    font-size: 2.4rem;
  }
  .partssec-concept .ttl .txt1 {
    width: 90px;
  }
  .partssec-concept .ttl .txt2 {
    margin-top: .5rem;
    width: 270px;
  }
  .partssec-concept .catch p {
    font-size: 2rem;
    text-shadow: 2px 2px #fff;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .partssec-concept .bg {
    background-position-x: 60%;
    height: 70%;
    width: 100%;
  }
  .partssec-concept .ttl span {
    font-size: 2rem;
  }
  .partssec-concept .ttl .txt1 {
    margin-top: .5rem;
    width: 80px;
  }
  .partssec-concept .ttl .txt2 {
    margin-top: 1rem;
    width: 250px;
  }
  .partssec-concept .catch p {
    font-size: 1.6rem;
  }
}

/*****************************
  parts partssec-contact
*****************************/
.partssec-contact{
  padding: 10rem 0;
}
.partssec-contact li{
  background: #DE949D;
  color: #fff;
  padding: 2rem 4rem;
  text-align: center;
  width: 50%;
}
.partssec-contact li:last-of-type{
  background: #EAB065;
}
.partssec-contact li::before{
  content: "";
  background: url(../images/common/bg_contact1.svg) no-repeat center / cover;
  mix-blend-mode: multiply;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.partssec-contact li:last-of-type::before{
  background: url(../images/common/bg_contact2.svg) no-repeat center / cover;
}
.partssec-contact li .ttl{
  border-bottom: 2px dashed #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.partssec-contact li .ttl span{
  font-size: 2.4rem;
  font-weight: 500;
}
.partssec-contact li a{
  background: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #DE949D;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 auto;
  max-width: 380px;
  opacity: 1;
  position: relative;
  text-align: center;
  transition: .5s;
}
.partssec-contact li:first-of-type a{
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.partssec-contact li:last-of-type a{
  color: #EAB065;
}
.partssec-contact li a span{
  font-weight: 500;
  position: relative;
  padding-left: 1rem;
}
.partssec-contact li:last-of-type a span{
  padding-left: 1.5rem;
}
.partssec-contact li a span::before{
  content: "";
  background: url(../images/common/ob_tel.svg) no-repeat center / contain;
  position: absolute;
  left: -2rem;
}
.partssec-contact li:first-of-type a span::before{
  aspect-ratio: 30/41;
  height: 90%;
  top: 2px;
}
.partssec-contact li:last-of-type a span::before{
  aspect-ratio: 19/15;
  background: url(../images/common/ob_mail.svg) no-repeat center / contain;
  top: 8px;
  height: 60%;
}
.partssec-contact li .txt{
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
}
.partssec-contact li:last-of-type .txt{
  font-size: 1.8rem;
}

.partssec-contact li a:hover{
  background: #DE949D;
  color: #fff;
}
.partssec-contact li a:hover span::before{
  filter: brightness(0) invert(1);
}
.partssec-contact li:last-of-type a:hover{
  background: #EAB065;
}

/* 拡大 */
.fontsizebig .partssec-contact li .ttl {
  font-size: 2.2rem;
}
.fontsizebig .partssec-contact li .ttl span {
  font-size: 2.6rem;
}
.fontsizebig .partssec-contact li a {
  font-size: 2.6rem;
}
.fontsizebig .partssec-contact li:first-of-type a {
  font-size: 3.2rem;
}
.fontsizebig .partssec-contact li .txt{
  font-size: 2.2rem;
}
.fontsizebig .partssec-contact li:last-of-type .txt {
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .partssec-contact li .ttl {
    font-size: 2rem;
  }
  .fontsizebig .partssec-contact li .ttl span {
    font-size: 2.4rem;
  }
  .fontsizebig .partssec-contact li:first-of-type a {
    font-size: 2.6rem;
  }
  .fontsizebig .partssec-contact li a {
    font-size: 2rem;
  }
  .fontsizebig .partssec-contact li .txt {
    font-size: 1.7rem;
  }
  .fontsizebig .partssec-contact li:last-of-type .txt {
    font-size: 1.6rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .partssec-contact {
    padding: 5rem 0;
  }
  .partssec-contact ul{
    gap: 2rem;
    margin: 0 auto;
    max-width: 500px;
  }
  .partssec-contact li{
    padding: 2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .partssec-contact li{
    padding: 2rem;
  }
  .partssec-contact li .ttl {
    font-size: 1.8rem;
  }
  .partssec-contact li .ttl span {
    font-size: 2.2rem;
  }
  .partssec-contact li:first-of-type a {
    font-size: 2.4rem;
  }
  .partssec-contact li a {
    font-size: 1.8rem;
  }
  .partssec-contact li a span,
  .partssec-contact li:last-of-type a span {
    padding-left: .5rem;
  }
  .partssec-contact li:last-of-type a span::before {
    top: 7px;
  }
  .partssec-contact li .txt {
    font-size: 1.5rem;
    text-align: left;
  }
  .partssec-contact li:last-of-type .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 370px) {
  .partssec-contact li{
    padding: 1rem 1rem 2rem;
  }
}

/*****************************
  parts supportcmn 
*****************************/
.supportcmn .pagesec-explanation .whitebox{
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 16px rgba(89 , 71, 48, .2);
  padding: 4rem 0 6rem;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.supportcmn .pagesec-explanation .whitebox::before{
  content: "";
  aspect-ratio: 87/59;
  background: url(../images/common/icon_logo.svg) no-repeat center / contain;
  opacity: .25;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 30%;
}
.supportcmn .pagesec-explanation .ttlbox2{
  line-height: 1.2;
}
.supportcmn .pagesec-explanation .txtbox{
  padding-top: 1rem;
}
.supportcmn .pagesec-explanation .txtbox p{
  font-size: 1.8rem;
}

.supportcmn .supportlist{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
.supportcmn .supportlist > div dt{
  background: #DE949D;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1rem 2rem;
}
.supportcmn .supportlist > div dd{
  border-bottom: 2px solid #DE949D;
  padding: 2rem;
}
.supportcmn .supportlist .ftxtbox{
  padding-left: 3rem;
  width: 68%;
}
.supportcmn .supportlist .fimgbox{
  width: 30%;
}
.supportcmn .supportlist .fimgbox img{
  border-radius: 10px;
  box-shadow: 2px 2px 4px #a8a8a8;
}
.supportcmn .supportlist ul{
  gap: 0 2rem;
}
.supportcmn .supportlist ul li{
  font-size: 1.8rem;
  width: calc(50% - 1rem);
}
.supportcmn .supportlist .ftxtbox p{
  font-size: 1.8rem;
}
.supportcmn .supportlist .other{
  display: block;
  margin-top: 1rem;
  text-align: right;
}

/* 拡大 */
.fontsizebig .supportcmn .supportlist > div dt{
  font-size: 2.4rem;
}
.fontsizebig .supportcmn .supportlist .ftxtbox{
  padding-left: 0;
}
.fontsizebig .supportcmn .pagesec-explanation .txtbox p,
.fontsizebig .supportcmn .supportlist ul li,
.fontsizebig .supportcmn .supportlist .ftxtbox p{
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .supportcmn .supportlist > div dt{
    font-size: 2.2rem;
  }
  .fontsizebig .supportcmn .pagesec-explanation .txtbox p,
  .fontsizebig .supportcmn .supportlist ul li,
  .fontsizebig .supportcmn .supportlist .ftxtbox p{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .supportcmn .supportlist > div dt{
    font-size: 1.9rem;
  }
  .fontsizebig .supportcmn .pagesec-explanation .txtbox p,
  .fontsizebig .supportcmn .supportlist ul li,
  .fontsizebig .supportcmn .supportlist .ftxtbox p{
    font-size: 1.7rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1350px) {
  .supportcmn .supportlist > div dd{
    padding-right: 2.8rem;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .supportcmn .supportlist .ftxtbox{
    padding: 0;
  }
}
@media only screen and (max-width: 820px) {
  .supportcmn .pagesec-explanation .whitebox::before {
    width: 40%;
  }
  .supportcmn .supportlist > div dt{
    font-size: 2rem;
  }
  .supportcmn .supportlist .ftxtbox{
    width: 55%;
  }
  .supportcmn .supportlist .fimgbox{
    width: 40%;
  }
  .supportcmn .supportlist ul li{
    font-size: 1.6rem;
    width: 100%;
  }
  .supportcmn .pagesec-explanation .txtbox p,
  .supportcmn .supportlist .ftxtbox p{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .supportcmn .pagesec-explanation .whitebox{
    padding: 3rem 2rem 5rem;
  }
  .supportcmn .pagesec-explanation .whitebox::before {
    right: -4rem;
    bottom: 0rem;
    width: 60%;
  }
  .supportcmn .pagesec-explanation .txtbox{
    padding: 0;
    text-align: left;
  }

  .supportcmn .supportlist .ftxtbox,
  .supportcmn .supportlist .fimgbox{
    width: 100%;
  }
  .supportcmn .supportlist .fimgbox{
    margin-top: 2rem;
  }
  .supportcmn .supportlist > div dt{
    border-radius: 6px 6px 0 0;
    font-size: 1.7rem;
    padding: 1rem;
  }
  .supportcmn .supportlist > div dd{
    padding: 2rem 1rem;
  }
}

/*****************************
  parts news
*****************************/
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
  text-align: center;
}
.page-numbers.dots{
  pointer-events: none;
}
.page-numbers.current,
.page-numbers:hover {
  color: #DE949D;
  font-weight: bold;
  text-decoration: underline;
}

.pager{
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager a{
  border-bottom: 1px solid #DE949D;
  display: inline-block;
  opacity: 1 !important;
  padding: 0 .5rem;
  transition: .5s;
}
.pager a:hover{
  background: #DE949D;
  color: #fff;
}

/*****************************
  archive news
*****************************/
.newslist {
  gap: 2rem;
}
.newslist li{
  width: calc(50% - 2rem);
}
.newslist li a{
  gap: 2rem;
}
.newslist li .fimgbox{
  width: 30%;
}
.newslist li .ftxtbox{
  background: #fff;
  border-bottom: 2px dotted #806D5F;
  width: calc(70% - 2rem);
}
.newslist li .fimgbox img{
  aspect-ratio: 3/2;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.newslist li .info{
  margin-bottom: 1rem;
  gap: .5rem;
}
.newslist li .info .time{
  color: #806D5F;
  font-size: 1.4rem;
}
.newslist li .info .cat{
  background: #40AE49;
  border-radius: 13px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 2rem;
}
.newslist li .info .cat-useful{
  background: #F5C932;
}

.newslist li .ttl{
  font-size: 1.8rem;
  font-weight: 500;
}

.newslinks{
  gap: 2rem;
  margin: 0 auto 4rem;
  max-width: 800px;
}
.newslinks li{
  text-align: center;
  width: calc(100% / 3 - 2rem);
}
.newslinks li a{
  background: #ccc;
  border-radius: 50px;
  color: #fff;
  display: block;
  opacity: 1;
}
.newslinks li a:hover,
.newslinks li.current a{
  background: #DE949D;
}
.newslinks li a.cat-news:hover,
.newslinks li.current a.cat-news{
  background: #40AE49;
}
.newslinks li a.cat-useful:hover,
.newslinks li.current a.cat-useful{
  background: #F5C932;
}

/* 拡大 */
.fontsizebig .newslist li .ttl{
  font-size: 2rem;
}
.fontsizebig .newslist li .info .cat,
.fontsizebig .newslist li .info .time {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .newslist li .ttl{
    font-size: 1.7rem;
  }
  .fontsizebig .newslist li .info .cat,
  .fontsizebig .newslist li .info .time {
    font-size: 1.5rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1350px) {
  .newslist li .ftxtbox{
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .newslist li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .newslist li a {
    gap: 1rem;
  }
  .newslist li .fimgbox ,
  .newslist li .ftxtbox {
    width: 100%;
  }
  .newslist li .ftxtbox {
    padding-right: 0;
    padding-bottom: .8rem;
  }
  .newslist li .fimgbox img{
    aspect-ratio: 4/1;
  }
  .newslist li .ttl {
    font-size: 1.6rem;
  }
  .newslist li .info .cat {
    padding: 0 1rem;
  }

  .newslinks{
    gap: 1rem;
  }
  .newslinks li{
    order: 2;
    width: calc(50% - 1rem);;
  }
  .newslinks li.current {
    order: 1;
    width: calc(100% - 1rem);;
  }
}

/*****************************
  single news
*****************************/
.singlehead{
  border-bottom: 2px solid #DE949D;
  gap: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.singlehead .fimgbox{
  border-radius: 5px;
  box-shadow: 1px 1px 3px #a8a8a8;
  overflow: hidden;
  height: 80px;
  width: 80px;
}
.singlehead .fimgbox img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.singlehead .ftxtbox{
  width: calc(100% - 100px);
}
.singlehead .info{
  margin-bottom: 1rem;
  gap: .5rem;
}
.singlehead .info .time{
  color: #806D5F;
  font-size: 1.4rem;
}
.singlehead .info .cat{
  background: #40AE49;
  border-radius: 13px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 2rem;
}
.singlehead .info .cat-useful{
  background: #F5C932;
}
.singlehead .ttl{
  font-size: 2.4rem;
}
.singlecontent{
  margin: 4rem 0;
}

/* 拡大 */
.fontsizebig .singlehead .ttl{
  font-size: 2.6rem;
}
.fontsizebig .singlehead .info .cat,
.fontsizebig .singlehead .info .time {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .singlehead .ttl{
    font-size: 2rem;
  }
  .fontsizebig .singlehead .info .cat,
  .fontsizebig .singlehead .info .time {
    font-size: 1.5rem;
  }
}
/* 通常 */
@media only screen and (max-width: 1350px) {
  .page-single .pagesec{
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .page-single .pagesec{
    padding-right: 0;
  }
  .singlehead {
    position: relative;
    padding: 1rem 0.5rem;
  }
  .singlehead .fimgbox{
    border-radius: 0;
    box-shadow: none;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .singlehead .ftxtbox{
    position: relative;
    width: 100%;
  }
  .singlehead .ttl{
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
  }
}

/*****************************
フォーム
*****************************/
.formsec{
  position: relative;
}

/************
フォーム共通項
************/
.formblock{
  margin: 0 auto;
  /* max-width: 800px; */
}
.formtbl{
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 16px rgba(89 , 71, 48, .2);
  padding: 2rem;
}
.formtbl .formbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .fomttl{
  padding: 1rem ;
  width: 200px;
}
.formtbl .fomttl span{
  background: #DE949D;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: .5rem;
  padding: .2rem .5rem .3rem;
}
.formtbl .fomttl span.any{
  background: #94b0de;
}
.formtbl .fomcontent{
  padding: 1rem 2rem;
  width: calc(100% - 200px);
}
.formtbl .addinput {
  margin-top: 1rem;
}
.ppbox .input-check ,
.lastcheck .input-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ppbox .input-check .required,
.lastcheck .input-check .required{
  background: #DE949D;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: .2rem .5rem .3rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl{
    padding: .5rem 1rem;
  }
  .formtbl .fomttl ,
  .formtbl .fomcontent{
    width: 100%;
  }
  .formtbl .formbox {
    margin: 1rem auto;
  }
}

/************
フォーム内部
************/
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-txtarea textarea,
.formtbl .input-select select {
  background: #fff8f8;
  border: 1px solid #DE949D;
  border-radius: 3px;
  width: 100%;
}
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-select select {
  height: 36px;
  padding: 0 .5rem;
}
.formtbl .input-age input,
.formtbl .input-num input{
  max-width: 60px;
}
.formtbl .input-zip input,
.formtbl .zipaddbox .input-select select {
  max-width: 200px;
}
.formtbl .input-age input{
  margin-right: .5rem;
}
.formtbl .input-day:first-child{
  margin-bottom: 1rem;
}
.formtbl .input-day input{
  width: calc(100% - 145px);
}
.formtbl .input-date input{
  margin: .5rem 0;
}
.formtbl .input-select select{
  appearance: auto;
}
.formtbl .input-txtarea textarea {
  padding: .5rem;
}
.formtbl .input-check .wpcf7-list-item,
.formtbl .input-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.formtbl .zipaddarea{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox dt{
  width: 120px;
}
.formtbl .zipaddarea .zipaddbox dd{
  width: calc(100% - 130px);
}
.formtbl .zipaddarea .zipaddbox .input-zip p{
  font-size: 1.4rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .formtbl .input-select select{
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .input-select select{
    max-width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt,
  .formtbl .zipaddarea .zipaddbox dd{
    width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt{
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/************
フォーム外部
************/

.formsec .ppbox,
.formsec .lastcheck{
  margin: 2rem auto;
}
.formsec .ppbox .wpcf7-list-item,
.formsec .lastcheck .wpcf7-list-item{
  margin: 0 0 0 1rem;
}
.formsec .ppbox dl{
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}
.formsec .ppbox dl dt{
  font-weight: bold;
}
.formsec .ppbox a{
  text-decoration: underline;
}
.formsec .lastcheck{
  margin: 0 auto;
}

/************
フォームボタン
************/
.formtbl .input-submit {
  margin-top: 2rem auto 0;
  text-align: center;
}
.formtbl .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formtbl .input-submit input {
  height: 50px;
  padding: 0 30px;
}

.formsec .morebtn1 .fomb {
  margin-top: 2rem;
  text-align: center;
}
.formsec .fomb {
  background: #DE949D;
  border: 2px solid #DE949D;
  border-radius: 50px;
  max-width: 300px;
  margin: 0 auto;
  transition: .5s;
}
.formsec .fomb input{
  color: #fff;
}
.formsec .fomb:hover{
  background: #fff;
}
.formsec .fomb:hover input{
  color: #DE949D;
}
.formsec .fomb:has(input:disabled){
  background: #b5b5b5 !important;
  border-color: transparent;
  pointer-events: none;
}
.formsec .fomb:has(input:disabled)::before{
  color: #333 !important;
}
.formsec .fomb input:disabled{
  color: #333 !important;
}

/************
フォームエラー、送信
************/
/* エラー */
.formtbl .fomcontent span.error{
  background: none;
  margin: 0;
}
/* 送信 */
.formsec .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.formsec form.sent .formblock,
.formsec form .sent-after,
.formsec form.sent .fomb{
  display: none;
}
.formsec form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.formsec .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
.formsec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.formsec .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formsec .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .formsec form.sent .sent-after{
    text-align: left;
  }
}