@charset "utf-8";

/***********************************
info
***********************************/

/*
.info_box {
	margin: 20px auto 0;
    position: relative;
}
.info_box table {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
}
.info_box table th {
	width: 20%;
	font-weight: bold;
	color: #000;
	background: #FBC9FF;
	text-align: center;
}
.info_box table tr:last-of-type th {
}
.info_box table td {
	height: 100px;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding-bottom: 2%;
	background: #EBFFAF;
}
.info_box table tr {
	
}

.font_weight_600 {
	font-weight: 600;
}
.info_box table td a {
	font-size: 28px;
	font-weight: 700;
}

.txt_copy {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
#copyText {
	font-weight: 400;
}
.txt_copy .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
*/


.table-information {
	width: 100%;
	font-size: 1.7rem;
}
.table-information tr {
	height: 50px;
}
.table-information th {
	width: 30%;
	text-align: center;
	background: #FBC9FF;
}
.table-information td {
	padding: 5px;
	text-align: left;
	background: #EBFFAF;
}
/*	.info_box .double_button {
		margin-bottom: 50px;
	}
	.info_box .custom {
		width: 30%;
	}
	.access_box {
		display: block;
	}
	.access_box li {
		padding: 0 10px;
	}
	.access_box li:first-of-type {
		margin-bottom: 30px;
		height: 300px;
	}*/
@media screen and (max-width: 768px) {
}