@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}
div.container{
  width: 1100px;
  margin: auto;
}
div.top{
  font-style: 20px;
  text-align: center;
}
div.center{
  text-align: center;
  margin: 2px auto;
  font-size: 19px;
}
div.center_f30{
  text-align: center;
  margin: 2px auto;
  font-size: 35px;
  font-weight: bold;
}
div.center_f26b{
  text-align: center;
  margin: 2px auto;
  font-size: 26px;
  font-weight: bold;
}
div.center_ll_waku{
  text-align: center;
  margin: auto;
  border-top: solid 20px #ffa07a;
  border-bottom: solid 20px #ffa07a;
  font-size:40px;
  height: 100px;
  line-height: 60px;
  vertical-align:center;
  font-weight: bold;
  padding: 0px 10px;
}

/* ここから新規 */
/* スライドショー */
*{
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  padding: 30px 50px;
}
/* スライドする要素 */
.content {
  width: 150px;
  height: 150px;
}
/* .content:nth-child(1) {
  background-color: tomato;
}
.content:nth-child(2) {
  background-color: orange;
}
.content:nth-child(3) {
  background-color: blue;
}
.content:nth-child(4) {
  background-color: green;
} */
/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 200px;
  margin-bottom: 10px;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

table.nidan{
  width: 1100px;
}
td.left_360px{
  width: 360px;
  vertical-align: top;
}
td.right_640px{
  padding-left: 20px;
  width: 740px;
  vertical-align: top;
}
div.d_gold{
  background-color: rgb(145, 77, 0);
  text-align: center;
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
  color: yellow;
}
div.gold{
  background-color: gold;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.name{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
div.sell{
  width: 350px;
  border-radius: 10px;
  font-size: 21px;
  line-height: 30px;
  background-color: white;
  margin: 10px auto;
  padding: 8px 8px;
  overflow-wrap: break-word;
}
a.deco{
  text-decoration: none;
  color: black;
}
div.d_red{
  background-color: red;
  text-align: center;
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
  color: yellow;
}
div.pink{
  background-color: pink;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.d_blue{
  background-color: blue;
  text-align: center;
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
  color: yellow;
}
div.blue{
  background-color: rgb(167, 195, 255);
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.d_green{
  background-color: green;
  text-align: center;
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
  color: yellow;
}
div.green{
  background-color: greenyellow;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}


/* ここまで新規 */




































p.bun{
  font-size:20px;
  padding: 2px 20px;
  margin: 2px auto;
}

div#ans_w{
  font-weight : bold;
  font-size: 28px;
  text-align: center;
  padding: 6px 0;
  margin: 0 10px;
}
.hidari{
  padding: 10px 10px 10px 20px;
  vertical-align: top;
}
.migi{
  padding: 10px 10px 10px 20px;
  vertical-align: top;
}
.naka{
  padding: 10px 10px 10px 20px;
  vertical-align: top;
}

span.bold{
  font-size: 23px;
  font-weight: bold;
}


span.red{
  color: red;
}
span.red_bold{
  color: red;
  font-weight: bold;
  font-size: 23px;
}

.center a{
  color: black;
  text-decoration:none;
}

img{
  margin: 0;
  padding: 0;
  vertical-align:bottom;
}
footer{
  line-height : 30px;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 60px;
}
div.photo{
  text-align: center;
  margin: 20px 0px 20px 0px;
}

div.next{
  margin: 30px auto;
  width:300px;
}

h1{
  font-size: 30px;
text-align: center;
}

div.cm{
  font-size: 15px;
  text-align: center;
}

/* ＳＮＳ */
/*---SNSシェアボタン---*/
/* ボタン上の文字 */
.fa-twitter:before, .fa-hatena:before, .fa-line:before, .fa-pocket:before
{
  font-family: helvetica neue,helvetica,arial,sans-serif;
  font-weight: bold;
  /* font-size:14px */
}
.fa-facebook:before {
  content: "f";
  font-family: Verdana;
  font-size:25px;
  font-weight: bold
}
.fa-twitter:before {
  content: "twitter";
  font-size:25px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
}
.fa-line:before {
  content: "Line";
  font-size:25px;
}
.fa-pocket:before {
  content: "pocket";
}

/* ボタン表示位置の調整 */
.button-area {
  text-align: center;
  overflow:hidden;
  /* clear:left; */
  margin-top:15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* タイトルの表示設定 */
.button-area-title {
  text-align: center;
  padding:.7em;
}

/* ボタンブロックのデザイン */
.button-area li a {
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px; 
}

/* SNSごとの背景色 */
.twitter a {
  background-color: #55acee;
}
.facebook a{
  background-color: #3b5998;
}
.hatena a{
  background-color: #008fde;
}
.line a{
  background-color: #1dcd00;
}
.pocket a{
  background-color: #ea5a6c;
}

/* リスト「・」の削除 */
.button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボタン幅と余白の設定 */
.button-area li {
  float: left;
  /* width: 19%; */
  width: 32%;
/* 追加 */
  line-height: 38px;
  margin: 0 .3%;

}

.button-area  ul:after {
  display: block;
  clear: both;
}

/* ボタンにカーソルを合わせた時の表示設定 */
.button-area li a:hover {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* ＳＮＳボタンここまで */








/* ここから横並びメニュー */
/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
  margin: 0px;               /* メニューバー外側の余白(ゼロ) */
  padding: 0px 0px 0px 15px; /* メニューバー内側の余白(左に15px) */
  background-color: #cc0000; /* バーの背景色(濃い赤色) */
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
  width: 220px;          /* メニュー項目の横幅(125px) */
  display: inline-block; /* ★横並びに配置する */
  list-style-type: none; /* ★リストの先頭記号を消す */
  position: relative;    /* ★サブメニュー表示の基準位置にする */
}
ul.ddmenu a {
  background-color: #cc0000; /* メニュー項目の背景色(濃い赤色) */
  color: white;              /* メニュー項目の文字色(白色) */
  line-height: 80px;         /* メニュー項目のリンクの高さ(40px) */
  font-size: 24px;
  text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
  text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
  font-weight: bold;         /* 太字にする */
  display: block;            /* ★項目内全域をリンク可能にする */
}
ul.ddmenu a:hover {
  background-color: #ffdddd; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
  color: #dd0000;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが2階層以上ある場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover > ul {
  display: block;         /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
  margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
  display: none;       /* ★標準では非表示にする */
  position: absolute;  /* ★絶対配置にする */
}

/* -------------------------------- */
/* ▼サブメニュー(以降の)項目の装飾 */
/* -------------------------------- */
ul.ddmenu ul li {
  width: 220px;               /* サブメニュー1項目の横幅(135px) */
  border-top: 1px solid pink; /* 項目上側の枠線(ピンク色で1pxの実線) */
}
ul.ddmenu ul li a {
  line-height: 60px;   /* サブメニュー1項目の高さ(35px) */
  text-align: left;    /* 文字列の配置(左寄せ) */
  padding-left: 20px;   /* 文字列前方の余白(5px) */
  font-weight: normal; /* 太字にはしない */
}
ul.ddmenu ul li a:hover {
  background-color: #ffff80; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
  color: #005500;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

/* ----------------------------------- */
/* ▼3階層目以降(孫メニュー以降)の装飾 */   /* ※下ではなく横(右)に表示します。 */
/* ----------------------------------- */
ul ul.a2 ul {
  /* ul.ddmenu ul ul { */
  margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
  display: none;       /* ★標準では非表示にする */
  position: absolute;  /* ★絶対配置にする */
  top: -1px;           /* 1pxだけ上方向にずらす(※上に1pxの枠線を引いている場合) */
  /* left: 100%;          ★基準位置からの距離を親ボックスの幅100％にする */
  left: 100%;
  border-left: 1px solid pink; /* 左側に引く枠線(ピンク色で1pxの実線) */
}
ul ul.a1 ul {
  margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
  display: none;       /* ★標準では非表示にする */
  position: absolute;  /* ★絶対配置にする */
  top: -1px;           /* 1pxだけ上方向にずらす(※上に1pxの枠線を引いている場合) */
  right: 100%;          /* ★基準位置からの距離を親ボックスの幅100％にする */
  border-left: 1px solid pink; /* 左側に引く枠線(ピンク色で1pxの実線) */
}
div.policy{
  width: 320px;
  text-align: center;
  font-size: 20px;
  margin: 10px auto;
  padding: 10px;
  background-color: #3b5998;
  color: white;
}
div.policy a{
  font-size: 20px;
  color: white;
}