body {
  width:100%;
font-family: 'Noto Sans Japanese', serif;
font-weight:normal;
overflow:hidden;
}

.main_wrap {
	/*background:url(../images/add/background.png);*/
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat:repeat-y;
	padding-top:50px;
	font-weight:normal;
}

.main {
	width:96%;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	/*background-color:rgba(255,255,255,0.75);*/
}



h2.event-lp__summary-companylist-heading-unit span.event-lp__summary-companylist-heading {
	font-size:2.0em;
}

@media only screen and (max-width: 640px) {
.pc_on {display:none;}
}

@media only screen and (min-width: 640px) , print {
body {font-size:1.2em;}
.sp_on {display:none;}
.main {width:1200px;}
}


/***************************************/
/*------------introduction-------------*/
/***************************************/

.introduction_wrap {
	padding-top:30px;
	padding-bottom:50px;
	background-color:#eb6a93;
}

.introduction_wrap h2 {
	color: #fff;
}

.introduction {
	width:90%;
	margin:0 auto;
	padding-bottom:20px;
}

.intro_txt {
	text-align:center;
	font-size:2.6em;
	line-height:1.6;
	font-weight:bold;
	color: #fff;
}




/***********吹き出し***********/
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 800px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}

.oneArea .onebox:nth-child(odd) .fukiArea {
  width: 80%;
}
.oneArea .onebox:nth-child(even) .fukiArea {
  width: 80%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 15px;
  background-color: #fff;
  font-size: 20px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #eb6a93;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #fff;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
}
.oneArea .onebox:nth-child(even) .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #eb6a93;
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 18px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 16px;
  }

}

@media only screen and (min-width: 640px) , print {
.oneArea .onebox:nth-child(odd) .fukiArea {
  width: 70%;
}
.oneArea .onebox:nth-child(even) .fukiArea {
  width: 60%;
}

}


/***************************************/
/*---------------delivery--------------*/
/***************************************/

.goto_delivery {
	padding-top:30px;
	padding-bottom:20px;
	background-color:#fff;
}

.goto_delivery a {
	width:80%;
	margin:40px auto 100px;
	display:block;
	color: #fff;
	font-weight:bold;
	padding:20px 10px;
	border-radius:10px;
	text-decoration:none;
}

.goto_delivery.active a {
	background-image:linear-gradient(-90deg,#eb5e00 0,#e99900 100%);
}

.goto_delivery.active a:hover {
	opacity: 0.7;
}

.goto_delivery.inactive a {
	color: #616161;
	background-image:linear-gradient(-90deg,#BDBDBD 0,#BDBDBD 100%);
}

.goto_delivery p {
	text-align:center;
	font-size:1.2em;
	line-height:1.4;
}

.goto_delivery p:first-child {
	font-size:2.6em;
	font-weight:bold;
	margin-bottom:6px;
}

@media only screen and (min-width: 640px) , print {
.goto_delivery a {
	width:600px;
	margin-bottom:120px;
}
}



/***************************************/
/*---------------youtube---------------*/
/***************************************/

.youtube h2 {
	margin:0 auto;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	margin-bottom:20px;
	position:relative;
}

.youtube h2:before {
	content:"名大社MCと一緒に！";
	position:absolute;
	font-size:0.8em;
	top:-30px;
	left:calc ( 50% - 24px );
	transform:rotate(-6deg);
}

.youtube h2 span {
	display:inline;
	font-size:1.2em;
}

.youtube iframe {
	width:80%;
	height:180px;
	display:block;
	margin:0 auto 100px;
}

@media only screen and (min-width: 640px) , print {
.youtube iframe {
	width:500px;
	height:300px;
}
}



/***************************************/
/*----------------merit----------------*/
/***************************************/

.merit {
	padding-top:50px;
	background-color:#fff;
}

.merit_inner {
}

.merit_item_wrap {
	width:90%;
	margin:0 auto 10px;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	justify-content:space-between;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
}

.merit_item {
	width:90%;
	background-color:#f8de02;
	border-radius:10px;
	padding:20px 20px 20px;
	margin:0 auto 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}

.merit_item:before {
	content:"";
	width:60px;
	height:60px;
	display:block;
	background:url(../images/add/with.png) no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	position:absolute;
	top:-20px;
	transform:rotate(-6deg);
}

.merit_item h3 {
	font-size:2.0em;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	position:relative;
	margin-bottom:30px;
}

.merit_item h3:after {
	content:"─";
	font-weight:bold;
	position:absolute;
	left:46%;
	bottom: -30px;
}

.merit_txt p {
	font-size:1.4em;
	margin-bottom:10px;
}

.merit_inner > p {
	font-size:2.0em;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	padding-bottom:50px;
}

@media only screen and (max-width: 640px) {
.merit_item:last-child {
	margin-bottom:20px;
}
}

@media only screen and (min-width: 640px) , print {

.merit {
	background-color:transparent;
}

.merit_inner {
	background:url(../images/add/bg_boder.png);
	background-position:top;
	background-repeat:repeat-x;
}

.merit_item_wrap {
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;
}

.merit_item {
	width:31%;
}

}




/***************************************/
/*---------------adviser---------------*/
/***************************************/

.adviser {
	padding-bottom:50px;
	background:#fff;
	margin-bottom:50px;
}

.adviser > p {
	text-align:center;
	font-size:1.8em;
	margin-bottom:24px;
	font-weight:bold;
}

.adviser > p span {
	background-color:#eb6d9a;
	color: #fff;
	padding:6px;
	margin-right:5px;
	border-radius:5px;
}

.adviser_inner {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
}

.adbiser_item {
	width:30%;
}

.adbiser_item img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.adbiser_item p {
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
}


@media only screen and (min-width: 640px) , print {
.adviser_inner {
	width:600px;
}
}


/***************************************/
/*-----------time_schedule-------------*/
/***************************************/

.time_schedule {
	margin-bottom:10px;
}

.time_schedule p {
	width:96%;
	margin:10px auto;
	font-size:1.4em;
	text-align:right;
}

.ts_inner {
	width:100%;
	margin:0 auto;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	justify-content:center;
}

.ts_inner ul {
	width:38%;
	font-size:1.2em;
}

.ts_inner ul.ts_time {
	text-align:center;
}

.ts_inner ul.time {
	width:20%;
	background-color:transparent;
	border:transparent solid 4px;
}

.ts_inner ul.ts_a {
	background-color:#f0844b;
	border:#f0844b solid 4px;
}

.ts_inner ul.ts_b {
	background-color:#25b7aa;
	border:#25b7aa solid 4px;
}

.ts_inner ul.ts_c {
	background-color:#31b573;
	border:#31b573 solid 4px;
}

.ts_inner ul.ts_room {
	border-bottom:none;
}

.ts_inner ul li {
	background-color:#fff;
	width:100%;
	height:50px;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:4px;
}

.ts_inner ul li a {
	display:block;
	padding:10px;
	height:50px;
}

.ts_inner ul.time li {
	display:inline-block;
	vertical-align:middle;
	padding:10px 16px;
	height:50px;
}

.ts_inner ul.time li.blank {
	background:transparent;
}

.ts_inner ul.ts_room li.room_head {
	color: #fff;
	font-size:1.6em;
	line-height:1.6;
	padding-top:8px;
	text-align:center;
}

.ts_inner ul.ts_a li.room_head{background-color:#f0844b;}
.ts_inner ul.ts_b li.room_head{background-color:#25b7aa;}
.ts_inner ul.ts_c li.room_head{background-color:#31b573;}

@media only screen and (min-width: 640px) , print {
.time_schedule {
	width:1000px;
	margin:0 auto 120px;
	padding-top:50px;
}

.ts_inner {
	width:100%;
}
.ts_inner ul {
	width:30%;
	font-size:1.2em;
}
.ts_inner ul.time {
	width:20%;
}
.ts_inner ul li a:hover {
	background-color:#FFFDE7;
}
.ts_inner ul li {
	/*padding-top:6px;*/
}
.ts_inner ul.time li {
	font-size:1.2em;
}

}

/***************************************/
/*------------company_logo-------------*/
/***************************************/

.company_logo {
	text-align:center;
	font-size:1.4em;
}

.company_logo ul {
  width:94%;
  margin:0 auto 30px;
  padding-bottom:20px;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -o-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content:space-between;
  border-bottom:#ebebeb solid 1px;
}

.company_logo ul li {
  width:24%;
  margin-bottom:10px;
}

@media only screen and (min-width: 640px) , print {
.company_logo ul {
  width:1000px;
}
.company_logo ul li {
  width:16%;
}
.logo_blank {
  width:320px;
}
}

/***************************************/
/*----------------STEP-----------------*/
/***************************************/

.step {
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto;
	/*background-color:#fff;*/
}

.step_item {
	width:90%;
	margin:0 auto;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
	justify-content:space-between;
	text-align:center;
	background-color:#fff;
	margin-bottom:20px;
}

.step_item .step_num {
	font-size:2.4em;
	font-weight:bold;
	color: #fff;
	background-color:#eb6d9a;
}


.step_item h3 {
	font-size:2.0em;
	font-weight:bold;
	padding:10px;
}

.step_item > p {
	font-size:1.6em;
	padding:30px;
	padding-top:0;
	text-align:left;
}

.step_item > p span {
	font-weight:bold;
	background:linear-gradient(transparent 60%, #FFEB3B 60%);
}

.step_item > p a {
	text-decoration:underline;
	color: #03A9F4;
}

.step_item > p a:hover {
	text-decoration:none;
}

.step_sub {
	position:relative;
}

.step_sub:before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 8em solid transparent;
	border-left: 9em solid #eb6d9a; /* ラベルの色はここで変更 */
	position: absolute;
	z-index: 100;
}

.step_sub h3 {
	margin-top:20px;
}

@media only screen and (min-width: 640px) , print {
.step_item {
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;
}

.step_item .step_num {
	width:16%;
	padding-top:24px;
}

.step_item h3 {
	width:50%;
	padding-top:28px;
	font-size:1.8em;
}

.step_item > p {
	font-size:1.4em;
	padding:20px;
}

}



/***************************************/
/*---------------question--------------*/
/***************************************/

.question {
	padding-top:40px;
	background-color:#fff;
}

.question p {
	font-size:1.6em;
	text-align:center;
}

.question_inner {
	width:90%;
	margin:10px auto;
	/*background-color:#fff;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;
}

.question_inner p {
	margin-bottom:20px;
}

.question_inner ul {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size:1.6em;
}

.question_inner ul li {
  width: 90%;
  position: relative;
  padding: 5px 20px;
  background-color: #f8de02;
  font-size: 16px;
  color: #231815;
  border-radius: 6px;
  box-sizing: border-box;
  margin:0 auto 10px;
	font-weight:bold;
}
.question_inner ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #f8de02;
}

.question_inner ul p {
	text-align:center;
}

@media only screen and (min-width: 640px) , print {

.question {
	margin-bottom:80px;
}

.question_inner ul {
	width:86%;
	margin:10px auto;
}

.question_inner ul li {
	width:40%;
}

}



/***************************************/
/*---------------benefit---------------*/
/***************************************/

.benefit {
	padding-top:50px;
  padding-bottom:80px;
}

.benefit ul {
  width:60%;
  margin:0 auto;
}

.benefit ul li {
  margin-bottom:30px;
}

.benefit .benefit_notice {
  width:90%;
  margin:0 auto 30px;
  font-size:1.2em;
}

.benefit .benefit_notice p {
  margin-bottom:16px;
}

.benefit .about_egift {
  width:90%;
  margin:0 auto;
}

@media only screen and (max-width: 640px) {
.benefit .about_egift .pc_on {display:none;}
}

@media only screen and (min-width: 640px) , print {
.benefit .about_egift .sp_on {display:none;}
}

@media only screen and (min-width: 640px) {
.benefit ul {
  width:1000px;
  margin:0 auto;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  justify-content:center;
}
.benefit ul li {
  width:48%;
}
.benefit ul li img {
  width:100%;
  height:auto;
}
.benefit .benefit_notice {
  width:1000px;
  margin:0 auto 30px;
}
.benefit .benefit_notice span {
  display:block;
}
.benefit .benefit_notice br {
  display:none;
}
.benefit .about_egift {
  width:1000px;
  margin:0 auto;
}
}


/***************************************/
/*-----------------line----------------*/
/***************************************/

.line {
  font-size:1.2em;
  background-color:#00b900;
  padding-top:5vw;
  padding-bottom:5vw;
  margin-bottom:60px;
}

.line .line_inner {
  background-color:#fff;
  width:90%;
  margin:0 auto;
  padding-top:30px;
  padding-bottom:30px;
}

.line .line_inner img {
  display:block;
  width:80px;
  margin:0 auto 20px;
}

.line .line_inner h3 {
  width:86%;
  margin:0 auto 20px;
  font-size:1.6em;
  font-weight:bold;
  color: #00b900;
  line-height:1.4;
  text-align:center;
}

.line .line_inner p {
  width:86%;
  margin:0 auto 10px;
}

.line .line_inner a {
  width:50%;
  display:block;
  margin:0 auto;
}

.line .line_inner a img {
  width:100%;
  height:auto;
}

@media only screen and (min-width: 640px) , print {
.line {
  padding-top:30px;
  padding-bottom:30px;
}
.line .line_inner {
  width:1000px;
  margin:0 auto;
}
.line .line_inner h3 br {
  display:none;
}
.line .line_inner p {
  max-width: 1000px;
  font-size:1.2em;
}
.line .line_inner a {
  width:200px;
  margin-top:20px;
}
}

.event-lp__summary-textarea {
  text-align:center;
}

.event-step-heading.-ja,
.event-lp__information-heading.-ja,
.event-lp__summary-companylist-heading.-ja {
  font-weight:bold;
}

.event-lp__information-heading.-en,
.event-step-heading.-en {
  color: #313131;
}

.event-lp__step-text {
  font-size:0.8em;
  margin-bottom:10px;
}
