.imgarea.caption {
    text-align: center;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
}
.main .addParts04 .block .box .imgarea.caption {
    margin-bottom: 0;
    padding: 0 2rem;
}

.addParts04 .block .box-body {
    padding-top: 1rem;
}
/*関連記事*/

.kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 1rem;
    overflow: hidden;
    clear: both;
}
.readmore-content{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    z-index: 1;
}
.readmore-label{
    display: table;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    width: 45rem;
    margin: 0 auto;
    padding: 2.5rem 5rem;
    background: #88867e;
    background-size: 20px auto;
    border-radius: 5rem;
    box-shadow: 6px 6px 0 0 #e3e3e3;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}
.readmore-label:hover{
    opacity:0.7;
}
.readmore-check{
    display: none;
}
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    margin-bottom: 2rem;    
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}
.readmore-check:checked ~ .readmore-label:before{
    content: "\9589\3058\308B";
}
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
#main .kanren a, #lower-main .kanren a {
    display: block;
}
.kanren li {
    padding-left: 15px;
    margin-bottom: 8px;
    position: relative;
}
.kanren .midashi {
    position: relative;
    margin: 6rem auto 3rem auto;
    padding: 2.4rem 2rem 2.6rem 2.8rem;
    background: #e6f4cb;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}
.kanren a {
    display: block;
    padding-left: 1rem;
}
.kanren a br {
    display: none;
}

.midashi:before {
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    width: calc(100% - 6.5rem);
    height: 100%;
    background: #299393;
    content: "";
    z-index: -1;
}

.kanren li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    background-color: #f10c4d;
    border-radius: 50%;
    content: "";
}

.kanren ul {
    margin-left: 1rem;
}
/*関連記事終わり*/




/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 769px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.character-box {
    margin: 25px 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px 15px 20px;
    background: #f5f5f5;
}
.character-box:after{
    content: '';
    display: block;
    clear: both;
}
.character-right {
    position: relative;
    width: 120px;
    float: right;
}
.character-left{
     position: relative;
    width: 120px;
    float: left;
}
.character-left .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    left: 1px;
    width: 90%;
    padding: 3px 5px;
     font-size: 12px;
    line-height: 1.4;
}
.character-right .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    right: 1px;
    width: 90%;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
}
.character-left .charcter-name.name01{
    background: #f2a8a8;
    border: 1px solid #d8d9d9;
}
.character-right .charcter-name.name02{
    background: #f2d0a8;
    border: 1px solid #d8d9d9;
}
.character-left img {
    float: left;
    width: 100%;
    border-radius: 80px;
}
 
.character-right img {
    float: right;
    width: 100%;
    border-radius: 80px;
}
 
.character-txt {
    overflow: hidden;
}
 
.character-left+ .character-txt {
    padding-left: 20px;
}
 
.character-right+ .character-txt {
    padding-right: 20px;
}


.supervisor01wrap{
    border: #ff8635 solid 5px;
    margin: 80px auto;
    width: 100%;
    position:relative;
}
.supervisor01{
    padding: 65px 30px 30px;
}
.supervisor01 .supervisor01_ttl{
    font-size: 20px;
    position: absolute;
    top: -17px;
    left: -12px;
    width: 120px;
    background:#ffc800;
    font-weight: bold;
    height: auto;
    line-height: 1.4;
    padding: 11px 25px 10px 23px;
}
.supervisor01 .supervisor01_ttl:before{
    content:"";
    position:absolute;
    top: 48px;
    left:0;
    border-top: 7px solid #bfa23a;
    border-left: 7px solid transparent;
}
.supervisor01 .supervisor01_ttl:after{
    content:"";
    position:absolute;
    width:30px;
    height:49px;
    top: 0px;
    left: 168px;
}
.supervisor01 .float-wrap{
    width: 100%;
    margin: 0;
}
.supervisor01 .float-wrap .float-img {
    width: 340px;
    margin: 0 auto;
    text-align: center;
    }
.supervisor01 .float-wrap img{
    width: 100%;
}
.supervisor01 .float-wrap p.sttl,
.supervisor01 .float-wrap h2.sttl,
.supervisor01 .float-wrap h3.sttl{
    position: relative;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px dotted #818181;
    padding: 3px 0 14px 53px;
    width: 50%;
    border-top: none;
    margin: 0 0 18px 0;
    box-sizing: content-box;
    text-align: left;
    line-height: 1;
}
.supervisor01 .float-wrap p.sttl:before,
.supervisor01 .float-wrap h2.sttl:before,
.supervisor01 .float-wrap h3.sttl:before{
    content: "";
    width:20px;
    height:20px;
    border:5px solid #ffc800;
    border-radius:30px;
    position:absolute;
    left:10px;
    top:0;
}
.supervisor01 .float-wrap p.sttl:after,
.supervisor01 .float-wrap h2.sttl:after,
.supervisor01 .float-wrap h3.sttl:after{
    content:none;
}
.supervisor01 .float-wrap p{
    margin: 10px 0;
    padding: 0;
}
.supervisor01 .float-wrap .fl{
width: 340px;
padding: 0 30px 10px 0;
text-align: center;
}
.supervisor01 .float-wrap .fr{
    width: 255px;
    padding: 3px 0 7px 30px;
    text-align: center;
}

.supervisor01 .float-wrap .center{
    width: 340px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

.supervisor01  .float-wrap .caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin:10px 0 20px;
    line-height: 1.4em;
}
.supervisor01 .btn-web{
    margin:30px auto 10px;
}
.category_links{
position: relative;
margin: 6rem auto 3rem auto;
padding: 2.4rem 2rem 2.6rem 2.8rem;
background: #faffd6;
color: #333;
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
}
.category_links::before {
position: absolute;
right: -0.5rem;
bottom: -0.5rem;
width: calc(100% - 6.5rem);
height: 100%;
background: #299393;
content: "";
z-index: -1;
}
	
	.wr_img_center{
    position: relative;
    margin-bottom: 40px;
}
.wr_img_center:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_center .wr_img.fc{
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
.wr_img_center .wr_img.fc img{
    max-width: 100%;
    border: 1px solid #aaa;	
    margin-bottom: 5px;
}
.wr_img_center .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
}
	
	
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.character-box {
    margin: 2rem 1rem;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0.8rem;
    background: #f5f5f5;
} 
.character-left{
    position: relative;
    float: left;
    width: 30%;
    margin: 0 1rem 1rem 0;
}
.character-right {
    position: relative;
    float: right;
    width: 30%;
    margin: 0 0 1rem 1rem;
}
.character-left .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 0px;
    width:  100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}
.character-right .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 0px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}
.character-left .charcter-name.name01 {
    background: #f2a8a8;
    border: 1px solid #d8d9d9;
}
.character-right .charcter-name.name02 {
    background: #f2d0a8;
    border: 1px solid #d8d9d9;
}
.character-left img {
    width: 100%;
    border-radius: 80px;
}
.character-right img {
    width: 100%;
    border-radius: 80px;
}
.character-left+ .character-txt {
    padding-left: 10px;
}
.character-right+ .character-txt {
    padding-right: 10px;
}
	
	
.supervisor01wrap{
    width:100%;
    padding: 0;
}
.supervisor01{
	border: #ff8635 solid 5px;
	padding: 2rem 0 2rem;
    margin: 50px 0;
    position:relative;
}
.supervisor01 .supervisor01_ttl{
    font-size: 2.0rem;
    position:absolute;
    top:-20px;
    left: -12px;
    font-weight: bold;
    width: 120px;
    background:#ffc800;
    padding: 9px 25px 7px 23px;
}
.supervisor01 .supervisor01_ttl:before{
    content:"";
    position:absolute;
    top: 44px;
    left:0;
    border-top: 7px solid #bfa23a;
    border-left: 7px solid transparent;
}
.supervisor01 .supervisor01_ttl:after{
    content:"";
    position:absolute;
    background-size:27px;
    width:30px;
    height:49px;
    top: 0px;
    left: 168px;
}
.supervisor01 .float-wrap{margin: 30px 4%;padding: 0;}
.supervisor01 .float-wrap .fl,
.supervisor01 .float-wrap .fr{
    float: none;
	width:80%;
}
.supervisor01 .float-wrap .fl.t_small,
.supervisor01 .float-wrap .fr.t_small{
    width: 40%;
}
.supervisor01 .float-wrap .fl.t_small{
    float: left;
    margin-right: 20px;
}
.supervisor01 .float-wrap .fr.t_small{
    float: right;
    margin-left: 20px;
}
.supervisor01 .float-wrap .sttl{
    position:relative;
    border-bottom:1px dotted #818181;
    font-size: 15px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
    padding: 1rem 1rem 1rem 4rem;
	width:95%;
    }
.supervisor01 .float-wrap p.sttl:before{
    content: "";
    width: 15px;
    height: 15px;
    border:5px solid #ffc800;
    border-radius:30px;
    position:absolute;
    left: 7px;
    top: 12px;
}
.supervisor01 .float-wrap .caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin: 10px 0 20px;
    line-height: 1.4em;
}
.supervisor01 .float-wrap p{
    font-size: 13px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 1rem;
	width:95%;
}
.category_links{
margin: 5rem auto 3rem auto;
padding: 1.5rem;
font-size: 2.1rem;
}
.category_links::before {
width: calc(100% - 4rem);
}	
	
	.wr_img_center{
    position: relative;
    margin-bottom: 20px;
}
.wr_img_center:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_center .wr_img.fc{
    width: 100%;
    text-align: center;
}
.wr_img_center .wr_img.fc img{
    width: 80%;
    max-width:100%;
    display: block;
    margin: 0 auto 5px;
    border: 1px solid #aaa;	
}
.wr_img_center .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.readmore-label {
    width: auto;
    padding: 2.5rem 4rem;    
}	
	
}