@charset "utf-8";
.sdgs{border: none;}
.mgt150{margin-top: 150px !important;}
section .title{
	width: 100%;
}
section .title h2{
	width: 98%;
    position: relative;
    display: inline-block;
    margin: 30px 30px 0 0;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: dotted 2px #cc0000;
    font-size: 3rem;
}
section .title h2::before {
    content: none;
}
section .title h2::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -30px;
    width: 33px;
    height: 16px;
    background: url(../images/icon_airplane.png) no-repeat center right;
    background-size: 33px 16px;
}
section .title h2 .sub{
	font-size: 15px;
	font-weight: normal;
	padding-left: 1em;
	letter-spacing: normal;
}
@media screen and (max-width: 768px){
section .title h2{
	width: 92%;
    font-size: 2.5rem;
}
section .title h2 .sub{
	display: none;
}
}
.title [class*="subTxt"]{letter-spacing: normal;padding-left: 15px;font-weight: normal;}
.title [class*="subTxt"][class*="28"],
.title.-lage01 .subTxt{font-size: 2.8rem;padding-left: 0;}
.title [class*="subTxt"][class*="18"]{font-size: 1.8rem;}
.title [class*="subTxt"][class*="14"]{font-size: 1.4rem;}
#use.title{margin-top: 187px;}
#municipality.title{padding-top: 45px;}
#video.title{padding-top: 191px;}
#action.title{padding-top: 75px;font-size: 1.8rem;}
@media screen and (max-width: 768px) {
    .title [class*="subTxt"]{font-weight: normal;display: inline-block;padding-left: 0;}
    .title.-lage01 .subTxt{font-size: 2rem;display: block;}
    #use.title{margin-top: 75px;}
    #municipality.title{padding-top: 45px;}
    #municipality.title [class*="subTxt"]{padding-left: 10px;}
    #video.title{padding-top: 60px;}
    #action.title{padding-top: 75px;}
}
/* 過去の地域コラボレーション */
.content_past {
	background: #eff1f3;
}
.content_past .content_past_map {
	background: #eff1f3;
	position: relative;
	width: 611px;
	z-index:1;
	margin: 0 auto;

}
.content_past .content_past_map_text {
	z-index:2;
	text-indent: -9999px;
	background: url(../images/map/map_text.png) no-repeat 19px 79px;
	border: 1px solid #c00;
	border-radius: 110px;
	width: 210px;height: 210px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.content_past .content_past_map_box {
position: relative;

}
.pref-data-listset .pref-data-list {
	position: absolute;
	display: none;
	border-collapse: collapse;
}
#hokkaido, #dohoku, #doto, #doou, #donan {top: 151px;left: 409px;}
#akita {top: 237px;left: 410px;}
#aomori {top: 203px;left: 409px;}
#iwate {top: 237px;left: 457px;}
#miyagi {top: 272px;left: 457px;}
#yamagata {top: 261px;left: 410px;}
#fukushima {top: 308px;left: 426px;}
#tohoku {top: 272px;left: 426px;}
#nigata {top: 308px;left: 380px;}
#ibaraki {top: 354px;left: 477px;}
#chiba {top: 402px;left: 477px;}
#tochigi {top: 342px;left: 444px;}
#gunma {top: 342px;left: 410px;}
#saitama {top: 373px;left: 410px;}
#tokyo {top: 402px;left: 428px;}
#kanagawa {top: 437px;left: 413px;}
#yamanashi {top: 402px;left: 395px;}
#nagano {top: 371px;left: 374px;}
#gifu {top: 389px;left: 347px;}
#shizuoka {top: 441px;left: 380px;}
#aichi {top: 442px;left: 347px;}
#toyama {top: 308px;left: 347px;}
#nara {top: 473px;left: 287px;}
#osaka {top: 454px;left: 256px;}
#tottori {top: 420px;left: 203px;}
#ishikawa {top: 374px;left: 312px;}
#fukui {top: 402px;left: 286px;}
#shiga {top: 439px;left: 312px;}
#mie {top: 498px;left: 312px;}
#kyoto {top: 429px;left: 255px;}
#wakayama {top: 498px;left: 267px;}
#hyogo {top: 450px;left: 229px;}
#okayama {top: 450px;left: 202px;}
#shimane {top: 420px;left: 174px;}
#hiroshima {top: 450px;left: 174px;}
#yamaguchi {top: 450px;left: 147px;}
#kagawa {top: 489px;left: 202px;}
#tokushima {bottom: 150px;left: 202px;}
#ehime {top: 489px;left: 154px;}
#kochi {bottom: 150px;left: 154px;}
#fukuoka {top: 453px;left: 78px;}
#saga {top: 433px;left: 72px;}
#oita {top: 463px;left: 109px;}
#nagasaki {top: 453px;left: 50px;}
#kumamoto {top: 498px;left: 78px;}
#miyazaki {top: 498px;left: 109px;}
#kagoshima {bottom: 141px;left: 78px;}
#okinawa {bottom: 94px;left: 57px;}
.content_past_map area {
	z-index: 100;
}
.js-disptable {
	display: table !important;
}
.pref-list-box li {
	display: table-row;
	border: 1px solid #c00;
}
.pref-list-box li a {
	display: block;
	color: #c00;
	padding: 5px 18px;
	background: #fff;
}
.pref-list-box li a:hover {
	text-decoration: underline;
	opacity:1;
}
.pref-list-box.column-2 {
  display: flex;
  flex-flow: row wrap;
}
.pref-list-box.column-2 li {
  width: 50%;
}
.pref-list-box.column-2 li:nth-child(even) {
  border-left: none;
}
.pref-list-box.column-2 li:nth-child(n+3) {
  border-top: none;
}
.no-push {
	cursor: default;
}
.stitle h4 a{
	display: block;
	position: relative;
}
.stitle h4 a:before{
	content: "";
	position: absolute;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.stitle h4{
	margin: 20px 0;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 10px;
	border-left: 3px solid #cc0000;
}
.stitle02 h5{
	padding-left: 10px;
}
.stitle02 h5 a{
	display: block;
	position: relative;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ddd;
}
.stitle02 h5 a:before{
	content: "";
    position: absolute;
    right: 10px;
    width: 5px;
    top: 12px;
    height: 5px;
    border-top: 1px solid #cc0000;
    border-right: 1px solid #cc0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.flowLine .howToList{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.flowTxt{
  background-color: #315C00;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100px;
  padding-left: 31px;
  position: absolute;
  top: 0;
}
.flowTxt::before,
.flowTxt::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
.flowTxt::before{
  display: none;
}
.flowTxt::after{
  display: block;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #315C00;
  right: -30px;
  z-index: 6;
}
.flowTxt span{
  font-size: 1.8rem;
  white-space: nowrap;
}
.flowLine .howToList{
  padding: 0 30px;
}
.flowLine .howToList .step{
  display: flex;
  position: relative;
  justify-content: flex-start;
}
.flowLine .howToList li{
  /* width: 294px; */
  width: calc(100% / 4);
  position: relative;
  padding-top: 118px;
}
.flowLine .howToList li:not(:first-child){
  width: 75%;
  padding-left: 10px;
}
.flowLine .howToList li .flowTxt{
  width: 264px;
  left: -30px;
}
.flowLine .howToList li:not(:first-child) .flowTxt{
  width: 714px;
  left: 10px;
  padding-left: 55px;
}
.flowLine .howToList li:not(:first-child) .flowTxt::before{
  display: block;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #ffffff;
  left: 0;
}
.flowLine .howToList .step div{
  padding-top: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flowLine .howToList .step div dt{
    text-indent: -2.6em;
}
.flowLine .howToList li .step div dd{
  margin-top: 24px;
  position: relative;
}
.flowLine .howToList .step div dd::after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid #8a9f72;
  border-right: 0;
  top: 50%;
  right: -23px;
}
.flowLine .howToList li .step div dd figure + p {
    margin-top: 15px;
}
.flowLine .howToList li:last-child .step div dd{
  padding-top: 10px;
}
.flowLine .howToList li:last-child .step div:not(:first-child){
  margin-left: 36px;
}
.flowLine .howToList li:last-child .step div:last-child dd::after{
  display: none;
}
@media screen and (max-width: 768px) {
    .flowLine .howToList{
        flex-direction: column;
        padding: 0 12px;
    }
    .flowTxt{
        position: static;
    }
    .flowTxt::before,
    .flowTxt::after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: 0;
    }
    .flowTxt::before{
        display: none;
    }
    .flowTxt::after{
        right: -18px;
    }
    .flowTxt span{
        font-size: 1.8rem;
        white-space: nowrap;
    }
    .flowLine .howToList .step{
        display: flex;
        position: relative;
        justify-content: flex-start;
    }
    .flowLine .howToList li{
        width: calc(100% - 12px);
        padding-top: 0;
    }
    .flowLine .howToList li:not(:first-child){
        width: calc(100% - 12px);
        padding-left: 0;
    }
    .flowLine .howToList li .flowTxt{
        width: 100%;
        margin-left: -12px;
        padding-left: 12px;
    }
    .flowLine .howToList li:not(:first-child) .flowTxt{
        width: 100%;
        padding-left: 12px;
    }
    .flowLine .howToList li:not(:first-child) .flowTxt::before{
        display: none;
    }
    .flowLine .howToList .step{
        flex-direction: column;
    }
    .flowLine .howToList li .step div dd{
        margin-top: 15px;
        padding-bottom: 90px;
    }
    .flowLine .howToList .step div dd::after{
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 21px solid #8a9f72;
        border-bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        bottom: 30px;
        margin: auto;
    }
    .flowLine .howToList li:last-child .step div dd{
        padding-top: 0;
        padding-bottom: 90px;
    }
    .flowLine .howToList li:last-child .step div:last-child dd{
        padding-bottom: 0;
    }
    .flowLine .howToList li:last-child .step div:not(:first-child){
        margin-left: 0;
        padding-top: 0;
    }
}
.mapBlock{
  margin-top: 50px;
}
.mapBlock-sp{
	display: none;
}
/* modal */
.modalBlock{
	margin-top: 20px;
}
.modalBody{
	display: none
}
.modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}
.modal-close:hover {
    cursor:pointer;
}
.modal-close{
	position: fixed;
 	display: block;
  	width: 50px;
  	height: 50px;
  	top: 60px;
  	right: 10px;
  	/* background-image: url('.../images/map/sp_close_icon.png') ;
  	background-repeat: no-repeat; */
  	z-index: 500;
}
.modal-close::before, .modal-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}
.modal-close::before {
	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.modal-close::after {
	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
/*prefList*/
.prefList{
	position: fixed;
    z-index: 2;
    width: 80vw;
    margin: 0;
    border: 2px solid #aaa;
    background: #fff;
    overflow-y: scroll;
    height: 60vh;
	max-height: 80vh;
}
.prefList li{

}
.prefList li a{
	display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.prefList li a:before{
	content: "";
	position: absolute;
	top: 40%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px){
  .mapBlock{
    display: none;
  }
  .mapBlock-sp{
	  display: block;
  }
}
[href="javascript:void(0)"]{
  pointer-events: none;
  cursor: auto;
}
.informationArea{
    width: 717px;
    margin: 100px auto 0;
}
.informationArea .term{
background: transparent url(../images/bg_info.png) center top no-repeat;
text-align: center;
padding: 51px 0 54px;
}
.informationArea .term .title{
font-size: 2.5rem;
font-weight: bold;
}
.informationArea .term .title + p{
font-size: 1.6rem;
margin-top: 15px;
}
.informationArea .merit{
margin-top: 20px;
padding: 21px 36px 20px;
border: 2px dashed #5CAD00;
border-radius: 8px;
}
.informationArea .merit dl dt,
.informationArea .merit dl dd ul li{
font-size: 1.6rem;
}
.informationArea .merit dl dd ul li{
position: relative;
padding-left: 24px;
}
.informationArea .merit dl dd ul li::before{
content: '';
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #E5F5D0;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 768px){
    .informationArea{
        width: 100%;
        margin: 32px auto 0;
        padding: 0 10px;
    }
    .informationArea .term{
        background-size: calc(246 / 375 * 100vw) auto;
        padding: 48px 0 0;
    }
    .informationArea .term .title{
        font-size: 2.2rem;
        font-weight: bold;
    }
    .informationArea .merit{
        margin-top: 20px;
        padding: 13px 10px;
    }
    .informationArea .merit dl dd ul li::before{
        top: 8px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (min-width: 769px) {
  .link.btn {
    font-size: 2rem;
    min-width: 393px;
  }
}

@media screen and (max-width: 1024px) {
  .link.btn.-other {
    padding: 10px 15px 10px 35px;
    min-width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .link.btn.-other {
    padding: 10px 36px 13px;
  }
}

@media screen and (min-width: 1366px) {
  .link.btn.-other {
    padding: 10px 36px 13px;
  }
}
.link.btn.-other::before{
    display: none;
}
.link.btn.-other span{
    position: relative;
}
.link.btn.-other span::before {
    content: "\e90c";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: -25px;
  font-size: 1.3rem;
  color: #cc0000;
  transform: translateY(-50%);
}

.aboutArea .noteList{
  width: 550px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
    .aboutArea .noteList{
        width: auto;
        margin: 14px auto 0;
    }
}
footer .pagetop.fixedF{
    z-index: 10;
}