@charset "UTF-8";
/* CSS Document */
/* recapchaの非表示 */
.grecaptcha-badge { display: none; }
.recaptcha-text { font-size: 1.2rem; text-align: center; }
.recaptcha-text a { color: #296FBA; }

a{
word-break: break-all;
}

.flex-container {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

/*  サブページ ------------------------------  */
.two-column__content {
    margin-bottom: 80px;
}
@media(max-width:768px){
.two-column__content {
    margin-bottom: 40px;
}
}

/*  グローバルナビ（PC） ------------------------------  */
.nav-header {
	height:auto!important;
}
.nav-header__container {
	padding-bottom: 40px;
}
.nav-header .renewal-text {
	font-weight: bold;
	text-align: center;
	padding: 20px 10px;
}
.nav-header__link::before {
  content: "";
  display: block;
  width: 35px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/icon/ico-home.png");
}
.nav-header__menu-item:nth-of-type(1) .nav-header__link::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/ico-about.png);
}
.nav-header__menu-item:nth-of-type(2) .nav-header__link::before {
  content: "";
  display: block;
  width: 45px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/ico-live.png);
}
.nav-header__menu-item:nth-of-type(4) .nav-header__link::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/ico-work.png);
}
.nav-header__menu-item:nth-of-type(5) .nav-header__link::before {
  content: "";
  display: block;
  width: 43px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/icon-volunteer.png);
}
/*.nav-header__menu-item:nth-of-type(5) .nav-header__link {
  line-height: 1.4;
}*/
.nav-header__menu li.has-child ul{
  position: absolute;
  top: 100px;
  left: 0;
  background: #e87b00;
  padding: 0;
  width:250px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  z-index: 4;
}
/*hoverしたら表示*/
.nav-header__menu li.has-child:hover > ul,
.nav-header__menu li.has-child:active > ul{
  visibility: visible;
  opacity: 1;
}
.nav-header__menu li.has-child ul li {
    list-style: none;
}
.nav-header__menu li.has-child ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
}
.nav-header__menu li.has-child ul li a:hover {
    background: #efa34c;
}
.nav-header__link {
    font-size: 1.6rem;
}
.nav-header__header-bar > ul .ico__news {
    display: block;
    width: 44px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-news02.png);
}

/*  グローバルナビ（SP） ------------------------------  */
.nav-drawer {
    background: rgb(0,0,0,0.5);
}
.nav-header__toggle::before {
    content: "";
    display: block;
    width: 9.67vw;
    height: 7.67vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-home.png);
}
.nav-drawer .drawer_nav {
    display: block;
    position: relative;
    margin-top: 40px;
    padding: 0 20px;
}
.nav-drawer .drawer_nav li {
    position: relative;
    list-style: none;
    border-bottom: solid 1px #000;
    padding-left: 40px;
}
.nav-drawer .drawer_nav li.home {
    background: url(../img/icon/ico-home.png) center left no-repeat;
    background-size: auto 25px;
    padding-left: 40px;
}
.nav-drawer .drawer_nav li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
}
.nav-drawer .drawer_nav li a span {
    font-family: "Vollkorn", serif;
    font-weight: normal;
    padding-left: 10px;
}
/* スマートフォン2階層目 */
.nav-drawer .drawer_nav li:hover ul.second-level {
    display: block;
    padding-left: 10px;
}
.nav-drawer .drawer_nav li ul.second-level {
    display: none;
    position: relative;
    padding: 0;
    z-index: 1001;
}
.nav-drawer .drawer_nav li ul.second-level li {
    padding-left: 0;
}
.nav-drawer .drawer_nav li ul.second-level li:nth-last-of-type(1) {
    border-bottom: none;
}
.nav-drawer .drawer_nav li ul.second-level li a {
    font-size: 16px;
}
.touch-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #555;
    text-align: center;
    padding: 7px 15px;
    z-index: 10;
}



/*  フロートナビ ------------------------------  */
.float-navi ul li:nth-of-type(1) a:before {
    content: "";
    display: block;
    width: 35px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-home.png);
}
.float-navi ul li:nth-of-type(2) a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-system.png);
}
.float-navi ul li:nth-of-type(3) a:before {
    content: "";
    display: block;
    width: 32px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-chat.png);
}
.float-navi ul li:nth-of-type(4) a:before {
    content: "";
    display: block;
    width: 30px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-mail.png);
}
.float-navi ul li a {
	font-weight: bold;
}

/*  フッターナビ ------------------------------  */
.footer__menu-item-link:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../img/icon/ico-home.png");
}
.footer__menu-item:nth-of-type(1) .footer__menu-item-link:before {
    content: "";
    display: block;
    width: 22px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-about.png);
}
.footer__menu-item:nth-of-type(2) .footer__menu-item-link:before {
    content: "";
    display: block;
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-live.png);
}
.footer__menu-item:nth-of-type(3) .footer__menu-item-link:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-work.png);
}
.footer__menu-item:nth-of-type(4) .footer__menu-item-link:before {
    content: "";
    display: block;
    width: 36px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/icon-volunteer.png);
}


/*  トップページ ------------------------------  */
.carousel .slidecell {
  height: auto!important;
}
@media(max-width:768px){
.carousel .slidecell {
  padding: 0 10px;
}
}

.top-message__container .renewal-text {
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}

.page-heading.news::before {
    content: "";
    display: block;
    width: 50px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-news.png);
}

.page-heading.blog::before {
    content: "";
    display: block;
    width: 35px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-blog.png);
}

.page-heading.link::before {
    content: "";
    display: block;
    width: 30px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-link.png);
}

/*スライダー*/
#top-blog .bx-loading,
#top-news .bx-loading {
	display: none;
}

/*トップインスタグラム*/
#top-insta .page-heading.insta {
  margin-bottom: 10px;
}
#top-insta .top-insta__content .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
#top-insta .top-insta__content .flex-container .flex-box {
  width: 100%;
}
@media(max-width:767px){
#top-insta .top-insta__content .flex-container .flex-box {
  width: 100%;
  margin-bottom: 30px;
}
#top-insta .top-insta__content .flex-container .insta-enacity {
  order: 2;
}
#top-insta .top-insta__content .flex-container .insta-enaiju {
  order: 1;
}
}

/*トップSNS*/
.home .other-sns {
  margin-top: 60px;
}
.home .other-sns h3 {
  font-size: 3rem;
  text-align: center;
}
.home .other-sns ul {
  display: flex;
  justify-content: center!important;
  padding: 0;
}
.home .other-sns ul li {
  list-style: none;
  margin: 0 10px;
}
.home .other-sns ul li img {
  width: 60px;
  height: auto;
}
@media(max-width:767px){
.home .other-sns h3 {
  font-size: 2rem;
}
}

/*トップYoutube*/
.top-youtube__content .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-youtube__content .flex-container .flex-box {
  width: 48%;
}
.top-youtube__content .youtube-item {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.top-youtube__content .youtube-item iframe {
  width: 100% !important;
  height: 100% !important;
}
@media(max-width:767px){
.top-youtube__content .flex-container .flex-box {
  width: 100%;
  margin-bottom: 20px;
}
}


/*ーーーーーーー　サブページ　ーーーーーーー*/
.two-column__sidemenu {
  margin-bottom: 80px;
}
@media(max-width:767px){
.two-column__sidemenu {
  margin-bottom: 0;
}
}

/*明朝タイトル*/
.minchou-font {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-bottom: 30px;
}

/*ページ冒頭のテキスト*/
.page .catch01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 60px;
}

/*オレンジ背景の見出し*/
.page h2.ttlh2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    background: #e87b00;
    padding: 10px;
    margin-bottom: 10px;
}

/*グレーの見出し*/
.page h3.ttlh3 {
    color: #727171;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media(max-width:480px){
/*グレーの見出し*/
.page h3.ttlh3 {
    font-size: 22px;
}
}

/*オレンジ背景のページ内リンクボタン*/
.page .btn-list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0;
}
.page .btn-list01 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background: #e87b00;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 48%;
}
.page .btn-list01 li a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    padding: 10px;
    width: 100%;
}
.page .btn-list01 li::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    border-left: 15px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 15px solid #fff;
    width: 0;
    height: 0;
}

/*リンクボタン*/
.page .btn-list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0;
}
.page .btn-list02 li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 10px;
    width: 48%;
}
.page .btn-list02 li a {
    position: relative;
    display: block;
    color: #5b5225;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    background: url(../img/common/btn-list02-icon.png) center right 10px no-repeat;
    border: solid 1px #5b5225;
    padding: 20px 20px 20px 10px;
    width: 100%;
}

/*リンクボタン*/
.page .btn-list03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0;
}
.page .btn-list03 li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 10px;
    width: 48%;
}
.page .btn-list03 li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    background: #f3bd80;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
}
.page .btn-list03 li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../img/common/btn-list03-img03.png") center no-repeat;
    width: 23px;
    height: 23px;
}
.page .btn-list03 li:nth-of-type(1) a span {
    background: url("../img/common/btn-list03-img01.png") center left no-repeat;
    padding: 10px 0 10px 40px;
}
.page .btn-list03 li:nth-of-type(2) a span {
    background: url("../img/common/btn-list03-img02.png") center left no-repeat;
    padding: 10px 0 10px 40px;
}

/*リンクボタン*/
.page .btn-list04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    padding: 0;
}
.page .btn-list04 li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background: #e87b00;
    margin-bottom: 10px;
    width: 48%;
}
.page .btn-list04 li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    background: url(../img/common/btn-list04-icon.png) center right 10px no-repeat;
    padding: 20px;
    width: 100%;
}

/*リンクボタン　幅80%*/
.page .btn-list05 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0;
}
.page .btn-list05 li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 10px;
    width: 80%;
}
.page .btn-list05 li a {
    position: relative;
    display: block;
    color: #5b5225;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    background: url(../img/common/btn-list02-icon.png) center right 10px no-repeat;
    border: solid 1px #5b5225;
    padding: 20px 20px 20px 10px;
    width: 100%;
}

@media(max-width:768px){
.page .btn-list02 li a {
    font-size: 16px;
    background: url(../img/common/btn-list02-icon.png) center right 10px no-repeat;
    background-size: 10px;
}
.page .btn-list04 li a {
   font-size: 16px;
    background: url(../img/common/btn-list04-icon.png) center right 10px no-repeat;
    background-size: 10px;
}
.page .btn-list05 li a {
    font-size: 16px;
    background: url(../img/common/btn-list02-icon.png) center right 10px no-repeat;
    background-size: 10px;
}
}


/*お問い合わせ先*/
.page .page-content .contact-box {
    background-color: #efefef;
    padding: 5rem 40px;
    text-align: center;
    margin-bottom: 60px;
}
.page .page-content .contact-box h2 {
    font-size: 50px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page .page-content .contact-box h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.page .page-content .contact-box .contact-text01 {
    font-size: 22px;
    text-align: center;
}
.page .page-content .contact-box .contact-text01 span {
    font-weight: bold;
}
.page .page-content .contact-box .contact-text02 {
    font-size: 19px;
    text-align: center;
}
.page .page-content .contact-box .contact-text03 {
    color: #008acd;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 30px 10px;
}

@media(max-width:768px){
.page .page-content .contact-box {
    padding: 30px 20px;
}
.page .page-content .contact-box h2 {
    font-size: 26px;
}
.page .page-content .contact-box h3 {
    font-size: 22px;
}
.page .page-content .contact-box .contact-text01 {
    font-size: 18px;
}
.page .page-content .contact-box .contact-text02 {
    font-size: 16px;
}
.page .page-content .contact-box .contact-text03 {
    font-size: 26px;
    padding: 20px 10px;
}
}


/*---------- 恵那をしる ----------*/
.page-id-13129 .learn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 0;
    padding: 0;
}
.page-id-13129 .learn-list li {
    list-style: none;
    width: 48%;
    margin-bottom: 20px;
}
@media(max-width:480px){
.page-id-13129 .learn-list li {
    width: 100%;
    margin-bottom: 15px;
}
}


/*---------- 恵那に住む ----------*/
.page-id-38 .migration-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 0;
    padding: 0;
}
.page-id-38 .migration-list li {
    list-style: none;
    width: 48%;
    margin-bottom: 20px;
}
@media(max-width:480px){
.page-id-38 .migration-list li {
    width: 100%;
    margin-bottom: 15px;
}
}


/* ------ 移住ステップガイド -------- */
.page-id-13422 .taCenter {
    text-align: center;
}
.page-id-13422 .flex-container {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.page-id-13422 .box01 {
    position: relative;
    background: #FFECAA;
    border-radius: 22px;
    padding: 20px 40px 20px 60px;
    margin-bottom: 81px;
}
.page-id-13422 .box01:nth-of-type(1) {
    margin-top: 40px;
}
.page-id-13422 .box01:nth-of-type(6) {
    margin-bottom: 40px;
}
.page-id-13422 .box01:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -87px;
    left: 0;
    right: 0;
    background: url("../images/emigrationstep/emigrationstep-img01.png") top center no-repeat;
    background-size: cover;
    width: 347px;
    height: 123px;
    margin: 0 auto;
}
.page-id-13422 .box01:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -82px;
    left: 0;
    right: 0;
    background: url("../images/emigrationstep/emigrationstep-img02.png") top center no-repeat;
    background-size: cover;
    width: 347px;
    height: 94px;
    margin: 0 auto;
}
.page-id-13422 .box01:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -84px;
    left: 0;
    right: 0;
    background: url("../images/emigrationstep/emigrationstep-img03.png") top center no-repeat;
    background-size: cover;
    width: 347px;
    height: 96px;
    margin: 0 auto;
}
.page-id-13422 .box01:nth-of-type(4)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -82px;
    left: 0;
    right: 0;
    background: url("../images/emigrationstep/emigrationstep-img04.png") top center no-repeat;
    background-size: cover;
    width: 347px;
    height: 123px;
    margin: 0 auto;
}
.page-id-13422 .box01:nth-of-type(5)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    background: url("../images/emigrationstep/emigrationstep-img05.png") top center no-repeat;
    background-size: cover;
    width: 347px;
    height: 123px;
    margin: 0 auto;
}
.page-id-13422 .box01 .num {
    position: absolute;
    top: 0;
    left: 10px;
}
.page-id-13422 .box01 .num img {
    width: 38px;
    height: auto;
}
.page-id-13422 .box01 h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
.page-id-13422 .box01 .link-list02 {
    margin-top: 10px;
    padding: 0;
}
.page-id-13422 .box01 .link-list02 li {
    list-style: none;
    padding-right: 10px;
}
.page-id-13422 .box01 .link-list02 li a {
    text-decoration: underline;
}
.page-id-13422 .img01 {
    width: 232px;
    height: auto;
    margin: 0 auto;
}

@media(max-width:480px){
.page-id-13422 .box01 {
    padding: 20px;
    margin-bottom: 81px;
}
.page-id-13422 .box01 h4 {
    padding-left: 40px;
}
}


/*---------- 空き家バンク制度 ----------*/
.akiya-usage__heading h2 {
    font-size: 3.8rem;
}
.page-id-87 .living-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 0;
    padding: 0;
}
.page-id-87 .living-list li {
    list-style: none;
    width: 48%;
    margin-bottom: 20px;
}
@media(max-width:480px){
.page-id-87 .living-list li {
    width: 100%;
    margin-bottom: 15px;
}
}

.akiya-navi a:first-child:before {
    content: "";
    display: block;
    width: 50px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-buy.png);
}
.akiya-navi a:last-child:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-sell.png);
}


/*---------- おためし移住体験施設 ----------*/
.page-id-71 .page-content h3 {
    color: #5b5225;
    font-size: 35px;
    font-weight: 500;
}
@media(max-width:480px){
.page-id-71 .page-content h3 {
    font-size: 25px;
}
}


/* ------ オンライン移住相談 -------- */
.page-online .top-block {
	background: url(../images/online-img01.png) bottom right no-repeat;
	padding-right: 110px;
	min-height: 200px;
}
.page-online .page-content .ttl {
	color: #e87b00;
	font-size: 35px;
	margin-bottom: 10px;
}
.page-online .desc-block table {
	width: 100%;
	margin-bottom: 30px;
}
.page-online .desc-block table tr th {
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #c9caca;
	padding: 10px 0;
}
.page-online .desc-block table tr td {
	border-bottom: solid 1px #c9caca;
	padding: 10px 0;
}
.page-online .btn-send {
  text-align: center;
}

@media (max-width:768px){
.page-online .top-block {
	background-size: 150px auto;
	min-height: 115px;
}
.page-online .desc-block table tr th {
	display: block;
	width: 100%;
	border-bottom: none;
	padding-bottom: 0;
}
.page-online .desc-block table tr td {
	display: block;
	width: 100%;
	padding-top: 0;
}
}
@media (max-width:480px){
.page-online .page-content .ttl {
	font-size: 16px;
}
}


/*---------- えなの住宅事情 ----------*/
.page-id-98 .btn-list04 {
    margin-bottom: 0;
}
.page-id-98 .publichousing-ttl {
	font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
	text-align: center;
  line-height: 1;
	margin: 20px 0 20px;
}
.page-id-98 .page-content .text01 {
		margin-bottom: 20px;
}
.page-id-98 .page-content .btn-list03-02 {
    justify-content: center;
}

/*---------- 空き家を売りたい・貸したい方 ----------*/
.page-id-103 .page-content .text01 {
    font-size: 50px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    text-align: center;
}
.page-id-103 .page-content .box01 {
    background-color: #efefef;
    padding: 5rem 40px;
    text-align: center;
}
.page-id-103 .page-content .box01 h2 {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page-id-103 .page-content .box01 .text01 {
    font-size: 20px;
}
.page-id-103 .page-content .box01 .text01 span {
    color: #e60012;
    font-weight: bold;
}
.page-id-103 .page-content .box01 .box01-item01 {
    font-size: 20px;
    background-color: #fff;
    padding: 30px;
}
.page-id-103 .page-content .box01 .box01-item01 h3 {
    color: #e6a722;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width:480px){
.page-id-103 .page-content .text01 {
    font-size: 24px;
}
.page-id-103 .page-content .box01 {
    padding: 30px 20px;
}
.page-id-103 .page-content .box01 h2 {
    font-size: 22px;
}
.page-id-103 .page-content .box01 .box01-item01 {
    font-size: 18px;
    padding: 20px;
}
.page-id-103 .page-content .box01 .box01-item01 h3 {
    font-size: 20px;
}
}

.page-id-103 .page-content .entry-box {
    background-color: #e8e3df;
    padding: 5rem 40px;
    text-align: center;
}
.page-id-103 .page-content .entry-box h2 {
    font-size: 45px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page-id-103 .page-content .entry-box .link01 {
    padding: 0;
}
.page-id-103 .page-content .entry-box .link01 li {
    list-style: none;
    margin-bottom: 30px;
}
.page-id-103 .page-content .entry-box .btn-list04 {
    margin-bottom: 0;
}

@media (max-width:480px){
.page-id-103 .page-content .entry-box {
    padding: 30px 20px;
}
.page-id-103 .page-content .entry-box h2 {
    font-size: 25px;
}
.page-id-103 .page-content .entry-box .link01 li img {
    width: 100%;
}
.page-id-103 .page-content .entry-box .btn-list04 li {
    width: 100%;
}
}

.page-id-103 .page-content .question-box h2 {
    font-size: 45px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page-id-103 .page-content .question-box dl {
    border-bottom: solid 1px #9fa0a0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-id-103 .page-content .question-box dl dt {
    background: url("../img/regist/regist-img05.jpg") top left no-repeat;
    background-size: 51px;
    padding: 10px 0 20px 60px;
    margin-bottom: 10px;
}
.page-id-103 .page-content .question-box dl dd {
    background: url("../img/regist/regist-img06.jpg") top left no-repeat;
    background-size: 51px;
    padding: 10px 0 20px 60px;
}

@media (max-width:480px){
.page-id-103 .page-content .question-box h2 {
    font-size: 25px;
}
}


/*---------- 空き家を買いたい・借りたい方 ----------*/
.page-id-100 .page-content .text01 {
    font-size: 50px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    text-align: center;
}
.page-id-100 .page-content .box01 {
    background-color: #efefef;
    padding: 5rem 40px;
    text-align: center;
}
.page-id-100 .page-content .box01 h2 {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page-id-100 .page-content .box01 .text01 {
    font-size: 20px;
}
.page-id-100 .page-content .box01 .text01 span {
    color: #e60012;
    font-weight: bold;
}
.page-id-100 .page-content .box01 .box01-item01 {
    font-size: 20px;
    background-color: #fff;
    padding: 30px;
}
.page-id-100 .page-content .box01 .box01-item01 h3 {
    color: #e6a722;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width:480px){
.page-id-100 .page-content .text01 {
    font-size: 24px;
}
.page-id-100 .page-content .box01 {
    padding: 30px 20px;
}
.page-id-100 .page-content .box01 h2 {
    font-size: 22px;
}
.page-id-100 .page-content .box01 .box01-item01 {
    font-size: 18px;
    padding: 20px;
}
.page-id-100 .page-content .box01 .box01-item01 h3 {
    font-size: 20px;
}
}

.page-id-100 .page-content .entry-box {
    background-color: #e8e3df;
    padding: 5rem 40px;
    text-align: center;
}
.page-id-100 .page-content .entry-box h2 {
    font-size: 38px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page-id-100 .page-content .entry-box .link01 {
    padding: 0;
}
.page-id-100 .page-content .entry-box .link01 li {
    list-style: none;
    margin-bottom: 30px;
}
.page-id-100 .page-content .entry-box .btn-list04 {
    margin-bottom: 0;
}

@media (max-width:480px){
.page-id-100 .page-content .entry-box {
    padding: 30px 20px;
}
.page-id-100 .page-content .entry-box h2 {
    font-size: 25px;
}
.page-id-100 .page-content .entry-box .link01 li img {
    width: 100%;
}
.page-id-100 .page-content .entry-box .btn-list04 li {
    width: 100%;
}
}

.page-id-100 .page-content .question-box h2 {
    font-size: 45px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page-id-100 .page-content .question-box dl {
    border-bottom: solid 1px #9fa0a0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-id-100 .page-content .question-box dl dt {
    background: url("../img/regist/regist-img05.jpg") top left no-repeat;
    background-size: 51px;
    padding: 10px 0 20px 60px;
    margin-bottom: 10px;
}
.page-id-100 .page-content .question-box dl dd {
    background: url("../img/regist/regist-img06.jpg") top left no-repeat;
    background-size: 51px;
    padding: 10px 0 20px 60px;
}

@media (max-width:480px){
.page-id-100 .page-content .question-box h2 {
    font-size: 25px;
}
}


/*---------- お問い合わせフォーム ----------*/
.contact-wrap {
	background-color: #efefef;
	padding: 20px 25px 40px;
}
.contact-wrap dl {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 3em;
}
.contact-wrap .contact-var {
	margin-bottom: 1em;
	display: block;
}
.contact-wrap .contact-var .first,
.contact-wrap .contact-var .last{
	margin-left: 0;
}
.contact-wrap .contact-var .first {
	margin-right: 10px;
}
.contact-wrap dl dt {
	float: left;
	padding: 0px 0px 1.2em 0px;
	font-size: 15px;
}
.contact-wrap dl dd {
	padding: 0px 0px 1.2em 150px;
	font-size: 15px;
	text-align: left;
}
.contact-wrap dl dd p {
	font-size: 11px;
}
.contact-wrap dl dd input[type="text"],
.contact-wrap dl dd input[type="email"],
.contact-wrap dl dd input[type="tel"],
.contact-wrap dl dd textarea {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 0;
	padding: 5px 0;
	width: 100%;
}
.contact-submit {
  text-align: center;
}
.contact-submit p {
	text-align: center;
}
.contact-wrap .wpcf7-submit {
    color: #fff;
	font-size: 20px;
	padding: 5px 20px;
	background: #e87b00;
    border: none;
	width: 304px;
	margin: 30px auto 0;
}
.contact-wrap .wpcf7-submit:hover {
	background-color: #FFE046;
	cursor: pointer;
}
.wpcf7-spinner {
    display: none!important;
}
@media screen and (max-width: 767px) {
	.contact-wrap {
		padding: 15px 15px 20px;
	}
	.contact-wrap .contact-var .first,
	.contact-wrap .contact-var .last{
		display: block;
	}
	.contact-wrap dl {
		margin-bottom: 1em;
	}
	.contact-wrap dl dt {
		float: none;
		padding: 0px 0px .2em 0px;
		font-size: 11px;
	}
	.contact-wrap dl dd {
		padding: 0px 0px 1em 0;
		font-size: 11px;
		text-align: left;
	}
	.contact-wrap .wpcf7-submit {
		width: 80%;
	}
}


/*---------- お知らせ 一覧 ----------*/
.news .two-column__content .page-heading {
    margin-bottom: 40px;
}
.news .two-column__content .box01 {
    margin-bottom: 80px;
}
.news .two-column__content .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .two-column__content .flex-container .flex-left {
    width: 50%;
}
.news .two-column__content .flex-container .flex-right {
    border-top: solid 1px #9fa0a0;
    width: 46%;
    padding: 30px 0;
}
.news .two-column__content .flex-container .flex-left img {
    aspect-ratio: initial;
    width: 100%;
    height: auto;
}
.news .two-column__content .flex-container .flex-right .cat {
    color: #e87b00;
    font-size: 20px;
    margin-bottom: 10px;
}
.news .two-column__content .flex-container .flex-right h2 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.news .two-column__content .flex-container .flex-right .day {
    color: #898989;
    font-size: 16px;
}
.news .two-column__content .wp-pagenavi {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
.news .two-column__content .box01 {
    margin-bottom: 30px;
}
.news .two-column__content .flex-container .flex-left {
    width: 100%;
    margin-bottom: 20px;
}
.news .two-column__content .flex-container .flex-right {
    border-top: none;
    border-bottom: solid 1px #9fa0a0;
    width: 100%;
    padding: 0 0 30px;
}
}


/*---------- お知らせ 詳細 ----------*/
.single .page-heading-news::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-news.png);
}
.single .page-heading-blog::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-blog.png);
}
.single-news .icatch {
    margin-bottom: 20px;
}
.single-news .icatch img {
    aspect-ratio: initial;
    width: 100%;
    height: auto;
}
.single-news .cat {
    color: #e6a722;
    font-size: 20px;
}
.single-news h2 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.single-news .day {
    color: #898989;
    font-size: 16px;
    border-bottom: solid 1px #9fa0a0;
    padding-bottom: 10px;
}
.single-news .desc {
    margin-bottom: 30px;
}
.single-news .desc p {
	margin-bottom: 20px;
}
.single-news .desc a {
	color: dodgerblue;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
.single-news h2 {
    font-size: 25px;
}
}


/*---------- サポートセンターについて ----------*/
.page-id-329 .top-block {
    margin-bottom: 60px;
}
.page-id-329 .top-block h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width:480px) {
.page-id-329 .top-block {
    margin-bottom: 40px;
}
.page-id-329 .top-block h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
}

.page-id-329 .concept-block {
    margin-bottom: 60px;
}
.page-id-329 .concept-block h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.page-id-329 .concept-block .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-id-329 .concept-block .flex-container .flex-box {
    border-right: dashed 1px #717071;
    width: 33%;
    padding: 0 30px;
}
.page-id-329 .concept-block .flex-container .flex-box:nth-last-of-type(1) {
    border-right: none;
}
.page-id-329 .concept-block .flex-container .flex-box p {
    color: #717071;
}
.page-id-329 .concept-block .flex-container .flex-box img {
    width: 80%;
    margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
.page-id-329 .concept-block .flex-container .flex-box {
    border-right: none;
    border-bottom: dashed 1px #717071;
    width: 100%;
    padding: 20PX 0;
}
}
@media screen and (max-width:480px) {
.page-id-329 .concept-block {
    margin-bottom: 40px;
}
.page-id-329 .concept-block h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.page-id-329 .concept-block .flex-container .flex-box img {
    max-width: 150px;
}
}

.page-id-329 .system-block {
    margin-bottom: 60px;
}
.page-id-329 .system-block h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width:480px) {
.page-id-329 .system-block h2 {
    font-size: 24px;
}
}

.page-id-329 .staff-block {
    background-color: #e8e3df;
    padding: 5rem 40px;
    text-align: center;
    margin-bottom: 60px;
}
.page-id-329 .staff-block .en-ttl {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.page-id-329 .staff-block h2 {
    color: #e6a722;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.page-id-329 .staff-block .text01 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.page-id-329 .staff-block .box01 {
    background-color: #fff;
    padding: 5rem 40px;
}
.page-id-329 .staff-block .box01 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #8c8666;
    padding: 10px;
}
.page-id-329 .staff-block .box01 h3.mtop40 {
    margin-top: 40px;
}
.page-id-329 .staff-block .box01 .name {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    margin: 40px 0 5px;
}
.page-id-329 .staff-block .box01 .name span {
    font-size: 20px;
}
.page-id-329 .staff-block .box01 .day {
    color: #898989;
    font-size: 18px;
}
.page-id-329 .staff-block .box01 h4 {
    color: #e6a722;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}
@media screen and (max-width:480px) {
.page-id-329 .staff-block {
    padding: 30px 20px 20px;
    margin-bottom: 40px;
}
.page-id-329 .staff-block .box01 {
    padding: 20px;
}
.page-id-329 .staff-block .en-ttl {
    font-size: 40px;
    margin-bottom: 0;
}
.page-id-329 .staff-block h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.page-id-329 .staff-block .text01 {
    font-size: 18px;
}
.page-id-329 .staff-block .box01 h3 {
    font-size: 18px;
    padding: 10px;
}
.page-id-329 .staff-block .box01 .name {
    font-size: 22px;
    margin: 30px 0 5px;
}
.page-id-329 .staff-block .box01 .name span {
    font-size: 18px;
}
.page-id-329 .staff-block .box01 h4 {
    font-size: 18px;
}
}

.page-id-329 .about-block {
    margin-bottom: 60px;
}
.page-id-329 .about-block h2 {
    font-size: 50px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.page-id-329 .about-block table {
    width: 100%;
}
.page-id-329 .about-block table tr th {
    text-align: left;
    border-bottom: solid 1px #898989;
    padding: 15px 10px;
}

.page-id-329 .about-block table tr td {
    border-bottom: solid 1px #898989;
    padding: 15px 0;
}
@media screen and (max-width:480px) {
.page-id-329 .about-block {
    margin-bottom: 40px;
}
.page-id-329 .about-block h2 {
    font-size: 30px;
}
}

.page-id-329 .access-block {
    margin-bottom: 60px;
}
.page-id-329 .access-block .en-ttl {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.page-id-329 .access-block h2 {
    color: #e6a722;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.page-id-329 .access-block .map-box {
    margin-bottom: 40px;
}
.page-id-329 .access-block h3 {
    color: #e6a722;
    font-size: 30px;
    margin-bottom: 20px;
}
.page-id-329 .access-block .text-tel {
    color: #008acd;
    font-size: 25px;
}
.page-id-329 .access-block h4 {
    color: #898989;
    font-size: 25px;
    margin-top: 40px;
}
@media screen and (max-width:480px) {
.page-id-329 .access-block .en-ttl {
    font-size: 40px;
}
.page-id-329 .access-block h2 {
    margin-bottom: 10px;
}
.page-id-329 .access-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.page-id-329 .access-block .text-tel {
    font-size: 20px;
}
.page-id-329 .access-block h4 {
    font-size: 20px;
    margin-top: 30px;
}
}


/*---------- 移住定住サポーター制度 ----------*/
.page-heading.user::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-user.png);
}
.page-heading.home-large::before {
    content: "";
    display: block;
    width: 58px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-home-large.png);
}
.page-heading.users::before {
    content: "";
    display: block;
    width: 50px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-users.png);
}


/*---------- 空き家バンク ----------*/
.single-akiyabank .image_detail_shadow {
  position: relative;
}
.single-akiyabank .image_detail_shadow .negotiation {
  position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


/*---------- 移住定住サポーター ----------*/
.sup-detail .event-detail .entry-body > p > strong::before {
    content: "";
    display: block;
    width: 44px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icon/ico-chat-g.png);
}


/*---------- 協力業者の紹介 ----------*/
.page-id-94 table {
    margin: 10px 0 40px;
}
.page-id-94 table tr:nth-of-type(1) td {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #fde7ba;
}
.page-id-94 table tr td a {
    color: #008acd;
    text-decoration: underline;
}
.page-id-94 .page-content .entry-box {
    background-color: #e8e3df;
    padding: 5rem 40px;
    text-align: center;
}
.page-id-94 .page-content .entry-box h2 {
    font-size: 35px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.page-id-94 .page-content .entry-box .link01 {
    padding: 0;
}
.page-id-94 .page-content .entry-box .link01 li {
    list-style: none;
    margin-bottom: 30px;
}
.page-id-94 .page-content .entry-box .btn-list04 {
    margin-bottom: 0;
}

@media (max-width:480px){
.page-id-94 .page-content .entry-box {
    padding: 30px 20px;
}
.page-id-94 .page-content .entry-box h2 {
    font-size: 20px;
}
.page-id-94 .page-content .entry-box .link01 li img {
    width: 100%;
}
.page-id-94 .page-content .entry-box .btn-list04 li {
    width: 100%;
}
}


/*---------- えなってどんなところ？ ----------*/
.page-id-66 .info-block {
    background: #e8e3df;
    padding: 40px;
}
.page-id-66 .info-block .flex-container {
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.page-id-66 .info-block .flex-box {
    position: relative;
    width: 46%;
    margin: 0 2% 20px;
}

.erea-block .imagemap-img {
  width: 100%;
  height: auto;
}
.erea-block area {
  cursor: pointer;
}


/*---------- 地域おこし協力隊 ----------*/
.page-id-19357 .page-link {
  position: relative;
  background: #efefef;
  padding: 40px 30px 30px;
}
.page-id-19357 .page-link .ttl {
  position: absolute;
  top: -22px;
  left: 0;
  background: url("../img/volunteer/pagelink-arrow.png") center right no-repeat;
  background-size: auto 100%;
  padding-right: 20px;
}
.page-id-19357 .page-link .ttl p {
  color: #fff;
  font-size: 2rem;
  background: #e87b00;
  padding: 5px 10px;
}
.page-id-19357 .page-link ul {
  padding: 0;
}
.page-id-19357 .page-link ul li {
  position: relative;
  list-style: none;
  border-bottom: dotted 1px #898989;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-id-19357 .page-link ul li::before {
  content: "〉〉";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #595757;
  letter-spacing: -9px;
}
.page-id-19357 .page-link ul li a {
  color: #595757;
  font-size: 1.8rem;
}

.page-id-19357 .erea-ttl strong {
  position: relative;
}
.page-id-19357 .erea-ttl strong:before,
.page-id-19357 .erea-ttl strong:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #595757;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
@media (max-width:480px){
.page-id-19357 .page-link {
  padding: 40px 20px 20px;
}
.page-id-19357 .erea-ttl {
  font-size: 2rem;
}
}
 
.page-id-19357 .erea-ttl strong:before {
  transform: rotate(-35deg);
}
 
.page-id-19357 .erea-ttl strong:after {
  transform: rotate(35deg);
}

.page-id-19357 .point-box {
  position: relative;
  background: #efefef;
  padding: 40px 30px 30px;
  margin-top: 60px;
}
.page-id-19357 .point-box::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 30px;
  width: 74px;
  height: 76px;
}
.page-id-19357 .point-box.point01::before {
  background: url(../img/volunteer/volunteer-num01.png) top center no-repeat;
  background-size: cover;
}
.page-id-19357 .point-box.point02::before {
  background: url(../img/volunteer/volunteer-num02.png) top center no-repeat;
  background-size: cover;
}
.page-id-19357 .point-box.point03::before {
  background: url(../img/volunteer/volunteer-num03.png) top center no-repeat;
  background-size: cover;
}
.page-id-19357 .point-box.point04::before {
  background: url(../img/volunteer/volunteer-num04.png) top center no-repeat;
  background-size: cover;
}
.page-id-19357 .point-box h3 {
  color: #e87b00;
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width:480px){
.page-id-19357 .point-box {
  padding: 40px 20px 20px;
}
.page-id-19357 .point-box h3 {
  font-size: 2rem;
}
}

.page-id-19357 .statue-list {
  padding: 0;
}
.page-id-19357 .statue-list li {
  list-style: none;
  border-bottom: dotted 1px #898989;
  background: url("../img/volunteer/icon-statue.png") top -7px left no-repeat;
  background-size: 44px;
  padding: 0 0 10px 45px;
  margin-bottom: 10px;
}

.page-id-19357 .text01 {
  font-size: 2rem;
}
/*部分変更 19357 → 21848 25.10.11*/
.page-id-21848 .text02 {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.page-id-19357 .text-a a {
  color: #3366ff;
  text-decoration: underline;
}

.page-id-19357 .btn-list02 {
  justify-content: center;
}


/*------------------------------------------------------------

地域情報ポップアップ

------------------------------------------------------------*/
.erea-block {
    margin: 30px 0;
}
.erea-block .box01 h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.erea-block .btn-list {
    flex-wrap: wrap;
}
.erea-block .btn-list button {
    display: block;
    color: #fff;
    font-size: 2rem;
    border: none;
    width: 32%;
    margin: 0 2% 10px 0;
    padding: 10px;
    cursor: pointer;
}
.erea-block .btn-list button:hover {
  opacity: 0.8;
}
.erea-block .btn-list button:nth-of-type(3n) {
    display: block;
    width: 31%;
    margin: 0 0 10px 0;
}
.erea-block .risyuu .btn-list button {
    background: #78B252;
}
.erea-block .shigaichi .btn-list button {
    background: #E2889B;
}
.erea-block .keinan .btn-list button {
    background: #E59F39;
}

@media (max-width:768px){
.erea-block .box01 h3 {
    font-size: 2rem;
}
.erea-block .btn-list {
    justify-content: space-between;
}
.erea-block .btn-list button {
    font-size: 1.6rem;
    width: 48%;
    margin: 0 0 10px 0;
}
.erea-block .btn-list button:nth-of-type(3n) {
    width: 48%;
}
}


/*モーダル*/
.erea-block .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.erea-block .modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.erea-block .modal-container p {
    margin-bottom: 10px;
}
.erea-block .modal-container p:last-child {
    margin-bottom: 0;
}
.erea-block .modal-content {
    background: #FFF;
    overflow-y: scroll;
    width: 80%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
    padding-bottom: 40px;
}
.erea-block .modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.erea-block .modal-close {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 0 8px;
}
.erea-block .modal-close:hover, .erea-block .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.page-id-66 .modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

/*モーダル中身*/
.erea-block .modal-content .ttl-box {
    padding: 100px 10% 30px;
}
.erea-block .modal-content .ttl-box .catch {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
}
.erea-block .modal-content .ttl-box .erea-name {
    color: #fff;
    font-size: 50px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.erea-block .modal-content .icatch {
    padding: 0 10%;
}
.erea-block .modal-content .icatch div {
    border-radius: 10px;
    overflow: hidden;
}
.erea-block .modal-content .icatch img {
    width: 100%;
    height: auto;
}
.erea-block .modal-content .text02 {
    padding: 30px 10% 60px;
}
.erea-block .modal-content .institution-box {
    padding: 0 10% 40px;
}
.erea-block .modal-content .institution-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.erea-block .modal-content .institution-box .about-table {
  width: 100%;
  margin-bottom: 40px;
}
.erea-block .modal-content .institution-box .about-table tr th {
  text-align: left;
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
  width: 250px;
}
.erea-block .modal-content .institution-box .about-table tr td {
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
}
.erea-block .modal-content .text03 {
    margin-bottom: 30px;
}
.erea-block .modal-content .institution-box .img-box {
    justify-content: space-between;
    margin-bottom: 30px;
}
.erea-block .modal-content .institution-box .img-box figure {
    margin-bottom: 0;
}
.erea-block .modal-content .institution-box .img-box .flex-box {
    border-radius: 10px;
    overflow: hidden;
    width: 49%;
}
.erea-block .modal-content .institution-box .img-box .flex-box img {
    border-radius: 10px;
	height: 330px;
	object-fit: cover;
}
.erea-block .modal-content .link-box {
    padding: 0 10%;
}
.erea-block .modal-content .link-boxinner {
    position: relative;
}
.erea-block .modal-content .link-box .more {
    position: absolute;
    top: -25px;
    left: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    width: 80px;
    z-index: 10;
}
.erea-block .modal-content .link-box .more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
.erea-block .modal-content .link-box a {
    display: block;
    color: #fff;
    text-decoration: underline;
    background: #b5b5b6;
    padding: 10px 10px 10px 100px;
}

@media (max-width:768px){
.erea-block .modal-content .ttl-box {
    padding: 10px 10% 10px;
}
.erea-block .modal-content .ttl-box .erea-name {
    font-size: 35px;
}
.erea-block .modal-content .text02 {
    padding: 20px 20px 40px;
}
.erea-block .modal-content .institution-box h4 {
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
}
.erea-block .modal-content .institution-box .about-table tr th {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
}
.erea-block .modal-content .institution-box .about-table tr td {
  display: block;
  width: 100%;
}
.erea-block .modal-content .institution-box .img-box {
    flex-wrap: wrap;
}
.erea-block .modal-content .institution-box .img-box .flex-box {
    width: 100%;
    margin-bottom: 10px;
}
.erea-block .modal-content .link-box .more {
    top: -19px;
    font-size: 1.6rem;
}
.erea-block .modal-content .link-box a {
    padding: 13px 10px 10px 10px;
}
}

/*地域別色指定 笠周*/
.erea-block .risyuu .modal-content .ttl-box {
    background: #78B252;
}
.erea-block .risyuu .modal-content .ttl-box .erea-name span {
    background: linear-gradient(transparent 75%, #4A8250 75% 90%, transparent 90%);
}
.erea-block .risyuu .modal-content .icatch {
    background: linear-gradient(transparent 0, #78B252 0 50%, transparent 50%);
}
.erea-block .risyuu .modal-content .institution-box h4 {
    background: #78B252;
}
.erea-block .risyuu .modal-content .link-box .more {
    background: #78B252;
}
.erea-block .risyuu .modal-content .link-box .more:after {
  border-left: 40px solid #78B252;
  border-right: 40px solid #78B252;
  border-bottom: 5px solid transparent;
}
/*地域別色指定 市街地*/
.erea-block .shigaichi .modal-content .ttl-box {
    background: #e2889b;
}
.erea-block .shigaichi .modal-content .ttl-box .erea-name span {
    background: linear-gradient(transparent 75%, #c83f6a 75% 90%, transparent 90%);
}
.erea-block .shigaichi .modal-content .icatch {
    background: linear-gradient(transparent 0, #e2889b 0 50%, transparent 50%);
}
.erea-block .shigaichi .modal-content .institution-box h4 {
    background: #e2889b;
}
.erea-block .shigaichi .modal-content .link-box .more {
    background: #e2889b;
}
.erea-block .shigaichi .modal-content .link-box .more:after {
  border-left: 40px solid #e2889b;
  border-right: 40px solid #e2889b;
  border-bottom: 5px solid transparent;
}
/*地域別色指定 恵南*/
.erea-block .keinan .modal-content .ttl-box {
    background: #E59F39;
}
.erea-block .keinan .modal-content .ttl-box .erea-name span {
    background: linear-gradient(transparent 75%, #D56F21 75% 90%, transparent 90%);
}
.erea-block .keinan .modal-content .icatch {
    background: linear-gradient(transparent 0, #E59F39 0 50%, transparent 50%);
}
.erea-block .keinan .modal-content .institution-box h4 {
    background: #E59F39;
}
.erea-block .keinan .modal-content .link-box .more {
    background: #E59F39;
}
.erea-block .keinan .modal-content .link-box .more:after {
  border-left: 40px solid #E59F39;
  border-right: 40px solid #E59F39;
  border-bottom: 5px solid transparent;
}


.akiya-list__content .akiya-list-wrap .akiya-one .title {
	height: auto!important;
}



/*------------------------------------------------------------

地域情報ポップアップ　 地域おこし協力隊　修正対応251110

------------------------------------------------------------*/

/* ==========================================================
   volunteer-recruitment 専用モーダル（.erea-block外用）
   ========================================================== */

/* ベースモーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-content {
  background: #FFF;
  overflow-y: scroll;
  width: 80%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
  padding-bottom: 40px;
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-close {
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding: 0 8px;
}

.modal-container p {
  margin-bottom: 10px;
}
.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-content .ttl-box {
  padding: 100px 10% 30px;
}
.modal-content .ttl-box .catch {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
}
.modal-content .ttl-box .erea-name {
  color: #fff;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.modal-content .icatch {
  padding: 0 10%;
}
.modal-content .icatch div {
  border-radius: 10px;
  overflow: hidden;
}
.modal-content .icatch img {
  width: 100%;
  height: auto;
}
.modal-content .text02 {
  padding: 30px 10% 60px;
}
.modal-content .institution-box {
  padding: 0 10% 40px;
}
.modal-content .institution-box h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.modal-content .institution-box .about-table {
  width: 100%;
  margin-bottom: 40px;
}
.modal-content .institution-box .about-table tr th {
  text-align: left;
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
  width: 250px;
}
.modal-content .institution-box .about-table tr td {
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
}
.modal-content .institution-box .img-box {
  justify-content: space-between;
  margin-bottom: 30px;
}
.modal-content .institution-box .img-box figure {
  margin-bottom: 0;
}
.modal-content .institution-box .img-box .flex-box {
  border-radius: 10px;
  overflow: hidden;
  width: 49%;
}
.modal-content .institution-box .img-box .flex-box img {
  border-radius: 10px;
  height: 330px;
  object-fit: cover;
}
.modal-content .link-box {
  padding: 0 10%;
}
.modal-content .link-boxinner {
  position: relative;
}
.modal-content .link-box .more {
  position: absolute;
  top: -25px;
  left: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
  width: 80px;
  z-index: 10;
}
.modal-content .link-box a {
  display: block;
  color: #fff;
  text-decoration: underline;
  background: #b5b5b6;
  padding: 10px 10px 10px 100px;
}

/* 地域別色指定 */
.modal.risyuu .modal-content .ttl-box {
  background: #78B252;
}
.modal.risyuu .modal-content .ttl-box .erea-name span {
  background: linear-gradient(transparent 75%, #4A8250 75% 90%, transparent 90%);
}
.modal.risyuu .modal-content .icatch {
  background: linear-gradient(transparent 0, #78B252 0 50%, transparent 50%);
}
.modal.risyuu .modal-content .institution-box h4,
.modal.risyuu .modal-content .link-box .more {
  background: #78B252;
}

.modal.shigaichi .modal-content .ttl-box {
  background: #e2889b;
}
.modal.shigaichi .modal-content .ttl-box .erea-name span {
  background: linear-gradient(transparent 75%, #c83f6a 75% 90%, transparent 90%);
}
.modal.shigaichi .modal-content .icatch {
  background: linear-gradient(transparent 0, #e2889b 0 50%, transparent 50%);
}
.modal.shigaichi .modal-content .institution-box h4,
.modal.shigaichi .modal-content .link-box .more {
  background: #e2889b;
}

.modal.keinan .modal-content .ttl-box {
  background: #E59F39;
}
.modal.keinan .modal-content .ttl-box .erea-name span {
  background: linear-gradient(transparent 75%, #D56F21 75% 90%, transparent 90%);
}
.modal.keinan .modal-content .icatch {
  background: linear-gradient(transparent 0, #E59F39 0 50%, transparent 50%);
}
.modal.keinan .modal-content .institution-box h4,
.modal.keinan .modal-content .link-box .more {
  background: #E59F39;
}

/* スマホ対応 */
@media (max-width:768px){
  .modal-content .ttl-box {
    padding: 10px 10% 10px;
  }
  .modal-content .ttl-box .erea-name {
    font-size: 35px;
  }
  .modal-content .text02 {
    padding: 20px 20px 40px;
  }
  .modal-content .institution-box h4 {
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
  }
  .modal-content .institution-box .about-table tr th,
  .modal-content .institution-box .about-table tr td {
    display: block;
    width: 100%;
  }
  .modal-content .institution-box .img-box {
    flex-wrap: wrap;
  }
  .modal-content .institution-box .img-box .flex-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-content .link-box .more {
    top: -19px;
    font-size: 1.6rem;
  }
  .modal-content .link-box a {
    padding: 13px 10px 10px 10px;
  }
}
/* volunteer-recruitment 固定ページ専用ボタン色指定 */
.modal-toggle.risyuu {
  background: #78B252 !important; /* 笠周エリア（緑） */
  color: #fff !important;
}

.modal-toggle.shigaichi {
  background: #E2889B !important; /* 市街地エリア（ピンク） */
  color: #fff !important;
}

.modal-toggle.keinan {
  background: #E59F39 !important; /* 恵南エリア（オレンジ） */
  color: #fff !important;
}

.modal-toggle:hover {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

色変更

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.float-navi ul li a {
    background-color: #e87b00;
}
.float-navi ul li a:hover {
    background-color: #efa34c;
}
.page-heading__text-sub {
    color: #e87b00;
}
.nav-pagetop {
    background: #e87b00;
}
.sidemenu h3 {
    background-color: #e87b00;
}
.button-dl.large-y {
    background-color: #e87b00;
}
.sup-for-migrant__content h3 {
    color: #e87b00;
}
.sup-for-migrant__content ul h4 {
    color: #e87b00;
}
.button-dl {
    background-color: #f3bd80;
}
.akiya-search__footer > a .scroll {
    color: #e87b00;
}
.button-default.large-y {
    background-color: #e87b00;
}
.sup-detail .event-detail .entry-body .suppro-box p.settledsup-text01 {
    color: #e87b00;
}
.sup-information .information__content h3 {
    color: #e87b00;
}
.voice-detail .event-detail .entry-body .suppro-box p.settledsup-text01 {
    color: #e87b00;
}


.voice-detail .event-detail .entry-body > p > span > strong::before {
	flex-shrink: 0;
}










