@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-y: scroll;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
	padding-top:120px;
  background-color: white;
  color: black;
/*
  margin-top: 120px;
*/
  font-family: sans-serif;
  overflow-x: hidden;
}

a.logo img {
  height: 120px;
  width: auto;
  max-width: 100%;
}

header {
  background-color: #000080;
  color: white;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding-right: 1em;
}

.nav__items {
  display: flex;
  position: absolute;
  top: 60px;
  right: 15px;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px; /* メニューのマージン */
}

.nav__items a {
  color: white;
  background: #005599;
  text-decoration: none;
  font-size: 18px;
  display: block;
  height:32px;
  padding: 3px 15px 0 10px;
  border-radius: 5px; /* 少し角を丸めて美しい見た目に */
}

.nav__items a.nav__item--active {
  background: #3399cc;
}

.nav__items a:hover {
  color: white;
  text-decoration: underline;
  font-size: 18px;
}

.nav__items a.nav__image-link {
  background: none;
  padding: 0;
}

.nav__items a img {
  width: 30px;
  height: 30px;
  padding: 2px 0 0 0 ;
  background: #000080;
}

footer {
  background-color: #66CCFF;
  color: black;
  min-height: 100px;
  text-align: center;
  padding: 0.5em;
}

/* リンクに太字やテキストシャドウを適用 */
footer a {
  color: black;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: white;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 12px;
}

.hamburger span:nth-child(2) {
  top: 23px;
}

.hamburger span:nth-child(3) {
  top: 34px;
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 23px;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
}

@media (max-width: 935px) {
  .hamburger {
    display: flex;
  }

body {
	padding-top:60px;
}

	header {
	  height: 60px;
	}
	.header__title {
	  height: 60px;
	}
	a.logo img {
	  height: 60px;
	  width: auto;
	  max-width: 100%;
	}


  .nav__items {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    background-color: #000080;
    padding: 10px 0;
    z-index: 999;
  }

  .nav__items.active {
    display: flex;
  }

  .nav__items li {
    width: 100%;
    text-align: center; /* リストアイテム全体の中央寄せを保証 */
    margin: 0;
    padding: 5px 10px;
  }


  .nav__items a img {
    display: block; /* 画像をブロック要素に変更 */
    margin: 0 auto; /* 自動マージンで画像を中央寄せ */
    width: 30px;
    height: 30px;
    background: #000080;
  }
}


ul.nav__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**/

/* ◆ 表*/
table {
line-height:  100%;
border-collapse: separate;  border-spacing: 0;
width: 90%;
margin-left:  2em;
margin-bottom:  30px;
}
th, td  {
padding: 10px 20px;
color: #000000;
}
th {
font-weight: 400;
}
.basic_table_small {
font-size: 90%;
}
.basic_table_small p {
padding-left:  0.5em;
padding-right: 0.5em;
padding-bottom: 0.2em;
}

.basic_table th, .basic_table_small tr.thtop th {
text-align: left;
font-size: 100%;
background: #aaccdd;
/*
border-top: 2px solid #006699;
border-bottom: 1px solid #FFF;
*/
margin: 1em;
}
.basic_table td, .basic_table_small td, .basic_table_small th {
background: #eeffff;
border-top: 3px solid #FFF;
}
.basic_table_small td, .basic_table_small tr.thtop th {
text-align:      center;
}
.basic_table_small td p{
text-align:      left;
}
.basic_table_small th {
text-align:      left;
}

.basic_table_small  tr.thtop th.recommend {
background: #aaccff;
}
.basic_table_small td.recommend {
background: #ddeeff;
}


tr {
border-style:    solid;
margin-bottom:    1pt;
}



.nowrap {
white-space: nowrap;
}
/* 固定ヘッダーの高さが 80px の場合 */
[id] {
  scroll-margin-top: 120px;
}


/* ◆ その他のスタイル*/
h1 {
padding-left:1em;
font-size:  28pt;
border-bottom: red 1px solid;
}
h2 {
font-size:  18pt;
}
h3 {
font-size:  16pt;
}

h4 {
margin-top:      0.5em;
}

h5,h3.s5 {
color:        #0066AA;  /* 青 */
background-color:  white;
padding-left:    10pt;
}

h2, h3, h4, dt {
padding-top:    0.4em;
padding-bottom:    0.1em;
padding-left:    0.5em;
}

/* 形状 */
/* top and left line */
h2 {
color:        #0066aa;  /* 青 */
background-color:  #ffffff;
border-top:      none;
border-left:    none;
border-bottom:    #22AAFF solid 1px;
border-right:    none;
margin:   2em 0 1em 0;
}

h3, h4, dt {
color:        #0066AA;  /* 青 */
background-color:  #ffffff;
border-top-width:  0pt;
margin:   1.5em 10px 1em 0.5em;
padding: 0;
}

h3 {
border-style: solid;
border-color: #22AAFF;
border-width: 0 0 1px 0;
}

.update h3, h4, dt {
border-style:    none;
}

h5, h6 {
margin-left:    2em;
}

dl {
padding-bottom: 1em;
}
dt {
font-weight:    normal;
}

dd {
padding-top: 0.4em;
padding-left: 3em;
padding-right: 1em;
padding-bottom: 0.4em;
}


ul,ol {
margin: 1em 0.2em 1em 1em;
padding: 0;
}

li {
text-indent:  0.5em;
margin:   0.9em 0em 0.5em 1em;
padding: 0;
}
p {
text-indent:  0.5em;
margin:       0.5em;
line-height:  150%;
}
li p {
margin-left:  0;
line-height:  110%;
padding: 0;
}

pre {
font-family:    monospace;
}
blockquote, pre {
border-style:    solid;
border-color:    black;
border-top-width:  1px;
border-bottom-width:  0pt;
border-left-width:  1pt;
border-right-width:  0pt;
padding-top:    1em;
padding-bottom:    1em;
padding-left:    1em;
padding-right:   10px;
margin-left:    4em;
font-style:      normal;
background-color:  #ddddff;  /* lemon yellow */
}

q {background-color: #f0f0f0;}

address {
margin-top:      1em;
margin-bottom:    1em;
font-style:      normal;
text-align:      right;
}


div.note {
text-indent:    0em;
border-style:    dotted;
border-color:    #0000ff;
padding-top:    0.1em;
padding-left:    0.5em;
padding-right:    10px;
padding-bottom:    0.1em;
margin-top:      0.1em;
margin-left:    1.5em;
margin-right:    10px;
margin-bottom:    0.1em;
}


.imageright {
float:        right;
margin:       1em;
padding:      0em;
border:       0em;
}
div.wrap {
  display: flex; /* 横並びレイアウトに変更 */
  align-items: flex-start; /* アイテムを上揃え */
}

div.wrap div {
  flex: 1; /* テキスト部分を左半分に広げる */
  padding-right: 1em;
}

div.wrap img {
  max-width: 100%;
  height: auto; /* 画像が親の幅を超えないよう調整 */
}

.image {
  flex: 1; /* 画像部分を右半分に割り当て */
  text-align: right; /* 画像を右寄せに */
  margin: 1em 0; /* 上下に余白を適用 */
}

.imageright img, .image img { 
  padding: 10px 15px; /* 既存のパディングを維持 */
  background-color: #ffffff;
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  border-width: 1px;
  border-style: solid;
}

.nodisplay {
display: none;
}

.accent, .new {
color:        #ee4400;
}
.new {
font-size: 60%;
}
.sideTextBox .accent {
color:        #2378AB;
}

.quote {
margin-top:      2em;
margin-left:    2em;
margin-bottom:    2em;
}


.indent {
padding-left:    3em;
padding-top:   1em;
padding-right:   1em;
padding-bottom:    1em;
}

@media (max-width: 935px) {
.indent {
padding-left:    1em;
padding-top:   1em;
padding-right:   1em;
padding-bottom:    1em;
}
}

.right {
margin-right:   10px;
text-align:      right;
}

.socialbuttons {
margin:   0 10px 10px 0;
text-align:      right;
}

.left {
margin-left:    0;
text-align:      left;
}

.center {
text-align:      center;
}

.line {
text-decoration: line-through;
}

.subtitle {
font-size:      7pt;
text-align:      left;
}
.hilight {
background-color:  #ffffaa;
line-height:  120%;
}

.small {
font-size: 80%;
}
.purple {
background-color:  #eeddff;
}
.blue {
background-color:  #ddddff;
}
.bluegreen {
background-color:  #aaffff;
}
.green {
background-color:  #aaffaa;
}
.yellowgreen {
background-color:  #ddffaa;
}
.yellow {
background-color:  #ffffaa;
}
.orange {
background-color:  #ffddaa;
}
.red {
color:  #ff0000;
}

.nodisplay {
display:none;
}
.topmenu {
list-style-type: square;
}

ul.smallmargin {
margin: 0;
padding: 0;
font-size: 80%;
}
ul.smallmargin li{
margin: 0;
padding: 0;
}


.googlemap {
flex:none;
width:100%;
height:500px;
padding: 1em 0;
}
.googlemap iframe {
  width: 100%; /* iframeを親要素いっぱいに広げる */
  height: 100%; /* 高さも適切に適用 */
  border: 0; /* 不要な枠を削除 */
}



.twitter iframe, .twitter .twitter-timeline{
max-width: 100% !important;
}
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
font-size: 10.5pt !important;
line-height: 14pt!important;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
font-size: 10.5pt !important;
line-height: 14pt!important;
}

.facebook-box{
border: 0;
background-color: transparent;
overflow:hidden; 
width:275px; 
height:427px;
}

ul.list-nodot {
  list-style-type: none;
}


.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding: 1em;
}

@media (min-width: 935px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

.card {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 1.5em;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.card h3 {
  font-size: 1.2em;
  margin-top: 0;
}

.card ul {
  padding-left: 1.2em;
  margin: 0.8em 0 0;
}

.card a {
  display: inline-block;
  margin-top: 0.8em;
  color: #007acc;
}

.fade-in-all > * {
  opacity: 0;
  transform: translateY(20px); /* 下からふわっと */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-all.visible > * {
  opacity: 1;
  transform: translateY(0);
}



* {
/*
  outline: 1px solid red;
*/
}

