﻿@charset "utf-8";

/* ========================================================================
  歳末プレゼント抽選会2025
======================================================================== */

#present{
  width: 1120px;
  margin: 0 auto 60px;
}

#present .contents{
  text-align: center;
  background-image: url(../img/present/contents_bg.jpg);
  background-repeat: repeat-y;
  padding: 0  40px 120px;
}

#present .contents_ttl{
  padding: 50px 0 0;
}

#present .department{
  margin-top: 50px;
}

#present .contents_flex{
  display: flex;
}

#present .deadline{
  margin-top: 80px;
}

#present .howto{
  margin-top: 60px;
}

#present .line{
  text-align: left;
  margin-top: 60px;
}

#present .line h3{
  margin-bottom: 12px;
}

#present .line-step{
  background-color: #00b56b;
  border-radius: 12px;
  text-align: center;
  padding:48px 0 ;
}

#present .line-step h4{
  margin-bottom: 32px;
}

#present .form{
  text-align: left;
  margin-top: 80px;
}

#present .form h3{
  margin-bottom: 12px;
}

#present .form-contents{
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 0;
  text-align: center;
}

#present .note{
  margin-top: 80px;
}

#present .btn-flame{
  border: 2px solid #fff;
}

#present .btn a{
  padding: 1.2em 1.9em 1.1em;
  border-radius: 2.2em;
  background: #e8740d;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

#present .btn a:hover {
  text-decoration: none;
  background: #fa9134;
}

#present .btn span{
  position: relative;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 0 0 0 1.18em;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#present .btn span::before{
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top:calc(50% - .5em);
}

#present .btn span::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .24em 0 .24em .38em;
  border-color: transparent transparent transparent #e8740d;
  position: absolute;
  left: .37em;
  top: calc(50% - .5em + .25em);
}