@charset "UTF-8";

/*!
Theme Name: h_325_finance
Author:themenum
Description: This is my original theme.
Version: 1.0
*/

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*navfixed*/

.fixednav{
  background:none;
  position:fixed;
  width:100%;
  z-index:99;
}

.fixednav_content{
  max-width:1200px;
  margin:0 auto;
  display:flex;
}

.fixednav.fixed{
  background:#fff;
  color:#333;
  box-shadow:0 0 3px rgba(0, 0, 0, 0.42);
}
.fixednav .searchbox:before{
  color:#fff;
  top: 5px;
}
div#page header .fixednav.fixed .sitetitle a,
div#page header .fixednav.fixed  nav#headernav ul li a,
.fixednav.fixed label.searchbox:before
{
color:#333;
}
div#page header .fixednav.fixed nav#headernav ul li a:before{
  border-top:2px solid #333;
  border-right:2px solid #333;
}
div#page header .fixednav.fixed .sitetitle a:before{
  color:#333;
}

/*cssslider*/

.fadeslider {
  position:absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .fadeslider span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .fadeslider span.fadeslider_01 {
      background-image: url(image/kinyuu_01.jpg);
      animation: fadeSlideImg01 10s ease-out infinite;
      animation-delay: 60s; }
    .fadeslider span.fadeslider_02 {
      opacity: 0;
      background-image: url(image/kinyuu_02.jpg);
      animation: fadeSlideImg02 10s ease-out infinite;
      animation-delay: 60s; }
    .fadeslider span.fadeslider_03 {
      opacity: 0;
      background-image: url(image/kinyuu_03.jpg);
      animation: fadeSlideImg03 10s ease-out infinite;
      animation-delay: 60s; }

@keyframes fadeSlideImg01 {
  0% {
    opacity: 1; }

  33% {
    opacity: 0; }

  66% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeSlideImg02 {
  0% {
    opacity: 0; }

  33% {
    opacity: 1; }

  66% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes fadeSlideImg03 {
  0% {
    opacity: 0; }

  33% {
    opacity: 0; }

  66% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*header_text*/

.header_text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position:absolute;
  width:100%;
  height:100%;
}

.big_text{
  font-size: 66px;
  color:#fff;
  font-weight:600;
  text-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
}

.small_text{
  font-size:30px;
  color:#fff;
  margin:40px auto;
  text-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
  max-width:1000px;
  line-height:2.1;

}

.ghost {
  display: inline-block;
  padding:20px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin-top:30px;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0);
  outline: 2px solid;
  outline-color: rgba(255,255,255,1);
  outline-offset: 0;
  transition: all 1s cubic-bezier(0.19,1,.22,1);
}
.ghost:hover {
  border: 2px solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,.5), 0 0 20px rgba(255,255,255,.2);
  outline-color: rgba(255,255,255,0);
  outline-offset: 15px;
}

body {
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.6;
  color: #7b7b7b;
  background:#ffffff;
}

div#page {
font-family: 'Noto Sans JP', sans-serif;

}

div#page header {
  position:relative;
  width: 100%;
  height: 50vh;
  background:rgba(58, 25, 25, 0.57);
}
div#page header.text{
  height:400px;
  background: url(image/kinyuu_02.jpg);
 background-size:cover;
}

div#page header.text .headnav{
  background:#fff;
}


div#page header div.des {
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 1px 2px #fff;
  display:none;
}

div#page header div.des p {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
}

div#page header .sitetitle {
  max-width:100%;
  margin: 0;
  text-align:left;
  padding: 20px 0 20px;
  letter-spacing:1.5px;
}

div#page header .sitetitle a {
  font-weight: 600;
  font-size: 29px;
  text-decoration: none;
  letter-spacing:1.5px;
  position:relative;
  display:inline-block;
  margin:0 auto;
  text-align:left;
  color:#fff;
  letter-spacing:1.5px;
  padding-left:70px;
}

div#page header.text .sitetitle a {
  color:#333;
}

div#page header .sitetitle a:before{
  content:'\e901';
  font-family: 'icomoon';
  left:0;
  top:-15px;
  font-size:50px;
  position:absolute;
}
div#page header .sitetitle a:hover {
}

div#page header nav#headernav {
  margin-left:auto;
  display:flex;
}

div#page header nav#headernav ul {
  max-width: 1200px;
  list-style: none;
  display: flex;
  margin: 0 auto;
  padding:20px 0;
}

div#page header nav#headernav ul + ul{
 margin-left:50px;
}

div#page header nav#headernav ul#menu-global{
  margin-right:40px;
}

div#page header nav#headernav ul li {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
}

div#page header nav#headernav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight:300;
  letter-spacing:1.5px;
  padding:0 20px;
  letter-spacing:1.8px;
  font-size: 18px;
  position:relative;
}

div#page header.text nav#headernav ul li a{
  color:#333;
}

div#page header nav#headernav ul li a:before{
  content:'';
  position:absolute;
  top: 10px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#page header.text nav#headernav ul li a:before{
  border-top: 2px solid #333;
  border-right: 2px solid #333;  
}

div#page header nav#headernav ul li a:hover{
  opacity:0.7;
}
div#page header nav#headernav ul li:hover, div#page header nav#headernav ul li.current {
}

div#page header div.image {
  background:none;
  max-width:1196px;
  margin:30px auto;
  /* border-radius:10px; */
  border:1px solid #cec494;
  box-shadow:0 0 0 3px #F0EBDA,0 0 0 4px #cec494;
}

div#page header div.image div img {
  max-width:1920px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius:0px;
}

div#page div#content {
  display: flex;
  margin: 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
}

div#page div#content main {
  max-width: calc(100% - (30px + 300px));
  width: 100%;
  order: 2;
}

div#page div#content main div.articlecontent p {
  margin: 20px auto;
  line-height: 2.1;
  font-size: 16px;
  font-weight:500;
  color:#3d3d3d;
}

div#page div#content main div.articlecontent p a {
  color: #3F51B5;
  font-weight:600;
}

div#page div#content main div.articlecontent p a:visited {
  color: #6b421d;
}

div#page div#content main div.articlecontent p a:hover {
  opacity: 0.7;
}

div#page div#content main .posttitle {
  padding: 10px;
  font-size: 30px;
  letter-spacing: 1.5px;
  font-weight: 500;
  border:none;
  border-bottom:1px solid #b4a65e;
  font-weight:600;
  text-align:center;
  background:none;
  color:#5a4a1b;
}
h1,h2,h3,h4{
}

div#content main div.articlecontent h2 {
  padding: 10px 20px;
  font-size: 23px;
  margin: 20px auto 0;
  letter-spacing:3px;
  color:#333;
  border-left:6px solid #ffbf00;
  font-weight:500;
  background:#ecebe2;
  margin:30px auto;
  border-radius:0px;
  position:relative;
}
/*
div#content main div.articlecontent h2:before,
div#content main div.articlecontent h2:after{position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;}

div#content main div.articlecontent h2:before{
  left: 36px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
div#content main div.articlecontent h2:after{
  left: 16px;
  width: 50px;
  height: 13px;
  border-left: 20px solid #fff;
  top: 0px;
}
*/

div#page div#content main div.articlecontent h3 {
    border-bottom:1px solid #fff;
  padding: 10px 15px;
  margin: 20px auto;
  font-size: 18px;
  border-left:none;
  border-right:none;
  letter-spacing: 1.5px;
  color: #4f4f4f;
  border-top:none;
  font-weight: 600;
  border-top:4px solid #2d2d2d;
  border-bottom:1px solid #cfcfcf;
  box-shadow:0 0 0 1px #fff inset;
}

div#page div#content main div.articlecontent h4 {
  padding: 10px 0px;
  margin: 20px auto;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #1f0d0d;
  background:#fff;
  font-weight: 600;
  border-left:6px double #4b96b3;
  padding:10px;
}

div#page div#content main div.articlecontent p strong {
  color: #670505;
  font-weight: 600;
}

div#page div#content main div.articlecontent .supplement {
  margin: 20px auto;
  border-bottom: 1px solid #d8d8d8;
  max-width: 100%;
}


/* aside・details整形用 */

.articlecontent .supplement h3 {
  border-radius: 0px;
  color: #fff;
  border: none;

  padding: 10px 10px 8px;
}

.supplement summary {
  border-radius: 0px;
  color: #ffffff;
  border: none;
  background:#8e4c4c;
  border-radius:2px;
  padding: 10px 10px 8px;
  border:3px double #b7a02f;
}

.supplement p {
  line-height: 1.5;
  margin: 10px auto;
}

div#page div#content main div.articlecontent .supplement p a {
  background: #ffffff;
  padding: 8px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #d8d8d8;
  border-left:6px solid #923c3b;
  border-radius: 1px;
  color: #3a4444;
  font-size: 15px;
}
/*
.supplement p a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: '';
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #efa35c;
  border-right: 2px solid #efa35c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}
*/

.supplement p a:hover:before {
  color: #FF5722;
}

div#page div#content main div.articlecontent ul, div#page div#content main div.articlecontent ol, div#page div#content main div.articlecontent dl {
  margin: 20px 0px;
  padding: 10px 15px;
  line-height: 1.8;
  background: #fff;
  position: relative;
  box-shadow:2px 2px 3px #ccc;
  border:1px solid #ccc;
}

div#page div#content main div.articlecontent ul:before, div#page div#content main div.articlecontent ol:before, div#page div#content main div.articlecontent dl:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -2;
  background: #e7e7e7;
}

div#page div#content main div.articlecontent ul li {
  list-style: none;
  font-size: 14px;
  line-height: 2.3;
  margin-left: 30px;
  padding-left: 10px;
  position: relative;
  font-weight:600;
  color:#333;
}

div#page div#content main div.articlecontent ul li:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #cb9802;
  left: -22px;
  top: 9px;
  border-radius:50%;
}

div#page div#content main div.articlecontent ul li:after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  position: absolute;
  left: -17px;
  top: 12px;
  content: '';
}

div#page div#content main div.articlecontent ul a {
  color: #0033cc;
}

div#page div#content main div.articlecontent ol {
  counter-reset: number;
}

div#page div#content main div.articlecontent ol a {
  color: #0033cc;
}

div#page div#content main div.articlecontent ol li {
  padding-left: 40px;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 2.5;
  margin-left: 5px;
  color:#333;
  font-weight:500;
}

div#page div#content main div.articlecontent ol li:after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  border-radius: 0%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #9a5757;
  text-align: center;
  left: 0;
  top: 5px;
  color: #fff;
}

div#page div#content main div.articlecontent dl {
  padding: 20px;
  margin: 30px auto;
  border:none;
  box-shadow:none;
  background:#1a1a1a;
}
div#page div#content main div.articlecontent dl:before{
  display:none;
}
div#page div#content main div.articlecontent dl dt {
  border:none;
  position:relative;
  padding: 0 0 15px 0;
  font-weight: 600;
  color:#afafaf;
  font-size:18px;
}
div#page div#content main div.articlecontent dl dt:before{
content: "";
display: block;
height: 10px;
bottom:0;
position:absolute;
width:100%;
background: -moz-linear-gradient(to right, rgb(183, 149, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(183, 149, 90), transparent);
background: linear-gradient(to right, rgb(183, 149, 90), transparent);
}

div#page div#content main div.articlecontent dl dd {
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.8;
  font-weight:500;
  color:#f1f1f1;
}

div#page div#content main div.articlecontent dl strong {
}

div#page div#content main div.archive li {
  list-style: none;
}

div#page div#content main div.archive li p {
  line-height: 1.8;
  font-size: 15px;
}

div#page div#content main div.archive li p a {
  color: #394070;
  font-weight:600;
}

div#page div#content main div.archive li p a:hover {
  color: #656565;
}

div#page div#content main div.archive time {
  background: rgb(4, 93, 109);
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
  margin: 30px auto 0;
  border:3px double #847708;
}

div#page div#content main div.archive h2 {
  margin: 10px auto;
}

div#page div#content main div.archive h2 a {
  font-size: 18px;
  text-decoration: none;
  color: #5a4a1b;
  border-bottom: 1px solid #cacaca;
  padding: 5px 0;
  display: block;
}

div#page div#content main div.archive h2 a:hover {
  opacity: 0.7;
}

div#page div#content main div.archive ul.list {
  margin: 20px auto;
}

div#page div#content main div.archive ul.cardlist {
  margin: 0;
}

div#page div#content aside {
  max-width:270px;
  width:100%;
}

div#page div#content aside .widget,.ranking_box {
  padding: 20px 0;
  margin: 20px auto;
  border-bottom: 1px solid #ababab;
  border-top:5px solid #b8a81c;
  background:#ffffff;
  padding:20px 30px;
  border-radius:0px;
  box-shadow:2px 2px 3px #ccc;
}

div#page div#content aside .widget ul {
  margin: 10px auto;
}

div#page div#content aside .widget ul li {
  list-style: none;
  padding: 10px 10px;
}

div#page div#content aside .widget ul li a {
  color: #353333;
  text-decoration: none;
  font-size: 14px;
  padding-left: 30px;
  font-weight:600;
  display: block;
  position: relative;
}

div#page div#content aside .widget ul li a:hover {
  text-decoration: underline;
  color:#392967;
}

div#page div#content aside .widget ul li a:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3F51B5;
  border-right: 2px solid #3F51B5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div#page div#content aside div.sidetitle,aside .subtitle {
  font-weight: 600;
  color: #654c31;
  letter-spacing: 1.3px;
  padding:10px 10px 10px 35px;
  border-bottom:1px solid #6f6616;
  position:relative;
  font-size:17px;
  margin-bottom:10px;
}

div#page div#content aside div.sidetitle:before,aside .subtitle:before{
  content:'\e900';
  font-family: 'icomoon';
  left:0;
  top:0px;
  font-size:30px;
  position:absolute;
  color:#2d2d2d;
}

div#page footer{
background:#fff;
}

div#page footer div#pagetop {
  max-width: 1200px;
  margin: -35px auto 0;
  text-align: right;
  display:none;
  position: relative;
}

div#page footer div#pagetop a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #efa35c;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 8px 10px 4px 33px;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  position: relative;
  transition: all 0.3s;
}

div#page footer div#pagetop a:hover {
  opacity: 0.8;
}

div#page footer div#pagetop a:before {
  position: absolute;
  top: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 15px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div#page footer div.footernav {
  border:none;
  position: relative;
  border-top: 1px solid #b5b5b5;
}

div#page footer div.footernav:before {
  display:none;
}

div#page footer div.footernav ul {
  max-width: 1200px;
  margin: 0px auto 0;
  display: flex;
  padding: 10px;
}

div#page footer div.footernav ul li {
  list-style: none;
}

div#page footer div.footernav ul li a {
  color: #4a3e3a;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 10px 10px 30px;
  letter-spacing: 1.3px;
  position: relative;
  font-weight:600;
}

div#page footer div.footernav ul li a:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 12px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #823434;
  border-right: 1px solid #823434;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div#page footer div.footernav ul li a:hover {
  text-decoration: underline;
}

div#page footer div.copyright {
  max-width:100%;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
  color:#fff;
  font-size:13px;
  background:#333;
}

div#page footer div.copyright a {
  color: #dfd36f;
  font-size: 14px;
  text-decoration: none;
  padding: 5px;
  font-weight:600;
}

footer {
  background: #eee;
}

footer .Footer {
  max-width: 1200px;
  margin: 5px auto 0;
}

#pagetop {
  margin: 0;
}

.breadcrumbsinner {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
  color:#5a4a1b;
}

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 15px;
  list-style:none;
  display:inline-block;
  display:flex;
}

.breadcrumbs a {
  color: #392967;
}

.Paging {
  display: flex;
}

.Paging a {
  flex: 1;
  border: 1px solid #dadada;
  padding: 8px 10px;
  color: #323232;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-decoration: none;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, whitesmoke 51%, #efefef 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%, whitesmoke 51%, #efefef 100%);
  background: linear-gradient(to bottom, #fefefe 0%, whitesmoke 51%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef', GradientType=0);
}

.Paging a:hover {
  opacity: 0.7;
}

.LeftLink {
  flex: 1;
}

.RightLink {
  text-align: right;
}

.pagenation {
  margin: 10px 0;
  text-align: center;
  padding-bottom: 25px;
}

.pagenation a {
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  color: #333;
  color: #ffffff;
  background: #6b5e37;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
}

.pagenation a:first-child {
  float: left;
  text-align: left;
}

.pagenation a:last-child {
  float: right;
  text-align: right;
}

.pagenation a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.pagenation .current {
  background: white;
  padding: 5px 10px;
  border: 1px solid #6b5e37;
  color: #6b5e37;
  font-size: 14px;
}


/* 検索フォーム */
/*
.widget_search {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0;
}

.searchform {
  display: block;
  max-width: 300px;
  padding: 0px;
  margin: 0 auto;
}

.widget_search .s {
  width: 69%;
  height: 30px;
  padding-left: 5px;
  border: 1px solid #d5c35c;
}

.widget_search .searchsubmit {
  width: 26%;
  line-height: 26px;
  cursor: pointer;
  padding: 0;
  background: #b29829;
  border: 1px solid #7b7437;
  color: #fff;
  border-radius: 2px;
  letter-spacing:1.5px;
  text-shadow:2px 2px 3px #96852c;
  background: rgb(0, 22, 48);
  background: -moz-linear-gradient(top, rgb(0, 22, 48) 0%,#070242 50%,rgb(0, 22, 48) 100%);
  background: -webkit-linear-gradient(top, rgb(0, 22, 48) 0%,rgb(7, 2, 66) 50%,rgb(0, 22, 48) 100%);
  background: linear-gradient(to bottom, rgb(0, 22, 48) 0%,rgb(7, 2, 66) 50%,rgb(0, 22, 48)  100%);
}

.widget_search .searchsubmit:hover {
  opacity:0.7;
}*/

/*icon対応*/
.widget_search {
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0;
}

.searchform {
  position: relative;
}

.widget_search .s {
  font-size: 14px;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: solid 3px #e5e5e5;
  background-color: #ffffff;
}

.widget_search .searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}

.widget_search .searchsubmit:hover {
  opacity: .6;
}

.searchbox{
  display: flex;
  flex-wrap: wrap;
  background:none;
  border-radius:6px;
  position:relative;
  padding:0;
  margin: -3px auto 0;
  border:none;
}
.searchbox:before {
  content: "\e986";
  font-family: 'icomoon';
  color: #546E7A;
  position:absolute;
  cursor: pointer;
  font-size: 22px;
  right: 3px;
  top:3px;
  height: 40px;
  padding:0;
  line-height:40px;
  border-radius:0 6px 6px 0px;
  background:none;
  padding:0 10px 0 0px;
  z-index:9;
}

/*glonavsearch*/
#ol-search{
  display:none;
}
.search-icon{
  cursor:pointer;
}
.search-icon::before{
  font-family:FontAwesome;
  content:'\f002';
}
.overlay, 
.ol-search-wrap{
  display:none;
  opacity:0;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  animation:fade_overlay .3s;
}
.ol-search-wrap{
  z-index:9990;
}
.overlay{
  z-index:9991;
  background:rgba(177, 177, 177, 0.86);
}
#ol-search:checked ~ .ol-search-wrap,
#ol-search:checked ~ .ol-search-wrap .overlay{
  display:block;
  opacity:1;
}
.ol-searchform .searchform{
  position:fixed;
  top:50%;
  left:50%;
  z-index:9999;
  width:60%;
  max-width:520px;
  border:solid 2px #fff;
  border-radius:4px;
  transform:translate(-50%,-50%);
  display:flex;
}
.ol-searchform .search-field, .ol-searchform .search-submit{
  height:48px;
  padding:4px 12px;
  border:none;
  background:rgba(0,0,0,.3);
  font-size:18px;
  color:#fff;
  transition:.3s;
  outline:none;
}
.ol-searchform .search-field{
  flex:1;
  border-radius:4px 0 0 4px;
}
.ol-searchform .search-submit{
  cursor:pointer;
  border-radius:0 4px 4px 0;
}
.ol-searchform .search-field:focus,
.ol-searchform .search-field:focus + .search-submit{
  background:rgba(0,0,0,1);
}

@media screen and (max-width: 1300px) {
  .fixednav_content{
    background:rgba(30, 30, 30, 0.49);
    max-width:100%;
  }
  div#page header.text .fixednav_content{
  background:none;
  }
  .fixednav{
    position:relative;
  }
  .big_text{
    margin-top:50px;
    font-size:50px;
  }
  .small_text{
    font-size:25px;
    padding:0 20px;
  }
  .ghost{
    font-size:25px;
    margin-top:0;
  }
  div#page header nav#headernav{
    max-width:calc(100% - 40px);
    margin:0px auto;
    display:none;
  }
  div#page header nav#headernav ul{
  /* flex-direction:column; */
}
  div#page header .sitetitle a {
    font-size: 20px;
    letter-spacing: 1.2px;
    display: block;
    text-align:center;
  }
  div#page header .sitetitle a:after{
    top:3px;
    left:20px;
  }
  div#page header .sitetitle a:before{
    top: -15px;
    left:15px;
    font-size:40px;
  }
  div#page header{
    min-height:auto;
    height:500px;
  }
  div#page header.text{
    height:300px;
  }
  div#page header div.image{
    max-width:calc(100% - 50px)
  }
  div#page div#content {
    flex-direction: column;
    margin: 20px;
  }
  div#page div#content main, div#page div#content aside {
    max-width: 100%;
    order: 1;
  }
  footer {
    margin-top: 50px;
  }
  div#page footer div#pagetop a {
    right: 20px;
  }
  .breadcrumbsinner {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1024px) {
div#page header.text{
  height:250px;
}
}

@media screen and (max-width: 768px) {
  div#page header.text{
  background-size:auto 300px;
  background-position:-300px 0;
  }
  div#page header .sitetitle a {
  }
  div#page div#content main .posttitle {
    font-size: 25px;
  }
  div#content main div.articlecontent h2{
    font-size:18px;
  }
  div#page footer div.copyright{
    text-align:left;
    padding:0 20px;
    margin:5px auto 0;
  }
  .big_text{
    margin-top:50px;
    font-size:40px;
    padding:0 20px;
    text-align:center;
  }
  .small_text{
    font-size:20px;
    padding:0 20px;
  }
  .ghost{
    font-size:20px;
  }
  }
}

@media screen and (max-width: 600px) {
  div#page header nav#headernav{
      min-height:150px;
    }
  div#page header .sitetitle a {
    font-size: 17px;
  }
  div#page header .sitetitle a:after{
    font-size: 13px;
    bottom:-40px;
  }
  div.articlecontent h2, div.articlecontent h3, div.articlecontent h4 {
    font-size: 18px;
  }
  div#page header div.image{
    overflow:hidden;
  }
  div#page header div.image div{
    margin:0 -300px;
    background:#03003b;
  }
  div#page header div.image div img{
    /* margin-right: -351px; */
  }
  div#page header nav#headernav ul li{
    margin-bottom:30px;
  }
  div#page header nav#headernav ul li a{
    font-size: 19px;
    padding:10px 20px;
    display:block;
    line-height:1.8;
  }
}
@media screen and (max-width: 539px) {
    div#page header div.image div{
    margin:0 -250px;
    background:#00002e;
  }
  .big_text{
    margin:90px auto 0;;
    font-size:30px;
  }
  .small_text{
    font-size: 16px;
  }
  .ghost{
    font-size:20px;
    margin:0 20px;
  }
}
@media screen and (max-width: 421px) {
    div#page header div.image div{
    margin:0 -200px;
  }
    div#page header div.image div img{
    /* margin-right: -227px; */
  }
}

@media screen and (max-width: 400px) {
  div#page header .sitetitle a {
    font-size: 16px;
  }
  div#page header.text{
  background-position:-400px 0;
  }
}


/*popularlist*/


div#Container div#Content aside .widget .sidekiji ul {
  padding: 0;
  list-style: none;
}
 
div#Container div#Content aside .widget .sidekiji li {
  position: relative;
  margin-top: 10px;
  padding: 0 5px 10px;
  border-bottom: dotted 1px #ddd;
}
 
div#page div#content aside .widget .sidekiji ul li a {
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
  color: #333;
}
 
div#Container div#Content aside .widget .sidekiji a:hover {
  background-color: #eee;
}

div#Container div#Content aside .widget .sidekiji ul li a:before{
  display:none;
}
 
div#Container div#Content aside .widget .sidekiji a:after {
  display: block;
  clear: both;
  content: '';
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  transform: rotate(0deg);
  border-top: none;
  border-right: none;
}
 
.rank-count {
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 1px;
  padding: 1px 10px;
  color: #fff;
  background: rgba(66, 66, 66, .85);
}
 
.r-count1 {
  background: rgba(189, 161, 82, .9);
}
 
.r-count2 {
  background: rgba(152, 153, 173, .9);
}
 
.r-count3 {
  background: rgba(156, 85, 34, .9);
}
 
.sidekiji img {
  float: left;
  width: 70px;
  height: 70px;
}
 
.side-text {
  margin-left: 80px;
}

.cat-data{
  font-size:8px;
  display:block;
  background:#2d2d2d;
  border:2px solid #b1a85e;
  color:#fff;
  margin:10px auto;
  padding:3px;
  margin-left:80px;
}

div#page div#content aside .widget .sidekiji ul li a:after{
  display:none;
}

/*404 ranking*/
div#page div#content main div.articlecontent h3.ranking_title{
  font-size: 15px;
  border:none;
  line-height:1.5;
  margin:0;
  padding:10px 0;
  color:#082477;
  position:relative;
  padding-left:30px;
}

div#page div#content main div.articlecontent h3.ranking_title:before,
div#page div#content main div.articlecontent h3.ranking_title:after{
  content:'';
  position:absolute;
   top: 18px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #b9a638;
  border-right: 2px solid #b9a638;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ranking_box{
  padding:30px;
}

.latest_wrap a{
  text-decoration:none;
}

.not_found{
  text-align:right;
}

/*sitemap*/

#sitemap{
  margin:20px auto;
  padding:10px;
}

#sitemap h2{
  font-size:20px;
  letter-spacing:1.8px;
  margin:20px auto;
  color:#4c4c4c;
  border-left:6px solid #670505;
  padding:10px 15px;
}

#sitemap ul{
  margin:5px auto;
}

#sitemap ul li{
  list-style:none;
  margin-left:30px;
}

#sitemap ul li a{
  color:#3b4eb4;
}

#sitemap > ul > li{
  margin-left:0;
}

#sitemap > ul > li > a{
  display:block;
  padding:10px 10px 10px 60px;
  background:#eaeaea;
  border-radius:2px;
  margin:10px auto;
  font-size:18px;
  text-decoration:none;
  position:relative;
}

#sitemap > ul > li > a:before{
  content:'';
  position:absolute;
  width: 25px;
  height: 25px;
  border-radius:2px;
  background:#020f36;
  top: 13px;
  left:15px;
}

#sitemap > ul > li > a:after{
  content:'';
  position:absolute;
  top: 23px;
  left: 24px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sitemap > ul > li  li{
  border-bottom:1px dotted #ccc;
}

#sitemap > ul > li  li > a{
  font-size:17px;
  padding-left:30px;
  display:block;
  margin:20px auto;
  position:relative;
}

#sitemap > ul > li  li > a::before,
#sitemap > ul > li  li > a::after{
  content:'';
  position:absolute;
  top:8px;
  left:0;
}

#sitemap > ul > li  li > a::before{
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius:2px;
    background:#9f9f9f;
}
#sitemap > ul > li  li > a::after{
    left: 3px;
    width: 5px;
    height: 5px;
    top:13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #sitemap > ul > li > a{
    font-size:16px;
  }
}
/*contact*/

.contact{
  margin:20px 0;
  max-width:600px;
}

.contact label{
  color:#5b5b5b;
  font-weight:600;
  margin-bottom:5px;
  display:inline-block;

  }
.contact span{
  color:#d80202;
  font-size:12px;
  font-weight:600;
  margin-left:10px;
  letter-spacing:0.5px;
}
.contact form > div{
  margin-bottom:20px;
}

.contact input{
  width:100%;
  height:30px;
  line-height:1.5;
  margin:5px auto;
  font-size:15px;
}

.contact input[type~="submit"]{
  background:#333333;
  height:40px;
  line-height:1.5;
  color:#fff;
  border:3px solid #b0aa7d;
}

.breadcrumbs li{
  display:inline-block;
  padding-left:30px;
  position:relative;
  white-space: nowrap; /* 横幅のMAXに達しても改行しない */
  overflow: hidden; /* ハミ出した部分を隠す */
  text-overflow: ellipsis; /* 「…」と省略 */
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}

.breadcrumbs li:before{
  content:'';
  position:absolute;
  top:10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #020f36;
  border-right: 2px solid #020f36;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs li:first-child{
  padding:0;
}
.breadcrumbs li:first-child::before{
  display:none;
}