@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:    ブログ
 Notes:          
--------------------------------------------------------------- */
.main-wrap{
width:100%;

}

.main-title_bg{
width:100%;
line-height: 100%;
text-align: center;
    background: url("../img/common/head_bg.png") 0 0 no-repeat;
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 14.84375%;
    background-size: contain;
margin-bottom: 5%;
}
.main-title{
width:24.635%;
margin: -9% auto;
}
.main-title img{
width:100%;
}

.main{
width:94.6875%;
margin: 0 auto;
}

.main-content	{
	width:100%;
	margin: 0 auto;
}

.blog-wrap{
width:100%;
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec05-box {
width:49.5%;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    display: block;
    margin-bottom: 5%;
}

.box05-l {
    width: 34.2%;
    float: left;
}

.voice-main{
width:94%;
margin: 5% auto;
}
.voice-main img{
width:100%;
}

.box05-r {
    width: 65.77%;
    font-size: 1vw;
    line-height: 150%;
    border-left: 1px solid #000;
    float: right;
}

.box05-txt{
margin:2%;
}

.voice-name{
 font-size:1.2vw;
 font-weight: bold;
 margin-bottom: 2%;
}

.voice-q{
font-size: 0.8vw;
color:#ef5593;
}

.voice-a{
font-size: 0.8vw;
margin-bottom: 3%;
}

.voice-sekou a{
width:37.5%;
margin-left: 62.5%;
display: block;
background-color: #ffdd11;
text-align: center;
font-size: 0.9vw;
line-height: 200%;
border-radius: 0.9vw;
text-decoration: none;
}


/***********************シングルページ********************************************/
.article-title-s{
margin: 0;
    font-size: 1.4vw;
    line-height: 170%;
    border-bottom: 1px solid #000;
}

.category-s{
font-size: 1vw;
    box-sizing: border-box;
    margin: 0;
    padding: 1% 2%;
    line-height: 100%;
    border-radius: 1vw;
    float: right;
    background-color: #ef5593;
    color: #fff;
}


.date-s{
font-size: 1vw;
margin: 0;
font-weight: bold;
}

.box02 img{
max-width: 100%;
border-radius: 8px;

}


/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {

.main-title_bg{
width:100%;
line-height: 100%;
text-align: center;
    background: url("../img/common/head02_bg_sm.png") 0 0 no-repeat;
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 33.5294%;
    background-size: contain;
margin-bottom: 5%;
}
.main-title{
width:70%;
margin: -20% auto;
}

.main {
    width: 90%;
    margin: 0 auto;
}

.sec05-box {
    width: 99.5%;
    display: block;
    }
    
.box05-l {
    width: 100%;
}
    
.box05-r {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
     border-left: none; 
}   

.voice-name{
 font-size:16px;
 font-weight: bold;
}

.voice-q {
    font-size: 14px;
    color: #ef5593;
}

.voice-a {
    font-size: 14px;
    margin-bottom: 3%;
}


.voice-sekou a {
    width: 60%;
    margin-left: 38%;
    display: block;
    background-color: #ffdd11;
    text-align: center;
    font-size: 14px;
    line-height: 200%;
    border-radius: 14px;
    text-decoration: none;
}






    

}