@charset "UTF-8";



/* 768px以下 スマホ向け
--------------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
.cmp_end {
position: relative;
}
.cmp_end .end_txt {
position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 100;
}
.cmp_end .end_txt p {
padding: 50px 0 0;
text-align: center;
font-size: 30px;
font-weight: bold;
font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.cmp_end .end_txt p span {
font-size: 18px;
}


.shukei{
background-color: #FFFAF2;
padding: 20px;
border-radius: 20px;
width: calc(100% - 60px);
margin: 0 auto;
box-shadow: 2px 2px 5px #999,-1px -1px 5px #999;
}
.shukei .main_txt {
font-size: 20px;
font-weight: bold;
font-weight: 700;
text-align: center;
color: #763F2B;
line-height: 1.4;
padding-bottom: 20px;
}
.shukei .main_txt span {
font-size: 30px;
}
.shukei .sub_txt {
font-size: 16px;
font-weight: bold;
font-weight: 700;
text-align: center;
color: #763F2B;
line-height: 1.4;
padding-bottom: 20px;
}
.shukei .anno_txt {
font-size: 14px;
font-weight: bold;
font-weight: 700;
text-align: center;
color: #763F2B;
line-height: 1.4;
}



}


/* 769px以上 PC向け
--------------------------------------------------------------------------------- */

@media print, screen and (min-width: 769px) {

.cmp_end {
position: relative;
}
.cmp_end .end_txt {
position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 100;
}
.cmp_end .end_txt p {
text-align: center;
font-size: 64px;
font-weight: bold;
font-weight: 700;
color: #fff;
padding: 140px 0;
}
.cmp_end .end_txt p span {
font-size: 30px;
}

.shukei{
background-color: #FFFAF2;
padding: 50px;
border-radius: 20px;
width: 60%;
margin: 0 auto;
box-shadow: 2px 2px 5px #999,-1px -1px 5px #999;
}
.shukei .main_txt {
font-size: 44px;
font-weight: bold;
font-weight: 700;
text-align: center;
color: #763F2B;
line-height: 1.2;
padding-bottom: 20px;
}
.shukei .main_txt span {
font-size: 60px;
}
.shukei .sub_txt {
font-size: 28px;
font-weight: bold;
font-weight: 700;
text-align: center;
color: #763F2B;
line-height: 1.4;
padding-bottom: 20px;
}
.shukei .anno_txt {
font-size: 18px;
font-weight: bold;
font-weight: 700;
text-align: center;
color: #763F2B;
line-height: 1.2;
}


}