
/* 1280px以上の幅の場合に適応される（デスクトップPC） */


.subpage_article p{
    font-size:1rem;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
}

.subpage_article{
    margin-bottom:100px;
}

.subpage_article h1{
    margin-left:-2px;
}


h1{
    font-size:1.5rem;
    margin-top:25px;
    margin-bottom:30px;
}

h2{
    font-size:1.2rem;
}

h3{
    font-size:1.3rem;
    font-weight:bolder;
    margin-top:40px;
    margin-bottom:20px;
}

h4{
    font-size:1.4rem;
    font-weight:505;
    margin-top:20px;
}

.blog_container img{
    width:500px;
}

.commentall{
    margin-top:30px;
    
}

.comment{
    color:#29396f;
    font-size:0.9rem;
    margin-top:10px;
}

.commenttitle span{
    color:#29396f;
    font-size:1.2rem;
    font-weight:500;
    letter-spacing: 0.04rem;
    margin-top:10px;
    margin-bottom:6px;
    border-bottom:dotted #29396f 1px;
}

.theme_contents{
    margin-top:60px;
    margin-bottom:80px;
}

.period p{
    font-size:1rem;
    font-weight:500;
    margin-top:5px;
}


@media screen and (max-width: 1420px) {
	/* 1000px~1420px までの幅の場合に適応される（ノートPC） */
}
    iframe{
        width:100%;
    }

@media screen and (max-width: 1030px) {
	/* 730px~1030pxの幅の場合に適応される（タブレット） */
}

@media screen and (max-width: 730px) {
	/* 730px以下の幅の場合に適応される（スマホ） */
    
    main{
    width:100%;
    margin:0;
    }
    
    .maincontainer{
    margin-top:20px;
    }
    
    .subpage_article h1{
    margin-left:0;
    margin-top:30px;
    font-size:1.3rem;
    line-height:1.9rem;
    }
    
    .subpage_article h2{
    margin-left:0;
    font-size:1rem;
    }
      
    .subpage_article{
    margin-bottom:60px;
    width:87%;
    }
    
    .subpage_article p{
    font-size:0.9rem;
    line-height: 1.6rem;
}
    
    .blog_container img{
    width:100%;
}
    
    .theme_contents{
    margin-top:40px;
    margin-bottom:70px;
}
    
    h4{
    font-size:1.3rem;
    font-weight:500;
    margin-top:20px;
    line-height:1.5rem;
}
    
    .period p{
    font-size:1rem;
    font-weight:500;
    margin-top:15px;
    line-height:1.5rem;
}
    
    .commenttitle span{
    font-size:1.1rem;

}


}
