@charset "utf-8";

/* =================================================================
		#base Setting
================================================================= */

html {
  font-size: 62.5%;
  line-height: 1.8;
  overflow: auto;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  overflow: hidden;
  background: #f7eb00 url(../img/wave.png) right -34vw top 34vh / 120% auto no-repeat;
}

div,
ul,
ol {
  text-align: left;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}



/* =================================================================
		#link text
================================================================= */

a:link {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:visited {
  color: #000;
}

/* link text for desktop */

@media print,
screen and (min-width: 768px) {

  a:hover {
    color: #2f58a7;
  }

  a:active {
    color: #2f58a7;
  }

}


/* =================================================================
		#common
================================================================= */

.pc {
  display: none;
}

.sp {
  display: block;
}

.page-top {
  width: 54px;
  height: 54px;
  position: fixed;
  right: -240px;
  bottom: 18px;
  opacity: 0;
}

.page-top a {
  display: block;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0.8);
  text-indent: -9999px;
  position: relative;
  transition: 0.3s;
  border-radius: 50%;
}

.page-top a:hover {
  background: rgba(44, 44, 44, 0.8);
  transition: 0.2s;
}

.page-top a::before,
.page-top a::after {
  position: absolute;
  top: 44%;
  left: 55%;
  margin: auto;
  content: "";
}

.page-top a::before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #b9b9b9;
  border-right: 2px solid #b9b9b9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translate(-50%, -50%);
}

/* for mobile */
@media screen and (max-width: 767px) {

  .page-top {
    transform: scale(0.8, 0.8);
    transform-origin: bottom right;
  }


}

/* for desktop */

@media print,
screen and (min-width: 768px) {

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

}


/* =================================================================
		#layout
================================================================= */

.wrap {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

footer {
  width: 90%;
  text-align: center;
  margin: 64px auto 140px;
}

.foot-nav-list {
  font-size: 1.3rem;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.foot-nav-list li {
  width: 48%;
  margin-bottom: 16px;
  border-bottom: 1px solid #b5ae20;
}

.foot-nav-list li a {
  display: block;
  text-align: center;
  padding: 4px;
}

.foot-fish {
  margin-bottom: 32px;
}

.foot-fish h3 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.foot-fish-list {
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.foot-fish-list li {
  width: auto;
  display: inline-block;
  margin: 0 .35em .6em;
}

/* Layout for tablet

body.tablet,
body.tablet #wrap {
 min-width: 1040px;
}

body.tablet #wrap {
 opacity: 1;
}

body.tablet #key .inner {
 padding-top: 60%;
}
 */

/* =================================================================
		#home
================================================================= */

.hero {
  margin: 32px auto 32px;
  position: relative;
}

.hero-title {
  text-align: center;
  line-height: 1.5;
  display: block;
}

.hero-ico {
  width: 64px;
  margin: 0 auto;
}

.hero-ico img {
  width: 100%;
}

.hero-appname {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.hero-baloon {
  width: 22%;
  position: absolute;
  left: 7%;
  top: -13vw;
}

.hero-baloon img {
  width: 100%;
}

/*
.hero-baloon:before {
 content: "";
 position: absolute;
 top: 100%;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 10px 10px 0 0;
 border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}

.hero-baloon p {
 font-size: 4vw;
 -webkit-font-feature-settings: "palt";
 font-feature-settings: "palt";
 letter-spacing: 0.05em;
 text-align: center;
 margin: 0;
 padding: 0;
}
*/

.hero-catch {
  text-align: center;
  position: relative;
}

.hero-catch h1 {
  font-size: 1.4rem;
}

.hero-catch h1 span {
  font-size: 1.6rem;
}

.hero-chara {
  width: 34%;
  margin: -4rem 0 0 auto;
  position: relative;
  animation: hero-chara 0.5s linear 1;
  animation-fill-mode: forwards;
}

.hero-chara img {
  width: 100%;
}

@keyframes hero-chara {
  0% {
    right: -32vw;
    transform: rotate(40deg);
  }

  100% {
    right: -7vw;
    transform: rotate(0deg);
  }
}

.hero-download {
  margin: 0 auto 32px;
}

.download-txt {
  width: 85%;
  max-width: 320px;
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 16px;
  padding: 0 2%;
  position: relative;
  /* background: url(../img/baloon.png) center top / 100% auto no-repeat;*/
  box-sizing: border-box;
}

.download-txt em {
  font-size: 1.4em;
}

.download-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.download-list li {
  width: 60%;
  margin: 0 auto 16px;
}

.download-list a {
  width: 100%;
  display: block;
  margin: 0 auto;
  line-height: 0;
  background-color: #fff;
  border-radius: 5px;
}

.download-list a img {
  width: 100%;
  transition: 0.3s;
}

.download-list a img:hover {
  opacity: .7;
  transition: 0.3s;
}

.hero-chara-pc {
  display: none;
}

.hero-chara-sp {
  width: 86%;
  margin: -10vh auto 16px;
  position: relative;
}

.hero-chara-sp .txt {
  width: 72%;
  position: absolute;
  left: 14%;
  top: 11%;
  font-size: 4.5vw;
  line-height: 1.5;
}

.hero-chara-sp .txt br {
  display: none;
}

.hero-chara-sp img {
  width: 100%;
}

.home-sec {
  margin: 0 auto 64px;
  width: 90%;
  box-sizing: border-box;
}

.home-sec h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
}

.home-sec .txt {
  margin-bottom: 16px;
}

.home-sec p {
  font-size: 1.4rem;
  text-align: left;
}

.home-sec ul {
  font-size: 1.4rem;
  display: inline-block;
  margin: 8px auto;
}

.home-sec ul li {
  list-style: disc inside;
}

.home-dictionary-feature {
  text-align: center;
}

.home-sec-03-caution {
  margin-top: 32px;
}

.mobile {
  width: 70%;
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

.mobile img {
  width: 100%;
}

.mobile-number {
  background-color: #2f58a7;
  color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: -2.8em;
  top: -2.8rem;
}

.mobile-number p {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}

.mobile-number em {
  font-size: 1.2em;
}

.pct-screen {
  width: 80%;
  margin: 0 auto;
  padding: 16px;
  box-shadow: 0 1px 16px 0 rgba(102, 98, 11, 0.3);
  border-radius: 20px;
  box-sizing: border-box;
}

.pct-screen img {
  width: 100%;
}

.home-sec-01 {
  width: 100%;
  padding: 48px 5% 40px;
  background: #f0dc00;
}

.home-sec-04 {
  width: 100%;
}

.home-sec-04 .txt {
  width: 90%;
  margin: 0 auto;
}

.home-sec-05 {
  width: 100%;
  padding: 48px 5% 40px;
  background: #fff414;
}

.aboutad {
  width: 90%;
  margin: 0 auto 32px;
  text-align: center;
}

.aboutad p {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 12px 14px;
  color: #333;
  font-size: 1.4rem;
  border: solid 5px #fff;
  box-sizing: border-box;
  text-align: center;
}

.aboutad p:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #f7eb00;
  z-index: 2;
}

.aboutad p:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #fff;
  z-index: 1;
}

.aboutad-chara {
  width: 30%;
  margin: 0 auto;
}

.aboutad-chara img {
  width: 100%;
}

.previous {
  font-size: 2.3rem;
  margin-bottom: 8px;
  font-weight: bold;
}

.notice {
  text-align: center;
  color: #c00;
  font-weight: bold;
  font-size: 1.4rem;
}

/* =================================================================
		dictionary slider
================================================================= */

.dictionary-sliderWrap {
  top: 0;
  left: 0;
  height: 96px;
  overflow: hidden;
  position: absolute;
}

.dictionary-slider {
  margin: 24px auto 0;
  width: 100%;
  height: 96px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.bx-controls-direction a {
  transition: none;
}

.dictionary-slider ul {
  height: 96px;
  float: left;
  overflow: hidden;
}

.dictionary-slider ul li {
  width: 120px;
  height: 96px;
  float: left;
  display: inline;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.dictionary-slider ul li img {
  height: 100%;
}

/* =================================================================
		lower pages
================================================================= */

.site-header {
  width: 90%;
  margin: 12px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.head-title {
  display: flex;
  align-items: center;
}

.site-header .hero-title {
  margin-right: 10px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header .hero-ico {
  width: 9vw;
  margin: 0 8px 0 0;
}

.site-header .hero-appname {
  font-size: 5vw;
  margin-bottom: 0;
}

.site-header .hero-catch {
  text-align: left;
}

.site-header .hero-catch h1 {
  font-size: 2.5vw;
  line-height: 1.4;
}

.site-header .hero-catch h1 span {
  font-size: 3.4vw;
}

.btn-home a {
  display: block;
  background-color: #fff872;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  width: 14vw;
  height: 14vw;
}

.main {
  margin: 0 auto 64px;
  width: 90%;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: left;
}

.content-title {
  text-align: center;
  margin-bottom: 16px;
}

.content-title h1 {
  font-size: 3rem;
}

.content-title h1 span {
  font-size: 4.7rem;
  color: #fff;
  background: url(../img/dictionary_title.png) left center / 1em auto no-repeat;
  padding: 0.1em 0.3em 0.1em 1.2em;
  text-shadow: #000000 2px 0px, #000000 -2px 0px, #000000 0px -2px, #000000 0px 2px, #000000 2px 2px, #000000 -2px 2px, #000000 2px -2px, #000000 -2px -2px, #000000 1px 2px, black -1px 2px, #000000 1px -2px, #000000 -1px -2px, #000000 2px 1px, #000000 -2px 1px, #000000 2px -1px, #000000 -2px -1px;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .site-header {
    margin-bottom: 16px;
  }

}

/* =================================================================
		privacy
================================================================= */

.privacy-list li {
  margin-bottom: 24px;
}

.privacy-list li p {
  margin-bottom: 8px;
}

.privacy-list dt {
  font-weight: bold;
}

.privacy-item-list li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-item-list li::before {
  content: "・";
}

.privacy-contact p {
  margin-bottom: 8px;
}

.privacy-contact dt {
  font-weight: bold;
}

/* =================================================================
		rule
================================================================= */

.rule-lead {
  margin-bottom: 24px;
}

.rule-list li {
  margin-bottom: 24px;
}

.rule-list li p {
  margin-bottom: 8px;
}

.rule-list dt {
  font-weight: bold;
}

.rule-item-list li {
  list-style: decimal outside;
  margin: 0 0 8px 5%;
}



/* for desktop */

@media print,
screen and (min-width: 768px) {

  html {
    font-size: 82.5%;
    overflow: auto;
  }

  body {
    background: #f7eb00 url(../img/wave.png) right -20vw top 60vh / 62% auto no-repeat;
  }

  .hero {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
  }

  .mobile {
    width: 40%;
    max-width: none;
    margin: 0 0 0 3%;
    order: 1;
  }

  .hero-txt {
    width: 56%;
    order: 2;
    margin-top: 16px;
  }

  .hero-title {
    margin-bottom: 80px;
  }

  .hero-baloon {
    width: 104px;
    left: 12%;
    top: -3.7em;
  }

  /*
 .hero-baloon p {
  font-size: 1.45rem;
 }
*/
  .download-txt {
    max-width: 500px;
    font-size: 1.35rem;
  }

  .download-list li {
    width: 210px;
    max-width: none;
    margin: 0 8px;
  }

  .hero-chara-pc {
    display: block;
    position: relative;
    left: -56px;
    z-index: 2;
  }

  .hero-chara-pc .pct img {
    width: 100%;
  }

  .hero-chara-pc .txt {
    width: 50%;
    position: absolute;
    left: 9%;
    top: 16%;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .hero-chara-sp {
    display: none;
  }

  .home-sec {
    width: 1000px;
    margin-bottom: 110px;
  }

  .home-sec .txt {
    margin-bottom: 0;
  }

  .home-sec-01 {
    width: 60%;
    background: none;
    padding: 0;
  }

  .home-sec-01 p {
    text-align: center;
  }

  .home-sec-02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .home-sec-02 .txt {
    width: 52%;
    order: 2;
  }

  .home-sec-02 .txt h2 {
    text-align: left;
  }

  .home-sec-02 .pct-screen {
    width: 34%;
    order: 1;
  }

  .home-sec-03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .home-sec-03 .txt {
    width: 52%;
  }

  .home-sec-03 .txt h2 {
    text-align: left;
  }

  .home-sec-03 .pct-screen {
    width: 34%;
  }

  .home-sec-03-caution {
    width: 100%;
    margin-top: 40px;
  }

  .home-sec-04 {
    width: 100%;
    background: none;
    padding: 0;
  }

  .home-sec-04 p {
    text-align: center;
  }

  .home-sec-05 {
    width: 100%;
    max-width: none;
    padding: 80px 0;
  }

  .home-sec-05 * {
    max-width: 1000px;
    margin: 0 auto;
  }

  .home-sec-05 p {
    max-width: 1000px;
    text-align: center;
  }

  .foot-nav-list {
    margin-bottom: 48px;
    justify-content: center;
  }

  .foot-nav-list li {
    font-size: 1.2rem;
    width: auto;
    margin: 0 16px;
    border-bottom: none;
  }

  .foot-nav-list li a {
    padding: 0;
  }

  .foot-fish h3 {
    font-size: 1.15rem;
  }

  .foot-fish {
    margin-bottom: 56px;
  }

  .foot-fish-list {
    font-size: 1.05rem;
    margin-bottom: 16px;
  }

  .aboutad {
    width: 80%;
    max-width: 760px;
    margin-bottom: 48px;
  }

  .aboutad p {
    margin-bottom: 32px;
    padding: 24px;
  }

  .aboutad-chara {
    width: 18%;
  }

  .mobile-number {
    left: -2.8em;
    top: -1.2rem;
  }



  /* =================================================================
		#dictionary sider
================================================================= */

  .dictionary-sliderWrap {
    height: 130px;
  }

  .dictionary-slider {
    height: 130px;
  }

  .dictionary-slider ul {
    width: 1670px;
    height: 130px;
  }

  .dictionary-slider ul li {
    width: 172px;
    height: 130px;
  }


  /* =================================================================
		lower pages
================================================================= */
  .site-header {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .site-header .hero-ico {
    width: 48px;
  }

  .site-header .hero-appname {
    font-size: 2.4rem;
  }

  .site-header .hero-title {
    margin: 0 12px 0 0;
  }

  .site-header .hero-catch h1 {
    font-size: 1rem;
  }

  .site-header .hero-catch h1 span {
    font-size: 1.2rem;
  }

  .btn-home a {
    font-size: 1.2rem;
    width: 86px;
    height: 86px;
  }

  .main {
    width: 1000px;
  }

  .content-title h1 {
    font-size: 3.8rem;
  }

  .content-title h1 span {
    font-size: 6rem;
    text-shadow: #000000 3px 0px, #000000 -3px 0px, #000000 0px -3px, #000000 0px 3px, #000000 3px 3px, #000000 -3px 3px, #000000 3px -3px, #000000 -3px -3px, #000000 1px 3px, black -1px 3px, #000000 1px -3px, #000000 -1px -3px, #000000 3px 1px, #000000 -3px 1px, #000000 3px -1px, #000000 -3px -1px;
  }


  /* =================================================================
		#privacy
================================================================= */
  .privacy-list li {
    margin-bottom: 32px;
  }

  /* =================================================================
		#rule
================================================================= */
  .rule-list li {
    margin-bottom: 32px;
  }

  .rule-item-list li {
    margin-bottom: 8px;
    margin-left: 2rem;
  }

}

/* for max-width 1024px */

@media screen and (max-width: 1024px) {

  .hero-chara-pc .txt {
    top: 20%;
    line-height: 1.5;
  }

  .hero-chara-pc .txt br {
    display: none;
  }

}

/* =================================================================
		#ad banner
================================================================= */

.banner-ad {
  padding: 0 3%;
  text-align: center;
}

.banner-ad a {
  display: inline-block;
}

.banner-ad a img {
  width: 100%;
}

/* =================================================================
		#dictionary
================================================================= */

.dictionary-results {
  margin-bottom: 60px;
}

.dictionary-archive {
  background: url(../img/bg_dictionary.png) left top / 31% auto no-repeat;
  position: relative;
  padding-top: 40px;
}

.dictionary-archive .content-title {
  width: 460px;
  margin: 0 auto 24px;
  line-height: 1.2;
}

.dictionary-archive .btn-home {
  position: absolute;
  right: 0;
  top: 14px;
}

.dictionary-lead {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 32px;
}

.dictionary-lead em {
  font-size: 2.2rem;
}

.dictionary-lead a,
.dictionary-benefit a {
  font-weight: bold;
  text-decoration: underline;
}

.dictionary-lead .ico {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px
}

.dictionary-lead .ico img {
  height: 34px;
}

.dictionary-benefit {
  max-width: 760px;
  background-color: #fff;
  margin: 0 auto 40px;
  position: relative;
  padding: 22px 100px;
  border-radius: 22px;
  border: 4px solid #000;
  box-sizing: border-box;
  box-shadow: 5px 4px 0px 3px rgba(0, 0, 0, .3);
}

.dictionary-benefit .lead {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}

.dictionary-benefit .lead span {
  display: inline;
}

.dictionary-benefit .appname {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.dictionary-benefit .appname p {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
}

.dictionary-benefit .ico {
  width: 72px;
  height: 72px;
  margin-right: 16px;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
}

.dictionary-benefit .ico img {
  width: 100%;
}

.dictionary-benefit .download-list img {
  width: 100%;
}

.dictionary-benefit .chara {
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 160px;
}

.dictionary-benefit .chara img {
  width: 100%;
}

.home-sec .button-dictionary-wrap {
  width: 85%;
  text-align: center;
  margin: 24px auto 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
  background: #0069e0;
  background: -moz-linear-gradient(top, #0069e0 0%, #005bc3 100%);
  background: -webkit-linear-gradient(top, #0069e0 0%, #005bc3 100%);
  background: linear-gradient(to bottom, #0069e0 0%, #005bc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069e0', endColorstr='#005bc3', GradientType=0);
  border-radius: 6px;
}

.home-sec .button-dictionary-poison-wrap {
  width: 85%;
  text-align: center;
  margin: 24px auto 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
  background: #5d3386;
  background: -moz-linear-gradient(top, #7f58a5 0%, #613d84 100%);
  background: -webkit-linear-gradient(top, #7f58a5 0%, #613d84 100%);
  background: linear-gradient(to bottom, #7f58a5 0%, #613d84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f58a5', endColorstr='#613d84', GradientType=0);
  border-radius: 6px;
}

a.button-dictionary {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 20px 10px;
  background: url(../img/ico_dictionary.png) left 18px center / 24px auto no-repeat;
}

.dictionary-results-lead {
  text-align: center;
  margin-bottom: 32px;
}

.dictionary-list {
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.dictionary-list a {
  display: block;
  position: relative;
}

.dictionary-cat-ttl {
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  margin-bottom: 18px;
}

.dictionary-cat-ttl h2::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #b5ae2f;
  border-radius: 50%;
  margin-right: 8px;
}

.dictionary-pct {
  line-height: 0;
}

.dictionary-pct img {
  width: 100%;
}

.dictionary-name {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -28px;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  padding: 4px 10px;
  background-color: #333;
}

.dictionary-poison {
  width: 80px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
}

.dictionary-poison img {
  width: 100%;
}

.dictionary-results {
  margin-bottom: 80px;
}

.dictionary-results-nav {
  margin-bottom: 40px;
}

.dictionary-results-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.dictionary-results-nav ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.dictionary-results-nav ul li {
  width: 50%;
}

.dictionary-results-nav ul li.current {
  border-bottom: 4px solid #000;
}

.dictionary-results-nav ul li a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 0;
  color: #77731c;
}

.dictionary-results-nav ul li a:hover {
  color: #aaa53d;
}

.dictionary-results-nav ul li.current a {
  pointer-events: none;
  color: #000;
}

.dictionary-results-line {
  margin-bottom: 20px;
}

.dictionary-results-line ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.dictionary-results-line ul li {
  padding: 0 16px;
  margin-bottom: 24px;
  line-height: 1;
  border-right: 1px solid #9b9857;
}

.dictionary-results-line ul li a {
  font-size: 1.5rem;
  padding: 4px 12px;
}

.dictionary-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
  display: none;
}

.dictionary-pagination a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 6px;
  padding: 16px 22px;
  background-color: #2c5e98;
  border-radius: 8px;
  box-sizing: border-box;
}

.dictionary-pagination a:hover {
  background-color: #376faf;
}

.dictionary-pagination a.current {
  background-color: transparent;
  color: #005bc3;
  border: 1px solid #005bc3;
}

.spacebox {
  display: none;
}

/* for mobile */
@media screen and (max-width: 767px) {

  body.dictionary {
    background: #f7eb00;
  }

  .dictionary-archive {
    padding-top: 32px;
  }

  .dictionary-archive .content-title {
    width: 90%;
    max-width: 270px;
    margin-bottom: 10px;
  }

  .dictionary-lead {
    text-align: justify;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .dictionary-lead .ico img {
    height: 32px;
  }

  .dictionary-benefit {
    width: 100%;
    margin-bottom: 50px;
    padding: 16px 16px 20px;
    border-radius: 18px;
    border-width: 3px;
  }

  .dictionary-benefit .lead {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .dictionary-benefit .lead span.pc {
    display: none;
  }

  .dictionary-benefit .app {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dictionary-benefit .appname {
    margin: 0 4% 0 0;
    justify-content: flex-start;
  }

  .dictionary-benefit .appname p {
    font-size: 1.6rem;
    text-align: left;
  }

  .dictionary-benefit .ico {
    width: 46px;
    height: 46px;
    margin-right: 8px;
  }

  .dictionary-benefit .download-list {
    width: 29%;
  }

  .dictionary-benefit .download-list li {
    width: 100%;
    margin: 3px 0;
    line-height: 0;
  }

  .dictionary-benefit .chara {
    right: -10%;
    bottom: -55px;
    width: 30%;
  }

  .dictionary-results-nav {
    margin-bottom: 24px;
  }

  .dictionary-results-nav ul li a {
    font-size: 1.6rem;
    padding: 8px 0;
  }

  .dictionary-results-lead {
    margin-bottom: 24px;
  }

  .dictionary-cat-ttl {
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    margin-bottom: 18px;
    /*
    padding-top: 180px;
    margin-top: -180px;
*/
  }

  .dictionary-cat-ttl h2 {
    padding-top: 12px;
  }

  .dictionary-cat-ttl h2::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  .dictionary-list {
    margin-bottom: 14px;
  }

  .dictionary-list li {
    width: calc(50% - 12px);
    position: relative;
    top: 22px;
    margin-bottom: 44px;
  }

  .dictionary-list li:nth-child(odd) {
    margin-right: 24px;
  }

  .dictionary-name {
    height: 22px;
    top: -22px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 2px 6px;
  }

  .dictionary-poison {
    width: 50px;
    right: 6px;
    top: 6px;
  }

  .dictionary-gnav {
    margin-bottom: 16px;
  }

  /*
  .dictionary-gnav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 5%;
    box-sizing: border-box;
    transition: box-shadow 0.9s;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .scroll .spacebox {
    display: block;
  }
*/

  .dictionary-results-line {
    margin-bottom: 0;
    position: relative;
  }

  /*
  .dictionary-results-line::before {
    content: "";
    width: 8px;
    height: 3.5em;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=1);
  }
*/

  .dictionary-results-type .inner {
    width: calc(100% - 20px);
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 6.4em;
    /*    background-color: #eadf0e;*/
    display: flex;
    align-items: center;
    margin: 0 auto;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .dictionary-results-type::before,
  .dictionary-results-type::after {
    content: "";
    background: url(../img/ico_arrow.png) left top / 8px 13px no-repeat;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
  }

  .dictionary-results-type::before {
    left: -7px;
    transform: translateY(-50%);
  }

  .dictionary-results-type::after {
    right: -7px;
    transform: translateY(-50%)scale(-1, 1);
  }

  .dictionary-results-type ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: auto;
    white-space: nowrap;
    margin: 0 8px;
  }

  .dictionary-results-type ul li {
    margin: 10px 0;
    padding: 0 6px;
  }

  .dictionary-results-type ul li a {
    font-size: 1.6rem;
    padding: 4px;
  }

  .dictionary-results-word ul {
    justify-content: flex-start;
  }

  .dictionary-results-word ul li {
    width: 25%;
    margin-bottom: 16px;
    padding: 0;
    box-sizing: border-box;
  }

  .dictionary-results-word ul li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 4px;
  }

  /*
  .dictionary-line .dictionary-results-line ul li {
    width: 25%;
    padding: 0;
    text-align: center;
  }


  .dictionary-line .dictionary-results-line ul li:nth-child(1),
  .dictionary-line .dictionary-results-line ul li:nth-child(5),
  .dictionary-line .dictionary-results-line ul li:nth-child(9) {
    border-left: 1px solid #9b9857;
  }
  */

  .dictionary-pagination {
    justify-content: flex-start;
  }

  .dictionary-pagination a {
    width: 17.4%;
    font-size: 1.7rem;
    margin: 0 1.2% 10px;
    padding: 18px 0;
    background-color: #2c5e98;
    border-radius: 8px;
  }

}

/* for desktop */

@media print,
screen and (min-width: 768px) {

  .home-sec .button-dictionary-wrap,
  .home-sec .button-dictionary-poison-wrap {
    width: 400px;
    margin: 32px auto 0;
  }

  .button-dictionary-wrap:hover {
    background: #006fed;
    background: -moz-linear-gradient(top, #006fed 0%, #0066db 100%);
    background: -webkit-linear-gradient(top, #006fed 0%, #0066db 100%);
    background: linear-gradient(to bottom, #006fed 0%, #0066db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006fed', endColorstr='#0066db', GradientType=0);
  }

  .button-dictionary-poison-wrap:hover {
    background: #6d3f9a;
    background: -moz-linear-gradient(top, #8d64b4 0%, #73499d 100%);
    background: -webkit-linear-gradient(top, #8d64b4 0%, #73499d 100%);
    background: linear-gradient(to bottom, #8d64b4 0%, #73499d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d64b4', endColorstr='#73499d', GradientType=0);
  }

  a.button-dictionary {
    font-size: 1.8rem;
    padding: 16px;
    background: url(../img/ico_dictionary.png) left 18px center / 24px auto no-repeat;
  }

  .dictionary-archive {
    background: url(../img/bg_dictionary.png) left top 110px / 21% auto no-repeat;
  }

  .dictionary-list li {
    margin-right: 30px;
    width: calc(33.33% - 20px);
    margin-bottom: 72px;
    position: relative;
    top: 30px;
  }

  .dictionary-list li:nth-child(3n) {
    margin-right: 0;
  }

  .dictionary-list a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

}


/* =================================================================
		#魚図鑑 詳細
================================================================= */

.ad-billbord {
  margin: 26px auto 24px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ad-set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin: 30px 0 20px;
}
.ad-set > div {
  margin-bottom: 25px;
}

.dictionary-detail .site-header {
  margin-bottom: 24px;
}

.btn-dic-archive a {
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  background: #0069e0;
  background: -moz-linear-gradient(top, #0069e0 0%, #005bc3 100%);
  background: -webkit-linear-gradient(top, #0069e0 0%, #005bc3 100%);
  background: linear-gradient(to bottom, #0069e0 0%, #005bc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069e0', endColorstr='#005bc3', GradientType=0);
  border-radius: 6px;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 0.7em 1.1em;
  box-sizing: border-box;
}

.btn-dic-archive-poison a {
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  background: #5d3386;
  background: -moz-linear-gradient(top, #7f58a5 0%, #613d84 100%);
  background: -webkit-linear-gradient(top, #7f58a5 0%, #613d84 100%);
  background: linear-gradient(to bottom, #7f58a5 0%, #613d84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f58a5', endColorstr='#613d84', GradientType=0);
  border-radius: 6px;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 0.7em 1.1em;
  box-sizing: border-box;
}

.dictionary-detail-title {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dictionary-detail-back {
  line-height: 1.4;
  font-size: 1.3rem;
  line-height: 1;
}

.dictionary-detail-back a {
  display: block;
  padding: 0.55em 0.8em 0.55em 1.4em;
  border: 1px solid #000;
  border-radius: 4px;
  background: url(../img/ico_arrow_back.png) left 0.45em top 50% / 0.4em auto no-repeat;
}

.dictionary-detail-title h1 {
  font-size: 2.4rem;
  width: 62%;
  margin: 0 17% 0 0;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dictionary-detail-title-poison {
  display: contents;
  line-height: 0;
  margin-left: 8px;
  font-size: 0;
}

.dictionary-detail-title-poison img {
  display: inline-block;
  width: 38px;
  margin-left: 6px;
}

.dic-slider {
  max-width: 380px;
  margin: 0 auto 32px;
  position: relative;
}

.dic-cat-water {
  width: 42px;
  height: 42px;
  font-size: 1.3rem;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  padding: 0.2em 0.6em;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dictionary-detail .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 24px;
}

.dictionary-detail .bx-viewport {
  /*  width: 88% !important;*/
  margin: 0 auto;
}

.bx-wrapper .bx-prev {
  left: -18px !important;
}

.bx-wrapper .bx-next {
  right: -18px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000 !important;
}

.dic-slider-thumb {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.dic-slider-thumb a {
  display: block;
  width: 18%;
  height: 54px;
  margin: 0 1%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.dic-slider-thumb a.active img {
  opacity: 0.7;
}

.dic-slider-thumb a img.fish-slider-vertically {
  width: 100%;
  height: auto;
}

.dic-slider-thumb a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dictionary-detail-name {
  font-size: 1.8rem;
  font-weight: bold;
}

.dictionary-detail-group {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.dictionary-detail-group a {
  text-decoration: underline;
}

.dictionary-detail-data-table {
  margin-bottom: 24px;
}

.dictionary-detail-data-table th {
  width: 3.2em;
  white-space: nowrap;
}

.dictionary-detail-data-table td {
  width: calc(100% - 3.2em);
}

.dictionary-detail-block {
  margin-bottom: 48px;
}

.dictionary-detail-block h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 4px solid #000;
}

.quote-wiki {
  margin: .8em 0 0 0;
}

.quote-wiki a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: .5em;
  padding: .5em .6em .5em .8em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .2em;
  position: relative;
  z-index: 1;
}

.quote-wiki a::after {
  content: "";
  color: #ffffff;
  display: inline-block;
  background: url(../img/ico_blank.png) left top no-repeat;
  width: 9px;
  height: 8px;
  margin-left: .5em;
}

.quote-wiki blockquote {
  margin: 0;
  position: relative;
}

.quote-wiki blockquote p {
  font-style: italic;
  position: relative;
  z-index: 1;
}

.quote-wiki blockquote:before,
.quote-wiki blockquote:after {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  font-family: serif;
  font-size: 13em;
  line-height: 1;
  z-index: 0;
}

.quote-wiki blockquote:before {
  top: -32px;
  left: -6%;
  content: '“';
}

.quote-wiki blockquote:after {
  bottom: -150px;
  right: -6%;
  content: '”';
}

.dictionary-poison-kind {
  display: flex;
  flex-wrap: wrap;
}

.dictionary-poison-kind li {
  width: 22%;
  margin-right: 16px;
}

.dictionary-poison-kind li:last-child {
  margin-right: 0;
}

.dictionary-poison-kind li img {
  width: 100%;
}

.dictionary-taste-star {
  width: 76%;
  margin: 0 auto 16px;
  display: flex;
  justify-content: space-between;
}

.dictionary-taste-star li {
  width: 16%;
  line-height: 0;
}

.dictionary-taste-star li img {
  width: 100%;
}

.dictionary-movie-video {
  background-color: #000;
  height: 0;
  margin: 0 auto 26px;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}

.dictionary-movie-video img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.dictionary-movie-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* for desktop */
@media print,
screen and (min-width: 768px) {

  .dictionary-detail-name {
    font-size: 2rem;
    margin: 0 24px 4px 0;
  }

  .dictionary-detail-group {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .quote-wiki a {
    font-size: 1.2rem;
  }

  .quote-wiki a:hover {
    background-color: rgba(0, 0, 0, 1);
    transition: 0.2s;
  }

  .dictionary-recipe {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .dictionary-recipe-block {
    width: 48%;
    margin-right: 4%;
  }

  .dictionary-movie-video {
    width: 80%;
    padding-bottom: 44%;
  }

}

.dictionary-recipe-block dt {
  margin-bottom: .4em;
  text-align: center;
}

.dictionary-recipe .dictionary-movie-video {
  width: 100%;
  padding-bottom: 56%;
}

.dictionary-recipe .dictionary-recipe-block:nth-child(2n) {
  margin-right: 0;
}

.youtube_play:hover {
  cursor: pointer;
}

/* サムネイル */
.youtube_btn {
  width: 68px;
  height: 48px;
  background: url(../img/btn_playvideo.png) no-repeat;
  /* 上下左右中央へ配置 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: grayscale(100%) contrast(130%);
  opacity: .8;
}

.youtube_btn:hover {
  filter: grayscale(0%) contrast(100%);
  opacity: 1;
}

.dictionary-instagram-block {
  margin-bottom: 20px;
}

.dictionary-twitter-block {
  margin-bottom: 20px;
}

.dictionary-twitter-block iframe {
  width: 100% !important;
  min-width: auto !important;
}

.btn-back {
  text-align: center;
}

.btn-back a {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px 40px;
  background-color: #000;
}

.dic-footnav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 24px;
}

/* slider */

.fish-slider {
  /*
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
*/
}

.fish-slider li {
  height: 240px;
}

.fish-slider li img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fish-slider li img.fish-slider-vertically {
  width: auto;
  height: 100%;
}


/* for desktop */
@media print,
screen and (min-width: 768px) {


  .ad-billbord {
    width: 1000px;
    margin: 34px auto 36px;
  }
  
  .ad-set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
    margin: 30px 50px 70px;
  }

  .dictionary-detail .site-header {
    margin-bottom: 32px;
  }

  .dic-cat-water {
    width: 64px;
    height: 64px;
    font-size: 1.4rem;
    right: 176px;
    top: 14px;
  }

  .dictionary-detail-title {
    margin-bottom: 24px;
  }

  .dictionary-detail-back {
    width: 10%;
    text-align: center;
  }

  .dictionary-detail-title h1 {
    font-size: 2em;
    width: 80%;
    margin-right: 10%;
  }

  .dictionary-detail-title-poison img {
    width: 62px;
    margin-left: 10px;
  }

  .dic-slider {
    margin-bottom: 48px;
    max-width: none;
  }

  .dictionary-detail .bx-wrapper {
    width: 80%;
    margin: 0 auto 32px;
  }

  .dictionary-detail .bx-viewport {
    width: 85% !important;
  }

  .dic-slider-thumb {
    width: 70%;
  }

  .dic-slider-thumb a {
    height: 120px;
  }

  .dictionary-detail-data {
    width: 84%;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .dictionary-detail-data-table {
    width: 100%;
    margin-bottom: 32px;
  }

  .dictionary-detail-block {
    width: 84%;
    margin: 0 auto 70px;
  }

  .dictionary-detail-block h2 {
    font-size: 1.6rem;
  }

  .dictionary-poison-kind li {
    width: 110px;
    margin-right: 24px;
  }

  .dictionary-taste-star {
    width: 350px;
  }

  .btn-back a {
    font-size: 1.5rem;
    padding: 16px 56px;
    transition: 0.4s;
  }

  .btn-back a:hover {
    background-color: #343434;
    transition: 0.2s;
  }

  .dictionary-instagram {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .dictionary-instagram-block {
    width: 32%;
    margin: 0 2% 0 0;
  }

  .dictionary-instagram-block:nth-child(3) {
    margin-right: 0;
  }

  .dictionary-instagram-block iframe {
    width: 100% !important;
    min-width: auto !important;
  }

  .dictionary-twitter {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .dictionary-twitter-block {
    width: 32%;
    margin: 0 2% 0 0;
  }

  .dictionary-twitter-block:nth-child(3) {
    margin-right: 0;
  }

  /* slider */

  .fish-slider li {
    height: 510px;
  }

  .fish-slider li span {
    width: 100%;
    height: 510px;
  }

  .fish-slider li img {
    max-height: 510px;
  }

}

/* =================================================================
		毒魚図鑑 詳細
================================================================= */

body.dictionary-detail-poison {
  background: #e3d9ec url(../img/wave_poison.png) right -20vw top 60vh / 62% auto no-repeat;
}


/* =================================================================
		毒魚図鑑 一覧
================================================================= */

.dictionary-poison-cat {
  background: #e3d9ec url(../img/wave_poison.png) right -20vw top 60vh / 62% auto no-repeat;
}

.dictionary-poison-cat .dictionary-archive {
  background: url(../img/bg_dictionary_poison.png) left top 110px / 21% auto no-repeat;
}

.dictionary-poison-cat .btn-home a {
  background-color: #faf5ff;
}

.dictionary-poison-cat .dictionary-results-nav ul li a {
  color: #716280;
}

.dictionary-cat-ttl h2::before {
  background-color: #837591;
}

.poison-kind {
  max-width: 800px;
  margin: 16px auto 40px;
}

.poison-kind-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.poison-kind-list li {
  width: 47%;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.poison-kind-list li p {
  background-color: #e3d9ec;
  padding: 0 8px 0 0;
  position: relative;
  z-index: 2;
}

.poison-kind-list li::before {
  content: "";
  width: 100%;
  height: 1px;
  /*  background-color: #bab549;*/
  border-top: 1px dashed #9a9534;
  position: absolute;
  left: 0;
  top: 49%;
}

.poison-kind-list li .ico-poison-kind {
  background-color: #e3d9ec;
  margin-left: 6px;
  position: relative;
  z-index: 2;
  line-height: 0;
  padding-left: 12px;
}

.poison-kind-list li .ico-poison-kind img {
  height: 42px;
}

.poison-kind > p {
  font-size: 1.7rem;
  text-align: center;
}

.dictionary-poison-kindicon {
  width: 64px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 0;
}

.dictionary-poison-kindicon img {
  width: 100%;
  margin-bottom: 8px;
}

/* for mobile */
@media screen and (max-width: 767px) {

  body.dictionary-poison-cat {
    background: #e3d9ec;
  }

  .poison-kind {
    margin: 0 0 24px;
  }

  .poison-kind-list {
    display: block;
  }

  .poison-kind-list li {
    width: 100%;
    font-size: 1.6rem;
  }

  .poison-kind > p {
    font-size: 1.6rem;
  }

  .poison-kind-list li .ico-poison-kind img {
    height: 36px;
  }

  .dictionary-poison-kindicon {
    width: 25%;
    right: 6px;
    top: 6px;
  }

  .dictionary-poison-kindicon img {
    margin-bottom: 4px;
  }

}
