html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

img {
  vertical-align: top;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a img {
  border: none;
}

* {
  box-sizing: border-box;
}

/* breadcrumb styles start */
@font-face {
  src: url("/files/user/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/files/user/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/files/user/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/files/user/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/files/user/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/files/user/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal; }

.l-breadcrumb li:not(:first-of-type)::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

.l-breadcrumb {
  padding: 15px 0;
  font-size: 13px;
  font-size: 1.3rem; }
  .l-breadcrumb li {
    display: inline; }
    .l-breadcrumb li:not(:first-of-type) {
      margin-left: 5px; }
      .l-breadcrumb li:not(:first-of-type)::before {
        display: inline-block;
        width: 16px;
        height: 16px;
        color: #000;
        font-size: 16px;
        font-size: 1.6rem;
        content: ""; }
  .l-breadcrumb li:last-child {
    color: #748397;
  }
  .l-breadcrumb a {
    color: #000;
  }

.l-breadcrumb-container {
  padding: 10px 10px 5px;
}

@media screen and (min-width: 768px) {
  .l-breadcrumb-container {
    padding: 10px 20px 5px;
  }
  .l-breadcrumb {
    margin-top: -40px;
  }
}
/* breadcrumb styles end */

@font-face {
  font-family: 'NotoSansCJKjp';
  src: local("Noto Sans CJK JP Light"), url("/v=2022120802/files/user/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/v=2022120802/files/user/fonts/NotoSansCJKjp-Regular.otf") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

html {
  font-size: 62.5%;
  /* 1.0rem = 10px */
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  font-family: "NotoSansCJKjp", sans-serif;
  background: #fff;
  color: #222;
  width: 100%;
  min-width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1180px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

input[type=text], textarea, select, button {
  font-family: "NotoSansCJKjp", sans-serif;
  color: #222;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  input[type=text], textarea, select, button {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
}

a, input.btn {
  text-decoration: none;
  transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
  a.opac:hover {
    opacity: 0.7;
  }
}

.header {
  position: relative;
}

.header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 58px 0 10px;
  background: #fff;
}

.header_logo {
  width: 131px;
  height: 34px;
}

@media screen and (min-width: 768px) {
  .header > .inner {
    height: auto;
    padding: 10px 0;
  }
  .header_logo {
    width: 224px;
    height: 59px;
  }
}

.gNav {
  background: #002e6e;
  position: relative;
  top: -60px;
}

.gNav_btnSPMenu {
  position: absolute;
  top: 0;
  right: 0;
}

.gNav_btnSPMenu .btn {
  display: table-cell;
  width: 51px;
  height: 60px;
  position: relative;
  background: #fff;
}

.gNav_btnSPMenu .btn > span {
  display: inline-block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 16.5px;
  background: #002e6e;
  transition: all .3s ease;
}

.gNav_btnSPMenu .btn > span:nth-of-type(1) {
  top: 22px;
}

.gNav_btnSPMenu .btn > span:nth-of-type(2) {
  top: 29px;
}

.gNav_btnSPMenu .btn > span:nth-of-type(3) {
  bottom: 22px;
}

.gNav_btnSPMenu .btn.is-open {
  background: #002e6e;
}

.gNav_btnSPMenu .btn.is-open > span {
  background: #fff;
}

.gNav_btnSPMenu .btn.is-open > span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.gNav_btnSPMenu .btn.is-open > span:nth-of-type(2) {
  opacity: 0;
}

.gNav_btnSPMenu .btn.is-open > span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.gNav > .inner {
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9000;
  background: inherit;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.gNav.is-open > .inner {
  opacity: 1;
  height: calc(100vh - 60px);
}

@media screen and (min-width: 768px) {
  .gNav.is-open > .inner {
    height: auto;
  }
}

.gNav_search {
  width: 100%;
  padding: 20px 10px;
}

.gNav_search input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  height: 45px;
}

.gNav_search input[type=text] {
  width: calc(100% - 45px);
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  font-size: 1.4rem;
}

.gNav_search input[type=submit] {
  width: 45px;
  border-radius: 0 3px 3px 0;
  background: url(/files/user/images/common/icon_search_nvy.svg?v=2022120820) no-repeat center center #dbe9fd;
  background-size: 20px 20px;
  text-indent: -9999px;
}

.gNav_list {
  border-top: 1px solid #011f4a;
  font-size: 0;
}

.gNav_list li {
  display: inline-block;
  width: 50%;
  border-right: 1px solid #011f4a;
  border-bottom: 1px solid #011f4a;
}

.gNav_list li:nth-child(even) {
  border-right: none;
}

.gNav_list a {
  display: block;
  line-height: 80px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

.gNav_spMenuClose {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.gNav_spMenuClose .btn {
  color: #fff;
  background: #002353;
  text-align: center;
  line-height: 44px;
}

@media screen and (min-width: 768px) {
  .gNav {
    position: static;
  }
  .gNav > .inner {
    width: 1180px;
    position: static;
    height: auto;
    opacity: 1;
  }
  .gNav > .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .gNav_search {
    float: right;
    width: 336px;
    padding: 9px 0;
  }
  .gNav_search input {
    height: 32px;
  }
  .gNav_search input[type=text] {
    width: 300px;
    font-size: 1.6rem;
  }
  .gNav_search input[type=submit] {
    width: 36px;
    background-size: 14px 14px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .gNav_search input[type=submit]:hover {
    background-color: #f87104;
    background-image: url(/files/user/images/common/icon_search_wht.svg?v=2022120820);
  }
  .gNav_list {
    border: none;
    float: left;
  }
  .gNav_list li {
    position: relative;
    width: auto;
    border: none;
    padding-right: 1px;
  }
  .gNav_list li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.6rem;
    background: #011f4a;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
  }
  .gNav_list li:first-child {
    padding-left: 1px;
  }
  .gNav_list li:first-child:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.6rem;
    background: #011f4a;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
  }
  .gNav_list a {
    line-height: 50px;
    padding: 0 15px;
  }
  .gNav_list a.is-active, .gNav_list a:hover {
    background: #f87104;
  }
}

.footer {
  text-align: center;
}

.footer a {
  color: #002e6e;
}

.footer .btnPageTop {
  margin: 40px 0 15px;
  font-size: 12px;
  font-family: 'montserrat', sans-serif;
  white-space: nowrap;
}

.footer .btnPageTop a {
  display: inline-block;
  padding-top: 24px;
  background: url(/files/user/images/common/arrow_pagetop.svg?v=2022120820) no-repeat center top;
  background-size: 28px 15px;
}

.footer .footNav {
  padding: 30px 0;
  border-top: 1px solid #002e6e;
}

.footer .footNav_list {
  font-size: 0;
}

.footer .footNav_list li {
  display: inline-block;
  margin: 0 15px;
  font-size: 13px;
  font-weight: bold;
}

.footer_sns {
  margin-bottom: 30px;
}

.footer .copy {
  background: #002e6e;
  color: #fff;
  line-height: 60px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.m-headding_1 {
  margin: 0 10px 20px;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .m-headding_1 {
    margin: 0 20px 40px;
    font-size: 32px;
  }
}

.m-headding_2 {
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 26px 26px;
  background-color: #002e6e;
  color: #fff;
  margin: 0 0 20px;
  padding: 0 10px 0 44px;
  line-height: 40px;
}

.m-headding_2.icon_popular {
  background-image: url(/files/user/images/common/icon_popular_sp.svg?v=2022120820);
}

.m-headding_2.icon_new {
  background-image: url(/files/user/images/common/icon_new_sp.svg?v=2022120820);
}

.m-headding_2.icon_list {
  background-image: url(/files/user/images/common/icon_list_sp.svg?v=2022120820);
}

.m-headding_2.icon_relation {
  background-image: url(/files/user/images/common/icon_relation_sp.svg?v=2022120820);
}

.m-headding_2.icon_rank {
  background-image: url(/files/user/images/common/icon_rank_sp.svg?v=2022120820);
}

.m-headding_2.icon_photo {
  background-image: url(/files/user/images/common/icon_photo_sp.svg?v=2022120820);
}

.m-headding_2.icon_recommend {
  background-image: url(/files/user/images/common/icon_recommend_sp.svg?v=2022120820);
}

.m-headding_2 .text-main {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-family: 'montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.m-headding_2 .text-sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .m-headding_2 {
    background-position: left center;
    background-size: auto;
    background-color: #fff;
    color: #002e6e;
    margin: -15px 0 15px;
    padding-left: 55px;
    line-height: 50px;
  }
  .m-headding_2.icon_popular {
    background-image: url(/files/user/images/common/icon_popular_pc.svg?v=2022120820);
  }
  .m-headding_2.icon_new {
    background-image: url(/files/user/images/common/icon_new_pc.svg?v=2022120820);
  }
  .m-headding_2.icon_list {
    background-image: url(/files/user/images/common/icon_list_pc.svg?v=2022120820);
  }
  .m-headding_2.icon_relation {
    background-image: url(/files/user/images/common/icon_relation_pc.svg?v=2022120820);
  }
  .m-headding_2.icon_rank {
    background-image: url(/files/user/images/common/icon_rank_pc.svg?v=2022120820);
  }
  .m-headding_2.icon_photo {
    background-image: url(/files/user/images/common/icon_photo_pc.svg?v=2022120820);
  }
  .m-headding_2.icon_recommend {
    background-image: url(/files/user/images/common/icon_recommend_pc.svg?v=2022120820);
  }
  .m-headding_2 .text-main {
    margin-right: 15px;
    font-size: 30px;
  }
  .contents_side .m-headding_2 {
    line-height: 28px;
    margin: -5px 0 5px;
    padding-left: 30px;
  }
  .contents_side .m-headding_2 .text-main {
    font-size: 20px;
  }
  .contents_side .m-headding_2 .text-sub {
    font-size: 13px;
  }
}

.m-btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 10px;
  text-align: center;
  font-size: 0;
}

.m-btnWrap.col1 {
  display: block;
}

.m-btnWrap + .m-btnWrap {
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .m-btnWrap {
    margin: 50px 0;
  }
  .m-btnWrap + .m-btnWrap {
    margin-top: -20px;
  }
}

.m-btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.m-btn > input.btn,
.m-btn > a,
.m-btn > .btnInner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 45px;
  border-radius: 3px;
  line-height: 1.1;
  font-size: 1.4rem;
  color: #002e6e;
}

.m-btn.btn_more {
  width: 250px;
}

.m-btn.btn_more a {
  background-color: #e4effd;
  background-repeat: no-repeat;
}

.m-btn.btn_more a .text {
  padding-left: 30px;
  background: url(/files/user/images/common/icon_plus_nvy.svg?v=2022120820) no-repeat 0 0;
  background-size: 17px 17px;
}

.m-btn.btn_pager {
  width: calc(100% - 95px - 95px);
  height: 45px;
  margin: 0 5px;
  position: relative;
}

.m-btn.btn_pager > .btnInner {
  background-color: #e4effd;
  background-repeat: no-repeat;
  background-image: url(/files/user/images/common/arrow_bottom_wht.svg?v=2022120820);
  background-position: right 10px center;
  background-size: 20px 20px;
  padding-right: 10px;
  font-family: 'montserrat', sans-serif;
  font-size: 18px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.m-btn.btn_pager select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.m-btn.btn_prev {
  width: 95px;
}

.m-btn.btn_prev a, .m-btn.btn_prev input.btn {
  border: 1px solid #002e6e;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-image: url(/files/user/images/common/arrow_prev_nvy.svg?v=2022120820);
  background-position: left 10px center;
  padding-left: 10px;
}

.m-btn.btn_next {
  width: 95px;
}

.m-btn.btn_next a, .m-btn.btn_next input.btn {
  border: 1px solid #002e6e;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-image: url(/files/user/images/common/arrow_next_nvy.svg?v=2022120820);
  background-position: right 10px center;
  padding-right: 10px;
}

.m-btn.btn_back {
  width: 137px;
}

.m-btn.btn_back a {
  border: 1px solid #002e6e;
  background-color: #fff;
  background-repeat: no-repeat;
  height: 38px;
}

.m-btn.btn_back a .text {
  padding-left: 30px;
  background: url(/files/user/images/common/arrow_back_nvy.svg?v=2022120820) no-repeat 0 0;
  background-size: 20px 14px;
}

@media screen and (min-width: 768px) {
  .m-btn > input.btn,
  .m-btn > a,
  .m-btn > .btnInner {
    font-size: 1.6rem;
    height: 50px;
  }
  .m-btn > input.btn:hover,
  .m-btn > a:hover,
  .m-btn > .btnInner:hover {
    background-color: #002e6e;
    color: #fff;
  }
  .m-btn.btn_more {
    width: 350px;
  }
  .m-btn.btn_more a:hover .text {
    background: url(/files/user/images/common/icon_plus_wht.svg?v=2022120820) no-repeat 0 0;
  }
  .m-btn.btn_pager {
    width: 350px;
    height: 50px;
  }
  .m-btn.btn_pager .btnInner {
    transition: all 0.2s ease;
  }
  .m-btn.btn_pager:hover > .btnInner {
    background-color: #002e6e;
    color: #fff;
  }
  .m-btn.btn_prev {
    width: 210px;
  }
  .m-btn.btn_prev a:hover,
  .m-btn.btn_prev input.btn:hover {
    cursor: pointer;
    background-image: url(/files/user/images/common/arrow_prev_wht.svg?v=2022120820);
  }
  .m-btn.btn_next {
    width: 210px;
  }
  .m-btn.btn_next a:hover,
  .m-btn.btn_next input.btn:hover {
    cursor: pointer;
    background-image: url(/files/user/images/common/arrow_next_wht.svg?v=2022120820);
  }
  .m-btn.btn_back {
    width: 180px;
  }
  .m-btn.btn_back a {
    height: 50px;
  }
  .m-btn.btn_back a:hover .text {
    background: url(/files/user/images/common/arrow_back_wht.svg?v=2022120820) no-repeat 0 0;
  }
}

.header_sns .m-linkText {
  text-align: center;
}

.header_sns .m-linkText a {
  font-size: 12px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .header_sns .m-linkText a:hover {
    text-decoration: underline;
  }
}

.m-snsList {
  font-size: 0;
}

.m-snsList > li {
  display: inline-block;
  width: 34px;
  margin-right: 8px;
}

.m-snsList > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .m-snsList > li img {
    width: 34px;
  }
}

@media screen and (min-width: 768px) {
  .m-snsList > li {
    width: 40px;
  }
}

.m-adArea {
  width: 100%;
  margin: 35px 0;
  text-align: center;
}

.m-articleList.photo .m-adArea {
  margin: 0;
}

.m-articleList.sizeL .m-adArea {
  margin-top: 15px;
}

.m-articleList.sizeM .m-adArea {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-adArea {
    width: auto;
    margin: 50px 0;
  }
  .header .m-adArea {
    margin: 0;
    min-width: 728px;
    min-height: 90px;
  }
  .contents_side .m-adArea {
    margin: 0;
  }
}

.md-tab .md-tabLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  bottom: -1px;
}

.md-tab .md-tabLink > li {
  margin-right: 2px;
}

.md-tab .md-tabLink > li:last-child {
  margin-right: 0;
}

.md-tab .md-tabLink a {
  display: table-cell;
  border-top: 1px solid #002e6e;
  border-left: 1px solid #002e6e;
  border-right: 1px solid #002e6e;
  background-color: #002e6e;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 1000px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px 3px 0 0;
}

.md-tab .md-tabLink a.is-active {
  background-color: #fff;
  color: #002e6e;
}

.md-tab .md-tabContents {
  border-top: 1px solid #002e6e;
  padding: 10px 0 0;
}

.md-tab .md-tabContentsBox {
  display: none;
}

.md-tab .md-tabContentsBox.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .md-tab .md-tabLink {
    margin-right: 0;
    margin-left: 0;
  }
  .md-tab .md-tabLink a {
    font-size: 1.8rem;
  }
  .md-tab .md-tabLink a:hover {
    background-color: #fff;
    color: #002e6e;
  }
  .md-tab .md-tabContents {
    padding: 40px 0 0;
  }
}

_:-ms-fullscreen, :root .md-tab .md-tabLink {
  bottom: -2px;
}

.m-articleList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 10px;
  padding-left: 10px;
}

.m-articleList .item > a {
  display: block;
}

.m-articleList .item > a:after {
  content: "";
  clear: both;
  display: block;
}

.m-articleList .item .text {
  overflow: hidden;
  color: #222;
}

.m-articleList .item .text a {
  color: #222;
}

.m-articleList .item .info {
  color: #748397;
  margin-top: 10px;
  font-size: 12px;
  overflow: hidden;
}

.m-articleList .item .info_date {
  display: inline-block;
  line-height: 1.2;
  border-right: 1px solid #748397;
  padding-right: .7em;
  margin-right: .7em;
}

.m-articleList .item .info_category {
  display: inline-block;
  line-height: 1.2;
  color: #f87104;
  font-weight: bold;
  margin-bottom: .7em;
}

.m-articleList .item .info_category a {
  color: #f87104;
  font-weight: bold;
}

.m-articleList .item .info_category a:active, .m-articleList .item .info_category a:visited {
  color: #f87104;
}

.m-articleList .item .info_category a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .m-articleList {
    padding: 0;
  }
  .m-articleList .item a:hover .thum {
    opacity: 0.7;
  }
  .m-articleList .item .thum a:hover {
    opacity: 0.7;
  }
  .m-articleList .item .text a:hover {
    text-decoration: underline;
  }
  .m-articleList .item .thum {
    transition: all 0.2s ease;
  }
  .m-articleList .item .thum img {
    width: 100%;
  }
  .m-articleList .item .info {
    margin-top: 5px;
    font-size: 14px;
  }
  .m-articleList .item .info_category {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-articleList.sizeL .item, .m-articleList.sizeL-sp .item {
    width: 100%;
  }
  .m-articleList.sizeL .item:nth-child(-n+2), .m-articleList.sizeL-sp .item:nth-child(-n+2) {
    width: 49%;
    margin: 0 0 30px;
    border-bottom: 1px solid #c6d1e2;
  }
  .m-articleList.sizeL .item:nth-child(-n+2) > a, .m-articleList.sizeL-sp .item:nth-child(-n+2) > a {
    padding: 0 0 20px;
  }
  .m-articleList.sizeL .item:nth-child(-n+2) .text, .m-articleList.sizeL-sp .item:nth-child(-n+2) .text {
    height: 58.5px;
    font-size: 13px;
    margin: 15px 0;
  }
  .m-articleList.sizeL .item:nth-child(n+3), .m-articleList.sizeL-sp .item:nth-child(n+3) {
    margin: 0 0 15px;
    width: 100%;
  }
  .m-articleList.sizeL .item:nth-child(n+3):last-child, .m-articleList.sizeL-sp .item:nth-child(n+3):last-child {
    margin-bottom: 0;
  }
  .m-articleList.sizeL .item:nth-child(n+3) .thum, .m-articleList.sizeL-sp .item:nth-child(n+3) .thum {
    width: 100px;
    float: left;
    margin-right: 10px;
  }
  .m-articleList.sizeL .item:nth-child(n+3) .text, .m-articleList.sizeL-sp .item:nth-child(n+3) .text {
    height: 39px;
    font-size: 13px;
  }
  .m-articleList.sizeL .item .thum img, .m-articleList.sizeL-sp .item .thum img {
    width: 100%;
  }
  .m-articleList.sizeM .item, .m-articleList.sizeM-sp .item {
    width: 100%;
    margin: 0 0 15px;
  }
  .m-articleList.sizeM .item:last-child, .m-articleList.sizeM-sp .item:last-child {
    margin-bottom: 0;
  }
  .m-articleList.sizeM .item .thum, .m-articleList.sizeM-sp .item .thum {
    width: 100px;
    float: left;
    margin-right: 10px;
  }
  .m-articleList.sizeM .item .thum img, .m-articleList.sizeM-sp .item .thum img {
    width: 100%;
  }
  .m-articleList.sizeM .item .text, .m-articleList.sizeM-sp .item .text {
    height: 39px;
    font-size: 13px;
  }
  .m-articleList.rank .item {
    width: 100%;
    margin: 0 -10px;
    border-bottom: 1px solid #c6d1e2;
    padding: 12px 5px  12px 35px;
    counter-increment: rank;
    position: relative;
  }
  .m-articleList.rank .item .text {
    color: #002e6e;
    height: 19.5px;
    font-size: 13px;
  }
  .m-articleList.rank .item .text a {
    color: #002e6e;
  }
  .m-articleList.rank .item .thum,
  .m-articleList.rank .item .info {
    display: none;
  }
  .m-articleList.rank .item a:after {
    content: counter(rank);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 10px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #002e6e;
    color: #fff;
    text-align: center;
    text-indent: -1px;
    line-height: 19px;
    font-family: 'montserrat', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
  }
  .m-articleList.rank .item:nth-child(-n+3) a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -18px;
    width: 16px;
    height: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .m-articleList.rank .item:nth-child(1) a:before {
    background-image: url(/files/user/images/common/icon_rank1_sp.svg?v=2022120820);
  }
  .m-articleList.rank .item:nth-child(1) a:after {
    background-color: #f2cf09;
  }
  .m-articleList.rank .item:nth-child(2) a:before {
    background-image: url(/files/user/images/common/icon_rank2_sp.svg?v=2022120820);
  }
  .m-articleList.rank .item:nth-child(2) a:after {
    background-color: #bfbfbf;
  }
  .m-articleList.rank .item:nth-child(3) a:before {
    background-image: url(/files/user/images/common/icon_rank3_sp.svg?v=2022120820);
  }
  .m-articleList.rank .item:nth-child(3) a:after {
    background-color: #d4780b;
  }
  .m-articleList.photo .item {
    width: 49%;
    margin-bottom: 2vw;
  }
  .m-articleList.photo .item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .m-articleList.photo .item .thum img {
    width: 100%;
  }
  .m-articleList.js-moreShowCont > *:nth-child(n+20) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .m-articleList.sizeL {
    margin-bottom: -24px;
  }
  .m-articleList.sizeL .item:nth-child(-n+3) {
    width: 248px;
    margin: 0 0 50px;
    border-bottom: 1px solid #c6d1e2;
    padding: 0 0 15px;
  }
  .m-articleList.sizeL .item:nth-child(-n+3) > a {
    padding: 0;
  }
  .m-articleList.sizeL .item:nth-child(-n+3) .text {
    margin: 15px 0;
    height: 81px;
    font-size: 18px;
  }
  .m-articleList.sizeL .item:nth-child(n+4) {
    width: 374px;
    margin: 0 0 24px;
  }
  .m-articleList.sizeL .item:nth-child(n+4) .thum {
    float: left;
    width: 150px;
    margin-right: 15px;
  }
  .m-articleList.sizeL .item:nth-child(n+4) .text {
    height: 84px;
    font-size: 14px;
  }
  .m-articleList.sizeM {
    margin-top: -15px;
  }
  .m-articleList.sizeM .item {
    border-bottom: 1px solid #c6d1e2;
    width: 100%;
    padding: 15px 0;
  }
  .m-articleList.sizeM .item .thum {
    float: left;
    width: 150px;
    margin-right: 15px;
  }
  .m-articleList.sizeM .item .text {
    height: 81px;
    font-size: 18px;
  }
  .m-articleList.sizeS-pc .item {
    border-bottom: 1px solid #c6d1e2;
    width: 100%;
    padding: 10px 0;
  }
  .m-articleList.sizeS-pc .item .thum {
    float: left;
    width: 96px;
    margin-right: 15px;
  }
  .m-articleList.sizeS-pc .item .text {
    height: 48px;
    font-size: 16px;
  }
  .m-articleList.sizeSS-pc .item {
    border-bottom: 1px dotted #c6d1e2;
    width: 100%;
    padding: 10px 0;
  }
  .m-articleList.sizeSS-pc .item:last-child {
    border-bottom: 0;
  }
  .m-articleList.sizeSS-pc .item .thum {
    float: left;
    width: 76px;
    margin-right: 15px;
  }
  .m-articleList.sizeSS-pc .item .text {
    height: 39px;
    font-size: 13px;
  }
  .m-articleList.sizeSS-pc .item .info {
    margin-top: 1px;
    font-size: 11px;
  }
  .m-articleList.rank {
    margin-bottom: -15px;
    justify-content: flex-start;
  }
  .m-articleList.rank .item {
    counter-increment: rank;
  }
  .m-articleList.rank .item:nth-child(-n+3) {
    width: 248px;
    margin: 0 0 40px 23px;
    border-bottom: 1px solid #c6d1e2;
  }
  .m-articleList.rank .item:nth-child(-n+3) > a {
    padding: 0;
  }
  .m-articleList.rank .item:nth-child(-n+3) .text {
    margin: 15px 0;
    height: 81px;
    font-size: 18px;
  }
  .m-articleList.rank .item:nth-child(-n+3) .info {
    margin: 15px 0;
  }
  .m-articleList.rank .item:nth-child(1) {
    margin-left: 0;
  }
  .m-articleList.rank .item:nth-child(n+4) {
    float: left;
    width: 374px;
    margin: 0 42px 15px 0;
  }
  .m-articleList.rank .item:nth-child(n+4) > a {
    float: left;
  }
  .m-articleList.rank .item:nth-child(n+4) .thum {
    float: left;
    width: 126px;
    margin-right: 15px;
  }
  .m-articleList.rank .item:nth-child(n+4) .text {
    height: 63px;
    font-size: 14px;
  }
  .m-articleList.rank .item:nth-child(odd) {
    margin-right: 0;
  }
  .m-articleList.rank .item .thum {
    position: relative;
  }
  .m-articleList.rank .item .thum:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 0 0 38px 52px;
    border-color: transparent transparent transparent #002e6e;
  }
  .m-articleList.rank .item .thum:after {
    content: counter(rank);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    line-height: 1;
    color: #fff;
    font-family: 'montserrat', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
  }
  .m-articleList.rank .item:nth-child(-n+3) .thum:before {
    border-width: 0 0 62px 84px;
  }
  .m-articleList.rank .item:nth-child(-n+3) .thum:after {
    font-size: 32px;
    top: -10px;
    padding: 17px 10px;
    background-position: 13px 0;
    background-repeat: no-repeat;
  }
  .m-articleList.rank .item:nth-child(1) .thum:before {
    border-left-color: #f2cf09;
  }
  .m-articleList.rank .item:nth-child(1) .thum:after {
    background-image: url(/files/user/images/common/icon_rank1_pc.svg?v=2022120820);
  }
  .m-articleList.rank .item:nth-child(2) .thum:before {
    border-left-color: #bfbfbf;
  }
  .m-articleList.rank .item:nth-child(2) .thum:after {
    background-image: url(/files/user/images/common/icon_rank2_pc.svg?v=2022120820);
  }
  .m-articleList.rank .item:nth-child(3) .thum:before {
    border-left-color: #d4780b;
  }
  .m-articleList.rank .item:nth-child(3) .thum:after {
    background-image: url(/files/user/images/common/icon_rank3_pc.svg?v=2022120820);
  }
  .m-articleList.photo .item {
    width: 166px;
    margin: 4px 0;
  }
  .m-articleList.js-moreShowCont > *:nth-child(n+14) {
    display: none;
  }
}

.m-articleData {
  padding: 10px 10px 5px;
  background: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .m-articleData {
    padding: 10px 20px 5px;
  }
}

.m-infoList {
  margin-bottom: .5em;
}

.m-infoList .info_date {
  display: inline-block;
  line-height: 1.2;
  border-right: 1px solid #748397;
  padding-right: .7em;
  margin-right: .7em;
  margin-bottom: .7em;
  color: #748397;
  font-size: 13px;
}

.m-infoList .info_category {
  display: inline-block;
  line-height: 1.2;
  margin-right: .7em;
  margin-bottom: .7em;
  font-weight: bold;
  font-size: 14px;
}

.m-infoList .info_category a {
  color: #f87104;
}

.m-infoList .info_tag {
  display: inline-block;
  margin-bottom: .7em;
  font-size: 12px;
}

.m-infoList .info_tag a {
  color: #f87104;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #fff;
}

.m-shereList .shere_btn {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 21px;
}

.m-shereList .shere_btn.tw,
.m-shereList .shere_btn.hatena {
  width: 80px;
}

.m-shereList .shere_btn.pocket {
  margin-right: 0;
}

.m-shereList .shere_btn.pocket .pocket-btn {
  width: 95px;
}

@media screen and (min-width: 768px) {
  .m-shereList .shere_btn {
    margin-right: 5px;
  }
}

.m-articleContent {
  overflow: hidden;
  margin: 30px 10px;
}

.m-articleContent p, .m-articleContent ul, .m-articleContent ol, .m-articleContent figure, .m-articleContent h1, .m-articleContent h2, .m-articleContent h3, .m-articleContent h4, .m-articleContent h5, .m-articleContent h6 {
  margin: 1em 0;
  font-size: 16px;
}

.m-articleContent p:nth-of-type(1) {
  margin-top: 0;
}

.m-articleContent strong {
  font-weight: bold;
}

.m-articleContent img {
  width: auto;
}

.m-articleContent a {
  color: #f87104;
}

.m-articleContent ul {
  list-style-type: disc;
  padding-left: 30px;
}

.m-articleContent ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.m-articleContent li {
  display: list-item;
}

.m-articleContent figure {
  text-align: center;
}

.m-articleContent figcaption {
  margin-top: .3em;
  font-size: 12px;
  color: #748397;
  text-align: center;
}

.m-articleContent h2 {
  margin-bottom: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6d1e2;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.m-articleContent h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 110px;
  height: 1px;
  background: #002e6e;
}

.m-articleContent h3 {
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 5px solid #e4effd;
  font-size: 20px;
  font-weight: bold;
}

.m-articleContent h4 {
  margin-bottom: 16px;
  padding: 0 0 5px 19px;
  border-bottom: 1px solid #c6d1e2;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.m-articleContent h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #002e6e;
}

@media screen and (min-width: 768px) {
  .m-articleContent {
    margin: 30px 0 50px;
  }
  .m-articleContent .m-adArea.pc {
    float: left;
    margin: 0 20px 20px 0;
  }
  .m-articleContent p, .m-articleContent ul, .m-articleContent ol, .m-articleContent div, .m-articleContent figure, .m-articleContent h1, .m-articleContent h2, .m-articleContent h3, .m-articleContent h4, .m-articleContent h5, .m-articleContent h6 {
    margin: 2em 0;
  }
  .m-articleContent p:nth-of-type(1) {
    margin-top: 0;
  }
  .m-articleContent a:hover {
    text-decoration: underline;
  }
  .m-articleContent figcaption {
    font-size: 13px;
  }
  .m-articleContent h2 {
    margin: 2.5em 0 32px;
    padding-bottom: 13px;
    font-size: 24px;
    clear: both;
  }
  .m-articleContent h3 {
    margin: 32px 0;
  }
  .m-articleContent h4 {
    margin: 32px 0;
  }
}

.m-articleForm {
  margin: 30px 10px;
}

.m-articleForm p, .m-articleForm ul, .m-articleForm ol, .m-articleForm div, .m-articleForm figure, .m-articleForm h1, .m-articleForm h2, .m-articleForm h3, .m-articleForm h4, .m-articleForm h5, .m-articleForm h6 {
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.6;
}

.m-articleForm img {
  width: 100%;
}

.m-articleForm a {
  color: #f87104;
}

.m-articleForm ul {
  list-style-type: disc;
  padding-left: 30px;
}

.m-articleForm ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.m-articleForm li {
  display: list-item;
}

.m-articleForm figcaption {
  margin-top: .3em;
  font-size: 12px;
  color: #748397;
  text-align: center;
}

.m-articleForm h2 {
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 5px solid #e4effd;
  font-size: 20px;
  font-weight: bold;
}

.m-articleForm input[type=text],
.m-articleForm textarea {
  margin-top: 10px;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 3px;
  padding: 5px 10px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
}

.m-articleForm textarea {
  height: 100px;
}

.m-articleForm .m-form-block {
  width: 100%;
  margin: 0 auto 20px;
}

.m-articleForm .icon-required {
  color: #c00;
  font-weight: bold;
  margin-left: 5px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.m-articleForm .m-btn-form {
  text-align: center;
}

.m-articleForm .m-btn.btn_next,
.m-articleForm .m-btn.btn_prev {
  width: 45%;
  margin: 0 5px;
}

.m-articleForm .c-form-errorBox {
  padding: 10px;
  background-color: #f4f4f4;
  color: #c00;
  margin: 0 0 30px;
}

.m-articleForm .c-form-errorBox .c-form-errorBox__heading {
  display: none;
}

.m-articleForm .c-form-errorBox .c-form-errorBox__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.m-articleForm .c-form-errorBox .c-form-errorBox__list > li {
  display: block;
}

@media screen and (min-width: 768px) {
  .m-articleForm {
    margin: 30px 0 50px;
  }
  .m-articleForm p, .m-articleForm ul, .m-articleForm ol, .m-articleForm div, .m-articleForm figure, .m-articleForm h1, .m-articleForm h2, .m-articleForm h3, .m-articleForm h4, .m-articleForm h5, .m-articleForm h6 {
    margin: 0;
  }
  .m-articleForm a:hover {
    text-decoration: underline;
  }
  .m-articleForm figcaption {
    font-size: 13px;
  }
  .m-articleForm h2 {
    margin: 0 0 5px;
  }
  .m-articleForm input[type=text],
  .m-articleForm textarea {
    margin-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    border-radius: 3px;
    padding: 5px 10px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
  }
  .m-articleForm textarea {
    height: 100px;
  }
  .m-articleForm .m-form-block {
    width: 100%;
    margin: 0 auto 30px;
  }
  .m-articleForm .icon-required {
    color: #c00;
    font-weight: bold;
    margin-left: 5px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .m-articleForm .m-btn-form {
    text-align: center;
  }
  .m-articleForm .m-btn.btn_next,
  .m-articleForm .m-btn.btn_prev {
    width: 210px;
  }
  .m-articleForm .c-form-errorBox {
    padding: 20px;
  }
}

.m-bannerList li {
  margin-bottom: 10px;
}

.m-bannerList img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .m-bannerList {
    padding: 0 10px 30px;
  }
}

@media screen and (min-width: 768px) {
  .inner {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contents .section {
  margin-bottom: 30px;
}

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

@media screen and (min-width: 768px) {
  .contents {
    width: 1180px;
    margin: 40px auto;
  }
  .contents:after {
    content: "";
    clear: both;
    display: block;
  }
  .contents_main {
    width: 790px;
    float: left;
  }
  .contents_main .section {
    margin-bottom: 40px;
  }
  .contents_side {
    width: 336px;
    margin-top: -30px;
    float: right;
  }
  .contents_side > * {
    padding: 30px 0;
    border-bottom: 1px solid #c6d1e2;
  }
  .contents_side > *:last-child {
    border-bottom: 0;
  }
  .contents_side .section {
    margin-bottom: 0;
  }
}

.section-popular .m-headding_2 {
  margin-bottom: 0;
}

.section-list {
  padding: 25px 0 0;
  border-top: 1px solid #002e6e;
}

.section-list .m-headding_2 {
  background-color: #fff;
  color: #002e6e;
}

.section-list .m-headding_2 .text-main {
  font-size: 24px;
}

.section-detail {
  padding: 25px 0 0;
  border-top: 1px solid #002e6e;
}

@media screen and (min-width: 768px) {
  .section-new {
    padding: 0 0 50px;
    border-bottom: 1px solid #002e6e;
  }
  .section-list {
    padding: 25px 0 50px;
    border-top: 1px solid #002e6e;
    border-bottom: 1px solid #002e6e;
  }
  .section-list .m-headding_2 .text-main {
    font-size: 30px;
  }
  .section-detail {
    padding: 25px 0 50px;
    border-top: 1px solid #002e6e;
    border-bottom: 1px solid #002e6e;
  }
}

.m-btn.btn_all {
  display: block;
  margin: 0 auto;
  width: 250px;
}

.m-btn.btn_all a {
  border: 1px solid #002e6e;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-image: url(/files/user/images/common/arrow_next1_nvy.svg);
  background-position: right 10px center;
  padding-right: 10px;
}