@charset "UTF-8";
/* ===================================================
*
*  Style SCSS > CSS
*
=================================================== */
/*----------------------------------------------------
  Shitaji.CSS
  Version: 1.0
  ---
  Author: Qrac
  Author URL: https://twitter.com/Qrac_jp
  License: CC0 1.0 Public Domain
  ---
  Caution: 1rem = 10px, html font-size = 62.5%
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: inherit;
  text-decoration: none;
  font: inherit;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::before,
::after {
  background-repeat: no-repeat;
  text-decoration: inherit;
  vertical-align: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

hr {
  height: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  -webkit-text-decoration-skip: objects;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

/*----------------------------------------------------
  Base CSS
----------------------------------------------------*/
/* Modern Fonts */
body {
  font-family: -apple-system, Helvetica Neue, "YakuHanJP", Meiryo, メイリオ, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

.L-header {
  background: #fff;
  border-bottom: 1px solid #ffa854;
}

.L-header > .-inner {
  width: 963px;
  margin: 0 auto;
}

.L-header > .-inner > .-row {
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.L-main {
  background-color: #f7f7f7;
}

.L-main > .-inner {
  width: 963px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.L-main > .-inner > .-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.L-main > .-inner > .-row > .-col:first-child {
  -webkit-flex: 0 0 600px;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  padding: 40px;
  box-sizing: content-box;
  background-color: #fff;
}

.L-main > .-inner > .-row > .-col:last-child {
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding: 40px;
  box-sizing: content-box;
  background-color: #fafafa;
  border-left: 1px solid #efefef;
}

.L-main > .-inner > .-row > .-col > .-box {
  margin: 0 0 20px;
}

.L-main > .-inner > .-row > .-col > .-box:last-child {
  margin: 0;
}

.L-footer {
  background: #000;
}

.L-footer > .-inner {
  width: 963px;
  padding: 20px 0 60px;
  margin: 0 auto;
}

.L-footer > .-inner > .-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px;
}

.L-footer > .-inner > .-row:last-child {
  margin: 0;
}

.L-footer > .-inner > .-row > .-col {
  text-align: left;
}

.L-footer > .-inner > .-row > .-col:last-child {
  text-align: right;
}

.L-footer > .-inner > .-row > .-col > .-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.L-footer > .-inner > .-row > .-col > .-row > .-col {
  margin: 0 5px 5px 0;
}

.M-article {
  background-color: #fff9ee;
  border: 1px solid #ffe4b3;
  padding: 20px 20px 30px;
}

.M-article > .-box.V2 {
  margin: 0 0 20px;
}

.M-article > .-box.V-center {
  text-align: center;
}

.M-article > .-box:last-child {
  margin: 0;
}

.M-article > .-box > .-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.M-article > .-box > .-row > .-col {
  margin: 0 8px 0 0;
}

.M-article > .-box > .-row > .-col:last-child {
  margin: 0;
}

.M-article > .-box > .-cont {
  margin: 0 0 20px;
}

.M-article > .-box > .-cont:last-child {
  margin: 0;
}

.M-sideber > .-box.V1 {
  margin: 0 0 5px;
}

.M-sideber > .-box.V2 {
  margin: 0 0 15px;
}

.M-list > .-box.V1 {
  margin: 0 0 13px;
}

.M-list > .-box > .-cont {
  margin: 0 0 10px;
}

.M-list > .-box > .-cont:last-child {
  margin: 0;
}

.P-logo_nifty > .-link {
  display: block;
}

.P-logo_nifty > .-link > .-img {
  width: 88px;
  height: 31px;
}

.P-link_niftop > .-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}

.P-link_niftop > .-link:hover {
  text-decoration: none;
}

.P-img_niftop .-link {
  display: block;
}

.P-img_niftop .-img {
  width: 88px;
  height: 17px;
}

.P-img_toroku .-link {
  display: block;
}

.P-img_toroku .-img {
  width: 100px;
  height: 17px;
}

.P-txt_heading.V1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.P-txt_heading.V2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.P-txt_heading.V3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.P-txt_heading .-link {
  color: #1478cc;
}

.P-txt_heading .-link:hover {
  text-decoration: underline;
}

.P-txt_footer > .-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.P-txt_footer .-partition {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
}

.P-txt_footer .-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.P-txt_footer .-link:hover {
  text-decoration: none;
}

.P-txt_copylight {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.5);
}

.P-txt_date {
  font-size: 14px;
  font-size: 1.4rem;
}

.P-txt_partner {
  font-size: 14px;
  font-size: 1.4rem;
}

.P-txt_body {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px;
}

.P-img_media .-img {
  max-width: 100%;
}

.P-btn_more {
  text-align: center;
}

.P-btn_more .-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background: #1478cc;
  box-shadow: 0 3px 0 #105c9c;
  border-radius: 5px;
  padding: 20px 80px;
}

.P-btn_more .-link:hover {
  background: #1d84db;
  box-shadow: 0 3px 0 #1d6caf;
}

.P-list_media > .-link {
  display: block;
}

.P-list_media > .-link:hover .-heading {
  text-decoration: underline;
}

.P-list_media .-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.P-list_media .-row > .-col:first-child {
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin: 0 10px 0 0;
}

.P-list_media .-row > .-col:last-child {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.P-list_media .-img_frame {
  display: table;
  width: 120px;
  height: 90px;
  background: #ececec;
  text-align: center;
  margin: 0 auto 6px;
}

.P-list_media .-img_frame > .-cell {
  display: table-cell;
  vertical-align: middle;
}

.P-list_media .-img_frame > .-cell > .-img {
  max-width: 120px;
  max-height: 90px;
  vertical-align: bottom;
}

.P-list_media .-heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1478cc;
}

.P-list_media .-disc {
  font-size: 14px;
  font-size: 1.4rem;
}

.P-list_keyword {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.P-list_keyword > .-item {
  border-bottom: 1px solid #eaeaea;
}

.P-list_keyword > .-item:last-child {
  border-bottom: none;
}

.P-list_keyword > .-item > .-link {
  position: relative;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 5px 5px 20px;
}

.P-list_keyword > .-item > .-link:hover {
  color: #1478cc;
  background-color: #fff;
}

.P-list_keyword > .-item > .-link:before {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ccc;
}

.P-search_form {
  box-sizing: border-box;
}

.P-search_form .-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c3c3c3;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.P-search_form .-input_text {
  width: 140px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
}

.P-search_form .-input_text:placeholder-shown {
  color: #ccc;
}

.P-search_form .-input_text::-webkit-input-placeholder {
  color: #ccc;
}

.P-search_form .-input_text:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.P-search_form .-input_text::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.P-search_form .-input_text:-ms-input-placeholder {
  color: #ccc;
}

.P-search_form .-input_button {
  width: 60px;
  height: 41px;
  padding: 10px;
  color: #fff;
  background-color: #1478cc;
  border: 1px solid #1478cc;
}

.P-search_form .-input_button:hover {
  background-color: #1d84db;
}

.P-pagenavi {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}

.P-pagenavi .-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.P-pagenavi .-link {
  display: block;
  color: #1478cc;
  font-weight: 700;
  background-color: #f7f7f7;
  border: 1px solid #c3c3c3;
  padding: 8px 13px;
  line-height: 1;
  margin: 2px 2px 5px;
}

.P-pagenavi .-link:hover {
  color: #fff;
  background-color: #1478cc;
}

.P-pagenavi .-nolink {
  display: block;
  font-weight: 700;
  padding: 8px 13px;
  line-height: 1;
  margin: 2px 2px 5px;
}

.P-pagenavi .-more {
  color: #868686;
  padding: 8px 6px;
}
