@charset "utf-8";

/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,table,address,pre,
iframe,form,figure,dl {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  padding-top: 8px;
}
embed,object,iframe {
  border: 0;
  vertical-align: bottom;
}
button,input:not([type="radio"]):not([type="checkbox"]),
optgroup,textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button,input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,[type="button"],
[type="reset"],[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],[type="button"][disabled],
[type="reset"][disabled],[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  margin: 0;
  outline: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
}
caption {
  text-align: left;
}
td,th {
  vertical-align: top;
  line-height: 1.4;
  padding: 0px;
  overflow: hidden;
}

th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* ------------------------------------------------------------------------------
     base
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  line-height: 1.6;
}
body {
  font-size: 17px;
}

@media only screen and (min-width:768px) {
  body {
    min-width: 1040px;
  }
}
@media only screen and (max-width:767px) {
  body {
    /* font-size: 17px;
    font-size: 1.4rem; */
  }
}
a {
  color: #0e3283;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
a:visited {
  color: #8B62A0;
}
a:hover {
  opacity:0.7;
  color: #0B3582;
  text-decoration: underline;
}
a img:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)" !important;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s;
}
.pc_none,
.pc_none_flex {
  display:none!important;
}
@media screen and (max-width:767px) {
  .pc_none { display: block!important; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display: inline!important;
  }
  .sp_none {
    display: none!important;
    margin: 0px 15px;
  }
  .pc_none_flex {
    display: flex!important;
  }

}
.center {
  text-align: center!important;
}
.left {
  text-align: left!important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.icon-window {
  vertical-align: baseline;
}
.mt0 {
  margin-top: 0!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mt-01 {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .mt-01 {
    margin-top: 20px;
  }
}
.mt-02 {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .mt-02 {
    margin-top: 50px;
  }
}
.main {
  position: relative;
}
.red {
  color: #ff0000;
}
.blue {
  color: #0e3283;
}
.line-through {
  text-decoration: line-through;
}

/* ------------------------------------------------------------------------------
     ラジオボタンのデザイン変更
-------------------------------------------------------------------------------*/
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
}
input[type=radio] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0e3283;
  left: 0;
  top: -2px; bottom: 0;
  margin: auto;
}
input[type=radio] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0e3283;
  left: 3px;
  top: -2px; bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .3s;
}
input[type=radio]:checked + label::after {
 opacity: 1;
}

/* ------------------------------------------------------------------------------
     frame
-------------------------------------------------------------------------------*/
.contents-section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 17px;
}

/* ------------------------------------------------------------------------------
     color-box
-------------------------------------------------------------------------------*/
.color-box-01 {
  background: #f5f9ff;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}
.color-box-02 {
  background: #dce5f3;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}
.color-box-03 {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

/* ------------------------------------------------------------------------------
     post-link
-------------------------------------------------------------------------------*/
.post-link:visited .post-title {
  color: #8B62A0;
}
.post-link:hover {
  opacity: 1;
}
.post-link:hover .post-title {
  color: #0B3582;
}

/* ------------------------------------------------------------------------------
     header
-------------------------------------------------------------------------------*/
.header {
  padding-bottom: 1px;
  border-bottom: 1px solid #333333;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 23px 0 16px;
}
@media screen and (max-width:767px) {
  .header-top {
    padding: 18px 10px 10px;
  }
}
@media screen and (max-width:767px) {
  .header-title-wrap {
    width: 50%;
  }
}
/* @media screen and (max-width:767px) {
  .header-title img {
    max-width: 230px;
  }
} */
.header-copy {
  margin-top: 4px;
  font-size: 11px;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .header-copy {
    margin-top: 5px;
    font-size: 10px;
    white-space: nowrap;
  }
}

/* .header-top-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
} */
@media screen and (max-width:767px) {
  .header-top-right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    letter-spacing: 0;
    line-height: 1;
    /* position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    padding-right: 20px; */
  }
}

.header-info {
  width: 430px;
}
.header-info > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 13px;
  text-decoration: underline;
}
.header-info > a::before {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 16px; height: 16px;
  background: url(../images/icon_info.png) no-repeat;
}

/* 検索フォーム */
.header-search-form {
  margin-left: 30px;
  width: 410px;
}
.header-search-form #searchform {
  border: 1px solid #333333;
  border-radius: 50px;
}
.header-search-form #searchform input {
  display: block;
  padding: 6px 16px;
  width: 100%;
  height: auto;
  font-size: 13px;
}
.header-search-form #searchform #searchsubmit {
  width: 17px;
  margin-right: 10px;
  background: url(../images/search_submit_02.png) no-repeat center;
}

/* 会員ボタン */
.header-member {
  margin-left: 30px;
  font-size: 0;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .header-member {
    margin-left: 0;
    white-space: nowrap;
  }
}
.header-member > li {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .header-member > li {
    text-align: center;
    vertical-align: top;
  }
}
.header-member > li + li {
  margin-left: 30px;
}
@media screen and (max-width:767px) {
  .header-member > li + li {
    margin-left: 5px;
  }
}
.header-member > li > a {
  font-size: 12px;
  color: #080808;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .header-member > li > a {
    letter-spacing: 0;
  }
}
.header-member > li > .header-registration-button {
  display: inline-block;
  padding: 6px 20px;
  background: #0e3283;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
}
.header-member > li > .header-user-text {
  font-size: 12px;
  color: #080808;
  letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .header-member > li.header-provision {
    display: none;
  }
}

.header-border-box {
  padding: 5px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width:767px) {
  .header-border-box {
    display: none;
  }
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .header-inner {
    display: block;
    text-align: center;
  }
}

.header-inner-left {
  display: flex;
  align-items: center;
}

.header-sns-list {
  margin-left: 80px;
  font-size: 0;
  display: flex;
}
@media screen and (max-width:767px) {
  .header-sns-list {
    display: none;
  }
}
.header-sns-list > li {
  display: inline-block;
}
.header-sns-list > li + li {
  margin-left: 10px;
}

.header-link-list {
  font-size: 0;
}
.header-link-list > li {
  display: inline-block;
}
.header-link-list > li + li {
  margin-left: 16px;
}
.header-about-link {
  display: inline-block;
  padding: 2px 0 2px 24px;
  background: url(../images/icon_question.png) no-repeat left center;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .header-about-link {
    display: none;
  }
}
.header-new-post-link {
  display: inline-block;
  padding: 2px 0 2px 24px;
  background: url(../images/icon_bell.png) no-repeat left center;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .header-new-post-link {
    display: none;
  }
}

.header-provision-link {
  position: relative;
  display: inline-block;
  padding: 0 35px 0 34px;
  background: #e7ebf6 url(../images/icon_pen.png) no-repeat left 8px center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .header-provision-link {
    display: none;
  }
}
.header-provision-link::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(45deg);
}
.header-provision-link > span {
  display: inline-block;
  padding: 6px 0 6px 20px;
  border-left: 3px solid #f8f8f8;
}


@media screen and (min-width:768px) {
  .header-navi-wrapper {
    border-bottom: 1px solid #333333;
  }
}
@media screen and (max-width:767px) {
  .header-navi-wrapper {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #333333;
  }
}
.gnavi {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .gnavi {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.header-navi-main {
  display: table;
  width: 100%;
}
@media screen and (max-width:767px) {
  .header-navi-main {
    word-break: keep-all;
    white-space: nowrap;
  }
}
.header-navi-main > li {
  display: table-cell;
  padding: 8px;
}
@media screen and (max-width:767px) {
  .header-navi-main > li {
    display: table-cell;
    padding: 12px 7px;
  }
}
.header-navi-main > li > a {
  display: block;
  width: 100%;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:767px) {
  .header-navi-main > li > a {
    padding: 6px 7px;
    font-size: 12px;
  }
}
.header-navi-main > li.is-active > a {
  background: #e7ebf5;
}
.navi-border {
  position: relative;
}
.navi-border::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  display: block;
  width: 1px;
  height: 16px;
  margin: auto;
  background: #ccc;
}

.icon-login {
  width: 18px;
}
@media screen and (max-width:767px) {
  .icon-login {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .header-login-text {
    display: block;
    margin-top: 5px;
    font-size: 10px;
  }
}

@media screen and (min-width:768px) {
  .header-provision-link-sp-wrap {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .header-provision-link-sp-wrap {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .header-provision-link-sp-img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
  }
  .header-provision-link-sp-text {
    display: block;
    margin-top: 5px;
    font-size: 10px;
  }
}

.icon-mypage {
  padding-top: 8px;
}

/* ------------------------------------------------------------------------------
     ハンバーガーメニュー
-------------------------------------------------------------------------------*/
.menu-sp {
  margin-left: 5px;
  padding-top: 8px;
  box-sizing: border-box;
}
.menu-sp-text {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
.menu-trigger,
.menu-trigger span {
  display: block;
  transition: all .4s;
}
.menu-trigger {
  position: relative;
  width: 24px;
  height: 18px;
  margin: auto;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

/* ------------------------------------------------------------------------------
     main
-------------------------------------------------------------------------------*/
.main {
  padding: 30px 20px 120px;
}
@media screen and (max-width:767px) {
  .main {
    padding: 30px 10px 70px;
  }
}
@media screen and (min-width:768px) {
  .main-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.main-contents {
   max-width: 680px;
}

.top-main-section {
  padding-bottom: 62px;
}

@media screen and (min-width:768px) {
  .side {
    width: 300px;
  }
}
@media screen and (max-width:767px) {
  .side {
    margin: 35px 7.5px 0px;
  }
}

.side > article + article {
  margin-top: 30px;
}

.side-inner {
  margin-top: 20px;
  padding: 20px;
}

/* ------------------------------------------------------------------------------
     searchform
-------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
  .search-form {
    padding: 0;
    margin-bottom: 20px;
  }
}
#searchform {
  display: flex;
  border: 1px solid #333333;
  border-radius: 5px;
}
#searchform input {
  display: block;
  padding: 10px;
  width: 100%;
  width: calc(100% - 51px);
  height: 48px;
}
#searchform #searchsubmit {
  background: url(../images/search_submit.png) no-repeat;
  width: 51px;
}

/* ------------------------------------------------------------------------------
     popular-keyword
-------------------------------------------------------------------------------*/
.popular-keyword {
  margin-top: 10px;
  font-size: 0;
}
@media screen and (max-width:767px) {
  .popular-keyword {
    margin-top: 0;
  }
}
.popular-keyword dt {
  display: inline-block;
  padding-left: 31px;
  background: url(../images/icon_popular.png) no-repeat left center;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .popular-keyword dt {
    display: none;
  }
}
.popular-keyword dd {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .popular-keyword dd {
    overflow: auto;
    max-width: 100%;
  }
}
.popular-keyword-list {
  font-size: 0;
}
@media screen and (max-width:767px) {
  .popular-keyword-list {
    display: flex;
  }
}
.popular-keyword-list > li {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .popular-keyword-list > li {
    margin-top: 10px;
    margin-right: 8px;
  }
}
@media screen and (max-width:767px) {
  .popular-keyword-list > li:first-child {
    padding-left: 31px;
    background: url(../images/icon_popular.png) no-repeat left center;
  }
}
@media screen and (min-width:768px) {
  .popular-keyword-list > li + li {
    margin-left: 14px;
  }
}
.popular-keyword-list > li > a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .popular-keyword-list > li > a {
    display: inline-block;
    padding: 2px 10px;
    background: #f8f8f8;
    border-radius: 18px;
    font-size: 12px;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
  }
}

/* ------------------------------------------------------------------------------
     top-main-post
-------------------------------------------------------------------------------*/
.top-main-post {
  margin-top: 30px;
}
.top-main-post > a {
  display: block;
}
.top-main-post > a img:hover {
  opacity: 1;
}
.top-main-post-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
.top-main-post-image {
  position: relative;
  width: 200px;
}
.top-main-post-category {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 10px;
  background: #0e3283;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.top-main-post-summary {
  position: relative;
  width: 430px;
  /* padding-bottom: 30px; */
}
.top-main-post-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.top-main-post-text {
  margin-top: 10px;
  font-size: 14px;
}
.top-main-post-summary time {
  /* position: absolute;
  bottom: 0; */
  margin-top: 10px;
  display: block;
  color: #7d7d7d;
  font-size: 13px;
}

/* ------------------------------------------------------------------------------
     top-news
-------------------------------------------------------------------------------*/

@media screen and (min-width:768px) {
  .top-news {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .top-news {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .top-news-inner {
    width: 330px;
  }
}
@media screen and (max-width:767px) {
  .top-news-inner + .top-news-inner {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .top-news-inner > .title-01 {
    margin: 0 -10px;
  }
}

.top-news-list {
  margin-bottom: 30px;
}
.top-news-list > li {
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .top-news-list > li {
    margin-top: 20px;
  }
}
.top-news-list > li > a {
  display: block;
}
.top-news-list > li > a img:hover {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .top-news-list.latest-news-list > li:first-child {
    margin: 0 -10px 30px;
  }
}
@media screen and (max-width:767px) {
  .top-news-list > li:first-child > a {
    display: block;
    padding: 0;
  }
}
.top-news-list-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .top-news-list-item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
}
@media screen and (max-width:767px) {
  .top-news-list.latest-news-list > li:first-child .top-news-list-item {
    display: block;
    padding: 0;
    border-radius: 0;
  }
}
@media screen and (min-width:768px) {
  .top-news-list.latest-news-list > li:first-child .top-news-summary-text {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .top-news-list.latest-news-list > li:first-child .top-news-img {
    position: relative;
    width: 100%;
    height: 73.33vw;
    overflow: hidden;
  }
  .top-news-list.latest-news-list > li:first-child .top-news-img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .top-news-list.latest-news-list > li:first-child .top-news-summary {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .top-news-list.latest-news-list > li:first-child .top-news-category {
    position: absolute;
    top: 0;
    padding: 8px 10px;
    background: #0e3283;
    color: #ffffff;
    font-size: 12px;
    transform: translateY(-50%);
  }
  .top-news-list.latest-news-list > li:first-child .top-news-text {
    height: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    overflow: inherit;
  }
  .top-news-list.latest-news-list > li:first-child .top-news-summary-text {
    margin-top: 10px;
    color: #7d7d7d;
    font-size: 12px;
  }
}
.top-news-img {
  position: relative;
  width: 100px;
}
@media screen and (max-width:767px) {
  .top-news-img {
    width: 100px;
  }
}
.top-news-summary {
  position: relative;
}
@media screen and (min-width:768px) {
  .top-news-summary {
    width: 60%;
  }
}
@media screen and (max-width:767px) {
  .top-news-summary {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.top-news-category {
  color: #0e3283;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.top-news-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
.top-news-list > li .top-news-text {
    height: 73px;
    font-size: 14px;
    overflow: hidden;
  }
}
.top-news-summary time {
  display: block;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .top-news-summary time {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .top-news-summary time {
    margin-top: 10px;
    text-align: right;
  }
}
.top-news-ranking-number {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 40px;
  height: 40px;
  background: #0f3284;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width:767px) {
  .top-news-ranking-number {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}

.title-01 {
  padding: 10px 0;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .title-01 {
    padding: 10px 20px;
  }
}
.title-01 > .small {
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .title-01 > .small {
    font-size: 13px;
  }
}
.side-title {
  font-size: 18px;
}

.side-title.twitter-ranking-title {
  padding-left: 40px;
  background: url(../images/icon_twitter_06.png) no-repeat left center;
  background-size: 25.6px 20.8px;
}
.side-title.hatena-ranking-title {
  padding-left: 40px;
  background: url(../images/icon_hatena_04.png) no-repeat left center;
  background-size: 25.6px 20.8px;
}
.side-title.facebook-ranking-title {
  padding-left: 40px;
  background: url(../images/icon_facebook_05.png) no-repeat left center;
  background-size: 14.4px 25.6px;
}

/* ------------------------------------------------------------------------------
     wrap-article 2022.08.24追記
-------------------------------------------------------------------------------*/
td.enc-wrap {
  display: table-cell;
  vertical-align: inherit;
}

/* ------------------------------------------------------------------------------
     button-more
-------------------------------------------------------------------------------*/
a.button-more {
  position: relative;
  display: block;
  max-width: 330px;
  margin: 0 auto;
  padding: 12px 24px;
  border: 1px solid #0e3283;
  border-radius: 6px;
  color: #0e3283;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: 0.5s;
}
a.button-more::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: 16px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: solid 1px #0e3283;
  border-right: solid 1px #0e3283;
  transform: rotate(45deg);
}
a.button-more:hover {
  background: #0e3283;
  color: #ffffff;
  opacity: 1;
}
a.button-more:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

/* ------------------------------------------------------------------------------
     .button-side
-------------------------------------------------------------------------------*/
a.button-side {
  position: relative;
  display: block;
  max-width: 330px;
  margin: 0 auto;
  padding: 12px 24px;
  background: #ffffff;
  border: 1px solid #0e3283;
  border-radius: 40px;
  color: #0e3283;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: 0.5s;
}
a.button-side::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: 16px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: solid 1px #0e3283;
  border-right: solid 1px #0e3283;
  transform: rotate(45deg);
}
a.button-side:hover {
  background: #0e3283;
  color: #ffffff;
  opacity: 1;
}
a.button-side:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}


/* ------------------------------------------------------------------------------
     top-tenden-list
-------------------------------------------------------------------------------*/
.top-tenden-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .top-tenden-list {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-tenden-list {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
/* PCのみ2行2列 */
@media screen and (min-width:768px) {
  .top-tenden-list > li {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .top-tenden-list > li {
    margin-top: 20px;
    width: 100%;
  }
}
/* PCのみ2行2列 */
@media screen and (min-width:768px) {
  .top-tenden-list > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.top-tenden-list-title {
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .top-tenden-list-title {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .top-tenden-list-title {
    height: 73px;
    font-size: 14px;
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .top-tenden-list-image {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .top-tenden-list-image {
    width: 150px;
  }
}
.top-tenden-list-summary {
  position: relative;
  width: 100%;
  margin-left: 20px;
}
.top-tenden-list-summary time {
  display: block;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .top-tenden-list-summary time {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .top-tenden-list-summary time {
    margin-top: 10px;
    text-align: right;
  }
}

/* ------------------------------------------------------------------------------
     popular-project
-------------------------------------------------------------------------------*/
.popular-project {
  /* background: #f9f9f9; */
}
/* .popular-project  > .title-01 {
  padding: 15px 16px;
} */
.popular-project-content {
  /* padding: 20px; */
}
.popular-project-list {
  margin-bottom: 20px;
}
.popular-project-list > li {
  border-bottom: 1px solid #cccccc;
}
.popular-project-list > li > a {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.popular-project-image {
  width: 69px;
}
.popular-project-summary {
  width: calc(100% - 79px);
  margin-left: 10px;
}
.popular-project-summary-title {
  font-size: 16px;
  font-weight: bold;
}
.popular-project-summary-text {
  color: #707070;
  font-size: 12px;
}

/* ------------------------------------------------------------------------------
     books
-------------------------------------------------------------------------------*/
.books-main-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 16px 0;
}
.books-main-item-image {
  width: 90px;
}
.books-main-item-summary {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 16px;
  padding-bottom: 16px;
}
.books-main-item-label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.books-main-item-name {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
}
.books-main-item-link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #0e3283;
  font-size: 12px;
}
.books-main-item-link:visited {
  color: #0e3283;
}
.books-sub-item {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}

/* ------------------------------------------------------------------------------
     企業ミシュラン サイドバー
-------------------------------------------------------------------------------*/
.side-michelin-contents {
  padding: 20px;
  background: #ffffff;
}
.side-michelin-text {
  font-size: 14px;
  font-weight: bold;
}
.side-michelin-title {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.side-michelin-title::before,
.side-michelin-title::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  display: block;
  width: 50px;
  height: 5px;
  margin: auto;
  background: #ffdd00;
}
.side-michelin-title::before {
  left: 0;
}
.side-michelin-title::after {
  right: 0;
}
.side-michelin-company {
  font-size: 0;
}
.side-michelin-company > li {
  display: inline-block;
  width: 48%;
  margin-top: 10px;
}
.side-michelin-company > li:nth-child(even) {
  margin-left: 4%;
}
.side-michelin-company > li > a {
  display: block;
  padding: 2px;
  background: #ebeaea;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.michelin-img > img {
  width: 100%;
}

/* ------------------------------------------------------------------------------
     access-ranking
-------------------------------------------------------------------------------*/
.access-ranking .side-inner {
  padding-top: 10px;
}
.access-ranking-menu {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.access-ranking-menu > li {
  width: 33.3333%;
  width: calc(100% / 3);
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.access-ranking-menu > li.is-active {
  margin-bottom: -1px;
  border-bottom: 3px solid #0e3283;
}

.access-ranking-list {
  display: none;
  margin: 20px 0 0;
}
.access-ranking-list.is-show {
  display: block;
}
.access-ranking-list > li {
  display: flex;
}
.access-ranking-list > li + li {
  margin-top: 15px;
}
.access-ranking-inner {
  display: flex;
  padding: 0px 10px 10px;
}
.access-ranking-image {
  width: 75px;
  height: auto;
}
.access-ranking-summary {
  position: relative;
  width: calc(100% - 75px);
  padding-left: 15px;
}
.access-ranking-summary time {
  display: block;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .access-ranking-summary time {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .access-ranking-summary time {
    margin-top: 10px;
    text-align: right;
  }
}
.access-ranking-number {
  display: block;
  padding: 10px 20px 0 0;
  color: #0e3283;
  font-size: 20px;
  font-weight: bold;
}
.access-ranking-title {
  height: 4em;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10px;

}
.access-ranking-category {
  display: block;
  margin-top: 10px;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1;
}
a.button-twitter-ranking {
  margin: 26px 0 50px;
}

/* ------------------------------------------------------------------------------
     footer
-------------------------------------------------------------------------------*/
.footer {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width:767px) {
  .footer {
    padding-top: 1px;
    border-top: 2px solid #000000;
  }
}
@media screen and (min-width:768px) {
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media screen and (max-width:767px) {
  .footer-logo {
    padding: 20px 10px;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #cccccc;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .footer-logo img {
    max-height: 31px;
  }
}
.footer-text {
  font-size: 13px;
  letter-spacing: 1px;
  margin-left: 20px;
}
@media screen and (max-width:767px) {
  .footer-text {
    padding: 20px 10px;
    font-size: 12px;
    text-align: left;
  }
}
.footer-main {
  padding: 40px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width:767px) {
  .footer-main {
    margin-top: 20px;
    padding: 0;
    border: none;
  }
}
@media screen and (min-width:768px) {
  .footer-main-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.footer-left {
  width: 580px;
}
@media screen and (max-width:767px) {
  .footer-left {
    width: 100%;
    padding: 0 10px;
    border-right: none;
  }
}
.footer-left #searchform input {
  padding: 10px 0 10px 20px;
  font-size: 15px;
}
@media screen and (max-width:767px) {
  .footer-left #searchform input {
    height: auto;
    padding: 10px 0 10px 10px;
    font-size: 12px;
  }
}
.footer-left #searchform #searchsubmit {
  background: url(../images/search_submit_03.png) no-repeat center center;
  width: 51px;
}
@media screen and (min-width:768px) {
  .footer-link-banner-sp-wrap {
    display: none;
  }
}
.footer-link-banner-sp-wrap {
  padding: 30px 25px 40px;
}
.footer-link-banner-sp > li {
  text-align: center;
}
.footer-link-banner-sp > li img {
  width: 325px;
}
.footer-link-banner-sp > li + li {
  margin-top: 20px;
}

.footer-navi-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  font-size: 0;
  line-height: 1.2;
}
.footer-navi:nth-child(1) {
  width: 68%;
}
.footer-navi:nth-child(2) {
  width: 30%;
  margin-left: 2%;
  padding-left: 5%;
  border-left: 1px solid #cccccc;
}
.footer-navi:nth-child(3) {
  display: block;
  width: 100%;
}
.footer-navi:nth-child(3) > li {
  display: inline-block;
}
.footer-navi:nth-child(3) > li + li {
  display: inline-block;
  margin-left: 30px;
}
.footer-navi > li {
  font-size: 14px;
}

.footer-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.footer-link-sns {
  font-size: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .footer-link-sns {
    text-align: center;
    display: flex;
  }
}
.footer-link-sns > li {
  display: inline-block;
}
.footer-link-sns > li + li {
  margin-left: 20px;
}
.footer-link-banner {
  font-size: 0;
}
.footer-link-banner > li {
  display: inline-block;
}
.footer-link-banner > li + li {
  margin-left: 20px;
}

.footer-right {
  width: 400px;
  padding-left: 10px;
}
@media screen and (max-width:767px) {
  .footer-right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}

@media screen and (max-width:767px) {
  .footer-button-list {
    background: #f7f7f7;
    padding: 30px 10px;
  }
}
.footer-button-list dt {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .footer-button-list dt {
    font-size: 12px;
    text-align: left;
  }
}
.footer-button-list dd {
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .footer-button-list dd {
    margin-top: 10px;
    padding: 0;
  }
}
.footer-button-list dd + dt {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .footer-button-list dd + dt {
    margin-top: 30px;
    text-align: left;
  }
}
.button-mail-magazine {
  display: block;
  padding: 22px 24px 22px 54px;
  background: #0e3283 url(../images/icon_mail.png) no-repeat left 20px center;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .button-mail-magazine {
    width: 400px;
    max-width: 100%;
    margin: auto;
    padding: 18px 10px 18px 35px;
    background: #0e3283 url(../images/icon_mail.png) no-repeat left 10px center;
    font-size: 15px;
  }
}
@media screen and (max-width:340px) {
  .button-mail-magazine {
    font-size: 12px;
  }
}
.button-mail-magazine:visited {
  color: #ffffff;
}
.button-provision {
  display: block;
  padding: 22px 24px;
  background: #ffffff url(../images/icon_pen_02.png) no-repeat left 20px center;
  border: 1px solid #0e3283;
  border-radius: 6px;
  color: #0e3283;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .button-provision {
    width: 400px;
    max-width: 100%;
    margin: auto;
    padding: 18px 10px;
    background: #ffffff url(../images/icon_pen_02.png) no-repeat left 10px center;
    font-size: 15px;
  }
}
@media screen and (max-width:340px) {
  .button-provision {
    font-size: 12px;
  }
}
.button-provision:visited {
  color: #0e3283;
}

.footer-navi-menu {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width:767px) {
  .footer-navi-menu {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width:768px) {
  .footer-navi-about {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .footer-navi-about {
    padding: 15px;
    font-size: 13px;
    text-align: center;
  }
}
.footer-navi-about a {
  padding-left: 30px;
  background: url(../images/icon_question_02.png) no-repeat;
  background-size: contain;
}
.footer-navi-menu-list {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.footer-navi-menu-list > li {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .footer-navi-menu-list > li {
    width: 50%;
    border-top: 1px solid #cccccc;
  }
}
@media screen and (max-width:767px) {
  .footer-navi-menu-list > li:nth-child(even) {
    border-left: 1px solid #cccccc;
  }
}
.footer-navi-menu-list > li > a {
  display: block;
  padding: 16px 24px;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .footer-navi-menu-list > li > a {
    padding: 15px 10px;
    font-size: 13px;
  }
}
.footer-copy {
  margin-top: 2px;
  padding: 30px 0;
  border-top: 1px solid #000000;
  color: #7d7d7d;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}

/* ------------------------------------------------------------------------------
     link-top
-------------------------------------------------------------------------------*/
.link-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(180,200,230,0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media screen and (max-width:767px) {
  .link-top {
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.link-top span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
@media screen and (max-width:767px) {
  .link-top span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }
}
.link-top span::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0; right: 0;
  margin:  auto;
  width: 18px;
  height: 18px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .link-top span::before {
    top: 16px;
    width: 14px;
    height: 14px;
  }
}
/* PCの場合は、.br-sp を無効にする */
@media screen and (min-width:768px) {
  .br-sp {
    display: none;
  }
}
