@charset "utf-8";

.bg{
	background-color: #F0F0F0;
	height: 3200px;
	width: 1200px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	}
.white_text-box{
	background-color: #FFF;
	height: 375px;
	width: 865px;
	margin-right: 150px;
	margin-left: 150px;
	font-size: 15px;
	font-weight: bold;
	color: #5B4D37;
	line-height: 30px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-left: 35px;
	padding-top: 40px;
	letter-spacing: -1px;
	text-align: left;
	}

.green-text{
	font-size: 22px;
	color: #00E8A4;
	margin-bottom: 20px;
	font-weight: bold;
}

.title_box {
	height: 80px;
	padding-top: 120px;
	clear: both;
}
.text_box {
	width: 910px;
	padding-right: 145px;
	padding-left: 145px;
	font-size: 15px;
	color: #5B4D37;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	padding-top: 20px;
	letter-spacing: -1px;
}
.left_box {
	clear: left;
	float: left;
	width: 125px;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C9C3BB;
	text-align: left;
}
.left_box_n {
	clear: left;
	float: left;
	width: 125px;
	padding-top: 20px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}

.right_box {
	float: left;
	width: 770px;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C9C3BB;
	margin-left: 15px;
	text-align: left;
}
.right_box_n {
	float: left;
	width: 770px;
	padding-top: 20px;
	margin-left: 15px;
	text-align: left;
}

.left_box2 {
	clear: left;
	float: left;
	width: 235px;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C9C3BB;
	text-align: left;
}

.right_box2 {
	float: left;
	width: 645px;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C9C3BB;
	margin-left: 15px;
	text-align: left;
}


#pageTop {
	position: fixed;
	bottom: 20px;
	right: 100px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

 

#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9FD6D2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	padding-top: 4px;
	padding-right: 2;
	padding-bottom: 4;
	padding-left: 6px;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}





/* :::::: button :::::: */
.tabBtn {
display: table;
width: 100%;
margin: 0 0 1px;
padding: 0;
}
.tabBtn li {
display: table-cell;
width: 20%;
border-right: 1px solid #fff;
background-color: #20b2aa;
text-align: center;
vertical-align: middle;
}
.tabBtn li:last-child {
border-right: 0;
}
.tabBtn li a {
display: block;
cursor: pointer;
padding: 10px 0;
color: #fff;
transition: background-color .3s;
}
.tabBtn li a:hover {
background-color: rgba(205,92,92,.5);
}
/* :::::: mechanism :::::: */
.tabContents section {
opacity: 0.1;
text-align: center;
transition: opacity 0.3s;
}
#tab-1:target ~ .tabBtn li [for="tab-1"],
#tab-2:target ~ .tabBtn li [for="tab-2"],
#tab-3:target ~ .tabBtn li [for="tab-3"],
#tab-4:target ~ .tabBtn li [for="tab-4"],
#tab-5:target ~ .tabBtn li [for="tab-5"] {
background-color: #cd5c5c;
}
#tab-1:target ~ .tabContents section:nth-child(1),
#tab-2:target ~ .tabContents section:nth-child(2),
#tab-3:target ~ .tabContents section:nth-child(3),
#tab-4:target ~ .tabContents section:nth-child(4),
#tab-5:target ~ .tabContents section:nth-child(5) {
opacity: 1;
background-color: #fff;
}
