@charset "utf-8";
/* CSS Document */


.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}



.bms_content_box {
    width: 95%;
    margin: 0px auto 0px auto;
    border: solid 5px #f6f6f6;


    background: #fff;
    border-radius: 5px;
    
}



.bms_title_left {
    width: 94%;
    margin: 10px 0 10px 5px;
    font-size: 130%;
    padding: 5px 0px 5px 10px;
    color: #fff;/*文字色*/
    background: #476B8F;/*背景色*/
    border-left: solid 0px #708090;/*左線（実線 太さ 色）*/
  border-radius: 6px;    
}

.title_text{
  display: inline-block;
  color: #fff;
  margin: 5px 0px 5px 0px;
  vertical-align: middle;
    font-size: 110%;
    font-weight: 700;
}

.title_mark{
  display       : inline-block;
    float: right;
  border-radius : 50%;          /* 角丸       */
  font-size     : 18px;        /* 文字サイズ */
    font-weight:700;
  text-align    : center;      /* 文字位置   */
  padding       : 16px 10px;   /* 余白       */
  background    : #fff;     /* 背景色     */
  color         : #003300;     /* 文字色     */
  box-shadow    : 1px 1px 2px #666666;  /* 影の設定 */
  margin: 0 5px 0 0px;    
}




.bms_left_col {
    margin: 0px;
    padding: 0px 0px 0px 10px;
	float: left;
}

.bms_right_col {
    margin: 0px;
    padding: 0px;
	float: right;
}




.bms_col_txt {
	padding-top: 15px;
	line-height: 2;
	font-size: 15px;
	width: 54%;
}



.bms_left_col.bms_col_txt p {
    padding-left: 5px;
    background: rgba(240, 238, 233, 0);       
}

.bms_right_col.bms_col_txt p {
    padding: 0px 0px 0px 5px;
    background: rgba(240, 238, 233, 0);       
}

.bms_col_image {
    position: relative;
	width:42%;
    max-width: 400px;
    margin: 10px 0px 20px 0px;
}


.plus {
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: rgba(102, 102, 102, 0.7);  
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 80%;
    left: 70%;
}

.plus .fa{
        color: #fff;
    
    }  

.bms_col_image img {
	width: 100%;
}



    
/*　スマホ金額に応じてプレゼント */


.bms_content_box_okaiage {
    width: 95%;
    margin: 0px auto 0px auto;
    border: solid 5px #f6f6f6;

 
    background: #fff;
    border-radius: 5px;
    
}



.bms_okaiage_title_left {
    width: 86%;
    margin: 10px 0 10px 10px;
    font-size: 150%;
    padding: 5px 10px 5px 20px;

    color: #422b26;/*文字色*/
    font-weight:700;
    background: #f6f6f6;/*背景色*/
    border-left: solid px #0E408F;/*左線（実線 太さ 色）*/
  border-radius: 6px;    
}



.bms_okaiage_left_col {
    margin: 0px;
    padding: 0px 0px 0px 10px;
	float: left;
}

.bms_okaiage_right_col {
    margin: 0px 10px 0px 0px;
    padding: 0px;
	float: right;
}



.bms_okaiage_col_txt {
	padding-top: 15px;
	line-height: 2;
	font-size: 15px;
	width: 54%;
}


.bms_okaiage_left_col .bms_okaiage_col_txt p {
    padding-left: 5px;
    background: rgba(240, 238, 233, 0);       
}

.bms_okaiage_right_col.bms_okaiage_col_txt p {
    padding: 0px 0px 0px 5px;
    background: rgba(240, 238, 233, 0);       
}

.bms_okaiage_col_image {
    position: relative;
	width: 42%;
    max-width: 400px;
    margin: -40px 0px 20px 0px;
}

.bms_okaiage_col_image img {
	width: 100%;
}

.bms_title_03_plus{
  display       : inline-block;
  border-radius : 50%;          /* 角丸       */
  font-size     : 130%;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  padding       : 14px 10px;   /* 余白       */
  background    : #422b26;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 0.8em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 2px #666666;  /* 影の設定 */
  border        : 2px solid #422b26;    /* 枠の指定 */
    
  margin: 10px 42% 7px 42%; 
}

/* 仏事初盆ＱＡアドバイス */

.bms_title_sp_01 {
  margin: 10px auto 10px auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 96%;                 /* BOXの幅              */
  height        : auto;                /* BOXの高さ            */
  padding       : 10px;                 /* 文字の位置合わせ     */
  font-size     : 6vw;                 /* 文字サイズ           */
  font-weight: bold;
  text-align    : center;               /* 文字位置             */
  color         : #422b26;              /* 文字色               */

  background    : #ffffff;              /* BOXの背景色          */
  border-top    : 6px double #422b26;   /* 枠線の指定（上）     */
  border-bottom : 6px double #422b26;   /* 枠線の指定（下）     */
  border-radius : 1px;                  /* 角丸の指定           */
}

.bms_qa_service_qa_box {
    width: 95%;
    margin: auto;
    margin-top: 20px;
}


.bms_qa_all_col{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}


.bms_qa_service_title_qa { 
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    background: url("../img/liferoad-img/dotline/dot_line_01.png") repeat-x 0 bottom;
    background-size: auto auto;
}

.bms_qa_all_col p {
	padding-left: 10px;
    background: rgba(240, 238, 233, 0.2);       

}


.bms_schedule_box {
    float: left;
    width: 100%;
    margin: 20px auto 20px auto;
}

