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

body #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;
}
.bg_deep-blue {
  background-color: #CBE5F4;
}
/*hero---------*/
.hero_inner {
  background-image: url(/rakurakucloud/seisan/common/img/seminar/img_2300808_fv_bg.png) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_contents {
  position: relative;
  margin: 0 auto;
  padding: 30px 20px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.hero_contents h1{
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin: auto;
}
.hero_contents h1 img{
  width: 100%;
}
.hero_contents_logo{
  position: absolute;
  top: 30px;
  left: 20px;
  background-color: #fff;
  width: 43px;
  height: 48px;
  padding: 5px;
  border-radius: 5px;
}
.hero_contents_logo img{
  width: 100%;
  height: 100%;
}
.hero_image_pc{
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 25px auto 0;
}
.hero_image_instructor_pc img{
  width: 100%;
}
.hero_image_instructor{
  width: 123px;
  min-width: 123px;
  height: 160px;
}
.hero_image_instructor img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.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:1rem auto 0;
  max-width: 1000px;
}
.btn_style{
  background-color: #f6ad48;
  border-radius: 60px;
  box-shadow: 0 0px 5px rgba(0 0 0 / 10%);
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  width: 530px;
  padding: 20px 10px 20px 35px;
  position: relative;
  text-align: center;
  border: 6px solid #f6ad48;
  transition: .2s all;
}
.btn_style::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.btn_style:hover::after {
  border-right: 3px solid #f6ad48;
  border-top: 3px solid #f6ad48;
}
.btn_style:hover {
  background-color: #fff;
  opacity: 1;
}
.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: 22px;
  color: #fff;
}
.btn_style:hover .form_btn__text {
  color: #f6ad48;
}

.form_btn_box_balloon p {
  margin: 0;
  padding: 0;
}

.logo_area{
  max-width: 850px;
  margin: auto;
  padding: 25px 20px;
}
.logo_area_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
.logo_area_wrap img{
  width: 100%;
  height: auto;
}
.logo_area_kokuzei{
  width: 90px;
}
.logo_area_skj{
  width: 90px;
}
.logo_area_tsuji{
  width: 240px;
}
.logo_area_harada{
  width: 100px;
}
.logo_area_ana{
  width: 160px;
}
.logo_area_keiriplus{
  width: 200px;
}
.logo_area_seisan{
  width: 150px;
}
.logo_area_meisai{
  width: 150px;
}
.logo_area_hanbai{
  width: 150px;
}
/*.lead---------*/
.lead{
width: 100%;
margin: 0 auto;
padding: 3rem 0.5rem;
}
.lead p{
width: 95%;
max-width: 1200px;
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: 1200px;
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;
}
.sec.-formarea{
  padding: 3rem 0 2rem;
}
/*概要部分＞Program---------*/
.program_sec {
  position: relative;
  padding: 3rem 0;
}
.program_cta_list {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.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: 0 0 0 -10px;
  padding: 1.5rem 3rem 1.5rem 2rem;
  letter-spacing: 0.2rem;
  font-size: 1.875rem;
  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: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: 40px auto 70px;
}
.program:last-of-type {
  margin: 40px auto 0;
}
.program_list{
width: 100%;
position: relative;
margin-bottom: 70px;
}
.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;
}


.text-annotation {
  margin: 1.875rem 0 0;
}
.program_inner {
  padding: 3.125rem;
  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.25rem;
  font-weight: 500;
  padding: 1rem;
  max-width: 200px;
  max-height: 56px;
  background: #4c4948;
  color: #fff;
  margin-bottom: 15px;
}
.program_time_party{
  width:95%;
}
.program_time_ico::before {
font-family: FontAwesome;
font-size: 1.5rem;
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;
color: #007bc7;
line-height: 1.4;
font-weight: bold;
margin: 0 auto 20px;
}
.program_content{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 30px 0;
}
.program_content_item{
  width: calc((100% - 20px) / 2);
  display: flex;
  justify-content: center;
}
.program_content_img_wrap {
  width: 123px;
  min-width: 123px;
  height: 160px;
  margin: 0 10px 0 0;
}
.program_content_img_wrap.-commingsoon{
  background-color: #cccccc;
  position: relative;
  border-radius: 5px;
}
.program_content_img_wrap.-commingsoon span{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #4c4948;
  font-weight: bold;
}
.program_content img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.program_content .program_content_kokuzei img{
  height: 70px;
}
.program_content_detail{
  width: 100%;
}
.program_content_detail.-commingsoon{
  background-color: #cccccc;
  position: relative;
  border-radius: 5px;
}
.program_content_detail.-commingsoon span{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #4c4948;
  font-weight: bold;
}
.program_content_detail .program_content_detail_name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #007bc7;
}
.program_content_detail .program_content_detail_name span {
  font-size: 1.1rem;
  color: #007bc7;
}
.program_content_detail .program_content_detail_txt {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
.program_content_detail .program_content_detail_career {
  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;
}


/*概要部分＞開催概要---------*/
.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_inner{
  min-height: inherit;
}
.hero_contents_logo{
  width: 43px;
  height: 48px;
  padding: 5px;
  position: static;
}
.hero_contents h1{
  width: 100%;
  margin: 20px auto 0;
}
.hero_contents {
  padding: 15px 20px 0;
}
.hero_contents img {
  width: 100%;
}
.btn_style {
  padding: 15px 0;
  width: 260px;
}
.logo-area{
  padding: 20px;
}
.logo_area_wrap{
  gap: 5px 20px;
}
.logo_area_kokuzei{
  width: 65px;
  height: 30px;
}
.logo_area_kokuzei img{
  height: 100%;
  object-fit: cover;
}
.logo_area_skj{
  width: 65px;
}
.logo_area_tsuji{
  width: 180px;
}
.logo_area_harada{
  width: 90px;
}
.logo_area_ana{
  width: 150px;
}
.logo_area_keiriplus{
  width: 160px;
}
.logo_area_seisan{
  width: 120px;
}
.logo_area_meisai{
  width: 120px;
}
.logo_area_hanbai{
  width: 120px;
}
.form_btn__circle {
  font-size: 14px;
  width: 40px;
  height: 40px;
  left: 20px;
}
.form_btn__text {
  font-size: 16px;
}
.lead{
  padding: 50px 20px;
}
.lead p {
  font-size: 0.9rem;
  text-align: justify;
  margin: 0 auto 1rem;
}
.lead p.strong {
  font-size: 1.4rem;
}

.program_sec {
  padding: 50px 20px;
}
.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;
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_inner {
  padding: 2rem 1rem;
}
.program{
  margin: 20px auto 50px;
}
.program:last-of-type {
  margin: 20px auto 0;
}
.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 {
    margin: 0 auto 1.5rem;
}
.program_content {
  display: block;
  text-align: center;
}
.program_content_item{
  width: 100%;
  margin-bottom: 20px;
}
.program_content_item:last-child{
  margin-bottom: 0;
}
.program_content_detail{
  text-align: left;
}
.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;
}
.text-annotation{
  margin: 50px 0 0;
}
a.btn_more {
  margin: 20px auto 0 auto;
  width: 85%;
}
.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:92%;
min-width: 80%;
}
}
@media (max-width:414px){
  .hero_contents {
    padding: 15px 20px 20px;
  }
  .hero_image_pc{
    display: none;
  }
  .hero_image_instructor{
    width: 30%;
    min-width: inherit;
    height: auto;
  }
  .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;
}
