@charset "UTF-8";
/* CSS Document */
body{
	padding: 0;
	margin: 0;
	color: #F8F8F8;
	background-color: #000;
}

.flex {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: auto;
}

.image1 {
	width: 80%;
	margin: auto;
}

.h3_1 {
	text-align: center;
}

.p1 {
	text-align: center;
	width: 90%;
	margin: 30px auto;
}

.image2 {
	width: 25%;
	margin: auto 30px;
}

.flex2 {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: auto;
}

.triangle {
 	width: 0;
 	height: 0;
 	border-left: 30px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	margin: auto 0;
}
.btn_p {
	margin: 10px auto;
	text-align: center;
	display: inline-block;
}
.btn_p a{
	text-decoration: none;
	color: #FF00FF;
	border: solid thin rgba(255,0,255,0.40);
	padding: 10px 20px;
	display: inline-block;
}
.btn_p a:hover{
	text-decoration: none;
	color: #ff00ff;
	border: solid thin rgba(255,0,255,0.40);
	padding: 10px 20px;
	background-color: rgba(255,0,255,0.20);
}



.btn {
	text-align: center;
}

.image3 {
	width: 30%;
	margin: auto 0 auto auto;
}

.flex3 {
	display: flex;
	justify-content: center;
	width: 60%;
	margin: auto;
}

.box_summary {
	margin: 50px auto;
}

.p2 {
	width: 40%;
	margin: auto auto auto 30px;
}

.tel2 {
	font-size: 1.5em;
	font-style: italic;
	vertical-align: middle;
	margin: 30px auto auto;
	display: inline-block;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width:480px){
	.pc{
	display: none;
}
.sp{
	display: block;
}
}

.p1_sp {
	text-align: center;
	width: 90%;
	margin: 30px auto 0;
}

.h3_1_sp {
	text-align: center;
	margin: 30px  auto 0;
}

.image2_sp {
	width: 90%;
	margin: auto;
}

.triangle_sp {
	width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
	margin: auto;
}







.image_sp {
	margin: auto;
}

.image4 {
	width: 50%;
	margin: auto 20px auto auto;
}

.image_summary {
}

table {
	width: 40%;
	margin: auto auto auto 20px;
	height: 100%;
}

th {
	padding: 8px 10px;
	text-align: right;
}

td {
	padding: 8px 10px;
	text-align: left;
}

.table_sp {
	width: 95%;
	margin: auto;
	height: 100%;
}
