.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.site-description {
color:#ccc!important;
font-weight:bold;
}

.btn-1 {
background:#000;
color:#fff;
padding:0.4em 1em;
border-radius:20px;
transition: .4s;
display:inline-block;
margin:10px 0;
}

.btn-1 a {
color:#fff;
}

.btn-1:hover {
opacity: 0.5 ;
}

.p_plus {
  position:relative;
  display:inline-block;
}
.rp_plus48 {
  position:absolute;
  padding: 5px 4px;
  left:0px;
  top:0px;
}

.waku-1 {
background:#f5f5f5;
padding:20px;
}

table.reg {
border-collapse: collapse;
}
.reg tr {
border-color: #ccc;
border-style: solid;
border-width: 1px 0;
}

.reg td {
border-right:none;
font-size:0.8em;
}

.license {
text-align:center;
font-size:0.8em;
}

.kaitori {
font-weight:bold;
}

.kaitori th {
font-size:0.8em;
border: solid 1px #555;
width:50%;
font-weight:bold;
padding:10px;
}

.kaitori td {
font-size:0.9em;
border: solid 1px #555;
width:50%;
text-align:right;
padding:10px;
}

.badge-success {
	background-color: #e00a16;
	color:#fff;
	padding:2px;
	font-size:0.7em;
}

.wpcf7-submit {
	background-color: #e00a16!important;
	font-size:1.1em!important;
color:#fff!important;
}

.menu_btn2 {
width:100%;
background:#fff;
border: solid 1px #07689f;
font-weight:bold;
padding:5px 10px;
margin-bottom:-40px;
color:#e00a16;
transition: .4s;
}

.menu_btn2:hover {
opacity: 0.5 ;
}

.menu_btn2 span{
  color: #07689f;
  position: relative;
  padding-left: 30px;
}

.menu_btn2 span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #07689f;
  border-right: 2px solid #07689f;
  transform: rotate(45deg);
  margin-top: -5px;
}

.tit5 {
font-size:2em;
font-weight:bold;
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.tit5:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.tit5 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}