@charset "UTF-8";

@media screen and (max-width: 640px){
    
/* cssここから */

/************************************************************
*
*　title : ライフルホームズ
*　date : 2021.04
*　version : 1.0
*
************************************************************/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　左カラム
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sec_main {
	background-color: #fff;
	margin-bottom: 16px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}

#sec_main .wrap_detail .headline {
	padding: 16px;
	border-bottom: 1px solid #ebebeb;
}

#sec_main .wrap_detail .headline h1 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.25;
}


/* outer
-------------------------------------------------- */

#sec_main .wrap_detail .outer {
	padding: 16px;
}

#sec_main .wrap_detail .outer .img {
	margin-bottom: 16px;
}

#sec_main .wrap_detail .outer .img img {
	width: 100%;
	height: auto;
}

#sec_main .wrap_detail .outer .txt {
	line-height: 1.8;
	font-size: 110%;
    overflow-wrap: break-word;
}

#sec_main .wrap_detail .outer .txt b {
    background: linear-gradient(transparent 50%,rgba(255,250,205,0), #cce7ff 70%);
    font-weight: bold;
    color: #010079;
}

#sec_main .wrap_detail .outer h2 {
	border-left: 5px solid #ed6103;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0px 0 24px;
    padding-left: 10px;
}

#sec_main .wrap_detail .outer h3 {
	border-left: 5px solid #a5a5a5;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0px 0 16px;
    padding-left: 10px;
}






/* cssここまで */   
    
}