/*島根フィルムコミッション*/
@charset "utf-8";

/********支援内容********/
/*****共通*****/
.pagelink_banner {
  max-width: 430px;
  margin: 0 auto;
}
/*****お知らせ*****/
.message_box {
  background: #F5EBE4;
  padding: 20px;
  margin: 10px 0;
}
.infection_control_wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.infection_control_box {
  width: 50%;
  text-align: center;
}
.infection_control_box img {
  max-width: 200px;
}
.infection_control_box p {
  margin: 5% 5% 0 5%;
}

/*****支援内容*****/
.about_support_wrap {
  background: #FFF5DC;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 40px 0;
  margin: 20px 0 50px 0;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.about_support_box {
  width: 45%;
  text-align: center;
  margin: 2% 2%;
}
.about_support_box img {
  max-width: 100px;
}
.about_support_text {
  font-weight: bold;
}
.pagelink_banner_wrap {
}
.pagelink_banner_box {
  text-align: center;
  margin-bottom: 20px;
}
.pagelink_banner_box img {
}

/*****支援にあたって*****/
.assistance_notes_h3 {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(transparent 66%, #FFA966 20%);
  margin: 30px 0 10px 0;
  font-size: 0.97rem;
}
.assistance_notes_conditions {
  border: 1px solid #888888;
  width: 100%;
}
.assistance_notes_conditions ul {
  padding-left: 15px;
}

/*****島根へのアクセス*****/
.access_shimane_map img {
  max-width: 400px;
}
.access_shimane_h3 {
  border-left: 5px solid #000;
  padding-left: 10px;
}
.access_destination_plane {
  background: #F2818E;
  color: #ffffff;
  padding: 5px 5px 5px 7px;
  font-weight: 500;
  width: 90px;
}
.access_destination_railroad {
  background: #FFBF5C;
  color: #ffffff;
  padding: 5px 5px 5px 7px;
  font-weight: 500;
  width: 90px;
}
.access_info01 {
  padding: 10px;
}
.access_info02 {
  padding: 10px;
}
/*****気象情報*****/
.weather_information_box {
  max-width: 700px;
  margin: 50px auto;

}

/**************** デスクトップレイアウト（560px～）****************/
@media (min-width: 560px) {

/*****共通*****/

/*****お知らせ*****/
.infection_control_wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: nowrap;
}
.infection_control_box {
  width: 30%;
  text-align: center;
}
.infection_control_box p {
  margin: 5% 5% 0 5%;
  font-size: 0.9rem;
}

/*****支援内容*****/
.about_support_box {
  width: 33%;
  text-align: center;
  margin: 2% 0;
}
.pagelink_banner_wrap {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
.pagelink_banner_box {
  width: 48%;
  text-align: center;
  margin: 0 2%;
}

/*****支援にあたって*****/
.assistance_notes_h3 {
  margin: 30px 0 10px 0;
  font-size: 1.1rem;
}
.assistance_notes_conditions {
  width: 70%;
}
.assistance_notes_conditions ul {
  padding-left: 20px;
}

/*****島根へのアクセス*****/
.access_shimane_wrap {
  float: left;
  width: 55%;
}
.access_shimane_map {
  float: left;
  width: 45%;
}

}