@charset "UTF-8";

@media print, screen and (min-width: 641px){
    
/* cssここから */

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





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

#sec_main {
	float: left;
	width: 700px;
}

#sec_main .wrap_detail {
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border: solid 1px #b3c1c3;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

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

#sec_main .wrap_detail .headline h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    text-align: justify;
}


/* 大見出し
-------------------------------------------------- */

#sec_main .wrap_detail .outer {
    overflow: hidden;
    padding: 0 32px 24px;
}

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

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

#sec_main .wrap_detail .outer .img {
    overflow: hidden;
    margin-bottom: 25px;
}

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

#sec_main .wrap_detail .outer .txt {
    line-height: 2.0;
    font-size: 17px;
}

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





/* cssここまで */   
    
}




