.faq {
font-size: 4rem;
}
.faqh3 {
   color: #F44336;
}
.sec05 .qa_parts_block .qa_item .txtBox {
    width: auto;
}

.flx-in .caption {
    text-align:center;
}

.flx-in table {
    margin: 2rem 0 8rem;
}

.seccc3 table .atsu{
	background:#9deaff;
}

.flx-in table td {
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    word-break: break-all;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media screen and (min-width: 769px) {
.flx{
	display:flex;
	justify-content:space-around;	
	width:100%;
}

.flx-in{
	width:33%;
}

.one{
	width: 54%;
}

.sec04_case .ttl01 .large {
    color: #00c8ff;
    font-size: 2.6rem;
    line-height: 2.3;
}

.sec04_case .ttl01 .small {
    padding: 1rem 2.5rem;
    font-size: 2.4rem;
    line-height: 1.1;
}

.sec04_case01 .bottom {
    position: unset;
    bottom: 5px;
    left: 30px;
    width: 94%;
    position: absolute;
}

.sec04_case .ttl01 {
    color: #fff;
    position: unset;
    top: 0px;
    right: 0px;
}

.bottom p{
	background:#ffffffeb;
	padding:5px;
}

.sec04_case01 .num {
    top: 30px;
    left: 30px;
    display: flex;
    width: auto;
	position: absolute;
	height:100px;
}

.num img{
	width:20%;
	padding-right:10px;
}

.num .ttl01{
	width:75%;
}

.seccc3{
	padding:7rem 0 5rem;
}

.imgBox{
    display: block;
    width: 100%;
    height: 460px;
}

	.center{
		    width: 600px;
    margin:3rem auto 0;
	}
.sp{
	display:none;
}
	th.highlight-title {
    background-color: #9deaff;
}
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.faq {
font-size: 2rem;
}
	
.faqh3 {
   color: #F44336;
}

.sec03_ability table th {
	display: table-cell;
	padding: 1.2rem 0rem;
}

.flx {
    display: block;
    width: 100%;
}

.flx-in{
	width:90%;
	margin:3rem auto;
}

    .sec04_case01 .num {
		width:100%;
        display: flex;
    }

    .sec04_case01 .num img{
        width:40px;
		height:30px;
    }

    .sec04_case01 .num h3{
        width:80%;
		height:30px;
    }

    .sec04_case .ttl01 .large {
        font-size: 1.5rem;
    }

    .sec04_case .ttl01 .small {
        padding: 3px 1rem;
        font-size: 1rem;
    }

    .sec p {
        margin: 3px 0 0;
        line-height: 1;
    }

    .sec04_case01 .bottom {
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
        position: absolute;
        overflow-x: scroll;
        background: #ffffff9c;
    }

.sec .bottom p {
        margin: 0 0 0;
        overflow: scroll;
        width: 650px;
    }

    .sec04_case01 ul.tagList {
        width: calc(100% - 0px);
    }


	.seccc3 {
	display: block;
    overflow: scroll;
    width: 100%;
	}

	.seccc3 table{
    width: 680px;
	margin: 2rem auto 0;
	}

	.seccc3 tr{
    display:flex;
	}

	.seccc3 th ,.seccc3 td{
    width:170px;
		text-align:center;
		border-right:#333 1px solid;
	}

   .sec01 .inner .main_ttl01 {
        text-align: center;
    }

	.center{
		width:90%;
		margin:1rem auto;
	}



	th.highlight-title {
    background-color: #9deaff;
}





}