
/********上書き*********/
.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_line01 {
     border-bottom: 2px dotted #000;
}

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


#true01 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#true02 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#true02 span{
color: red;
font-weight: bold;
background: linear-gradient(transparent 50%, rgb(255, 255, 153) 50%);
}


#true03 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#true04 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#true05 div.true_margin {
    margin-bottom: 35px;
}

#true05 div.true_margin p{
    margin-bottom: 0;
    line-height: 1.8;
}

#true05 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#true05 span {
    background: linear-gradient(transparent 50%, rgb(255, 255, 153) 50%);
}

#true06 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}


#true07 .true_margin {
    margin-bottom: 35px;
}

#true07 .true_margin p{
    margin-bottom: 0;
    line-height: 1.8;
}

#true07 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#true07 .dotted_line03 {
position: relative;
  padding-left: 35px;
}

#true07 .dotted_line03:before{
    position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#true07 .dotted_line03:after{
    /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

 .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;
}

#true05 {
    margin-top: 50px;
}


.true05-heading {
    text-align: center;
}

#true05 .title-incontinencepants {
    font-weight: bold;
    font-size: 23px;
    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.true05-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.true05-btn_01:hover {
	color: #7b673f;
	border: 1px solid #7b673f;
    background-color: #fff;
}

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

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

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

}

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

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

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

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



@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;
}

.single_post_detail .blog_inner {
    line-height: 1.5;

}

/*********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.true05-btn_01 {
	width:80px;
    padding: 0 1%;
    font-size:11px;
}

#true01 .font_b {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#true01 .font_b {
    font-size: 16px;
}
#true02 .font_b {
    font-size: 16px;
}
#true03 .font_b {
    font-size: 16px;
}
#true04 .font_b {
    font-size: 16px;
}
#true05 .font_b {
    font-size: 16px;
}
#true06 .font_b {
    font-size: 16px;
}

#true07 .font_b {
    font-size: 16px;
}
}