@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("HK_NotoSansCJK-Black.woff");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ======================== */
/* レスポンシブ用              */
/* ======================== */
/* ======================== */
/*  設定                     */
/* ======================== */
@font-face {
  font-family: 'NotoSansBlack';
  src: url("HK_NotoSansCJK-Black.woff") format("woff");
}

html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-size: 1.6rem;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

p {
  padding: 0;
}

/* ======================== */
/*  layout                  */
/* ======================== */
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

/*↓2017.02.14追加*/
@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

/*↑2017.02.14追加*/
@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

#header_image {
  height: 80vw;
}

#header_image .box_copylight {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-right: 1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  height: 25px;
  font-size: 1.1rem;
  color: white;
  text-align: right;
}

#header_image .box_copylight a {
  color: white;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#header_image .box_loupe {
  position: relative;
}

#header_image .box_loupe .layer_image,
#header_image .box_loupe .layer_loupe {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header_image .box_loupe .layer_image {
  height: 64vw;
  width: 64vw;
  border-radius: 50%;
  top: 6.7vw;
  margin-left: 1px;
  overflow: hidden;
}

#header_image .box_loupe .layer_image img {
  height: 66.7vw;
  width: auto;
}

#header_image .box_loupe .layer_loupe {
  z-index: 111;
  margin-left: 4vw;
  display: block;
  height: 76vw;
  width: auto;
}

#header_image .box_loupe .layer_loupe img {
  height: 76vw;
}

#header_title {
  position: relative;
  z-index: 222;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 1.5rem 3rem 0 3rem;
  font-family: NotoSansBlack;
}

#header_title .type {
  min-width: 50px;
  text-align: center;
  margin-right: 1rem;
}

#header_title .type .name, #header_title .type .icon {
  margin: 0 auto;
}

#header_title .type .name {
  margin-top: -25px;
  height: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: nowrap;
}

#header_title .type .icon.mark {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 0px auto;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 50%;
}

#header_title .title {
  font-size: 3rem;
  line-height: 1.2;
}

section {
  padding: 1.5rem 3rem 0 3rem;
}

.sec-title {
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.sec-title_img {
  height: 18px;
}

.resembles_box {
  list-style: none;
  border-radius: 10px;
  padding: 1rem 1rem .5rem 1rem;
  border: 1px solid white;
}

.resembles_box ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.resembles_box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.resembles_box .bl_image {
  width: 80px;
  position: relative;
}

.resembles_box .bl_image .image {
  margin: 0 auto;
  display: block;
  height: 60px;
  width: 60px;
  background: red;
  border-radius: 30px;
}

.resembles_box .bl_image .name {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
          transform: translate(-50%, 80%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.resembles_box .bl_text {
  width: calc(100% - 30px);
  display: none;
  padding-left: 2rem;
}

.resembles_box .bl_text .name {
  font-weight: bold;
  padding: .5rem 0;
}

.resembles_box .bl_text .text {
  line-height: 1.2;
  font-size: 1.4rem;
}

.resembles_box.is-active {
  display: block;
}

.resembles_box.is-active li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 1rem 0;
}

.resembles_box.is-active li .bl_image .name {
  display: none;
}

.resembles_box.is-active li .bl_text {
  display: block;
}

.resembles_box .bl_btn {
  text-align: right;
  overflow: hidden;
}

.resembles_box .btn_oc {
  height: 30px;
  width: 100px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

#sec-danger .sec-title_risk {
  margin-left: 1rem;
  height: 25px;
  width: 200px;
}

#sec-danger .sec-title_risk.low {
  background: url("./image/h2_risk-low.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
}

#sec-danger .sec-title_risk.high {
  background: url("./image/h2_risk-high.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
}

#sec-danger .risk_text {
  line-height: 1.5;
}

#sec-description .desc_data, #sec-description .desc_text {
  padding-bottom: 1rem;
}

#sec-description .desc_text {
  line-height: 1.5;
}

#sec-description .desc_data {
  list-style: none;
  line-height: 1.7;
}

#sec-description .desc_data li {
  display: table;
}

#sec-description .desc_data .dt, #sec-description .desc_data .dd {
  display: table-cell;
}

#sec-description .desc_data .dt {
  margin-right: 0.5rem;
  width: 100px;
}

#sec-description .desc_data .dt:after {
  display: block;
  float: right;
  content: "：";
}

#sec-description .desc_data .dd {
  line-height: 1.4;
}

#sec-description .desc_tips {
  list-style: none;
  line-height: 1.5;
}

#sec-description .desc_tips li {
  background: url("./image/list_point.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0 6px;
  padding-left: 2rem;
  margin: 1rem 0 0 0;
}

#sec-description .desc_tips li:first-child {
  margin-top: 0;
}

body.type-ebi {
  background: #d53f51;
}

body.type-ebi .mark {
  background: url("./image/icon_ebi.svg");
}

body.type-ebi .type .name:before {
  content: "えび";
}

body.type-funamusi {
  background: #5e543c;
}

body.type-funamusi .mark {
  background: url("./image/icon_funamusi.svg");
}

body.type-funamusi .type .name:before {
  content: "フナムシ";
}

body.type-gokai {
  background: #6d2c1a;
}

body.type-gokai .mark {
  background: url("./image/icon_gokai.svg");
}

body.type-gokai .type .name:before {
  content: "ゴカイ";
}

body.type-hitode {
  background: #d8801e;
}

body.type-hitode .mark {
  background: url("./image/icon_hitode.svg");
}

body.type-hitode .type .name:before {
  content: "ヒトデ";
}

body.type-hoya {
  background: #c13d1f;
}

body.type-hoya .mark {
  background: url("./image/icon_hoya.svg");
}

body.type-hoya .type .name:before {
  content: "ホヤ";
}

body.type-ika {
  background: #417b80;
}

body.type-ika .mark {
  background: url("./image/icon_ika.svg");
}

body.type-ika .type .name:before {
  content: "イカ";
}

body.type-isoginchaku {
  background: #824b6e;
}

body.type-isoginchaku .mark {
  background: url("./image/icon_isoginchaku.svg");
}

body.type-isoginchaku .type .name:before {
  content: "イソギンチャク";
}

body.type-kabutogani {
  background: #685322;
}

body.type-kabutogani .mark {
  background: url("./image/icon_kabutogani.svg");
}

body.type-kabutogani .type .name:before {
  content: "カブトガニ";
}

body.type-kai {
  background: #ac6a11;
}

body.type-kai .mark {
  background: url("./image/icon_kai.svg");
}

body.type-kai .type .name:before {
  content: "かい";
}

body.type-kaimen {
  background: #df4f3e;
}

body.type-kaimen .mark {
  background: url("./image/icon_kaimen.svg");
}

body.type-kaimen .type .name:before {
  content: "カイメン";
}

body.type-kani {
  background: #ab4423;
}

body.type-kani .mark {
  background: url("./image/icon_kani.svg");
}

body.type-kani .type .name:before {
  content: "カニ";
}

body.type-kurage {
  background: #0071b9;
}

body.type-kurage .mark {
  background: url("./image/icon_kurage.svg");
}

body.type-kurage .type .name:before {
  content: "クラゲ";
}

body.type-namako {
  background: #743648;
}

body.type-namako .mark {
  background: url("./image/icon_namako.svg");
}

body.type-namako .type .name:before {
  content: "ナマコ";
}

body.type-nazo {
  background: #4b4a4c;
}

body.type-nazo .mark {
  background: url("./image/icon_nazo.svg");
}

body.type-nazo .type .name:before {
  content: "？？？";
}

body.type-sakana {
  background: #1a5390;
}

body.type-sakana .mark {
  background: url("./image/icon_sakana.svg");
}

body.type-sakana .type .name:before {
  content: "さかな";
}

body.type-sango {
  background: #ba1d4a;
}

body.type-sango .mark {
  background: url("./image/icon_sango.svg");
}

body.type-sango .type .name:before {
  content: "サンゴ";
}

body.type-tako {
  background: #a12b1e;
}

body.type-tako .mark {
  background: url("./image/icon_tako.svg");
}

body.type-tako .type .name:before {
  content: "タコ";
}

body.type-tamago {
  background: #4b4a4c;
}

body.type-tamago .mark {
  background: url("./image/icon_tamago.svg");
}

body.type-tamago .type .name:before {
  content: "タマゴ";
}

body.type-uni {
  background: #3f3331;
}

body.type-uni .mark {
  background: url("./image/icon_uni.svg");
}

body.type-uni .type .name:before {
  content: "ウニ";
}

body.type-kaisou {
  background: #1e6557;
}

body.type-kaisou .mark {
  background: url("./image/icon_kaisou.svg");
}

body.type-kaisou .type .name:before {
  content: "かいそう";
}

#header_image {
  position: relative;
  width: 100%;
}

#header_image .bg1, #header_image .bg2, #header_image .bg3 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: .3;
  background-size: 100% 100%;
}

#header_image .bg1 {
  height: 45%;
  width: 45%;
  top: -8.5%;
  left: -10%;
}

#header_image .bg2 {
  height: 30.5%;
  width: 30.5%;
  top: 6%;
  right: .5%;
}

#header_image .bg3 {
  height: 19%;
  width: 19%;
  bottom: 0;
  left: 10%;
}

.p_contents {
  color: #333;
  line-height: 1.5;
}

.p_contents a {
  color: #277cad;
}

.p_header {
  padding: 2rem 2rem 2.5rem 2rem;
  margin-bottom: 2rem;
  background: #277cad;
  color: white;
}

.p_icon {
  display: block;
  height: 70px;
  width: 70px;
}

.p_headtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.p_headtitle .title {
  padding-left: 2rem;
}

.p_headtitle span {
  display: inline-block;
}

.p_sec {
  padding: 1rem 2rem;
}

.p_sec p {
  padding: .5rem 0 .5rem 2rem;
}

.p_sec ul {
  margin-left: 3rem;
}

.p_sec li {
  padding: .5rem 0;
}

.p_title {
  border-left: 8px solid #277cad;
  color: #277cad;
  font-weight: bold;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.p_footer {
  line-height: 5rem;
  color: #999;
  text-align: center;
  font-size: 1.4rem;
}

.p_footer a {
  padding-left: .5rem;
}
