@charset "UTF-8";
/*pc_base*/
body {
  min-width: 1000px;
  position: relative;
}

#ga {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #f00;
}

/* =============================================================
	custom pc(共通CSSにあって値を変更したいもの、独自に設定したいものを記述)
============================================================= */
.floatL {
  float: left;
  margin: 0 2em 2em 0;
}

.floatR {
  float: right;
  margin: 0 0 2em 2em;
}

.rtxtC {
  text-align: center;
}

.rbr-pc {
  display: none;
}

/* section */
.sec {
  margin-bottom: 100px;
  padding: 0;
  position: relative;
}

.sec-inner:not(:last-child) {
  margin-bottom: 60px;
}

/* title */
.title-1 {
  border-bottom: 1px solid;
  border-top: 3px solid;
  color: #015db2;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  padding: 10px 0;
}

.title-2 {
  color: #015db2;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

.title-3 {
  color: #015db2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}
.title-3::before {
  background: #015db2;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.title-4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

/* table */
.table-1 th, .table-1 td, .post-contents table th, .post-contents table td {
  border: 1px solid #d2d2d2;
  padding: 20px 10px;
}

.table-1 th, .post-contents table th {
  width: 20%;
}

.wparts {
  display: inline-block;
  width: 60px;
}

.comments {
  text-indent: -1em;
  padding-left: 1em;
}

/* button */
.btn-wrap {
  text-align: center;
}

a.btn-1 {
  background: #015db2;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 16px 40px;
  min-width: 240px;
}

.link-btn {
  border: 1px solid #595959;
  border-radius: 25px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none !important;
  padding: 10px 50px;
}

/* breadCrumb */
.breadcrumb-wrap {
  padding: 5px 0;
}

.breadcrumb-wrap,
.breadcrumb-wrap a {
  font-size: 1.2rem;
}

.breadcrumb-wrap a:hover {
  color: #015db2;
}

/* =============================================================
	wrap,box
============================================================= */
.content-wrap {
  padding: 0 0 80px;
}

.hader-inner,
.mainnav,
.content-wrap,
.footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.content {
  float: left;
  width: 660px;
  padding: 0;
}

.sidebar {
  float: right;
  width: 290px;
  padding: 0;
}

/* =============================================================
	header
============================================================= */
.header {
  /* header-desc
  --------------------------------- */
}
.header-wrap {
  /*background: #cedff4;*/
  background: url("images/bg.png") no-repeat right 20px bottom 0;
  background-size: cover;
}
.header-inner {
  background: url("images/logo_bg.png") no-repeat right 0 top 30px;
  width: 1200px;
  margin: auto;
  padding: 120px 420px 226px 30px;
  position: relative;
}
.header-desc {
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 55%;
  left: 16%;
}

.logo {
  position: absolute;
  left: 16%;
}
.logo a {
  display: block;
}
.logo img {
  width: 500px;
}

/* main navi
--------------------------------- */
.gnav-wrap {
  background: #fff;
  position: relative;
}
.gnav-wrap::before {
  background: #015db2;
  content: "";
  display: block;
  width: calc( ( 100% - 1000px ) / 2 );
  height: 100%;
  position: absolute;
  left: 0;
}

#gnav {
  margin-bottom: 50px;
}

.mainnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mainnav > li {
  flex: 1 1 auto;
}
.mainnav > li > a {
  color: #015db2;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 25px;
  text-align: center;
  position: relative;
}
.mainnav > li:first-child a {
  background: #015db2 url("svg/icon_cloud.svg") no-repeat left 35px top 50%/37px 27px;
  color: #fff;
  padding: 15px 35px 15px 80px;
}
.mainnav > li::after {
  background: #015db2;
  content: "";
  width: 0;
  height: 3px;
  transition: width .2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* =============================================================
	sidebar
============================================================= */
.side-sec {
  margin-bottom: 30px;
}
.side-title {
  background: #015db2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: -1px;
  padding: 20px 10px;
}
.side-title svg {
  width: 18px;
  fill: #fff;
  vertical-align: bottom;
  margin-right: .25em;
}

#searchform {
  position: relative;
}

#searchbox {
  border: none;
  box-sizing: border-box;
  font-size: 1.2rem;
  padding: 15px 40px 15px 15px;
  width: 100%;
}

#sb {
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}

#searchsubmit {
  background: url("svg/icon_search.svg") no-repeat center 50%/20px;
  border: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post-list-ranking {
  background: #fff;
  padding: 0 10px;
}
.post-list-ranking .post-list-box {
  margin-bottom: 25px;
  position: relative;
}
.post-list-ranking .post-list-box:last-child {
  margin-bottom: 0;
}
.post-list-ranking a {
  display: block;
}
.post-list-ranking .post-img {
  border: 1px solid #f6f8f9;
  width: 75px;
  float: left;
}
.post-list-ranking .post-list-inner {
  width: 155px;
  float: right;
}
.post-list-ranking .post-list-title a {
  font-weight: 700;
}

#side-nav {
  background: #fff;
}
#side-nav li:last-child {
  border-bottom: none;
}
#side-nav a {
  display: block;
  padding: 10px 0;
}
#side-nav .post-count {
  background: #f6f8f9;
  border-radius: 50%;
  color: #989898;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  width: 18px;
  margin-left: 1em;
}

.side-sec-inner {
  padding: 25px;
}

/* =============================================================
	footer
============================================================= */
.footer {
  /* footer nav
  --------------------------------- */
}
.footer-wrap {
  background: #015db2;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px;
}
.footer-nav-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: .5em;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
}
.footer-nav-list li {
  border-right: 1px solid #9b9b9b;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}
.footer-nav-list li:last-child {
  border-right: none;
}

/* copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 1.1rem;
}

/* pagetop
--------------------------------- */
#pagetop {
  background: #fff;
  border: 3px solid #015db2;
  color: #015db2;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  padding: 7px 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#pagetop svg {
  fill: #015db2;
  width: 28px;
}
#pagetop:hover {
  background: #015db2;
  border: 3px solid #fff;
  color: #fff;
  text-decoration: none;
}
#pagetop:hover svg {
  fill: #fff;
}
#pagetop.on {
  opacity: 1;
  visibility: visible;
}

@keyframes pagetop_anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*pc_home*/
/* =============================================================
    home
============================================================= */
.pane {
  height: 230px;
  overflow: hidden;
}

/* home add
--------------------------------- */
/*pc_page*/
/* =============================================================
	page
============================================================= */
/* float-box 
--------------------------------- */
.float-box-inner {
  width: 600px;
}
.float-box-inner.l {
  float: left;
}
.float-box-inner.r {
  float: right;
}

/* =============================================================
	search
============================================================= */
.search-results-sec .cat-name {
  background: #015db2 url("svg/icon_folder.svg") no-repeat left 10px top 50%/15px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 20px;
  padding: 5px 10px 5px 30px;
}

/* =============================================================
	404
============================================================= */
.page404 {
  text-align: center;
  line-height: 1.6;
  padding: 60px 0;
}
.page404-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 30px;
}

/*pc_post*/
/* =============================================================
	post
============================================================= */
/*archive*/
.post-list-1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.post-list-1 .post-list-box {
  background: #fff;
  overflow: hidden;
  width: 320px;
  margin: 0 20px 35px 0;
  position: relative;
}
.post-list-1 .post-list-box:nth-child(2n) {
  margin-right: 0;
}
.post-list-1 .post-img {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.post-list-1 .cat-name {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.post-list-1 .cat-name a {
  background: #015db2;
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  padding: 3px 15px;
}
.post-list-1 .post-list-inner {
  padding: 15px 20px 45px;
}
.post-list-1 .post-list-inner > a {
  display: block;
}
.post-list-1 .post-list-title {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}
.post-list-1 .post-list-date {
  color: #8b8989;
  font-size: 1.3rem;
  line-height: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.post-list-1 .icon-clock {
  fill: #8b8989;
  width: 15px;
  vertical-align: bottom;
  margin-right: .25em;
}
.post-list-1 p {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.post-list-2 .post-list-box {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.post-list-2 .post-list-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-list-2 .post-list-inner {
  width: 330px;
  max-height: 250px;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
}
.post-list-2 .post-list-title {
  text-align: center;
}
.post-list-2 .post-list-title a {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  line-height: 1.6;
  margin-bottom: 15px;
}
.post-list-2 .post-list-date {
  font-size: 1.3rem;
  line-height: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.post-list-2 .post-img {
  width: 330px;
  overflow: hidden;
}
.post-list-2 .post-img a {
  display: block;
}
.post-list-2 .icon-clock {
  fill: #8b8989;
  width: 15px;
  vertical-align: bottom;
  margin-right: .25em;
}
.post-list-2 p {
  color: #707070;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.post-list-2 .cat-name {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+35,ffffff+100&0+0,1+35,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.post-list-2 .cat-name a {
  background: #015db2;
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  padding: 3px 15px;
}

.cat-name {
  cursor: pointer;
}

.content .post-list-box::before, .content .post-list-box::after {
  background: #015db2;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  z-index: 10;
}
.content .post-list-box::before {
  top: 0;
  right: 0;
}
.content .post-list-box::after {
  bottom: 0;
  left: 0;
}
.content .post-list-box-inner {
  height: 100%;
  position: relative;
}
.content .post-list-box-inner::before, .content .post-list-box-inner::after {
  background: #015db2;
  content: "";
  display: block;
  width: 3px;
  height: 0;
  position: absolute;
  z-index: 10;
}
.content .post-list-box-inner::before {
  top: 0;
  left: 0;
}
.content .post-list-box-inner::after {
  right: 0;
  bottom: 0;
}

/*single*/
.post-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 35px;
}
.post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.post-info li {
  line-height: 1;
  margin-right: 1em;
}
.post-contents {
  border: 1px solid #aaa;
  background: #fff;
  margin-bottom: 100px;
  padding: 50px 34px 30px;
}
.post-contents h4 {
  border-bottom: 3px solid #015db2;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  padding: .5em;
}
.post-contents h5 {
  border-left: 3px solid #015db2;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.post-contents h6 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.post-contents p {
  padding: 0 2em;
}
.post-contents em {
  font-style: italic;
}
.post-contents strong {
  font-weight: 700;
}
.post-contents blockquote {
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px 40px;
  position: relative;
}
.post-contents blockquote::before {
  background: url("svg/icon_quote.svg") no-repeat;
  content: "";
  width: 20px;
  height: 15px;
  transform: scale(-1, 1);
  position: absolute;
  top: 10px;
  left: 10px;
}
.post-contents blockquote::after {
  background: url("svg/icon_quote.svg") no-repeat;
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.post-contents blockquote p {
  margin-bottom: 0 !important;
}
.post-contents img {
  box-sizing: content-box;
  display: block;
  margin: 0 auto 1.8em;
  padding: 25px;
}
.post-contents a {
  color: #015db2;
  text-decoration: underline;
}
.post-contents a:hover {
  text-decoration: none;
}

.eyecatch {
  margin-bottom: 20px;
}
.eyecatch img {
  margin: 0 auto !important;
}

.single-post-date {
  line-height: 15px;
  text-align: right;
  margin-bottom: 50px;
}
.single-post-date time {
  color: #8b8989;
  font-size: 1.3rem;
  font-weight: 700;
}
.single-post-date svg {
  fill: #8b8989;
  width: 15px;
  vertical-align: bottom;
  margin-right: .5em;
}
.single-cat-name {
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}
.single-cat-name a {
  background: #015db2;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 10px;
}
.single-cat-name a:hover {
  background-color: #2b8ce6;
}

.posts-index {
  border: 2px solid #015db2;
  margin-bottom: 50px;
  padding: 20px 50px;
}
.posts-index h3 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.posts-index h3::after {
  background: #015db2;
  border-radius: 2px;
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.posts-index li {
  list-style: none;
  text-indent: -2em;
  margin-bottom: 10px;
  padding-left: 2em;
}
.posts-index li::before {
  content: "●　";
}
.posts-index li:last-child {
  bottom: 0;
}
.posts-index a {
  color: #232323;
  text-decoration: none;
}
.posts-index a:hover {
  color: #015db2;
}

/* prev next
--------------------------------- */
.pn-prev {
  padding: 15px 15px 15px 75px;
}
.pn-prev .pn-label {
  left: 10px;
}

.pn-next {
  padding: 15px 75px 15px 15px;
}
.pn-next .pn-label {
  right: 10px;
}

.single a.pn-prev::before, .single a.pn-next::before {
  background: #aaa;
  content: "";
  height: 75%;
  width: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.single a.pn-prev::before {
  left: 67px;
}
.single a.pn-next::before {
  right: 67px;
}

.pn-label {
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
}

a.pn-prev:hover,
a.pn-next:hover {
  color: #333;
  background: rgba(1, 93, 178, 0.2);
}

/* Pagination
--------------------------------- */
.pagination {
  clear: both;
  padding: 30px 0 10px;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
}
.pagination span, .pagination a {
  background: #fff;
  border-color: #015db2;
  color: #015db2;
  display: inline-block;
  text-decoration: none;
  margin: 0 4px;
  padding: 8px 18px;
  width: auto;
}

/*pc_effect*/
/* =============================================================
	effect
============================================================= */
a,
.post-list-box::before,
.post-list-box::after,
.post-list-box-inner::before,
.post-list-box-inner::after {
  transition: all .2s ease-out;
}

.mainnav > li:not(:first-child).current a::after,
.mainnav > li:not(:first-child) a:hover::after {
  width: 100%;
}

.post-list-box:hover::before, .post-list-box:hover::after {
  width: 100%;
}

.post-list-box:hover .post-list-box-inner::before, .post-list-box:hover .post-list-box-inner::after {
  height: 100%;
}

.scale {
  overflow: hidden;
}
.scale img {
  transition: transform .4s ease-out;
}
.scale:hover img {
  transform: scale(1.1);
}

/* button */
a.btn-1:hover {
  background-color: #066ecf;
}

.link-btn:hover {
  color: #595959;
  background-color: rgba(89, 89, 89, 0.2);
}

.post-list-ranking .cat-name:hover,
.search-results-sec .cat-name:hover {
  background-color: #066ecf;
}
