@charset "utf-8";
/* CSS Document */

/**********************************************************/
/**PC/タブレット（レフト無し）*********************************/
/** 対応ページ：法人の方へ、シミュレーター完全ガイド　*************/
/**********************************************************/

/* ↓↓ 法人様向けページ（/f/forbusiness） ↓↓ */

/* ◆安心サポート */
.business_sup{
    display: grid;
    /*width: fit-content;*/
    column-gap: 15px;
    grid-template-columns: repeat(3, auto);
    list-style-type: none;
    padding: 20px;
    background-color: #fff0e5;
}
.business_sup li{
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    background-color: #fff;
}
.business_sup_ti{
    font-size: 20px;
    margin: 8px 0px;
    text-align: left;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #7d0000;
    border-bottom: 1px solid #7d0000;
}
/* ◆お問い合わせから納品までの流れ */
.business_step{
    list-style-type: none;
    padding: 0;
    margin: 0 50px;
}
.business_step li{
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.business_step img{
    margin-right: 20px;
    width: 250px;
}
.business_step p{
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

/* ↑↑ 法人様向けページ（/f/forbusiness） ↑↑ */


/* ↓↓デザインシミュレーター活用ガイド（/f/simulator-manual）↓↓ */

/* ↓こだわり操作：dl表 */
.cate_list_details {
	width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    border: 1px solid #e76622;  /* dl全体の外枠 */
}
.cate_list_details dt,
.cate_list_details dd {
    padding: 8px 10px;
    margin: 0;
    box-sizing: border-box; /* paddingやborderをwidthに含める */
    border-bottom: 1px solid #e76622;   /* 各行（dtとddの間）の縦線 */
}
.cate_list_details dt {
    width: 20%;
    background-color: #f7f7f7;
    font-weight: bold;
	font-size: 16px;
    border-right: 1px solid #e76622;   /* dtとddの間の縦線 */
}
.cate_list_details dd {
    width: 80%;
}
.cate_list_details h3 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #e76622;
}
.cate_list_details p {
	font-size: 16px;
	line-height: 25px;
}
/* 最後の行のボーダーを削除して、見た目を整える */
.cate_list_details dt:last-of-type,
.cate_list_details dd:last-of-type {
    border-bottom: none;
}
/* ↑こだわり操作：dl表 */

/* ◆機能紹介 */
.sim_features{
    list-style-type: none;
    padding: 0;
    margin: 0 50px;
}
.sim_features li{
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.sim_features img{
    margin-right: 20px;
    width: 250px;
}
.sim_features div{
	vertical-align: top;
}
.sim_features p{
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}
.sim_features h3{
    margin: 0px;
    font-size: 22px;
	padding: 0 0 10px 0;
    line-height: 28px;
    text-align: left;
	font-weight: bold;
}

/* ◆使い方 */
.sim_howto{
	margin: 10px;
}
.sim_howto li{
	padding: 10px;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
}

/* 誘導バナー */
.sim_yudo_btn{
	width: 1200px;
	margin: 0 auto 30px auto;
}
/* ↑↑デザインシミュレーター活用ガイド（/f/simulator-manual）↑↑ */
