@charset "utf-8";
/* CSS Document */
h1 {
  font-size: 2rem;
  font-weight: bold;
}
h2 {
  font-size: 2rem;
  margin: 2em 0 0;
  font-weight: bold;
}
.p-section__heading {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.p-section__heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #003366;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
h3 {
  font-size: 1.5rem;
  margin: 0 0 1em;
}
h4 {
  font-size: 1.3rem;
  margin: 2em 0 0;
}
.txt {
  font-size: 1rem;
  margin: 2em 0;
}
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .none {
    display: none;
  }
  h1 {
    margin-bottom: 10px;
  }
  h3 {
    font-size: 1.2rem;
  }
}
/*==========================
	ページ内リンク
===========================*/
.p_link {
  margin: 2% auto 3%;
}
.p_link ul {
  display: flex;
  justify-content: center;
  height: 60px;
}
.p_link ul a {
  display: block;
  width: 24%;
  padding-right: 5px;
  text-align: center;
  background-color: #eff5f5;
  border-right: 3px solid #FFF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_link ul a:hover {
  background-color: #ccffff;
}
.p_link ul a li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding-left: 10px;
}
/*==========================
	mv
===========================*/
.mv {
  position: relative;
  background: url("../images/main.jpg") center center;
  background-size: cover;
  height: 450px;
}
.m_ttl {
  width: 26%;
  position: absolute;
  left: 8%;
  top: 120px;
}
.mcopy {
  position: absolute;
  right: 5%;
  bottom: 5px;
}
.mcopy img {
  max-width: 490px;
}
.main_cap {
  font-size: 13px;
  color: #000;
  position: absolute;
  bottom: 5px;
  left: 2.7%;
}
.bnr_cp {
  max-width: 560px;
  width: 32%;
  position: absolute;
  right: 1%;
  bottom: 3%;
}
.tb80 {
  width: 80%;
  margin: 0 auto
}
@media screen and (min-width: 1545px) {
  .mv {
    height: 650px;
  }
}
@media not all and (min-width: 768px) {
  .mv {
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
  }
	.contentsWrap{
		padding-top: 0;
	}	
  .mv {
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/*==========================
	福岡移住の魅力
===========================*/
.charm ul {
  display: flex;
  justify-content: center;
  margin: 5% 0;
  flex-wrap: wrap;
}
.charm ul li {
  width: 44%;
  margin: 0 1.5% 3em;
}
.charm ul li dl {
  padding: 3%
}
.charm ul li dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1em;
}
.charm ul li dl dd {
  font-size: 1rem;
  padding-bottom: 2%;
  display: flex;
  justify-content: space-around;
}
@media not all and (min-width: 768px) {
  .charm ul {
    display: block;
  }
  .charm ul li {
    width: 100%;
    margin: 0 0 3em;
  }
}
/*==========================
	セミナー一覧
===========================*/
.p-info-item__sup span {
  background-color: red !important;
}
.p-info-item__sup::after {
  border-color: transparent red transparent transparent !important;
}
.number {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.date {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  width: 50%;
  margin: 10px auto 0;
}
.btn_seminar {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0px;
  width: 290px;
  margin: 4.69% auto 0;
  text-align: center;
  border: 3px solid #f39700;
  color: #fff;
  background: #f39700;
}
.btn_seminar:hover {
  opacity: 0.8;
}
@media not all and (min-width: 768px) {
	.date {
  width: 100%;
}

}
/*==========================
	終了したセミナー
===========================*/
.f-seminar ul {
	display: flex;
	margin: 5% 0 0;
}
.f-seminar ul li{
	width: 45%;
	margin: 0 2.5% 5%;
}
.f-seminar ul li img{
	width: 100%;
	max-width: 450px;
}
@media not all and (min-width: 768px) {
.f-seminar ul {
	display: block;
	}
.f-seminar ul li{
	width: 100%;
	margin: 0 auto 5%;
}
}

/*==========================
	アクセス
===========================*/
.access {
  margin: 10% 0 0;
}
.access ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5em 0;
}
.access ul li:first-child {
  width: 35%;
  max-width: 600px;
  margin-right: 5%;
}
@media not all and (min-width: 768px) {
  .access ul {
    display: block;
  }
  .access ul li:first-child {
    width: 100%;
  }
}
/*==========================
	official
===========================*/
.official {
  background-color: #e9ecf2;
  padding: 2em 0;
}
.official ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.official ul li:first-child {
  width: 60%;
  text-align: center;
}
.btn_official {
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  color: #FFF;
  font-weight: bold;
  background-color: #f39700;
  border-radius: 30px;
  text-align: center;
}
.official img {
  width: 100%;
  max-width: 480px;
}
.official_link:hover {
  opacity: 0.8;
}
@media not all and (min-width: 768px) {
  .official ul {
    display: block;
  }
  .official ul li:first-child {
    margin-bottom: 8%;
  }
  .official ul li:first-child, .official ul li {
    width: 100%;
  }
}
/*==========================
	お問い合わせ
===========================*/
.contact_area {
  text-align: center;
  margin-top: -5px;
  padding: 5%;
}
.contact_area h4 {
  border-bottom: 3px solid #014593;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  color: #014593;
  line-height: 1;
  margin-bottom: 20px;
}
.coName {
  font-size: 18px;
  color: #014593;
  font-weight: 700;
}
.contact_txt {
  font-size: 16px;
  line-height: 1.75;
}
.m_btn {
  display: inline-block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 1% 5%;
}
