@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  font-size: 1rem;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.56;
  font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background-color: #fff;
  word-break: break-all;
  word-wrap: break-word;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0044cb;
  text-decoration: none;
}

a:focus, a:hover {
  color: #002a7f;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  color: #999;
  line-height: 1;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

.h2 {
  font-size: 32px;
  font-size: 2rem;
}

.h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

.h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

.h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

.h6 {
  font-size: 16px;
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #454545;
}

small,
.small {
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #e3f4f9;
}

ul.unstyled,
ol.unstyled {
  padding-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  padding-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  margin-right: .5em;
}

ul.inline > li:last-child,
ol.inline > li:last-child {
  margin-right: 0;
}

blockquote {
  padding: 0.5rem 1rem;
  border-left: 0.25rem solid #454545;
}

blockquote > *:first-child {
  margin-top: 0;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

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

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0.25rem;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 0rem;
  margin: 0 0 0.5rem;
  font-size: 13px;
  line-height: 1.56;
  word-break: normal;
  word-wrap: normal;
  overflow: auto;
  color: #222;
  background-color: #fafafc;
  border: 1px solid #454545;
  border-radius: 0.25rem;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.l-wrapper {
  background-color: #fff;
  word-break: normal;
  word-wrap: break-word;
}

.l-sub {
  margin-bottom: 80px;
}

.l-sub:before, .l-sub:after {
  content: " ";
  display: table;
}

.l-sub:after {
  clear: both;
}

.l-inner {
  width: 970px;
  min-width: 970px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.l-inner:before, .l-inner:after {
  content: " ";
  display: table;
}

.l-inner:after {
  clear: both;
}

.l-contents {
  padding-top: 70px;
}

.l-contentsFooter:before, .l-contentsFooter:after {
  content: " ";
  display: table;
}

.l-contentsFooter:after {
  clear: both;
}

.l-right-sidebar .l-main {
  margin-top: 70px;
  float: left;
  width: 583px;
}

.l-right-sidebar .l-sub {
  margin-top: 70px;
  float: right;
  width: 300px;
}

.l-right-sidebar .SubBox + .Info {
  margin: -30px 0 0 0;
}

.l-article .l-main {
  width: 740px;
  margin: 0 auto;
}

.l-article .l-sub {
  margin-bottom: 120px;
}

.l-article .l-sub__inner--left, .l-article .l-sub__inner--right {
  width: 440px;
}

.l-article .l-sub__inner--left {
  float: left;
}

.l-article .l-sub__inner--right {
  float: right;
}

.l-page .l-main {
  width: 740px;
  margin: 0 auto;
}

.l-page .l-sub {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.l-page .l-sub__inner--left {
  width: 300px;
  float: left;
}

.l-page .l-sub__inner--right {
  float: right;
  width: 390px;
}

.l-page .l-contentsFooter {
  width: 740px;
  margin: 0 auto;
}

.l-list .l-main {
  padding-top: 100px;
}

.l-list .l-sub__inner--left, .l-list .l-sub__inner--right {
  width: 435px;
}

.l-list .l-sub__inner--left {
  float: left;
}

.l-list .l-sub__inner--right {
  float: right;
}

.l-center .l-main {
  text-align: center;
  padding: 160px 0 110px;
}

.l-center .l-sub__inner--left, .l-center .l-sub__inner--right {
  width: 440px;
}

.l-center .l-sub__inner--left {
  float: left;
}

.l-center .l-sub__inner--right {
  float: right;
}

.l-center .text {
  margin-bottom: 40px;
}

.l-emg {
  min-width: 970px;
}

.l-header {
  min-width: 970px;
}

.l-headerInner {
  width: 970px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

.l-masthead {
  position: relative;
}

.l-masthead:before, .l-masthead:after {
  content: " ";
  display: table;
}

.l-masthead:after {
  clear: both;
}

.l-siteLogo {
  position: absolute;
  z-index: 510;
}

.l-navigationToggle {
  display: none;
}

.l-navigation {
  float: left;
  margin-left: 150px;
}

.l-yjLogo {
  display: none;
}

.l-search {
  float: left;
  margin-top: 18px;
  margin-left: 50px;
}

.l-mscLogo {
  position: absolute;
  top: 25px;
  right: 10px;
}

.l-socialAccountList {
  float: left;
  margin-top: 18px;
}

.l-openedModal {
  overflow: hidden;
}

.emg,
.emg2,
.emg3 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.emg table,
.emg2 table,
.emg3 table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.emg table td,
.emg2 table td,
.emg3 table td {
  white-space: normal;
  padding: 2px;
  color: #222;
}

.emg > table,
.emg2 > table,
.emg3 > table {
  max-width: 780px;
  margin: 10px auto !important;
}

.emg2 br {
  display: none;
}

.mem,
.mem2,
.mem3 {
  max-width: 780px;
  margin: 0 auto;
}

.GlobalHeader {
  z-index: 600;
  position: fixed;
  width: 100%;
  height: 70px;
  background: #333;
}

.SiteLogo {
  margin: 10px 0 0 0;
}

.SiteLogo__anchor {
  display: block;
}

.SiteLogo__anchor {
  width: 110px;
  height: 102px;
  background: url(../images/logo-site.png) no-repeat 10px 10px;
  background-image: url(../images/logo-site_pc.png) \9;
}

.SiteLogo__anchor:hover {
  background-position: -110px 10px;
}

.YjLogo {
  margin: 0;
}

.NavigationDrawer small {
  color: #999;
}

.NavigationDrawer__item {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.NavList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.NavList:before, .NavList:after {
  content: " ";
  display: table;
}

.NavList:after {
  clear: both;
}

.NavList > li {
  float: left;
  padding-right: 1px;
  background: url(../images/nav_border.png) right 50% no-repeat;
}

.NavList > li:last-child {
  background: none;
}

.NavList > li.mail > a {
  color: #e8d44c;
  padding-left: 45px;
  background: url(https://s.yimg.jp/images/marketing/d-marketing/images/icon_mail.png) 15px 52% no-repeat;
}

.NavList > li.mail > a:focus, .NavList > li.mail > a:hover {
  color: #e8d44c;
}

.NavList > li > a {
  color: #fff;
  height: 70px;
  padding: 25px 10px;
  display: block;
}

.NavList > li > a:focus, .NavList > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #222;
}

.SubNavList {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 25px;
  position: absolute;
  background: #eee;
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.5);
}

.SubNavList > li {
  margin: 10px 0;
}

.SubNavList > li > a {
  display: block;
  color: #222;
}

.SubNavList > li > a:hover {
  text-decoration: underline;
}

.Dropdown__menu {
  display: none;
  z-index: 700;
}

.Dropdown.unhover:hover .Dropdown__menu {
  display: none;
}

.Dropdown.active .Dropdown__toggle + .Dropdown__menu,
.Dropdown:hover .Dropdown__menu {
  display: block;
}

.SearchBox {
  margin: 0;
}

.SearchBox__title {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0;
  background: url(../images/icon_social_pc.png) no-repeat 0 0;
}

.active .SearchBox__title, .SearchBox__title:hover {
  background-position: 0 -34px;
}

.SearchBox__item {
  background: #333;
  padding: 24px 8px 8px;
  width: 216px;
  position: absolute;
}

.SearchBox__form {
  border: 0;
  padding: 4px;
  width: 150px;
  background: #222;
  margin-right: 4px;
  color: #fff;
}

.SearchBox__form:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.SearchBox__form::-moz-placeholder {
  color: #ccc;
}

.SearchBox__form:-ms-input-placeholder {
  color: #ccc;
}

.SearchBox__form::-webkit-input-placeholder {
  color: #ccc;
}

.SearchBox__bt {
  background: #4a4a4a;
  border: 0;
  padding: 5px 9px;
  color: #fff;
}

.SocialAccountList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.SocialAccountList:before, .SocialAccountList:after {
  content: " ";
  display: table;
}

.SocialAccountList:after {
  clear: both;
}

.SocialAccountList > li {
  float: left;
}

.SocialAccountList > li > a {
  display: block;
}

.SocialAccountList > li > a {
  width: 34px;
  height: 34px;
  background: url(../images/icon_social_pc.png) no-repeat;
}

.SocialAccountList > li > a.SocialAccountList__tw {
  background-position: -34px 0px;
}

.SocialAccountList > li > a.SocialAccountList__tw:hover {
  background-position: -34px -34px;
}

.SocialAccountList > li > a.SocialAccountList__fb {
  background-position: -68px 0px;
}

.SocialAccountList > li > a.SocialAccountList__fb:hover {
  background-position: -68px -34px;
}

.Footer {
  background: #222;
  padding-top: 10px;
  border-top: #eee 10px solid;
  position: relative;
}

.Footer__inner {
  margin: 0 25px;
}

.FooterInfo {
  color: #fff;
}

.FooterInfo {
  float: left;
  width: 370px;
  margin: 50px 0 0 0;
  font-size: 13px;
  font-size: 0.812rem;
}

.FooterInfo__title {
  background: url(../images/logo_ifd_w.png) no-repeat 0 0;
  height: 25px;
  margin-bottom: 1rem;
}

.FooterInfo__link {
  display: block;
  width: 161px;
  height: 25px;
}

.FooterSection__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.FooterSection__list > li {
  margin-bottom: 5px;
}

.FooterSection__list > li > a {
  color: #c1c1c1;
}

.FooterSection {
  float: left;
  margin: 60px 0 0 50px;
}

.FooterSection__title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.FooterSection__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.812rem;
}

.FooterSection__list > li {
  margin-bottom: 5px;
}

.FooterSection__list > li a {
  color: #c1c1c1;
}

.GlobalFooter__linkList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.GlobalFooter__text {
  font-size: 13px;
  font-size: 0.812rem;
  margin: 0;
}

.GlobalFooter {
  padding: 50px 0 40px;
}

.GlobalFooter__yjLogo {
  float: left;
}

.GlobalFooter__yjLogo__anchor {
  display: block;
  background: url(https://s.yimg.jp/c/logo/f/2.0/yj_w_28.png) no-repeat;
  width: 112px;
  height: 28px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.GlobalFooter__yjLogo__text {
  text-indent: -9999px;
}

.GlobalFooter__linkList {
  margin-left: 170px;
  margin-bottom: 15px;
}

.GlobalFooter__linkList > li {
  display: inline-block;
  border-left: #444 1px solid;
  padding: 0 15px;
}

.GlobalFooter__linkList > li:first-child {
  border: 0;
  padding-left: 0;
}

.GlobalFooter__linkList > li > a {
  color: #fff;
}

.GlobalFooter__text {
  margin-left: 170px;
  color: #fff;
}

.Tags {
  padding: 40px 0 30px 0;
}

.Alert {
  clear: both;
  margin: 3rem 0 1rem 0;
  padding: 0.5rem;
  padding-bottom: 0.25rem;
  border: 1px solid #454545;
}

.Alert__header {
  margin: 0;
  padding: 0;
  padding-bottom: 0.25rem;
  color: inherit;
  font-size: 100%;
  font-weight: bold;
}

.Alert__header:before, .Alert__header:after {
  content: " ";
  display: table;
}

.Alert__header:after {
  clear: both;
}

.Alert__header > *:first-child {
  margin-top: 0;
}

.Alert__header > *:last-child {
  margin-bottom: 0;
}

.Alert__header h1, .Alert__header h2, .Alert__header h3, .Alert__header h4, .Alert__header h5, .Alert__header h6 {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

.Alert__body {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  border-top: 1px dashed #454545;
}

.Alert__body:before, .Alert__body:after {
  content: " ";
  display: table;
}

.Alert__body:after {
  clear: both;
}

.Alert__body > *:first-child {
  margin-top: 0;
}

.Alert__body > *:last-child {
  margin-bottom: 0;
}

.Alert {
  border-color: #454545;
  background-color: #efefec;
}

.Alert .Alert__header {
  color: #222;
}

.Alert .Alert__body {
  border-top-color: #454545;
}

.Alert.primary {
  border-color: #6f9edb;
  background-color: #d5e3f5;
}

.Alert.primary .Alert__header {
  color: #222;
}

.Alert.primary .Alert__body {
  border-top-color: #6f9edb;
}

.Alert.info {
  border-color: #5bc0de;
  background-color: #e3f4f9;
}

.Alert.info .Alert__header {
  color: #222;
}

.Alert.info .Alert__body {
  border-top-color: #5bc0de;
}

.Alert.success {
  border-color: #5cb85c;
  background-color: #dcf0dc;
}

.Alert.success .Alert__header {
  color: #222;
}

.Alert.success .Alert__body {
  border-top-color: #5cb85c;
}

.Alert.warning {
  border-color: #f0ad4e;
  background-color: #fceedb;
}

.Alert.warning .Alert__header {
  color: #222;
}

.Alert.warning .Alert__body {
  border-top-color: #f0ad4e;
}

.Alert.danger {
  border-color: #d9534f;
  background-color: #fae7e6;
}

.Alert.danger .Alert__header {
  color: #222;
}

.Alert.danger .Alert__body {
  border-top-color: #d9534f;
}

.Link {
  color: #ad0022;
  text-decoration: none;
  border-bottom: #aaa 1px dotted;
}

.Link:hover {
  border-bottom: #ad0022 1px solid;
  text-decoration: none;
  color: #ad0022;
}

.ArticleImg {
  width: 100%;
}

.Article {
  padding: 30px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
}

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

.Article a {
  color: #ad0022;
  text-decoration: none;
  border-bottom: #aaa 1px dotted;
}

.Article a:hover {
  border-bottom: #ad0022 1px solid;
}

.Article > p {
  margin-bottom: 1.5rem;
}

.SNS {
  list-style-type: none;
  margin: 0;
  padding: 25px 0;
}

.SNS:before, .SNS:after {
  content: " ";
  display: table;
}

.SNS:after {
  clear: both;
}

.Caption .SNS {
  padding-bottom: 0;
}

.SNS li {
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
  line-height: 1;
}

.SNS li a {
  border: none;
  display: block;
}

.SNS li a:hover {
  border-bottom: none;
}

.SNS__fb {
  width: 103px;
}

.SNS__tw {
  width: 103px;
}

.SNS__hatebu {
  margin-right: 10px;
}

.SNS__pocket {
  width: 102px;
}

.SnsButton {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 25px 0 0;
}

.SnsButton__trigger {
  border-bottom: none !important;
}

.SnsButton__item {
  float: left;
  margin-right: 10px;
}

.SnsButton__item:last-child {
  margin-right: 0;
}

.SnsButton__image {
  width: 66px;
}

.Caption {
  margin-top: -42px;
  padding-bottom: 20px;
}

.Caption__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.Caption__category {
  font-size: 12px;
  font-size: 0.75rem;
  background: #fff;
  display: inline-block;
  padding: 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 0px 4px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 0px 4px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 0px 4px 1px;
}

.Caption__day {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8a8a8a;
  display: inline;
  margin-right: 15px;
}

.Caption__text {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.Caption__text > .about {
  background: #eee;
  padding: 20px 15px 0 15px;
}

.Caption__text > .about:before, .Caption__text > .about:after {
  content: " ";
  display: table;
}

.Caption__text > .about:after {
  clear: both;
}

.Caption__text > .about > .title {
  font-weight: bold;
}

.ArticleBody {
  padding: 50px 0 40px 0;
  line-height: 1.8;
}

.ArticleBody a {
  color: #ad0022;
  text-decoration: none;
  border-bottom: #aaa 1px dotted;
}

.ArticleBody a:hover {
  border-bottom: #ad0022 1px solid;
}

.ArticleBody a[target="new"] {
  background: url(../images/icon_link.png) no-repeat right center;
  padding-right: 21px;
  margin-right: 5px;
}

.ArticleBody .bigti {
  border-bottom: #222 1px solid;
  margin-bottom: 20px;
}

.ArticleBody .bigti > h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: #222 3px solid;
  margin: 0 0 2px;
}

.ArticleBody * + .bigti {
  margin-top: 60px;
}

.ArticleBody h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

.ArticleBody * + h3 {
  margin-top: 50px;
  margin-bottom: 15px;
}

.ArticleBody ul,
.ArticleBody ol {
  margin: 35px 0;
  padding: 0;
}

.ArticleBody ul li,
.ArticleBody ol li {
  margin: 1em 0 0 35px;
}

.ArticleBody ul {
  list-style-type: disc;
}

.ArticleBody ol {
  list-style-type: decimal;
}

.ArticleBody ul.check {
  margin-left: -20px;
}

.ArticleBody ul.check li {
  padding-left: 20px;
  list-style-type: none;
  background: url(../images/icon_list_check.png) no-repeat 0 5px;
}

.ArticleBody ul.alphabet {
  list-style-type: lower-alpha;
}

.ArticleBody figure {
  margin: 2rem 0 2rem 0;
}

.ArticleBody figure figcaption {
  font-weight: bold;
  margin-bottom: 5px;
}

.ArticleBody figure img + br + figcaption,
.ArticleBody figure img + figcaption {
  margin-top: 5px;
  color: #8a8a8a;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.ArticleBody figure img + br + figcaption a,
.ArticleBody figure img + figcaption a {
  padding-right: 0;
  margin-right: 0;
  color: #8a8a8a;
  border-bottom: 0;
}

.ArticleBody figure img + br + figcaption a[target=new],
.ArticleBody figure img + figcaption a[target=new] {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

.ArticleBody figure img + br + figcaption a:hover,
.ArticleBody figure img + figcaption a:hover {
  border-bottom: #8a8a8a 1px solid;
}

.ArticleBody figure p {
  margin-top: 5px;
  color: #8a8a8a;
  font-size: 14px;
  font-size: 0.875rem;
}

.ArticleBody figure p a {
  padding-right: 0;
  margin-right: 0;
  color: #8a8a8a;
  border-bottom: 0;
}

.ArticleBody figure p a[target=new] {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

.ArticleBody figure p a:hover {
  border-bottom: #8a8a8a 1px solid;
}

.ArticleBody .textbox {
  background: #f3f3f3;
  border: #d3d3d3 1px solid;
  margin: 0;
  padding: 20px 20px 0 20px;
}

.ArticleBody .textbox:before, .ArticleBody .textbox:after {
  content: " ";
  display: table;
}

.ArticleBody .textbox:after {
  clear: both;
}

.ArticleBody .textbox h3, .ArticleBody .textbox h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.ArticleBody .textbox h3 small, .ArticleBody .textbox h4 small {
  display: block;
  margin-top: .5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.ArticleBody .textbox.logoBox h3, .ArticleBody .textbox.logoBox h4 {
  margin: 0 0 15px 0;
  padding: 0;
}

.ArticleBody .textbox.logoBox br {
  display: none;
}

.ArticleBody .textbox.logoBox p {
  overflow: hidden;
}

.ArticleBody .textbox.logoBox .logo {
  float: left;
  margin: 0 20px 20px 0;
}

.ArticleBody .textbox.logoBox .thumbnail {
  float: left;
  margin: 0 20px 20px 0;
}

.ArticleBody * + .textbox {
  margin: 35px 0;
}

.ArticleBody .linkBox {
  display: block;
  background: #f3f3f3;
  border: #d3d3d3 1px solid;
  margin: 35px 0;
}

.ArticleBody .linkBox h3, .ArticleBody .linkBox h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.ArticleBody .linkBox h3 small, .ArticleBody .linkBox h4 small {
  display: block;
  margin-top: .5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.ArticleBody .linkBox br {
  display: none;
}

.ArticleBody .linkBox p {
  overflow: hidden;
}

.ArticleBody .linkBox .linkArea {
  display: block;
  padding: 20px 20px 0 20px;
  border: none;
}

.ArticleBody .linkBox .linkArea:before, .ArticleBody .linkBox .linkArea:after {
  content: " ";
  display: table;
}

.ArticleBody .linkBox .linkArea:after {
  clear: both;
}

.ArticleBody .linkBox .linkArea:hover {
  border: none;
}

.ArticleBody .linkBox .thumbnail {
  float: left;
  margin: 0 20px 20px 0;
}

.ArticleBody .linkBox .detail {
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 10px 0;
  text-align: center;
  color: #fff;
  background-color: #ad0022;
  font-size: 12px;
  font-size: 0.75rem;
}

.ArticleBody .linkBox .detailTtl:hover {
  text-decoration: underline;
}

.ArticleBody .Tweetbox br {
  display: none;
}

.ArticleBody .Tweetbox {
  background: #f3f3f3;
  border: #d3d3d3 1px solid;
  margin: 0;
  margin-bottom: 35px;
  overflow: hidden;
}

.ArticleBody .Tweetbox a[target="new"] {
  padding: 20px;
  margin: auto;
  background: none;
  text-decoration: none;
  border-bottom: none;
  display: block;
  cursor: auto;
  overflow: hidden;
}

.ArticleBody .Tweetbox a:hover {
  text-decoration: underline;
  color: #222;
}

.ArticleBody .Tweetbox__text {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #222;
  line-height: 1.7em;
  text-decoration: none;
  margin-bottom: 5px;
}

.ArticleBody .Tweetbox__tag {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  text-decoration: none;
  margin-bottom: 2px;
}

.ArticleBody .Tweetbox__btn {
  float: right;
  height: 28px;
  padding: 4px 10px 5px 8px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  clear: left;
  margin-bottom: 0;
}

.ArticleBody .Tweetbox__btn::before {
  content: '';
  position: relative;
  margin-right: 5px;
  float: left;
  width: 22px;
  height: 22px;
  background: url(../images/icon_social_twitter_sp.png) no-repeat;
  background-size: 22px 22px;
}

.ArticleBody .Tweetbox__btn:hover {
  background-color: #229fec;
}

.ArticleBody .blockquote {
  padding: 30px 20px 15px;
  border: #e1e1e1 1px solid;
  position: relative;
}

.ArticleBody .blockquote h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.ArticleBody .blockquote .start {
  background: url(../images/icon_blockquote_start.png) no-repeat 0 0;
  display: block;
  width: 24px;
  height: 21px;
  position: absolute;
  top: -10px;
  left: 7px;
}

.ArticleBody .blockquote .end {
  background: url(../images/icon_blockquote_end.png) no-repeat 0 0;
  display: block;
  width: 24px;
  height: 21px;
  position: absolute;
  bottom: -10px;
  right: 7px;
}

.ArticleFooter {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 1rem;
  padding: 15px 0 0 0;
}

.Sauce {
  color: #8a8a8a;
  margin: 0 0 15px 0;
  padding: 0;
}

.Sauce:first-child {
  padding-top: 1rem;
  border-top: #eee 1px solid;
}

.Sauce__title {
  float: left;
  margin-right: 5px;
  font-weight: normal;
  text-align: right;
  width: 3em;
}

.Sauce__item {
  margin: 0 0 0 3.5em;
  overflow: hidden;
  display: block;
}

.Sauce__item a {
  color: #8a8a8a;
  border-bottom: none;
}

.Sauce__item a:hover {
  border-bottom: none;
  color: #8a8a8a;
  text-decoration: underline;
}

.Interviewer {
  margin: 60px 0 0 0;
  color: #222;
}

.Interviewer:before, .Interviewer:after {
  content: " ";
  display: table;
}

.Interviewer:after {
  clear: both;
}

.Interviewer .bigti {
  border-bottom: #222 1px solid;
  margin-bottom: 20px;
}

.Interviewer .bigti__item {
  font-size: 20px;
  font-size: 1.25rem;
  color: #222;
  font-weight: bold;
  padding: 0 0 5px;
  border-bottom: #222 3px solid;
  margin-bottom: 2px;
}

.Interviewer .name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.Interviewer__img {
  float: left;
  margin-right: 20px;
}

.Interviewer__box {
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 100px;
}

.SiteLikeBox {
  width: 740px;
  text-align: center;
  background: #222;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

.SiteLikeBox:before, .SiteLikeBox:after {
  content: " ";
  display: table;
}

.SiteLikeBox:after {
  clear: both;
}

.SiteLikeBox__thumb {
  float: left;
  margin: 0;
}

.SiteLikeBox__body {
  overflow: hidden;
}

.SiteLikeBox__text {
  font-size: 18px;
  margin: 20px 0 0;
}

.SiteLikeBox__sns {
  margin: 10px auto 0;
  width: 124px;
}

.SiteLikeBox__subline {
  margin: 10px 0 0;
  color: #c1c1c1;
}

.SiteLikeBox__fb {
  overflow: hidden;
  width: 450px;
  height: 30px;
}

.videoWrap__title {
  margin: 0 0 5px !important;
  font-weight: bold;
  font-size: inherit !important;
  color: inherit !important;
}

.videoWrap p {
  margin-top: 5px;
  color: #8a8a8a;
  font-size: 14px;
  font-size: 0.875rem;
}

.videoWrap p a {
  padding-right: 0;
  margin-right: 0;
  color: #8a8a8a;
  border-bottom: 0;
}

.videoWrap p a[target=new] {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

.videoWrap p a:hover {
  border-bottom: #8a8a8a 1px solid;
}

.BannerBox {
  margin-top: 30px;
  text-align: center;
}

.BannerBox__item {
  margin: 0;
}

.BannerBox--sp {
  display: none;
}

.LinkPrev {
  margin-bottom: 0 !important;
}

.LinkNext {
  text-align: center;
  margin: 0 !important;
}

.PageTop {
  float: right;
  margin: 0 25px 35px;
}

.PageTop__item {
  background: url(../images/pagetop.png) no-repeat 0 0;
  background-size: cover;
  display: block;
  height: 50px;
  width: 50px;
}

.Pickup {
  position: relative;
  width: 100%;
  background-color: #222;
  overflow: hidden;
}

.Pickup__anchor {
  display: block;
  background: url(../images/bg_gradation.png) 0 bottom repeat-x;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

.Pickup__category {
  background: #fff;
  display: inline-block;
  color: #222;
}

.Pickup__title {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.Pickup__day {
  color: #fff;
  background: url(../images/pickup_img.png) 0 center no-repeat;
  padding-left: 45px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.Pickup__box {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.Pickup__anchor {
  height: 360px;
}

.Pickup__anchor:hover {
  text-decoration: none;
}

.Pickup__anchor:hover .Pickup__title {
  text-decoration: underline;
}

.Pickup__title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 5px;
}

.Pickup__category {
  padding: 2px 10px;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}

.Pickup__day {
  font-size: 14px;
  font-size: 0.875rem;
}

.RankingList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.812rem;
  margin-top: -20px;
}

.RankingArticle {
  display: block;
  color: #222;
  min-height: 95px;
  text-decoration: none;
  border-bottom: #eee 1px solid;
  padding: 12px 0;
}

.RankingArticle:before, .RankingArticle:after {
  content: " ";
  display: table;
}

.RankingArticle:after {
  clear: both;
}

.RankingArticle:focus, .RankingArticle:hover {
  color: inherit;
  text-decoration: inherit;
}

.RankingArticle:focus .RankingArticle__title, .RankingArticle:hover .RankingArticle__title {
  text-decoration: underline;
}

.RankingArticle:focus .RankingArticle__thumb::after, .RankingArticle:hover .RankingArticle__thumb::after {
  content: '';
  display: block;
  background: url(../images/thumb_on.png) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.RankingArticle__thumb {
  float: left;
  position: relative;
}

.RankingArticle__icon--1, .RankingArticle__icon--2, .RankingArticle__icon--3, .RankingArticle__icon--4, .RankingArticle__icon--5 {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/ranking_icon.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.RankingArticle__icon--1 {
  background-color: #ad0022;
  background-position: 0 0;
}

.RankingArticle__icon--2 {
  background-color: #424868;
  background-position: 0 -105px;
}

.RankingArticle__icon--3 {
  background-color: #222;
  background-position: 0 -210px;
}

.RankingArticle__icon--4 {
  background-color: #fff;
  background-position: 0 -315px;
}

.RankingArticle__icon--5 {
  background-color: #fff;
  background-position: 0 -420px;
}

.RankingArticle__body {
  margin-left: 110px;
}

.RankingArticle__title {
  display: block;
}

.RankingArticle__date {
  display: block;
  color: #999;
}

.ReadMore {
  margin-bottom: 100px;
}

.ReadMore__bt {
  background: #eee;
  border: 0;
  border-bottom: #b4b6c3 1px solid;
  padding: 14px 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.ReadMore__bt:hover {
  text-decoration: underline;
}

.Heading {
  border-bottom: #222 1px solid;
}

.Heading__title {
  margin-bottom: 2px;
  font-weight: normal;
}

.Heading__title b {
  font-weight: bold;
}

.Heading__title b::before, .Heading__title b::after {
  content: '”';
}

.Heading::after {
  content: '';
  display: block;
  margin-bottom: 5px;
  border-bottom: #222 3px solid;
}

.Heading {
  margin-bottom: 30px;
}

.Heading__title {
  padding: 0 0 5px 25px;
  font-size: 30px;
  font-size: 1.875rem;
}

.InfoSns__follow {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.InfoSns__follow:before, .InfoSns__follow:after {
  content: " ";
  display: table;
}

.InfoSns__follow:after {
  clear: both;
}

.InfoSns__follow > li {
  float: left;
  list-style: none;
  width: 100px;
  height: 20px;
}

.Info {
  border: #eee 1px solid;
  padding: 25px 25px 20px;
  font-size: 13px;
  font-size: 0.812rem;
}

.Info__logo {
  background: url(../images/logo-ifd.png) no-repeat center 0;
  margin: 0;
  padding: 95px 0 0 0;
}

.SubBox + .Info {
  margin: -30px 25px 0 25px;
}

.InfoSns {
  border-top: #eee 1px solid;
  padding: 15px 0 0 0;
}

.InfoSns:before, .InfoSns:after {
  content: " ";
  display: table;
}

.InfoSns:after {
  clear: both;
}

.InfoSns__title {
  font-size: 13px;
  font-size: 0.812rem;
  font-weight: bold;
}

.InfoSns__follow {
  padding: 0;
  margin: 0;
}

.InfoSns__follow > li {
  float: left;
  list-style: none;
  width: 100px;
  height: 20px;
}

.ArticleList:before, .ArticleList:after {
  content: " ";
  display: table;
}

.ArticleList:after {
  clear: both;
}

.ArticleList__box {
  float: left;
  margin: 0 0 40px 33px;
  min-height: 330px;
  position: relative;
}

.l-right-sidebar .ArticleList {
  margin-left: -35px;
}

.l-article .ArticleList {
  margin-left: -30px;
}

.l-list .ArticleList {
  margin-left: -5px;
}

.ArticleListItem {
  display: block;
  width: 276px;
  min-height: 330px;
}

.ArticleListItem:focus, .ArticleListItem:hover {
  text-decoration: none;
}

.ArticleListItem:focus > .ArticleListItem__title, .ArticleListItem:hover > .ArticleListItem__title {
  text-decoration: underline;
}

.ArticleListItem:focus .ArticleListItem__thumb, .ArticleListItem:hover .ArticleListItem__thumb {
  position: relative;
}

.ArticleListItem:focus .ArticleListItem__thumb::after, .ArticleListItem:hover .ArticleListItem__thumb::after {
  content: '';
  display: block;
  background: url(../images/thumb_on.png) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ArticleListItem__thumb {
  margin-bottom: 10px;
  position: relative;
}

.ArticleListItem__category {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 3px 10px;
  font-size: 11px;
  font-size: 0.688rem;
  background: #222;
  color: #fff;
}

.ArticleListItem__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #222;
}

.ArticleListItem__day {
  color: #999;
  border-top: #eee 1px solid;
  padding: 5px 0 0 0;
  margin: 0;
}

.ArticleListItem__new {
  color: #deb700;
  border-top: #e8cb53 1px solid;
  padding: 5px 0 0 0;
}

.ArticleListItem__new + .ArticleListItem__time {
  background: url(../images/new_border.png) no-repeat left center;
  padding-left: 12px;
  margin-left: 5px;
}

.SubBox {
  margin: 125px 0 50px;
}

.SubBox__header {
  border-bottom: #d9dbe1 1px solid;
  margin: 0 0 20px;
  padding: 0 25px;
}

.SubBox__header::after {
  content: '';
  display: block;
  border-bottom: #d9dbe1 3px solid;
  margin: 0 -25px 2px;
}

.SubBox__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
}

.SubBox__body {
  padding: 0 25px;
}

.SubBox__text {
  font-size: 13px;
  margin-bottom: 10px;
}

.SubBox__btn {
  text-align: center;
  display: block;
  padding: 20px 3px 18px 0px;
  font-weight: bold;
  font-size: 125%;
  letter-spacing: 0.2em;
  background: #e8d44c;
  border-radius: 4px;
  box-shadow: 0 2px 0 #bea918;
  text-decoration: none;
  color: #222;
  position: relative;
}

.SubBox__btn::before {
  content: '';
  position: relative;
  top: 1px;
  margin-right: 9px;
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/icon_mail.png) no-repeat;
  background-size: 20px 15px;
}

.SubBox__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 8px;
  height: 16px;
  background: url(../images/icon_linkmark.png) no-repeat;
  background-size: 8px 16px;
}

.SubBox__btn:hover {
  background-color: #eedb5a;
  box-shadow: 0 2px 0 #cdb82a;
  text-decoration: none;
  color: #222;
}

.l-right-sidebar .SubBox__header,
.l-right-sidebar .SubBox__body {
  padding-left: 0;
  padding-right: 0;
}

.l-right-sidebar .SubBox__header::after {
  margin-left: 0;
  margin-right: 0;
}

section.SubBox {
  margin-top: 0;
}

.l-sub__inner--left .SubBox {
  margin-top: 0;
}

.l-sub__inner--right .SubBox {
  margin-top: 0;
}

.AboutImg {
  margin-bottom: -40px;
  background: #222 url(../images/about_img.jpg) no-repeat 50% 50%;
  height: 360px;
}

.AboutMovie {
  display: block;
  width: 100%;
  height: 360px;
}

.tabs {
  padding-top: 30px;
  position: relative;
  background-color: #f0f0f0;
  min-width: 950px;
}

.tabs:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #d9dbe1;
  z-index: 1;
}

.tabs__list {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.tabs__item {
  display: inline-block;
  width: 364px;
  min-height: 60px;
  line-height: 60px;
  font-size: 16px;
  margin: 0 4px 9px;
  vertical-align: top;
}

.tabs__trigger {
  display: block;
  color: #222;
  border-top: 1px solid #d9dbe1;
  border-right: 1px solid #d9dbe1;
  border-left: 1px solid #d9dbe1;
  background-color: #e1e3e6;
  border-radius: 5px 5px 0 0;
}

.tabs__trigger:hover {
  color: #222;
  background-color: #d9dbe1;
}

.tabs--current .tabs__trigger {
  background-color: #fff;
  position: relative;
  z-index: 2;
  pointer-events: none;
  cursor: default;
}

.tabs--current .tabs__trigger:hover {
  text-decoration: none;
}

.About {
  font-size: 16px;
  font-size: 1rem;
  margin: 80px 0 100px 0;
}

.About h2 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
}

.About h3 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}

.About figure {
  margin: 40px 0 80px;
}

.About figcaption {
  margin-top: 10px;
  color: #555;
  font-size: 14px;
}

.list-case {
  padding-left: 0;
  list-style: none;
}

.list-case__item {
  margin-top: 6px;
  padding: 20px 20px 0 20px;
  clear: both;
}

.list-case__trigger {
  color: #ad0022;
  border-bottom: 1px dotted #ad0022;
}

.list-case__trigger:hover {
  text-decoration: none;
  color: #ad0022;
  border-bottom-style: solid;
}

.list-case__thumbnail {
  float: left;
  margin: 0 20px 20px 0;
}

.list-data {
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.list-data__item {
  display: inline-block;
  margin: 0 26px;
  vertical-align: top;
  width: 188px;
  height: 172px;
  background-repeat: no-repeat;
}

.list-data--view {
  background-image: url(../images/datasolution_img_01.png);
}

.list-data--keyword {
  background-image: url(../images/datasolution_img_02.png);
}

.list-data--service {
  background-image: url(../images/datasolution_img_03.png);
}

.list-data__text {
  margin-left: -20px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-top: 90px;
}

.caption {
  margin: 10px 0 60px;
  color: #555;
  font-size: 14px;
}

.Category__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 3px 0;
  border-bottom: #d9dbe1 3px solid;
}

.CategoryList {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.CategoryList > li {
  margin: 0 0 15px 20px;
}

.CategoryList > li > a {
  color: #222;
}

.CategoryList__count {
  color: #999;
}

.l-right-sidebar .CategoryList {
  border-bottom: #eee 1px solid;
}

.Modal {
  display: none;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 920;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.Modal__dialog {
  margin: 30px auto;
  width: 640px;
}

.Modal__header .close {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
}

.Modal__header .close, .Modal__header .close:hover, .Modal__header .close:focus {
  color: #fff;
}

.Modal__body iframe {
  background: #000;
}

.Modal__footer {
  padding: 5px 10px;
}

.ModalMask {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
}

.container {
  clear: both;
  margin-bottom: 1rem;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.lead {
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.note {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-disabled {
  color: #999 !important;
}

.text-info {
  color: #2390b0 !important;
}

.text-success {
  color: #3d8b3d !important;
}

.text-warning {
  color: #c77c11 !important;
}

.text-danger {
  color: #b52b27 !important;
}

.bg-disabled {
  background-color: #454545 !important;
}

.bg-primary {
  background-color: #d5e3f5 !important;
}

.bg-info {
  background-color: #e3f4f9 !important;
}

.bg-success {
  background-color: #dcf0dc !important;
}

.bg-warning {
  background-color: #fceedb !important;
}

.bg-danger {
  background-color: #fae7e6 !important;
}

.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: Alpha(Opacity=50);
  -ms-filter: "Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: Alpha(Opacity=75);
  -ms-filter: "Alpha(Opacity=75)";
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}

.required {
  font-weight: bold;
  font-style: normal;
  color: #d9534f;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.large-hidden {
  display: none !important;
}

.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
