.newParagraph {
    margin-top: 15px;
}

/*タブ*/
.padding-tab{
	padding: 70px 17% 0;
}

.env_tabs_button{
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}

.tab_item{
    display: table;
    width: calc(100% / 5);
    height: 70px;
    border-right: 1px solid #fff;
    background-color: #B7B9BF;
    line-height: 72px;
    font-size: 20px;
    color: #FFF;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.system_tabs_button label:nth-of-type(5n){
	border-right: none;
}

.tab_item-p{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
	font-size: clamp(14px, 2.5vw, 24px);
    padding: 30px 0;
}

#tab01:checked ~ .content label[for="tab01"],
#tab02:checked ~ .content label[for="tab02"],
#tab03:checked ~ .content label[for="tab03"],
#tab04:checked ~ .content label[for="tab04"],
#tab05:checked ~ .content label[for="tab05"],
.tabs input:checked + .content.tab_item2 {
    background-color: #016FCF;
    color: #FFF;
}

/*中身*/

.box_ECEEF3{
    background: #ECEEF3;
    border-radius: 10px;
    padding: 30px;
}

.box-inner-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.box_inner-half{
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    width: calc((100% - 30px) / 2);
}

.box_inner-full{
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
}

.box_inner-title{
    border-bottom: 1px solid #016FCF;
    font-size: clamp(14px, 3.0vw, 20px);
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.box-lower-text{
	font-weight: bold;
    margin-top: 30px;
}

/*table*/

.env-table-tr{
	border-bottom: 1px solid #707070;
}

.table-border-top{
    border-top: 1px solid #707070;
}

.table-back-white{
    background: #fff;
    background-color: #fff;
    padding: 10px 50px 10px 0;
    background-clip: content-box;
    font-weight: bold;
    width: 300px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.table-back-gry{
    background: #ECEEF3;
    padding: 10px 50px 10px 0;
    background-clip: content-box;
    font-weight: bold;
    width: 300px;
    vertical-align: middle;
	text-align: center;
}

.table-td{
    padding: 20px 0;
	width: -webkit-calc( (100% - 300px ) / 2);
	width:calc( (100% - 300px ) / 2);
}

.table-td li{
	word-break: break-all;
}

.env-table{
	width:100%;
    /*table-layout: fixed;*/
}

.env-table-th{
    font-weight: bold;
    padding-bottom: 10px;
    padding-right: 50px;
}

.env-table-th-blu{
	font-weight:bold;
	color:#00A5FF;
    padding-bottom: 10px;
}

.text-ontable{
    margin-bottom: 20px;
}

/*注釈*/

.pointList{
	margin:20px 0;
}

.dot-li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    line-height: 1.5;
}

.dot-li:before{
    content: "";
    position: absolute;
    top: calc(1.5em / 2);
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #555;
    border-radius: 1em;
}

.smallList{
	margin-top:20px;
}

.note-li{
    text-indent: -2em;
    padding-left: 2em;
}

/*ボタン*/
.inq_button{
	margin-right: auto;
    margin-left: auto;
}

/*その他*/
.font_bold{
	font-weight: bold;
}

@media(max-width: 1500px){

.tab_item{
	height: auto;
}

}


@media(max-width: 1400px){
.padding-tab{
	padding: 85px 25px 0;
}

}

@media (max-width: 800px) {
.newParagraph {
    margin-top: 5px;
}

/*ボタン*/
.inq_button{
	margin-top:50px;
}

/*タブ*/
.padding-tab{
        padding: 50px 25px 0 25px;
}

.env_tabs_button{
    flex-direction: column;
}

.tab_item{
    width: 100%;
	height: 50px;
    border-right: none;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.tab_item-p{
    padding: 0;
}

/*上部タブ*/

.box_inner-half{
    width: 100%;
	border-radius: 10px;
	padding: 20px;
}

.box-inner-flex{
    gap: 25px;
}

.box_ECEEF3{
    padding: 25px;
	margin-bottom: 50px;
}

/*table*/

.env-table{
    table-layout: fixed;
}

.table-back-white,
.table-back-gry
{
    width: auto;
    padding-right: 10px;
	background-clip: content-box;
}

.table-td{
    width: auto;
    padding-right: 10px;
}

.env-table-th,
env-table-th-blu
{
	padding-right: 10px;
}

.env-table-tr td{
	display: block;
	width:100%;
	padding-right: 0;
}

.table-middle-title{
    font-weight: bold;
    text-align: center;
	color: #00A5FF;
	border-bottom: 1px solid #CBCBCB;
	padding: 10px 0;
}

.table-back-white{
	padding-bottom:20px;
}

.border-bottom-none-sp{
    border-bottom: none;
}

}

@media (max-width: 768px) {
.padding{
	padding: 50px 25px;
}
}

@media (max-width: 500px) {


}