/* CSS Document */
#selection {
  
  max-width: 920px;
}
#selection .sp {
  display: none;
}
#selection p {
  font-size: 14px;
  line-height: 1.7em;
    padding: 0px;
}
#selection h2 {
  font-size: 26px;
  line-height: 1.5em;
}
#selection a img {
    transition: .3s ease-in-out;
}
#selection a img:hover {
    opacity: 0.6;
}
#selection .wrapbox01 {
  padding: 20px;
  background: #fffdd9;
  margin-bottom: 2rem;
}
#selection .wrapbox01 .check h3 {
  font-size: 17px;
  color: #f60000;
    font-weight: bold;
  margin-bottom: 10px;
}
#selection .btnimg {
  text-align: center;
  margin-bottom: 1rem;
}
#selection .border {
  background: url("../img/border01.png") left bottom no-repeat;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#selection .topimg {
  margin-bottom: 2rem;
  text-align: center;
}
#selection .Present {
  background: url("../img/bk01.png") center top no-repeat;
  text-align: center;
  padding-bottom: 2rem;
}
#selection .Present h2 {
    text-align: center;
}
#selection .Present p.read {
  font-size: 2em;
    text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
#selection .Present .img {
  margin-bottom: 1rem;
}
#selection .Present .img ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#selection .Present .img ul li {
  margin: 10px;
    
}
#selection .Present .img ul li figure {
    margin: 0px 0px 10px 0px !important;
    padding: 0px;
}
#selection .Present .img ul li p {
    text-align: center;
  background: #40220f;
    line-height: 1em;
    
   
  color: #FFF;
  font-size: 21px;
  padding: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
}
#selection .Present p.s {
  font-size: 12px;
    text-align: center;
}
#selection .campaign {
  margin-bottom: 2rem;
}
#selection .campaign h2 {
  background: #22ac38;
  color: #FFF;
  font-size: 26px;
  padding: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
     font-weight: bold;
}
#selection .campaign .read p {
  text-align: center;
  margin-bottom: 2rem;
}
#selection .campaign .read p strong {
  color: #e60012;
  font-size: 26px;
}
.boxCode ul.boxNum {
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0;
  box-sizing: border-box;
  border: 1px solid #df0000;
  border-radius: 7px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.boxCode ul.boxNum li {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  line-height: 1.05;
}
.boxCode ul.boxNum li:first-child {
  color: #df0000;
}
.boxCode ul.boxNum li:last-child {
  background-color: #df0000;
  color: #fff;
  font-size: 250%;
  font-weight: 700;
}
.boxCode p.lead strong {
  display: block;
  padding: 10px 0 0;
  font-size: 18px;
  color: #333;
  text-align: center;
}
#selection .boxFlow {
  margin-top: 60px;
  margin-bottom: 2rem;
  padding: 30px;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
}
#selection .boxFlow h3 {
  display: inline-block;
  margin: 0px auto 40px;
  padding: 10px 15px;
  font-size: 24px;
  color: #df0000;
  font-weight: 400;
  position: relative;
}
#selection .boxFlow h3:before, #selection .boxFlow h3:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #df0000;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(10deg);
}
#selection .boxFlow h3:before {
  left: 0;
}
#selection .boxFlow h3:after {
  right: 0;
}
#selection .boxFlow ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 1.45;
  text-align: left;
}
#selection .boxFlow ul li {
  width: calc((100% - 40px) / 2);
  position: relative;
}
#selection .boxFlow ul li:first-child:after {
  display: none;
}
#selection .boxFlow ul li span.num {
    border: none;
    padding: 0px;
    text-align: center;
  display: inline-block;
  margin: 0 20px 0 10px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#selection .boxFlow ul li span.num span {
  position: relative;
  z-index: 2;
}
#selection .boxFlow ul li span.num:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #df0000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#selection .boxFlow ul li span.ttl {
  display: inline-block;
  margin: 0;
  position: relative;
  color: #df0000;
  font-size: 18px;
  font-weight: 700;
}
#selection .boxFlow ul li .boxFig {
  width: 100%;
  display: table;
  margin: 10px 0 0;
}
#selection .boxFlow ul li .boxFigCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#selection .boxFlow ul li figure img {
  width: 100%;
}
#selection .boxFlow ul li p {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #df0000;
  font-size: 14px;
}
#selection .taisyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#selection .taisyou dl {
  width: calc(33.33% - 60px);
  border: solid 1px #CCC;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
  padding: 20px;
}
#selection .taisyou dl dt {
  font-size: 17px;
  color: #009944;
  font-weight: bold;
  margin-bottom: 10px;
}
#selection .taisyou dl dd {
  font-size: 14px;
  line-height: 1.5em;
}
#selection .taisyou dl:nth-child(2) dd {
  font-size: 20px;
}
#selection .gift {
  margin-bottom: 2rem;
}
#selection .gift h2 {
  background: #00a0e9;
  color: #FFF;
  font-size: 26px;
  padding: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
     font-weight: bold;
}
#selection .gift h3 {
  text-align: center;
  font-size: 26px;
  color: #00a0e9;
  margin-bottom: 2rem;
     font-weight: bold;
}
#selection .gift ul li {
  margin-bottom: 1rem;
  text-align: center;
}
#selection .admission h2 {
  background: #f39800;
  color: #FFF;
  font-size: 26px;
  padding: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
     font-weight: bold;
}
#selection .admission .wrapbox01 h3 {
  text-align: center;
  font-size: 27px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
     font-weight: bold;
}
#selection .admission .wrapbox01 h3:before {
  content: url("../img/icon_left.png");
  margin-right: 10px;
}
#selection .admission .wrapbox01 h3:after {
  content: url("../img/icon_right.png");
  margin-left: 10px;
}
#selection .admission .wrapbox01 .kaihi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#selection .admission .wrapbox01 .kaihi .wrap {
  max-width: 560px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: solid 1px #eb6877;
  border-radius: 10px 10px 10px 10px/ 10px 10px 10px 10px;
}
#selection .admission .wrapbox01 .kaihi .wrap .title {
  width: 160px;
  font-size: 17px;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb6877;
  border-radius: 10px 0px 0px 10px/ 10px 0px 0px 10px;
  
}
#selection .admission .wrapbox01 .kaihi .wrap .title h4 {
    text-align: center;
}
#selection .admission .wrapbox01 .kaihi .wrap h4 span {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
     font-weight: bold;
    
}
#selection .admission .wrapbox01 .kaihi .wrap .text {
  background: #FFF;
  padding: 20px 20px 20px 20px !important;
  border-radius: 0px 10px 10px 0px/ 0px 10px 10px 0px;
    
}
#selection .admission .wrapbox01 .kaihi .wrap .text .big {
  font-size: 21px;
    padding: 0px 0px;
    
}
#selection .admission .wrapbox01 .kaihi .wrap .text .big strong {
  color: #e60012;
}
#selection .admission .cont h4 {
    background: #40220f;
    padding: 10px 30px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
     font-weight: bold;
    
}
#selection .admission .cont h5 {
    color: #e60012;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#selection .admission .cont h5.end {
    margin-bottom: 2rem;
}
#selection .admission .cont p {
    margin-bottom: 2rem;
}
#selection .admission .cont .point01 {
    	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#selection .admission .cont .point01 .text {
    width:calc(60% - 20px) !important;
    padding-right: 20px !important;
}
#selection .admission .cont .point01 .img {
    width: 40%;
}
#selection .admission .cont .center {
    text-align: center;
    margin-bottom: 2rem;
}
#selection .admission .cont .point02 {
    	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#selection .admission .cont .point02 .imgbox01 {
    width: calc(50% - 20px);
}
#selection .admission .cont .point02 .imgbox01 h4 {
    background: none;
    display: block;
    color: #40220f;
    text-align: center;
    line-height: 1.5em;
    border-bottom: solid 1px #40220f;
    border-radius: 0px;
   
}
#selection .admission .cont ul.list {
    font-size: 14px;
    margin: 0px;
}
#selection .admission .cont ul.list li {
    background: url("../img/icon_point.png") left 3px no-repeat;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    line-height: 1.7em;
}
#selection .history h2 {
  background: #eb6877;
  color: #FFF;
  font-size: 26px;
  padding: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
    font-weight: bold;
}
#selection .history h3 {
    background: #40220f;
    padding: 10px 30px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
    font-weight: bold;
	}
#selection .history .imgbox01,
#selection .history .imgbox02{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
}
#selection .history .imgbox01 .text {
    width: calc(60% - 20px) !important;
}
#selection .history .imgbox02 .text {
    width: calc(70% - 20px) !important;
}
#selection .history .imgbox01 .img {
    width: 40%;
}
#selection .history .imgbox02 .img {
    width: 30%;
}
#selection .mb40 {
    margin-bottom: 40px;
}
