@charset "utf-8";
/* result single-result 共通 */
section.container section {
/*  margin-bottom: 3em;*/
}
#page_contents {
  /* max-width: 980px;*/
  width: 100%;
  margin: 0 auto;
}
.wrapper.results .button_area a.fbtn[target="_blank"]{
    padding-right: 30px;
}
.wrapper.results #single .button_area {
    display: block;
}
.wrapper.results #single .button_area a{
    display: block;
    width: 340px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:10px auto;
}
a.fbtn.blankLink:after{
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-top: none;
    border-right: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(https://sekidocorp.pro/images/external-linkf.svg) no-repeat;
}
a.fbtn.blankLink:hover:after{
    background: url(https://sekidocorp.pro/images/external-link3.svg) no-repeat;
}
/*.wrapper.results .result_taxdiv {
  margin-bottom: 30px;
}*/
.wrapper.results .result_taxinner {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}
.result_taxinner > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.wrapper.results .result_taxdiv:first-child {
  border-top: 1px solid #ccc;
}
.wrapper.results p.intro {
  margin: 10px auto 40px;
  font-size: 12px;
  line-height: initial;
}
.wrapper.results .nav {
  padding: 0 10px;
  box-sizing: border-box;
}
.wrapper.results .page_main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* 幅960要素 */
#page_contents > .nav, .page_main > section, .related_in h3, p.intro, h4.sub_title {
  max-width: 960px;
  margin: auto;
}
.page_main > .related_in {
  background: #171c61;
  margin-top: 0px;
}
.related_in + h4.sub_title {
  max-width: 960px;
  margin: 30px auto 30px;
  font-size: 14px;
    font-weight: normal;
}
#single_contents {
  width: 100%;
  margin-top: 25px;
}
.wrapper.results .nav .category_navi {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
}
.fixed {
  position: fixed;
  top: 5%;
}


.wrapper.results .category_navi ul {
	display: flex;
	margin: 1em 0 5em;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
}
.wrapper.results .category_navi ul li {
	width: 225px;
}


.wrapper.results .category_navi ul li span{
    font-size: 0.88em;
}
/*.wrapper.results .nav:after {
  content: "";
  display: block;
  width: 220px;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}*/
/*.wrapper.results h3 {
  width: auto;
  font-size: 19px;
  padding: 5px 10px 3px;
  margin-bottom: 1em;
  border-left: 5px solid #161c61;
  color: #161c61;
}*/
.wrapper.results h3 {
  color: #fff;
  font-weight: normal;
  font-size: 26px;
}
.wrapper.results h2 {
	color:#fff;
	font-weight:normal;
	font-size:26px;
	max-width:960px;
	margin:auto;
	background:#171c61;
	border:none !important;
}
.wrapper.results h3 span {
  font-size: 12px;
  margin-left: 8px;
  font-weight: normal;
}
.wrapper.results .category_navi ul li.first {
  margin: 0;
}
.wrapper.results .category_navi a {
  font-size: 12px;
  padding: 13px 10px;
  position: relative;
  display: block;
    background: #171c61;
    color: #fff;
      border-radius: 8px;
}
.wrapper.results .category_navi a:hover{
     border-color: #171c61;
    background: #fff;
    color: #171c61;
}
.wrapper.results div.rsimg {
  width: 87%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.wrapper.results div.rstext02 {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.wrapper.results div.rstext02 img {
  width: 100%;
  margin: 10px auto;
  display: block;
}
.wrapper.results .button_area {
  width: 60%;
  margin: 20px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper.results .button_area a.fbtn {
  display: inline-block;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  font-size: 1em;
  padding: 6px 15px;
  text-align: center;
  border: 2px solid #161c61;
  border-radius: 8px;
    margin-right: 10px;
}
.wrapper.results .button_area a.fbtn.more {
    background: #fff;
    color: #161c61;
    flex:0 0 85%;
    max-width: 360px
}
.wrapper.results .button_area a.fbtn.more:hover{
    background: #161c61;
    color: #fff;
}
.wrapper.results .button_area a.fbtn:hover {
  background: #fff;
  color: #161c61;
}
.wrapper.results .button_area span {
  font-size: 12px;
  display: block;
  text-align: center;
}
.wrapper.results .button_area a:first-child {
  margin-right: 10px;
}
.wrapper.results .fbtn {
  position: relative;
  background-color: #161c61;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 8px;
  -webkit-transition: none;
  transition: none;
  padding: 7px 14px;
  text-decoration: none;
}
.wrapper.results div.rsimg img {
  display: block;
  width: 100px;
  -webkit-flex: 0 1 28%;
  -moz-flex: 0 1 28%;
  -ms-flex: 0 1 28%;
  -o-flex: 0 1 28%;
  flex: 0 1 28%;
}
.rstext01 {
  margin: 10px auto;
}
.rstext03_link {
  display: block;
  text-align: center;
  width: 100%;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -o-flex: 1 0 100%;
  flex: 1 0 100%;
}
.rstext03_link p {
  width: 100%;
}
.rstext03_link .fbtn {
  display: inline-block;
  margin: 15px auto;
    border: 2px solid #161c61
}
.rstext03_link .fbtn:hover{
    background: #fff;
    color: #171c61;
}
.wrapper.results span.post_date {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-right: 7px;
}
.wrapper.results p.post_title {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  /*  margin: 0 auto 8px;*/
  line-height: 1;
}
.result_taxdiv .gallery {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.gallery-item {
  width: unset !important;
  flex: 0 1 auto !important;
  margin-right: 10px
}
.gallery-icon img {
  border: none !important;
}
.result_taxdiv div.rstext02 .gallery img {
  width: 100%;
  border: none;
}
#gallery-2 .gallery-item {
  width: unset !important;
  flex: 0 1 auto !important;
}
/* ギャラリー個別 */
#gallery-2 dl {
  margin-right: 5px;
}
#gallery-2 dl:last-child {
  margin-right: 0 !important;
}
#gallery-2 img {
  border: none !important;
}
@media screen and (max-width: 979px) {
  .wrapper.results .page_main {
    width: 100%;
    margin: 0 auto;
  }
  .related_in .title {
    padding: 4% 5%;
  }
  #page_contents > .nav, .page_main > section, .related_in h3, p.intro, h4.sub_title {
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* 実績一覧 */
@media screen and (min-width: 980px) {
  div.results h2 {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 33px 0 37px 0;
    text-align: left;
    /* width: 960px; */
    margin: 0 auto;
    color: #161c61;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.0;
  }
}
@media screen and (min-width: 641px) {}
@media screen and (max-width: 640px) {
	.wrapper.results .category_navi ul li {
		width: 225px;
	}
  .wrapper.results h3 span {
    display: block;
    margin-left: 0;
    line-height: 1.6;
  }
  .related_in .title {
    padding: 4% 5%;
  }
}
/* taxonomy-proj.php 実績区分以降の階層 */
.wrapper.results .pagetitle span {
  display: block;
  font-size: 12px;
  max-width: 960px;
}
.wrapper.results .pagetitle span br {
  display: none;
}
.pagetitle {
  margin:0 auto 20px ;
}
.pagetitle h1,.pagetitle span{
max-width: 960px;
margin: 5px auto;    
}
/* ページネーション */
.pagenavi .current {
  margin: 0 1.5%;
  color: #ccc;
}
.pagenavi a {
  text-decoration: underline;
}
.pagenavi a:hover {
  text-decoration: none;
  opacity: 0.8;
}
div#single_contents .result_taxdiv:first-child{
    border-top:none;
}
div#single_contents .result_taxdiv:first-child .result_taxinner{
    padding-top: 0;
}
@media screen and (max-width: 640px) {
	.wrapper.results .category_navi ul li {
		width: 95%;
	}

  .wrapper.results #single_contents.page_main {
    width: 100%;
    margin: 10px auto;
  }
  .wrapper.results .button_area {
    width: 100%;
    display: block;
  }
  .wrapper.results a.fbtn {
    display: block;
    text-align: center;
    max-width: 355px;
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper.results .button_area a.fbtn {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    max-width: 395px;
  }
  .wrapper.results .pagetitle span {
    text-align: center;
    display: block;
    font-size: 12px;
  }
  .wrapper.results .pagetitle span br {
    display: inline;
  }
}