@charset "UTF-8";
/*
Theme Name: Fenrir Insight 用テーマ
Theme URI: テーマのホームサイトの URI
Description: Fenrir Insight
Author: Fenrir. inc
Author URI: http://www.fenrir-inc.com/
Template:
Version: 1.0.0
.
Fenrir Insight 用テーマ
.
*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.2
build: 56
*/
html {
  color: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.2
build: 56
10px = 77%      11px = 85%
12px = 93%      13px = 100%
14px = 108%     15px = 116%
16px = 123.1%   17px = 131%
18px = 138.5%   19px = 146.5%
20px = 153.9%
*/
body {
  font:
    13px/1.231 arial,
    helvetica,
    clean,
    sans-serif;
}

select,
input,
button,
textarea {
  font:
    99% arial,
    helvetica,
    clean,
    sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

body.mobile {
  font-size: 39px;
}

/*/////////////////////////////////////*/
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  background: #ffffff;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    Yu Gothic Medium,
    Yu Gothic,
    sans-serif;
  font-feature-settings: "palt";
}

strong {
  font-weight: bold;
}

a,
:focus {
  outline: 0 none;
}

a,
a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #666666;
}

a:hover {
  text-decoration: underline;
}

/*//////////////////////////////////////
    clearfix
//////////////////////////////////////*/
.clearfix:after {
  content: "";
  /* Vvf */
  display: block;
  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.clear {
  clear: both;
}

body {
  background-color: #ffffff;
}

header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
header h1 {
  position: relative;
  margin-bottom: 35px;
  margin-top: 20px;
}
header h1 a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 111px;
  height: 62px;
  margin: 0 auto;
  background: url(../img/FenrirInsight_rogo.svg?20180619) no-repeat;
  background-size: cover;
}
header h1 span:first-child {
  width: 300px;
  height: 1px;
  background-color: #cecece;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 20px;
}
header h1 span:last-child {
  width: 300px;
  height: 1px;
  background-color: #cecece;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 20px;
}
header ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto 35px auto;
}
header ul li {
  margin-right: 30px;
}
header ul li a {
  font-size: 1.4rem;
  color: #727272;
  text-decoration: none;
}
header ul li.current a {
  font-weight: 400;
}
header ul li:last-child {
  margin-right: 0;
}

footer {
  background-color: #cecece;
  padding: 20px 20px 10px 20px;
  margin-top: 50px;
}
footer > ul {
  width: 100%;
  max-width: inherit;
  margin: 0 auto 0px auto;
  display: block;
  text-align: center;
}
footer > ul > li {
  margin-right: 20px;
  display: inline-block;
}
footer > ul > li a {
  font-size: 1.6rem;
  color: #353535;
  text-decoration: none;
  line-height: 200%;
}
footer > ul > li.logo {
  display: none;
}
footer > ul > li:last-child {
  margin-right: 0;
}
footer > ul > li.sns {
  margin-top: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
footer > ul > li.sns a {
  display: block;
  width: 26px;
  height: 30px;
}
footer > ul > li.sns a.tw {
  background: url(../img/sns_icon_x.svg) no-repeat center;
  background-size: contain;
}
footer > ul > li.sns a.fb {
  background: url(../img/sns_icon_facebook.svg) no-repeat center;
  background-size: contain;
  height: 27px;
  margin-left: 10px;
}
footer small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #353535;
  margin-bottom: 10px;
}

#contents #content .article_list > li {
  width: 440px;
  margin: 0 auto 70px auto;
  box-sizing: border-box;
  padding: 0 20px;
}
#contents #content .article_list > li > a,
#contents #content .article_list > li > div {
  width: 100%;
  display: block;
  text-decoration: none;
}
#contents #content .article_list > li > a > p,
#contents #content .article_list > li > div > p {
  width: 100%;
  height: 207px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
#contents #content .article_list > li > a > div,
#contents #content .article_list > li > div > div {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#contents #content .article_list > li > a > div > div,
#contents #content .article_list > li > div > div > div {
  width: 100%;
}
#contents #content .article_list > li > a > div h1,
#contents #content .article_list > li > div > div h1 {
  font-size: 7rem;
  border-bottom: none;
  color: #ffffff;
  line-height: 70%;
  transform-origin: left top 0px;
  display: inline-block;
}
#contents #content .article_list > li > a > div h1 span,
#contents #content .article_list > li > div > div h1 span {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  line-height: 50%;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    Yu Gothic Medium,
    Yu Gothic,
    sans-serif;
}
#contents #content .article_list > li > a > div h1 span.more,
#contents #content .article_list > li > div > div h1 span.more {
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  text-decoration: underline;
  color: #ffffff;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    Yu Gothic Medium,
    Yu Gothic,
    sans-serif;
}
#contents #content .article_list > li > a > div.custom h1 span,
#contents #content .article_list > li > div > div.custom h1 span {
  display: block;
}
#contents #content .article_list > li > a > div.custom h1 span.more,
#contents #content .article_list > li > div > div.custom h1 span.more {
  display: block;
  text-align: left;
}
#contents #content .article_list > li > a > div.custom h1.center span,
#contents #content .article_list > li > div > div.custom h1.center span {
  text-align: center;
}
#contents #content .article_list > li > a > div.custom h1 span.more.center,
#contents #content .article_list > li > div > div.custom h1 span.more.center {
  text-align: center;
}
#contents #content .article_list > li > a > div h3,
#contents #content .article_list > li > div > div h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
  color: #353535;
}
#contents #content .article_list > li > a > div .date,
#contents #content .article_list > li > div > div .date {
  margin-right: 20px;
  font-size: 1rem;
  color: #727272;
}
#contents #content .article_list > li > a > div > div > div,
#contents #content .article_list > li > div > div > div > div {
  display: flex;
}
#contents #content .article_list > li > a > div > div > div ul,
#contents #content .article_list > li > div > div > div > div ul {
  display: flex;
}
#contents #content .article_list > li > a > div > div > div ul li,
#contents #content .article_list > li > div > div > div > div ul li {
  margin-right: 10px;
  font-size: 1.1rem;
  color: #727272;
  text-decoration: none;
}
#contents #content .article_list > li > a > div > div > div ul li:last-child,
#contents #content .article_list > li > div > div > div > div ul li:last-child {
  margin-right: 0;
}
#contents #content .article_list > li img {
  width: 100%;
  height: 100%;
}
#contents #content .article_list > li:first-child {
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
}
#contents #content .article_list > li:first-child > a {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#contents #content .article_list > li:first-child > a > div {
  display: block;
  position: absolute;
  width: 100vw;
}
#contents #content .article_list > li:first-child img {
  width: 100%;
}
#contents #content .article_list > li:last-child {
  margin-bottom: 0;
}
#contents #content .tag_name {
  font-size: 3rem;
  margin: 120px auto 80px auto;
  max-width: 960px;
  text-align: left;
  padding: 0 20px;
}
#contents #content .article_list.tag > li:first-child {
  width: 440px;
  margin-bottom: 70px;
  box-sizing: border-box;
  padding: 0 20px;
}
#contents #content .article_list.tag > li:first-child a {
  display: block;
  height: auto;
}
#contents #content .article_list.tag > li:first-child a > div {
  display: flex;
  position: inherit;
  left: 0;
  bottom: 0;
  margin-left: 0;
}
#contents #content .title h1 {
  font-size: 36px;
  color: #00205b;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 90px;
}
#contents #content .title .owner {
  font-size: 16px;
  line-height: 100%;
  color: #00205b;
  margin-bottom: 20px;
}
#contents #content .article .bg {
  width: 100%;
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  background-position: center;
  padding: 0;
  max-width: inherit;
}
#contents #content .article .bg img {
  display: none;
}
#contents #content .article h1 {
  max-width: 640px;
  font-size: 3.2rem;
  color: #353535;
  margin: 0 auto 25px auto;
  line-height: 1.3;
  padding: 0 20px;
}
#contents #content .article p.date {
  font-size: 1rem;
  margin-bottom: 70px;
}
#contents #content .article h2,
#contents #content .article h3,
#contents #content .article p {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
#contents #content .article h2 {
  font-size: 2.4rem;
  color: #353535;
  line-height: 20px;
  font-weight: bold;
  margin: 100px auto 70px auto;
  line-height: 170%;
  position: relative;
  /* font-family:Hiragino Kaku Gothic W3 JIS2004;*/
}
#contents #content .article h3 {
  font-size: 25px;
  color: #353535;
  line-height: 20px;
  font-weight: bold;
  margin: 60px auto 40px auto;
  line-height: 170%;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}
#contents #content .article h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #353535;
  left: 0px;
  top: 25px;
}
@media screen and (max-width: 700px) {
  #contents #content .article h3 {
    padding-left: 60px;
  }
  #contents #content .article h3:before {
    left: 20px;
  }
}
#contents #content .article .read {
  font-size: 1.8rem;
  line-height: 220%;
  color: #353535;
  margin-bottom: 100px;
}
#contents #content .article p {
  font-size: 1.8rem;
  line-height: 1.75;
  color: #353535;
  margin-bottom: 20px;
  position: relative;
}
#contents #content .article p img {
  display: block;
}
#contents #content .article p .name {
  position: absolute;
  left: -130px;
  top: 9px;
  font-size: 15px;
  line-height: 100%;
  color: #353535;
  font-weight: bold;
  text-align: right;
  width: 100px;
}
#contents #content .article p span {
  font-weight: bold;
}
#contents #content .article p span.asterisk {
  font-weight: normal;
  vertical-align: baseline;
  font-size: 10px;
}
#contents #content .article p strong {
  font-weight: bold;
  background-color: #eceff1;
}
#contents #content .article p a {
  color: #353535;
  text-decoration: underline;
}
#contents #content .article .caption {
  color: #37474;
  font-size: 12px;
  line-height: 170%;
  margin-top: -12px;
  position: relative;
  padding-left: 15px;
}
#contents #content .article .img + .caption {
  padding-left: 20px;
  margin-top: -30px;
  color: #78909c;
}
#contents #content .article .img + .caption:before {
  content: "";
}
#contents #content .article .caption:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#contents #content .article .img {
  max-width: 640px;
  margin: 56px auto 52px auto;
}
#contents #content .article .img.wide {
  max-width: inherit;
  padding: 0;
  width: 100%;
  height: 40vw;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position-x: 50%;
  background-position-y: 0%;
}
#contents #content .article .img.wide img {
  opacity: 0;
}
#contents #content .article .img img {
  width: 100%;
}
#contents #content .article .mb {
  margin-bottom: 96px;
}
#contents #content .article .btm_link {
  width: 240px;
  margin: 110px auto 90px auto;
  padding-top: 80px;
  position: relative;
}
#contents #content .article .btm_link ul li {
  margin-bottom: 30px;
}
#contents #content .article .btm_link ul li a {
  font-size: 1.8rem;
  padding-left: 15px;
  display: inline-block;
  position: relative;
  color: #353535;
}
#contents #content .article .btm_link ul li a:before {
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/listmark.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0px;
}
#contents #content .article .btm_link ul li:last-child {
  margin-bottom: 0;
}
#contents #content .article .btm_link:before {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 1px;
  background-color: #cecece;
  top: -30px;
  left: 50%;
}
#contents #content .article .article_info {
  max-width: 640px;
  padding: 0 20px;
  margin: 0px auto 20px auto;
  position: relative;
}
#contents #content .article .article_info ul li {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #353535;
}
#contents #content .article .article_info ul li span {
  font-weight: bold;
}
#contents #content .article .tags {
  max-width: 640px;
  padding: 0 20px;
  margin: 0px auto 80px auto;
  border-top: 1px solid #cecece;
  padding-top: 10px;
}
#contents #content .article .tags ul {
  display: flex;
}
#contents #content .article .tags ul li {
  margin-right: 30px;
}
#contents #content .article .tags ul li a {
  color: #727272;
  font-size: 1.2rem;
}
#contents #content .article .sns_share {
  width: 150px;
  margin: 0 auto 80px auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#contents #content .article .sns_share li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#contents #content .article .sns_share li a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#contents #content .article .sns_share li a.twitter {
  background: url(../img/sns_share_x.svg) no-repeat;
  background-size: contain;
}
#contents #content .article .sns_share li a.facebook {
  background: url(../img/sns_share_facebook.svg) no-repeat;
}
#contents #content .article .sns_share li a.hatena_b {
  background: url(../img/sns_share_hatena.svg) no-repeat;
}
#contents #content .article .sns_share li:last-child {
  margin-right: 0;
}
#contents #content .link {
  width: 100%;
  height: 180px;
  background-color: #353535;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#contents #content .link ul {
  width: 440px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: left;
  box-sizing: border-box;
  padding: 0 30px;
}
#contents #content .link ul li {
  width: 130px;
  position: relative;
  display: flex;
}
#contents #content .link ul li a {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2;
  text-decoration: none;
}
#contents #content .link ul li a br {
  display: none;
}
#contents #content .link ul li:last-child {
  padding-right: 30px;
}
#contents #content .link ul li:first-child {
  padding-left: 30px;
  margin-right: 30px;
}
#contents #content .link ul li:last-child:before {
  content: "";
  width: 18px;
  height: 40px;
  background: url(../img/nextpage_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0px;
}
#contents #content .link ul li:first-child:before {
  content: "";
  width: 18px;
  height: 40px;
  background: url(../img/nextpage_left.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0px;
}
#contents #content .link ul.next_only {
  justify-content: flex-end;
}
#contents #content .link ul.next_only li {
  padding-right: 30px;
  margin-right: 30px;
}
#contents #content .link ul.next_only li:before {
  content: "";
  width: 18px;
  height: 40px;
  background: url(../img/nextpage_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0px;
  left: inherit;
}
#contents #content .related {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#contents #content .related h2 {
  font-size: 1.6rem;
  letter-spacing: 1em;
  color: #727272;
  text-align: center;
  margin-bottom: 30px;
}
#contents #content .related #related {
  clear: both;
}
#contents #content .related #related > ul {
  margin-left: 50px;
}
#contents #content .related #related > ul > li {
  float: left;
  padding: 0 10px 0 10px;
  width: 280px;
}
#contents #content .related #related > ul > li > a,
#contents #content .related #related > ul > li > div {
  width: 100%;
  display: block;
  text-decoration: none;
}
#contents #content .related #related > ul > li > a > p,
#contents #content .related #related > ul > li > div > p {
  width: 100%;
  height: 207px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
#contents #content .related #related > ul > li > a > div h1,
#contents #content .related #related > ul > li > div > div h1 {
  font-size: 3rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: none;
  color: #ffffff;
  line-height: 100%;
}
#contents #content .related #related > ul > li > a > div h1 span,
#contents #content .related #related > ul > li > div > div h1 span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 50%;
}
#contents #content .related #related > ul > li > a > div h1 a,
#contents #content .related #related > ul > li > div > div h1 a {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #ffffff;
}
#contents #content .related #related > ul > li > a > div h3,
#contents #content .related #related > ul > li > div > div h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
  color: #353535;
  white-space: pre-wrap;
}
#contents #content .related #related > ul > li > a > div .date,
#contents #content .related #related > ul > li > div > div .date {
  margin-right: 20px;
  font-size: 1rem;
  color: #727272;
}
#contents #content .related #related > ul > li > a > div > div > div,
#contents #content .related #related > ul > li > div > div > div > div {
  display: flex;
}
#contents #content .related #related > ul > li > a > div > div > div ul,
#contents #content .related #related > ul > li > div > div > div > div ul {
  display: flex;
}
#contents #content .related #related > ul > li > a > div > div > div ul li,
#contents #content .related #related > ul > li > div > div > div > div ul li {
  margin-right: 10px;
  font-size: 1.1rem;
  color: #727272;
  text-decoration: none;
}
#contents
  #content
  .related
  #related
  > ul
  > li
  > a
  > div
  > div
  > div
  ul
  li:last-child,
#contents
  #content
  .related
  #related
  > ul
  > li
  > div
  > div
  > div
  > div
  ul
  li:last-child {
  margin-right: 0;
}
#contents #content .related #related > ul > li img {
  width: 100%;
  height: 100%;
}
#contents .about {
  margin: 0px auto 200px auto;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.75;
  padding: 200px 20px 0 20px;
  box-sizing: border-box;
}
