@charset "UTF-8";
/*
Theme Name: workstyle reform
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* for WP */
#wpadminbar {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* 記事内の画像を2カラム表示：180822追記 */

/* clearfix追加 */
.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}
/*-- For IE 6/7 (trigger hasLayout) --*/
.clearfix {
  zoom:1;
}

.txt_r{
  text-align: right;
}

@media screen and (max-width: 750px){
main.next .content aside .bnr-block .ranking-block > div {
  margin-top: 35px;
  margin-left: 0px;
  width: 100%;
}
}

#article_detail em{
  font-style: normal;
  font-weight: bold;
}

#article_detail ul{
  margin-bottom: 45px;
}

#article_detail .txtb_red{
  color: #cc2929;
  font-weight: bold;
}

#article_detail .txt_red{
  color: #cc2929;
}

#article_detail .under_yellow{
  background: linear-gradient(transparent 0, #f2e961 0);
  font-weight: bold;	
}

#article_detail .underh_yellow{
  background: linear-gradient(transparent 70%, #f2e961 70%);
  font-weight: bold;	
}

#article_detail .twocol_img{
  box-sizing: border-box;
  margin-bottom: 45px;
}
  
#article_detail .twocol_img .twocol_r{
  float: right;
  width: 360px;	
  margin: 0 0 0 24px;
}

@media screen and (max-width:1023px) {
#article_detail .twocol_img{
  margin-bottom: 45px;
}

#article_detail .twocol_img .twocol_l,
#article_detail .twocol_img .twocol_r{
  float: none; 
  width: 100%;
  margin: 0 0 30px 0;
  }
}

#article_detail .summary_box{
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #26bcff;
  border-radius: 8px;
}

#article_detail .summary_box .box_ttl{
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #f1f4f4;
  color: #26bcff;
  font-weight: bold;
}

#article_detail .summary_box p{
  margin: 0; 
  padding: 0;
}

/* 引用 */
#article_detail blockquote {
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
}

#article_detail blockquote:before{
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 8px;
  vertical-align: middle;
  content: "“";
  font-family: MS PGothic;
  color: #f1f4f4;
  font-size: 9rem;
  line-height: 1;
}

#article_detail blockquote:after{
  display: inline-block;
  position: absolute;
  bottom: -70px;
  right: 8px;
  vertical-align: middle;
  text-align: center;
  content: "”";
  font-family: MS PGothic;
  color: #f1f4f4;
  font-size: 9rem;
  line-height: 1;
}

#article_detail blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 2;
}

#article_detail blockquote cite {
  position: relative;
  z-index: 3;
  border: none;
  margin-top: 0;
  padding: 0;
}

#article_detail blockquote cite:before,
#article_detail blockquote cite:after{
  content: none;
}

#article_detail blockquote cite a{
  font-weight: normal;
  font-style: normal;
}

#article_detail blockquote ul{
  margin-top: 0;
  margin-bottom: 15px;
  border-top: none;
}

#article_detail blockquote ul li:before{
  left: 15px;
}

@media screen and (max-width:750px) {
#article_detail h3+blockquote{
  margin-top: 25px;
}

#article_detail blockquote ul li:before{
  left: 5px;
}
}

/* ITパートナー下層 */

.thanks_page_info {
  max-width: 350px;
  border-radius: 6px;
  background-color: #f3f3f3;
  margin-top: 50px;	
  padding: 30px;
}

#it_partner_sub,
#thanks_page{
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
  margin-bottom: 80px;
  padding: 30px;
  background-color: #fff;	
  font-size: 15px;
}

#it_partner_sub .itp_sub_box,
#thanks_page .thanks_page_box{
  margin-bottom: 30px;
  padding: 0 30px;
}

@media screen and (max-width: 540px) {
#it_partner_sub .itp_sub_box,
#thanks_page .thanks_page_box{
  padding: 0;
}
}

#it_partner_sub h2,
#thanks_page h2{
  line-height: 1.3;
  letter-spacing: 0.1em;
}

#it_partner_sub h2:not(:first-child),
#thanks_page h2:not(:first-child){
  margin-top: 30px;
}

#it_partner_sub h2:not(:last-child),
#thanks_page h2:not(:last-child){
  margin-bottom: 30px;
}

#it_partner_sub h2,
#thanks_page h2{
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding: 15px 15px 15px 24px;
  line-height: 1.5;
  background: #b7e8f8;
  /* Old browsers */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b7e8f8), color-stop(100%, #d7f0cd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: -moz-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: -ms-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: -o-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
}

#it_partner_sub h4 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  background-color: #f1f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 38px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#it_partner_sub h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #75c15e;
}

@media screen and (max-width: 750px) {
#it_partner_sub h2,
#thanks_page h2{
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}
#it_partner_sub h2:not(:first-child),
#thanks_page h2:not(:first-child){
  margin-top: 15px;
}
#it_partner_sub h2:not(:last-child),
#thanks_page h2:not(:last-child){
  margin-bottom: 15px;
}

#it_partner_sub h4 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  padding: 10px 20px;
  line-height: 1.5;
}
#it_partner_sub h4:not(:first-child) {
  margin-top: 15px;
}
#it_partner_sub h4:not(:last-child) {
  margin-bottom: 15px;
}
}

#thanks_page p,
#it_partner_sub p,
#it_partner_sub ul{
  margin-bottom: 20px;
}

#thanks_page .thanks_page_info p{
  margin-bottom: 0;
}

#thanks_page .thanks_page_info h3{
  margin-bottom: 20px;
}

#it_partner_sub ul{
  margin-left: 20px;
}

#it_partner_sub ul li{
  margin-bottom: 10px;
}

#it_partner_sub ul li:last-child{
  margin-bottom: 0;
}
/* 2カラム 人気ランキング（ウィジェット） */
.single .textwidget .ranking-block .heading-lv02 span {
  font-size: 1rem;
}

.single .textwidget .ranking-block .rank-list {
  padding-bottom: 0;
}