@charset "utf-8";

body {
  font-family: "Arial", "メイリオ";
  font-size: 15px;
  margin: 10px;
  padding: 0;
  background-repeat: repeat;
  background-image: url("/img/bg1.webp");
  background-size: 150px auto;
}

@media (prefers-color-scheme: dark) {
  body {
    background-image: url("/img/bg2.webp");
    color: #f5f5f5;
	a:link { color: #1e90ff; }
	a:visited { color: #ee82ee; }
	a:hover { color: #ff7f50; }
	a:active { color: #ff4500; }
  }
  .daikoku {
	color: white;
	font-weight: bold;
  }
}

blockquote {
  font: century;
  border: 2px;
  font-family: "serif", "メイリオ";
}

ul.ul1 {
margin-bottom: 10px;
}

.italic {
	font-style: oblique;
	font-weight: bold;
}

.amzn {
text-align: center;
background-color: #A5DDA9;
color: white;
}

.indent {
margin-left: 30px;
}

.wrapper {
    max-width: 94%;
    margin: 0 auto;
}
section {
    padding: 1px 0;
}

.accordion {
    max-width: 500px;
    margin-bottom: 2px;
    border: 1px solid #2589d0;
    border-radius: 0px;
}

/* ---　デフォルトは display: list-item; (三角形のアイコン表示) ----- */
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
/*
    padding: 1em 2em;
*/
    padding: 0.5em 0.5em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%232589d0%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(1em - 12px) center;
    background-size: 16px;
    background-repeat: no-repeat;
    color: #2589d0;
    font-weight: 300;
    cursor: pointer;
}

/* ---- safariで表示される擬似要素をリセット ----- */
.accordion summary::-webkit-details-marker {
    display: none;
}


.accordion summary::after {
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: transform .3s;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion p {
    margin: 0;
    padding: 0 2em 1.5em;
}

.bold {
	font-weight: bold;
}

a {
    text-decoration: none;
}

ul {
  padding-left: 30px; /* 必要に応じて左側の余白を調整 */
  padding-right: 10px; /* 必要に応じて左側の余白を調整 */
}

li {
  padding-left: 1px; /* リストマークとテキストの間隔を調整 */
  padding-top: 3px;
  padding-bottom: 3px; /* リスト項目の上下の余白を調整 */

}

.tablefontsize {
	font-size: xx-small;
}

.search-form {
   position: absolute;
   top: 10px;
   left: 30px;
   width: 30%;
}

.lock_container {
    display: inline-flex;
	align-items：center;
    min-height: 25px;
}

.lock_box1 {
    align-self: center;
    margin-left: 15px;
}

.lock_box2 {
    align-self: center;
    margin-left: 5px;
    line-height: 1.1em;
    font-size: x-small;
}

.logo_container {
    display: inline-flex;
	align-items：center;
    min-height: 50px;
}

.logo_box1 {
    align-self: center;
}

.logo_box2 {
    align-self: center;
    margin-left: 5px;
    line-height: 0.1em;
}

.logo_box2_1 {
    font-size: x-small;
    font-weight: bold;
}

.QR_container {
    display: inline-flex;
	align-items：center;
    min-height: 100px;
}

.QR_box1 {
    align-self: center;
}

.QR_box2 {
    align-self: center;
    margin-left: 5px;
    font-size: small;
}
.cmnt_s {
    font-size: small;
}
.cmnt_sb {
    font-size: small;
    font-weight: bold;
}

.cmnt_xs {
    font-size: x-small;
}

.cmnt_xsb {
    font-size: small;
    font-weight: bold;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
    margin-left: 3px;
}
 h3 {
    font-size: 1.2em;
    margin-top: 18px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.logo_title {
    font-size: 1.4em;
    font-weight: bold;
}

.recommended {
    margin-left: 10px;
}

.recommended_ul {
  list-style: none; /* リストの点を消す */
  padding-left: 25px; /* 必要に応じて左側の余白を調整 */
}

.recommended_li {
  list-style-image: url('/img/check.png'); /* アイコン画像を設定 */
  margin-bottom: -5px; /* リスト項目の間の余白 */
}
