@charset"utf-8";

/* contact */
.cf7-step[hidden] { display: none; }
.cf7-step.is-active { display: block; }
.cf7-step .flex-column{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cf7-step .flex-column .wpcf7-list-item{
  margin-left: 0;
}

.cf7-step .name-group{
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.cf7-step .name-group p{
  display: flex;
  align-items: flex-start;
  gap: 1px;
}
.cf7-step .name-group p .subttl{
  transform: translateY(0.25em);
  flex-shrink: 0;
}

.cf7-step .wpcf7-list-item{
  margin-left: 0;
}

main .cf7-step .btn_area{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.wpcf7-radio{
    display: flex;
    gap: 1em;
}

.tel-flex p{
  padding-right: 6px;
}

main form dd.tel-flex input {
    margin-right: 6px;
}

.cf7-step a{
  text-decoration: underline;
  color: #01a1ff;
}

@media screen and (max-width: 767px) {
    .cf7-steps .flex {
        display: flex;
    }
}

.cf7-steps textarea{
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 24px;
}

main .cf7-steps .btn_area{
  display: flex;
  justify-content: center;
  gap: 20px;
    width: 100%;
}

main .cf7-steps .btn_area p{
  width: 100%;
}

main .cf7-steps .type_list{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

main .cf7-steps .cf7-actions button,
main .cf7-steps .cf7-actions .cf7-final-submit{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: auto;
    cursor: pointer;
    background: #154c8d;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    display: block;
    margin: 0 auto;
     max-width: 400px;
    width:100%;
    border: navajowhite;
    margin-top: 5%;
}
main .cf7-step .cf7-actions .cf7-back{
  background-color: #444;
}


main .thanks{
  text-align: center;
}

main .thanks .more{
  margin-left: auto;
  margin-right: auto;
}

#news.detail {

}

#news.detail .news_detail .date{
  display: flex;
  gap: 20px;
}

#news.detail .news_detail .date time{
  color: #154C8D;
  font-weight: 800;
  font-size: 1.6rem;
  position: relative;
  top: 4px;
  line-height: 1;
}

#news.detail .news_detail .date .label{
  background: #e4f4f6;
  border-radius: 5px;
  padding: 0 13px;
  display: inline-block;
  color: #154C8D;
  font-weight: 800;
}

#news.detail .news_detail h1{
    border-bottom: 1px solid;
    font-size: 2.4rem;
    margin-top: 20px;
    padding-bottom: 10px;
}

#news.detail .news_detail .editor-box{
  ma
}


#news .img_flex2{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#news .img_flex2 img{
    width: 48%;
}
#news main .link{
    margin-top: 20px;
    display: inline-block;
}
#news .content_wrap{
    margin-top: 40px;
} 

.more{
  margin-left: auto;
  margin-right: auto;
}



#notfound .text_box{
  padding-top:60px;
  text-align: center;
  padding-bottom: 60px;
}

#notfound .text_box .more{
  margin-left: auto;
  margin-right: auto;
}


