.btn2{ 
  display: block;
  text-decoration: none;
  width: 80%;
  margin: 10px auto;
  padding: 15px;
  line-height: 37px;
  font-size: 18px;
  text-align: center;
  color: #FF8037 !important;
  border:solid 2px #FF8037;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn2:hover{
    background-color: #FF8037 ;
    border-color: #FF8037;
    color: #fff !important;
	text-decoration: none;
}






.btn7 {
  display: block;
  width: 80%;
  margin: 20px auto;
  padding: 25px;
  background-color: #fff;
  border: 2px solid #cc0000;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #cc0000 !important;
  border-radius: 8px;
  transition: 0.3s ease-out;
} 

.btn7:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

.btn7:focus, .btn7:hover {
    background-color: #cc0000 ;
    border-color: #cc0000;
    color: #fff !important;
	text-decoration: none;
}



.btn5{
  display: block;
  text-decoration: none;
  width: 80%;
  margin: 10px auto;
  padding: 15px;
  line-height: 37px;
  text-align: center;
    font-size: 18px;
  color: #cc0000 !important;
  border:solid 2px #cc0000;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn5:hover{
    background-color: #cc0000 ;
    border-color: #cc0000;
    color: #fff !important;
	text-decoration: none;
}



.square_btn{
  display: block;
  text-decoration: none;
  width: 70%; 
  margin: 10px auto;
  padding: 5px;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
  border:solid 1px #cc0000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.square_btn:hover{
  background: #cc0000;
  color: #fff  !important;
}





ul.arrow1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ul.arrow1 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
    border-bottom: dashed 1px #cc0000;
}
ul.arrow1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #cc0000;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.arrow1 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
} 
.list1 li{
	position:relative;
	padding-left:20px;
}
 
.list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:5px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #cc0000;
}



.defaultlist2
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist2 li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}


.list4 li{
	position:relative;
	padding-left:20px;
}
 
.list4 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#ff0000; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list4 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}



h4 {
border-bottom: double 7px #cc0000;
padding:10px;
/*線の種類（二重線）太さ 色*/
}

.square_btn2 {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #808080;
    border: solid 1px #808080;
    border-radius: 3px;
    transition: .4s;
}

.square_btn2:hover {
    background: #808080;
    color: white;
}

#nav-footer .nav-wrap {
  padding-top: 0px; 
}


ul.arrow2{
  padding: 0.5em .5em 0.5em 1.5em;
  position: relative;
   font-size: 18px;

}

ul.arrow2 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.arrow2 li:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left : .5em; /*左端からのアイコンまで*/
  color: #cc0000; /*アイコン色*/
}


.faq {
  padding-bottom: .2em;
  border-bottom: 1px solid #ccc;
  line-height: 200%;
  font-size: 14pt;
}
.faq:first-letter {
  margin-right: .1em;
  font-size: 1.2em;
}


h8 {
  position: relative;
  text-align: center;
}
h8 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h8::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}


.table {
  border: 1px solid #aaa;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px;
  background-color: #fff !important;

}
.table th,
.table td {
  padding: .5em 2em;
  border: 1px solid #aaa;
}