@charset "utf-8";

/* ######Setting##### */
#wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
#wrap2{
  position: relative;
  background:url(/wp-content/themes/BTM/images/blog/bg_news.png) no-repeat;
  background-position: -33px 7px;
  width: 100%;
  height: 100%;
}
/* ###### Keyview ##### */
#keyview{
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}
#keyview img{
  width: 100%;
  min-width: 1366px;
  height: auto;
}
#keyview h2{
  position: absolute;
  top:306px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  padding: 0;
  color:#124b63;
  font-family: 'Noto Serif JP';
  font-weight:500;
  font-size:48px;
  line-height: 48px;
  white-space: nowrap;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#keyview p{
  position: absolute;
  top:365px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  padding: 0;
  color:#124b63;
  font-family: 'Lato';
  font-weight:900;
  font-size:32px;
  line-height: 32px;
  white-space: nowrap;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/* ###### pankuzu ##### */
#pankuzu{
  margin: 20px 12px 0;
  width: calc(100% - 24px);
}
#pankuzu ul{
  background:url(/wp-content/themes/BTM/images/icon_pankuzu_home.svg) no-repeat top 0px left 0;
  background-size: 14px;
  width: 100%;
  font-size: 0;
}
#pankuzu ul li{
  position: relative;
  display: inline-flex;
  color:#2b2b2b;
  font-weight: 300;
  font-size:14px;
  line-height: 14px;
  vertical-align: top;
}
#pankuzu ul li::after{
  position:absolute;
  top:7px;
  right: -5px;
  content: "";
  background-color: #2b2b2b;
  width: 12px;
  height: 1px;
}
#pankuzu ul li:last-child::after{
  position:absolute;
  top:0;
  right: 0;
  content: "";
  background-color:inherit;
  width:0;
  height: 0;
}
#pankuzu ul li a{
  display: block;
  padding:0 20px;
  color:#2b2b2b;
  font-weight: 300;
  font-size:14px;
  line-height: 14px;
}
#pankuzu ul li a:hover{
  color:#178ecf;
}
#pankuzu ul li.now_page a{
  color:#178ecf;
}
/* ######contents##### */
.contents{
  margin: 0 auto 0;
  width: 1024px;
}
.contents h3{
  margin: 115px 0 0;
  color:#2b2b2b;
  font-weight: 400;
  font-size:52px;
  line-height: 62px;
  text-align: center;
}
.contents h3 br{
  display: none;
}
#bloglist{
  margin:64px auto 0;
  width: 834px;
  height:auto;
}
#bloglist ol{
  width: 834px;
  font-size: 0;
}
#bloglist ol li{
  position: relative;
  display: inline-block;
  margin: 0 12px 24px;
  background-color: #FFF;
  border:1px solid #a8a8a8;
  width: 252px;
  height: 300px;
  vertical-align: top;
}
#bloglist ol li:hover{
  background-color: #e5f5fc;
}
#bloglist ol li a{
  position: absolute;
  top:0;
  left:0;
  display: block;
  width: 252px;
  height: 300px;
  cursor: pointer;
}
#bloglist ol li .blogimg{
  border-bottom: 1px solid #a8a8a8;
  width: 100%;
  height: 146px;
  overflow: hidden;
}
#bloglist ol li .blogimg img{
  width: 100%;
  height: auto;
}
#bloglist ol li .blogdata{
  width: 100%;
}
#bloglist ol li .blogdata h4{
  margin: 20px 15px 0;
  font-weight: 400;
  font-size:14px;
  line-height: 20px;
}
#bloglist ol li .blogdata time{
  display: block;
  margin: 14px 15px 0;
  color:#124b63;
  font-family: 'Lato';
  font-weight:400;
  font-size:14px;
  line-height: 14px;
}
#bloglist ol li .blogdata p{
  margin: 15px 15px 0;
  color:#124b63;
  font-family: 'Lato';
  font-weight:400;
  font-size:14px;
  line-height: 14px;
}
.new{
  position: absolute;
  top:-20px;
  right:10px;
  background-color: #e3405a;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  color:#FFF;
  font-size:14px;
  line-height: 40px;
  text-align: center;
}
#pager{
  position: relative;
  margin: 80px auto 160px;
  width: 1024px;
  text-align: center;
}
#pager::before{
  content: "";
  position: absolute;
  top:-40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top:4px solid #29abe2;
  width: 80px;
}
#pager .nolink {
  border: none;
  background: none;
  pointer-events: none;
}
#pager #btn_back{
  display: inline-block;
  margin: 0 10px;
  background-color: #FFF;
  border:1px solid #29abe2;
  border-radius: 30px;
  width: 60px;
  height: 60px;
}
#pager #btn_back a{
  display: block;
  width: 60px;
  height: 60px;
}
#pager #btn_back a img{
  padding:20.5px 18px;
  width: 24px;
  height: 19px;
}
#pager #btn_back_detail{
  display: inline-block;
  margin: 0 10px;
  background: url(/wp-content/themes/BTM/images/icon_arrow_back.svg) no-repeat top 20px left 15px;
  background-size: 24px 19px;
  background-color: #FFF;
  border:1px solid #29abe2;
  border-radius: 30px;
  width: 342px;
  height: 60px;
}
#pager #btn_back_detail a{
  display: table-cell;
  padding:0 30px 0 55px;
  color:#2085b0;
  width: 257px;
  height: 60px;
  vertical-align: middle;
}
#pager #btn_back_detail a span{
  color:#2085b0;
  font-weight:400;
  font-size:16px;
  line-height: 20px;
}
#pager #btn_back:hover,
#pager #btn_back_detail:hover{
  background-color: #e9f6fc;
}
#pager #btn_next{
  display: inline-block;
  margin: 0 10px;
  background-color: #FFF;
  border:1px solid #29abe2;
  border-radius: 30px;
  width: 60px;
  height: 60px;
}
#pager #btn_next a{
  display: block;
  width: 60px;
  height: 60px;
}
#pager #btn_next a img{
  padding:20.5px 18px;
  width: 24px;
  height: 19px;
}
#pager #btn_next_detail{
  display: inline-block;
  margin: 0 10px;
  background: url(/wp-content/themes/BTM/images/icon_arrow_next.svg) no-repeat top 20px right 15px;
  background-size: 24px 19px;
  background-color: #FFF;
  border:1px solid #29abe2;
  border-radius: 30px;
  width: 342px;
  height: 60px;
}
#pager #btn_next_detail a{
  display: table-cell;
  padding:0 35px 0 30px;
  width: 257px;
  height: 60px;
  vertical-align: middle;
}
#pager #btn_next_detail a span{
  color:#2085b0;
  font-weight:400;
  font-size:16px;
  line-height: 20px;
}
#pager #btn_next:hover,
#pager #btn_next_detail:hover{
  background-color: #e9f6fc;
}
#pager #btn_list{
  display: inline-block;
  margin: 0 140px 0;
  background-color: #FFF;
  border:1px solid #29abe2;
  border-radius: 30px;
  width: 216px;
  height: 60px;
  vertical-align: top;
}
#pager #btn_list a{
  display: block;
  width: 216px;
  height: 60px;
  color:#2085b0;
  font-weight:400;
  font-size:24px;
  line-height: 60px;
	text-align: center;
}
#pager #btn_list:hover{
  background-color: #e9f6fc;
}
#pager #btn_list_detail{
  display: inline-block;
  margin: 0 30px 0;
  background-color: #FFF;
  border:1px solid #29abe2;
  border-radius: 30px;
  width: 216px;
  height: 60px;
  vertical-align: top;
}
#pager #btn_list_detail a{
  display: block;
  width: 216px;
  height: 60px;
  color:#2085b0;
  font-weight:400;
  font-size:24px;
  line-height: 60px;
	text-align: center;
}
#pager #btn_list_detail:hover{
  background-color: #e9f6fc;
}
#pager ol{
  display: inline-block;
  width: auto;
  font-size: 0;
  vertical-align: top;
}
#pager ol li{
  display: inline-flex;
  margin: 0 10px;
  background-color: #FFF;
  border:1px solid #29abe2;
  border-radius: 30px;
  color:#29abe2;
  width: 60px;
  height: 60px;
	font-family: 'Lato';
  font-weight:400;
  font-size:24px;
  line-height: 60px;
  white-space: nowrap;
	text-align: center;
}
#pager ol li a{
  display: block;
  color:#29abe2;
  width: 60px;
  height: 60px;
  font-family: 'Lato';
  font-weight:400;
  font-size:24px;
  line-height: 60px;
  white-space: nowrap;
	text-align: center;
}
#pager ol li.now {
  background-color: #29abe2;
  pointer-events: none;
}
#pager ol li.now a {
  color: #fff;
}
#pager ol li:hover{
  background-color: #e9f6fc;
}
/* ######　performance page　##### */
.solution{
  clear: both;
  margin: 80px 12px 0;
  width: 1000px;
  overflow: auto;
}
.solution:first-child{
  margin: 115px 12px 0;
}
.solution h3{
  margin: 0;
  color:#2b2b2b;
  font-weight: 400;
  font-size:52px;
  line-height: 62px;
  text-align: center;
}
.solution h4{
  position: relative;
  margin: 30px 0 80px;
  color:#2b2b2b;
  font-weight: 500;
  font-size:18px;
  line-height: 28px;
  text-align: center;
}
.solution h4::after{
  content: "";
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-bottom: 4px solid #29abe2;
  width: 80px;
}
.solution p{
  margin: 0 0 1.5em;
  color:#2b2b2b;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
}
.solution .cont2{
  width: 100%;
}
.solution .cont2 .data{
  float: left;
  padding: 0 40px 0 0;
  width: 640px;
}
.solution .cont2 .photo{
  float: right;
  background-color: #29abe2;
  width: 320px;
  height: 320px;
  overflow: hidden;
}
.solution .cont2 .photo img{
  width: 100%;
}
.solution_parame{
  clear: both;
  margin: 80px 12px 0;
  width: 1000px;
}
.solution_parame ul{
  width: 100%;
}
.solution_parame ul li{
  margin: 0 0 10px;
  height: 24px;
}
.solution_parame ul li h5{
  display: inline-block;
  margin: 0 20px 0 0;
  background-color: #29abe2;
  color: #FFF;
  width: 124px;
  height: 24px;
  font-weight: 300;
  font-size:14px;
  line-height: 24px;
  text-align: center;
}
.solution_parame ul li p{
  display: inline-block;
  margin: 0;
  font-weight: 300;
  font-size:16px;
  line-height: 24px;
}
.solution_parame ul li .sns_item{
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.solution .solution_data{
  margin: 0;
  padding:15px 15px;
  border:1px solid #a8a8a8;
}
.solution .solution_data table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 5px;
}
.solution .solution_data table tr th{
  background-color: #124b63;
  color: #FFF;
  width: 128px;
  height: 60px;
  max-height: 60px;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
  vertical-align: middle;
}
.solution .solution_data table tr td{
  padding: 15px 0 15px 15px;
  color: #2b2b2b;
  max-height: 60px;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
  vertical-align: middle;
}
.solution #solution_photo{
  width: 100%;
  font-size:0;
}
.solution #solution_photo li{
  display: inline-block;
  margin: 0 5px 0;
}
.solution #solution_photo li img{
  width: 100%;
}
#btn_listback{
  margin: 160px auto;
  background-color: #29abe2;
  width: 264px;
  height: 48px;
  text-align: center;
}
#btn_listback a{
  display: block;
  color: #FFF;
  font-weight: 300;
  font-size:18px;
  line-height: 48px;
}
/* ###### detail page ##### */
.contents article{
  background-color: #FFF;
  width: 100%;
}
#article_keyview{
  position: relative;
  margin: 30px auto 20px;
  width: 1024px;
  /*height: 440px;*/
  height: 640px;
}
#article_keyview h1{
  position: absolute;
  /*top:280px;*/
  bottom:0;
  padding:27.5px 32px;
  background-color: #FFF;
  width: 936px;
  height:auto;
  font-weight: 400;
  font-size:36px;
  line-height: 54px;
  z-index: 100;
}
.contents article img{
  margin: 40px 32px 40px;
}
#article_keyview #bg_head{
  position: absolute;
  top:0;
  left:0;
  width: 1024px;
  height: 640px;
  overflow: hidden;
  z-index: 90;
}
#article_keyview #bg_head img{
  margin: 0;
  width: 100%;
  height: auto;
}
#cont{
  margin: 20px 0 0;
  overflow: auto;
}
.contents article p{
  margin: 1em 32px 0;
  font-weight: 400;
  font-size:16px;
  line-height: 24px;
}
.contents article h2{
  position: relative;
  margin: 40px 32px 0;
  padding:0 0 30px;
  font-weight: 300;
  font-size:22px;
  line-height: 28px;
}
.contents article h2::before{
  content: "";
  position: absolute;
  bottom:10px;
  border-bottom:4px solid #29abe2;
  width: 40px;
}
.contents article h3{
  position: relative;
  margin: 40px 32px 0;
  padding:0 20px 0px;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
  text-align: left;
}
.contents article h3::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  border-left:4px solid #29abe2;
  height: 28px;
}
.contents article h4{
  display: inline-block;
  margin: 40px 32px 0;
  padding:0 0 5px;
  border-bottom:2px solid #29abe2;
  font-weight: 300;
  font-size:16px;
  line-height: 22px;
  text-align: left;
}
.contents article h5{
  margin: 40px 32px 0;
  padding:0;
  color: #29abe2;
  font-weight: 500;
  font-size:16px;
  line-height: 22px;
  text-align: left;
}
.contents article table{
  margin: 40px 32px 40px;
  border-collapse:separate;
  border-spacing: 2px;
}
.contents article table th{
  background-color: #6fc3e8;
  width: 186px;
  height: 60px;
  font-weight: 300;
  font-size:16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
}
.contents article table td{
  background-color: #e9f6fc;
  width: 186px;
  height: 60px;
  font-weight: 300;
  font-size:16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
}
.contents article dl{
  display: inline-block;
  margin: 40px 32px 40px;
}
.contents article dl dt{
  padding:9px 20px;
  background-color: #1d7ba3;
  color: #FFF;
  font-weight: 300;
  font-size:16px;
  line-height: 24px;
}
.contents article dl dd{
  padding:20px;
  font-weight: 300;
  font-size:14px;
  line-height: 22px;
}
.contents article figure{
  margin: 40px 32px 40px;
  background: url(/wp-content/themes/BTM/images/blog/bg_blockquote.png) no-repeat;
  background-position: 20px 20px;
  background-color: #f5f5f5;
  overflow: auto;
}
.contents article figure blockquote{
  margin: 20px 38px 20px 78px;
}
.contents article figure blockquote p{
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size:14px;
  line-height: 22px;
}
.contents article figure blockquote figcaption{
  margin: 20px 0 0;
  font-weight: 300;
  font-size:12px;
  line-height: 18px;
}
.contents article figure figcaption cite a{
  color: #2085b0;
  font-weight: 300;
  font-size:12px;
  line-height: 18px;
  text-decoration: underline;
}

.article_parame{
  clear: both;
  margin: 40px 32px 0;
  padding:0 0 40px;
  width: 960px;
}
.article_parame ul{
  width: 100%;
}
.article_parame ul li{
  margin: 0 0 10px;
  height: 24px;
}
.article_parame ul li h5{
  display: inline-block;
  margin: 0 20px 0 0;
  background-color: #29abe2;
  color: #FFF;
  width: 124px;
  height: 24px;
  font-weight: 300;
  font-size:14px;
  line-height: 24px;
  text-align: center;
}
.article_parame ul li p{
  display: inline-block;
  margin: 0;
  font-weight: 300;
  font-size:16px;
  line-height: 24px;
}
.article_parame ul li .sns_item{
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#facebook-share a{
  padding:2px 10px;
  border-radius: 10px;
  background-color: #1877F2;
  color:#FFF;
  font-size:11px;
  line-height: 20px;
  height: 20px;
}
#category_nav{
  position: relative;
  margin: 0 12px 30px;
  width: 810px;
}
.detail_navi{
  margin: 120px 0px 30px !important;
  width: 100% !important;
}
.detail_navi::after{
  content: "";
  display: block;
  position: absolute;
  bottom:0px;
  left:0;
  background-color:#a8a8a8;
  width: 100%;
  height: 4px;
  z-index: 0;
}
#category_nav ul{
  display: flex;
  width: 100%;
}
#category_nav ul li{
  display: block;
  position: relative;
  padding:0 0 15px;
  border-bottom: 4px solid #a8a8a8;
  width: 135px;
  text-align: center;
  z-index: 100;
}
#category_nav ul li:hover{
  border-bottom: 4px solid #178ecf;
}
#category_nav ul li:hover a{
  color:#178ecf;
}
#category_nav ul li a{
  color:#2b2b2b;
  font-family: 'Lato';
  font-weight:400;
  font-size:18px;
  line-height: 18px;
}
#category_nav ul li#now_category{
  border-bottom: 4px solid #178ecf;
}
#category_nav ul li#now_category a{
  color:#178ecf;
}
