/* ----------------------------------------------------------	
	main.css
    
	Author: R.Cna
	Author URI: http://wapuka.com/
	Version: 0.1
---------------------------------------------------------- */

/* HEADER -------------------------------------------------- */

/* ヘッダー下敷き */
#header #header-menu {
  position: relative;
  background: rgba(239, 127, 66, 0.6);
}

/* 見出しエリア */
#header #header-title {
  position: relative;
  margin-bottom: 40px;
}
#header #header-title .title1-box {
  position: relative;
  margin: 40px 0 32px;
  text-align: center;
}
#header #header-title .title1-box img {
  width: 60%;
  height: auto;
}
#header #header-title p.title2 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #c8161d;
  font-weight: 600;
  margin: 16px 0;
}
/* リード */
#header #header-title .read {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #header #header-title {
    margin-bottom: 20px;
}
  #header #header-title .title1-box img {
    width: 90%;
    height: auto;
  }
  #header #header-title p.title2 {
    width: 90%;
    margin-bottom: 16px;
  }
  /* リード */
  #header #header-title .read {
    text-align: center;
  }
}

/* G-NAVI -------------------------------------------------- */

#nav-content ul li {
  padding: 24px 16px;
  border-bottom: 1px solid #a9a9a9;
}
#nav-content ul li a {
  font-size: 16px;
  font-weight: 600;
}

#nav-content a:link { color: #fff; }
#nav-content a:visited { color: #fff; }
#nav-content a:hover { color: #fff; }
#nav-content a:active { color: #fff; }

/* FOOTER -------------------------------------------------- */

#footer {
  font-size: 12px;
  text-align: center;
  padding: 24px 0;
}

/* TO TOP -------------------------------------------------- */

#toPageTop {
  display: none;
  z-index: 900;
  position: fixed;
}
#toPageTop {
  bottom: 20px;
  right: 20px;
}
#toPageTop img {
  height: 80px;
  width: auto;
}

/* TOPページ -------------------------------------------------- */

/* リンクボタンエリア */
div.linkbuttons ul li {
  padding: 16px 0;
  text-align: center;
}
div.linkbuttons ul li img {
  height: auto;
  max-width: 400px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}
@media screen and (max-width: 750px) {
  div.linkbuttons ul li {
    padding: 8px 0;
  }
  div.linkbuttons ul li img {
    width: 90%;
    height: auto;
    max-width: initial;
  }
}
div.linkbuttons ul li a {
  display: inline-block;
}

/* 研究の目的（アコーディオンBOXの中のコンテンツ） */
.accbox .purpose-text {
    width: 70%;
    padding: 24px;
}

@media screen and (max-width: 750px) {
  .accbox .purpose-text {
    width: 100%;
  }
}

/* アンケート参加をお考えの方へ */
div.link-survey {
}
div.link-survey a {
  color: #fff;
  background: #e94a28;
  outline: 2px solid #f9f1d0;
  outline-offset: -4px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 32px 0;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  div.link-survey a {
    font-size: 20px;
  }
}
@media screen and (max-width: 340px) {
  div.link-survey a {
    font-size: 18px;
  }
}

/* サブページの Content -------------------------------------------------- */

div.content {
  max-width: 720px;
  text-align: center;
}
div.content img {
  height: auto;
  max-width: 400px;
  width: 90%;
}

/* 見出しコンテンツ */
.midashi1 { margin: 4px 0 8px; }
.midashi2 { margin: 4px 0; }

/* 見出しの丸 */
.maru {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 22px;
  text-align: center;
  line-height: 14px;
  margin-right: 4px;
}
.maru-orange { background-color: #ef7f42; }

/* 見出しの丸（小） */
.maru-min {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 22px;
  text-align: center;
  line-height: 8px;
  margin-right: 4px;
  margin-bottom: 2px;
}

/* 矢印ボタン */
div.arrowbuttons {
  margin: 40px 0;
}
div.arrowbuttons img {
  height: 80px;
  width: auto;
}
div.arrowbuttons a {
  display: inline-block;
} 
div.arrowbuttons a.left { margin-right: 40px; }
div.arrowbuttons a.right { margin-left: 40px; }

/* 同意文書のアコーディオンBOX */
div.scroll-box {
  width: 95%;
  max-height: 14em;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  overflow: scroll;
}
@media screen and (max-width: 750px) {
  div.scroll-box {
    width: 100%;
  }
  /* マージンをトル */
  .consent-text .pl1 {
    padding-left: initial;
  }
  .consent-text .ml1 {
    margin-left: initial;
  }
}

/* 研究詳細のテキスト */
.investigation-text {
  margin-bottom: 80px;
}
