@charset "UTF-8";
/* CSS Document */
.flex-wrap{
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
.base h2{
  letter-spacing: 1px;
  line-height: 3.5rem;
}
.mb_1em {
	margin-bottom: 1em;
}

.mb_40 {
	margin-bottom: 40px;
	overflow:hidden;
	clear: both;
}

.float {
	float: left;
	margin-right: 15px;
}
.indnt_01 {
	padding-left: 2em;
	text-indent: -1em;
	display: block;
}
.at:before{
  content: '@'
}
.txtbox{
  margin-bottom: 20px;
}

@media(max-width:999px){
  .flex-wrap{
    padding: 0 15px 0 15px;
  }
}
@media(max-width:767px){
}
@media(max-width:499px){
  .flex-wrap{
    padding: 0 15px;
  }
  .base h2{
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}