@charset "UTF-8";
/*
 * /result/css/style.css
 */


/* # =================================================================
   # Pub box
   # ================================================================= */

.tag_gray {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #5b6f78;
  padding: 4px 8px 2px;
  box-sizing: border-box;
  text-align: center;
}

.pub_box {
  margin-bottom: 75px;
}

.pub_box.mb10 {
  margin-bottom: 10px;
}

.pub_box figure {
  font-size: 0;
  margin-bottom: 10px;
}

.min_width76 {
  min-width: 76px;
  padding-left: 20px;
  padding-right: 20px;
}

.pub_box h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.pub_box p {
  color: #5B6F79;
}

.pub_search {
  margin-bottom: 35px;
}

.pub_search a {
  font-size: 16px;
  border: 1px solid #297FC9;
  width: 420px;
  height: 55px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 5px;
}

.pub_search a span {
  display: inline-block;
  color: #333;
  position: relative;
  padding-right: 25px;
}

.pub_search a span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pub_search a:hover span {
  color: #297FC9;
}

/*.pub_box .pub_item > a {
	display: block;
	transition: opacity 0.3s ease;
}
.pub_box .pub_item > a:hover {
	opacity: 0.7;
}*/
.pub_box .nt_large_click .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.pub_box .pub_item>div.nt_large {
  display: block;
  transition: opacity 0.3s ease;
}

.nt_pub_box .pub_item {
  margin-bottom: 0;
}

.pub_box .pub_item>div.nt_large:hover {
  /*opacity: 0.7;*/
  cursor: pointer;
}

.pub_box .pub_item.large {
  margin-bottom: 55px;
}

.pub_box .pub_item.large h4 {
  margin-bottom: 7px;
}

.pub_box .pub_item.large .date {
  font-size: 16px;
}

.pub_box .pub_item.large .desc {
  color: #333;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width:780px) {
  .pub_item {
    margin-bottom: 50px;
  }

  .pub_item:last-child {
    margin-bottom: 0;
  }

  .pub_item .date {
    margin-bottom: 20px;
  }

  .pub_box figure {
    margin-bottom: 20px;
  }

  .pub_content>.mb20 {
    margin-bottom: 13px;
  }

  .pub_box .pub_item p {
    font-size: 20px;
  }

  .pub_box .pub_item .desc {
    font-size: 16px;
  }

  .pub_box .pub_item .date {
    font-size: 16px;
  }

  .pub_box.slides {
    display: block;
    margin: 0;
  }

  .pub_box.slides .slick-slide {
    width: 290px;
    padding: 0 6px;
  }
}
.pub_box .pub_item.large p {
  font-size: 16px;
}
@media screen and (min-width:781px) {
  .pub_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5px;
    margin-left: -26px;
    margin-right: -26px;
  }

  .pub_box .pub_item {
    width: 33.333%;
    padding: 0 26px;
  }

  .pub_box .pub_item.large {
    width: 100%;
  }

  /*.pub_box .pub_item.large > a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}*/
  .pub_box .pub_item.large>div.nt_large {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pub_box .pub_item.large figure {
    -ms-flex-order: 13;
    order: 13;
    width: 65.3%;
    margin: 0;
    height: 100%;
    top: 55px;
  }

  .pub_box .pub_item.large .pub_content {
    width: 34.7%;
    padding-right: 50px;
    padding-top: 55px;
  }

  .h1_head.mb0 {
    margin-bottom: 0;
  }

  .pub_box .pub_item.large h4 {
    font-size: 26px;
  }

  .pub_box .pub_item.large p {
    font-size: 18px;
  }

  .pub_box .pub_item .date {
    font-size: 16px;
  }

  .pub_box .pub_item.large .date {
    margin-bottom: 42px;
    font-size: 16px;
  }

  .pub_box .pub_item.large .desc {
    font-size: 18px;
  }

  .pub_box.slides .slick-slide {
    width: 33.333%;
  }
}

/* # =================================================================
   # Contact box
   # ================================================================= */

.contact_wrap {
  background: rgba(180, 203, 235, 0.7);
}

.contact_box {
  background-image: url(../images/contact_bg.jpg);
}

.contact_list li {
  width: 100%;
}

.contact_list .contactbtn a {
  background-color: #000;
  border: none;
}

.contactbtn a span {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.contactbtn a span::before {
  content: "";
  background: url(../images/envelope.png) no-repeat 0 0 / 100% 100%;
  width: 21px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

@media screen and (min-width:751px) {
  .contact_list {
    width: auto;
    max-width: 323px;
  }
}

/* # =================================================================
   # Banner
   # ================================================================= */

.banner_large {
  background: url(../images/image05_sp.jpg) no-repeat center center / cover;
  padding: 25px 27px 80px;
}

.banner_large h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 12px;
}

.banner_large p {
  font-size: 14px;
  margin-bottom: 22px;
}

@media screen and (min-width:751px) {
  .banner_large {
    background: url(../images/image05.jpg) no-repeat center center / cover;
    padding: 60px 30px 65px 68px;
  }

  .banner_large h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .banner_large p {
    margin-bottom: 28px;
    font-size: 16px;
  }
}

/* # =================================================================
   # Detail
   # ================================================================= */

.case_content {
  margin: 0 auto;
  max-width: 850px;
}

.case_detail .postdate {
  font-size: 16px;
  color: #5B6F79;
  margin-bottom: 25px;
}

.h1_head.mb20 {
  margin-bottom: 20px;
}

.case_detail .thumbnail {
  font-size: 0;
  position: relative;
  padding: 0 10px 10px 0;
  margin-bottom: 30px;
}

.case_detail .thumbnail img {
  position: relative;
  z-index: 1;
}

.case_detail .thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 0;
  background-color: #0ca6b2;
}

.case_detail .tag_list {
  margin-bottom: 15px;
}

.case_detail .tag_list span,
.case_detail .tag_list a {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 18px;
  color: #333;
}

.case_detail .tag_list .cat {
  background-color: #5b6f78;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 6px 12px 0;
  height: 24px;
  box-sizing: border-box;
}

.socialshare {
  text-align: center;
  margin-bottom: 45px;
}

.socialshare>div {
  display: inline-block;
}

.socialshare p {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.socialshare a {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.socialshare a:hover {
  opacity: 0.7;
}

.socialshare a.facebook {
  background-image: url(../images/facebook.png);
}

.socialshare a.twitter {
  background-image: url(../images/facebook.png);
}

.socialshare a.in {
  background-image: url(../images/facebook.png);
}

.socialshare a.mail {
  background-image: url(../images/facebook.png);
}

@media screen and (max-width:750px) {
  .fs16 {
    font-size: 16px;
  }
}

@media screen and (min-width:751px) {
  .case_detail .postdate {
    font-size: 18px;
    margin-bottom: 45px;
  }

  .case_detail .thumbnail {
    padding: 0 20px 25px 0;
    margin-bottom: 30px;
  }

  .case_detail .thumbnail::after {
    top: 35px;
  }

  .case_detail .tag_list {
    margin-bottom: 20px;
  }

  .case_detail .tag_list span,
  .case_detail .tag_list a {
    font-size: 22px;
    margin-right: 20px;
  }

  .case_detail .tag_list .cat {
    font-size: 15px;
  }

  .socialshare {
    text-align: right;
    margin-bottom: 60px;
  }

  .socialshare>div {
    text-align: left;
  }

  .socialshare a {
    margin: 0 10px 0 0;
  }

  .socialshare a:last-child {
    margin-right: 0;
  }
}

/* # =================================================================
   # Realated
   # ================================================================= */

.case_related {
  background-color: #ECF2F5;
  padding: 40px 0 50px 0;
}

.case_related h2 {
  text-align: center;
  border: none;
  padding: 0;
  margin-bottom: 40px;
  font-size: 27px;
}

.case_related h2::after {
  display: none;
}

.pub_box.mb40 {
  margin-bottom: 50px;
}

.case_detail .h2_read {
  font-size: 18px;
}

@media screen and (min-width:751px) {
  .case_related {
    padding-top: 60px;
  }

  .case_related h2 {
    margin-bottom: 60px;
  }

  .case_detail .h2_read {
    font-size: 27px;
  }
}

/* # =================================================================
   # Filter
   # ================================================================= */

.h1_head.mb0 {
  margin-bottom: 0;
}

.pub_filter {
  background-color: #edf2f6;
  padding-top: 30px;
  padding-bottom: 40px;
}

.pub_filitem {
  background: url(../images/bg_square02.png) repeat-x left bottom;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.pub_filitem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

.pub_filtitle span {
  display: block;
  font-size: 18px;
}

.pub_filtitle a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #333;
  font-size: 14px;
}

.pub_filtitle a:hover {
  color: #297FC9;
}

.pub_filtitle a::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.pub_filtext {
  font-size: 0;
  line-height: 1;
}

.pub_filtext a {
  display: inline-block;
  color: #5B6F79;
  font-size: 14px;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 15px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: color .3s, background .3s;
}

.pub_filtext a.active,
.pub_filtext a:hover {
  color: #fff;
  background-color: #5B6F79;
}

.pub_filtext a.clicked_term:hover {
  color: #fff;
  background-color: #5b6f78;
}

.pub_filtext.pub_filsmall a {
  font-size: 13px;
}

.pub_filtext a span {
  color: #FF1C8D;
}

.pub_fillink {
  text-align: center;
  line-height: 1;
}

.pub_fillink a {
  display: inline-block;
  color: #5B6F79;
  border: 1px solid #5B6F79;
  box-sizing: border-box;
  width: 160px;
  height: 46px;
  line-height: 1;
  padding: 14px 5px;
}

@media screen and (max-width:780px) {
  .pub_filter {
    margin-bottom: 35px;
  }

  .pub_filtitle {
    margin-bottom: 15px;
  }
}

@media screen and (min-width:781px) {
  .pub_filter {
    margin-bottom: 65px;
  }

  .pub_filitem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .pub_filtitle {
    width: 195px;
  }
}

/* # =================================================================
   # Record
   # ================================================================= */

.record_list {
  border-bottom: 2px solid #dde2e5;
  border-top: 2px solid #dde2e5;
  padding: 18px 0;
  margin-bottom: 40px;
}

.record_list dt,
.record_list dd {
  font-size: 14px;
}

.record_list dt {
  margin-bottom: 4px;
}

.record_list dt span {
  color: #5B6F79;
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}

.record_list dd {
  background: url(../images/bg_square.png) repeat-x left bottom;
  padding-bottom: 18px;
  margin-bottom: 19px;
}

.record_list dd a[target="_blank"] {
  padding-right: 24px;
  position: relative;
}

.record_list dd a[target="_blank"]::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.record_list dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

@media screen and (min-width:751px) {
  .record_list {
    padding: 20px 0;
    margin-bottom: 70px;
  }

  .record_list dt,
  .record_list dd {
    font-size: 16px;
  }

  .record_list dd>a {
    font-size: 16px;
  }

  .record_list dt {
    margin-bottom: 0;
  }

  .record_list dt span {
    margin-right: 0;
  }

  .record_list dt span:nth-child(1) {
    width: 138px;
  }

  .record_list dd {
    padding: 0 0 18px 350px;
    margin: -1.5em 0 16px 0;
  }

  .record_list dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }
}

/* # =================================================================
   # Pagenumber
   # ================================================================= */

.pagenumber {
  font-size: 0;
  text-align: center;
  line-height: 1;
}

.pagenumber a {
  display: inline-block;
  vertical-align: middle;
}

.pagenumber .num {
  font-size: 20px;
  padding: 0 11px;
  color: #444;
}

.pagenumber .num.current {
  color: #297FC9;
}

.pagenumber .prev,
.pagenumber .next {
  font-size: 16px;
  border: 1px solid #297FC9;
  width: 110px;
  height: 46px;
  padding-top: 10px;
  box-sizing: border-box;
}

.pagenumber .prev {
  margin-right: 26px;
}

.pagenumber .next {
  margin-left: 26px;
}

.pagenumber .prev span,
.pagenumber .next span {
  display: inline-block;
  position: relative;
  color: #333;
}

.pagenumber .prev span::before,
.pagenumber .next span::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0 / 100% 100%;
  margin-top: -8px;
  top: 50%;
  position: absolute;
}

.pagenumber .next span {
  padding-right: 15px;
}

.pagenumber .prev span {
  padding-left: 15px;
}

.pagenumber .next span::after {
  right: 0;
}

.pagenumber .prev span::before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nt_large:hover figure::after {
  left: 0;
  opacity: 1;
}

.nt_large:hover h4 {
  color: #297fc9;
}
/*.nt_large figure span {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
*/
@media screen and (min-width: 781px){
  .nt_large:hover figure span {
    opacity: 1;
  }
}
