@charset "UTF-8";

/*****************************
  pagecmn
*****************************/
.pagesec{
  padding: 10rem 0 0;
}
.pagesec:last-of-type{
  padding-bottom: 10rem;
}
@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: 8rem 0 0;
  }
  .pagesec:first-of-type{
    padding-top: 6rem;
  }
  .pagesec:last-of-type{
    padding-bottom: 8rem;
  }
}

/*****************************
  pagehead
*****************************/
.pagehead{
  margin-top: 100px;
  position: relative;
}
.pagehead-bg{
  position: relative;
  height: 300px;
}
.pagehead-bg .ob{
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  height: 70px;
  width: 100%;
}
.pagehead-bg .ob1{
  background: #67B8E7;
  background: #c7eaff;
  top: 30%;
}
.pagehead-bg .ob2{
  background: #00AAEE;
  background: #70d4fc;
  top: 50%;
  width: 90%;
}
.pagehead-bg .ob3{
  background: #2274BD;
  background: #00AAEE;
  top: 70%;
  width: 80%;
}

.pagehead-ttl{
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 2;
}
.pagehead-ttl .ttl{
  font-size: 3vw;
  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;
}
.cmn-breadcrumb{
  background: #F9F6F4;
}
.cmn-breadcrumb,
.cmn-breadcrumb a,
.cmn-breadcrumb span{
  font-size: 1.5rem;
}

@media only screen and (max-width: 1248px) {
  .pagehead{
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagehead-bg{
    height: 250px;
    height: 200px;
  }
  .pagehead-bg .ob{
    height: 50px;
  }
  .pagehead-ttl .ttl{
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagehead{
    /* margin-top: 0; */
    margin-top: 80px;
  }
  .pagehead-bg .ob {
    height: 40px;
  }
  .pagehead-bg .ob1 {
    top: 35%;
  }
  .pagehead-bg .ob3 {
    top: 65%;
  }
  .pagehead-ttl {
    left: 2rem;
    padding-right: 1rem;
  }
  .pagehead-ttl .ttl{
    font-size: 2.2rem;
  }
}

/*****************************
parts pagination
*****************************/
.pagination{
  margin-top: 5rem;
  text-align: right;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.next,
.page-numbers.dots{
  margin: 0;
}
.page-numbers.current,
.page-numbers:hover{
  color: #0ae;
  font-weight: bold;
  text-decoration: underline;
}
.pager{
  margin: 5rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager li{
  margin: 0 .5rem;
  width: 60px;
}
.pager li.all{
  width: 67px;
}
.pager a{
  border-bottom: 1px solid #0ae;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #0ae;
  color: #fff;
}
@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) {
  .pagination{
    text-align: center;
  }
}

/*****************************
parts search
*****************************/
.page-search .resultlist li{
  margin-bottom: 1rem;
}

/*****************************
parts faq
*****************************/
.faq .qa{
  background: #fff;
  margin-bottom: 3rem;
}
.faq .ttl{
  background: linear-gradient(145deg,#2b62cc,#0ae);
  border: 1px solid #0ae;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding: 1rem 3rem 1rem 5rem;
  position: relative;
}
.faq .ttl.open{
  background: #fff;
  color: #0ae;
}
.faq .ttl::before,
.faq .ttl::after{
  content: '';
  background: #fff;
  position: absolute;
  top: 45%;
  right: 3%;
  height: 3px;
  width: 15px;
}
.faq .ttl::after{
  transform: rotate(90deg);
  transition: transform .3s linear;
}
.faq .ttl.open::after{
  background:#0ae;
  transform: rotate(360deg);
}
.faq .content{
  background: #edf7fc;
  border-radius: 3px;
  display: none;
  margin: .5rem 0;
  padding: 2rem 1rem 2rem 5rem;
  position: relative;
}
.faq .content a{
  color: #0ae;
  text-decoration: underline;
}
.faq .content a:hover{
  opacity: 1;
  text-decoration: none;
}
.faq .ttl .icon,
.faq .content .icon{
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.faq .ttl.open .icon,
.faq .content .icon{
  color:#0ae;
}
.faq .content .icon{
  top: 2rem;
}
.faq .content p:not(:last-of-type){
  margin-bottom: 1rem;
}
@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) {
  
}

/*****************************
parts popup
*****************************/
.popactive {
  overflow: hidden;
  height: 100vh;
}
.popbox {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -100;
}
.popbox.popopen {
  opacity: 1;
  pointer-events: all;
  z-index: 10000;
}
.popbox .popbg {
  background: rgba(0 , 0, 0, .65);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.popbox .popcontent {
  background: #fff;
  max-width: 1300px;
  overflow-y: auto;
  padding: 10rem 3rem;
  padding: 6rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  width: 1000px;
}
.popbox .popcontent::-webkit-scrollbar {
  background: #404040;
  width: 10px;
}
.popbox .popcontent::-webkit-scrollbar-thumb {
  background: #0ae;
  border-radius: 10px;
}
.popbox .popclose {
  background: url(../images/common/cross.svg) no-repeat center / contain;
  filter: brightness(0);
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .popbox .popcontent {
    width: 90%;
  }
}
@media only screen and (max-width: 820px) {
  .popbox .popcontent{
    padding: 4rem 3rem ;
  }
  .popbox .popclose {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .popbox .popcontent {
    padding: 4rem 2rem;
    width: 95%;
  }
}

/*****************************
parts mailmagazine
*****************************/
.mailmagazine{
  margin-top: 2rem;
  max-width: 630px;
  position: relative;
}
.mailmagazine::before{
  content: "";
  aspect-ratio: 112 / 75;
  background: url(../images/common/ob_mailmagazine.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: -9rem;
  width: 200px;
}
.mailmagazine form{
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: .5rem;
  max-width: 500px;
  position: relative;
}
.mailmagazine .mail{
  width: calc(100% - 80px);
}
.mailmagazine .btn{
  width: 70px;
}
.mailmagazine .mail input {
  background: #fff;
  border: 3px solid #eee;
  padding: 1rem 2rem;
  text-align: left;
}
.mailmagazine .btn input[type="submit"] {
  background-color: #f39;
  color: #fff;
  cursor: pointer;
  padding: 1rem 2rem;
  width: 100%;
  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) {
  .mailmagazine {
    padding-top: 4rem;
  }
  .mailmagazine::before{
    bottom: 1rem;
    width: 160px;
  }
}


/*****************************
parts newsletter
*****************************/
.newsletterarea{
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-top: 3rem ;
  padding: 3rem;
}
.newsletterarea ul{
  margin-bottom: 2rem;
}
.newsletterarea li{
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}
.newsletterarea li a{
  border-bottom: 1px solid #ccc;
  opacity: 1;
  padding: 0 1rem;
  position: relative;
}
.newsletterarea li a::before{
  content: "";
  background: #2b62cc;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px ;
  width: 120px;
  transition: .5s;
}
.newsletterarea li time{
  color: #7D7D7D;
  width: 130px;
}
.newsletterarea li .ttl{
  width: calc(100% - 130px);
}
.newsletterarea li a:hover::before{
  width: 100%;
}
.newsletterarea li a:hover .ttl{
  color: #0B97D2;
}
.pagesec-newsletter .morebtn1{
  text-align: right;
}
@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) {
  .newsletterarea{
    padding: 3rem 0;
  }
  .newsletterarea li time,
  .newsletterarea li .ttl{
    width: 100%;
  }

}

/*****************************
parts news archive
*****************************/

.newsflex .newstablinks{
  width: 180px;
}
.newsflex .newslistloops{
  width: calc(100% - 220px);
}
.newsflex .newstablinks .newsselect {
  display: none;
}
.newsflex .newstablinks .newstabcat{
  background: #919191;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.newsflex .newstablinks .newstabcat::before{
  content: "";
  aspect-ratio: 1/1;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: -1px;
  right: -1px;
  width: 20px;
}
.newsflex .newstablinks .newstabcat-activity-site{
  background: #5cb85c;
}
.newsflex .newstablinks .newstabcat-statements{
  background: #337ab7;
}
.newsflex .newstablinks .newstabcat-notice{
  /* background: #e156db; */
  background: #bd62f1;
}
.newsflex .newstablinks .newstabcat-emergency-support-and-appeals{
  background: #f39;
}
.newsflex .newstablinks .newstabcat-events{
  background: #f1a500;
}
.newsflex .newstablinks .newstabcat:hover,
.newsflex .newstablinks .newstabcat.nowpage{
  background: #0ae;
}
.newsflex .newstablinks .newstabcat a{
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 1;
  padding: .3rem 0;
  position: relative;
  z-index: 1;
}


.newslist{
  gap: 2rem;
}
.newslist li{
  width: calc(100% / 3 - 1.5rem);
}
.newslist li a{
  opacity: 1;
}
.newslist li .imgbox{
  position: relative;
  overflow: hidden;
}
/* .newslist li .imgbox .cat{
  background: #5cb85c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .2rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */
.newslist li .imgbox .cat{
  background: #5cb85c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .2rem 1rem;
  margin-bottom: 10px;
  display: table;
}
.newslist li .imgbox .cat-statements{
  background: #337ab7;
}
.newslist li .imgbox .cat-notice{
  /* background: #e156db; */
  background: #bd62f1;
}
.newslist li .imgbox .cat-emergency-support-and-appeals{
  background: #f39;
}
.newslist li .imgbox .cat-events{
  background: #f1a500;
}
.newslist li .imgbox img{
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
  width: 100%;
  transition: .5s;
}
.newslist li .info time{
  color: #707070;
  font-size: 1.4rem;
}
.newslist li .info .ttl{
  font-weight: bold;
}
.newslist li a:hover .imgbox img{
  transform: scale(1.3);
}
.newslist li a:hover .ttl{
  color: #0ae;
  text-decoration: underline;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .newsflex .newstablinks{
    width: 150px;
  }
  .newsflex .newslistloops{
    width: calc(100% - 180px);
  }

  .newslist li{
    width: calc(100% / 2 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .newsflex .newstablinks,
  .newsflex .newslistloops{
    width: 100%;
  }
  .newsflex .newstablinks .newstabs {
    display: none;
  }
  .newsflex .newstablinks .newsselect{
    display: block;
    position: relative;
    margin-bottom: 4rem;
  }
  .newsflex .newstablinks .newsselect::before{
    content: "";
    aspect-ratio: 3/2;
    background: #0ae;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 1.5rem;
  }
  .newsflex .newstablinks .newsselect select{
    border: 2px solid #0ae;
    border-radius: 50px;
    padding: 1rem 2rem;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .newslist li{
    width: 100%;
  }
  .newslist li a{
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 4rem 0 1rem;
  }
  .newslist li .imgbox .cat{
    position: absolute;
    display: flex;
    align-items: center;
    height: 30px;
    top: 0;
    width: 100%;
  }
  .newslist li .imgbox{
    overflow: visible;
    position: static;
    width: 100px;
  }
  .newslist li .imgbox img{
    transform: none !important;
    height: 100%;
  }
  .newslist li .info{
    width: calc(100% - 120px);
  }
}

/*****************************
parts news single
*****************************/
.page-single{
  padding-top: 6rem;
}
.single-article{
  width: calc(100% - 220px);
}
.single-side{
  position: relative;
  width: 180px;
}
.single-side .sidegr{
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
}
.single-side .side:not(:last-of-type){
  margin-bottom: 3rem;
}
.single-side .side > dt{
  border-bottom: 2px solid #ccc;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}
.single-side .side > dt i{
  color: #0ae;
}
.single-side .side-catlist li:not(:last-of-type){
  margin-bottom: .5rem;
}
.single-side .side-catlist .cat{
  background: #919191;
  position: relative;
}
.single-side .side-catlist .cat-activity-site{
  background: #5cb85c;
}
.single-side .side-catlist .cat-statements{
  background: #337ab7;
}
.single-side .side-catlist .cat-notice{
  /* background: #e156db; */
  background: #bd62f1;
}
.single-side .side-catlist .cat-emergency-support-and-appeals{
  background: #f39;
}
.single-side .side-catlist .cat-events{
  background: #f1a500;
}
.single-side .side-catlist .cat::before{
  content: "";
  aspect-ratio: 1/1;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: -1px;
  right: -1px;
  width: 20px;
}
.single-side .side-catlist li a{
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 1;
  position: relative;
  padding: .2rem 1rem;
  z-index: 1;
}
.single-side .side-catlist li:hover,
.single-side .side-catlist li.current{
  background: #0ae;
}
.single-side .side-month dd{
  background: #fff;
  border: 1px solid #7EB0E3;
  border-radius: 3px;
  position: relative;
}
.single-side .side-month dd::before{
  content: "";
  aspect-ratio: 3/2;
  background: #0ae;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
}
.single-side .side-month select{
  border-radius: 3px;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  width: 100%;
}


.page-single .pagesec{
  padding-top: 0;
}
.singlehead time {
  color: #7D7D7D;
  font-size: 1.4rem;
}
.singlehead .catlist{
  gap: .5rem;
}
.singlehead .cat{
  background: #5cb85c;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 .8rem;
}
.singlehead .cat.cat-statements{
  background: #337ab7;
}
.singlehead .cat.cat-notice{
  /* background: #e156db; */
  background: #bd62f1;
}
.singlehead .cat.cat-emergency-support-and-appeals{
  background: #f39;
}
.singlehead .cat.cat-events{
  background: #f1a500;
}

.singlehead .ttl{
  border-bottom: 2px solid #e4e4e4;
  font-size: 2.4rem;
  font-weight: bold;
  padding: .5rem 0;
  position: relative;
  margin-bottom: 2rem;
}
.singlehead .ttl::before{
  content: "";
  background: #0ae;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100px;
}

.singlecontent h2{
  color: #0ae;
  font-size: 2.8rem;
  font-weight: bold;
}
.singlecontent h3{
  font-size: 2.4rem;
  font-weight: bold;
}
.singlecontent p {
  padding: .7rem 0 1rem;
  margin-bottom: 1rem;
}
.singlecontent ul,
.singlecontent ol{
  list-style-type: disc;
  margin-left: 2rem;
}
.singlecontent ol{
  list-style-type: decimal;
}
.singlecontent ul li,
.singlecontent ol li{
  padding: .5rem 0;
}
.singlecontent figcaption {
  color: #666;
  font-size: 15px;
  margin: 10px 5px 1.5em;
}

.singlekifubtn{
  margin: 5rem 0;
  text-align: center;
}
.singlekifubtn-sp{
  display: none;
  margin: 0 0 3rem;
}
.singlekifubtn a{
  background: #f39;
  border: 1px solid #f39;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  max-width: 400px;
  padding: 0 1rem;
  width: 80%;
}
.singlekifubtn a:hover{
  background: #fff;
  color: #f39;
}

@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) {
  .single-article,
  .single-side{
    width: 100%;
  }
  .single-side{
    padding-bottom: 10rem;
  }

  .singlehead .ttl{
    font-size: 2rem;
  }

  .singlecontent h2{
    font-size: 2rem;
  }
  .singlecontent h3{
    font-size: 1.8rem;
  }

  .singlekifubtn-sp{
    display: block;
  }
  .singlekifubtn a{
    font-size: 1.8rem;
  }
}

/*****************************
  フォーム
*****************************/
.fomtxt p{
  margin-bottom: 1rem;
}
.formbox .fomin{
  border-top: 1px dashed #0ae;
  border-bottom: 1px dashed #0ae;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl .any,
.formbox .fomttl .required{
  background: #A42020;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: .5rem;
  padding: .2rem .5rem .3rem;
}
.formbox .fomttl .any{
  background: #1249B6;
}
.formbox .fomcontent{
  background: #fff;
  padding: 2rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 145px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f2f7fd;
  border: 1px solid #0ae;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-mail2{
  margin-top: 1rem;
}
.formbox .input-zip input{
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-form{
  position: relative;
}
.pagesec-form .inner1{
  position: relative;
}
.pagesec-form .fomtxt,
.pagesec-form .formbox,
.pagesec-form .ppbox,
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-form .fomtxt{
  margin: 3rem auto 5rem;
  position: relative;
  text-align: center;
}
.pagesec-form .fomtxt .ttlbox2{
  margin-bottom: 1rem;
}
.pagesec-form .fomtxt .ttlbox2 .ttl{
  border: none;
}
.pagesec-form .fomtxt .ttlbox2 .ttl::before{
  display: none;
}
.pagesec-form .fomtxt .telcon{
  margin: 2rem 0;
}
.pagesec-form .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-form .ppbox{
  margin: 2rem auto;
}
.pagesec-form .ppbox a{
  text-decoration: underline;
}
.pagesec-form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-form .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}

.fomb{
  background: #0ae;
  border: 2px solid #0ae;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  min-width: 250px;
  margin: 2rem auto 0;
  opacity: 1;
  padding: .5rem 2rem;
  position: relative;
  transition: .5s;
}
.fomb::before{
  content: "";
  aspect-ratio: 3 / 4;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: .5s;
  width: 10px;
}
.fomb input{
  color: #fff;
}
.fomb:has(input:disabled){
  background: #b5b5b5 !important;
  border-color: transparent;
}
.fomb:has(input:disabled)::before{
  background: #333 !important;
}
.fomb input:disabled{
  color: #333 !important;
}

.fomb:hover{
  background: #fff;
}
.fomb:hover input{
  color: #0ae;
}
.fomb:hover::before{
  background: #0ae;
}

.ocform {
  margin: 0 auto;
  max-width: 800px;
}
.ocform > div:not(:last-of-type){
  margin-bottom: 2rem;
}
.ocform > div > dt{
  background: #0ae;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
}
.ocform .formbox .fomin:first-of-type{
  border-top: 0;
}
.ocform .formbox .fomin:last-of-type{
  border-bottom: 0;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .formbox .fomttl {
    padding: 1.5rem 1rem 0;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-form .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-form .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-form .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd,
  .pagesec-form .samplebox .tblbox1 .tblttl ,
  .pagesec-form .samplebox .tblbox1 .tblcontent {
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-form .fomtxt{
    text-align: left;
  }

}