@charset "utf-8";
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://use.typekit.net/yaq7bex.css");

* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  /*	transition: all 0.3s ease;*/
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
  outline: none;
}

li {
  list-style-type: none;
}

input {
  border: 1px none #CCC;
  font-family: "brother-1816", "YakuHanJP", 'Noto Sans Japanese', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  background: url(../img/header_bg.jpg) no-repeat center top;
}

figure {
  padding: 0px;
  margin: 0px;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Font Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
body {
  font-family: "brother-1816", "YakuHanJP", 'Noto Sans Japanese', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 2;
  min-width: 1300px;
  letter-spacing: 0.5px;
}

body.blog {
  background: #EDF4F8;
}

p {
  letter-spacing: 0.7px !important;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* link Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* new clearfix
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  /*zoom: 1;*/
}

/* IE6 */
*:first-child+html .clearfix {
  /*zoom: 1;*/
}

/* IE7 */
.left {
  float: left;
  padding: 0 20px 10px 0px;
}

.right {
  float: right;
  padding: 0 0 10px 20px;
  font-size: 12px;
  text-align: center;
}

.center {
  text-align: center;
}

.both {
  clear: both;
}

.impct {
  color: #eb3535;
}

.kome {
  color: #888888;
  font-size: 12px !important;
}

.nobg {
  background-image: none !important;
  border: none !important;
}

/* ======================================================================
Image Rollover
======================================================================== */
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

input:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ======================================================================
layout
======================================================================== */
.copy {
  text-align: center;
  padding: 0 0 20px 0;
  color: #FFF;
  position: fixed;
  right: -23px;
  top: calc(50% - 20px);
  font-size: 10px;
  color: #999999;
  transform: rotate(-90deg);
  z-index: 2000;
}

a.to_top,
.to_top {
  color: #999;
  text-decoration: underline;
  position: fixed;
  right: -4px;
  bottom: 40px;
  font-size: 10px;
  text-align: center;
  transform: rotate(-90deg);
}

a.to_top span,
.to_top span{
  color: #999;
}

@media screen and (max-width: 768px) {
  .copy {
    position: relative;
    right: auto;
    top: auto;
    transform: rotate(0deg);
  }

  a.to_top,
  .to_top {
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    text-decoration: none;
    border-radius: 100px;
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 53px;
    height: 53px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    z-index: 2000;
  }

  a.to_top:link span, .to_top span {
    display: none;
  }

  .to_top:before {
    content: "▲";
    color: #FFF;
  }

  .cc--banner-shown a.to_top, .cc--banner-shown .to_top, .cc--banner-shown .copy {
    z-index: 999;
  }
}

/*
.to_top:before{
  content: "▲";
}*/
header {
  background: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}

header.view {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  /*overflow: auto;*/
}

header .inner {
  height: 95px;
  max-width: 1500px;
  min-width: 1350px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  margin: 0 auto;
}

header nav {
  width: calc(100% - 200px);
}

header nav div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .sub {
  margin-left: auto;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav li {
  position: relative;
  letter-spacing: 0.5px;
}

header nav ul.main li a{

}
header nav ul.sub li a:hover,
header nav ul.main li a:hover{
  color: #3C414D;
}

header nav img {
  vertical-align: middle;
  margin-left: 5px;
}

header nav p {
  display: none;
  position: absolute;
  left: 0;
  top: 37px;
  background: #FFF;
  border-radius: 10px;
  padding: 10px 10px;
  width: 600px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.6);
}

header a {
  display: inline-block;
  padding: 8px 6px;
  border-radius: 3px;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
}

header a {
  color: #0E182E;
  text-decoration: none;
}

header a:hover {

}

header .sub_menu a {
  font-size: 14px;
  font-weight: bold;
  width: 45%;
  border-bottom: 1px solid #eee;
  line-height: 1.7;
  padding-top: 13px;
  padding-bottom: 13px;
}

header .sub_menu a:nth-of-type(5),
header .sub_menu a:nth-of-type(6) {
  border: none;
}

header .sub_menu a span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  display: block;
}

header .contact a {
  background-color: #0E182E;
  color: #FFF;
  padding: 8px 30px;
  margin: 20px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

header nav ul.sub li.contact a:hover,
header .contact a:hover{
  background-color: #3C414D;
  color: #FFF;
}

header .lang a {
  padding: 8px 0px;
  margin: 5px;
}

header .lang a.current {
  color: #707070;
}

footer {
  background: #0E182E;
  clear: both;
}

footer .inner {
  max-width: 1500px;
  min-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: space-between;
  margin: 0 auto;
}

footer h3 {
  padding: 5px 0;
  font-size: 14px;
}

footer h3 a{
  color: #fff;
  text-decoration: none !important;
}

footer h3 a:hover{
  color: #E9EEF2;
  text-decoration: none;
}

footer .inner li a,
footer .inner h3 a {
  color: #fff;
  text-decoration: none;
}

footer .inner li a:hover,
footer .inner h3 a:hover {
  color: #E9EEF2;
  text-decoration: none;
}

footer li a {
  display: inline-block;
  color: #CCC;
  margin-top: 5px;
}

footer a img {
  vertical-align: middle;
  margin-left: 5px;
}

footer .colum_01 {
  width: 40%;
  padding-top: 40px;
}

footer .colum_01 .btn_facebook{
  color:#fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 0px;
}

footer .colum_01 .btn_facebook img{
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

footer .colum_01 .btn_twitter{
  color:#fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 0px;
  margin-left: 13px;
}

footer .colum_01 .btn_twitter img{
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

footer .colum_02 {
  width: 20%;
  border-left: 1px solid #333;
  padding: 10px 10px 10px 30px;
  margin-top: 60px;
}

footer .inner .colum_02 li a {
  font-size: 12px;
  color: #ccc;
}

footer .inner .colum_02 li a:hover{
  color: #BFBFBF;
}

footer .min_nav a {
  color: #999999;
  text-decoration: none;
  display: inline-block;
  margin: 0px 4px;
  font-size: 12px;
}

footer .min_nav a:hover{
  color: #888;
}

footer .min_nav {
  padding: 60px 20px 20px 20px;
  width: 100%;
  text-align: center;
  color: #999999;
}

footer h2 {
  color: #666;
  margin-bottom: 30px;
}

footer h2 img {
  margin-right: 30px;
}

footer .lang a {
  color: #fff;
  text-decoration: none;
}

footer .lang a.current {
  color: #666666;
}

footer .btn_contact {
  display: block;
  background: #5FAFE8;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  width: 185px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
}

footer .btn_contact:hover{
  background: #79B6E2;
}

footer .btn_dl {
  display: block;
  color: #0E182E !important;
  background: #FFF;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  width: 185px;
  margin-bottom: 40px;
  text-decoration: none;
}

footer .btn_dl:hover {
  color: #3C414D !important;
}

footer .pankz a {
  color: #000;
}

footer .pankz a:hover{
  color: #333;
}

footer .pankz {
  background: #FFF;
  padding: 10px 15px 15px 15px;
  border-top: 1px solid #ddd;
  font-size: 12px;
}

footer .pankz li {
  display: inline;
}

footer .pankz li:after {
  content: "▶";
  font-size: 11px;
  color: #ccc;
  display: inline;
  margin: 0 3px 0 8px;
}

footer .pankz li a {
  text-decoration: none;
}

footer .pankz li:last-child:after {
  content: " ";
}

.page_body {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 95px;
}

.blog .page_body {
  max-width: 1200px;
}

.blog .page_body.detail:after{
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

/*.page_body h2*/
.page_body .page_header h1 {
  padding: 75px 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  vertical-align: top;
}

/*.page_body h2 span*/
.page_body .page_header h1 span {
  font-size: 15px;
  display: block;
}

.page_body .hd_title__block{
  padding: 55px 0 75px 0;
  text-align: center;
}

.page_body .hd_title__block .hd_title{
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.page_body .hd_title__block .hd_title .hd_sub_title {
  font-size: 15px;
  line-height: 1.4em;
  display: block;
}

.page_body .hd_title__block.blog_hd_title__block{
  padding: 50px 0 60px 0;
  text-align: center;
}

.page_body .hd_title__block.blog_hd_title__block .hd_title{
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.page_body .hd_title__block.blog_hd_title__block .hd_title .hd_sub_title {
  font-size: 15px;
  line-height: 1.4em;
  display: block;
}


.cate_block {
  padding-bottom: 31px;
}

.cate_block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px 0 -20px;
}

.cate_block li {
  margin: 0px 10px 18px 10px;
}

.cate_block li a {
  color: #0E182E;
  text-decoration: none;
  width: 205px;
  display: inline-block;
  text-align: center;
  padding: 13px 10px;
  border: #0E182E solid 1px;
  background: #FFF;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.1em;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

.cate_block li a.current {
  background: #0E182E;
  color: #FFF;
}

.news_list {
  border-top: 1px solid #DDDDDD;
}

.news_list li {
  display: flex;
  align-items: center;
  height: 160px;
  border-bottom: 1px solid #DDDDDD;
  padding: 35px 0;
}

.news_list .ymd {
  color: #999999;
  width: 75px;
  margin-right: 30px;
}

.news_list .cate {
  background: #63B0E6;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  width: 150px;
  margin-right: 30px;
  padding: 2px;
}

.news_list .text {
  width: 570px;
  overflow: hidden;
}

.news_list .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
  font-weight: bold;
}

.news_list .text p a {
  text-decoration: none;
}

.news_list .thumb {
  margin-left: auto;
  max-width: 190px;
}

.news_list .thumb img{
  max-width: 100%;
  height: auto;
  border: solid 1px #CCCCCC;
  box-sizing: border-box;
}

.pager {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  font-family: "europa";
  margin-bottom: 50px;
}

.blog .pager {
  padding: 0;
}

.pager a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.pager .perv,
.pager .next {
  color: #FFF;
  text-decoration: none;
  background: #4d99d0;
  background: #5fafe8;
  border-radius: 50%;
  font-size: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pager .perv:hover,
.pager .next:hover {
  background: #79B6E2;
}

.pager ul {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.pager ul a,
.pager ul span {
  background: #F5F5F5;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e182e;
  text-decoration: none;
  margin: 0 3px;
}

.blog .pager ul a {
  background: #FFF;
}

/*
.pager li:first-child{ margin-right: auto; }
.pager li:last-child{ margin-left: auto;}*/

.pager li.current a,
.pager li.current span {
  background: #0e182e;
  color: #FFF;
}

.pager li.prev__block a,
.pager li.next__block a{
  color: #FFF;
  text-decoration: none;
  background: #4d99d0;
  border-radius: 50%;
  font-size: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.pager li.prev__block{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}

.pager li.next__block{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
}

.pager.single-pager{
  position: relative;
}

.pager.single-pager .prev__block{
  position: absolute;
  left: 0px;
  top: calc(50% - 20px);
  margin: 0px;
  width: auto;
}

.pager.single-pager .next__block{
  position: absolute;
  right: 0px;
  top: calc(50% - 20px);
  margin: 0px;
  width: auto;
}



.pager li.current span.extend{
  background: #F5F5F5;
  color: #0e182e;
}

.pager ul .News__indexPagingItem--next {
  width: 100px;
}

.pager ul .News__indexPagingItem--next a {
  width: 100px;
  background: transparent;
}

.t_outer {
  text-align: center;
  padding: 60px 0 30px 0;
}

section.pp {
  max-width: 800px;
  margin: 0 auto;
}

.pp h3 {
  margin: 0 auto;
  display: inline-block;
  font-size: 22px;
  border-bottom: 2px solid #0E182E;
}

.pp .sign {
  float: right;
  text-align: right;
  padding: 0 0 40px 0;
}

.pp p {
  clear: both;
  padding-bottom: 15px;
  line-height: 2.5;
}

.pp .line_block {
  border: 3px solid #EEE;
  padding: 30px 20px 20px 20px;
  text-align: center;
  line-height: 1.7;
  margin: 40px 0;
}

.pp .line_block p {
  line-height: 1.7;
}

.pp .t_outer:nth-of-type(1) {
  padding-top: 0px;
}

.pp dt {
  padding-bottom: 20px;
}

.pp dd {
  padding-bottom: 40px;
}

.dl_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.dl_list li {
  width: calc(340px);
  padding-bottom: 50px;
  margin-left: 40px;
}

.dl_list li a {
  text-decoration: none;
}

.dl_list li h3 {
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 20px;
  font-weight: bold;
}

.dl_list li p {
  font-size: 13px;
  line-height: 1.8em;
  padding-top: 6px;
  color: #666666;
  color: #888;
  min-height: 95px;
}

.dl_list li .dl_btn {
  margin-top: 20px;
  background: #0E182E;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 16px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
}

.dl_list li .dl_btn:hover{
  background: #3C414D;
  color: #FFF;
}

.dl_list .thumb {
  background: #FFF;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.dl_list .thumb img {
  max-width: 100%;
  width: 100%;
}

.webi_list {
  border-top: 1px solid #CCC;
}

.webi_list>li {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #CCC;
}

.webi_list .thumb {
  width: 150px;
  height: 150px;
  margin-right: 30px;
}

.webi_list .thumb img {
  width: 100%;
  border: 1px solid #ccc;
}

.webi_list .text_block {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
}

.webi_list .text_block a {
  text-decoration: none;
}

.webi_list .text_block p {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.webi_list .text_block p.ymd {
  font-size: 14px;
  line-height: 1.1em;
  padding-bottom: 10px;
  font-weight: normal;
}

.webi_list .text_block .hash a,
.webi_list .text_block .hash span {
  color: #75A2C3;
  color: #5fafe8;
  text-decoration: none;
}

.webi_list .text_block .hash a:hover {
  color: #79B6E2;
  opacity: 1;
}

.webi_list .text_block .tag_hash {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.webi_list .text_block .tag a,
.webi_list .text_block .tag span {
  background: #5FAFE8;
  color: #FFF;
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.1em;
}

.webi_list .text_block li {
  display: inline-block;
  margin-left: 10px;
}

.webi_list .text_block .hash li {
  margin-right: 10px;
  margin-left: 0px;
}

.webi_list .text_block .tags li {
  margin-right: 0px;
  margin-left: 10px;
}

.webi_list .status_block {
  width: 250px;
  text-align: center;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.webi_list .ymd {
  vertical-align: middle;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  color: #999;
}

.webi_list .ymd img {
  vertical-align: middle;
  margin-right: 5px;
}

.webi_list .status_block .add_btn {
  display: inline-block;
  margin: 0 auto;
  background: #fdeed9;
  color: #f08b23;
  border-radius: 50px;
  padding: 10px 10px;
  max-width: 160px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.1em;
  font-size: 15px;
  text-decoration: none;
}

.webi_list .status_block .add_btn.off {
  display: inline-block;
  margin: 0 auto;
  background: #eee;
  color: #666;
  border-radius: 50px;
  padding: 10px 10px;
  max-width: 160px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.1em;
  font-size: 15px;
}

.case_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}

.case_list li {
  width: calc(340px);
  margin-bottom: 50px;
  background: #FFF;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.6);
  margin-left: 40px;
}

.case_list .text_block {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.7;
}

.case_list .text_block p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.case_list .text_block a {
  font-weight: bold;
  text-decoration: none !important;
}

.case_list .company_name {
  padding-top: 20px;
  font-size: 13px;
  color: #999;
  display: flex;
  justify-content: space-between;
}

.case_list .company_name p {
  width: 190px;
  line-height: 1.5em;
}

.case_list .company_name div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90px;
  height: 50px;
}

.case_list .company_name div img {
  height: 100%;
  border: 1px solid #DDDDDD;
}

.cont_header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-top: 70px;
}

.cont_header .cont_title {
  font-size: 26px;
  line-height: 1.6em;
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
}

.cont_header .cont_title .pt_splitter{
  display: block;
}

.cont_header .cont_title+p {
  font-size: 18px;
  color: #666666;
  padding-bottom: 20px;
}

.cont_header .data_area {
  display: flex;
  align-items: center;
}

.cont_header .data_area .ymd {
  font-size: 13px;
  color: #999;
}

.cont_header .data_area .cate {
  color: #FFF;
  background: #63B0E6;
  padding: 2px 10px;
  margin-left: 20px;
  font-size: 12px;
}

.detail .cont_body{
  word-break: break-all;
}

.detail .cont_body p {
  padding-bottom: 0px;
  line-height: 2;
  font-size: 15px;
  word-break: break-all;
}

.detail .cont_body p + p {
  margin-top: 2em;
}
.detail .cont_body p+h3,
.detail .cont_body p+h2,
.detail .cont_body p+h4,
.detail .cont_body p+blockquote,
.detail .cont_body p+.bg_block_01,
.detail .cont_body p+.line_block_01{
  margin-top: 35px;
}

/*
.detail .cont_body blockquote{
  background: #F4F4F4;
  padding: 35px 40px;
  z-index: 1;
}*/

.detail .cont_body blockquote {
border: solid 3px #d9e2e9;
padding: 35px 40px;
z-index: 1;
}

.page_body.detail .content .info_block p+p {
  margin-top: .5em;
}

.page_body.detail .cont_body .right p+p,
.page_body.detail .cont_body .left p+p {
  margin-top: 0em;
}

.bg_block {
  background: #E9EFF2;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 640px;
  z-index: 1;
}

.bg_block_w {
  background: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 350px;
  z-index: 1;
}

.blog .bg_block_w {
  height: 303px;
}

.blog .bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -22px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #5FAFE8 !important;
}

.page_body.detail {
  z-index: 2;
  position: relative;
}

.page_body.detail .cont_body img{
  max-width: 100%;
  height: auto;
}

.page_body.detail .content {
  margin-top: 75px;
  background: #FFF;
  padding: 0 100px 50px 100px;
  position: relative;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
  font-size: 15px;
}

.page_body.detail .content h3 {
  font-size: 26px;
  padding: 30px 0 30px 0;
  clear: both;
}

a.back_top_btn {
  position: absolute;
  right: 0;
  top: -50px;
  text-decoration: underline;
  color: #333;
  font-size: 13px;
}

a.back_top_btn:hover{
  color: #666;
  text-decoration: none;
}

.page_body.detail .content .list li {
  list-style-type: disc;
  margin: 0 0 20px 30px;
}

.page_body.detail .content .info_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.page_body.detail .content .info_block>a {
  display: flex;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #5fafe8;
  background: #FAFDFF;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  width: 100%;
}

.page_body.detail .content .info_block>a:hover{
  border: 2px solid #79B6E2;
}

.page_body.detail .content .info_block .text_area {
  padding-right: 40px;
  width: 100%;
  max-width: calc(100% - 210px);
  box-sizing: border-box;
}

.page_body.detail .content .info_block .text_area p {
  padding: 0;
  color: #333;
}

.page_body.detail .content .info_block .text_area p.url {
  color: #5fafe8;
  word-break: break-all;
}

.page_body.detail .content .info_block>a:hover .text_area p.url{
  color: #79B6E2;
}

.page_body.detail .content .info_block div.thumb {
  padding-top: 5px;
}

.page_body.detail .content .info_block div.thumb figure{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 210px;
  height: 140px;
}

.page_body.detail .content .info_block div.thumb figure img{
  display: none;
}

.page_body.detail .content .info_block h3 {
  color: #4D99D0;
  color: #5fafe8;
  padding: 0 0 0px 0;
  font-size: 18px;
  margin-bottom: 5px;
}

.page_body.detail .content .info_block>a:hover h3{
  color: #79B6E2;
}

.page_body.detail .content .info_block a {
  color: #75A2C3;
  color: #5fafe8;
}

.page_body.detail .content .info_block a:hover{
  color: #79B6E2;
}

.page_body.detail .content .info_block p {
  padding-top: 20px;
  line-height: 2;
  font-size: 14px;
}

.page_body.detail .content .sub_block {
  background: #F4F4F4;
  padding: 35px 40px;
}

.page_body.detail .content .sub_block dd {
  margin-bottom: 15px;
}

.page_body.detail .content .more {
  background: #F4F4F4;
  text-align: center;
  padding: 35px 20px 20px 20px;
  margin-top: 40px;
}

.page_body.detail .content .more p {
  font-weight: bold;
}

.page_body.detail .content .sns {
  padding: 0px 0;
  display: flex;
  justify-content: center;
}

.page_body.detail .pager {
  clear: both;
}

.page_body.detail .pager p {
  display: flex;
  align-items: center;
}

.page_list {
  background: #F4F4F4;
}

.page_list h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 50px;
}

.page_list .inner {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.blog .page_body.detail .content {
  margin-top: 55px;
  background: #FFF;
  padding: 0 0px 50px 0px;
  position: relative;
  box-shadow: none;
  font-size: 15px;
  border-radius: 5px;
  width: 830px;
  float: left;
  margin-bottom: 30px;
}

/*.blog .page_body h2*/
.blog .page_body .page_header h1 {
  font-size: 30px;
  padding: 75px 0;
  padding-top: 45px;
  padding-bottom: 60px;
  vertical-align: middle;
}

.blog .page_body.detail .page_header ul {
  background: #5FAFE8;
  border-radius: 3px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  text-align: center;
  display: flex;
  width: 100%;
}

.blog .page_body.detail .page_header li {
  display: inline-block;
  display: flex;
  justify-content: center;
  width: calc(100% / 6);
  border-right: 1px solid #FFF;
  box-sizing: border-box;
}

.blog .page_body.detail .page_header li:last-child {
  border-right: none;
}

.blog .page_body.detail .page_header li a {
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: none !important;
}

.blog .page_body.detail .page_header li a:hover{
  color: #E9EEF2;
}

.blog .page_body.detail .page_header li a br {
  display: none;
}

.blog .page_body.detail .page_header li a span {
  display: block;
  font-size: 10px;
  font-weight: 500;
}

.blog .page_body .cont_header {
  padding: 20px 30px 40px 30px;
  margin: 0;
  border-bottom: none;
}

.blog .page_body .cont_header h2 {
  padding: 0;
}

.blog .page_body .cont_header .data_area {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.blog .page_body .cont_header .data_area p {
  display: flex;
  align-items: center;
}

.blog .page_body .cont_header .data_area p.poster {
  font-size: 13px;
  color: #75A2C3;
}

.blog .page_body .cont_header .data_area img {
  margin: 0 5px 0 15px;
}

.blog .page_body .hash li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.blog .page_body .hash a {
  border-radius: 50px;
  border: 1px solid #5fafe8;
  font-size: 13px;
  padding: 5px 10px;
  color: #5fafe8;
  text-decoration: none !important;
}

.blog .page_body .hash a:hover{
  border: 1px solid #79B6E2;
  color: #79B6E2;
}

.blog .page_body .cont_header .cate {
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.1em;
  margin: 0 auto 0 0;
}

.blog .page_body .blog_block {
  padding: 40px 35px;
}

.case .page_body.detail .bg_block_01,
.news .page_body.detail .bg_block_01,
.blog .page_body.detail .bg_block_01 {
  background: #F5F5F5;
  padding: 15px 30px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.case .page_body.detail .line_block_01,
.news .page_body.detail .line_block_01,
.blog .page_body.detail .line_block_01 {
  border-radius: 6px;
  border: 2px solid #F5F5F5;
  padding: 20px 30px;
  margin-bottom: 20px;
  background-color: #fff;
}

.blog .blog_poster {
  margin: 55px 0 20px 0;
}

.blog .blog_poster .inner {
  border-top: 3px solid #63B0E6;
  border-bottom: 3px solid #63B0E6;
  padding: 35px 0;
  margin-bottom: 20px;
}

.blog .blog_poster dl {
  display: flex;
}

.blog .blog_poster dt {
  max-width: 130px;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
}

.blog .blog_poster dt img{
  width: 100%;
}

.blog .blog_poster dd{
  width: calc(100% - 130px);
}

.blog .blog_poster dd h4 {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.blog .blog_poster dd h4 a {
  font-size: 13px;
  display: inline-block;
  color: #5FAFE8;
  text-decoration: underline;
}

.blog .blog_poster dd p {
  font-size: 14px;
}

.blog .page_body.detail .blog_poster {
  position: relative;
}

.blog .page_body.detail .blog_poster h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.1em;
  background: #FFF;
  display: inline-block;
  padding: 0 10px 0 0;
  position: absolute;
  color: #5FAFE8;
  top: -7px;
}

.blog_list {
  width: 1200px;
  margin: 30px auto 100px auto;
}

.top .blog_list {
  width: 830px;
  float: left;
  margin-top: 55px;
}

.archive .blog_list {
  width: 830px;
  float: left;
  margin-top: 55px;
}

.blog_list .inner ul.blog_list_normal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_list .inner .blog_list_normal li {
  background: #FFF;
  width: 390px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.blog_list .inner .pickup ul {
  display: block
}

.blog_list .inner li img {
  width: 100%;
}

.blog_list .inner li .user img {
  width: auto;
}

.archive .blog_list .inner .blog_list_normal li{
  width: 390px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.blog_related_entries_block .blog_list .inner .blog_list_normal{
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  justify-content:flex-start;
}
.blog_related_entries_block .blog_list .inner .blog_list_normal li{
  width: 380px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.blog_related_entries_block .blog_list .inner li .thumb,
.archive .blog_list .inner .blog_list_normal li .thumb{
  vertical-align: top;
}

.blog_related_entries_block .blog_list .inner li .thumb a,
.archive .blog_list .inner .blog_list_normal li .thumb a{
  padding-top: 46%;
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.blog_related_entries_block .blog_list .inner li .thumb img,
.archive .blog_list .inner .blog_list_normal li .thumb img {
  display: none;
}

.blog_list .inner .pickup {
  position: relative;
}

.blog_list .inner .pickup .items {
  max-height: 416px;
  overflow: hidden;
}

.blog_list .inner .pickup .items .slick-list.draggable{
  overflow: hidden;
}


.pickup_mark {
  background: #F08B00;
  color: #FFF;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 500;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.top .blog_list .inner .pickup .item {
  width: 100%;
  padding-bottom: 0px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow:hidden;
}

.top .blog_list .inner .pickup .slick-dots{
  display: flex;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.top .blog_list .inner .pickup .slick-dots li{
  margin: 0px;
  padding: 0px;
  margin-left: 3px;
  margin-right: 3px;
  width: 8px;
  height: 8px;
}

.top .blog_list .inner .pickup .slick-dots button{
  border: none;
  background-color: rgba(0,0,0,0);
  padding: 0px;
  margin: 0px;
  width: 8px;
  height: 8px;
  display: block;
  overflow: hidden;
}

.top .blog_list .inner .pickup .slick-dots button:before{
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  background-color: #CCCCCC;
  border-radius: 100px;
}

.top .blog_list .inner .pickup .slick-dots li.slick-active button:before{
  background-color: #5FAFE8;
}

.top .blog_list .inner .pickup .item .thumb a {
  padding-top: 46%;
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.top .blog_list .inner .pickup .item .thumb a img{
  display: none;
}

.top .blog_list .inner .pickup .item .text_area {
  pointer-events: none;
  position: absolute;
  bottom: 37px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  width: 100%;
}

.top .blog_list .inner .pickup .item .text_area .text a {
  font-size: 20px;
  line-height: 1.6em;
  display: inline-block;
  font-weight: bold;
}

.top .blog_list .inner .pickup .item .footer {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
}

.top .blog_list .inner .pickup .item .text_area a,
.top .blog_list .inner .pickup .item .text_area a:hover {
  color: #FFF;
}

.blog_list ul.blog_list_normal li {
  position: relative;
  padding-bottom: 40px;
}

.blog_list h2 {
  color: #5FAFE8;
  border-top: 2px solid #5FAFE8;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
}

.blog_list h2 span {
  background: #EDF4F8;
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 30px;
}

.blog_list .text_area {
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0px;
}

.blog_list .footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 20px;
  padding-top: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}

.blog_list .footer .cate {
  background: #333;
  color: #FFF;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 1.1em;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_list .footer p {
  line-height: 1.5em;
}

.blog_list .footer p.ymd,
.blog_list .footer p.user {
  font-size: 12px;
}

.cate.study {
  background: #76BC57 !important;
}

.cate.report {
  background: #D06C87 !important;
}

.cate.technology {
  background: #887AD8 !important;
}

.cate.people,
.cate.people_culture {
  background: #E09555 !important;
}

.cate.unerry_capability,
.cate.capability {
  background: #63B0E6 !important;
}

.cate.report {
  background: #D06C87 !important;
}

.blog_list .text_area .text {
  width: 100%;
  margin-bottom: 15px;
}

.blog_list .text_area .text a {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7em;
  text-decoration: none !important;
}

.top .blog_list li:first-child .text_area .text {
  font-size: 18px;
}

.blog_list .text_area .ymd,
.blog_list .footer .ymd {
  display: flex;
  align-items: center;
  color: #999999;
}

.blog_list .text_area .user,
.blog_list .footer .user {
  display: flex;
  align-items: center;
  color: #75A2C3;
  color: #999999;
}

.blog_list .footer .user a{
  text-decoration: none !important;
  color: #75A2C3 !important;
}

.blog_list .text_area .user img,
.blog_list .text_area .ymd img,
.blog_list .footer .user img,
.blog_list .footer .ymd img {
  margin: 0 5px 0 10px;
}

.blog .side {
  float: right;
  margin-top: 55px;
  width: 300px;
  padding-bottom: 50px;
}

.blog .side p {
  font-size: 14px;
  padding: 0 0 40px 0;
}

.blog .side h3 {
  border-top: 2px solid #5FAFE8;
  border-bottom: 2px solid #5FAFE8;
  color: #5FAFE8;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

.blog .side .pop {
  margin-bottom: 50px;
}

.blog .side .pop .wpp-meta.post-stats{
  display: none;
}

.blog .side .pop li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
}

.blog .side .pop li div {
  width: 25px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 10px;
}

.blog .side .pop li a {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
}

.blog .side .pop ul li {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
}
.blog .side .pop ul li+li{
  margin-top: 20px;
}

.blog .side .pop ul li:nth-child(1):before {
  content: "";
  display: block;
  width:22px;
  height: 34px;
  background-image: url(../img/no1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
}

.blog .side .pop ul li:nth-child(2):before {
  content: "";
  display: block;
  width: 22px;
  height: 34px;
  background-image: url(../img/no2.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
}

.blog .side .pop ul li:nth-child(3):before {
  content: "";
  display: block;
  width: 22px;
  height: 34px;
  background-image: url(../img/no3.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
}

.blog .side .pop ul li:nth-child(4):before {
  content: "";
  display: block;
  width: 22px;
  height: 34px;
  background-image: url(../img/no4.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
}

.blog .side .pop ul li:nth-child(5):before {
  content: "";
  display: block;
  width: 22px;
  height: 34px;
  background-image: url(../img/no5.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
}

.blog .side .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.blog .side .tags a {
  display: block;
  background: #FFF;
  color: #5FAFE8;
  font-size: 13px;
  line-height: 1.2em;
  border-radius: 25px;
  padding: 8px 15px;
  margin: 0 15px 18px 0;
  text-decoration: none !important;
}

.blog .side .tags a:hover{
  background: #FFF;
  color: #79B6E2;
}

.blog .side .bnr{

}

.blog .side .bnr li + li{
  margin-top: 10px;
}

.blog .side .back_top {
  color: #333;
}

.case .wrap{
  overflow-x: hidden;
}

.case .page_body.detail .content {
  box-shadow: none;
  background: transparent;
}

.case .page_body.detail .content .cont_header {
  padding-top: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  padding-bottom: 80px;
}

.case .page_body.detail .content .cont_header:before{
  content: "";
  display: block;
  width: 4000px;
  height: 100%;
  background: #E9EFF2;
  position: absolute;
  left: calc(50% - 2000px);
  top: 0;
  z-index: 10;
}

.case .page_body.detail .content .cont_header .ph {
  margin-bottom: 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 100;
}

.case .page_body.detail .content .cont_header .text_area {
  position: relative;
  z-index: 100;
}

.case .interview_area {
  border-top: 2px solid #63B0E6;
  border-bottom: 2px solid #63B0E6;
  padding: 60px 0 60px 0;
  margin: 40px 0;
  position: relative;
}

.case .page_body.detail .content .interview_area h3 {
  color: #5FAFE8;
  font-size: 20px;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  letter-spacing: 2px;
  position: absolute;
  left: calc(50% - 100px);
  top: -18px;
  width: 200px;
}

.case .interview_area p {
  padding: 0;
}

.case .interview_area h3 span {
  display: inline-block;
  background: #FFF;
  /*position: relative;
  top: -85px;*/
  padding: 0 20px;
  font-weight: bold;
}

.case .interview_area dt {
  font-size: 18px;
  padding: 40px 0 20px 0;
  font-weight: bold;
}

.case .page_body.detail .content .interview_area h4 {
  font-size: 26px;
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

.blog .page_link,
.case .page_link {
  background: #0e182e;
  padding: 30px 60px;
  color: #FFF;
  margin: 40px 0;
}

.blog .page_link{
  background: #f5f5f5;
  padding:35px 40px;
  padding-bottom: 30px;
  border-radius: 10px;
}

.blog .page_link h3 ,
.case .page_link h3 {
  padding: 0 0 20px 0 !important;
  font-size: 18px !important;
}

.blog .page_link a,
.case .page_link a {
  color: #FFF;
  margin-bottom: 10px;
  display: inline-block;
}

.blog .page_link a{
  color: #000000;
  display: inline;
}

.blog .page_link ul li:before,
.case .page_link ul li:before,
.case .case_index a:before {
  content: "– ";
}

.page_body.detail .content .page_link h3{
  color: #000000;
}
.blog .page_link ul li{
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: .5em;
}
.blog .page_link ul li:before{
  color: #000000;
}

.case .content {
  width: 1100px;
  padding: 0 !important;
}

.case .cont_header {
  border: none;
  margin-bottom: 0px;
}

.case .cont_header .text_area {
  width: 505px;
}

.case .cont_header .cont_title {
  padding-top: 0;
}

.case .cont_header .cont_title+p {
  font-size: 16px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.case .cont_header .ymd {
  color: #999;
}

.case .cont_header .keyword_area {
  padding-top: 20px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  position: relative;
}

.case .page_body.detail .cont_header h3 {
  font-size: 15px;
  padding: 0 0 10px 0;
  font-weight: bold;
  width: 100%;
}

.case .cont_header .keyword_area ul {
  width: calc(100% - 180px);
  font-size: 12px;
}

.case.download .cont_header .keyword_area ul{ width: 100%;}

.case .cont_header .keyword_area ul li {
  display: inline-block;
  padding: 0px 1em 5px 0;
  line-height: 1.1em;
}

.case .cont_header .keyword_area ul li a,
.case .cont_header .keyword_area ul li span {
  color: #75A2C3;
  text-decoration: none;
}

.case .cont_header .keyword_area div {
  width: 180px;
  height: 100px;
  overflow: hidden;
  background-size: contain;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -45px;
  /*margin-top: -75px;*/
  /*float: right;
  position: absolute;
  right: 0px;
  bottom: 0px;*/
  margin-left: auto;
}
.case .cont_header .keyword_area div img{
  position: relative;
  right: 0px;bottom: 0px;
  width: 100%;
  height: auto;
  display: none;

}

.case .cont_body {
  padding: 50px 100px 0 100px;
}

.btn_link {}

.btn_blank a {
  display: block;
  width: 400px;
  margin: 0 auto 20px auto;
  background: #0E182E;
  color: #FFF;
  font-weight: bold;
  padding: 15px 15px 15px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  margin-top: 25px;
}

.btn_blank a:hover{
  background: #3C414D;
  color: #FFF;
}

.btn_link{
  display: block;
  width: 100%;
  margin: 50px auto 20px auto;
  background: #0E182E;
  color: #FFF;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
}
.btn_link a,
.btn_link p {
  color: #FFF;
  text-decoration: none;
}
/*
.btn_link a,
.btn_link p {
  display: block;
  width: 100%;
  margin: 50px auto 20px auto;
  background: #0E182E;
  color: #FFF;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
}*/

.detail .cont_body .btn_link p {
  /*padding-bottom: 15px;
  margin-bottom: 0px;*/
}

.ph {
  text-align: center;
  margin-bottom: 20px;
}

li .ph img {
  width: 100%;
}

.seminar_cont_body .ph img {
  width: 100%;
}

.ph p {
  font-size: 12px !important;
  padding: 0px;
  color: #666666;
}

.ph.line img {
  border: 1px solid #ccc;
}

a.sp_contact_btn,
.menu_btn {
  display: none;
}

.sp {
  display: none;
}

/*
-
-

-
-
-

*/
.blog .case_index,
.case .case_index {
  background: #0e182e;
  padding: 30px 60px;
  color: #FFF;
  margin: 40px 0;
}

.blog .case_index h3,
.blog .case_index p,
.case .case_index h3,
.case .case_index p {
  padding: 0 0 20px 0 !important;
  font-size: 18px !important;
  font-weight: normal !important;
}

.case .case_index .case_index__title{
  font-weight: bold;
}

.blog .case_index ul li,
.case .case_index ul li{
  font-size: 15px;
}

.blog .case_index ul li a,
.case .case_index ul li a {
  color: #FFF;
  margin-bottom: 10px;
  display: inline-block;
}
.blog .case_index ul li a:before,
.case .case_index ul li a:before {
  content: "-";
  margin-right: 4px;
}

.page_body.detail .content h2,
.page_body.detail .case_indexTitle h2/*,
.page_body.detail .content h3 */{
  font-size: 26px;
  line-height: 1.6em;
  padding: 30px 0 30px 0;
  padding: 20px 0 20px 0;
  clear: both;
  text-align: left;
  font-weight: bold;
}

.page_body.detail .content h3 {
  display: block;
  font-size: 20px;
  line-height: 1.6em;
  text-align: left;
  font-weight: bold;
}

.page_body.detail .content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
}

.blog .page_body.detail .content .blog_poster dd h4 {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blog .page_body.detail .content .blog_poster dd h4 a {
  display: inline-block;
  margin-left: 15px;
}

.blog .page_body.detail .content .blog_poster dd h4 a:hover{
  color: #79B6E2;
  text-decoration: none;
}

.page_body.detail .wp-caption {
  text-align: center;
  margin-bottom: 20px;
  max-width: 100% !important;
  width: 100% !important;
}

.page_body.detail .wp-caption img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.page_body.detail .wp-caption p {
  font-size: 12px !important;
  padding: 25px;
}

.page_body.detail .wp-caption.line img {
  border: 1px solid #ccc;
}

.cont_body p img {
  max-width: 100%;
  height: auto;
}

.case.seminer {}

.case.seminer .status_block {
  width: 160px;
}

.case.seminer .status_block .add_btn {
  display: inline-block;
  margin: 0 auto;
  background: #fdeed9;
  color: #f08b23;
  border-radius: 50px;
  padding: 10px 20px;
  max-width: 160px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.1em;
  font-size: 15px;
}

.case.seminer .status_block .add_btn.off {
  background: #eee;
  color: #666;
}

.single-seminar.case.seminer .page_body.detail .status_block .add_btn.off{
  background-color: #fff;
  text-align: center;
}

.case.seminer .cont_header .text_area {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding-bottom: 80px;
  min-height: 400px;
}

.case.seminer.download .page_body.detail .content .cont_header:before{ display: none; }
.case.seminer.download .cont_header .text_area{
  min-height: inherit;
}

.case.seminer .cont_header .text_area .area,
.case.seminer .cont_header .text_area .ymd {
  color: #999;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.case.seminer .cont_header .text_area .area img,
.case.seminer .cont_header .text_area .ymd img {
  margin-right: 5px;
}

.case.seminer .cont_header .text_area .text_footer_area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
}

.case.seminer .cont_header .text_area .text_footer_area .tag {
  margin-left: auto;
}

.case.seminer .cont_header .text_area .text_footer_area .tag a,
.case.seminer .cont_header .text_area .text_footer_area .tag span {
  background: #5FAFE8;
  color: #FFF;
  display: inline-block;
  line-height: 1.1em;
  padding: 9px 16px;
}

.case.seminer .cont_header .text_area .text_footer_area li {
  display: inline-block;
  margin-left: 10px;
}

.seminar_excerpt {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.seminar_cont_body {
  display: flex;
  margin-left: -100px;
  margin-right: -100px;
  width: calc(100% + 200px);
}

.seminar_cont_body>div {
  width: 50%;
}

.seminar_cont_body>div.event-outline {
  max-width: 520px;
}

.seminar_cont_body>div.entry-form {
  padding: 30px;
  box-sizing: border-box;
  margin-left: auto;
  overflow: hidden;
  max-width: 530px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.page_body.detail .content .osusume {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #eee;
  padding: 25px;
  padding-top: 35px;
  position: relative;
  margin-bottom: 40px;
}

.page_body.detail .content .osusume h3 {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  background-color: #0E182E;
  border: solid 1px #707070;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  top: -18px;
  font-weight: bold;
}

.page_body.detail .content .osusume ul {}

.page_body.detail .content .osusume ul li {
  font-weight: bold;
  margin-bottom: 5px;
}

.page_body.detail .content .osusume ul li:before {
  content: "●";
  color: #5FAFE8;
  margin-right: 8px;
}

.page_body.detail .content .content_index {
  width: 100%;
  border-top: 2px solid #5FAFE8;
  border-bottom: 2px solid #5FAFE8;
  padding: 35px 0px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 45px;
}

.page_body.detail .content .content_index h3 {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #5FAFE8;
  position: absolute;
  left: 0px;
  top: -13px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  background-color: #E9EFF2;
  padding-right: 10px;
}

.page_body.detail .content .content_index ol {
  font-weight: bold;
  counter-reset: number;
}

.page_body.detail .content .content_index ol li {
  font-weight: normal;
  margin-bottom: 3px;
  font-size: 15px;
}

.page_body.detail .content .content_index ol li:before {
  counter-increment: number;
  content: counter(number) '.';
  font-weight: bold;
  margin-right: 5px;
}

.page_body.detail .content .seminar_cont_body .event-outline {}

.page_body.detail .content .seminar_cont_body .event-outline>h3 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.page_body.detail .content table {
  width: 100%;
  margin-bottom: 60px;
}

.page_body.detail .content .seminar_cont_body .event-outline table tr th,
.page_body.detail .content .seminar_cont_body .event-outline table tr td {
  padding: 10px 15px;
  font-size: 13px;
}

.page_body.detail .content .seminar_cont_body .event-outline table tr th,
.page_body.detail .content .seminar_cont_body .event-outline table tr:nth-child(odd) td {
  background-color: #A7B4BE;
  color: #fff;
  font-weight: bold;
}

.page_body.detail .content .seminar_cont_body .event-outline table tr:nth-child(even) td {
  border: 1px solid #eee;
}

.page_body.detail .content .seminar_cont_body .event-outline .toudansha {
  display: flex;
  margin-bottom: 60px;
}

.page_body.detail .content .seminar_cont_body .event-outline .toudansha+.toudansha {
  margin-top: 30px;
}

.page_body.detail .content .seminar_cont_body .event-outline .toudansha .toudansha-thumb{ max-width: 160px; width: 100%; }
.page_body.detail .content .seminar_cont_body .event-outline .toudansha .toudansha-body {
  padding-left: 20px;
  max-width: calc(100% - 160px);
  width: 100%;
  box-sizing: border-box;
}

.page_body.detail .content .seminar_cont_body .event-outline .toudansha h4,
.page_body.detail .content .seminar_cont_body .event-outline .toudansha .toudansha-name {
  margin: 0px;
  font-size: 15px;
  font-weight: bold;
}

.page_body.detail .content .seminar_cont_body .event-outline .toudansha p {
  font-size: 13px;
}

.case.seminer.download {
  background-color: #E9EFF2;
}

.case.seminer.download .page_body.detail .content .cont_header {
  display: block;
}

.case.seminer.download .page_body.detail .content .cont_header .ph {
  border-radius: 0px;
}

.case.seminer.download .page_body.detail .content .cont_header .ph img {
  border-radius: 0px;
  margin-bottom: 0px;
}

/* ======================================================================
smp
======================================================================== */
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  body {
    min-width: 310px;
    font-size: 3.2vw;
  }

  img {
    width: auto;
    max-width: 100%;
  }

  .menu_btn {
    display: block;
    width: 9vw;
    width: 31px;
    height: 34px;
    overflow: hidden;
    font-size: 3vw;
    margin-left: 5vw;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    top:2px;
  }

  .menu_btn:before{
    content: "";
    display: block;
    width: 31px;
    height: 34px;
    background-image: url(../img/ico_sp_menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .menu_btn:after{
    content: "";
    display: block;
    width: 31px;
    height: 34px;
    background-image: url(../img/ico_sp_menu_close.svg);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0px;
  }

  .menu_btn.open:before{
    opacity: 0;
  }

  .menu_btn.open:after{
    opacity: 1;
  }

  .menu_btn div {
    background: #0e182e;
    overflow: hidden;
    border-radius: 3px;
    height: 3px;
    margin-top: 6px;
  }

  .menu_btn div:nth-of-type(2) {
    width: 60%;
  }

  .menu_btn p{
    font-weight: bold;
    font-size: 6px;
  }

  header {
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }

  header .inner {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 3vw 5vw;
    flex-wrap: wrap;
  }

  header h1 {
    width: 30vw;
    margin-right: auto;
  }

  header h1 a {
    padding: 0;
    margin: 0;
  }

  a.sp_contact_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0E182E;
    color: #FFF !important;
    padding: 2vw 6vw;
    font-size: 3.4vw;
    padding: 10px 20px;
    font-size: 11px;
    width: 110px;
    height: 34px;
    box-sizing: border-box;
    line-height: 1.1em;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);

  }

  a.sp_contact_btn:hover {
    background: #0E182E;
  }

  header nav ul{
    width: 100%;
    display: block;
  }

  header nav {
    width: 100%;
    display: block;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
  }

  header nav ul {
    width: calc(100% - 10vw);
    margin-left: 5vw;
    margin-right: 5vw;
    display: block;
  }

  header nav div {
    display: block;
    height: calc(100vh - 57px);
  }

  header nav a {
    display: block;
    padding: 5vw 5vw;
    border-radius: 3px;
    margin: 0;
    font-size: 4vw;
    border-bottom: 1px solid #eee;
  }

  header nav ul li a{
    padding: 5vw 0vw;
  }

  header nav a:hover {
    background: #FFF;
  }

  header .contact a {
    text-align: center;
    margin: 40px auto 5vw;
    width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header li.lang {
    text-align: center;
  }

  header li.lang a {
    display: inline-block;
    border-bottom: none;
  }

  header .contact a:hover {
    background: #0E182E;
  }

  header nav img {
    width: 4vw;
    margin-left: 10px;
  }

  header nav {
    display: none;
    margin-top: 3vw;

    overflow: scroll;
  }

  footer .inner {
    min-width: 100%;
    display: block;
  }

  footer h2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer h2 img {
    width: 40%;
  }

  footer .colum_01 {
    width: 100%;
  }


  footer .colum_02 {
    width: 100%;
    margin-top: 0vw;
    border: none;
    padding: 0;
    border-top: 1px solid #454545;
  }

  footer .colum_01 + .colum_02 h3{
    border-bottom: none;
    padding-bottom: 1vw;
  }

  footer .colum_01 + .colum_02 ul{
    padding-bottom: 5vw;
  }

  footer .colum_02 + .colum_02 h3:nth-child(4){
    border-bottom: none;
    padding-bottom: 1vw;
  }
  footer .colum_02 + .colum_02 ul{
    padding-top: 0vw;
    padding-bottom: 3vw;
  }

  footer .inner .colum_02 li a{
    font-size: 11px;
  }

  .btn_block {
    padding-top: 20px;
    text-align: center;
  }

  footer .btn_dl,
  footer .btn_contact {
    width: 90%;
    margin: 5vw auto;
    width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  footer .btn_facebook{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
  }

  footer .btn_facebook img{
    margin-left: 0;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }

  footer .btn_twitter{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    margin-left: 18px;
  }

  footer .btn_twitter img{
    margin-left: 0;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }

  footer h3 {
    border-bottom: 1px solid #454545;
    padding: 3vw 0;
    font-size: 3.2vw;
  }

  footer h3:nth-of-type(1) footer ul {
    border-bottom: 1px solid #454545;
    padding: 0 0 3vw 0;
  }

  footer li {
    display: inline-block;
    margin-right: 3vw;
  }

  .page_body {
    padding: 0;
  }

  .page_body h2 {
    font-size: 8vw;
    padding: 25vw 10vw 5vw 10vw;
  }

  .page_body h2 span {
    font-size: 4vw;
  }

  .dl_list li {
    width: 100%;
    margin: 0 0 10vw 0;
    padding: 0 5vw 0 5vw;
  }

  .dl_list li .dl_btn {
    margin-top: 4vw;
    font-weight: bold;
  }

  .dl_list li h3 {
    font-size: 4vw;
    ;
  }

  .dl_list li p {
    font-size: 3.4vw;
    min-height: inherit;
  }

  .dl_list {
    display: block;
    margin-left: 0;
  }

  .pager .perv, .pager .next {
    width: 25px;
    height: 25px;
  }

  .pager ul a {
    width: 25px;
    height: 25px;
  }

  .cate_block li {
    margin: 2vw;
  }

  .cate_block li a {
    width: auto;
  }

  .news_list .thumb {
    padding: 5vw 0 0 0;
    margin: 0 auto;
    max-width: none;
    width: 100%;
  }
  .news_list .thumb a{
    display: inline-block;
    width: 100%;
  }

  .news_list .thumb a img{
    width: 100%;
  }

  .news_list {
    margin: 5vw;
  }

  .news_list .text {
    font-size: 3.4vw;
  }

  .news_list li {
    flex-wrap: wrap;
    padding: 5vw 0;
    height: auto;
  }

  .news_list .text {
    width: 100%;
  }

  .news_list .ymd {
    color: #999999;
    width: auto;
    margin-right: 5vw;
  }

  .news_list .cate {
    background: #63B0E6;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    width: auto;
    margin: 0 0 0 0;
    padding: 2px 5vw;
  }

  header .sub {
    width: calc(100% - 10vw);
    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 5vw;
    display: block;
  }

  header nav li.servce_btn{
    border-top: 1px solid #eee;
  }

  header nav li.servce_btn a{
    position: relative;
  }

  header nav li.servce_btn>a:before{
    position: absolute;
    right: 0px;
    top: calc(50% - 4px);
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    transform: rotate(180deg);
    background-image: url(../img/ico_sp_toggle.svg);
  }

  header nav li.servce_btn>a.open:before{
    position: absolute;
    right: 0px;
    top: calc(50% - 4px);
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    transform: rotate(0deg);
    background-image: url(../img/ico_sp_toggle.svg);
  }

  header nav p {
    display: none;
    position: static;
    background: #FFF;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: none;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 4VW;
  }

  header .sub_menu a {
    padding: 4vw 5vw 0 5vw;
    padding: 4vw 0vw 0 0vw;
    width: 100%;
    border: none;
    font-size: 4vw;
    line-height: 1.8;
  }

  header .sub_menu a span {
    font-size: 3.4vw;
  }

  .case_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0 5vw;
  }

  .case_list li {
    width: calc(100%);
    margin-left: 0;
    margin-bottom: 5vw;
  }

  .case_list .text_block {
    font-size: 4vw;
    padding: 4vw;
  }

  .case_list .company_name p {
    font-size: 3vw;
  }

  .case_list .company_name div img {
    margin-left: 5vw;
    margin-left: 0px;
  }

  .pager {
    padding: 0 5vw 5vw 5vw;
    margin: 0;
  }

  .case .content {
    width: 100%;
  }

  .case .page_body.detail {
    padding: 0;
  }

  a.back_top_btn {
    position: static;
    margin: 2.5vw 0;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 5;
    right: auto;
    top: auto;
  }

  .case .page_body.detail .content {
    /*  padding-top: 10vw !important;*/
    padding: 15vw 5vw 0vw 5vw !important;
    background: #fff;
    position: relative;
  }

  .case .page_body.detail .content:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #E9EFF2;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .case .page_body.detail .content .cont_header {
    clear: both;
    margin-top: 0px;
    padding: 0vw 5vw 0vw 5vw !important;
    position: relative;
    z-index: 5;
    margin-left: -5vw;
    margin-right: -5vw;
    width: calc(100% + 10vw);
  }

  .cont_header {
    padding: 5vw;
    background: #E9EFF2;
    margin-bottom: 0px;
  }

  .case .page_body.detail .content .cont_header .ph {
    margin-bottom: 5vw;
  }

  .case .cont_header .cont_title,
  .cont_header .cont_title {
    font-size: 4vw;
    font-size: 18px;
    padding: 0vw 0;
    text-align: center;
    margin-bottom: 5vw;
  }

  .case .cont_header .case_logo+p {
    font-size: 12px;
    line-height: 1.6em;
    /*max-width: 50%;*/
    padding-bottom: 5px;
  }

  .case .cont_header .case_logo {
    margin-left: 5px;
    width: 120px;
    float: right;
  }

  .case .cont_header .case_logo img {
    max-width: 100%;
  }

  .case .cont_header .ymd {
    font-size: 13px;
  }

  .case .cont_body {
    padding: 5vw 0vw;
  }

  .case .cont_header .keyword_area {
    padding-top: 2.5vw;
    padding-bottom: 5vw;
  }

  .case .page_body.detail .cont_header h3 {
    font-size: 14px;
    padding: 0 0 5px 0;
  }

  .case .cont_header .keyword_area ul {
    width: 100%;
  }

  .case .cont_header .keyword_area ul li {
    padding: 0px 5px 0px 0;
    line-height: 1.1em;
    font-size: 12px;
  }

  .case .cont_header .keyword_area div {
    display: none;
  }

  .detail .cont_body p {
    font-size: 3.4vw;
    font-size: 14px;
    padding: 0 0vw;
  }
  
  .detail .cont_body p iframe{
    width:100%;
  }

  .case .case_index {
    background: #0e182e;
    padding: 5vw;
    color: #FFF;
    margin: 5vw -5vw;
    width: calc(100% + 10vw);
  }

  .case .page_link {
    padding: 6vw 5vw;
    margin: 5vw;
    margin-left: -5vw;
    margin-right: -5vw;
    width: calc(100% + 10vw);
  }

  .case .page_link ul li {
    font-size: 14px;
  }

  .case .case_index h3, .case .case_index p {
    padding: 0 0 0vw 0 !important;
    font-size: 4vw !important;
  }

  .page_body.detail .content {
    margin-top: 0px;
    padding: 20vw 0 0 0;
  }

  .bg_block {
    display: none;
    background: #E9EFF2;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 0px;
    z-index: 1;
  }

  .page_body.detail .content h2{
    font-size: 4vw;
    font-size: 18px;
    padding: 0 0vw;
    padding-bottom: 5vw;
    clear: both;
    text-align: left;
    font-weight: bold;
  }

  .page_body.detail .case_indexTitle h2,
  .page_body.detail .content h3 {
    font-size: 4vw;
    font-size: 18px;
    padding: 0 0vw;
    padding-bottom: 5vw;
    clear: both;
    text-align: left;
    font-weight: bold;
  }

  .page_list h2 {
    padding: 5vw;
  }

  .case .interview_area {
    border-top: none;
    border-bottom: none;
    padding: 7vw 0 7vw 0;
    margin: 40px 0;
    position: relative;
  }

  .case .interview_area:before {
    content: "";
    display: block;
    width: calc(100% + 10vw);
    height: 0px;
    position: absolute;
    left: -5vw;
    top: 0px;
    border-top: 2px solid #63B0E6;
    z-index: 3;
  }

  .case .interview_area:after {
    content: "";
    display: block;
    width: calc(100% + 10vw);
    height: 0px;
    position: absolute;
    left: -5vw;
    bottom: 0px;
    border-top: 2px solid #63B0E6;
    z-index: 3;
  }

  .case .interview_area h3 {
    position: absolute;
    width: 170px;
    text-align: center;
    top: -16px;
    left: calc(50% - 85px);
    z-index: 5;
  }

  .case .interview_area h3 span {
    position: relative;
    top: 0px;
  }

  .case .page_body.detail .content .interview_area h4 {
    font-size: 18px;
    line-height: 1.6em;
    padding-bottom: 10px;
  }

  .case .page_body.detail .content .interview_area h4+p {
    font-size: 13px;
    line-height: 1.8em;
  }

  .case .interview_area dt {
    font-weight: bold;
    font-size: 16px;
    padding: 30px 0 10px 0;
  }

  .case .interview_area dd {
    font-size: 15px;
  }

  .detail .cont_body .btn_link {
    width: 100%;
    margin: 50px auto 20px auto;
    background: #0E182E;
    color: #FFF;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 8px;
    min-height: 50px;
    padding: 2vw 5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detail .cont_body .btn_link a{
    color: #FFF;
    text-decoration: none;
  }

  .detail .cont_body .btn_link p {
    font-size: 15px;
    margin: 0px;
    padding: 0px !important;
    background-color: rgba(0, 0, 0, 0);
  }

  .page_body.detail .content .info_block {
    padding: 0vw;
  }

  .page_body.detail .content .info_block a {
    position: relative;
    flex-wrap: wrap;
    padding: 5vw;
    display: inline-block;
  }

  .page_body.detail .content .info_block .text_area{
    width: auto;
    max-width: none;
    padding-right: 0px;
  }

  .page_body.detail .content .info_block h3 {
    min-height: 110px;
    min-height: 70px;
    font-size: 16px;
    padding-right: 110px;
    margin-bottom: 10px;
  }

  .page_body.detail .content .info_block div:last-child {
    position: absolute;
    right: 5vw;
    top: 5vw;
    width: 100px;
    height: 67px;
    z-index: 100;
    padding-top: 0px;
  }

  .page_body.detail .content .info_block div.thumb figure{
    width: 100px;
    height: 67px;
  }

  .page_body.detail .content .info_block div:last-child img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .page_body.detail .content .info_block .text_area p {
    font-size: 13px;
    line-height: 1.8em;
  }

  .page_body.detail .content .info_block .text_area p:empty {
    display: none;
  }

  .page_body.detail .content .info_block .text_area p.url {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .page_list .inner {
    width: 100%;
    padding: 5vw;
  }

  .archive .blog_list .inner li,
  .top .blog_list .inner li {
    width: 100%;
    margin: 0 5vw 5vw 5vw;
  }

  .top .blog_list {
    width: 100%;
    margin: 5vw auto 5vw auto;
  }

  .top .blog_list .inner .pickup .item,
  .archive .blog_list .inner .pickup .item {
    margin: 0;
  }

  .bx-wrapper {
    margin: 5vw !important;
    ;
  }

  .pickup_mark {
    right: -0px;
    top: -15px;
  }

  .blog_list .text_area .text a {
    font-size: 4vw;
    font-size: 14px;
    line-height: 1.6;
  }

  .pager ul {
    width: 100%;
    padding: 0 5vw;
  }

  .blog .side {
    clear: both;
    float: none;
    margin-top: 0;
    width: 100%;
    padding: 5vw;
  }

  .blog .side .pop li {
    margin-bottom: 5vw;
  }

  .blog_list .inner li img {
    margin: 5vw;
    width: auto;
  }

  .blog_list .text_area .user {
    width: 100%;
    padding-top: 5vw;
  }

  .blog_list .inner li .thumb img {
    margin: 0;
  }

  .blog_list .text_area .user img {
    margin-left: 0;
  }

  .webi_list>li {
    padding: 5vw;
    display: block;
  }

  .webi_list .text_block {
    width: auto;
    display: block;
  }

  .webi_list li figure img {
    width: 100%;
  }

  .webi_list .status_block {
    width: 100%;
    margin: 5vw 0;
  }

  .webi_list .status_block .add_btn{
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .webi_list .status_block .add_btn.off{
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .webi_list .thumb {
    margin: 0 0 3vw 0;
  }

  .webi_list .ymd {
    padding-bottom: 3vw;
  }

  .webi_list .text_block .tag_hash {
    display: block;
    padding-top: 5vw;
  }
  .webi_list .text_block .tag_hash .hash{ margin-bottom: 5px; }
  .webi_list .text_block .tag_hash .tag li{ margin-left: 0px; margin-right: 5px; }



  .case .cont_header .cont_title+p,
  .cont_header .cont_title+p {
    font-size: 5vw;
    font-size: 12px;
    line-height: 1.5em;
  }

  .cont_header .data_area .cate,
  .cont_header .data_area .ymd {
    font-size: 3.2vw;
  }

  .blog .page_body.detail .page_header ul {
    display: block;
    border-radius: 0px;
  }

  .blog .page_body.detail .page_header li {
    display: block;
    justify-content: center;
    width: 100%;
    border-right: 0px solid #FFF;
    box-sizing: border-box;
  }

  .blog .page_body.detail .page_header li a {
    line-height: 1.4;
    margin: 2vw 0;
  }

  .blog .page_body.detail .content {
    margin-top: 0;
  }

  .blog .page_body.detail .content {
    float: none;
    width: auto;
  }

  .blog .page_body .blog_block {
    padding: 3vw;
  }

  .blog .blog_poster dt {
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
  .page_body.detail .cont_body .blog_poster dt img,
  .blog .blog_poster dt img{
    display: block;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog .blog_poster dd p {
    font-size: 3.4vw;
    padding: 0;
  }

  .blog .side h3 {
    padding: 2vw;
  }

  .blog .side p {
    padding-bottom: 5vw;
  }

  .blog_list {
    width: auto;
    margin: 30px auto 0px auto;
  }

  .blog_list .inner ul {
    /*padding: 0 5vw 0 5vw;*/
  }

.blog_related_entries_block .blog_list .inner li,
.archive .blog_list .inner .blog_list_normal li,
  .blog_list .inner li,
  .blog_related_entries_block .blog_list .inner .blog_list_normal li{
    width: auto;
    width: 100%;
    margin-bottom: 5vw;
  }

  .page_body.detail .pager {
    padding: 2vw 5vw !important;
    ;
  }

  .page_body.detail .content .sns {
    padding: 5vw 5vw 0 5vw !important;
    display: block;
    text-align: center;
  }

  .page_body.detail .content .sns ul.mysns {
    align-items: center;
    justify-content: center;
  }

  .blog .page_body.detail .content {
    padding-bottom: 5vw;
  }

  .blog .side .tags {
    margin-bottom: 5vw;
  }

  .blog .side .bnr{
    margin-bottom: 100px;
  }

  .blog .side .bnr img{
    width: 100%;
  }

  .blog_list .inner .pickup {
    padding-bottom: 10vw;
  }

  .top .blog_list .inner .pickup .item .text_area {
    position: relative;
    background: #FFF;
  }

  .top .blog_list .inner .pickup .item .text_area a,
  .top .blog_list .inner .pickup .item .text_area a:hover {
    color: #333;
  }

  .page_body{
    padding-top: 15vw;
  }

  .page_body .hd_title__block{
    padding: 36px 0 38px 0;
  }

  .page_body .hd_title__block .hd_title{
    font-size: 30px;
  }
  .page_body .hd_title__block .hd_title .hd_sub_title{
    font-size: 12px;
  }

  .detail .cont_body blockquote{
    /*background: #F4F4F4;*/
    padding: 5vw;
  }

  .detail .cont_body p + p ,
  .detail .cont_body p + .list {
    margin-top: 1em;
  }




  .page_body.detail .content .list li{
    font-size: 14px;
    margin: 0 0 10px 15px;
  }


  .blog .page_link{
    background: #f5f5f5;
    padding:20px 25px;
    padding-bottom: 15px;
    border-radius: 10px;
  }

  .page_body.detail .content .page_link h3{
        padding-bottom: 2vw !important;
  }

  .blog .page_link ul li{
    line-height: 2em;
  }
}

/*
.page_body.detail .cont_body .ph img{ max-width: 100%; margin-top: 1.5em; margin-bottom: 1.5em; display: block; margin-left: auto; margin-right: auto; height: auto; }*/
.page_body.detail .cont_body p+.ph {
  margin-top: 1.5em;
}

.page_body.detail .cont_body .ph+p {
  margin-top: 1em;
}

.page_body.detail .cont_body .ph img {
  margin: 0px;
  margin-bottom: .5em;
  border-radius: 0px;
}

.page_body.detail .cont_body .ph.radius img {
  margin: 0px;
  margin-bottom: .5em;
  border-radius: 8px;
}

.page_body.detail .cont_body .ph.line img {
}

.page_body.detail .cont_body .ph p {
  color: #999999;
  font-size: 12px;
  padding-bottom: 0px;
}

.page_body.detail .cont_body p+.right {
  margin-top: 1.5em;
}

.page_body.detail .cont_body .right+p {
  margin-top: 1em;
}

.page_body.detail .cont_body .right img {
  margin: 0px;
  margin-bottom: .5em;
  border-radius: 0px;
}

.page_body.detail .cont_body .right .ph.radius img{
  border-radius: 8px;
}

.page_body.detail .cont_body .right p {
  color: #999999;
  font-size: 12px;
  padding-bottom: 0px;
}

.page_body.detail .cont_body p+.left {
  margin-top: 1.5em;
}

.page_body.detail .cont_body .left+p {
  margin-top: 1em;
}

.page_body.detail .cont_body .left {
  float: left;
}

.page_body.detail .cont_body .left img {
  margin: 0px;
  margin-bottom: .5em;
  border-radius: 0px;
}

.page_body.detail .cont_body .left .ph.radius img {
  border-radius: 8px;
}

.page_body.detail .cont_body .left p {
  color: #999999;
  font-size: 12px;
  padding-bottom: 0px;
}

p:empty {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
