@charset "utf-8";
body {
  font-family: 'Roboto', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
	margin: 0px auto;
	padding: 0px 0px;
	color: #2e2727;
  background: #FFF;
}
* {
  outline: none;
}
a {
    color: #db0025;
	text-decoration: none;
}
a:hover {
    color: #000;
}
a:link, a:visited {
  text-decoration: none;
}
a img {
  border: none;
}


/*申し込みボタン*/
a.apply_btn {
	color: #fff;
	display: block;
	margin: 0px;
	padding: 20px;
	background-color: #19421a;
  border: 2px solid #19421a;
	max-width: 400px;
  box-sizing: border-box;
  transition: color 0.2s ease, background 0.2s ease;
}
a.apply_btn:hover {
	color: #FFF;
	background-color: #467948;
  border: 2px solid #19421a;
  max-width: 400px;
  box-sizing: border-box;
}
.apply_btn_text{
  display: block;
  text-align: center;
}
.apply_btn.btn_bottom{
  margin-bottom: 150px;
}
a.apply_btn-done {
    color: #fff;
    display: block;
    margin: 0px;
    padding: 20px;
    background-color: #606060;
    border: 2px solid #606060;
    max-width: 400px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
a.apply_btn {
  width: 100%;
  margin: 170px auto 0;
}
a.apply_btn:hover {
  width: 100%;
}
a.apply_btn-done {
    width: 100%;
    margin: 170px auto 0;
}
}

/*img*/
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	border: none;
	outline: none;
}

/*h*/
.container h2 {
  text-align: center;
  color: #000000;
  font-weight: lighter;
  font-size:40px;
	font-family: 'Oswald';
}
.title_note{
  text-align: center;
  padding-bottom: 40px;
  color: #000000;
  font-size:16px;
}
@media (max-width: 767px) {
h2 {
	font-size:40px;
}
.title_note{
  padding-bottom: 5px;
}
}

/*wrapper*/
div#wrapper {
  margin-top: 70px;
  overflow: hidden;
}

.container {
    max-width: 1160px;
}
@media (min-width: 1200px){
.container {
    max-width: 1160px;
}
}

/*header*/
#header {
  background-color: #FFF;
}
.header-inner {
    max-width: 1200px;
    padding: 6px 0;
    margin: 0 auto;
}

/*mv*/
#cover {
	color: #fff;
  background-image: url("/events/webinar250827/images/cover_bg.png");
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
}

@media (max-width: 411px){
#cover {
    background-image: url(/events/webinar250827/images/cover_sp.png);
    min-height: 460px;
    background-size: cover;
    background-position: center;
}
}
@media (max-width: 767px){
#cover {
    background-image: url(/events/webinar250827/images/cover_sp.png);
    background-size: cover;
    background-position: center;
}
}
#cover .inner {
	max-width: 1160px;
	min-height: 420px;
	margin: 0 auto;
  background-image: url("/events/webinar250827/images/cover.png");
  background-position:right center;
  background-repeat:no-repeat;
  background-size: auto 350px;
}
@media (max-width: 767px) {
#cover .inner {
	min-height: 300px;
  background-image: none;
}
}
#cover .text {
  color: #406b83;
}
#cover h1.title {
	font-size: 42px;
	font-weight: bold;
	/* padding-top: 20px; */
	/* line-height: 1.4; */
	letter-spacing: 1px;
	color: #266fbd;
}

#cover h2{
	font-size: 24px;
	font-weight: bold;
	color: #266fbd;

	letter-spacing: 1px;
}

#cover .title2 {
	font-size: 18px;
	margin: 0;
	padding: 20px 0 0 0;
	color: #266fbd;
	line-height: 1.4;
}

#cover .title span {
	font-size: 24px;
}
#cover .title_small{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}
#cover .subtitle {
    font-size: 14px;
    text-align: left;
    color: #FFF;
    margin-bottom: 0px;
    display: inline-block;
    background-color: #a98bc3;
    padding: 0 10px;
  letter-spacing: 1px;
}
#cover .subtitle_date{
    margin: 4px 0;
    font-size: 20px;
    display: inline-block;
    border-radius: 50px;
    padding: 4px 40px;
    background-color: #ffffff;
    color: #266fbd;
    margin-top: 20px; 
    letter-spacing: 1px;
}
#cover .info {
	font-size: 16px;
	margin-top: 1em;
}

#cover .speaker {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
#cover .speaker dt {
  font-size: 12px;
  padding-top: 20px;
}
#cover .speaker dd {
  font-size: 26px;
  padding-top: 10px;
  font-weight: 700;
}
#cover .speaker dd span {
 font-size: 20px;  
}

@media (max-width: 1000px) {
#cover .text{
  width: 100%;
  margin: 0 auto;
    padding: 0 20px;
}
}
@media (max-width: 767px) {
#cover .text{
  padding: 40px 30px 20px;
}
#cover .title {
	font-size: 30px;
  /* color: #ea5f55; */
}
#cover .subtitle {
    font-size: 14px;
}
#cover .title_small {
    font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
  #cover .subtitle_date {
    text-align: center;
    font-size: 16px;
    padding: 6px 20px;
    width: 100%;
  }
  #cover .col-6 {
    padding: 20px;
  }
}
@media (max-width: 411px) {
/* #cover .text{
  margin: 40px 15px 30px;
} */
}


/*intro*/
#intro　{
/*  background-color: #e2e3e5; */
}

#intro .container {
  padding: 0;
}

#intro .inner-box{
  max-width: 780px;
  margin: 0 auto;
}
#intro li { 
    /* margin-top: 26px;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    list-style: none;*/
}

#intro li span {
    background-color: #a9e2e4;
    color: #0d4142;
    padding: 10px;
}
@media (max-width: 767px) {
  #intro ul{
  padding-left: 0px;  
  }
}

/*agenda*/
#agenda.bg {
  background-color: #E7FAF4;
}
.agenda_list_box{
  max-width: 425px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}
.agenda_list_box .no-style{
  list-style: none;
}
.agenda_note{
  max-width: 550px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
}

  .agenda_list_box{
    font-size: 16px;
  }
  .agenda_note{
    font-size: 14px;
    text-align: left;
  }
.agenda-note02 {
    padding: 25px 36px;
    line-height: 36px;
    background-color: #eff4f7;
    margin-top: 0px;
}
/*speaker*/
#speaker { padding-top: 110px;}

#speaker .speaker02 {padding-top: 80px;}
#speaker img {text-align: center;}
#speaker p {
  margin-bottom: 0;}
#speaker .company {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
#speaker .speakername {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
}
#speaker .speakername span { font-size:  16px;}
#speaker .note {
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.6;
}

@media (max-width: 767px) {
#speaker img {padding-bottom: 20px;}
}
  
/*information*/
#informationwrap { padding: 110px 0;}

#informationwrap table{
	margin: 0 auto;
	max-width: 780px;
}
#informationwrap td {
  padding: 20px;
  vertical-align: top;
}
#informationwrap span{
  font-size: 14px;
}
.information_subtitle{
  text-align: left;
  font-weight: bold;
}
.information_done {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 20px;
}

#form form {
    max-width: 100%!important;
}

#informationwrap table p span{ font-size: 90%;}

#form .mktoButtonRow {
    margin-top: 50px;
}

#personalnote {
    max-width: 400px;
    bottom: 140px;
}

@media (max-width: 767px) {
  #informationwrap td {
    padding: 8px;
    font-size: 16px;
  }
#informationwrap { padding: 0px 0;}
}

/*note*/
.note_box{
  max-width: 600px;
  display: block;
  text-align: left;
  margin: 20px auto 0px;
  box-sizing: border-box;
  padding: 40px;
  background: #eff4f7;
  font-size: 14px;
}
p.note_text{
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .note_box {
    font-size: 14px;
  }
}
/*icon*/
.arrow_box{
  text-align: center;
  margin-top: 40px;
}
.fas.fa-angle-down{
padding-left: 10px;
}

/*footer*/
footer {
    padding: 80px 0 50px 0;
    background-color: #54585A;
    color: #FFF;
}

.copyright {
    margin-top: 40px;
}

.active {
    background-color: #ebe6e6;
    font-size: .9rem;
}

.content-inner{
    max-width: 1200px;
	margin: 0 auto;
}
.inner-box {
    padding: 70px 0 10px;
}

@media (max-width: 767px) {
.inner-box {
    padding: 35px 0;
}
}



/*form*/
#form {
    margin-top: 70px;
    padding: 40px 16px;
    background-color: #e2e3e5;
    border-radius: 10px;
	position: relative;
}
#form form {
    max-width: 100%!important;
}
#form .title_note {
    padding-bottom: 0px;
}
#form .title_note { padding-bottom: 0px; }

.mktoFieldDescriptor {width: 100%;}
.mktoFormRow:first-of-type .mktoFieldDescriptor { width: 50%; }
.mktoFieldWrap.mktoRequiredField { width: 100%; }
input#Company, input#Title, input#Phone, input#Email { width: 95%!important; }
input#LastName, input#FirstName { width: 90%!important; }
label { max-width: 100%; }
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {padding: 0 0.3em 0;}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.mktoInvalid,
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired{ width: 95%!important; }

@media (max-width: 767px) {
#form { margin-bottom: 40px; }
.mktoFormRow:first-of-type .mktoFieldDescriptor { width: 100%; }
}

div#personalwrap {
    margin-top: 50px;
}

/*fade*/
.fade{
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*完了ページ*/
#cover.cover-done {
    border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 411px){
#cover.cover-done {
    min-height: 380px;
    background-position: center 0px;
    border-bottom: 1px solid #e1e1e1;
    background-image: url(/events/webinar250827/images/cover_sp.jpg);
}
#cover.cover-done .inner {
    min-height: 240px;
}
#cover.cover-done .text {
    margin: 20px 15px;
}
}
@media (max-width: 414px){
#cover.cover-done {
  min-height: 420px;
  background-position: center 0px;
  border-bottom: 1px solid #e1e1e1;
  background-image: url(/events/webinar250827/images/cover_sp.jpg);
}
#cover.cover-done .inner {
    min-height: 240px;
}
#cover.cover-done .text {
    margin: 20px 15px;
}
}
#form-done h2{
  font-size: 28px;
  font-family:'Roboto', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 30px 0 10px;
  font-weight: bold;
}
#form-done.inner-box{
  padding: 65px 0 60px;
}
.mktoOffset {
    display: none;
}
.mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}