@charset "utf-8";

.padding20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding40 {
  padding-left: 40px;
  padding-right: 40px;
}
.paddingv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.paddingv40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 639px) {
  .padding40 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#mv {
  position: relative;
  padding-top: 35.33%;
}
#mv img {
  position: absolute;
  top: 0;
  left: 0;
}
#mv img:last-child {
  display: none;
}
header h2 {
  background: #1050b0;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 992px) {
  #mv img:last-child {
    display: block;
  }
  header h2 {
    position: absolute;
    top: 50%;
    right: 40px;
    background: none;
    color: #1050b0;
    width: 30%;
    font-size: 36px;
    line-height: 40px;
  }
  #sub .blog {
    background: #cedbee;
    padding-top: 40px;
  }
  #sub .blog article {
    background: #fff;
    margin: 0 40px 40px;
  }
}
#sub figure.center {
  text-align: center;
  padding: 0 20px 20px;
}
article h3 {
  font-size: 24px;
  color: #1050b0;
  font-weight: bold;
  text-align: center;
}
article p:not(:last-child) {
  margin-bottom: 1em;
}

/* ----------------------------------------------------------------
  #idea 理念
---------------------------------------------------------------- */
#idea .row {
  background: #e5ecf6;
}
#idea .row figure img {
  border: 5px solid #1050b0;
}
/* ----------------------------------------------------------------
  #policy 政策
---------------------------------------------------------------- */
#policy h3 {
  background: #1050b0;
  border-top: 5px solid #f60;
  color: #fff;
  margin: 40px 20px 10px;
  padding: 25px;
  font-style: italic;
}
#policy h3::before,
#policy h3::after {
  content: " ─ ";
}
#policy .explain {
  background: #e5ecf6;
  padding: 20px;
}
#policy .min_section {
  position: relative;
  margin: 30px 0 45px;
}
.min_section figure {
  background: #fff;
  margin: 10px;
}
.min_section figure.r30 {
  float: right;
  max-width: 30%;
  margin: 15px;
}
.min_section figure::after {
  content: "クリックで拡大";
  display: block;
  font-size: 12px;
  text-align: center;
  padding-top: 1em;
}
.min_section img {
  max-width: 100%;
}
.lead_sentence {
  background: #e1ecfc;
  padding: 12px 15px 1px;
}
#policy .policy_h4 {
  background: #1050b0;
  color: #fff;
  text-align: left;
  border-left: 15px solid #97bcf2;
  padding: 15px 25px 35px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}
#policy .policy_h4 + span {
  position: absolute;
  font-size: 71.42%;
  line-height: 1;
  font-weight: bold;
  color: #fff000;
  background: #1558c4;
  text-align: center;
  padding: 7px;
  border: 2px solid #fff;
  bottom: -10px;
  left: 10px;
  border-radius: 4px;
  cursor: pointer;
}
#policy .policy_h4 + span::before {
  content: "くわしく！";
}
#policy .policy_h4 + span.open::before {
  content: "なるほど！";
}
#policy .policy_h4 + span::after {
  content: "▼";
  position: absolute;
  color: #1558c4;
  font-size: 16px;
  bottom: -10px;
  left: 15%;
}
#policy .policy_h4 + span.open::after {
  content: "▲";
  bottom: inherit;
  top: -10px;
}
.policy_toggle {
  background: #eee;
  overflow: hidden;
  display: none;
}
.policy_toggle > div {
  padding: 0 15px 15px;
}
.policy_toggle > div:first-child {
  padding: 15px 15px 0;
}
.policy_toggle ul {
  clear: both;
  font-size: 87.5%;
  background: #fff;
  border: 2px solid #97bcf2;
  border-radius: 7px;
  padding: 5px 15px 10px 35px;
  margin: 0 20px 1em;
}
.policy_toggle ul li {
  margin-top: 0.5em;
  text-indent: -1.5em;
  line-height: 1.5;
}
.policy_toggle ul li::before {
  content: "●";
  color: #97bcf2;
  margin-right: 0.5em;
}

/* ----------------------------------------------------------------
  #profile プロフィール
---------------------------------------------------------------- */
#profile h3 strong {
  font-size: 60px;
  line-height: 2;
  font-weight: bold;
}
#profile .profile_dl {
  padding-bottom: 80px;
}
#profile .profile_dl dt {
  background: #1050b0;
  color: #fff;
  padding: 5px 10px;
  margin: 12px 0;
  border-left: 5px solid #f60;
  width: 120px;
  height: 26px;
  overflow: hidden;
  transition: all 0.5s;
}
#profile .profile_dl dt::before {
  content: "";
  font-family: FontAwesome;
  color: #fa0;
  margin-right: 5px;
}
#profile .profile_dl dd {
  padding: 0 15px;
  line-height: 1.4;
  opacity: 0;
  transition: all 0.7s;
}
#profile .profile_dl dt.on {
  width: 100%;
}
#profile .profile_dl dt.on + dd {
  opacity: 1;
}

#profile .profile_dl dd table {
  table-layout: fixed;
}
#profile .profile_dl dd table th {
  width: 65px;
  text-align: left;
}
/* ----------------------------------------------------------------
  #office 国会事務所
---------------------------------------------------------------- */
#office p {
  text-align: center;
}
@media (min-width: 992px) {
  #office p.address {
    text-align: left;
  }
}
/* ----------------------------------------------------------------
  #contact お問い合わせ
---------------------------------------------------------------- */
#contact_form_area {
  background: #f0f0f0;
}
#contact_form_area > p {
  margin-bottom: 40px;
}
#contact_form_area dl {
  margin: 15px 0;
}
#contact_form_area dt {
  color: #1050b0;
  font-size: 14px;
  line-height: 1.5;
}
#contact_form_area .textform {
  box-sizing: border-box;
  border: 1px solid #aaa;
  max-width: 100%;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "メイリオ", Meiryo;
  font-size: 16px;
}
#contact_form_area .contact_req_ent {
  margin-left: 5px;
  vertical-align: middle;
}