/* ----- 背景用の動画ファイル ----- */
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url('img/detail_bg.jpg') no-repeat;
 background-size: cover;
}

/* BOX */
.box{
    padding-top: 50px;
    background-color: white;
}

.box #ID{
    /* 指定 */
}

.sh_bg{
    padding-top: 45px;
    margin-bottom: 50px;
    color: #ffffff;
}
.sh h2{
    font-size: 250%;
}

.chapter h3,.chapter h4{
    font-weight: bold;
}
.chapter small{
    font-size: 60%;
}

#mokuji{
    background-color:#F5F5F5;
}

/* nav */

nav img {
    height: 40px;
}

/* first view */
.fv {
    margin-bottom: 0px;
    background-image: url();
    background-position: center center;
    background-size: cover;
    padding: 100px 0px;
    background-color: rgba(19,20,24 ,0.7);
    background-image: url(img/88bg.png);
}

.fv h1 {
    font-weight: bold;
}

.fv p {
    font-size: 1.5rem;
    color: #757575;
}

/* sub head */
.sh h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

/* text */
.text {
    text-align: center;
    font-size: 1.3rem;
    color: #000000;
    padding-bottom: 50px;
}

.text h3 {
    text-align: left;
    color: #000;
}

.text p,
.text li {
    text-align: left;
}

.text .person {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin-bottom: 50px;
}

/* benefit */
.bf {
    padding-bottom: 50px;
}

.bf h3 {
    font-weight: bold;
}

.bf p {
    font-size: 1.3rem;
    color: #757575;
}

.bf img {
    border-radius: 5px;
}

/* faq */
.faq {
    padding-bottom: 50px;
}

.faq .card-body {
    color: #757575;
}

/* cta */
.cta {
    margin-bottom: 50px;
    text-align: center;
}
.cta h2{
    font-weight: bold;
}
.cta .card-text{
    font-size: 1.3rem;
}
.cta a{
    
}

/* table */
table {
    text-align: left;
}

table td,
table tr {
    border: 1px solid;
    padding: 10px;
}

/* timeline */
.timeline {
    list-style: none;
    padding: 20px 0 50px;
    position: relative;
    margin-bottom: 0px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 10%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 80%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 10%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    color: #757575;
}

.timeline-body > p + p {
    margin-top: 5px;
}

/* footer */
footer {
    text-align: center;
    background-color: #f8f9fa;
    padding: 20px;
}
footer a {
    text-decoration: none;
    margin: 5px;
    color: #000000;
}

/* 小デバイス（横向きモバイル, 576px 以上）*/
@media (max-width: 576px) {
    
    .fv {
        padding: 0px;
    }
    
    #fv_col2{
        height: 450px;
    }
    
    .jumbotron{
        padding-top: 30px;
    }

    nav {
        text-align: center;
    }

    nav a {
        margin: 0px !important;
    }
    
    .bf h3{
        padding: 20px 0;
        margin: 0px;
    }

    /* 文字サイズ */
    .fv h1,.sh h2,.cta h2 {
        font-size: 1.5rem;
    }
    .fv p,.text h3,.bf h3 ,.timeline-title{
        font-size: 1.2rem;
    }
    .text,.bf p,.faq a {
        font-size: 1rem;
    }
    /* 画像サイズ */
    .text .person {
        width: 200px;
        height: 200px;
    }
    .voice img{
        margin-bottom: 20px;
    }
}

/* 中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {
}

/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {
    .brsp{
        display: none;
    }
    .box{
        padding-left: 15%;
        padding-right: 15%;
    }
    .list-group-item{
        font-size: 90%;
    }
}

/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {}





/*-------------------------
fixbtn
---------------------------*/
footer{
	/* padding-bottom: 162px; */
}
.fixbnr{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
    background:url("img/fixbnr_bg.png");
    z-index: 99;
}
.fixbnr.off{
	display: none!important;
}
.fixbnr p{
	margin-bottom: 0;
}
.fixbnr .wrap{
    text-align: center;
    max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.fixbnr img{
	max-width: 100%;
}
.fixbnr .btn{
	position: absolute;
	bottom:6px;
	right: -10px;
	width: 40%;
}
.fixbnr .closebtn{
	position: absolute;
	top: 15%;
	right: 0;
}
.fixbnr .btn a,
.fixbnr .closebtn{
	cursor: pointer;
	transition: opacity .4s;
}
.fixbnr .btn a:hover,
.fixbnr .closebtn:hover{
	opacity: .7;
}
@media screen and (min-width: 769px){
	.fixbnr .wrap.sp{
		display: none!important;
	}
}
@media screen and (max-width: 768px){
	.fixbnr .wrap.pc{
		display: none!important;
	}
	footer{
		padding-bottom: 20vw;
	}
	.fixbnr img{
		max-width: 100%;
	}
	.fixbnr{
		background: none;
	}
	.fixbnr a{
		display: block;
	}
	.fixbnr p{
		margin-bottom: 0;
	}
	.fixbnr .wrap{
		max-width: 1000px;
	}
	.fixbnr .btn{
		bottom: .5%;
		right: 0;
		width: 38%;
	}
	.fixbnr .closebtn{
		top: 2%;
		right: 1%;
	}
}


.clear{
	clear:both;
}