
/*base****/
#seminar_lp{
width: 100%;
margin: 0px;
padding: 0px;
max-width: 100%;
overflow: hidden;
 font-size: 16px;
 line-height: 28px;
  color: #414549;
}
.top_txt{
  font-size: 16px;
  text-align: left;
  margin-bottom: 60px;
}

#seminar_lp table{
  border: none;
}

.seminar_lp_box{
  width: 1024px;
  margin: 20px auto;
  max-width: 100%;
  text-align: center;
}

/*h3*/
#seminar_lp .fclp_listbox h3 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  color: #3ca4d2;
  font-size: 38px;
}
.tyapeA:before, .tyapeA:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 5px;
  background-color: #3ca4d2;
  /*-webkit-transform: rotate(-60deg);*/
 
}
.tyapeA:before {
  left:0;
  transform: rotate(-120deg);
}
.tyapeA:after {
  right: 0;
  transform: rotate(-60deg);
}
 
 /* ▼*/
 .triangleGreen {
  width: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 50px solid #13b5b1;
  margin: -40px auto 10px;
}

.green_fukidasi {
  font-size: 38px;
  padding: 20px 10px;
  background: #13b5b1;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-weight: bold;
  width: 1024px;
  margin: 0px auto 30px;
}
.green_fukidasi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #13b5b1  transparent transparent transparent;
  border-width: 30px 20px 0 20px;
}


/* 切り替え画像の設定*/
/* mb*/
.mb_off{
  display: block;
  text-align: center;
}
.mb_on{
  display:none;
}

.mb_off img{
  margin: 0px auto;
}

/*リンクボタン****/
.c-lp_add_btn__link {
  border: none;
  padding: 15px 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 27px;
}

.c-lp_add_btn {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}

.btn_green {
  display: block;
  width: 60%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 1rem 1rem;
  background-color: #32cd32;
  border: 1px solid #32cd32;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  border-radius: 4rem;
  font-weight: 700;
}

.btn_green:hover {
  text-decoration: none!important;
  background-color: #ffffff;
  border: 1px solid #32cd32;
  color:#32cd32;
  }
 
/*特典について****/
.dotted_dl {
  border: dashed 1px;
  margin: 5rem auto 5rem;
  padding: 0;
  display: flex;
  align-items: center;
  background: #cce7f3;
}
.dotted_dl dt {
  background: #cce7f3;
  width: 30%;
  font-size: 1.6rem;
  text-align: center;
}
.dotted_dl dd {
  width: 70%;
  background: #fff;
  padding: 1rem;
  margin: 0;
  text-align: left;
}
.dotted_dl dd h3 {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.dotted_dl dd h3:before {
  display: inline-block;
  content: "";
  vertical-align: text-top;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-right: 8px solid #fff;
  border-left: 16px solid #0079c2;
}
.dotted_dl dd p {
  padding: 0;
  margin-bottom: 1rem;
}


/*ボタングリーン改訂版****/
.btn_green2 {
  text-align: center;
  margin: 4rem auto 5rem;
}
.btn_green2 span{
  color: #ffff00;
}
.btn_green2 a {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1.2rem 0.5rem;
  border-radius: 4px;
  background-color: #22ac38;
  border: 1px solid #22ac38;
  color: #fff;
  font-weight: 600;
  display: block;
  width: 70%;
  margin: 0.5rem auto;
}
.btn_green2 a:hover {
  background-color: #fff;
  border: 1px solid #22ac38;
  color: #22ac38;
  text-decoration: none;
}
.btn_green2 a:hover span{
  color: #22ac38;
}

/* chatgtp*/
.list_checkbox2 li {
  border-bottom: 3px solid #0079c2;
  font-size: 1.6rem;
  background: url("/wp-content/themes/techo-web/images/tax_return/taxreturn_checkbox.png") no-repeat 0px 0px;
  padding: 5px 5px 15px 50px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}


/*レスポンシブ****************************************/
 /* ipad*/
 @media screen and (max-width:1024px) {
  #seminar_lp {
    width: 100%;
    padding: 0px 0px 0px;
}
.page-main_title {
  margin-top: 10px;
}
.seminar_lp_box {
  width: 100%;
  margin: 0px;
  max-width: 100%;
  padding: 0px 10px;
}

#seminar_lp h2 {
  font-size: 35px;
}

.mb_on img{
  margin: 0px;
  padding: 0px;
  width: 100%;
}

}

@media screen and (max-width:730px) {
  #seminar_lp {
  width: 100%;
  padding: 0px 0px 0px;
}
.seminar_lp_box {
  width: 100%;
  margin: 0px;
  max-width: 100%;
  padding: 0px 10px 0px;
}

  #seminar_lp h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    padding: 10px 0px;
}

#seminar_lp h3 {
  font-size: 20px;
  line-height: 32px;
  padding: 5px 0px 20px;
}

#seminar_lp h2 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0px;
}

/*▲追加▲**********************************/

  .mb_off{
    display: none;
  }
  .mb_on{
    display:block;
    margin: 0px auto;
  }
  .mb_on img{
    margin: 0px;
    padding: 0px;
    width: 100%;
  }


  }

 /***セミナーLP******************************************************/
/*強調*/
 .sg_yellow{
  background: linear-gradient(transparent 60%, #fff45c 60%);
 }
 .sg_yellow2 {
  background: linear-gradient(transparent 0%,#ffff00 90%);
}
 .sg_green {
  color: #64aa44;
}
.sg_pink {
  background: linear-gradient(transparent 60%, #ffdbe4 60%);
  
}
 em{
  font-weight: bold; 
   font-style: normal;
 }

 .under{
  border-bottom: 8px solid #3ca4d2;
}

  .p-seminar_single_info {
    display: block;
    margin: -10px 0 20px 0;
    text-align: left;
    font-size: 14px;
}
/* 背景色*/
.base_skyblue {
  background-color: #e0eefb;
  margin-top: 80px;
  text-align: center;


}
.base_skyblue h3{
    color: #002153;
      font-size: 28px;
      font-weight: bold;
      line-height: 42px;
      padding: 5px 5px 20px;
      text-align: center;
}
.font24 {
  font-size: 24px;
  margin: 10px 50px;
}

.icon_wrap{
  width: 1024px;
  margin: 0px auto;
  position: relative;
}

.icon {
  position: absolute;
  top: -20px;
  left:0px;
  width: 145px;
  z-index: 90;
}
.icon2 {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 145px;
  z-index:  90;
}


/* リンクバナー*/
.c-lp_add_btn__link {
  border: none;
  padding: 15px 160px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #ff9900;
  font-weight: bold;
 
}
.c-lp_add_btn__link:hover {
  text-decoration: none!important;
  background-color: #ffffff;
  border: 1px solid #ff9900;
  color:#ff9900;
  }

/* 見出し*/
h2.pc_ico {
  font-size: 32px;
  color: #002153;
  font-weight: bold;
  background: url("/wp-content/themes/techo-web/images/seminar_lp/seminar_lp_pc.webp") no-repeat 0px 0px;
  padding: 0px 5px 10px 80px;
  border-bottom: 5px solid #002153;
  text-align: left;
  line-height: 42px;
  margin-top: 60px;
}

h2.heading_blue {
  background: #3ca4d2;
  position: relative;
  padding: .5em 1em .5em 1.2em;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 1.4em;
  margin: 60px auto 30px;
}
h2.heading_blue::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #ffff00;
}

/* リスト*/
.list4points{
  width: 100%;
}
.list4points ul{
    display: flex;
    margin-top: 20px;
}
.list4points ul li {
  display: flex;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 20px;
  margin-right: 10px;
  color: #fff;
  font-size: 21px;
  padding-left: 45px;
}
.point01 {
  background:#99cc66 url("/wp-content/themes/techo-web/images/seminar_lp/point01.png") no-repeat 15px 13px;
}
.point02 {
  background:#cc6633 url("/wp-content/themes/techo-web/images/seminar_lp/point02.png") no-repeat 15px 13px;
}
.point03 {
  background:#0066cc url("/wp-content/themes/techo-web/images/seminar_lp/point03.png") no-repeat 15px 13px;
}
.point04 {
  background:#cc99cc url("/wp-content/themes/techo-web/images/seminar_lp/point04.png") no-repeat 15px 13px;
}

.list_checkbox, .list_circle{
  margin-bottom: 80px;
  text-align: left;
  font-weight: bold;
  }
  .list_checkbox li {
    border-bottom: 3px solid #3ca4d2;
    font-size: 27px;
    background: url("/wp-content/themes/techo-web/images/seminar_lp/seminar_lp_checkbox.webp") no-repeat 0px 0px;
    padding: 0px 5px 15px 55px;
    margin-bottom: 25px;
  }
  .list_circle li{
    border-bottom: 1px dashed #5a5d5f;
    font-size: 27px;
    padding: 0px 5px 15px 5px;
    margin-bottom: 25px;
    position: relative;
  }

  .list_circle li:before {
    display: inline-block;
    content: "";
    margin-top: 6px;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    border-radius: 20px;
    background-color: #3ca4d2;
}

/*voice*/
.voice_base{
  background: #f8f2ed;
  display: flex;
  border-radius: 10px;
  margin: 10px auto 20px;
  padding: 10px 10px 0px 0px;
  align-items: center;
}
.voice_image{
 width: 352px;
 margin-right: 10px;
}
.voice_txt{
  text-align: left;
  width: 70%;
}
.voice_txt h3{
  font-size: 27px;
  font-weight: bold;
  color: #002153;border-bottom: 3px solid;
  padding-bottom: 10px;
  margin-top: 10px;

}
/*table*/
.seminar_table{
  border: none; 
font-size: 20px;
}

.seminar_table th{
   border: 3px solid #fff;
   background: #dfe0e0;
  width: 20%;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 22px;
  }
  .seminar_table th span{
    font-weight: normal;
    font-size: 14px;

  }
.seminar_table td{
  border: 3px solid #fff;
  background: #eeefef;
  font-weight: bold;
  padding: 15px 20px;
  }
  .seminar_table td strong{
    color: #ff0000;
    font-size: 24px;
  }
  .seminar_table td span{
       font-size: 16px;

  }

/*dl*/
.seminar_dl{
  font-size: 21px;
  margin-bottom: 10px;
}
.seminar_dl dt{
  border: 3px solid #fff;
  background: #dfe0e0;
 width: 50%;
 font-weight: bold;
 padding: 15px 20px;
 text-align: left;
 }
.seminar_dl dd{
 border: 3px solid #fff;
 background: #eeefef;
 font-weight: bold;
 padding: 15px 20px;
 text-align: left;
 }

 .txt_02{
   font-weight: bold;
   font-size: 24px;
   padding: 10px 0px;
   text-align: left;
 }

.dl_h5{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dl_list{
  text-align: left;
  list-style: disc;
  font-weight: bold;
  margin:0px 10px 30px 30px;
}


/* 2column*/

.box_2column{
  display: flex;
  text-align: left;
}

.box_2column p{
  margin-right: 20px;
}

.prf{
  margin-left: 20px;
}

.prf h3{
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px solid #002153;
  padding-bottom: 10px;
  line-height: 32px;
}

.prf h3 span{
  font-weight: normal;
  font-size: 18px;
}

/* form*/
.base_navy {
  justify-content: center;
  background-color: #002153;
  margin: 50px auto 30px;
  color: #fff;
  display: flex;
  font-weight: bold;
  padding: 30px 10px;
  text-align: center;
  align-items: center;
}
.base_navy h3 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  padding: 0px 35px 0px 50px;
  text-align: center;
  background: url("/wp-content/themes/techo-web/images/seminar_lp/seminar_lp_form.png") no-repeat 0px 0px;
}

.form_01{
  align-items: center;
  display: flex;
  font-size: 24px;
  background: #ec5f67;
  padding: 5px 20px;
  margin-right: 15px;
}
.form_02 {
  padding: 5px 10px;
  align-items: center;
  display: flex;
  font-size: 24px;
  background: #b68fbc;
}  

/* formSampleUL*/
.seminar_lp_form_ul{
  text-align: left;
  margin: 5px 0px 10px;
}
.seminar_lp_form_ul li{
  background-color:#e6e6e6 ;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 5px;
}

/* 強調テキスト*/
/*h4*/
.typeB {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  font-size: 36px;
  color: #002153;
  font-weight: bold;
  line-height: 42px;
  margin-top: 50px;
}
.typeB:before, .typeB:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 64px;
  height: 4px;
  background-color: #000;
 /* -webkit-transform: rotate(-60deg);*/
 
}
.typeB:before {
  left:0;
  transform: rotate(-120deg);
}
.typeB:after {
  right: 0;
  transform: rotate(-60deg);
}

.typeB:before, .typeB:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 84px;
  height: 4px;
  background-color: #002153;
 /* -webkit-transform: rotate(-60deg);*/
 
}
.typeB:before {
  left:0;
  transform: rotate(-120deg);
}
.typeB:after {
  right: 0;
  transform: rotate(-60deg);
}
.base_skyblue .typeB {
  margin-top: 20px;
}
.seminar_lp_box .c-basic_form{
  text-align: left;
}
.basic_btn__orange {
  border: none;
  padding: 15px 160px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #ff9900;
  font-weight: bold;
  text-shadow: none;
  font-size: 27px;
}
/*追加****************************************/
/*20220908add****************************************/
h2.seminar_h2 {
  font-size: 42px;
  line-height: 66px;
  color:#002153;
  font-weight: normal;
  padding: 0px 5px 10px;
  border-bottom: 5px solid #002153;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 40px;
 }
 .top_txt {
  font-size: 21px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 60px;
 }
 .list_checkbox li {
  border-bottom: 3px solid #3ca4d2;
  font-size: 27px;
  background: url("/wp-content/themes/techo-web/images/seminar_lp/seminar_lp_checkbox.webp") no-repeat 0px 7px;
  padding: 0px 5px 15px 55px;
  margin-bottom: 25px;
  line-height: 42px;
 }
 h3.guest{
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
 }
 .intv_link {
  text-align: left;
  background:#e4e4e4;
  margin: 20px auto 60px;
  padding: 20px 30px;
 }
 .intv_link a:before {
  font-family:'Font Awesome 5 Free';
  font-weight: 900;
  content:"\f101";
  padding-right: 5px;
 }
 .intv_link p{
 font-weight: bold;
 font-size: 21px;
 }
 .box_2column {
  display: flex;
  text-align: left;
  align-items: flex-start;
 }
 p.p1 {
  text-align: left;
  margin:-20px auto 10px;
 }
 .margin-right{
  margin-right: 20px;
 }
 .dl_h5 {
  margin-bottom: 30px;
 }
 /*20220914add****************************************/
 .f34{
  font-size: 34px;
 }
 .f34b{
  font-size: 34px;
 }
 /*20220921add****************************************/
 header p{
 background: #eee;
 padding: 2px 5px;
 font-weight: bold;
 text-align: left;
 margin: 10px auto 20px;
 }
 .width70{
  width: 70%;
 }
 .p_dashed {
     border: 1px dashed;
     border-radius: 20px;
     padding: 10px;
     text-align: left;
     margin: -40px auto 60px;
 }

 /*20221207add****************************************/
p.p2 {
  text-align: left;
  margin: 0px auto 20px;
  font-weight: bold;
  font-size: 21px;
}
.voice_box {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
  font-weight: bold;
}
.voice_box div {
  background: #eee;
  padding: 20px 20px 0px;
  width: 49%;
  margin-bottom: 20px;
}
.voice_box h3 {
  color: #fff;
  text-align: left;
  font-size: 23px;
  padding: 10px 5px 10px 60px;
  border-radius: 10px;
  background: #00b6ef url("https://sogyotecho.jp/wp-content/uploads/2022/12/icon_voice.png.webp") no-repeat 8px 8px;
}
.voice_box h4 {
  text-align: right;
}
.sns_h3 {
  background: #00a5d5;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  width: 60%;
  margin: 80px auto 20px;
}
.sns_wrap {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  border: 8px solid #00a5d5;
  border-radius: 20px;
  margin: -60px auto 80px;
  padding: 60px 10px 10px;
}
.sns_wrap p {}
.sns_wrap p span {
  background: #002153;
  color: #fff;
  margin: 0px 10px;
}
.sns_wrap table {
  margin: 0px auto;
  text-align: center;
}
.sns_wrap table th {
  background: #fff;
  border: none;
}
.sns_wrap table td {
  border: none;
  padding: 5px 20px;
}
.typeC {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 10px;
}
.typeC:before, .typeC:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #414549;
}
.typeC:before {
  left: 0;
  transform: rotate(-120deg);
}
.typeC:after {
  right: 0;
  transform: rotate(-60deg);
}
.seminar_dl {
  font-size: 21px;
  margin-bottom: 10px;
  background: #dfe0e0;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
}

/*20240403****************************************/
.info01_base {
  background: #f8efe7;
  border-radius: 0 0 20px 20px;
}
.info01_h3 {
  background: #00ce08;
  padding: 10px 5px 5px;
  margin: 0px;
  border-radius: 20px 20px 0 0;
}
.info01_h3 h3 {
  color: #ffff00;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding: 0px 40px 0px 50px;
}
.info01_h3 h3:before, .info01_h3 h3::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #ffff00;
}
.info01_h3 h3:before {
left: 0;
  transform: rotate(-120deg);
}
.info01_h3 h3:after {
  right: 0;
  transform: rotate(-60deg);
}
.f18_p {
  padding: 15px 30px 15px;
  text-align: left;
  font-size: 32px;
  line-height: 34px;
  color: #002978;
  font-weight: bold;
  text-align: center;
}
.c-2col__right p {
  text-align: left;
}

/*バナーグリーン****************************************/
.c-lp_add_btn__link {
  background-color: #32cd32;
}
.c-lp_add_btn__link:hover {
  background-color: #fff;
  border: 1px solid #32cd32;
  color: #32cd32;
}
/* リストのインデント**/
.list_circle li {
  line-height: 1.3;
  padding-left: 1rem;
  text-indent: -1rem;
}

/*レスポンシブ****************************************/
 /* ipad*/
 @media screen and (max-width:1024px) {
  .icon_wrap{
    width: 95%;
  }
 
.box_2column {
  align-items: flex-start;
}
}
@media screen and (max-width:730px) {
  .c-lp_add_btn__link {
    padding: 15px 30px;
    margin: 0px 10px;
}
.c-lp_add_btn {
  margin-top: -40px;
}
#seminar_lp h2 {
  line-height: 24px;
}

.base_skyblue .typeB {
  margin-top: 40px;
  font-size: 23px;
  line-height: 32px;
  padding: 0 75px;
}
.font24 {
  font-size: 21px;
  margin: 0px;
  text-align: center;
  line-height: 21px;
}
.icon {
   left: 10px;
  width: 70px;
}
.icon2 {
  right: 10px;
  width: 70px;
}

#seminar_lp h2.seminar_h2 {
  background-size: 50px;
  line-height: 24px;
  padding-left: 60px;
background-position-y:15px ;
margin-bottom: 20px;
}
#seminar_lp h2.heading_blue {
margin: 40px auto 20px;
padding-left: 20px;
width: 96%;
}
.list_checkbox li {
   font-size: 21px;
   padding: 0px 5px 15px 35px;
  background-size: 30px;
  margin-bottom: 15px;
}
.list_circle li {
  line-height: 32px;
  font-size: 21px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 15px;
  padding-left:1em;
	text-indent:-1em;
}
.seminar_table th {
  width: 26%;
  font-size: 18px;
  padding: 6px;
}
.seminar_table th span {
  font-size: 12px;
  line-height: 16px;
}
.seminar_table td {
  padding: 10px;
  font-size: 16px;
  line-height: 21px;
}
.seminar_table td strong {
  font-size: 21px;
}
.seminar_table td span {
  font-size: 14px;
  line-height: 16px;
}

.seminar_dl {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background: #eeefef;
}
.seminar_dl dt {
  border: 1px solid #fff;
  width: 45%;
  padding: 10px;
  border: none;
  border-right: 3px solid #fff;
}
.seminar_dl dd {
  padding: 10px;
  width: 55%;
  border: none;
  margin-left: 0px;
}
.txt_02 {
  font-size: 21px;
  line-height: 28px;

}
.box_2column {
  display: block;
  text-align: center
}
.box_2column img{
  width: 50%;
  margin: 0px auto;
}
#seminar_lp h3 {
  font-size: 20px;
  line-height: 27px;
  padding: 5px 0px 10px;
  text-align: left;
}
.prf {
  margin: 0px 10px;
}
.box_2column p {
  text-align: left;
  margin: 0px 0px 10px;
}
.base_navy {
  flex-wrap: wrap;

}
#seminar_lp .base_navy h3 {
   padding: 5px 0 20px 50px;
  font-size: 27px;
}
.form_01 {
  margin-right: 5px;
}
#seminar_lp h2 {
  width: 100%;
}
.mbAdjust:before, .mbAdjust:after {
   top: 40%;
   width: 44px;
 }
 .voice_base {
  display: block;
  padding: 10px 10px 0px 0px;
}
.voice_txt {
  width: 100%;
padding-left: 10px;
}
.voice_base h3 {
  margin: 10px;
}
.voice_txt p {
  padding: 0px 10px 20px;
}
.list4points ul {
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.list4points ul li {
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 36px;
}
.point01 {
  width: 40%;
  background-position: 8px 8px;
}
.point02 {
  width: 30%;
  background-position: 8px 8px;
}
.point03 {
  background-position: 8px 8px;
}
.list4points ul li.point04 {
  background-position: 8px 8px;
  margin-right: 0px;
}
.seminar_lp_form_ul {
  width: 96%;
}
  .basic_btn__orange {
    padding: 15px 30px;
    width: 100%;
}
/*20220912****************************************/
.top_txt {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 60px;
 }
 .list_checkbox li {
  line-height: 32px;
 }
 .f34 {
  font-size: 14px;
 }
 .f34b {
  font-size: 24px;
 }
 .width70{
  width: 100%;
 }
 /*20221208****************************************/
.intv_link {
  padding: 20px 10px;
}
#seminar_lp h3.sns_h3 {
 width: 85%;
 text-align: center;
padding:10px;
}
.sns_wrap {
 font-size: 20px;
 line-height: 32px;
 border: 5px solid #00a5d5;
 margin: -70px auto 80px;
}
.sns_wrap table td {
 padding: 5px 10px;
}
p.p2 {
 font-size: 18px;
 line-height: 23px;
}
.voice_box {
 display: block;
}
.voice_box div {
 padding: 20px 10px 5px;
 width: 100%;
}
#seminar_lp .voice_box h3 {
 font-size: 19px;
 line-height: 27px;
 padding: 5px 0px 5px 35px;
 width: 90%;
 background-size: 23px;
}

#seminar_lp h2.pc_ico {
  background-size: 50px;
  line-height: 24px;
  padding-left: 60px;
  background-position-y: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  padding: 10px 0 10 60px;
}
.default_page_title:before {
   background: none;
}
.default_page_title:after {
  background: none;
}
.seminar_lp_box {
  padding: 0 0px 0;
}
#seminar_lp h2.seminar_h2 {
  padding-left: 0px;
}
.mbLP{
  padding: 0px 10px;
}

#seminar_lp .info01_h3 h3 {
  padding: 10px 40px 5px;
}
.f18_p {
  font-size: 24px;
  padding: 15px 10px 15px;
}
.btn_green {
  width: 85%;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 4rem;
}
.dotted_dl {
  margin: 3rem auto;
  display: block;
  background: #fff;
}
.dotted_dl dt {
  font-size: 1.2rem;
  width: 100%;
  padding: 5px 0;
}
.dotted_dl dd {
  width: 94%;
  background: #fff;
  padding:10px 10px 0px;
  margin: 0;
  text-align: left;
}
#seminar_lp .dotted_dl dd h3 {
  font-size: 1rem;
}
.c-2col__left img {
  width: 70%;
}

.c-lp_form_area__wrapinner {
  border: none;
  padding: 0;
}
.page-main_title {
  font-size: 1rem;
  padding: 3px;
  line-height: 1.5;
  font-weight: 600;
}
/*ボタングリーン改訂版****/
.btn_green2 {
  width: auto;
  margin: 2rem 0.5rem;
}
.btn_green2 a {
  font-size: 1.3rem;
  padding: 15px 0;
  width: auto;
}

.list_checkbox2 li {
  font-size: 21px;
  padding: 0px 5px 15px 35px;
  background-size: 30px;
  margin-bottom: 15px;
  line-height: 32px;
}

}

