@charset "shift-jis";
/* ==========================================================================
「コースを探す」ページ共通css
========================================================================== */

/* common */
.ct {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

html {
  font-size: 11px;
  color: #333; }
body{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
  line-height: 1;
}

/*a { color: #666;}*/
a[href^="tel:"] { pointer-events: none;}

p { margin-bottom: 1em; }

button{
  border: 0;
  background: none;
  padding: 0;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.br_pc:before {
  content: "\A" ;
  white-space: pre ;
}

.br_tab:before,
.br_sp:before {
  content: none;
}

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}

.bg-beige {
  background: #f3f3f2; }
.bg-d-blue {
  background: #1c236d; }

#page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  overflow: hidden; }

.txt_s{ font-size: .8em;}
.txt_l{ font-size: 1.3em;}

.text_red{ color: #e60012;}
.text_orange{ color: #EA5520;}
.text_purple{ color: #1c236d;}
.border_red_double{
  border-bottom: 4px double #e60012;
  padding-bottom: 2px;
}

.va_bottom{ vertical-align: bottom;}

.caution{
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}

.flex{
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

a.btn01 {
  text-align: center;
  background: #EA5621;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  width: 100%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  padding: 12px 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
a.btn01::after {
  content: '';
  padding: 9px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}
a.btn02{
  display: block;
  background: #1c236d;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  position: relative;
}
a.btn02:after {
  content: "";
  background: url(../../guidance/images/common/arrow.svg) right center/25px no-repeat;
  padding: 13px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 599px) {
  a.btn01 {
    font-size: 16px;
  }
}

/* 動画埋め込みレスポンシブ対応 */
.video_wrap{
  max-width: 780px;
  margin:0 auto 60px;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#header {
  height: 0px; }

main {
  margin-top: 0; }

section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0; }
section article,
section .inner,
.tab_content > section > *{
  width: 100%;
  max-width: 1000px;
  padding: 65px 0;
  margin: 0 auto; }
section h2 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7; }
section h2:not(.bd_none)::after {
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 100px;
  margin: 20px auto 65px; }
section h3 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 55px;
}
section h4 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7; }
section p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  /*letter-spacing: .05em;*/ }
section p.lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

#bread {
  width: 100%;
  max-width: 1000px;
  padding: 10px 50px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
}
#bread a{ text-decoration: none;}
#bread a:after {
  content: ">";
  margin: 0 .5em; }


/* ----- .mv ----- */
#intro .mv {
  width: 100%;
/*    max-width: 1000px;*/
/*    height: 440px;*/
  margin: 0 auto;
  background: url(/img2016/course/mv.jpg) bottom -100px center/cover no-repeat;
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
}
#intro .mv h1 {
  font-size: 35px;
  font-size: 3.5rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: .15em;
  padding-bottom: 60px;
}
#intro .mv h1::after {
  display: none; }
#intro .mv p {
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  letter-spacing: .2em; }

.tab-wrap.top {
  background: #f3f3f2;
  padding-top: 30px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.tab-wrap.bottom {
  border-top-width: 2px;
  border-top-style: solid;
  padding-bottom: 57px;
}
.tab-wrap.list {
  border-color: #1c2569;
}
.tab-wrap.category {
  border-color: #165e86;
}
.tab-wrap.casebox {
  border-color: #84b9cb;
}
.tab-wrap.schedule {
  border-color: #1c89a7;
}
.tab-wrap ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tab-wrap.top ul {
  align-items: flex-end;
}
.tab-wrap.bottom ul {
  align-items: flex-start;
}
.tab-wrap .item{
  text-align: center;
  box-sizing: border-box;
  width: 24%;
  font-size: 20px;
  line-height: 1.5;
  border-width: 2px;
  border-style: solid;
}
.tab-wrap.top .item {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.tab-wrap.bottom .item {
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.tab-wrap .item.on{
  padding: 35px 10px;
  position: relative;
}
.tab-wrap.top .item.on{
  bottom: -2px;
}
.tab-wrap.bottom .item.on{
  bottom: 2px;
}
.tab-wrap .item a{
  display: block;
  text-decoration: none;
  padding: 22px 10px;
  color: #ffffff;
}
.tab-wrap .item.list.on{
  color: #1c2569;
  background-color: #fff;
}
.tab-wrap .item.category.on{
  color: #165e86;
  background-color: #fff;
}
.tab-wrap .item.casebox.on{
  color: #84b9cb;
  background-color: #fff;
}
.tab-wrap .item.schedule.on{
  color: #1c89a7;
  background-color: #fff;
}
.tab-wrap .item.list {
  background-color: #1c2569;
  border-color: #1c2569;
}
.tab-wrap .item.category {
  background-color: #165e86;
  border-color: #165e86;
}
.tab-wrap .item.casebox {
  background-color: #84b9cb;
  border-color: #84b9cb;
}
.tab-wrap .item.schedule {
  background-color: #1c89a7;
  border-color: #1c89a7;
}
.tab-wrap .item:not(.on):hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .tab-wrap ul { width: 98%;}
  .tab-wrap .item.on::after {
    position: absolute;
    left: calc(50% - 8px);
    bottom: -23px;
  }
}
@media screen and (max-width: 599px) {
  .tab-wrap .item {
    width: 24.5%;
    font-size: 13px;
  }
  .tab-wrap.top .item {
    border-radius: 5px 5px 0 0;
  }
  .tab-wrap .item.on{
    padding: 12px 3px;
  }
  .tab-wrap .item a{
    padding: 3px;
  }
  .tab-wrap .item.casebox {
    letter-spacing: -.05em;
  }
}

/* 1025px以上のモニター */
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important; }

  .tab {
    display: none; }

  .sp {
    display: none; }
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc {
    display: none; }

  .tab {
    display: block !important; }

  .sp {
    display: none; }

  .br_tab:before {
    content: "\A" ;
    white-space: pre ;
  }

  .br_pc:before,
  .br_sp:before {
    content: none;
  }

  #intro .mv {
    background: url(/img2016/course/mv.jpg) right bottom -70px /cover no-repeat;
/*        height: 285px;
    padding-top: 120px;*/
  }
}

/* 1024px以下のモニター */
@media screen and (max-width: 1024px) {
  #header {
    height: 0px; }

  main {
    margin-top: 90px; }

  section article,
  section .inner,
  .tab_content > section > *{
    padding: 65px 10%;
    box-sizing: border-box;}

}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
  .pc {
    display: none; }

  .tab {
    display: none; }

  .sp {
    display: block !important; }

  html {
    font-size: 8px; }

  a[href^="tel:"] {
    pointer-events: visible; }

  section article,
  section .inner,
  .tab_content > section > *{
    padding: 30px 5%;
    box-sizing: border-box;
  }
  section h2 {
    font-size: 20px;}
  section h2:not(.bd_none)::after {
    width: 50px;
    margin: 10px auto 30px; }
  section h3 {
    font-size: 20px;
    font-size: 2.1rem; }
  section h4 {
    font-size: 15px;
    font-size: 1.5rem; }
  section p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5; }
  section p.lead {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;}

  a.btn02{ font-size: 16px;}
  a.btn02:after {
    background: url(/guidance/images/common/arrow.svg) right center/20px no-repeat;
    right: 10px;
  }

  .br_pc:before,
  .br_tab:before{
    content: none;
  }

  .br_sp:before {
    content: "\A" ;
    white-space: pre ;
  }

  .p0_sp{ padding: 0 !important;}

  .caution{ font-size: 12px;}

  #bread {
    display: none; }

  main{ margin-top: 87px;}

  #intro .mv{
/*        height: 185px;*/
    padding-top: 15.6%;
    background: url(/img2016/course/mv.jpg) center top/cover no-repeat;
  }
  #intro .mv h1{
    font-size: 22px;
    padding-bottom: 15.6%;
  }
  #intro .mv p{
    font-size: 13px;
    margin-top: 10px;
  }

  #intro #nav_guidance ol{
    padding: 0;
    flex-wrap: wrap;
  }
  #intro #nav_guidance li{
    border-bottom: 1px solid #fff;
    flex-grow: 1;
    padding: 0;
    font-size: 12px;
  }
  #intro #nav_guidance li a{
    padding: 12px 5px;
    display: block;
  }

  #intro #nav_guidance li:first-child,
  #intro #nav_guidance li:nth-child(2){ width: 49%;}

  #intro #nav_guidance li:first-child,
  #intro #nav_guidance li:nth-child(3){ border-left: none;}
  #intro #nav_guidance li:last-child{ border-right: none;}

  #intro #nav_guidance li.on::after,
  #intro #nav_guidance li:hover::after{ content: none;}

}



/* -------------------
#intro #school_nav
-------------------*/
#intro::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 177, 241, .5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#intro .mv h1 {
  position: relative;
  z-index: 2;
}

#school_nav {
  box-sizing: border-box;
  background: rgba(0, 177, 241, .5);
  padding: 25px;
  width: 100%;
  position: relative;
  z-index: 2;
}
#school_nav .school_nav_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  text-align: left;
  box-sizing: border-box;
}
#school_nav .school_nav_inner a {
  color:#ffffff;
  font-size:13.4px;
  text-decoration:none;
  background-image:url(/img2016/common/icn_whitearrow.png);
  background-size:16px auto;
  background-repeat:no-repeat;
  background-position:left center;
  border-bottom:solid 1px #72cdf0;
  display:block;
  padding:9px 0 9px 23px;
  margin-top:4px;
  position:relative;
  top:auto;
  left:auto;
}
#school_nav .school_nav_inner li:last-child a{ border-bottom:none;}
#school_nav .school_nav_inner h4 a {
  position:absolute;
  right:0;
  border-bottom:0 !important;
  background-position:right center;
  top:0px;
  padding:2px 20px 0 0;
  margin:0;
}
.tab3_box:first-of-type{
  float: left;
  width: 77.5%;
}
.tab3_box:last-of-type{
  float: right;
  width: 18%;
}
#school_nav .school_nav_inner .tab3_box dt{
  font-size: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
#school_nav .school_nav_inner .tab3_box dd{ line-height: 1;}
#school_nav .school_nav_inner .tab3_box:first-of-type dd > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#school_nav .school_nav_inner .tab3_box li.btns{ width: 22%;}
#school_nav .school_nav_inner .tab3_box li.btns p{
  margin: 0;
  letter-spacing: 0;
}
#school_nav .school_nav_inner .tab3_box li.btns a{
  background: none;
  padding: 0;
  border-bottom: 0;
  margin-top: 0;
}
#school_nav .school_nav_inner .tab3_box li.btns img{ width: 100%;}
#school_nav .school_nav_inner .tab3_box li.btns .box{ margin-bottom: 1em;}
#school_nav .school_nav_inner .tab3_box li.btns .box a{
  border: 1px solid;
  padding: .5em .5em .8em;
  position: relative;
  text-align: center;
  font-size: .65em;
}
#school_nav .school_nav_inner .tab3_box li.btns .box a::after{
  content: "";
  padding: .75em;
  background: url(/img2016/common/arw_btn_course.svg) center center/contain no-repeat;
  position: absolute;
  bottom: -.75em;
  left: 0;
  right: 0;
}
#school_nav .school_nav_inner .tab3_box li.btns .box:first-of-type a{ padding-top: 1.5em;}
#school_nav .school_nav_inner .tab3_box li.btns .box:nth-of-type(2) a{ padding-top: 1em;}

#school_nav .school_nav_inner .tab3_box li.btns .box a > span{ display: block;}
#school_nav .school_nav_inner .tab3_box li.btns .box .icn_free{
  width: 2.5em;
  height: 2.5em;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: .25em;
  top: .25em;
  font-size: .8em;
}
#school_nav .school_nav_inner .tab3_box li.btns .box .school_name.txt{
  font-size: 1.3em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 2;
  margin: .5em 0 .25em;
}
#school_nav .school_nav_inner .tab3_box li.btns .box .school_name img{ width: 75%;}


#school_nav .school_nav_inner .tab3_box dd h4{
  font-size: 16px;
  font-weight: normal;
  /*    background: #fff;*/
  text-align: center;
  color: #fff;
  padding: 5px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
  font-weight: bold;
}
#school_nav .school_nav_inner .tab3_box li ul li a,
#school_nav .school_nav_inner .tab3_box:last-of-type li a{
  background-image: none;
  border-bottom: 0;
  /*    padding-left: 0;*/
  padding: 8px 0 6px 5px;
}
#school_nav .school_nav_inner .tab3_box li a:hover{ opacity: .75;}
#school_nav .school_nav_inner .tab3_box li ul li a::before,
#school_nav .school_nav_inner .tab3_box:last-of-type li a::before{
  content: '\02022';
  padding-right: 10px;
}
#school_nav .school_nav_inner .tab3_box dd p.more_link{ margin: 0;}
#school_nav .school_nav_inner .tab3_box dd p.more_link a{
  border-bottom: none;
  text-align: left;
  letter-spacing: 0;
}
#school_nav .school_nav_inner .tab3_box:last-of-type dd ul{ margin-top: 48px;}
@media screen and (max-width: 599px) {
  #school_nav {
    display: none;
    background: rgba(0, 177, 241, 1);
  }
  #school_nav .tab3_box:first-of-type,
  #school_nav .tab3_box:last-of-type{
    float: none;
    width: 100%;
  }
  #school_nav .school_nav_inner .tab3_box dt{ text-align: center;}
  #school_nav .school_nav_inner .tab3_box li.btns {
    width: 75%;
    margin: 0 auto 30px;
  }
  #school_nav .school_nav_inner .tab3_box:first-of-type dd > ul > li{ margin-bottom: 30px;}
  #school_nav .school_nav_inner .tab3_box:first-of-type dd > ul > li:not(.btns){ width: 30%;}
  #school_nav .school_nav_inner .tab3_box:last-of-type dd ul{ margin-top: inherit;}
}

#school_nav .box_white{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
}
#school_nav .ttl_school_nav{
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #00afec;
  padding: 0 .5em;
  margin-bottom: 1em;
}
#school_nav .ttl_school_nav::after{ content: none;}

#school_nav .flex{ max-width: initial;}

#school_nav .list_mainschool{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  flex: 1 1 auto;
}
#school_nav .list_mainschool .link_txt{
  color: #00afec;
  font-size: 12px;
  letter-spacing: 0;
  margin: 1em auto 0;
}

#school_nav .list_more{
  flex: 1 1 200px;
  justify-content: center;
  align-content: space-between;
  align-items: flex-end;
  margin: 10px auto;
}
#school_nav .list_more > *{
  flex: 1 1 240px;
  text-align: left;
}
#school_nav .list_more a{
  font-size: 12px;
  color: #00afec;
  text-align: left;
  text-decoration: underline;
}

#school_nav .list_more .link_txt{ padding-left: 1em;}
#school_nav .list_more .link_txt a{
  text-indent: -1.2em;
  margin-left: -1.2em;
}
#school_nav .list_more .link_txt::before{
  content: "";
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #00afec;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
#school_nav .list_more .link_txt a::before{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  margin-right: .5em;
}

#school_nav .list_more .box a{
  display: block;
  color: #E16E4E;
  text-align: center;
  line-height: 1.6;
  text-decoration: none;
  border: 1px solid;
  padding: .5em .5em .8em;
  border-radius: 5px;
  position: relative;
}
#school_nav .list_more .box a::before{
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
#school_nav .list_more .box a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 2px);
  transform: translateX(-50%) rotate(45deg);
}

#school_nav .list_more .box a > span{ display: block;}
#school_nav .list_more .box .icn_free{
  width: 2.5em;
  height: 2.5em;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: .25em;
  top: .25em;
}
#school_nav .list_more .box .school_name.txt{
  font-size: 1.2em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: .5em 0;
}
#school_nav .list_more .box .school_name img{ width: 75%;}


/* 「何から学べばよいかわからない人へ」 */
article h3.type {
  background: #1c236d;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
}
article .content {
  border: 1px solid #1c236d;
  border-top: none;
  padding: 40px 50px 10px;
}

@media screen and (max-width: 599px) {
  article h3.type{
    font-size: 16px;
    letter-spacing: .08em;
  }
  article .content{ padding: 0 3%;}
}

/* .leaflet */
.leaflet{
  margin: 80px auto;
}
.leaflet *{
  text-align: center;
}
.leaflet .ttl{
  border: 0;
  color: #1c236d;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 1em;
  display: flex;
  align-items: center;
}
.leaflet .ttl > span{
  flex: 0 0 auto;
  max-width: 85%;
}
.leaflet .ttl::before,
.leaflet .ttl::after{
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #1c236d;
}
.leaflet .ttl::before{ margin-right: 0.5em;}
.leaflet .ttl::after{ margin-left: 0.5em;}
.leaflet .photo{
  max-width: 670px;
  margin: auto;
  text-align: left;
  position: relative;
}
.leaflet .photo .txt{
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 100%;
  color: #1c2569;
  font-size: 24px;
  font-weight: bold;
  outline: 2px dotted #33469B;
  outline-offset: -8px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 25px;
}
.leaflet .btn{
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  border: 2px solid;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  color: #1c236d;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.leaflet .btn:hover {
  text-decoration: none;
}
.leaflet .btn .icn_pdf,
.leaflet .btn .icn_dl {
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .leaflet{
    margin: 50px auto;
  }
  .leaflet .ttl{
    font-size: 20px;
  }
  .leaflet p{
    font-size: 14px;
  }
  .leaflet .photo{
    padding-bottom: 70px;
  }
  .leaflet .photo .txt{
    width: 136px;
    height: 136px;
    font-size: 16px;
    outline-offset: -5px;
    padding: 5px;
    bottom: 0;
  }
  .leaflet .btn {
    font-size: 14px;
    max-width: initial;
    padding: 10px;
  }
  .leaflet .btn  .icn_pdf > svg,
  .leaflet .btn  .icn_dl > svg {
    width: 1.5em;
  }
}

/* ------------------------------
webseminar_box
------------------------------ */
.webseminar_box {
  padding: 40px 5%;
  border: 15px solid #b4b9d9;
  box-sizing: border-box;
}
.webseminar_box * {
  box-sizing: border-box;
}
.webseminar_box h2 {
  margin-bottom: 0.7em;
  font-size: 30px;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.6;
}
.webseminar_box h2 .ttl_marker {
  background: linear-gradient(transparent 50%, rgba(234, 85, 32, 0.15) 50%);
}
.webseminar_box .txt_bold {
  font-weight: bold;
}
.webseminar_box .webseminar_box_lead {
  margin-bottom: 2.2em;
  font-size: 16px;
  text-align: left;
  letter-spacing: normal;
}
.webseminar_box .webseminar_box_lead .strong {
  color: #ea5520;
  font-size: 18px;
  font-weight: bold;
}
.webseminar_box .seminar_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 705px;
  margin: 0 auto;
}
.webseminar_box .seminar_list li {
  width: 30%;
}
.webseminar_box .seminar_list li:nth-child(n + 4) {
  margin-top: 25px;
}
.webseminar_box .seminar_list li img {
  width: 100%;
  height: auto;
}
.webseminar_box .btn_webseminar {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 1em 35px 1em 1em;
  background: linear-gradient(to right,  #ea5520 0%,#e3485c 40%);
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.webseminar_box .btn_webseminar::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.webseminar_box .btn_webseminar::after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.webseminar_box .btn_webseminar:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .webseminar_box {
    padding: 25px 4% 30px;
  }
  .webseminar_box h2 {
    font-size: 20px;
  }
  .webseminar_box .webseminar_box_lead {
    font-size: 14px;
  }
  .webseminar_box .webseminar_box_lead .strong {
    font-size: 16px;
  }
  .webseminar_box .seminar_list li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .webseminar_box .btn_webseminar {
    padding: 1.4em 25px 1.4em 1em;
    font-size: 14px;
  }
  .webseminar_box .btn_webseminar::before {
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .webseminar_box .btn_webseminar::after {
    right: 17px;
    width: 5px;
    height: 5px;
  }
}
