@charset "UTF-8";
/*
 * Merged SCSS entry file.
 * Compile this file to ../style.css or your preferred output path.
 * Each partial loads variables internally, so Dart Sass module scope is safe.
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* CSS Document */
body {
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h2 .sectiontitle {
  width: 100%;
  height: 26px;
  text-align: left;
  color: #fff;
  background-color: #24246E;
  padding: 3px 6px;
}

#wrapper {
  width: inherit;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  height: auto;
  left: auto;
  top: 0px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  right: auto;
  background-color: #FFF;
  min-width: 982px;
}

#wrapper img {
  display: block;
}

#header {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  background-color: #FFF;
  height: 141px;
  z-index: 9;
  left: auto;
  right: auto;
}

#header #titlebox,
#contents #content,
#contents #gotop,
#footer #footbox {
  width: 982px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
}

#header #titlebox .toptitle {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 100%;
}

#header #titlebox .toptitle img {
  display: inline;
}

#header #titlebox .office_add {
  position: absolute;
  top: 50px;
  left: auto;
  right: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#header #titlebox .office_add a {
  text-decoration: none;
  color: #1A1A1A;
}

#header #globalnavi {
  height: 39px;
  width: 100%;
  background-image: url(../img/gnavi_back.jpg);
  background-repeat: repeat-x;
  background-position: left center;
  background-color: #f5f5f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

#header #globalnavi ul {
  margin: 0px auto;
  height: 39px;
  width: 980px;
  display: block;
  overflow: hidden;
  background-color: #a8a8a8;
  padding: 0px 1px;
}

#header #globalnavi ul li {
  margin: 0px;
  padding: 0px 1px;
  height: 39px;
  width: 194px;
  list-style: none;
  float: left;
  overflow: hidden;
  display: block;
}

#header #globalnavi ul li a {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 39px;
  width: 194px;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  vertical-align: middle;
}

#header #globalnavi ul li a img {
  display: inline;
}

.menu-btn {
  display: none;
}

#footer {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#footer {
  height: auto;
  background-image: url(../img/footer_back.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  background-color: #25256F;
}

#footer .backtop {
  height: 15px;
  width: inherit;
  background-image: url(../img/footer_back_top.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 0px;
  top: 0px;
}

#footer #footbox {
  height: auto;
  padding: 15px 0px 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  left: 0px;
  top: 0px;
}

#footer #footbox .titlename {
  margin: 0px 0px 10px;
  padding: 0px 0px 1px;
  border-bottom: 1px solid #FFF;
}

#footer #footbox .subnavi1,
#footer #footbox .subnavi2 {
  float: left;
  height: 125px;
  width: 150px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

#footer #footbox .subnavi1 ul,
#footer #footbox .subnavi2 ul {
  margin: 0px;
  padding: 0px;
}

#footer #footbox .subnavi1 ul li,
#footer #footbox .subnavi2 ul li {
  list-style: none;
  margin: 0px 0px 3px;
  padding: 0px;
  height: 22px;
  width: 150px;
}

#footer #footbox .subnavi1 ul li a {
  line-height: 22px;
}

#footer #footbox .copyright {
  text-align: right;
  margin-top: 100px;
  font-size: 10px;
  line-height: 35px;
  color: #FFF;
  padding-right: 1px;
}

#footer #footbox .copyright img {
  display: inline;
}

#contents {
  position: relative;
  width: inherit;
  margin: 0px;
  padding: 0px;
  height: auto;
  left: 0px;
  top: 0px;
}

#contents #gotop p {
  text-align: right;
  margin: 0px;
  padding: 0px;
  float: right;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: 100%;
  }
  #wrapper {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
  }
  #header {
    height: 80px;
  }
  .menu-btn {
    z-index: 1003 !important;
  }
  #header #titlebox,
  #contents #content,
  #contents #gotop,
  #footer #footbox {
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
  #header #titlebox .toptitle img {
    width: 250px;
    height: auto;
  }
  .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1001;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: #24246E;
    cursor: pointer;
  }
  .menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: 0.3s;
  }
  .menu-btn.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  #header #globalnavi {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000 !important;
    width: 100vw !important;
    height: 100vh !important;
    padding: 110px 28px 40px !important;
    box-sizing: border-box !important;
    background: #24246E !important;
    background-image: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  #header #globalnavi.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #header #globalnavi ul {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    overflow: visible !important;
  }
  #header #globalnavi ul li {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #header #globalnavi ul li a {
    width: 100% !important;
    height: auto !important;
    padding: 20px 0 !important;
    line-height: 1.4 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }
  #header #globalnavi ul li a img {
    display: none;
  }
  #header #globalnavi ul li:nth-child(1) a::before {
    content: "トップページ";
  }
  #header #globalnavi ul li:nth-child(2) a::before {
    content: "プロフィール";
  }
  #header #globalnavi ul li:nth-child(3) a::before {
    content: "活動報告";
  }
  #header #globalnavi ul li:nth-child(4) a::before {
    content: "政策目標";
  }
  #header #globalnavi ul li:nth-child(5) a::before {
    content: "事務所案内";
  }
}
/* CSS Document */
#mainimg {
  width: inherit;
  height: 350px;
  background-image: url(../../img/top_mainimg_back.png);
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px;
}

#mainimg h2 {
  padding: 0px 1px;
  text-align: center;
  background-image: url(../img/top_mainimg_back.png);
  background-position: center center;
  background-size: cover;
  margin: 0px;
  width: inherit;
}

#mainimg h2 img {
  display: inline;
}

#catchbox {
  padding-bottom: 7px;
  border-top: 5px double #F7C5C5;
  border-bottom: 5px double #F7C5C5;
  padding: 40px;
}

#catchbox h2 {
  margin: 0px 0 20px 0;
  padding: 0px 1px;
}

#catchbox p {
  margin: 0px;
  padding: 0px 1px;
  font-size: 1em;
}

#catchbox .attention {
  padding-top: 0.85em;
  padding-bottom: 0.8em;
}

#catchbox .btmbar {
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 45px;
  width: 100%;
}

#group {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-top: 32px;
}

#group #infobox {
  height: auto;
  width: 100%;
  float: left;
  margin-bottom: 60px;
}

#group #infobox #info_bar {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#group #infobox .sectiontitle {
  margin: 0px 0px 8px;
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  background-color: #24246E;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

#group #infobox .sectiontitle p {
  padding: 0;
  margin: 0;
}

#group #infobox .sectiontitle img {
  display: inline;
}

#group #infobox #info_bar .allview {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 2px 15px;
}

#group #infobox #info_bar .allview a {
  color: #fff;
}

#group #infobox #infowindow {
  width: 100%;
  background-image: url(../img/top_info_wind_all.gif);
  border: 1px solid #000;
}

#group #infobox #infowindow dl {
  margin: 0px;
  padding: 15px 15px 0px;
  min-height: 102px;
  display: block;
}

#group #infobox #infowindow dl dt {
  font-size: 12px;
  clear: left;
  float: left;
  line-height: 24px;
  height: 24px;
  width: 106px;
  text-align: center;
  background-color: #ffe6e6;
}

#group #infobox #infowindow dl dd {
  font-size: 14px;
  line-height: 24px;
  margin-left: 124px;
  margin-bottom: 10px;
}

#group #infobox #infowindow dl dd:last {
  margin-bottom: 0px;
}

#group #infobox #infowindow dl dd a:link,
#group #infobox #infowindow dl dd a:visited {
  color: #000;
  text-decoration: none;
}

#group #infobox #infowindow dl dd a:hover,
#group #infobox #infowindow dl dd a:active {
  color: #24246E;
  text-decoration: underline;
}

#group #infobox #infowindow .infowinbtm {
  background-image: url(../img/top_info_wind_btm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: -10px 0px 0px;
  padding: 0px;
  height: 15px;
  width: 740px;
}

#group #linkbox {
  height: auto;
  width: 200px;
}

#group #linkbox ul {
  margin: 0px;
  padding: 0px;
}

#group #linkbox ul li {
  list-style: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #mainimg {
    height: auto;
  }
  #group {
    flex-direction: column;
  }
  #group #infobox {
    margin-bottom: 0;
  }
  #group #linkbox {
    margin: 0 auto;
  }
}
/* CSS Document */
#contents #content {
  padding-top: 29px;
}

#content .titlename {
  margin: 0px 0px 23px;
  padding: 0px;
  line-height: 36px;
  height: 36px;
  width: 980px;
}

#content .infomation {
  margin-bottom: 28px;
  padding: 0px 1px;
  height: auto;
}

#content .infomation dl {
  margin: 0px;
  padding: 0px;
}

#content .infomation dl dt {
  font-size: 12px;
  clear: left;
  float: left;
  width: 107px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  background-color: #FFE7E7;
}

#content .infomation dl dd {
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: 124px;
  line-height: 24px;
}

#content .infomation dl dd a:link,
#content .infomation dl dd a:visited {
  color: #000;
  text-decoration: none;
}

#content .infomation dl dd a:hover,
#content .infomation dl dd a:active {
  color: #24246E;
  text-decoration: underline;
}

/* CSS Document */
#contents #content {
  padding: 29px 0px 8px 0px;
}

#content .titlename {
  margin: 0px 0px 23px;
  padding: 0px;
  line-height: 36px;
  height: 36px;
  width: 980px;
}

#content .infomation {
  margin-bottom: 28px;
  padding: 0px 1px;
  height: auto;
}

#content .infomation dl {
  margin: 0px;
  padding: 0px;
  display: block;
}

#content .infomation dl dt {
  font-size: 12px;
  clear: left;
  float: left;
  width: 107px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  background-color: #FFE7E7;
}

#content .infomation dl dd {
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: 124px;
  line-height: 24px;
}

#content .infomation dl dd a:link,
#content .infomation dl dd a:visited {
  color: #000;
  text-decoration: none;
}

#content .infomation dl dd a:hover,
#content .infomation dl dd a:active {
  color: #24246E;
  text-decoration: underline;
}

#content .info_main .info_date {
  font-size: 16px;
  margin: 30px 0px 5px;
  padding: 0px;
}

#content .info_main h1 {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

#content .info_main .second_title {
  margin-top: 20px;
}

#content .info_main .info_photo {
  height: auto;
  width: 100%;
  display: block;
  padding: 20px 0px 0px 0px;
  border-top: 2px solid #242876;
}

#content .info_main .info_photo_long {
  height: auto;
  width: 100%;
  display: block;
  padding: 20px 0px 0px 0px;
  border-top: 2px solid #242876;
}

.info_photo_long img,
.info_photo img {
  margin: 0 auto;
}

#content .info_main .info_photo p {
  text-align: center;
  width: auto;
  display: block;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  line-height: 350px;
  vertical-align: middle;
  height: auto;
}

#content .info_main .info_photo_long p {
  text-align: center;
  width: auto;
  display: block;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  line-height: 350px;
  vertical-align: middle;
  height: auto;
}

#content .info_main .info_photo_side {
  height: 406px;
  width: auto;
  display: block;
  padding: 0px;
  margin: 0px;
}

#content .info_main .info_photo_side p {
  float: left;
  text-align: center;
  width: auto;
  display: block;
  padding: 0px 0px 20px 0px;
  margin: 0px 20px 0px 0px;
  line-height: 352px;
  vertical-align: middle;
  height: auto;
}

#contents #gotop p {
  margin: 0 0 40px;
  padding: 0px;
}

#contents #gotop p a {
  height: 30px;
  width: 160px;
  z-index: 5;
}

#contents #gotop .info_back {
  float: left;
}

#contents #goinfo {
  /* margin: 0px auto;
  width: 982px;
  position: relative;
  height: 60px; */
}

#contents #goinfo p {
  /* padding: 0px;
  margin: 0px;
  position: absolute;
  width: 160px;
  height: 30px; */
}

#goinfo {
  width: min(100%, 530px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 24px; */
  padding: 0 20px 24px 20px;
  box-sizing: border-box;
}

#goinfo a {
  color: #000;
}

#goinfo p {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  font-size: 1.2em;
  align-items: center;
}

#contents #goinfo p.backinfo {
  top: 0px;
  left: 0px;
  justify-content: flex-start;
}

#contents #goinfo p.nextinfo_585 {
  top: 0px;
  left: 425px;
  justify-content: flex-end;
}

#contents #goinfo p.nextinfo_540 {
  top: 0px;
  left: 380px;
  justify-content: flex-end;
}

#contents #goinfo p.nextinfo_530 {
  top: 0px;
  left: 370px;
  justify-content: flex-end;
}

#contents #goinfo p.nextinfo_500 {
  top: 0px;
  left: 340px;
  justify-content: flex-end;
}

#contents #goinfo p.goupinfo {
  top: 0px;
  right: 0px;
  justify-content: center;
}

#contents #goinfo p.goupinfo a {
  text-decoration: none;
  background-color: #F6F6F6;
  padding: 0.5em 0;
  width: min(180px, 100%);
  text-align: center;
}

#contents #goinfo p.goupinfo a:hover {
  background-color: #242876;
  color: #fff;
  transition: 0.5s; /* マウスカーソルを載せるとき */
}

.archive p a {
  text-decoration: none;
  border: solid 1px #24246E;
  border-radius: 100px;
  padding: 5px 24px;
  color: #24246E;
}

@media screen and (max-width: 768px) {
  #contents #gotop p {
    float: none;
    width: 250px;
    margin: 0 auto 32px auto;
  }
}
#contents #content {
  padding-top: 29px;
}

#content .titlename {
  margin: 0px 0px 30px;
  padding: 0px;
  height: auto;
  width: inherit;
}

#content #prfphoto {
  float: left;
  height: 270px;
  width: 270px;
}

#content #prfphoto p {
  margin: 0px;
  padding: 0px;
}

#content .biography {
  margin-bottom: 26px;
  margin-left: 300px;
}

#content .biography h3 {
  margin: 0px 0px 12px;
  padding: 0px;
}

#content .biography .subbio {
  margin: 0px 0px 18px;
  padding: 0px;
}

#content .biography .main {
  margin: 0px;
  padding: 0px;
}

#content .academic {
  margin-bottom: 30px;
  border-bottom: 1px solid #a7a7a7;
  margin-left: 300px;
  padding-bottom: 8px;
}

#content .academic h3 {
  margin: 0px 0px 8px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #a7a7a7;
  height: 18px;
  width: auto;
}

#content .academic .main {
  margin: 0px;
  padding: 0px;
}

#content .academic .main li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 26px;
  width: auto;
}

#content .incumbent {
  margin-bottom: 30px;
  border-bottom: 1px solid #a7a7a7;
  margin-left: 300px;
  padding-bottom: 8px;
}

#content .incumbent h3 {
  margin: 0px 0px 8px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #a7a7a7;
  height: 18px;
  width: auto;
}

#content .incumbent .main {
  margin: 0px;
  padding: 0px;
}

#content .incumbent .main li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 26px;
  width: auto;
}

@media screen and (max-width: 768px) {
  #content .biography,
  #content .academic {
    margin-left: 0px;
  }
}
#contents #content {
  padding-top: 29px;
}

#content .titlename {
  margin: 0px 0px 30px;
  padding: 0px;
  height: auto;
  width: inherit;
}

#content #prfphoto {
  float: left;
  height: 270px;
  width: 270px;
}

#content #prfphoto p {
  margin: 0px;
  padding: 0px;
}

#content .biography {
  margin-bottom: 26px;
  margin-left: 300px;
}

#content .biography h3 {
  margin: 0px 0px 18px;
  padding: 0px;
  font-size: 24px;
  line-height: 1em;
  color: #000;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
}

#content .biography .subbio {
  margin: 0px 0px 18px;
  padding: 0px;
  font-size: 15px;
  line-height: 1em;
  color: #000;
}

#content .biography .main {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
  font-size: 16px;
  color: #323232;
  line-height: 2em;
}

#content .academic {
  margin-bottom: 30px;
  /* [disabled]border-bottom: 1px solid $color-border-default; */
  margin-left: 300px;
  padding-bottom: 8px;
}

#content .academic h3 {
  margin: 0px 0px 8px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #a7a7a7;
  height: 18px;
  width: auto;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

#content .academic .main {
  margin: 0px;
  padding: 0px;
}

#content .academic .main li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 26px;
  width: auto;
}

#content .academic .main dt {
  font-size: 13px;
  line-height: 2em;
  color: #323232;
  float: left;
  letter-spacing: 0.1em;
}

#content .academic .main dt span {
  display: inline-table;
  white-space: nowrap;
}

#content .academic .main dt .nengou {
  text-align: left;
  width: 2.4em;
}

#content .academic .main dt .year {
  text-align: right;
  width: 2.7em;
}

#content .academic .main dt .month {
  text-align: right;
  width: 3em;
}

#content .academic .main dd {
  font-size: 13px;
  line-height: 2em;
  color: #323232;
  margin-left: 0px;
  padding-left: 120px;
}

#content .incumbent {
  margin-bottom: 30px;
  border-bottom: 1px solid #a7a7a7;
  margin-left: 300px;
  padding-bottom: 8px;
}

#content .incumbent h3 {
  margin: 0px 0px 8px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #a7a7a7;
  height: 18px;
  width: auto;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

#content .incumbent .main {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: #323232;
  line-height: 2em;
  /* margin: 0px;
  padding: 0px; */
}

#content .incumbent .main:nth-child(2) {
  margin-bottom: 1.5rem;
}

#content .incumbent .main li {
  /* margin: 0px;
  padding: 0px; */
  list-style: none;
  /* height: 26px;
  width: auto; */
}

#content .incumbent .main dt {
  font-size: 15px;
  line-height: 2em;
  color: #323232;
  float: left;
}

#content .incumbent .main dt span {
  display: inline-table;
}

#content .incumbent .main dt .nengou {
  text-align: left;
  width: 2.4em;
}

#content .incumbent .main dt .year {
  text-align: right;
  width: 2.6em;
}

#content .incumbent .main dt .month {
  text-align: right;
  width: 3em;
}

#content .incumbent .main dd {
  font-size: 15px;
  line-height: 2em;
  color: #323232;
  margin-left: 0px;
  padding-left: 120px;
}

@media screen and (max-width: 768px) {
  #content .biography,
  #content .academic,
  #content .incumbent {
    margin-left: 0px;
    width: 100%;
  }
}
/* CSS Document */
#contents #content {
  padding-top: 29px;
}

#content .titlename {
  margin: 0px 0px 24px;
  padding: 0px;
  line-height: 36px;
  height: auto;
  width: inherit;
}

#content .address {
  margin-bottom: 24px;
  padding: 0px 1px;
  width: min(644px, 100%);
  float: left;
  overflow-x: hidden;
}

#content .address p {
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  font-size: 18px;
  color: #323232;
}

#content .address ul {
  margin: 0px;
  padding: 0px;
}

#content .address ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#content .addresssibu {
  margin-bottom: 54px;
  padding: 0px 1px;
  width: min(295px, 100%);
  margin-left: 645px;
}

#content .addresssibu p {
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}

#content .addresssibu ul {
  margin: 0px;
  padding: 0px;
}

#content .addresssibu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#content .mapbox {
  height: auto;
  width: min(586px, 100%);
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-bottom: 25px;
}

#content .mapbox p {
  margin: 0px 0px 9px;
  padding: 0px;
}

#content .mapbox ul {
  margin: 0px;
  padding: 0px;
}

#content .mapbox ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

dl {
  display: flex;
}

dl.tel {
  margin-bottom: 0;
}

dl.fax {
  margin-top: 0;
}

dt {
  width: -moz-fit-content;
  width: fit-content;
}

dd {
  margin: 0;
}

/* CSS Document */
#contents #content {
  padding: 29px 0px 0px;
}

#content .titlename {
  margin: 0px 0px 29px;
  padding: 0px;
  line-height: 36px;
  height: auto;
  width: inherit;
}

#content .section {
  padding-bottom: 10px;
  border-bottom: none;
  margin-bottom: 58px;
  padding-left: 1px;
}
#content .section.policy h2 {
  color: #223696;
  font-weight: 500;
  font-size: 1.3em;
  border-bottom: 3px solid #223696;
  margin-top: 32px;
}
#content .section.policy p {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5em;
}
#content .section.policy ul {
  margin-top: 1em;
}
#content .section.policy ul li {
  padding-bottom: 0.5em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#content .section.policy ul li::before {
  color: #223696;
  content: "■";
  padding-right: 0.5em;
}

/* CSS Document */
#contents #content {
  padding-top: 29px;
}

#content .titlename {
  margin: 0px 0px 23px;
  padding: 0px;
  line-height: 36px;
  height: 36px;
  width: 980px;
}

#content .catch {
  margin: 0px 0px 24px;
  padding: 0px 1px;
}

#content .section {
  margin: 0px 0px 28px;
  padding: 0px 1px 8px;
  border-bottom: 1px solid #a7a7a7;
}

#content .section h2 {
  margin: 0px 0px 8px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #a7a7a7;
}

#content .section p {
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}

#content .section ul {
  margin: 0px;
  padding: 0px;
}

#content .section ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#content .address {
  padding-bottom: 12px;
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 28px;
}

#content .address h2 {
  border-bottom: 1px solid #a7a7a7;
  margin: 0px 0px 11px;
  padding: 0px 0px 10px;
}

#content .address h3 {
  margin: 0px;
  padding: 0px;
}

#content .address p {
  margin: 0px;
  padding: 0px;
}

#content .address ul {
  margin: 0px;
  padding: 0px;
}

#content .address ul li {
  list-style: none;
}

/* CSS Document */
#contents #content {
  padding-top: 29px;
}

#content .titlename {
  margin: 0px 0px 24px;
  padding: 0px;
  line-height: 36px;
  height: auto;
  width: inherit;
}

#content .linklist {
  margin-bottom: 60px;
  height: auto;
  padding: 0px 1px;
}

#content .linklist dl {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 980px;
  overflow: hidden;
}

#content .linklist dl dt {
  margin: 0px;
  padding: 0px;
  clear: left;
  float: left;
  height: auto;
  width: 384px;
  display: block;
}

#content .linklist dl dt a img {
  display: inline;
}

#content .linklist dl dd {
  margin: 0px;
  height: auto;
  width: 590px;
  padding: 0px 0px 0px 384px;
  display: block;
}

#content .linklist dl dd a img {
  display: inline;
}

/* CSS Document */
#contents #content {
  padding: 24px 20px;
}

#content .titlename {
  margin: 0px 0px 8px;
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  background-color: #24246E;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#content .section {
  padding-bottom: 0.3em;
  margin-bottom: 0px;
  padding-left: 1px;
  color: #333333;
}

#content .section h2 {
  line-height: 1.2em;
  border-bottom: 1px solid #a7a7a7;
  margin: 0px 0px 11px;
  padding: 0px 0px 8px;
  color: #223696;
  font-size: 1.2em;
}

#content .section h3 {
  line-height: 1.5em;
  margin: 0px 0px 1em;
  padding: 0px;
  color: #323232;
  font-size: 1.1em;
}

#content .section p {
  line-height: 2em;
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
}

#content .section dl {
  margin: 0px 0px 2em;
  padding: 0px;
}

#content .section dl dt {
  margin: 0px;
  padding: 0px;
  line-height: 1.8em;
  font-size: 0.9em;
  font-weight: bold;
}

#content .section dl dd {
  margin: 0px 0px 1.4em;
  padding: 0px;
  line-height: 1.8em;
  font-size: 0.9em;
}

#content .section ol {
  margin: 0px;
  padding: 0px;
}

#content .section ol li {
  margin: 0px 0px 0px 1.3em;
  padding: 0px;
  text-indent: 0.5em;
}

#content .section ul {
  margin: 0px;
  padding: 0px;
}

#content .section ul li {
  margin: 0px 0px 0px 1.3em;
  padding: 0px 0px 0px 0em;
}

#content .address {
  margin: 0px 0px 28px;
  padding: 0px 0px 12px;
  color: #333;
  border-bottom: 1px solid #a7a7a7;
}

#content .address h2 {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

#content .address p {
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
  font-size: 0.9em;
}

#content .address dl {
  margin: 0px;
  padding: 0px;
}

#content .address dl dt {
  display: block;
  width: 3em;
  text-align: right;
  float: left;
  margin: 0px;
  padding: 0px 0.1em 0.5em 0px;
  line-height: 1.4em;
  font-size: 0.9em;
  letter-spacing: 0.2em;
}

#content .address dl dd {
  display: block;
  width: 20em;
  padding: 0em 0px;
  margin: 0px;
  font-size: 0.9em;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  #contents #content {
    display: flex;
    flex-direction: column;
  }
}
/* ===== Contact Form ===== */
.contact {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
}

.contact__lead {
  text-align: center;
  font-size: 15px;
  margin: 0 0 32px;
}

.contact__form {
  width: 100%;
}

.contact__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px dotted #c8c8c8;
}

.contact__row:last-of-type {
  border-bottom: 1px dotted #c8c8c8;
}

.contact__label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 200px;
  padding-top: 8px;
}

.contact__badge {
  display: inline-block;
  width: 44px;
  padding: 3px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  flex-shrink: 0;
}

.contact__badge--required {
  background-color: #e60012;
}

.contact__badge--optional {
  background-color: #9e9e9e;
}

.contact__name {
  font-size: 14px;
  color: #333;
}

.contact__field {
  flex: 1;
}

.contact__field input[type=text],
.contact__field input[type=email],
.contact__field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.contact__field input[type=text]:focus,
.contact__field input[type=email]:focus,
.contact__field textarea:focus {
  outline: none;
  border-color: #1a2a6c;
}

.contact__field textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.contact__note {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  margin: 32px 0;
  color: #333;
}

.contact__note a {
  color: #1a2a6c;
  text-decoration: underline;
}

.contact__note a:hover {
  text-decoration: none;
}

.contact__submit {
  text-align: center;
  margin-top: 16px;
}

.contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 280px;
  padding: 18px 40px;
  background-color: #1a2a6c;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-family: inherit;
}

.contact__btn:hover {
  opacity: 0.85;
}

.contact__btn:active {
  transform: translateY(1px);
}

.contact__btn span {
  font-weight: normal;
}

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  .contact {
    padding: 24px 16px 60px;
  }
  .contact__lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .contact__row {
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
  }
  .contact__label {
    flex: 0 0 auto;
    padding-top: 0;
  }
  .contact__field input[type=text],
  .contact__field input[type=email],
  .contact__field textarea {
    font-size: 16px; /* iOSのズーム防止 */
  }
  .contact__note {
    font-size: 12px;
    text-align: left;
    margin: 24px 0;
  }
  .contact__btn {
    min-width: 0;
    width: 100%;
    padding: 16px 24px;
    font-size: 14px;
  }
}
.thanks {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}

.contact__lead,
.thanks__note {
  text-align: center;
}

.thanks__text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 32px;
  text-align: center;
}

.thanks__note {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .thanks {
    margin: 24px auto;
  }
  .thanks__text {
    font-size: 14px;
  }
  .thanks__note {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */