
/********上書き*********/
.blog_inner h3 {
    border-left: none;
    margin-top: 0;
    margin-bottom:5px;
    padding-left: 0;
    font-weight: bold;
}

.blog_inner p {
    line-height: 1.8;
	font-size: 15px;
}


#article-wp .table-of-contents a {
    font-weight:100;
}

.blog_inner ul {
    margin-right: 0;
}

.blog_inner ul li {
list-style: none;
}


/*********pc*********/
#article-wp {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 910px;
}

#article-wp img {
    width: 100%;
}

#article-wp .photograph{
    margin-bottom: 0;
}

#article-wp .heading1{
text-align: center;
}

#article-wp .table-of-contents{
    padding: 5px 5px 5px 10px;
    border: 1px solid #999;
    background-color: #f7f7f7;
    margin: 0 auto;
}

#article-wp .table-of-contents{
    width: 100%;
    height: auto;
}

#article-wp .table-of-contents p{
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}

#article-wp .table-of-contents li{
    list-style:none;
    line-height: 2;
    color: #0074bf;
}

#article-wp .table-of-contents a{
    color: #0074bf;
    text-decoration:none;
}

#article-wp .dotted_line02 {
    padding: 0.5em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  margin-bottom: 10px;
}

 .line-title {
    /* width: 600px; */
    width: 95%;
    position: relative;
    text-align: center;
    font-size: 23px;
    letter-spacing: 3px;
    margin: 0 auto 20px;
    /* color: #4e0901; */
}

.line-title::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    /* background-color: #4d0801; */
    background-color: #000;
}

.line-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 40px;
    background-color: #fff;
    text-align: center;
}

.stage-1 {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}

.stage-box-1 {
margin-bottom: 50px;

}

.stage-box-1 img:hover {
opacity: 0.5;
transition:0.3s;
}

.stage-1 .stage-box-1 .link-1 a{
display: inline-block;
color: #000;
text-decoration:none;
font-weight: bold;
margin-top: 15px;
font-size: 15px;
}

.stage-1 .stage-box-1 .circle-1{
color: red;
font-weight: bold;
}

li.stage-box-1{
padding: 0 2%;
width: 28%;
list-style:none;
}


a.true06-btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100px;
    margin-left: auto;
    margin-top: 10px;
    padding: 5px 10px;
	font-weight: bold;
	border: 1px solid #7b673f;
	color: #fff;
    background-color: #7b673f;
	transition: 0.5s;
    font-size:12px;
    border-radius: 10px;
}

a.true06-btn_01:hover {
	color: #7b673f;
	border: 1px solid #7b673f;
    background-color: #fff;
}

.true05-heading-2 {
text-align: center;
margin-top: 65px;
}



@media (max-width: 767px) {

/********上書き*********/
.blog_inner a:not([class]) {
    font-weight:100;
}

.blog_inner h1 {
margin: 2% 0;
font-size: 24px;
}

.blog_inner h2 {
font-size: 20px;
}

#article-wp ul.stage-1 {
    margin-right: 0;
	margin-left: 0;
}


/*********sp*********/

#article-wp {
    padding: 0 2%;
}
#article-wp .table-of-contents {
    padding: 2%;
}

#article-wp .table-of-contents p {
    font-size:18px;
}

.line-title {
    width: 100%;
}

li.stage-box-1{
padding: 0 2%;
width: 48%;
}
li.stage-box-2{
padding: 0 2%;
width: 45%;
}

.line-title span {
    padding: 0;
}

.stage-1 {
    justify-content: space-between;
}

.stage-box-1 {
margin-bottom: 5%;
}

a.true06-btn_01 {
	width:80px;
    padding: 0 1%;
    font-size:11px;
}


}