@charset "utf-8";
/* CSS Document 
/seminar/210219.php専用
 ___________________________________________

セミナーページデザイン
_____________________________________________ */

*{
box-sizing: border-box;
font-size: 16px;
line-height: 1.3;
color: #4c4948;
}
.pc_only{
display: block;
}
.sp_only{
display: none;
}
#gnav.gnavi_seminar {
  padding: 10px 0;
}
#gnav.gnavi_seminar .gnav_title {
  display: inline-block;
  position: relative;
}
#gnav.gnavi_seminar .gnav_title::after, 
#gnav.gnavi_seminar .gnav_title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 42%;
  width: 4px;
  height: 35px;
  background: #b7b6b6;
}
#gnav.gnavi_seminar .gnav_title::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
#gnav.gnavi_seminar .gnav_title::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#gnav.gnavi_seminar .gnav_title img {
  width: 110px;
  height: auto;
}
#gnav.gnavi_seminar .gnav_title .gnav_title_keiriplus {
  display: inline-block;
  margin-right: 60px;
}
#gnav.gnavi_seminar .gnav_title .gnav_title_keiriplus img {
  width: 160px;
}

#main {
  padding-top: 0;
}
.sprite_arrows__s {
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0) url(/rakurakucloud/seisan/common/img/sprite_arrows.svg) no-repeat;
    background-size: 48px auto;
}
.spr_arr_s_u_w {
    background-position: -24px -24px !important;
}
a:hover > .spr_arr_s_u_w {
    background-position: -12px -24px !important;
}

.bg_gray {
  background-color: #edecec;
}
.bg_blue{
  background-color: #c9e9f2;
}
.bg_light-blue {
  background-color: #E5F2FA;
}
/*hero---------*/
.hero_inner {
  background-color: #fff;
  padding-bottom: 0 0 2rem;
}
.hero_contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 70px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.hero_contents img {
  width: 75%;
  margin: 0 auto;
}
.hero h1 {
  background: none;
  color: #333;
  letter-spacing: -0.05rem;
  font-feature-settings: "palt";
}

.recommend{
width: 100%;
margin: 3rem auto 0;
font-size: 1.4rem;
}
.recommend_title {
position: relative;
letter-spacing: 0.1rem;
  padding: 0 65px;
  text-align: center;
}

.recommend_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: rgba(255,255,255,0.5);
}

.recommend_title span {
  position: relative;
  padding: 10px 20px;
  background: rgba(255,255,255,0.7);
}
.recommend_list{
margin: 1.5rem auto 0;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.recommend_list li{
padding: 2rem 1rem;
font-size: 1.1rem;
letter-spacing: 0.1rem;
background: rgba(6,61,88,0.65);
color: #fff;
text-align: center;
width: 32%;
line-height: 1.5;
font-weight: normal;
}
.form_btn_box {
  margin:3rem auto 0;
}
.btn_style{
  background-color: #f6ad48;
  border-radius: 5px;
  box-shadow: 0 5px 0 #935f16;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  max-width: 490px;
  padding: 35px 10px 35px 35px;
  position: relative;
  text-align: center;
}
.btn_style::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.btn_style:hover {
  box-shadow: none;
  opacity: 1;
  top: 4px;
}
.form_btn__circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 100px;
  background-color: #007bc7;
}
.form_btn__text {
  font-size: 28px;
  color: #fff;
}

.form_btn_box_balloon p {
  margin: 0;
  padding: 0;
}
/*.lead---------*/
.lead{
width: 100%;
margin: 0 auto;
padding: 3rem 0.5rem;
}
.lead p{
width: 95%;
max-width: 1000px;
font-weight: 500;
font-size: 1.5rem;
line-height: 1.5;
margin: 0 auto 1.9rem ;
text-align: center;
}
.lead p.strong{
font-size: 220%;
padding: 0.5rem 0 0 0;
font-weight: bold;
margin: 0 auto 2rem;
}

/*概要部分＞共通---------*/
.sec{
padding: 3rem 0;
margin: 0 auto;
}
.sec_inner{
width: 95%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}
.sec_inner_h2title {
    margin: 0 auto 2rem;
    padding: 0 0 2.5rem;
    font-size:3rem;
    color: #4c4948;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
}
.sec_inner_h2title::after {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #007bc7;
}
.sec_inner_txt{
font-size: 1.1rem;
text-align: center;
}
/*概要部分＞Program---------*/
.program_sec {
  position: relative;
  padding: 3rem 0;
}
.program_cta_list {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.program_cta_list a.program_cta {
  position: relative;
  width: 400px;
  font-size: 28px;
  font-weight: bold;
  padding: 5px;
  background-color: rgba(0, 123, 199, 0.2);
  border-radius: 100px;
  box-shadow: 0 0 5px 0 rgb(70 70 70 / 20%);
  transition: all ease 0.3s;
  text-align: center;
}
.program_cta_list .program_cta:first-of-type {
  margin-right: 60px;
}
.program_cta_list a.program_cta::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
  top: -5px;
  right: 40px;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  transition: all ease 0.3s;
}
.program_cta_list a.program_cta:hover {
  opacity: 1;
  box-shadow: 0 0 8px 0 rgb(76 73 72 / 30%);
  transform: scale(1.02);
}
.program_cta_list a.program_cta:hover::after {
  top: 0;
}


.program_cta_list .program_cta .program_cta-inner {
  color: #007bc7;
  background: #fff;
  padding: 25px 40px 25px 30px;
  border-radius: 100px;
  transition: all ease 0.3s;
}
.program_cta_list .program_cta .program_cta-date {
  position: absolute;
  display: block;
  top: 15px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  font-size: 18px;
  font-weight: bold;
  color: #007bc7;
  background-color: #CBE5F4;
  border: 4px solid #fff;
  padding: 0.2em 1em;
  border-radius: 30px;
  white-space: nowrap;
}
.program_cta_list .program_cta .program_cta-date::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -0.5em;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 10px solid #CBE5F4;
  border-bottom-width: 0;
}


.program_h3title {
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1.5rem 3rem 1.5rem 2rem;
  letter-spacing: 0.2rem;
  font-size: 1.85rem;
  border-radius: 0 100vh 100vh 0;
  background: #007bc7;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.program_h3title_day{
font-size: 1.35rem;
color: #fff;
vertical-align: 2px;
}
.program_h3title_week{
border: 1px solid #fff;
padding: 0.15rem 0.3rem 0.22rem 0.4rem;
font-size: 1.15rem;
display: inline-block;
margin: 0 15px 0 5px;
}
.program_h3title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
/*ハブスポット内日付帯*/
.hsprogram_h3title {
color: #fff;
font-weight: bold;
position: relative;
  display:block;
  margin: 1rem auto 0.75rem ;
  padding: 0.5rem 1rem;
  text-align: center !important;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  border-radius: 100vh;
  background: #007bc7;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 100%;
}
.hsprogram_h3title_day{
font-size: 85%;
color: #fff;
vertical-align: 0;
}
.hsprogram_h3title_week{
border: 1px solid #fff;
padding: 0.1rem 0.1rem 0.1rem 0.3rem;
font-size: 0.8rem;
display: inline-block;
margin-left: 5px;
vertical-align: 2px;
}
.program{
  margin: 1rem auto 7rem;
}
.program:last-of-type {
  margin: 1rem auto 0;
}
.program_list{
width: 100%;
position: relative;
margin-bottom: 4rem;
}
.program_list:last-of-type {
  margin-bottom: 0;
}
.program_inner_time{
  display: inline-block;
  background-color: #007bc7;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  margin: 0 0 10px 20px;
  border-radius: 5px;
}
a.btn_more{
  display: block;
  margin: 40px auto 0 auto;
  width: 55%;
}
a.btn_more:hover {
  opacity: 1;
}
a.btn_more_none {
  pointer-events: none;
}


.program .text-annotation {
  font-weight: 500;
  margin: 3rem 0;
}
.program_inner {
  padding: 3.2rem 1.8rem 2rem;
  background-color: #fff;
  border-radius: 10px;
}
.program_list_multiple .program_inner {
  padding: 3.2rem 1.8rem 2.5rem;
  border-radius: 0;
}
.program_list_multiple .program_inner:nth-of-type(2) {
  border-radius: 10px 10px 0 0;
}
.program_list_multiple .program_inner:last-of-type {
  padding: 3.2rem 1.8rem 2rem;
  border-radius: 0 0 10px 10px;
}

.program_time{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.3rem;
  background: #4c4948;
  color: #fff;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
.program_time_party{
  width:95%;
}
.program_time_ico::before {
font-family: FontAwesome;
font-size: 2rem;
content: "\f017";
display: inline-block;
padding-right: 0.5rem;
color: #fff;
}
.program_capacity_ico::before {
font-family: FontAwesome;
content: "\f007";
display: inline-block;
padding-right: 0.25rem;
color: #fff;
}
.program_h4title{
font-size: 1.8rem;
line-height: 1.4;
font-weight: bold;
margin: 0 auto 2rem;
padding: 0 0.75rem;
}
.program_content{
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.program_content img {
  width: 200px;
  margin: 0 1.5rem 0 0;
}
.program_content_detail{
  width: 100%;
}
.program_content_detail .program_content_detail_name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.program_content_detail .program_content_detail_name span {
  font-size: 1.1rem;
}
.program_content_detail .program_content_detail_txt {
  font-weight: 500;
}
.capacity{
display: inline-block;
padding: 2px 5px;
margin-bottom: 0.2rem;
border-radius: 2px;
border: 1px solid #d14040;
font-size: 90%;
}
.program_txt_more{
display: inline-block;
padding-left: 0.5rem;
color: #0F6A97;
font-size: 0.85rem;
}
.program_txt_more_ico::after {
font-family: FontAwesome;
content: "\f2d0";
display: inline-block;
padding-left: 0.25rem;
color: #0F6A97;
}
.program_txt_more_btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14em;
  padding: 1em 2em;
  color: #007bc7;
  border: 2px solid #007bc7;
  border-radius: 100px;
  transition: 0.3s ease all;
}
.program_txt_more_btn:hover {
  opacity: 1;
  background-color: #007bc7;
}
.program_txt_more_btn_parts{
  font-size: 1.1rem;
  font-weight: bold;
  color: #007bc7;
  transition: 0.3s ease all;
}
.program_txt_more_btn_parts::after{
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s ease all;
}
.program_txt_more_btn:hover .program_txt_more_btn_parts {
  color: #fff;
}
.program_txt_more_btn:hover .program_txt_more_btn_parts::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 15px;
}

/*開閉ボタン設定*/
#modal-contents {
z-index: 0;
font-size: 16px;
}

/* モーダル コンテンツエリア */
.modal-main {
display: none;
width: 50%;
max-width: 760px;
max-height: 80%;
min-height: 250px;
margin: 0 auto;
padding: 0 0 75px 0;
background-color: #ffffff;
color: #0b2b3a;
position:fixed;
z-index: 10;
border-radius: 3px;
overflow: hidden;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
}
.modal-main .close{
display: block;
position: absolute;
top:15px;
right: 15px;
}
.modal-main .close span{
font-size: 1em;
padding: 0.2em 0.5em;
font-weight: bold;
color: #aaa;
border-radius: 5px;
border: 1px solid #aaa;
cursor:pointer;
}
.modal-main .close span:hover{
background: #fff;
color: #bbb;
border: 1px solid #bbb;
}
.modal-main-inner{
width: 100%;
padding: 0 1.5rem 3rem 1.5rem;
overflow: hidden;
overflow-y: scroll;
height: 60%;
max-height: 500px;
}
.modal-main p img{
display: block;
float: left;
width:120px;
height: auto;
margin: 0 0.5rem 0.5rem;
}
.modal-main p{
text-align: left;
line-height: 1.2;
font-size: 93%;
letter-spacing: 0;
}
.modal-main .time {
  position: relative;
  display: inline-block;
  margin: 0rem 0 0.5rem -10px;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #007bc7;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.modal-main .time:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
.modal-main .time .program_time_ico::before {
  content: "\f017";
  font-size: 14px;
}
.modal-main h5{
font-size: 180%;
line-height: 1.3;
font-weight: bold;
margin-bottom:0.5em;
text-align: justify;
color: #007bc7;
}
.modal-main h5 span{
font-size: 73%;
font-weight: bold;
margin-bottom:0.5em;
text-align: justify;
color: #007bc7;
letter-spacing: 0;
}
.program_list_multiple .modal-main h5 {
  margin-bottom: 1em;
}

.modal-main h6{
font-size: 130%;
font-weight: bold;
margin: 0.5rem 0;
color: #007bc7;
position: relative;
}
.modal-main h6::before{
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  padding-right: 0.25rem;
}
.modal-main .page-txt{
font-size: 0.8rem;
text-align: justify;
line-height: 1.3;
width: 100%;
margin: 0 auto 1rem;
display: block;
position: relative;
}
.program_list_multiple .modal-main .page-txt {
  margin: 0 auto 1.5rem;
}
.modal-main .page-txt::after{
clear: both;
content: "";
display: block;
position: relative;
}
.modal-main .page-txt b{
font-weight: bold;
font-size:120%;
padding: 0.25rem 0.25rem 0.25rem 0;
display: inline-block;
}
.modal-main .page-txt span.tbold{
font-weight: bold;
font-size:120%;
padding:5px 3px 5px 0;
display: inline-block;
}
.modal-main .page-txt-profile{
  width: 100%;
  font-size: 0.8rem;
  float: left;
}
.modal-main .full{
text-align: center;
background: #706d6d;
padding: 1rem;
border-radius: 0 0 3px 3px;
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
font-size: 1.2rem;
cursor: pointer;
}
/* モーダル 背景エリア */
#modal-bg {
display:none;
width:100%;
height:100%;
background-color: rgba(0,0,0,0.75);
position:fixed;
top:0;
left:0;
z-index: 3;
}

/*概要部分＞開催概要---------*/
.seminar_overview {
  display: flex;
  justify-content: space-between;
}
.seminar_overview .left {
  width: 480px;
}
.seminar_overview table {
  width: 480px;
  font-size: 1rem;
  line-height: 1.6;
}
.seminar_overview table tr {
  border-bottom: 2px dotted #bcbcbc;
}
.seminar_overview table th {
  padding: 1rem 0.5rem;
  width: 70px;
  font-size: 1.1rem;
  color: #0078c9;
  font-weight: bold;
  vertical-align: top; 
}
.seminar_overview table td {
  padding: 1rem;
}
.seminar_overview table td li{
  margin: 0 0 1rem;
}
.seminar_overview table td li:last-child{
  margin: 0;
}
.seminar_overview table td li b{
  font-weight: bold;
}
/* 概要部分＞開催概要＞セミナー概要を1カラムにする場合 .column1-table*/
.column1{width:100%;}
.seminar_overview table.column1-table{
  min-width: 75%;
  max-width: 850px;
  width: 100% !important;
  margin: 0 auto !important;
  display: block;
}
.seminar_overview table.column1-table td{
  width: 100% !important;
}
.seminar_overview table.column1-table th{
  min-width: 90px;
  max-width: 200px;
}

.seminar_overview .map {
  width: 450px;
  height: 400px;
}
.seminar_overview .map iframe {
  width: 100%;
  height: 400px;
}
/*SNS---------*/
.seminar_sec_sns {
  padding: 2rem 0;
}
.sns {
  padding: 30px 25px 40px;
  background: #efefef;
  margin: 1rem auto;
  width: 95%;
  max-width: 540px;
  border-radius: 5px;
  box-sizing: border-box;
}
.sns .sns-title {
  margin: 0 0 30px;
  font-size: 1.2rem;
  color: #0078c9;
  font-weight: bold; 
  text-align: center;
}
.sns ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1; 
}
.sns li {
  margin-right: 30px;
}
.sns li:last-child {
  margin-right: 0;
}
.sns li.facebook a {
  background-color: #1877f2;
  box-shadow: 0 4px 0 #1668b2;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 16px 35px 15px 30px;
  width: 220px;
  height: 53px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}
.sns li.facebook a:before {
  content: '';
  background: url(/rakurakucloud/seisan/common/img/ico-facebook.svg) 0 0 no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -0.2em;
}
.sns li.facebook a:hover {
  background: #1668b2;
  opacity: 1;
}
.sns li.twitter a {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 16px 35px 15px 30px;
  width: 220px;
  height: 53px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}
.sns li.twitter a:before {
  content: '';
  background: url(/rakurakucloud/seisan/common/img/ico-twitter.svg) 0 0 no-repeat;
  background-size: cover;
  width: 19px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -0.1em;
}
.sns li.twitter a:hover {
  background: #0078BD;
  opacity: 1;
}

/*概要部分＞ご参加までの流れ---------*/
.step{
display: flex;
justify-content:  center;
flex-wrap: wrap;
margin: 1rem auto 3rem;
}
.step_list{
width: 25%;
position: relative;
text-align: center;
font-size: 1rem;
margin: 0 34px;
}
.step_list::after {
font-family: FontAwesome;
content: "\f054";
display: inline-block;
position: absolute;
right: -75px;
bottom: 50%;
padding-right: 10px;
color: #99c1cc;
font-size: 4rem;
}
.step_list:last-child::after {
display: none;
}
.step_h3title {
font-size: 1.5rem;
padding: 0.5rem 0.1rem;
margin: 0 auto ;
background: #0b2b3a;
color: #fff;
text-align: center;
letter-spacing: 1px;
border-radius: 3px 3px 0 0;
}
.step_h3title_mini{
font-size: 75%;
color: #fff;
vertical-align: baseline;
display: inline-block;
padding-right: 2px;
}
.step_img{
max-width: 100%;
display: block;
margin:0.2rem auto 0.5rem;
}

/*フォーム---------*/
#form {
  background-color: rgb(246,246,246);
}
fieldset.form-columns-1,
fieldset.form-columns-2,
fieldset.form-columns-3 {
  text-align: left;
}
.panel {
  border: none;
}
.panel_header {
  font-weight: 700;
  background-color: rgb(0,123,199);
  text-align: center;
}
li.hs-form-checkbox {
    width: 100%;
}
.hs-form-checkbox{
display: flex;
justify-content:space-between;
}
li.hs-form-checkbox label {
    width: 85%;
    line-height: 1.3;
}
fieldset.form-columns-1 .input input[type="checkbox"], fieldset.form-columns-1 .hs-input[type="checkbox"] {
height: 40px !important;
float: left;
}
li.hs-form-checkbox label span {
    padding-left: 40px;
    font-size: 1rem;
    width: 100%;
    display: block;
    line-height: 1.3 !important;
}
.btn_more_hs a.hs_btn_more{
width: 100px;
font-size: 0.9rem;
border: 1px solid #ccc;
background: #0b2b3a;
color: #fff;
padding: 1px 0.25rem 3px;
border-radius: 5px;
vertical-align: -3px;
cursor:pointer;
}
.hs-error-msgs{
font-size: 12px;
line-height: 1;
}
.hs-error-msgs label {
color: #ed6c56;
font-size: 12px;
padding: 3px !important;
position: relative;
}
.hs-error-msgs label::before {
content: "▲";
position: relative;
display: inline-block;
padding-right: 2px;
}
.hs-error-msgs a{
color: #ed6c56;
padding: auto 0.25rem;
font-size: 85%;
}
.hs_error_rollup label {
font-size: 15px;
text-align: center !important;
line-height: 1.3;
background: #ffe5e5;
color: #d63737;
padding: 1rem;
border-radius: 3px;
margin: 1rem auto;
display: block;
}
.hs_error_rollup label::before{
display: none;
}
div.actions {
  text-align: center;
}
.actions .hs-button {
  background: #f6ad48!important;
  border: none!important;
  border-radius: 4px;
  color: #fff!important;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto!important;
  line-height: 1;
  margin: 10px auto 20px;
  width: 100%;
  max-width: 400px;
  min-width: initial;
  padding: 30px 10px;
  transition: all .3s ease;
}

input.hs-input,
textarea.hs-input,
select.hs-input {
  color: #706d6d;
  border: 1px solid #b7b6b6;
  border-radius: 5px;
  min-height: 40px;
}

#form .panel_content {
  width: 100%;
  padding: 30px;
}

.hs-form label {
  position: relative;
}
.hs-form label .hs-form-required {
  position: absolute;
  font-size: 10px;
  top: 3px;
  left: 0;
  padding: 0 4px;
}
.hs-form label span{
  font-size: 18px;
  font-weight: 700;
  color: #007bc7;
  padding-left: 35px;
}
.hs-form .hs-fieldtype-textarea label span {
  padding-left: 0;
}

/*フッター---------*/
#footer {
  background-color: rgb(237,236,236);
}
.footer_contact_annotation {
  color: #7a6d6d;
}

/*----------------------------
/*モバイル
------------------------------*/
@media (max-width: 767px){
.pc_only{
display: none;
}
.sp_only{
display: block;
}

#gnav.gnavi_seminar .gnav_title::after, 
#gnav.gnavi_seminar .gnav_title::before {
  content: "";
  right: 44%;
  width: 2px;
  height: 25px;
}
#gnav.gnavi_seminar .gnav_title img {
  width: 90px;
}
#gnav.gnavi_seminar .gnav_title .gnav_title_keiriplus {
  margin-right: 40px;
}
#gnav.gnavi_seminar .gnav_title .gnav_title_keiriplus img {
  width: 120px;
}

#main {
padding-top: 0 !important;
}
.hero_contents {
  padding: 40px 15px 60px;
}
.hero_contents img {
  width: 100%;
}
.btn_style {
  padding: 15px 0;
}
.form_btn__circle {
  font-size: 14px;
  width: 40px;
  height: 40px;
  left: 20px;
}
.form_btn__text {
  font-size: 16px;
}

.lead p {
  font-size: 0.9rem;
  text-align: justify;
  margin: 0 auto 1rem;
}
.lead p.strong {
  font-size: 1.4rem;
}

.program_sec {
  padding: 4rem 0 2rem;
}
.program_cta_list {
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
.program_cta_list a.program_cta {
  width: 90%;
  max-width: 320px;
  font-size: 1.2rem;
}
.program_cta_list .program_cta:first-of-type {
  margin-right: 10px;
}
.program_cta_list .program_cta .program_cta-date {
  font-size: 14px;
  top: 20px;
}
.program_cta_list a.program_cta::after {
  right: 25px;
}

.sec_inner_h2title {
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.4;
}
.sec_inner_h2title::after {
    bottom: 20px;
    left: calc(50% - 30px);
}
.sec_inner_txt {
    font-size: 0.9rem;
    text-align: justify;
}
.program_checkbox_parts{
display: inline-block;
}
.program_checkbox_parts::before {
    right: -10px;
    top:0;
}
.step {
    display: block;
        margin: 1rem auto;
}
.step.step_list_2item .step_list, .step_list{
    width: 95%;
    margin: 0 auto 1rem;
}

.program_h3title {
padding: 0.8rem 1.5rem 0.8rem 1.5rem;
font-size: 1.2rem;
margin-left: 5px;
line-height: 1.5;
}
.program_h3title_day {
  font-size: 1.2rem;
  vertical-align: inherit;
}
.program_time {
  font-size: 1.2rem;
  padding: 1rem;
}
.program_time_ico::before {
  font-size: 1.4rem;
  padding-right: 0.5rem;
}
.program_list_multiple .program_inner_time {
  font-size: 13px;
  padding: 5px 10px;
  margin: 0 0 10px 10px;
}
.step_list::after {
display: none;
}
.program {
    display: block;
    margin: 0rem auto 1.5rem;
}
.program_inner {
  padding: 2rem 1rem;
}
.program_list_multiple .program_inner,
.program_list_multiple .program_inner:last-of-type {
  padding: 2rem 1rem;
}
.program_inner_time {
  margin: 0 0 10px 0;
}
.program_h4title {
  font-size: 1.4rem;
  padding: 0 0.5rem;
}
.program_list {
    width: 95%;
    margin: 0 auto 1.5rem;
}
.program_content {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
.program_content img {
  margin: 0 auto 20px;
}
.program_content_detail .program_content_detail_name {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}
.program_txt_more_btn_parts {
  font-size: 1rem;
}
a.btn_more {
  margin: 20px auto 0 auto;
  width: 85%;
}

.modal-main {
display: none;
width: 85%;
}
.modal-main-inner {
display: block;
}
.modal-main h5 {
    font-size: 120%;
}
.program .text-annotation {
  margin: 1rem 0;
}

.sns ul {
display:block; 
}
.sns li {
    margin-right: 0;
}
.sns li.facebook a,.sns li.twitter a {
width: 85%;
display: block;
margin: 0 auto 1.5rem auto;
}
li.hs-form-checkbox{
display: block;
border-bottom: 1px solid #ccc;
padding-bottom: 0.5rem;
margin: 0.5rem 0;
}
li.hs-form-checkbox label {
  width: 100%;
  line-height: 1.3;
}
.btn_more_hs{
text-align: center !important;
margin: 0.25rem auto 0;
}
.btn_more_hs a.hs_btn_more {
    width: 85%;
    display: inline-block;
    margin: 0 auto;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    background: #0b2b3a;
    color: #fff;
    padding: 1px 0.25rem 3px;
    border-radius: 5px;
    vertical-align: -3px;
    cursor: pointer;
    text-align: center !important;
}
.actions .hs-button {
width:80%;
min-width: 80%;
}
}
@media (max-width:414px){
  .lead {
    padding: 2.5rem 0.5rem 2rem;
  }
  .program_sec {
    padding: 3rem 0 2rem;
  }
  .program_cta_list {
    position: inherit;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .program_cta_list a.program_cta {
    margin: 0 auto;
  }
  .program_cta_list .program_cta:first-of-type {
    margin: 0 auto 30px;
  }
  .program_cta_list .program_cta .program_cta-inner {
    padding: 20px 40px 20px 30px;
  }
  .program_cta_list .program_cta .program_cta-date {
    top: 15px;
  }
}

/*_____________________________________________

経理プラスサミット>個人情報の取扱い
/seminar/legal_summit.php
_____________________________________________ */

.legal_title {
    font-size: 1.25rem;
    margin: 3rem auto 0.75rem;
    text-align: justify;
    color: #0078C9;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.4rem;
}
.legal_subtitle {
    font-size: 1.1rem;
    margin: 0.75rem auto 0.4rem;
    text-align: justify;
    color: #0078C9;
    line-height: 1.5;
}
.legal_contents p{
    text-align: justify;
    font-size:1rem;
    margin: 0 auto ;
}
.legal_contents p.form_detail_leadtxt{
    text-align: justify;
    font-size:1.2rem;
    margin: 1rem auto ;
}
.legal_list li{
    margin: 0 auto ;
    line-height: 1.5;
    position: relative;
    font-size:1rem;
}
.legal_list li::before{
content: "■";
color: #c9d4db;
position: relative;
padding-right: 5px;
font-size: 45%;
vertical-align:1px;
}
.legal_contact{
border: 1px solid #ccc;
padding: 1.5rem;
margin: 1.5rem auto;
background: #f6f6f6;
}
