@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;
}

/*----------------------------------------
  191010追記
  ----------------------------------------*/
#next-mainimg.seminar-detail h1{
  padding: 20px !important;
  letter-spacing: 0;
}
/*----------------------------------------
  180822追記
  ----------------------------------------*/
/*-------------- clearfix ----------------*/
.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}
/*-- For IE 6/7 (trigger hasLayout) --*/
.clearfix {
  zoom:1;
}

/*---------------- common ----------------*/
.post #article_detail .content_box{
  margin-bottom: 70px;
}

.post #article_detail h3{
  padding: 5px 15px;
}

@media screen and (max-width: 926px){
.post #article_detail h3{
  padding:15px;
}
}

@media screen and (max-width: 750px){
.post #article_detail h3{
  padding: 10px 15px;
}
}
.post #article_detail h4{
  margin-bottom: 30px;
}

.post #article_detail h6{
  font-size: 1.2rem;
  padding-left: 30px;
  margin-bottom: 25px;
}

.post #article_detail p{
  margin-bottom: 30px;
}

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

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

#article_detail ol {
  border-top: solid 1px #c6cccc;
  padding-left: 0;
  margin-bottom: 30px;
}

#article_detail ol li {
  list-style-type: none;
  border-bottom: solid 1px #c6cccc;
  padding: 13px 10px 13px 13px;
  position: relative;
  line-height: 1.5;
}

/*------------ font position -------------*/
.txt_r{
  text-align: right;
}

.txt_c{
  text-align: center;
}

/*-------------- font size ---------------*/
.txt_s{
  font-size: 13px;
}

.txt90{
  font-size: 90%;
}

#article_detail .note{
  font-size: 90%;
  text-align: right;
}

.note_slide{
  display: none;
}

@media screen and (max-width: 1175px){
.txt_r, .txt_c,
#article_detail .note{
  text-align: left;
}

.note_slide{
  display: block;
}
}

/*----------- link decoration ------------*/
#article_detail .note a{
  font-weight: normal;
}

/*----------- font decoration ------------*/
#article_detail .txt_light_blue{
  color: #26bcff;
}

#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;	
}

/*------------ margin padding ------------*/
.mt25min{
  margin-top: -25px;
}

.mt20{
  margin-top: 20px !important;
}

.mt40{
  margin-top: 40px !important;
}

.mb30{
  margin-bottom: 30px;
}

.mb50{
  margin-bottom: 50px;
}

/*--------------- frame box --------------*/

#article_detail .notes_box{
  border: 2px solid #333;
  margin: 2em 0 3em;
  padding: 1em 1.2em;
  border-radius: 6px;
  font-size: 90%;
  line-height: 2;
}

#article_detail .notes_box span{
  font-size: 120%;
  font-weight: bold;
}

#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;
}

/*----------------------------------------
  btn
  ----------------------------------------*/
#article_detail .btn a{
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  display: inline-flex;
  height: 70px;
  width: 380px;
}

/*----------------------------------------
  img size
  ----------------------------------------*/
#article_detail .pcimg{
  display: block;
  margin: 0 auto; 
  margin-bottom: 20px; 
}

#article_detail .img80{
  max-width:80%;
}

#article_detail .img90{
  max-width:90%;
}

@media screen and (max-width: 750px){
#article_detail .pcimg{
  margin-bottom: 30px; 
}

#article_detail .img80,
#article_detail .img90{
  max-width:100%;
}
}

/*----------------------------------------
  youtube
  ----------------------------------------*/
#article_detail .move{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 30px;
}

.move iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*----------------------------------------
  table
  ----------------------------------------*/
#article_detail table, #article_detail th, #article_detail td{
  border: 1px solid #ccc;
}

#article_detail table{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

#article_detail th, #article_detail td{
  padding: 10px 12px;
}

#article_detail th{
  width: 20%;
  color: #fff;
  text-align: center;
  background: #073143;
}

#article_detail td{
  background: #fff;
}

/*----------- table tablescroll ----------*/
#article_detail .tablescroll table{
  font-size: 90%;
}

@media screen and (max-width: 1175px){
#article_detail .tablescroll{
  overflow: auto;
}

#article_detail .tablescroll table{
  width: 758px;
  margin-bottom: 10px;
}
}

/*------------ schedule table ------------*/
#article_detail .subsidy_change{
  text-align: center;
}

#article_detail .subsidy_schedule_table{
  margin-bottom: 10px;
}

@media screen and (max-width: 1175px){
#article_detail .subsidy_schedule .schedule_img{
  overflow: auto;
}

#article_detail .subsidy_schedule .schedule_img img{
  max-width: none;
  width: auto;
  height: 268px;
}
}

/*------------- table width --------------*/
#article_detail .table_type02 tbody th{
  width: 5% !important;
}

#article_detail .table_w500{
  max-width: 500px;
}

#article_detail table .w10{
  width: 5% !important;
}

#article_detail table .w22{
  width: 22% !important;
}

#article_detail table .w28{
  width: 28% !important;
}

#article_detail table .w30{
  width: 30% !important;
}

#article_detail .table_w34 tbody th{
  width: 34%;
}

#article_detail .table_normal .w45{
  width: 45% !important;
}

#article_detail .table_normal .winactor_cost th{
  text-align: left;
}

#article_detail .table_normal .winactor_cost td{
  text-align: center;
}

@media screen and (max-width:540px) {
#article_detail .table_normal th, #article_detail .table_normal td,
#article_detail .table_normal .table_w34 tbody th{
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: none;
}

#article_detail .table_normal .w45{
  width: 100% !important;
}

#article_detail .table_normal td,
#article_detail .table_normal .winactor_cost th{
  text-align: center;
}

#article_detail .table_w34 tbody th,
#article_detail .table_w34 tbody td{
  text-align: left;
}
}
/*----------------------------------------
  img 2col
  ----------------------------------------*/

#article_detail .twocol_img{
  box-sizing: border-box;
}

#article_detail .twocol_img .twocol_r{
  float: right;
  width: 360px;	
  margin: 0 0 20px 24px;
}

#article_detail .twocol_img .twocol_l{
  float: left;
  width: 400px;	
  margin: 0 50px 20px 0;
  line-height: 2.3;
}


@media screen and (max-width:1180px) {
#article_detail .twocol_img .twocol_l{
  width: 100%;	
}
}

@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;
  }
}

@media screen and (max-width:750px) {
#article_detail .twocol_img .twocol_l{
  line-height: 1.8;
}
}

/*----------------------------------------
  blockquote
  ----------------------------------------*/

#article_detail blockquote {
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 6px;
}

#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 !important;
  z-index: 3;
  line-height: 2;
}

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

#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;
}
}

/*----------------------------------------
  rpa seminar
  ----------------------------------------*/
#article_detail .rpa_seminar .content_box{
  margin-bottom: 70px;
}

#article_detail .place_tokyo, #article_detail .place_osaka,
#article_detail .place_kobe, #article_detail .place_fukuoka,
#article_detail .level_light, #article_detail .level_middle,  #article_detail .level_heavy,
#article_detail .level_practice, #article_detail .experience{
  color: #fff;
  border-radius: 6px;
  padding: 1px 10px;
  display: inline-block;
  text-align: center;
}

#article_detail .level_light, #article_detail .level_middle,  #article_detail .level_heavy,
#article_detail .level_practice, #article_detail .experience{
  margin-left: 15px;
}

#article_detail .experience{
  background: #ff82c6;
}

#article_detail .level_practice{
  background: #0078d7;
}

/*---------------- place -----------------*/
#article_detail .place_tokyo{
  background: #ff6666;
}

#article_detail .place_osaka{
  background: #3ea1a2;
}

#article_detail .place_kobe{
  background: #5cbcd7;
}

#article_detail .place_fukuoka{
  background: #4573b3;
}

/*---------------- level -----------------*/
#article_detail .level_light{
  background: #75c15e;
}

#article_detail .level_middle{
  background: #ffaf00;
}

#article_detail .level_heavy{
  background: #ff8ec6;
}

/*----------------------------------------
  finally summary
  ----------------------------------------*/

/*--------------- finally ----------------*/

#article_detail .finally {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding: 15px 15px 15px 24px;
  margin-bottom: 30px !important;
  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%;
}

@media screen and (max-width: 750px) {
#article_detail .finally {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}

#article_detail .finally:not(:first-child) {
  margin-top: 15px;
}

#article_detail .finally:not(:last-child) {
  margin-bottom: 15px;
 }
}

/*--------------- summary ----------------*/
#article_detail .summary {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #073143;
  background: url(img/next/bg-title2.jpg) no-repeat center center;
  background-size: cover;
  height: 55px;
  border-left: solid 8px #77c25f;
  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: 0 23px;
}

@media screen and (max-width: 750px) {
#article_detail .summary {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  height: auto;
  padding: 10px 20px;
}

#article_detail .summary:not(:first-child) {
  margin-top: 15px;
}

#article_detail .summary:not(:last-child) {
  margin-bottom: 15px;
}
}

/*----------------------------------------
  seminar page
  ----------------------------------------*/

.outside_btn{
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  background: #68b945;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 8px 16px;
  display: inline-block;
}

.outside_btn i{
  margin-left: 10px;
}

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

.img_center_sp{
  margin: 0 auto;
  display: block;
}
}

/*------------- widget rank --------------*/
.single .textwidget .ranking-block .heading-lv02 span {
  font-size: 1rem;
}

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

/*-------------- menu mail ---------------*/
.side_mail{
  border-top: solid 4px #073143;
  padding-top: 3px;
}

.side_mail .mail_content{
  border: solid 4px #073143;
  line-height: 1.6;
  padding: 0 15px 15px;
}

.side_mail .mail_ttl{
  padding: 10px 80px 6px 15px;
  background-color:#073143;
  background-image:url(https://www.workstyle-reform.com/wp-content/themes/datakit/img/common/mail_icon.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 58px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.side_mail .mail_ttl .txt_yellow{
  color: #fff000;
}

.mail_content ul{
  line-height: 1.6;
}

.mail_content ul li{
  padding: 10px 0 10px 50px;
  border-bottom: solid 1px #ccc;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 34px 34px;
}

.mail_content ul li:first-child{
  background-image:url(https://www.workstyle-reform.com/wp-content/themes/datakit/img/common/mail01.png);
}

.mail_content ul li:nth-child(2){
  background-image:url(https://www.workstyle-reform.com/wp-content/themes/datakit/img/common/mail02.png);
}

.mail_content ul li:last-child {
  background-image:url(https://www.workstyle-reform.com/wp-content/themes/datakit/img/common/mail03.png);
  border-bottom: none;
}

.mail_content .mail_btn{
  border-bottom: solid 2px #073143;
}

.side_mail .mail_content .mail_btn a{
  color: #fff;
  background-color: #68b945;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  height: 45px;
  width: 100%;
  text-align: center;
  line-height: 2.6;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 2px;
}

.side_mail .mail_content .txt_small{
  text-align: right;
  font-size: .86em;
  padding-top: 8px;
}

@media screen and (max-width: 1000px) {
.side_mail .mail_content {
  border: solid 3px #073143;
}

.side_mail .mail_ttl{
  letter-spacing: 1.6px;
}

.side_mail .mail_content .mail_btn a{
  font-size: 1.2em;
  line-height: 2.8;
  letter-spacing: 1px;
}
}

@media screen and (max-width: 750px) {
.side_mail .mail_content {
  border: solid 4px #073143;
}

.mail_content ul li{
  padding: 15px 0 15px 50px;
}

.side_mail .mail_ttl{
  font-size: 1.2em;
  padding: 15px 80px 11px 15px;
  background-position: 98% 50%;
  letter-spacing: 2px;
}

.side_mail .mail_content .mail_btn a{
  font-size: 1.3em;
  line-height: 2.4;
  letter-spacing: 2px;
}

.side_rpa{
  max-width: 336px;
  display: block;
  margin: 0 auto;
}
}

@media screen and (max-width: 505px) {
.mail_content ul li{
  padding: 10px 0 10px 50px;
}
.side_mail .mail_ttl{
  font-size: 1em;
  padding: 10px 80px 6px 15px;
  background-position: 96% 50%;
  letter-spacing: 0;
}
}

/*----------------------------------------
  top mv sp
  ----------------------------------------*/
@media screen and (max-width: 750px)  {
header.top .bg:after {
  height: 350px !important;
}
}

/*----------------------------------------
  it partner sub
  ----------------------------------------*/
.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;
}

/* RPAセミナー申し込みフォームボタンのサイズ PC版*/
@media screen and (min-width: 769px) {
	table.tbl1 tbody tr td {

	}
	table.tbl1 tbody tr td button {
		width: 24%;
		margin: 0 1% 2% 0 ;
		text-align: center;
		float: left;
	}
	table.tbl1 tbody tr td button:nth-child(1n) {
		float: left;
	}
}
/* RPAセミナー申し込みフォームボタンのサイズ 携帯版*/
@media screen and (max-width: 768px) {
	table.tbl1 tbody tr td {

	}
	table.tbl1 tbody tr td button {
		width: 45%;
		margin: 0 2% 4% 0 ;
		text-align: center;
		float: left;
	}
	table.tbl1 tbody tr td button:nth-child(1n) {
		float: left;
	}
}