﻿@charset "utf-8";
/*Timer
----------------------------------------------------*/
.end {
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d0111b;
  line-height: 1.4;
  border: 4px solid #d0111b;
  display: none;
}

@media only screen and (max-width: 767px) {
  .end {
    font-size: 18px;
  }
}

.active_timer {
  display: inline-block;
}

/*Wrapper
----------------------------------------------------*/
#Wrapper{
  max-width: 750px;
  margin: auto;
}
#Wrapper > section{
  margin-bottom: 60px;
}
#Wrapper > section.glayback{
  margin-bottom: 60px;
}
#Wrapper > section img{
  max-width: 100%;
  height: auto;
}
section > h1.title_01{
  margin: 40px auto;
  width: 70%;
}
section > h1.title_02{
  margin: 40px auto;
  width: 95%;
}
section > div.btn{
  margin: 20px auto 40px;
  width: 70%;
}
section > div.btn > a:hover{
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
section > div.btn > a:hover{
  opacity: .5;
}
section.outline > p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color:#333;
}
section.outline .calc{
  margin-top: 30px;

}
section.outline dl{
  display: flex;
  justify-content:space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  width: 400px;
  margin: auto;
}
section.outline dl > dd > i{
  font-size: 1.5em;
}
section.outline .total dl{
  color: #004098;
  border-top: 2px solid #004098;
}
section.outline .total dl{
font-weight: bold;
}
@media only screen and (max-width: 767px) {
  section.outline{
    width: 95%;
    margin: auto;
  }
  section.outline > p{
    font-size: 12px;
  }
  section.outline > p > br{
    display: none;
  }
  section.outline > .calc{
    display: block;
    margin-top: 10px;
  }
  section.outline dl{
    max-width: 250px;
    font-size: 14px;
  }
}