@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagesec{
  padding:8rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec{
    padding:6rem 0;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
  pagecommon
*****************************/
.pagehead{
  margin-top: 83px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}
.pagehead-bg.phcmn{
  background-image: url(../images/head/head_cmn.webp);
}
.head-news-archive .pagehead-bg,
.head-news-single .pagehead-bg{
  background-image: url(../images/head/head_cmn.webp);
}
.pagehead-ttl{
  color: #05618C;
  padding-bottom: 1rem;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff, -1px -1px 0px #fff, 2px 2px 1px #fff, 0px 2px 1px #fff, 2px 0px 1px #fff, 0px 0px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -1px -1px 1px #fff, -1px -1px 1px #fff;
}
.pagehead-ttl::before{
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 30px;
}
.pagehead-ttl .ttlen{
  font-size: 4.4rem;
  font-family: "Newsreader", serif;
  line-height: 1;
  font-weight: bold;
}
.pagehead-ttl .ttl{
  color: #003C77;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.cmn-breadcrumb{
  background: #f2f2f2;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .pagehead{
    margin-top: 68px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************

*****************************/

/*****************************
parts news
*****************************/
.newslist{
  margin: 0 auto;
  max-width: 800px;
}
.newslist li{
  margin-bottom: 1rem;
}
.newslist li a{
  display: block;
  opacity: 1 !important;
  padding: 2rem ;
}
.newslist li a::before,
.newslist li a::after{
  content: '';
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newslist li a::after {
  background: #05618C;
  transition: 0.3s;
  width: 70px;
}
.newslist li a:hover::after{
  width: 100%;
}
.newslist li .newsinfo{
  margin-bottom: 1rem;
}
.newslist li .newsinfo time,
.singlehead .singleinfo time{
  color: #05618C;
  font-weight: bold;
}
.newslist li .newsinfo .cat,
.singlehead .singleinfo .cat{
  background: linear-gradient(90deg,#05618C,#003C77);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1rem;
  padding: .5rem 1rem;
}

.singlehead{
  margin-bottom: 2rem;
  padding-bottom: 1rem ;
  position: relative;
}
.singlehead::before,
.singlehead::after{
  content: '';
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.singlehead::after {
  background: linear-gradient(90deg,#05618C,#003C77);
  transition: 0.3s;
  width: 70px;
}
.singlehead .ttl{
  font-size: 2.4rem;
}

.pagination{
  margin-top: 5rem;
  text-align: center;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #003C77;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #003C77;
  font-weight: bold;
  text-decoration: none;
}
.pager{
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager li{
  margin: 0 .5rem;
  width: 65px;
}
.pager li.all{
  width: 67px;
}
.pager a{
  border-bottom: 1px solid #003C77;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #003C77;
  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) {
  .newslist li a{
    padding: 1rem ;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}

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

/************
フォーム共通項
************/
.formblock{
  margin: 0 auto;
  /* max-width: 800px; */
}
.formtbl .formbox{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .formbox:nth-of-type(odd) {
  background: #f1f6ff;
}
.formtbl .fomttl{
  padding: 1rem ;
  width: 200px;
}
.formtbl .fomttl span{
  background: #A42020;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: .5rem;
  padding: .2rem .5rem .3rem;
}
.formtbl .fomttl span.any{
  background: #004AAB;
}
.formtbl .fomcontent{
  padding: 1rem 2rem;
  width: calc(100% - 200px);
}
.formtbl .addinput {
  margin-top: 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) {
  .formtbl .fomttl ,
  .formtbl .fomcontent{
    width: 100%;
  }
  .formtbl .fomttl{
    font-weight: bold;
  }
  .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: #f3f3f3;
  border: 1px solid #bbb;
  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 {
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}
.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;
}
.formsec .fomb input{
  color: #003C77;
  border: 1px solid #003C77;
  padding: 1rem 0;
  transition: .5s;
}
.formsec .fomb:hover input{
  background: #003C77;
  color: #fff;
}

/************
フォームエラー、送信
************/
/* エラー */
.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: 2rem auto 0;
  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;
  }
}