@charset "utf-8";
/* CSS Document */


.hulucontactBox {
  position: relative;
  background-color: #FAED96;
  padding: 10px 0 50px;
  margin-top: 30px;
}
.hulucontactBox .balloon {
  position: absolute;
  top: -30px;
  left: 50px;
}
.hulucontactBtnList {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px auto 0;
  justify-content: center;
  align-items: flex-end;
}
.MiniAttText {
  font-size: 12px;
  padding-top: 15px;
  line-height: 1.5em;
}
.MiniAttTextBold {
  font-size: 12px;
  padding-top: 15px;
  line-height: 1.5em;
  font-weight: bold;
}
.MiniAttTextBold02 {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
}
.Cnt {
  text-align: center;
}
.huluGreen {
  color: #3CE032;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.BigFont {
  font-size: 22px;
  font-weight: bold;
}
.contactBox {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px auto 0;
  justify-content: center;
  align-items: flex-end;
}
.HuluServiceInfo {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
}
.HuluServiceInfo p:last-child {
  padding-left: 1em;
}
ul.HuluInfoList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}
ul.HuluInfoList li {
  text-align: center;
}
ul.HuluInfoList li .HuluInfoListTitle {
  color: #3CE032;
  font-weight: bold;
  font-size: 16px;
  padding-top: 1em;
  padding-bottom: 5px;
}
.campaignBox {
  padding-top: 40px;
}
ul.HuluStepList {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.HuluStepList li {
  width: 42%;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
ul.HuluStepList li .HuluStepListTitle {
  font-weight: bold;
  padding: 1em;
}
ul.HuluStepList li .MiniAttText, ul.HuluStepList li .HuluStepListText{
  text-align: left;
}

/*DAZN*/
.DAZNcontactBox {
  position: relative;
  background-color: #FFCBC5;
  padding: 10px 0 50px;
  margin-top: 30px;
}
.DAZNcontactBox .balloon {
  position: absolute;
  top: -30px;
  left: 50px;
}
.DAZNcontactBtnList {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px auto 0;
  justify-content: center;
  align-items: flex-end;
}

ul.DAZNInfoList li .DAZNInfoListTitle {
  font-weight: bold;
  font-size: 16px;
  padding-top: 1em;
  padding-bottom: 5px;
}
ul.DAZNInfoList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}
ul.DAZNInfoList li {
  text-align: center;
}
.DAZNServiceInfo {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
}
.DAZNServiceInfo p:last-child {
  padding-left: 1em;
}
ul.DAZNStepList {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.DAZNStepList li {
  width: 42%;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
ul.DAZNStepList li .DAZNStepListTitle {
  font-weight: bold;
  padding: 1em;
}
ul.DAZNStepList li .MiniAttText, ul.DAZNStepList li .DAZNStepListText{
  text-align: left;
}
