@charset "utf-8"; /*normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display:block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display:inline-block;
}

/**
* 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.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden],
template {
  display:none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 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 */
  -webkit-text-size-adjust:100%;

/* 2 */
      -ms-text-size-adjust:100%;

  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin:0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background:transparent;
  outline:none;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline:none;
}

a:focus-visible {
  outline:2px dotted #333;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline:0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size:2em;
  margin:.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom:1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight:bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style:italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing:content-box;
       box-sizing:content-box;
  height:0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background:#FF0;
  color:#000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family:monospace, serif;
  font-size:1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space:pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes:"\201C" "\201D" "\2018" "\2019";
}

/**
* 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:-.5em;
}

sub {
  bottom:-.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border:0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow:hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin:0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border:1px solid #C0C0C0;
  margin:0 2px;
  padding:.35em .625em .75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border:0;

/* 1 */
  padding:0;

  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family:inherit;

/* 1 */
  font-size:100%;

/* 2 */
  margin:0;

  /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height:normal;
}

/**
* 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 Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
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"],
/* 1 */
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;
}

/**
* 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 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance:textfield;

/* 1 */
  -webkit-box-sizing:content-box;

/* 2 */
     -moz-box-sizing:content-box;
          box-sizing:content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow:auto;

/* 1 */
  vertical-align:top;

  /* 2 */
}

/*breadcrumb*/
#breadcrumb {
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  max-width:1200px;
  padding:0 0 65px;
  width:90%;
}

#breadcrumb ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  margin:0;
  padding:0;
}

#contents #breadcrumb ul li {
  list-style-type:none;
  margin-bottom:0;
  margin-left:0;
  margin-right:10px;
  margin-top:0;
  padding:0;
}

#breadcrumb ul li:after {
  content:">";
  margin-left:10px;
}

#breadcrumb ul li:last-child:after {
  display:none;
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse:collapse;
  border-spacing:0;
  letter-spacing:.03em;
}

/* ==========================================================================
hx
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear:both;
}

/* ==========================================================================
br
========================================================================== */
.br-959,
.br-768,
.br-640,
.br-559,
.br-430,
.br-414,
.br-390,
.br-375 {
  display:none;
}

/* =======================================

layout CSS

========================================== */
html {
  height:100%;
  margin:0;
  padding:0;
}

* {
  box-sizing:border-box;
}

body {
  background-color:#FFF;
  color:#333;
  font-family:"BIZ UDPGothic", sans-serif, YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-weight:400;
  height:100%;
  letter-spacing:.05em;
  line-height:1.8em;
  margin:0;
  padding:0;
  text-align:center;
  width:100%;
}

body #contents {
  font-variant-ligatures:none;
  margin:0 auto;
  padding-bottom:310px;
  padding-top:0;
  position:relative;
  text-align:left;
  width:100%;
  z-index:0;
}

.tel-number {
  color:#333;
}

#contents li {
  font-weight:400;
}

@media print {
  body {
    min-width:1140px;
  }

  .header {
    display:none;
  }

  #contents {
    padding-top:0;
  }

  #page-ttl {
    display:none;
  }
}

#wrap {
  height:100%;
  margin:0;
  min-height:100%;
  overflow:hidden;
  padding:0;
  position:relative;
  width:100%;
}

body > #wrap {
  height:auto;
}

/*a {
  color: #1ba4f8;
  text-decoration: none;
}

a:hover {
  color: #21a4d4;
  text-decoration: underline;
}*/
/* */
a {
  color:#3679C1;
  text-decoration:none;
}

a:hover {
  color:#2E73C0;
  text-decoration:underline;
}

a.txt-link {
  overflow-wrap:break-word;
  word-wrap:break-word;
}

p {
  line-height:1.6em;
  margin:0;
  padding:0;
}

img {
  background-color:transparent;
  margin:0;
  max-width:100%;
  padding:0;
  vertical-align:bottom;
}

a img {
  backface-visibility:hidden;
  height:auto;
  opacity:1;
  transition:.3s;
}

a:hover img {
  opacity:.8;
  transition:.3s;
}

#contents a:hover img {
  opacity:1;
}

hr {
  border-bottom-width:1px;
  border-color:#CCC;
  border-left-width:0;
  border-right-width:0;
  border-style:dotted;
  border-top-width:0;
  clear:both;
  margin-bottom:10px;
  margin-top:10px;
}

hr.none {
  border:none;
  clear:both;
  height:0;
  margin:0;
  padding:0;
}

/* End hide from IE-mac */
/*Float Clear*/
.clear {
  clear:both;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}

/*List*/
ul {
  margin-bottom:0;
  margin-left:0;
  padding-left:20px;
}

ul.style-none {
  padding:0;
}

ul.style-none li {
  list-style:none;
}

/*Contents(base)*/
#contents .inner {
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  max-width:1200px;
  width:90%;
}

/*.header*/
header {
  position:fixed;
  top:0;
  transition:.5s;
  width:100%;
  z-index:9999;
}

header.hide {
  transform:translateY(-185px);
  transition:.5s;
}

.header {
  background-color:#FFF;
  height:auto;
  transition:.5s;
  width:100%;
}

.header.headerShadowScroll {
  box-shadow:0 0 4px #40404066;
  transition:.3s;
}

.header-inner {
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  max-width:1200px;
  padding:20px 0 15px;
  position:relative;
  transition:.3s;
  width:95%;
  z-index:0;
}

.header-toparea {
  display:flex;
  justify-content:space-between;
  margin-bottom:15px;
  width:100%;
}

.header-toparea .header-btn {
  background-color:#FFA000;
  background-image:url(../image/base/ico_member_black.svg);
  background-position:9% center;
  background-repeat:no-repeat;
  background-size:24px;
  border:1px solid #FFA000;
  border-radius:17px;
  color:#333;
  display:block;
  font-weight:600;
  padding:4px 3px 2px 10px;
  position:relative;
  transition:.3s;
}

/*.header-toparea .header-btn::before {
  background-image: url(../image/base/arrow_white.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}*/
.header-toparea .header-btn:hover {
  cursor:pointer;
  opacity:.5;
  text-decoration:none;
  transition:.3s;
}

.header-toparea .btn-area {
  display:flex;
}

.header-toparea .member,
.header-toparea .language {
  margin-left:20px;
  width:230px;
}

.header-toparea .language .header-btn {
  background-color:#FFF;
  background-image:url(../image/base/ico_language.svg);
  background-position:10% center;
  border:1px solid #333;
  color:#333;
  display:block;
  font-weight:bold;
}

.header-toparea .language .header-btn::before {
  background-image:url(../image/base/arrow_black.svg);
  height:23px;
  width:23px;
}

.mobile-view .header {
  padding-top:84px;
}

.nav-area {
  width:100%;
}

.pc-.header .header-inner,
.mobile-.header .header-inner {
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.header p.sp-button a {
  display:none;
}

/*Head_logo*/
.header .img-logo a {
  align-items:center;
  display:flex;
  justify-content:center;
  margin:0;
  transition:.3s;
}

.header .img-logo a:hover img {
  opacity:.5;
  text-decoration:none;
  transition:.3s;
}

.header .img-logo {
  align-items:center;
  display:flex;
  justify-content:flex-start;
  margin:0;
}

.header .img-logo img {
  max-width:353px;
}

.header-left {
  padding:5px 0;
  width:30%;
}

.header-right {
  align-items:stretch;
  box-sizing:border-box;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  width:70%;
}

body #g-navi #navi-list {
  justify-content:center;
  max-width:unset;
}

/*Footer CSS*/
.footer {
  background-color:#2E73C0;
  bottom:0;
  color:#FFF;
  left:0;
  margin:0;
  position:absolute;
  text-align:left;
  width:100%;
}

.footer-detail {
  margin-bottom:37px;
}

.footer-detail .logo-area {
  margin:0 auto;
  max-width:353px;
}

.footer-detail .txt-box p {
  font-weight:400;
  letter-spacing:.05em;
  line-height:1.5em;
}

.footer a[href*="tel:"] {
  color:#FFF;
  font-weight:normal;
}

.footer-inner {
  margin:0 auto;
  max-width:1030px;
  position:relative;
  text-align:center;
  width:90%;
}

.footer-sitemap {
  margin:auto;
  max-width:1200px;
}

.footer-sitemap .list-border {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  list-style:none;
  margin:30px 0 26px;
  padding:0;
}

.footer-sitemap .list-border li {
  font-weight:400;
  letter-spacing:.05em;
  line-height:1.1em;
  margin-bottom:11px;
  position:relative;
  width:max-content;
}

.footer-sitemap .list-border li a {
  border-right:1px solid #FFF;
  box-sizing:border-box;
  color:#FFF;
  display:block;
  height:100%;
  padding:0 8px;
  width:100%;
}

.footer .logo-area img {
  max-width:353px;
}

/*.footer-sitemap .list-border li:nth-child(10) {
  margin-left: 80px;
}

.footer-sitemap .list-border li:nth-child(13) {
  margin-right: 80px;
}*/
.footer-sitemap .list-border li:first-child a,
.footer-sitemap .list-border li:nth-child(10) a,
.footer-sitemap .list-border li:nth-child(16) a {
  border-left:1px solid #FFF;
}

.copyright {
  padding-bottom:25px;
  text-align:center;
  width:100%;
}

/* =======================================

Navi CSS

========================================== */
/*Mainnavi base*/
#g-navi {
  width:100%;
}

#g-navi.headerColorScroll {
  background-image:unset;
}

#g-navi.headerColorScroll::before {
  height:100%;
}

#g-navi #navi-list {
  display:flex;
  height:100%;
  justify-content:space-between;
  margin:auto;
  padding-left:0;
}

#g-navi #navi-list li {
  height:100%;
  list-style:none;
  position:relative;
}

#g-navi #navi-list li a {
  box-sizing:border-box;
  color:#333;
  display:block;
  font-size:1.0625em;
  font-weight:bold;
  height:100%;
  letter-spacing:.05em;
  padding:2px 11px 0;
  position:relative;
  transition:.3s;
  width:100%;
}

#g-navi #navi-list li a:hover {
  cursor:pointer;
  opacity:.5;
  text-decoration:none;
  transition:.3s;
}

#g-navi #navi-list li::before {
  background-color:#DEDEDE;
  bottom:0;
  content:"";
  height:26px;
  left:100%;
  margin:auto;
  position:absolute;
  top:0;
  width:1px;
  z-index:1;
}

#g-navi #navi-list li.home::after {
  background-color:#DEDEDE;
  bottom:0;
  content:"";
  height:26px;
  margin:auto;
  position:absolute;
  right:100%;
  top:0;
  width:1px;
  z-index:1;
}

#g-navi #navi-list li a:hover::before,
#g-navi #navi-list li.home a:hover::after {
  opacity:1;
}

.w-100 {
  width:100%;
}

/*Page-ttl*/
#page-ttl {
  background-color:#EAF3FD;
  background-position:center;
  background-repeat:repeat;
  background-size:cover;
  box-sizing:border-box;
  height:100%;
  margin-bottom:20px;
  margin-top:0;
  text-align:left;
  width:100%;
}

#page-ttl .inner {
  align-items:center;
  display:flex;
  height:100%;
  justify-content:center;
  margin-left:auto;
  margin-right:auto;
  padding:180px 20px 57px;
  position:relative;
  width:100%;
}

#page-ttl .inner h1 {
  color:#333;
  font-weight:500;
  letter-spacing:.1em;
  line-height:1.2em;
  margin:0;
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.look-orange {
  color:#F77B00;
  font-weight:500;
}

.look-red {
  color:#CB4801;
}

.color-red {
  color:#B41010;
}

#contents p.bold {
  font-weight:bold;
}

.normal {
  font-weight:normal;
}

/*Text Size*/
.txt-85 {
  font-size:85%;
}

.txt-95 {
  font-size:95%;
}

.txt-90 {
  font-size:90%;
}

.txt-110 {
  font-size:110%;
}

.txt-120 {
  font-size:120%;
}

.txt-150 {
  font-size:150%;
}

/*Margin*/
#contents .no-mb {
  margin-bottom:0;
}

#contents .no-mt,
.no-mt {
  margin-top:0;
}

#contents .mb-10 {
  margin-bottom:10px;
}

#contents .mb-20 {
  margin-bottom:20px;
}

#contents .mb-30 {
  margin-bottom:30px;
}

#contents .mb-40 {
  margin-bottom:40px;
}

#contents .mb-50 {
  margin-bottom:50px;
}

#contents .mb-65 {
  margin-bottom:65px;
}

#contents .box-mb {
  margin-bottom:80px;
}

#contents .mb-100 {
  margin-bottom:100px;
}

/* Float */
.left {
  float:left;
}

.right {
  float:right;
}

/*Text Align*/
.txt-center {
  text-align:center;
}

.txt-right {
  text-align:right;
}

.txt-left {
  text-align:left;
}

.va-center {
  vertical-align:middle;
}

/* table */
.table_over {
  border-spacing:0 14px;
  margin-bottom:-14px;
}

.table_over table {
  width:100%;
}

.table-01 {
  border-collapse:collapse;
  border-width:0;
  line-height:1.6em;
}

.table-01 tr:first-child {
  border-top:1px solid #B3C9CF;
}

.table-01 th {
  background-color:#EAF3FD;
  border-bottom:1px solid #B3C9CF;
  color:#31363C;
  font-weight:500;
  padding:15px 20px;
}

.table-01 tr:first-child td,
.table-01 tr:first-child th {
  border-top-width:0;
}

.table-01 th.need {
  border-left:0;
  min-width:200px;
}

.table-01 td {
  background-color:#FDFDFC;
  border-bottom:1px solid #B3C9CF;
  border-right:0;
  font-weight:400;
  padding:15px 20px;
}

.table-01.w-100 {
  width:100%;
}

.table-02 {
  border-bottom-width:0;
  border-collapse:collapse;
  border-left-width:0;
  border-right-width:0;
  border-top-width:0;
  color:#333;
  vertical-align:middle;
}

.table-02 th {
  background-color:#EAF3FD;
  border:1px solid #B3C9CF;

/* border-right-width: 0; */
  font-weight:bold;
  padding:14px 20px;
  text-align:left;
  vertical-align:top;
}

.table-02 td {
  background-color:#FFF;
  border:1px solid #B3C9CF;

/* border-left-width: 0; */
  line-height:28px;
  padding:10px 20px;
  vertical-align:middle;
}

.table-02 th.center {
  text-align:center;
}

table td.td-right {
  text-align:right;
}

.table-02 th.no-need {
  padding-left:50px;
}

/*send_btn*/
.btn-send {
  padding:5px 20px;
}

/*ul*/
#contents .disc {
  margin:0;
  padding:0 0 0 20px;
}

#contents .disc li {
  list-style-type:disc;
  margin:0;
  padding:0;
}

table ul {
  margin-bottom:0;
  margin-top:0;
}

/*ol*/
ol {
  padding-left:20px;
}

ol li {
  font-weight:400;
  letter-spacing:.03em;
  line-height:1.8em;
  margin-bottom:0;
}

/* hx */
#contents h2 {
  color:#000;
  font-family:"BIZ UDPGothic", sans-serif, YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size:1.9em;
  font-weight:bold;
  letter-spacing:.1em;
  margin:0 0 50px;
  position:relative;
  text-align:center;
}

#contents h2 .en-ttl {
  color:#22B8DD;
  display:block;
  font-family:"Lato", sans-serif;
  font-size:60%;
  font-weight:bold;
  letter-spacing:.05em;
  padding-top:12px;
  text-transform:uppercase;
}

#contents h2 .en-ttl.no-upper {
  text-transform:unset;
}

#contents h2.bnr-txt {
  color:#FFF;
  font-size:1em;
  font-weight:600;
  letter-spacing:1px;
  line-height:1.8em;
  margin-bottom:0;
  text-align:left;
}

#contents h3 {
  background-color:#2E73C0;
  color:#FFF;
  font-family:"BIZ UDGothic", sans-serif;
  font-size:1.5em;
  font-weight:bold;
  letter-spacing:.05em;
  margin:0 0 35px;
  padding:23px 0 23px 1em;
  position:relative;
}

#contents h4 {
  color:#333;
  font-family:"BIZ UDGothic";
  font-size:1.3em;
  font-weight:bold;
  letter-spacing:.05em;
  margin:10px 0 30px;
}

#contents h5 {
  background-color:#DBF0F1;
  font-size:110%;
  padding:10px;
}

body:not(#home) #contents h2,
body:not(#home) #contents h3,
body:not(#home) #contents h4 {
  font-family:"BIZ UDPGothic", sans-serif;
}

#contents p {
  font-weight:400;
  letter-spacing:.03em;
  line-height:1.8em;
  margin-bottom:20px;
}

/* googlemap ifreame */
.google-map iframe {
  border:none;
  height:100%;
  min-height:270px;
  width:100%;
}

.google-map {
  border:1px solid transparent;
  height:440px;
  margin-bottom:150px;
}

/*カラム*/
.flex {
  align-content:flex-start;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.flex.start {
  justify-content:start;
}

.flex.center {
  justify-content:center;
}

.txt-2box {
  margin-right:4%;
  width:48%;
}

.txt-2box.end {
  margin-right:0;
}

.txt-3box {
  margin-right:30px;
  width:calc(100% / 3 - 20px);
}

.txt-3box.end {
  margin-right:0;
}

.txt-4box {
  margin-right:20px;
  width:calc(100% / 4 - 20px);
}

.txt-4box.end {
  margin-right:0;
}

.txt-5box {
  margin-right:1.5625%;
  width:18.75%;
}

.txt-5box.end {
  margin-right:0;
}

.img-2box {
  width:30%;
}

.img-2box-txt {
  /* margin-left: 40px; */
  width:calc(70% - 40px);
}

/* other */
.pc-none {
  display:none;
}

.sp-none {
  display:block;
}

.sp-none.inline {
  display:inline-block;
}

/* pc sp button */
.view-button {
  align-items:center;
  display:flex;
  justify-content:center;
  margin-bottom:10px;
  width:100%;
}

.view-button p.pc-button {
  display:none;
}

.view-button p.sp-button {
  display:block;
  text-align:left;
}

/* img decoration */
.image-border img {
  border:1px solid #CCC;
  box-sizing:border-box;
}

.img-border {
  border:1px solid #CCC;
  box-sizing:border-box;
  padding:10px;
}

/* single 投稿詳細ページ  */
.single #contents h2 {
  line-height:1.5em;
  text-align:left;
}

img.capture {
  height:auto;
}

img.qr-img {
  height:auto;
}

/* btn */
#topcontrol {
  background-image:url(../image/base/navi_pagetop.png);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  height:70px;
  transition:.3s;
  width:70px;
}

#topcontrol:hover {
  transform:scale(1.07);
  transition:.3s;
}

a[href*=".pdf"],
a[href*=".docx"],
a[href*=".doc"] {
  display:inline-block;
  padding-left:25px;
  position:relative;
}

a[href*=".pdf"]::before,
a[href*=".docx"]::before,
a[href*=".doc"]::before {
  background-image:url(../image/contents/pdf_ico.svg);
  background-repeat:no-repeat;
  background-size:contain;
  content:"";
  display:block;
  height:21px;
  left:0;
  position:absolute;
  top:3px;
  width:19px;
}

a[href*=".docx"]::before,
a[href*=".doc"]::before {
  background-image:url(../image/contents/word_ico.svg);
  height:21px;
  width:17px;
}

#page table.table-01.w-100.mb-40 th,
#page table.table-01.w-100.mb-30 th {
  width:160px;
}

.member-list-box {
  background-color:#F3F3F3;
  padding:35px;
}

.member-list-box ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
}

.member-list-box li {
  margin-bottom:8px;
  width:calc(100% / 8);
}

#contents .table-01.committee .table-ttl {
  border:1px solid #2E73C0;
  border-radius:5px;
  color:#2E73C0;
  display:inline-block;
  font-size:.938em;
  font-weight:bold;
  letter-spacing:.05em;
  line-height:1.8em;
  margin-right:10px;
  padding:1px;
  text-align:center;
  width:100px;
}

#contents .table-01.committee .new-txt {
  background-color:#2E73C0;
  border-radius:5px;
  color:#FFF;
  display:inline-block;
  font-size:.875em;
  letter-spacing:.05em;
  line-height:1.8em;
  margin-left:10px;
  padding:1px;
  text-align:center;
  width:60px;
}

#contents .table-01.committee p {
  margin-bottom:0;
}

#contents .table-01.committee .flex {
  align-items:baseline;
  flex-wrap:nowrap;
}

#contents .table-01.committee th {
  width:295px;
}

#contents p.return-home {
  margin-bottom:10px;
}

#contents .member-table th {
  width:150px;
}

#contents .bnr-list {
  justify-content:flex-start;
  margin-bottom:20px;
}

#contents .bnr-list a.bnr-item {
  display:block;
  margin-bottom:40px;
  position:relative;
  transition:.3s;
}

#contents .bnr-list a.bnr-item .bnr-txt-box {
  align-items:center;
  background-color:#2E73C0;
  border-radius:0 10px 10px 0;
  bottom:0;
  color:#FFF;
  display:flex;
  font-size:1.125em;
  justify-content:center;
  position:absolute;
  right:0;
  top:0;
  width:180px;
}

#contents p.bnr-txt {
  font-weight:bold;
  margin-bottom:0;
}

#contents .bnr-list a.bnr-item:hover {
  cursor:pointer;
  text-decoration:none;
  transform:scale(1.05);
  transition:.3s;
}

#contents .anchor-area .link-btn {
  margin-bottom:30px;
}

#privacy #contents h2,
#terms #contents h2 {
  background-color:#2E73C0;
  color:#FFF;
  font-size:1.5em;
  font-weight:bold;
  letter-spacing:.05em;
  margin:0 0 35px;
  padding:23px 0 23px 1em;
  position:relative;
  text-align:left;
}

.link-btn {
  background-color:#2E73C0;
  border-radius:5px;
  box-sizing:border-box;
  color:#FFF;
  color:#FFF;
  display:block;
  font-weight:600;
  max-width:320px;
  padding:12px 40px;
  position:relative;
  position:relative;
  text-align:center;
  transition:.3s;
  white-space:nowrap;
  width:100%;
}

.link-btn.center {
  margin:0 auto;
}

.link-btn:hover {
  color:#FFF;
  text-decoration:none;
  transform:scale(1.05);
  transition:.3s;
}

a.link-btn::after {
  background-image:url(../image/base/arrow_white.svg);
  bottom:0;
  content:"";
  height:20px;
  margin:auto;
  position:absolute;
  right:15px;
  top:0;
  width:20px;
}

a.link-btn.anchor::after {
  transform:rotate(90deg);
}

#contents a.hover {
  display:inline-block;
  transition:.3s;
}

#contents a.hover:hover {
  cursor:pointer;
  text-decoration:none;
  transform:scale(1.05);
  transition:.3s;
}

#contents .link-btn.tab {
  background-image:url(../image/contents/clone_ico.svg);
  background-position:5% center;
  background-repeat:no-repeat;
  background-size:16px;
}

/* List */
ul.no-mt.note-list li {
  list-style:none;
  padding-left:22px;
  position:relative;
}

ul.no-mt.note-list li::before {
  content:"※";
  left:0;
  position:absolute;
}

ul.no-mt.note-list {
  margin-bottom:35px;
  padding-left:0;
}

ul.cat-list {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin:0 0 60px;
  padding:0;
}

ul.cat-list li {
  list-style:none;
}

ul.cat-list a {
  border:1px solid #2E73C0;
  border-radius:5px;
  color:#2E73C0;
  display:inline-block;
  font-weight:bold;
  padding:5px 20px;
  transition:.3s;
}

/* topics */
/*.topics-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.topics-group {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  margin: 0 26px 30px 0;
  position: relative;
  transition: .3s;
  width: calc(100% / 4 - 20px);
}

.topics-group:nth-child(4n) {
  margin-right: 0;
}

.topics-group .topics-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.topics-group:hover {
  cursor: pointer;
  transform: scale(1.05);
  text-decoration: none;
  transition: .3s;
}

#contents .topics-group p.category {
  font-size: 0.875em;
  margin-bottom: 16px;
}

.topics-group .category a {
  background-color: #2e73c0;
  color: #fff;
  display: block;
  padding: 2px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.topics-group .category a:hover {
  text-decoration: none;
}

#contents .topics-group p.ttl {
  font-size: 1.125em;
  line-height: 1.55em;
  margin-bottom: 15px;
  padding: 0 20px;
}

#contents .topics-group p.day {
  color: #727272;
  font-feature-settings: "palt";
  margin: auto 0 12px;
  padding: 0 20px;
  text-align: right;
}

#contents .topics-group p {
  font-weight: bold;
  letter-spacing: 0;
}

.topics-list .page-num-list.mt-list {
  margin-top: 20px;
}*/
/* news-area report-area topics-area editor-area */
#contents .news-list.inner,
#contents .report-list.inner,
#contents .topics-list.inner,
#contents .editor-list.inner {
  margin:auto;
  max-width:865px;
  width:98%;
}

.news-contents .news-group:first-child,
.report-contents .report-group:first-child,
.topics-contents .topics-group:first-child,
.editor-contents .editor-group:first-child {
  border-top:1px solid #DEDEDE;
}

#contents .topics-list.inner {
  min-width:auto;
  width:100%;
}

.page-num-list {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:40px;
  width:100%;
}

.page-num-list.mt-list {
  margin-top:40px;
}

.news-contents .news-group,
.report-contents .report-group,
.topics-contents .topics-group,
.editor-contents .editor-group {
  border-bottom:1px solid #DEDEDE;
  padding:13px 20px;
}

.news-contents .news-group .txt-box,
.report-contents .report-group .txt-box,
.topics-contents .topics-group .txt-box,
.editor-contents .editor-group .txt-box {
  align-items:center;
  display:flex;
  margin-bottom:10px;
}

#contents .news-contents .news-group .day,
#contents .news-contents .news-group .category,
#contents .news-contents .news-group .ttl,
#contents .report-contents .report-group .day,
#contents .report-contents .report-group .category,
#contents .report-contents .report-group .ttl,
#contents .topics-contents .topics-group .day,
#contents .topics-contents .topics-group .category,
#contents .topics-contents .topics-group .ttl,
#contents .editor-contents .editor-group .day,
#contents .editor-contents .editor-group .category,
#contents .editor-contents .editor-group .ttl {
  line-height:1.4em;
  margin-bottom:0;
}

#contents .news-contents .news-group .day,
#contents .report-contents .report-group .day,
#contents .topics-contents .topics-group .day,
#contents .editor-contents .editor-group .day {
  font-weight:bold;
  letter-spacing:0;
  margin-right:17px;
}

#contents .news-contents .news-group .category a,
#contents .report-contents .report-group .category a,
#contents .topics-contents .topics-group .category a,
#contents .editor-contents .editor-group .category a,
#contents .entry-header .category a {
  background-color:#2E73C0;
  border-radius:16px;
  color:#FFF;
  display:block;
  font-size:.875em;
  padding:0 10px;
  text-align:center;
  transition:.3s;
  width:300px;
}

.report-group .category a {
  margin-bottom:5px;
}

.report-group .category a:last-child {
  margin-bottom:0;
}

#contents .topics-contents .topics-group .category a {
  width:300px;
}

#contents .entry-header .category a {
  margin-left:10px;
  width:285px;
}

#contents .news-contents .news-group .category a:hover,
#contents .report-contents .report-group .category a:hover,
#contents .topics-contents .topics-group .category a:hover,
#contents .editor-contents .editor-group .category a:hover,
#contents .entry-header .category a:hover {
  cursor:pointer;
  text-decoration:none;
  transform:scale(1.05);
  transition:.3s;
}

#contents .news-contents .news-group .ttl,
#contents .report-contents .report-group .ttl,
#contents .topics-contents .topics-group .ttl,
#contents .editor-contents .editor-group .ttl {
  font-size:1.125em;
  letter-spacing:0;
}

.page-numbers {
  border:1px solid #2E73C0;
  border-radius:5px;
  color:#2E73C0;
  font-size:.9375em;
  font-weight:bold;
  line-height:1.5em;
  margin-right:5px;
  padding:10px 18px;
  text-decoration:none;
  transition:.3s;
}

.page-numbers.current {
  background-color:#2E73C0;
  color:#FFF;
  margin-right:5px;
  padding:10px 18px;
}

.next.page-numbers,
.prev.page-numbers {
  font-size:.9375em;
  padding:10px 18px;
  text-decoration:none;
  transition:.5s;
}

.prev.page-numbers {
  margin-right:5px;
}

a.page-numbers:hover,
.next.page-numbers:hover,
.prev.page-numbers:hover,
.cat-list a:hover {
  color:#2E73C0;
  cursor:pointer;
  text-decoration:none;
  transform:scale(1.05);
  transition:.3s;
}

#contents .anchor-box p,
#contents .anchor-box li {
  font-size:100%;
}

/* プロジェクト系 ページ下部の過去一覧 */
#contents .project-box {
  background-color:#F2F5FF;
  padding:28px 25px 10px;
}

#contents .project-box li.txt-4box {
  margin:0 26px 20px 0;
  width:calc(100% / 4 - 20px);
}

#contents .project-box li.txt-4box:nth-child(4n) {
  margin-right:0;
}

#contents .project-box li.txt-4box .link-btn {
  padding:12px;
}

#contents .project-box .project-ttl {
  font-size:130%;
  font-weight:bold;
  letter-spacing:.05em;
  margin-bottom:25px;
  text-align:center;
}

#contents .award-area .table-01 th {
  width:185px;
}

@media screen and (min-width: 960px) {
  #openMenu,
  .sp-tel {
    display:none;
  }

  .header.mobile-.header {
    height:155px;
  }

  body.mobile-view {
    margin-top:0;
  }

  .header p.sp-button a {
    background-color:#6F6F6F;
    color:#FFF;
    display:block;
    font-size:250%;
    padding:30px 15px;
  }

  p.sp-button {
    left:0;
    position:absolute;
    right:0;
    top:0;
  }

  .mobile-view #page-ttl .inner {
    padding-top:260px;
  }
}

@media (min-width: 751px) {
  /* PC時に電話番号を起動させない */ a[href*="tel:"] {
    cursor:default;
    pointer-events:none;
    text-decoration:none;
  }
}

@media screen and (max-width: 1300px) {
  #g-navi #navi-list li a {
    font-size:1em;
    padding:2px 11px 0;
  }
}

@media screen and (max-width: 1200px) {
  #g-navi #navi-list li a {
    font-size:.93em;
  }

  /*#contents .topics-group p.category {
    font-size: 0.8125em;
  }

  .topics-group {
    margin: 0 20px 20px 0;
    width: calc(100% / 4 - 15px);
  }

  .topics-group .photo img {
    object-fit: cover;
    height: 160px;
    width: 100%;
  }*/
  /* topics */
}

@media screen and (max-width: 1140px) {
  .footer-sitemap {
    max-width:890px;
  }
  #contents .bnr-list a.bnr-item .bnr-txt-box {
    width:160px;
  }

  #contents .bnr-list a.bnr-item {
    margin-bottom:20px;
  }

  #contents .bnr-list .txt-3box {
    margin-right:20px;
    width:calc(100% / 3 - 15px);
  }

  #contents .bnr-list .txt-3box:nth-child(3n) {
    margin-right:0;
  }

  #contents .table-01.committee th {
    width:270px;
  }

  #contents .table-01.committee .new-txt {
    font-size:.813em;
    line-height:1.6em;
    width:55px;
  }

  #page-ttl .inner {
    padding:173px 20px 54px;
  }

  #contents .table-01.committee .table-ttl {
    font-size:.9375em;
    line-height:1.6em;
  }

  .header .img-logo img,
  .footer .logo-area img {
    max-width:300px;
  }

  .footer .logo-area img {
    margin:0 auto;
  }

  .copyright {
    font-size:.875em;
  }

  .footer-sitemap .list-border li a {
    font-size:.875em;
    padding:0 7px;
  }

  #g-navi #navi-list li a {
    font-size:.875em;
    padding:2px 8px 0;
  }

  #contents p,
  #contents li,
  #contents th,
  #contents td {
    font-size:.9375em;
  }

  #contents p.txt-120 {
    font-size:120%;
  }

  /*.topics-group {
    width: calc(100% / 3 - 15px);
  }

  .topics-group:nth-child(3n) {
    margin-right: 0;
  }

  .topics-group:nth-child(4n) {
    margin-right: 20px;
  }

  #contents .topics-group p.ttl,
  #contents .news-contents .news-group .ttl {
    font-size: 1em;
  }

  #contents .topics-group p.day {
    font-size: 0.875em;
  }*/
}

@media screen and (max-width: 1024px) {
  #contents .anchor-area .link-btn {
    margin-bottom:20px;
  }

  #contents .bnr-list a.bnr-item .bnr-txt-box {
    font-size:1em;
    width:50%;
  }

  #contents .bnr-list .txt-3box {
    margin-right:20px;
    width:calc(100% / 2 - 11px);
  }

  #contents .bnr-list .txt-3box:nth-child(3n) {
    margin-right:20px;
  }

  #contents .bnr-list .txt-3box:nth-child(2n),
  #contents .bnr-list .txt-3box:nth-child(6n) {
    margin-right:0;
  }

  .member-list-box li {
    width:calc(100% / 7);
  }

  #g-navi #navi-list li a {
    padding:2px 5px 0;
  }

  .footer-sitemap {
    max-width:900px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  /* ページ下部 プロジェクト系一覧  */ #contents .project-box {
    padding:28px 20px 10px;
  }

  #contents .project-box li.txt-4box {
    margin:0 15px 20px 0;
    width:calc(100% / 4 - 12px);
  }

  #contents .project-box li.txt-4box .link-btn::after {
    right:5px;
  }

  #contents .award-area .table-01 th {
    width:100%;
  }

  #contents .table-01.committee th {
    width:100%;
  }

  .member-list-box li {
    width:calc(100% / 5);
  }

  #contents .member-table th {
    width:100%;
  }

  #contents h3,
  #privacy #contents h2 {
    font-size:1.35em;
    padding:18px 1em;
  }

  .news-contents .news-group {
    padding:13px;
  }

  .header-toparea .btn-area {
    display:none;
  }

  #page table.table-01.w-100.mb-40 th,
  #page table.table-01.w-100.mb-30 th,
  #page table.table-01.w-100.mb-40 td,
  #page table.table-01.w-100.mb-30 td {
    display:table-cell;
  }

  #page table.table-01.w-100.mb-40 th,
  #page table.table-01.w-100.mb-30 th {
    width:145px;
  }

  #page-ttl .inner {
    padding-top:120px;
  }

  nav #navi-list .child-menu ul {
    padding:0 15px;
  }

  #g-navi #navi-list .child-menu li a .arrow {
    margin-right:2px;
    width:18px;
  }

  .table-over {
    overflow:auto;
  }

  .table-over table.table-01,
  .table-over table.table-02 {
    min-width:660px;
    width:100%;
  }

  nav .nav-menu-link {
    display:block;
    height:50px;
    margin:-50px 0 0 auto;
    position:relative;
    width:57px;
  }

  nav .nav-menu-link::before {
    background:#FFF;
    border-left:none;
    bottom:unset;
    content:"";
    display:block;
    height:2px;
    margin:unset;
    position:absolute;
    right:20px;
    top:50%;
    transform:rotate(90deg);
    transition:all .3s ease-in-out;
    width:16px;
    z-index:1;
  }

  nav .nav-menu-link::after {
    background:#FFF;
    content:"";
    display:block;
    height:2px;
    position:absolute;
    right:20px;
    top:50%;
    transition:all .2s ease-in-out;

/*縦線*/
    width:16px;
    z-index:1;
  }

  nav #navi-list .child-menu {
    background-color:#22B8DD;
    border:none;
    border-radius:0;
    box-shadow:none;
    padding:10px 20px 25px;
    position:relative;
    width:100%;
  }

  nav #navi-list li.menu-icon .bg-menu {
    position:relative;
  }

  nav .nav-menu-link.open::before {
    transform:rotate(180deg);
  }

  nav #navi-list li a.open:after {
    opacity:0;
  }

  #breadcrumb {
    padding:0 0 50px;
  }

  header {
    transition:.5s;
  }

  .header.hide {
    transform:translateY(-185px);
    transition:.5s;
  }

  .footer-sitemap .list-border {
    margin:20px 0 25px;
  }

  .table-01 th {
    width:100%;
  }

  /* .header */
  .header .img-logo {
    width:100%;
  }

  #g-navi #navi-list li {
    background-color:#F1F9FF;
    border-top:1px solid #DEDEDE;
  }

  #g-navi #navi-list .child-menu li {
    margin-bottom:17px;
  }

  #g-navi #navi-list li::before,
  #g-navi #navi-list li:first-child::after {
    display:none;
  }

  #g-navi #navi-list li a {
    color:#333;
    font-size:.95em;
    padding:11px 25px;
    text-align:left;
  }

  #g-navi #navi-list li.sp-member {
    background-color:#FFA000;
  }

  #g-navi #navi-list li.sp-member a {
    color:#333;
  }

  #g-navi #navi-list li a:hover,
  #g-navi #navi-list li .child-menu a:hover {
    color:#FFF;
    opacity:.5;
  }

  .header .img-logo img {
    max-width:260px;
    width:100%;
  }

  /* nav */
  .mobile-view .header {
    padding-top:0;
  }

  header.no-hide {
    transform:unset !important;
  }

  .sp-icon {
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    margin-right:20px;
  }

  .ico-member,
  .ico-language,
  #openMenu {
    align-items:center;
    background-color:#2E73C0;
    border-radius:5px;
    cursor:pointer;
    display:flex;
    height:45px;
    justify-content:center;
    margin:10px 0 10px 15px;
    position:relative;
    right:0;
    width:45px;
  }

  .ico-language {
    background-color:transparent;
    border:1px solid #333;
  }

  .ico-member img,
  .ico-language img {
    width:25px;
  }

  #g-navi {
    display:none;
  }

  #g-navi.open {
    background-color:#FFF;
    display:block;
    height:auto;
    left:0;
    margin:auto;
    position:fixed;
    right:0;
    top:65px;
    width:100%;
    width:100%;
    z-index:99999;
  }

  #g-navi #navi-list {
    display:block;
  }

  .header-inner {
    align-items:center;
    display:flex;
    height:auto;
    justify-content:space-between;
    padding:0 15px;
    transition:.5s;
    width:100%;
  }

  .header-toparea {
    margin-bottom:0;
    width:65%;
  }

  .header .sp-ico {
    display:flex;
  }

  #g-navi {
    max-height:calc(100vh - 100px);
    overflow:auto;
    overflow-x:hidden;
  }

  #g-navi::before {
    display:none;
  }

  /* footer */
  .footer .address {
    border-left-width:0;
    padding:0;
    text-align:center;
    width:100%;
  }

  .footer .logo-area {
    width:100%;
  }

  .footer .inner {
    margin:0 auto;
    width:94%;
  }

  .footer .logo-area img {
    max-width:250px;
  }

  .view-button p.sp-button {
    display:none;
  }

  .footer-sitemap .list-border li:nth-child(11) a {
    border-left:none;
  }

  .footer-sitemap .list-border li a {
    font-size:.875em;
  }

  .view-button {
    clear:both;
    display:none;
    float:none;
    margin:15px 0;
    text-align:center;
    width:100%;
  }

  .view-button p.pc-button {
    background-color:transparent;
    border:solid 1px #FFF;
    box-sizing:border-box;
    color:rgb(255, 255, 255);
    display:block;
    font-size:.875em;
    letter-spacing:1.5px;
    margin:0 auto 30px;
    max-width:278px;
    padding:8px;
    position:relative;
    text-align:center;
    text-decoration:none;
    transition:.3s;
    width:100%;
  }

  .view-button p.pc-button a {
    color:#FFF;
  }

  .footer-sitemap .sp-none {
    display:none;
  }

  /* contents */
  body {
    min-width:100%;
  }

  #contents {
    padding-bottom:235px;
    padding-top:0;
  }

  /* page ttl*/
  #page-ttl {
    padding-top:0;
    text-align:left;
    width:100%;
  }

  #page-ttl .inner {
    background-position:center;
    background-size:cover;
    color:#666;
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
    padding:100px 20px 32px;
    position:relative;
    width:100%;
  }

  #page-ttl .inner h1 {
    font-size:140%;
  }

  /* hx */
  #contents h2,
  .single #contents h2 {
    box-sizing:border-box;
    font-size:1.7em;
    line-height:1.5em;
    margin-bottom:45px;
  }

  /* カラム数 */
  .txt-2box,
  .txt-2box.end,
  .img-2box,
  .img-2box-txt,
  .txt-4box,
  .txt-4box:nth-child(2n),
  .txt-3box,
  .txt-3box.end {
    margin-left:0;
    margin-right:0;
    width:100%;
  }

  /* table */
  .table-01 {
    width:100%;
  }

  .table-01 tr {
    border:1px solid #B3C9CF;
    border-top:none;
  }

  .table-01 th {
    display:block;
    margin-left:0;
    margin-right:0;
    padding:13px 20px;
    width:90%;
  }

  .table-01 td {
    border:none;
    display:block;
    padding:15px 20px;
  }

  .table-01 textarea {
    max-width:450px;
    width:95%;
  }

  .table-01 th.need {
    padding-bottom:10px;
    padding-left:2%;
    padding-right:0;
    padding-top:10px;
    width:98%;
  }

  .table-01 th.no-need {
    padding-bottom:10px;
    padding-left:calc(4% + 30px);
    padding-right:0;
    padding-top:10px;
    width:calc(96% - 30px);
  }

  .table-01.w-100 th {
    box-sizing:border-box;
    width:100%;
  }

  .table-02 th,
  .table-02 td {
    padding:10px;
  }

  #contents .table-column th,
  #contents .table-column td {
    display:table-cell;
  }

  /* view-none */
  .pc-none {
    display:block;
  }

  .pc-none.inline {
    display:inline;
  }

  .sp-none,
  .sp-none.inline {
    display:none;
    margin:-.5em 0 -1em 0;
    padding:0;
    position:relative;
  }

  #topcontrol {
    /* pagetopへ戻るボタン。jsのため!importantを使用 */
    display:none !important;
  }

  body #contents {
    padding-bottom:220px;
  }

  /* ==========================================================================
br
========================================================================== */
  .br-959 {
    display:block;
  }

  /* topics */

  .news-contents .news-group .txt-box,
  .report-contents .report-group .txt-box,
  .topics-contents .topics-group .txt-box,
  .editor-contents .editor-group .txt-box {
    flex-wrap:wrap;
  }

  #contents .topics-contents .topics-group .category a,
  #contents .news-contents .news-group .day,
  #contents .news-contents .news-group .category,
  #contents .news-contents .news-group .ttl,
  #contents .report-contents .report-group .day,
  #contents .report-contents .report-group .category,
  #contents .report-contents .report-group .ttl,
  #contents .topics-contents .topics-group .day,
  #contents .topics-contents .topics-group .category,
  #contents .topics-contents .topics-group .ttl,
  #contents .editor-contents .editor-group .day,
  #contents .editor-contents .editor-group .category,
  #contents .editor-contents .editor-group .ttl {
    width:100%;
  }

  #contents .news-contents .news-group .category a,
  #contents .report-contents .report-group .category a,
  #contents .topics-contents .topics-group .category a,
  #contents .editor-contents .editor-group .category a,
  #contents .entry-header .category a {
    margin-top:6px;
    width:100%;
  }
}

/*@media screen and (max-width: 850px) {
  .topics-group {
    width: calc(100% / 2 - 15px);
  }

  .topics-group:nth-child(3n) {
    margin-right: 20px;
  }

  .topics-group:nth-child(2n) {
    margin-right: 0;
  }
}*/
@media screen and (max-width: 768px) {
  /* ==========================================================================
br
========================================================================== */.br-768 {
    display:block;
  }
}

@media screen and (max-width: 767px) {
  /* ページ下部 プロジェクト系 一覧 */ #contents .project-box li.txt-4box {
    width:calc(100% / 2 - 8px);
  }

  #contents .project-box li.txt-4box:nth-child(2n) {
    margin-right:0;
  }

  #contents .project-box li.txt-4box .link-btn::after {
    right:2px;
  }

  #contents .bnr-list a.bnr-item .bnr-txt-box {
    font-size:.938em;
  }

  #page table.table-01.w-100.mb-40 th,
  #page table.table-01.w-100.mb-30 th,
  #page table.table-01.w-100.mb-40 td,
  #page table.table-01.w-100.mb-30 td {
    display:block;
  }

  #page table.table-01.w-100.mb-40 th,
  #page table.table-01.w-100.mb-30 th {
    width:100%;
  }
}

@media screen and (max-width: 750px) {
  #contents a[href*="tel:"] {
    color:#21A4D4;
  }
}

@media screen and (max-width: 640px) {
  .member-list-box li {
    width:calc(100% / 4);
  }

  .br-640 {
    display:inline-block;
  }
}

@media screen and (max-width: 559px) {
  ul.cat-list {
    gap:10px;
  }
  ul.cat-list a {
    font-size:14px;
    padding:4px 15px;
  }
  #contents td.fixed {
    border-left:1px solid #B3C9CF;
    left:0;
    position:sticky;
    z-index:1;
  }

  #contents td.fixed::before {
    border:1px solid #B3C9CF;
    content:"";
    height:100%;
    left:-1px;
    position:absolute;
    top:-1px;
    width:100%;
    z-index:1;
  }

  .table_over table {
    border-left:1px solid #B3C9CF;
    margin-left:1px;
    width:580px;
  }

  #contents .anchor-area .link-btn {
    margin-bottom:15px;
  }

  #page-ttl .inner {
    padding:100px 15px 32px;
  }

  #contents .box-mb {
    margin-bottom:50px;
  }

  #contents .bnr-list a.bnr-item {
    margin-bottom:15px;
  }

  #contents .bnr-list a.bnr-item .bnr-txt-box {
    font-size:1em;
  }

  #contents .bnr-list .txt-3box {
    margin-right:0;
    width:100%;
  }

  #contents .bnr-list .txt-3box:nth-child(3n) {
    margin-right:0;
  }

  #contents .bnr-list a.bnr-item img {
    border-radius:10px;
    height:33vw;
    object-fit:cover;
  }

  #contents .table-01.committee .table-ttl {
    width:85px;
  }

  #contents .table-01.committee .table-txt {
    width:calc(100% - 95px);
  }

  .member-list-box {
    padding:30px 15px;
  }

  .member-list-box li {
    width:calc(100% / 3);
  }

  #contents img.qr-img {
    max-width:200px;
    width:50%;
  }

  #contents .entry-header .day {
    margin-bottom:15px;
  }

  #contents .entry-header .category,
  #contents .entry-header .category a {
    margin-left:0;
    width:100%;
  }

  #contents ol {
    padding-left:26px;
  }

  .table-01 th,
  .table-01 td {
    padding:13px 15px;
    word-break:break-all;
  }

  .entry-header .photo {
    text-align:center;
  }

  #contents h2,
  .single #contents h2 {
    font-size:1.45em;
    margin-bottom:35px;
  }

  #breadcrumb {
    padding:0 0 40px;
  }

  #contents h4 {
    font-size:1.15em;
    margin-bottom:20px;
  }

  #contents h3,
  #privacy #contents h2 {
    font-size:1.2em;
    margin-bottom:25px;
    padding:15px 10px;
  }

  .link-btn {
    max-width:100%;
    padding:12px;
  }

  .page-num-list {
    margin-bottom:30px;
  }

  .page-numbers,
  .next.page-numbers,
  .prev.page-numbers {
    font-size:85%;
    margin-bottom:10px;
  }

  #g-navi #navi-list li a {
    padding:10px 20px;
  }

  .news-contents .news-group,
  .topics-contents .topics-group {
    padding:13px 10px;
  }

  #contents .news-contents .news-group .day,
  #contents .topics-contents .topics-group .day {
    font-size:.875em;
    margin-right:10px;
  }

  #contents .topics-group p.ttl,
  #contents .news-contents .news-group .ttl,
  #contents .top-news-area .news-box .txt-right {
    font-size:.9375em;
  }

  /*#contents .topics-group p.ttl,
  #contents .topics-group p.day {
    padding: 0 15px;
  }

  #contents .topics-group p.category {
    font-size: 0.875em;
  }

  .topics-group,
  .topics-group:nth-child(3n) {
    margin-right: 0;
    width: 100%;
  }*/
  .topics-contents .topics-group .txt-box {
    display:block;
  }

  .topics-contents .topics-group .txt-box .category {
    margin-top:5px;
  }

  .header-inner {
    padding:0 10px;
  }

  .footer .logo-area img {
    max-width:210px;
  }

  .footer-detail {
    margin-bottom:30px;
  }

  .header-toparea {
    max-width:220px;
    width:60%;
  }

  #openMenu {
    width:45px;
  }

  #contents .inner {
    width:93%;
  }

  #contents .inner.page-contents.mb-50 {
    margin-bottom:35px;
  }

  body #contents {
    padding-bottom:270px;
  }

  .view-button {
    display:block;
  }

  /* ==========================================================================
br
========================================================================== */
  .br-559 {
    display:block;
  }
}

@media screen and (max-width: 430px) {
  /* ==========================================================================
br
========================================================================== */.br-430 {
    display:block;
  }
}

@media screen and (max-width: 414px) {
  /* ==========================================================================
br
========================================================================== */.br-414 {
    display:block;
  }
}

@media screen and (max-width: 390px) {
  /* ==========================================================================
br
========================================================================== */.br-390 {
    display:block;
  }
}

@media screen and (max-width: 375px) {
  /* ==========================================================================
br
========================================================================== */.br-375 {
    display:block;
  }
}

/* 管理画面ログイン後 上部メニューの固定化 */
#wpadminbar {
  position:fixed;
}

.grecaptcha-badge {
  display:none !important;
}
