<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

img{
  max-width: 100%;
}
 .smp{
 display: none;
 }
body{
	margin: 0px;
  background:#fff;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
p{
  margin: 0;
}
ul{
  padding: 0;
  margin: 0;
}
.o-about{
  margin: 2% auto;
  max-width: 800px;
}
.o-about h1{
  padding: 20px;
  margin: 0 0 20px;
  background: url(../img/present_popup/bg_ttl.png) 0 0 repeat #ffe328;
  border-bottom: 4px solid #00abeb;
	text-align: center;
}
.about{
	margin: 0 auto 10px;
}
.about h2{
  padding: 5px 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #00abeb;
  position: relative;
  color: #00abeb;
  font-size: 1.5rem;
  font-weight: bold;
  text-indent: 5px;
}
.about h2:after{
  content: "";
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #00abeb;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.about .present_box{
  padding: 0 0 25px;
}
.about .present_box:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.about .present_box .col_left{
  width: 420px;
  margin-right: 30px;
  float: left;
}
.about .present_box .col_right{
  width: 350px;
  float: left;
}
.about .present_box h3{
  padding: 5px 90px 5px 1em;
  border-bottom: 1px dotted #00abeb;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  text-indent: -1em;
}
.about .present_box h3 .fs{
  font-size: 0.88rem;
}
.about .present_box .txt_right{
  padding: 5px 10px;
  background: #ff6000;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #fff;
  font-size: 0.94rem;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
}
.about .present_box .img{
  text-align: center;
}
.about .txt_box{
  padding: 0 5px 25px;
}
.about .txt_box span{
  font-size: 1.13rem;
  font-weight: bold;
}
.note{
  padding: 15px;
	margin: 0 auto;
  border: 1px solid #48db00;
  border-radius: 10px;
  font-size: 0.88rem;
}
.note h2{
  padding: 5px 0;
  margin: 0 0 15px;
  border-bottom: 1px dotted#48db00;
  font-size: 1.25rem;
  font-weight: bold;
  text-indent: 5px;
}
.note .txt_box{
  padding: 0 5px 15px;
}
.note .txt_box:last-child{
  padding: 0 5px 5px;
}
.note .txt_box li{
  margin: 0 0 5px;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.note .txt_box li:before{
  content: "・";
}
.note .txt_box li:last-child{
  margin: 0;
}

.close{
  padding: 30px 0;
}
.close a{
  width: 50%;
  padding: 15px;
  margin: 0 auto;
  background:#00abeb;
  border: 2px solid #00abeb;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
}
.close a span{
  padding: 0 0 0 15px;
  position: relative;
}
.close a span:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    transform: rotate(45deg);
}
.close a span:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    transform: rotate(-45deg);
}
.close a:hover{
  background:#fff;
  color: #00abeb;
  text-decoration: none;
}
.close a:hover span:before{
    background: #00abeb;
}
.close a:hover span:after{
    background: #00abeb;
}

@media screen and (max-width: 820px){
 .pc{
 display: none;
 }
 .smp{
 display: inline-block;
 }
 
.o-about{
  margin: 2% ;
}
.about .present_box .col_left{
  width: 100%;
  margin: 0 0 30px;
  float: none;
}
.about .present_box .col_right{
  width: 100%;
  float: none;
}

 
}

@media screen and (max-width: 500px){
.about .present_box h3 {
    padding: 5px 5px 5px 1em;
}
.about .present_box .txt_right{
  width: 130px;
  position: static;
  display: block;
}
.about .present_box .txt_right br{
  display: none;
}
.about .present_box .img {
  margin: 0 10%;
}

}
/*@media screen and (max-width: 768px){
}*/</pre></body></html>