@charset "UTF-8";
.safepack {
    padding: 0 2.8%;
}

.safepack-wrap {
    margin-bottom: 40px;
    padding: 25px 15px;
    background: #ff8228;
}

.safepack-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.safepack-title img {
    width: 44px;
    font-size: 0;
}
.safepack-title span {
    display: block;
    margin-left: 20px;
    color: #fff;
    /*font-size: 1.3rem;*/
    font-weight: 700;
    line-height: 1.3;
}

.safepack-lead {
    margin-bottom: 15px;
    color: #fff;
    /*font-size: 0.9rem;*/
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

ol, ul {
    list-style: none;
}

.safepack-plan {
    position: relative;
}

.safepack-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.safepack-list:after, .safepack-list:before {
    -webkit-transform: translate(-50%,-50%);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    content: "";
}

.safepack-list__item:first-child {
    margin-right: 7%;
}

.safepack-list__item {
    width: 43%;
    font-size: 0;
}

.safepack-list:after, .safepack-list:before {
    -webkit-transform: translate(-50%,-50%);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    content: "";
}

.safepack-plan:after {
    -webkit-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background: #555;
    content: "";
}


.safepack-accordion {
    margin-top: 25px;
}

.safepack-accordion-data {
    display: none;
}

.safepack-accordion-detail {
    padding: 20px 5px;
    background: #fff;
}

.safepack-btn {
    width: 100%;
    max-width: 230px;
    height: 40px;
    margin: 20px auto 0;
    border-radius: 50px;
    background: #ffb885;
    line-height: 40px;
    text-align: center;
}

.safepack-btn span {
    display: block;
    position: relative;
    /*font-size: 1.0rem;*/
    font-weight: 700;
}

label{
  display:block;
  background-color: #ffc;
  position:relative;
  padding-left:3em;
  line-height:2em;
}
label input{
  position:absolute;
  top:0;
  bottom:0;
  left:1em;
  margin:auto;
}


.imadake{
	background-color: #e23576;
	color:#fff;
	border-radius:5px;
}

#header2nd {
	padding: 10px;
}

.hebel-apply a{
  padding: 1rem;
  margin-top: 3rem;
  background:#ff511c;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
}
.hebel-apply a:hover{
  background: #ff8869;
}


@media screen and (min-width:1024px){
  #header2nd {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

}
