
/*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 #3ca4d2;
  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 50px 0;
}

/*補助金マッチ新規スタイル****************************************/

.arrow {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 420px;
  height: 84px;
}
.arrow::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 297px;
  background: linear-gradient(135deg, #ffffff, #ffffff, #3ca4d2);
  top: -150px;
  left: 60px;
  transform: scaleY(.4)
               rotate(45deg);
}

.box_f2 {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
  font-weight: bold;
}
.box_f2 div {
  padding: 20px 20px 0px;
  width: 49%;
  margin-bottom: 20px;

}

.box_f2 h3{
  color: #002153;
  border-bottom: 3px solid #3ca4d2;
  text-align: center;
  font-size: 32px;
  line-height: 46px;
}

.box_f2 p{
  font-weight: normal;
  font-size: 18px;
}

.p_navy{
  color: #002153;
  text-align: left;
  font-size: 21px;
  line-height: 32px;
  margin-top: 20px;
}

.txt_01 {
  font-size: 21px;
  line-height: 36px;
  text-align: left;
}

.txt_03 {
  font-size: 27px;
  line-height: 46px;
  margin-top: 30px;
}

/******/
.title_yellow,.title_navy,.title_green {
  font-weight: 700;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  padding:50px 0px ;
  margin-top: 30px;
}
.title_yellow {
  background-color: #f8e030;
}
.title_navy {
  background-color: #002153;
}
.title_green {
  background-color: #13b5b1;
}
.title_yellow h2, .title_navy h2, .title_green h2{
  margin: 0px;
  padding: 0px;
}
.title_yellow h2{
  color: #002153;
}
.title_navy h2, .title_green h2 {
  color: #fff;
}
/******/

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;
}
.p-sogyotecho_inquiry_qa {
  margin-top: 50px;
}

/*hojyokin_live 230206***************************************************************************/
.top_txt2{
  font-size: 32px;
  line-height: 52px;
  font-weight: bold;
  text-align: left;
  margin: 50px auto;
}

.typeC {
  position: relative;
  display: inline-block;
  padding: 0 120px;
  font-size: 52px;
  line-height: 62px;
  color: #002153;
  font-weight: bold;
  margin-top: 50px;
}
.typeC:before, .typeC:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 140px;
  height: 4px;
  background-color: #002153;
 /* -webkit-transform: rotate(-60deg);*/
 
}
.typeC:before {
  left:0;
  transform: rotate(-120deg);
}
.typeC:after {
  right: 0;
  transform: rotate(-60deg);
}
.info01_base{
 background: #f8efe7; 
 border-radius: 0px 0px 20px  20px ;
}
.info01_h3 {
  background: #0000ff;
  padding: 10px 5px 5px;
  margin: 0px;
  border-radius: 20px 20px 0 0;
}
.info01_h3 h3 {
  color: #fff;
  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: #fff
}
.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: 18px;
  line-height: 34px;
}
 /* cont01~08*/
 .content_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto -20px;
}
.content_box div {
  margin-bottom: 20px;
}

 /*sankaku*/
.hojyo_sankaku {
  margin: 40px auto -40px;
}

/*記事*******************************************************/
.swiper-slide {
 text-align: left;
  margin:0px 5px 10px;
  width: 24%;
}
.article_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*20230412*******************************************************/
.border_h2 {
  color: #0036a1;
  margin: 4rem 0 1rem;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 5px;
}
.border_h2 span{
  font-size: 1.6rem;
}
.txt_em {
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 2rem;
}

 /*230515画像折り返し*/
 .flex3col{
  margin: 5rem auto;
}

.flex3col .content_box{
  margin-bottom: 3rem;
}

.flex3col .content_box img{
  width: 33%;
}


/*レスポンシブ************************************************************************************************/
 /* 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%;
}
.content_box {
  display: block;

}

}

@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_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.seminar_h2 {
  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.f50_h2 {
  font-size: 42px;
  line-height: 66px;
  color: #002153;
  font-weight: normal;
  padding: 0px 5px 10px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 40px;
}
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;
  margin-top:40px;
  }
  .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: 42px;
  color: #002153;
  font-weight: bold;
  line-height: 42px;
  margin-top: 50px;
}
.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;
}

 /* ipad*/
 @media screen and (max-width:1024px) {
  .icon_wrap{
    width: 95%;
  }
  .icon_wrap img {
    width: 100px;
}
 
.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 60px;
}
.font24 {
  font-size: 18px;
  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%;
}
/*補助金マッチ新規スタイル****************************************/
p.p2 {
  font-size: 18px;
  line-height: 23px;
}
.voice_box {
  display: block;
}
.voice_box div {
  padding: 20px 10px 5px;
  width: 100%;
}
.info01_h3 {
  padding: 10px 0px 5px;
}
#seminar_lp h3 {
  padding: 5px 30px 10px;
  font-size: 22px;
}
#seminar_lp .voice_box h3 {
  font-size: 19px;
  line-height: 27px;
  padding: 5px 0px 5px 35px;
  width: 90%;
  background-size: 23px;
}
.main-container, .c-lp__block__wrap {
  padding: 0px 5px;
}

.title_yellow,.title_navy,.title_green {
  font-size: 20px;
  line-height: 160%;
  padding:20px 0px ;
}
.box_f2 {
   display: block;
}
.box_f2 div {
  padding: 20px 0px 0px;
  width: 100%;
}
#seminar_lp .box_f2 h3 {
  text-align: center;
}
#seminar_lp h2 {
  width: 100%;
  font-size: 28px;
  line-height: 36px;
}
#seminar_lp  h2.typeC {
  font-size: 26px;
  line-height: 36px;
}
.top_txt2 {
  font-size: 24px;
  line-height: 38px;
  margin: 30px auto;
}
#seminar_lp h2.heading_blue {
  margin: 40px auto 20px;
  padding: 5px 5px 5px 20px;
  width: 96%;
  font-size: 20px;
}
.f18_p {
  padding: 15px 15px 15px;
  font-size: 16px;
  line-height: 30px;
}
.content_box div {
  margin-bottom: 10px;
}
#seminar_lp .prf h3 {
  padding: 5px 0px 10px;
}
.icon_wrap img {
  width: 70px;
}
.article_wrap {
  justify-content: center;
}
.swiper-slide {
  width: 47%;
}
.sp-slide-excerpt {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
#seminar_lp h2.border_h2 {
  font-size: 1.7em;
  line-height: 1.4;
}
#seminar_lp h2.border_h2 span{
  font-size: 1.3rem;
}
.txt_em {
  font-size: 1.4em;
}
.flex3col .content_box img{
  width: 100%;
}
.typeB:before {
  left:0;
  transform: rotate(-110deg);
}
.typeB:after {
  right: 0;
  transform: rotate(-70deg);
}


}