/* カスタム CSS をここに入力してください */

#body-inside{
overflow-x: hidden;
}
#black {  
  background-color:#000000;
  margin:0 -200%;
  padding:0 200%;
}
#white {
  background-color:#ffffff;
  margin:0 -200%;
  padding:0 200%;
}

.form {
display: inline-block;
  width: 80%;
  padding-left:20%;
}


h3.wp {
font-size:26px;
font-weight:bold;
text-align: center;
}

h4.wp {
font-size:20px;
font-weight:bold;
text-align: center;
  color: #000066;
text-align: center;
padding: 0.25em;
border-top: solid 2px #000066;
border-bottom: solid 2px #000066;
background: -webkit-repeating-linear-gradient(-45deg, #DFDFFF, #DFDFFF 3px,#EEEEFF 3px, #EEEEFF 7px);
background: repeating-linear-gradient(-45deg, #DFDFFF, #DFDFFF 3px,#EEEEFF 3px, #EEEEFF 7px);
}

.block {
	margin: 16px auto;
	text-align: center;
	display: block;
	border: 0px solid #000;
}
.block .text {
	text-align: left;
	display: inline-block;
  width: 60%; 
}

.block ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
.block ul li {
	text-align: left;
  font-weight:bold;
  font-size:20px;
  line-height:20px;
}

.block {
  text-align: center;
}

.block img {
  padding-top:0px;
  padding-bottom:0px;
}

table.white  {
   background-color:#ffffff;
}
tr.white  {
   background-color:#ffffff;
}
td.white  {
   background-color:#ffffff;
}

a#oubo {
  position: fixed;
  width: 25%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  left:60%;
  bottom: 10px;
  margin-left:0px;
  display: block;
  background: rgba(255,0,51,0.7);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size:18px;
  border-radius: 10px;
}
 
a#oubo:hover{
  background: rgba(255,0,51,0.7);
}



@media screen and (max-width: 768px) {
  h3.wp {
font-size:20px;
font-weight:bold;
text-align: center;
}
  
  h4.wp {
font-size:18px;
font-weight:bold;
text-align: center;
}

.block {
  text-align: center;
}

.block img {
  padding-top:25px;
  padding-bottom:25px;
  width:100%;
}

a#oubo {
  position: fixed;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color:#ff0000;
  bottom: 60px;
 left:1%;
  display: block;
  background: rgba(255,0,51);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size:16px;
  border-radius: 10px;
}
 
a#oubo:hover{
  background: rgba(255,0,51);
  background-color:#ff0000;
}  
  
}

a#oubo2 {
  position: fixed;
  width: 25%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  left:60%;
  bottom: 60px;
  margin-left:0px;
  display: block;
  background: rgba(200,0,51);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size:16px;
  border-radius: 10px;
}

a#oubo2:hover{
  background: rgba(125,0,51);
  background-color:#ff0000;