@charset "UTF-8";

/*
------------------------------------------------------------------------------------------------------------
共通部分CSS
------------------------------------------------------------------------------------------------------------
*/
body {
  background: #ededed;
  color: #878686;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", "sans-serif";
}

img {
  width: 100%;
  vertical-align: bottom;
}

.relative {
  position: relative;
}

h1 {
  color: #393939;
  font-size: 75px;
  line-height: 1.2;
  padding: 15px;
}

h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1.3;
  padding-top: 60px;
  padding-bottom: 40px;
}

.recommend h2 span {
  font-size: 24px;
  font-weight: 500;
}

.h2_size_24 {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 20px;
  color: #c8c8c8;
}

.h3 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #0a498c;
  line-height: 1.4;
  padding-top: 60px;
}

h4 {
  margin-top: 20px;
  margin-left: 45px;
  font-size: 24px;
  float: left;
}

.size_20 {
  font-size: 1.25rem;
  padding: 20px 80px 60px;
}

.sp-none {
  display: block !important;
  /*PC画面で表示*/
}

.sp_none {
  display: block !important;
  /*PC画面で表示*/
}

.pc-none {
  display: none !important;
  /*PC画面で非表示*/
}

.pc_none {
  display: none !important;
  /*PC画面で非表示*/
}
/*フォーム
---------------------------------------------------------------------------*/

.form{
  display: block;
  padding-bottom: 20px;
  text-align: center;
  font-family: '小塚ゴシック Pr6N';
}
input {
  font-size: 150%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #2387b3;
  height: 70px;
  width: 80%;
  margin: 10px 0 20px;
  padding-left: 20px;
}

.btn{
  background: url(../img/btn.png) center top no-repeat;
  width: 90%;
  height: 95px;
  border: none;
}

hr{
  color: #00364f;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.text-box {
  width: 90%;
  margin: 1em auto;
}

.countdown{
  padding: 30px 0px 15px;
}

.countdown p{
  color: #2387b3;
  font-family: '小塚ゴシック Pr6N';
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.countdown .timer{
  font-size: 34px;
}


.mail-text{
  color: #225a77;
  font-size: 24px;
  font-weight: 600;
}
.line{
  font-size: 24px;
  font-weight: 600;
  color: #2387b3;
}
.small{
  font-size: 20px;
}


@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
    /*SP画面で非表示*/
  }

  .sp_none {
    display: none !important;
    /*SP画面で非表示*/
  }

  .pc-none {
    display: block !important;
    /*SP画面で表示*/
  }

  .pc_none {
    display: block !important;
    /*SP画面で表示*/
  }
  .countdown p{
    color: #2387b3;
    font-family: '小塚ゴシック Pr6N';
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
  }
  .countdown .timer{
    font-size: 6vw;
  }
  
  
  .mail-text{
    color: #225a77;
    font-size: 5vw;
    font-weight: 600;
  }
  input {
    font-size: 4vw;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #2387b3;
    height: 7vh;
    width: 80%;
    margin: 10px 0 20px;
    padding-left: 20px;
  }
  .line{
    font-size: 4.2vw;
    font-weight: 600;
    color: #2387b3;
  }
}



/*
------------------------------------------------------------------------------------------------------------
表のCSS
------------------------------------------------------------------------------------------------------------
*/
table {
  width: 100%;
  font-size: 100%;
  border-spacing: 0;
}

td,
th {
  border: 1px solid #bbb;
  padding: 10px 20px 7px;
  line-height: 1.8;
  background: #fff;
}

th {
  width: 25%;
  background: #ddd;
  font-weight: normal;
}

.company_info {
  margin-top: 40px;
}

.company_info a {
  color: #0072bc;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.disclaimer {
  overflow-y: scroll;
  height: 100px;
  width: 70%;
  padding: 1em;
  font-size: 80%;
  color: #888;
  margin: 20px auto 0;
  text-align: left;
}



/*
------------------------------------------------------------------------------------------------------------
メニューCSS
------------------------------------------------------------------------------------------------------------
*/
nav {
  text-align: center;
  height: 84px;
  background-color: #393939;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
  display: inline-block;
  width: 30%;
  min-width: 90px;
  padding-top: 3%;
  padding-bottom: 3%;
}

nav li:not(:last-child) {
  border-right: 2px solid #292929;
}

nav a {
  text-decoration: none;
  font-size: 150%;
  color: #fff;
}

nav a:hover {
  color: #F7CB4D;
}



/*
------------------------------------------------------------------------------------------------------------
リンク（全般）設定のCSS
------------------------------------------------------------------------------------------------------------
*/
a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #006ddc;
}

a:hover img {
  position: relative;
  top: 3pt;
  left: 3pt;
}



/*
------------------------------------------------------------------------------------------------------------
コンテナー（HPを囲むブロック）のCSS
------------------------------------------------------------------------------------------------------------
*/

main{
  width: 750px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #f0ecfe, #e8f2fd);
}


/*
------------------------------------------------------------------------------------------------------------
FVのCSS
------------------------------------------------------------------------------------------------------------
*/
.fv-lead {
  height: 80px;
  margin-top: 10px;
  text-align: center;
  background-image: url(../images/fv_02.png);
  background-repeat: no-repeat;
}

.fv-lead__text {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #27476e;
  padding-top: 10px;
}



/*
------------------------------------------------------------------------------------------------------------
申し込み周りのCSS
------------------------------------------------------------------------------------------------------------
*/
.seminar2 {
  background-color: #eeeeee;
  text-align: center;
  padding-bottom: 50px;
}

.contents_2 {
  position: relative;
  padding: 20px 0;
}

.php {
  position: absolute;
  top: 120px;
  left: 55px;
  color: #112e5a;
  font-size: 230%;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.php_02 {
  position: absolute;
  top: 120px;
  left: 55px;
  color: #112e5a;
  font-size: 230%;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.main_btn {
  width: 90%;
}

.line_btn {
  margin-top: 50px;
  width: 55%;
}

.line_btn2 {
  margin-top: 50px;
  width: 70%;
}



.seireki {
  font-size: 80%;
  color: #112e5a;
}

.nen {
  font-size: 60%;
}

.btn {
  display: flex;
  justify-content: flex-end;
}

.sponsorship {
  color: #26466d;
  padding-bottom: 0;
}


/*
------------------------------------------------------------------------------------------------------------
こんな方へオススメのCSS
------------------------------------------------------------------------------------------------------------
*/
.recommend {
  height: auto;
  background-color: #EEEEEE;
}

.recommend__head {
  text-align: center;
}

.recommend__head img {
  width: 65%;
}

.recommend__main {
  width: 85%;
  display: block;
  margin: 0 auto;
}

.recommend__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recommend_img {
  width: 64px;
  height: auto;
}

.recommend__item {
  display: inline-block;
  width: 205px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  text-align: center;
  background-color: #fff;
  padding: 20px 10px;
}

.recommend p {
  padding-top: 20px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #336699;
}



/*
------------------------------------------------------------------------------------------------------------
本イベントで得られることのCSS
------------------------------------------------------------------------------------------------------------
*/


.topics_box {
  width: 660px;
  margin-left: 45px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.topics_box h3 {
  padding-top: 40px;
}

.topics_box p {
  font-size: 1.375rem;
  font-weight: 500;
  padding: 30px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.topics_box02 {
  width: 16px;
  height: 30px;
  background-color: #cbe0f5;
  margin: 0 auto;
}

.event_topics_img01,
.event_topics_img02,
.event_topics_img03,
.event_topics_img04,
.event_topics_img05 {
  margin-top: 30px;
}

.event_topics_img01 {
  width: 45%;
}

.event_topics_img02 {
  width: 55%;
}

.event_topics_img03 {
  width: 35%;
}

.event_topics_img04 {
  width: 55%;
}

.event_topics_img05 {
  width: 90%;
}



/*
------------------------------------------------------------------------------------------------------------
イベントの参加方法のCSS
------------------------------------------------------------------------------------------------------------
*/
.join {
  margin: 30px 6% 0 6%;
}

.join_box {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.join_box img {
  margin-top: 20px;
}

.join_box_img01 {
  width: 45%;
}

.join_box_img02 {
  width: 70%;
}

.join_box_img03 {
  width: 58%;
}

.join_box h3 {
  padding-top: 20px;
}

.join_box p {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.btn {
  margin: 60px auto;
  width: 70%;
}



/*
------------------------------------------------------------------------------------------------------------
本イベントは株式会社Live出版が主催していますのCSS
------------------------------------------------------------------------------------------------------------
*/
.company {
  margin: 120px 6% 0;
}

.company_box {
  width: 100%;
  height: 255px;
  border-radius: 5px;
  margin-top: 55px;
  padding-top: 25px;
  padding-left: 35px;
  background-color: #f6f5f3;
}

.size_30 {
  font-size: 1.875rem;
}

.size_30 span {
  vertical-align: middle;
  color: #6cd1c3;
}

.size_24 {
  font-size: 1.5rem;
}

.size_16 {
  padding-left: 20px;
}

hr {
  width: 350px;
  margin: 20px 0;
}

.absolute_img {
  position: absolute;
  margin-top: -170px;
  margin-left: 350px;
  width: 250px;
  height: 200px;
}

.map {
  margin-bottom: 40px;
}

.company_box2 {
  width: 100%;
  height: 255px;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 35px;
  background-color: #f6f5f3;
}

.company_box3 {
  width: 100%;
  height: 245px;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 35px;
  background-color: #f6f5f3;
}



/*
------------------------------------------------------------------------------------------------------------
イベント登壇者のCSS
------------------------------------------------------------------------------------------------------------
*/


.speaker_p {
  position: absolute;
  top: 55%;
  left: 60%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: right;
  font-family: "游明朝";
  line-height: 1.5;
}

.size_48 {
  font-size: 3rem;
}

.speaker_box {
  position: absolute;
  top: 75%;
  background-color: rgba(0, 0, 0, 0.5);
}

.speaker_box p {
  padding: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
}



/*
------------------------------------------------------------------------------------------------------------
イベント参加者の声のCSS
------------------------------------------------------------------------------------------------------------
*/
.voice_box {
  margin-bottom: 20px;
}

.voice_hr {
  margin: 0 45px;
  width: 660px;
}

.caution {
  margin: 20px 45px;
  text-align: right;
  color: #838383;
}

.date {
  margin-top: 20px;
  margin-right: 45px;
  text-align: right;
  font-size: 1.25rem;
  color: #838383;
}

.evaluation {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 45px;
  font-size: 1.25rem;
  text-align: left;
  color: #6cd1c3;
}

.voice_p {
  margin: 0 45px;
  font-size: 1.25rem;
  text-align: justify;
}



/*
------------------------------------------------------------------------------------------------------------
よくある質問のCSS
------------------------------------------------------------------------------------------------------------
*/
.question {
  margin: 120px 0;
}

.gray_bg {
  height: 100px;
  background: #eee;
}

.question img {
  margin-left: 45px;
  float: left;
  width: 55px;
}

.question_box {
  width: 600px;
  height: 140px;
  border-radius: 5px;
  margin-top: 35px;
  margin-right: 45px;
  margin-left: 110px;
  background-color: #f6f5f3;
}

.question_box_02 {
  width: 600px;
  height: 105px;
  border-radius: 5px;
  margin-top: 35px;
  margin-right: 45px;
  margin-left: 110px;
  background-color: #f6f5f3;
}

.question_box_03 {
  width: 600px;
  height: 75px;
  border-radius: 5px;
  margin-top: 35px;
  margin-right: 45px;
  margin-left: 110px;
  background-color: #f6f5f3;
}

.question_box_04 {
  width: 600px;
  height: 135px;
  border-radius: 5px;
  margin-top: 35px;
  margin-right: 45px;
  margin-left: 110px;
  background-color: #f6f5f3;
}

.question_h {
  margin-top: 0;
  margin-left: 10px;
}

.question p {
  padding: 20px;
  text-align: justify;
  font-size: 20px;
}

.tokuten01 {
  width: 660px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 45px;
}



.form_img {
  margin-top: 50px;
  margin-bottom: 20px;
}



/*
------------------------------------------------------------------------------------------------------------
FooterのCSS
------------------------------------------------------------------------------------------------------------
*/
.footer {
  width: 750px;
  margin: 0 auto;
}

.footer__inner {
  text-align: left;
}

.footer__inner a {
  padding: 5px 50px;
  color: #fff;
  padding-left: 30px;
  display: block;
  width: 100%;
}

.footer__inner a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/listmark-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}

.footer__inner li {
  padding: 8px;
  font-size: 120%;
  border-bottom: 1px solid #26466d;
}

.footer__inner a:hover {
  opacity: 0.5;
  background: #26466d;
}

footer p.copy {
  text-align: center;
  padding: 20px 0;
  font-size: 90%;
}



/*
===================================================================================================================================
スマホ版のCSS
===================================================================================================================================
*/

@media screen and (max-width: 768px) {

  h1 {
    font-size: 250%;
    padding: 5px;
  }

  h2 {
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
    line-height: 1.3;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    color: #0a498c;
    line-height: 1.4;
    padding-top: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

  h4 {
    margin-top: 20px;
    margin-left: 4%;
    font-size: 120%;
    float: none;
  }

  .size_20 {
    font-size: 100%;
    padding: 20px 4% 60px;
  }

  /*
------------------------------------------------------------------------------------------------------------
メニューCSS
------------------------------------------------------------------------------------------------------------
*/
  .sp_menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 0;
    margin-bottom: -2px;
  }


  /*
------------------------------------------------------------------------------------------------------------
コンテナー（HPを囲むブロック）のCSS
------------------------------------------------------------------------------------------------------------
*/
  #container {
    width: 100%;
  }

  main{
    width: 100%;
  
  }

  /*
------------------------------------------------------------------------------------------------------------
FVのCSS
------------------------------------------------------------------------------------------------------------
*/

  .fv-lead {
    height: 50px;
    margin-top: 10px;
    text-align: center;
    background-image: url(../images/fv_02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .fv-lead p {
    font-size: 90%;
  }


  /*
------------------------------------------------------------------------------------------------------------
申し込み周りのCSS
------------------------------------------------------------------------------------------------------------
*/
  .contents_2 {
    position: relative;
    height: auto;
  }

  .php {
    position: absolute;
    top: 37%;
    left: 6%;
    color: #112e5a;
    font-size: 130%;
    line-height: 1.1;
    font-weight: bold;
  }

  .php_02 {
    position: absolute;
    top: 38%;
    left: 6%;
    color: #112e5a;
    font-size: 130%;
    line-height: 1.1;
    font-weight: bold;
  }

  .absolute a {
    width: 80%;
    top: 66%;
    left: 10%;
  }

  .main_btn {
    width: 95% !important;
    vertical-align: bottom;
  }

  .line_btn {
    width: 70%;
    margin-top: 25px;
  }

  .line_btn2 {
    width: 70%;
    margin-top: 30px;
  }

  

  .btn {
    width: 80%;
    height: 80%;
    margin: 60px 10%;
  }



  /*
------------------------------------------------------------------------------------------------------------
こんな方へオススメのCSS
------------------------------------------------------------------------------------------------------------
*/
  .recommend__items {
    flex-wrap: wrap;
    margin: 0 4%;
  }

  .recommend p {
    padding-top: 20px;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #336699;
  }

  .recommend__main {
    width: 100%;
  }

  .recommend__item {
    display: inline-block;
    width: 47.5%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    text-align: center;
    background-color: #fff;
    padding: 20px 10px;
  }



  /*
------------------------------------------------------------------------------------------------------------
本イベントで得られることのCSS
------------------------------------------------------------------------------------------------------------
*/
  

  .topics_box {
    width: 92%;
    margin-left: 4%;
  }

  .topics_box p {
    font-size: 100%;
  }

  .gray_bg {
    height: 50px;
  }

  .recommend__head img {
    width: 95%;
  }

  .event_topics_img01 {
    width: 88%;
  }

  .event_topics_img02 {
    width: 90%;
  }

  .event_topics_img03 {
    width: 67%;
  }

  .event_topics_img04 {
    width: 85%;
  }

  .event_topics_img05 {
    width: 90%;
  }



  /*
------------------------------------------------------------------------------------------------------------
イベントの参加方法のCSS
------------------------------------------------------------------------------------------------------------
*/
  .join_box {
    width: 100%;
  }

  .join_box p {
    font-size: 100%;
  }

  .join_box_img01 {
    width: 90%;
  }

  .join_box_img02 {
    width: 90%;
  }

  .join_box_img03 {
    width: 90%;
  }



  /*
------------------------------------------------------------------------------------------------------------
本イベントは株式会社Live出版が主催していますのCSS
------------------------------------------------------------------------------------------------------------
*/
  .company_box {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 5% 5%;
  }

  .company_box2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 5% 5%;
  }

  .company_box3 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 5% 5%;
  }

  .absolute_img {
    position: static;
    margin: 0;
    padding: 5% 0;
    width: 100%;
    height: 100%;
  }

  hr {
    width: 98%;
  }

  .size_24 {
    font-size: 100%;
  }

  .size_30 {
    font-size: 160%;
  }



  /*
------------------------------------------------------------------------------------------------------------
イベント登壇者のCSS
------------------------------------------------------------------------------------------------------------
*/
  

  .speaker_p {
    position: absolute;
    color: #fff;
    font-size: 100%;
    top: 60%;
    left: 0%;
    right: 4%;
    text-shadow: 1px 2px 3px #000;
  }

  .size_48 {
    font-size: 150%;
  }

  .speaker_box p {
    padding: 4%;
    font-size: 100%;
    color: #fff;
  }

  .speaker_box span {
    display: none;
  }



  /*
------------------------------------------------------------------------------------------------------------
イベント参加者の声のCSS
------------------------------------------------------------------------------------------------------------
*/
  .voice_hr {
    margin: 0 4%;
    width: 92%;
  }

  .caution {
    margin: 20px 4%;
    text-align: center;
  }

  .date {
    margin-top: 10px;
    margin-right: 4%;
    text-align: right;
    font-size: 90%;
    float: right;
  }

  .evaluation {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4%;
    font-size: 100%;
  }

  .voice_p {
    margin: 0 4%;
    font-size: 100%;
  }



  /*
------------------------------------------------------------------------------------------------------------
よくある質問のCSS
------------------------------------------------------------------------------------------------------------
*/
  .question img {
    margin-left: 4%;
    margin-right: 10px;
    width: 32px;
  }

  .question_h {
    margin: 0 4%;
    font-size: 110%;
    vertical-align: middle;
  }

  .question p {
    padding: 2px 0;
    font-size: 100%;
    background-color: #fff;
  }

  .question_box {
    width: 80%;
    height: auto;
    margin: 0 4% 20px 15%;
  }

  .question_box_02 {
    width: 80%;
    height: auto;
    margin: 0 4% 20px 15%;
  }

  .question_box_03 {
    width: 80%;
    height: auto;
    margin: 0 4% 20px 15%;
  }

  .question_box_04 {
    width: 80%;
    height: auto;
    margin: 0 4% 20px 15%;
  }

  .tokuten01 {
    width: 92%;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 4%;
  }



  /*
------------------------------------------------------------------------------------------------------------
FooterのCSS
------------------------------------------------------------------------------------------------------------
*/
  .footer {
    width: 100%;
  }

  .footer__inner li {
    font-size: 150%;
  }

  footer .img-center {
    font-size: 120%;
  }
}