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

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 600px;
}
.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: #d3f0f7;
    border: 1px solid #d8d9d9;
}
.character-right .charcter-name.name02{
    background: #92a1a5;
    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;
}

.h3likeh4 {
    background: none;
    color: #43969A;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    width: auto;
    padding-left: 2rem;
}

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

    @media screen and (max-width: 480px) {
        /*/////////////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: #d3f0f7;
    border: 1px solid #d8d9d9;
}
.character-right .charcter-name.name02 {
    background: #92a1a5;
    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;
}

		.h3likeh4 {
    width: 160px;
    background: #00704A;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .11em;
    text-align: center;
    border-radius: 5px;
    padding: 2px 10px 5px 31px;
    margin: 0 auto;
			    background: none;
    color: #43969A;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    width: auto;
    padding-left: 2rem;
		}
		
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



.imgarea.caption img {
    max-width: 90%;
}
		
    }