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

/*サイドバー*/
.leftside-bar {
	background: #000;
    height: 6600px;
    top: -35px;
    color: #fff;
    padding: 50px 20px;
    margin-left: -0.5em;
}

.leftside-bar a {
	color: #fff;
}

.leftside-bar a:hover {
	text-decoration: none;
	color: #c00000;
}

.leftside-index {
	padding: 0;
	line-height: 2.5em;
}

.leftside-index h2 {
	border-left: solid 5px #c00000;
    padding: 5px 10px;
}

/*fv*/

.fv-image {
	background-image: url(/CFD/column/img/fvimage.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 55rem;
    margin-left: -10px;
    background-size: 100%;
    margin-top: -35px;
    margin-right: -1.5em;
}

@media (max-width: 767px) {
	.fv-image {
    height: 30rem;
    margin-right: -0.5em;
	margin-top: 5px;
	}
}

.fv-title {
	text-align: center;
    color: #fff;
    margin: 20rem auto;
    font-size: 5rem;
    padding: 30px;
    background: #000;
    width: 900px;
	font-family: serif;
}

@media (max-width: 767px) {
	.fv-title {
    margin: 7rem auto;
    font-size: 3rem;
    padding: 5px;
    width: 90%;
    font-weight: 600;
	}
	.fv-title h1 {
	font-size: 2rem;
    margin: 0;
	}
	.fv-title h3 {
	font-size: 1.5rem;
    margin: 0;
	}
}


/*記事内容*/
.column_contents {
    margin: 40px;
    font-size: 0.95em;
	width: 1200px;
}

@media (max-width: 767px) {
	.column_contents {
		margin: 0px;
		width: 100%;
	}
}

.column_contents h2 {
    max-width: 700px;
    padding-bottom: 5px;
    font-size: 40px;
    font-family: serif;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 3rem;
}

.number {
	font-size: larger;
    color: #890000;
}

@media (max-width: 767px) {
	.column_contents h2 {
	font-size: 3rem;
	}
}

.paragraph {
	margin-top: 50px;
	margin-bottom: 80px;
}

.fv_text {
	margin: 60px auto;
    border-bottom: 1px solid;
    padding-bottom: 50px;
	padding-top: 50px;
}

@media (max-width: 767px) {
	.fv_text {
	padding-top: 20px;
	}
}

.fv_text p {
	margin: 1.5em;
}

.column-index {
	width: 400px;
    margin: 80px auto;
    padding: 20px;
    border: 1.8px dashed #212121;
    line-height: 1.9em;
}

.column-index h2 {
	text-align: center;
    border-bottom: 3px solid #C00000;
    width: 60px;
    padding-bottom: 5px;
    margin: auto;
    padding-top: 30px;
	font-size: 30px;
}

.column-index p {
	padding: 10px 30px;
    font-size: 1.1em;
    margin: 20px auto;
}


.column-index a {
	color: #48484b;
    border-left: 5px solid #5f5b5b;
    padding-left: 10px;
    font-size: 0.9em;
}

.column-index a:hover {
	background-color: #dddddd;
    text-decoration: none;
}

.column_contents p {
	margin: 0.5em 4.3em 1.5em 2em;
    width: 1000px;
}

@media (max-width: 767px) {
	.column_contents p {
		margin: 35px 0px;
		width: 100%;
	}
}

.column-topic {
	background: #942F14;
	color: #fff;
	padding: 4px;
	margin: 10px;
}

.compare-table {
	width: 800px;
    margin: 0.5em 4.3em 1.5em 2em;
}

.compare-table-cfd {
	width: 50%;
    background-color: #930a0a;
    color: #fff;
    border-left: 1px solid #555076;
    border-top: 1px solid #555076;
    border-bottom: 1px solid #555076;
    box-shadow: -1px -1px 3px 2px rgba(255, 255, 255, 0.3) inset;
}

.compare-table-saki {
	width: 50%;
	background-color: #275567;
    color: #fff;
    border-left: 1px solid #555076;
    border-top: 1px solid #555076;
    border-bottom: 1px solid #555076;
    box-shadow: -1px -1px 3px 2px rgba(255, 255, 255, 0.3) inset;
}

.compare-table td {
	border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top: none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    padding: 10px;
}

@media (max-width: 767px) {
	.compare-table {
		margin: 0px;
	}
}

.column-index h4 {
	margin: 0.5em 1.5em;
}

.column_contents-dot {
	color: #c90000;
    padding: 0.5rem;
}

/* fix_area
------------------------------------------- */
        #fix_area {
            position: fixed;
            background-color: rgba(31, 24, 55, 0.8);
            width: 100%;
            bottom: 0;
            padding: 8px 0;
            text-align: center;
            z-index: 98;
        }

        #fix_area .cv_btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #E5004C;
            color: #fff;
            font-weight: 600;
            padding: 18px 70px 18px 70px;
            font-size: 2.6rem;
            border-radius: 99em;
            border: none;
            line-height: 1;
        }

        #fix_area .cv_btn#mediation_cv {
            display: none;
            padding: 18px 48px 18px 24px;
        }

        #fix_area .cv_btn#mediation_cv.is-show {
            display: inline-block;
        }

        #fix_area .cv_btn#mediation_cv {
            font-size: 2.0rem;
        }

        #fix_area .cv_btn>span {
            font-size: 1.4rem;
        }

        #fix_area .cv_btn::after {
            content: '';
            position: absolute;
            background-image: url(https://sbisec.akamaized.net/sbisec/images/base/g_cmn_icon_blank_02_white_20210910.svg);
            background-repeat: no-repeat;
            right: 20px;
            width: 20px;
            height: 20px;
            border: none;
            top: 50%;
            transform: translateY(-50%);
        }

        #fix_area .cv_btn:hover {
            text-decoration: none;
        }

        @media screen and (max-width: 768px) {
            #fix_area {
                padding: 16px 0;
            }

            #fix_area .cv_btn {
                background-color: #E5004C;
                color: #fff;
                font-weight: 600;
                padding: 20px 48px 20px 24px;
                font-size: 1.6rem;
            }

            #fix_area .cv_btn>span {
                font-size: 1.2rem;
            }

            #fix_area .cv_btn#mediation_cv {
                font-size: 1.6rem;
                padding: 12px 48px 12px 24px;
                line-height: 1.2;
            }

            #fix_area .cv_btn::after {
                width: 16px;
                height: 16px;
                border: none;
            }
        }

				  /* ページトップボタン
------------------------------------------- */
      #page-top {
        /* display: none; */
        position: fixed;
        bottom: 9px;
        right: 20px;
        z-index: 99;
        max-width: 160px;
        width: 60px;
        height: 60px;
        border-radius: 99em;
        background-color: #665C4B;

				/*position: fixed;
    right: 10px;
    bottom: 13px;
    width: 46px;
    height: 47px;
    background-color: #665C4B;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
      }

      #page-top a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 1.8rem;
        opacity: 1;
      }

      #page-top a:hover {
        opacity: 0.9;
        text-decoration: none;
      }

      #page-top a .triangle02 {
        display: inline-block;
        background-color: #fff;
        width: 23px;
        height: 20px;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      }

      #page-top a>p {
        line-height: 1.2;
        display: inline-block;
        position: absolute;
        left: 35%;
        top: 35%;
        text-align: center;
        transform: translate(-50%, -50%);
      }

      @media screen and (max-width: 768px) {
        #page-top {
          /* display: none; */
          position: fixed;
          bottom: 115px;
          right: 12px;
          width: 54px;
          height: 54px;
        }

        #page-top a {
          font-size: 1.2rem;
        }

        #page-top a .triangle {
          width: 16px;
          height: 14px;
        }

        #page-top a>p {
          line-height: 1.2;
        }
      }