
#guide-panel {
  padding: 30px;
  background : #fff;
}

#guide-panel #contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 1em 4em;
}

#guide-panel #page-title {
    padding: 0 .4em .2em;
    border-bottom: 3px solid #2589d0;
    color: #333333;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

#guide-panel #page-title .sp {
	display: none;
}

#guide-panel .title {
  text-align: center;
  padding: 2em 0 1.5em;
}

#guide-panel .title h1 {
  font-size: 1.8em;
  color: #2c3e50;
  margin-top: 0.5em;
  font-weight: 600;
}

#guide-panel .section {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding: 2em 2.5em;
  margin-bottom: 2em;
}

#guide-panel .section h2 {
  color: #357ab8;
  border-left: 5px solid #4a90e2;
  padding-left: 0.6em;
  font-size: 1.3em;
  margin-bottom: 1em;
}

#guide-panel .section h3 {
  font-size: 1.1em;

  color: #2c3e50;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #e1e5ea;
  padding-bottom: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}

#guide-panel ul.box01,
#guide-panel ul.box02_1,
#guide-panel .section ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1em;
  counter-reset: item;
}

#guide-panel ul.box01 li,
#guide-panel ul.box02_1 li,
#guide-panel .section ul li {
  padding-left: 2em;
  text-indent: -1em;
}

#guide-panel .table-box {
  background: #f9fbfd;
  border-left: 4px solid #4a90e2;
  border-radius: 6px;
  padding: 1em 1.5em;
  margin-top: 1.5em;
}

#guide-panel .table-box table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5em;
}

#guide-panel .table-box th, .table-box td {
  border: 1px solid #d6d9de;
  padding: 0.7em 1em;
  text-align: left;
  font-size: 0.95em;
}

#guide-panel .table-box th {
  background-color: #eaf2fb;
  color: #2c3e50;
  font-weight: 600;
}

#guide-panel .highlight-box {
  background: #fff6e5;
  border-left: 4px solid #f1a82d;
  border-radius: 6px;
  padding: 1em 1.5em;
  margin-top: 1.5em;
}

#guide-panel dt {
  font-weight: normal;
  margin-top: 1em;
}

#guide-panel dd {
  margin-left: 1.2em;
  margin-bottom: 0.8em;
  color: #333;
}

#guide-panel .back-top-btn-div {
	padding: 10px 30px;
	margin: 30px 0px 10px 0px;
	display:flex;
	flex-direction: column;
	align-items: center;
}

#guide-panel .back-top-btn-div .back-top-btn {
	border:none;
}

@media (max-width: 599px) {

    #guide-panel {
        padding: 15px;
    }

	#guide-panel .title h1 {
		font-size: 1.4em;
	}

	#guide-panel #page-title .sp {
		display: block;
	}

	#guide-panel .section {
		padding: 1.5em 1.2em;
	}

	#guide-panel .table-box th, .table-box td {
		font-size: 0.85em;
	}

	.back-top-btn-link {
		width:100%;
	}

	.back-top-btn-link .back-top-btn{
		width:100%;
	}
}
