@charset "UTF-8";
/* ------------ MV ------------- */
.sec-mv-under{
    background: url("../../img/common/img_mv_under.jpg") no-repeat center;
    text-align: center;
}
.u-ttl{
    padding:80px 0 50px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size:54px;
    font-weight: 500;
    color:#df3b21;
    line-height: 1.5;
}
.u-ttl-en{
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size:28px;
    color:#363636;
    font-weight: 600;
}

@media (max-width: 768px) {
    .sec-mv-under{
        background: url("../../img/common/img_mv_under.jpg") no-repeat center;
        background-size:cover;
    }
    .u-ttl{
        padding:15vw 0 9vw;
        font-size: 8.6vw;
    }
    .u-ttl-en{
        font-size: 3.2vw;
    }
}

/*---------- パンくず ----------*/
.mod-topicpath {
    text-align: left;
	margin: 0;
	padding: 0 0 20px;
	line-height: 1.3;
	font-size: 13px;
}
.mod-topicpath li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mod-topicpath li:nth-child(n+2)::before {
	content: " > ";
    color:#df3b21;
    display: inline-block;
    padding:0 5px;
}
.mod-topicpath a {
	text-decoration: none;
}
.mod-topicpath a:hover {
	text-decoration: underline;
}
.mod-topicpath li:last-child a {
	color: inherit;
}
@media (max-width: 480px) {
	.mod-topicpath {
		font-size: 2.6vw;
	}
}


/* ------------ h2、h3見出し ------------- */
.u-ttl-line{
    font-family: 'Roboto', sans-serif;
    font-size:30px;
    display: flex;
    align-items: center;
    margin-bottom:40px;
}
.u-ttl-line .line{
    display: flex;
    align-items: center;
    width:30px;
    height:2px;
    background:#df3b21; 
    margin-right:10px;
}

@media (max-width: 768px) {
    .u-ttl-line{
        font-size:6.7vw;
        margin-bottom:4vw;
        line-height: 1.5;
        align-items: baseline;
    }
    .u-ttl-line .line{
        width:5vw;
        margin-right:3vw;
        align-items:  baseline;
        position: relative;
        top:-2vw;
    }
}

/* --------- table --------- */
.table-con{margin-bottom:80px}
table,tr,th,td{
    margin:0 ;
    padding:0;
}
.table-con table{
    width:100%;
    border-spacing: 0;
}
.table-con table tr th{
    width:20%;
}
.table-con table tr th{
    border-bottom:1px solid #363636;
    text-align: left;
    padding:20px 30px;
}
.table-con table tr:first-of-type th{border-top:1px solid #363636;}
.table-con table tr td{
    width:80%;
}
.table-con table tr td div{
    border-bottom:1px solid #d6dadc;
    text-align: left;
    padding:20px 30px;
    width:97%;
    margin:0 0 0 auto;
}
.table-con table tr:first-of-type td div{border-top:1px solid #d6dadc;}
.table-con table tr td p span{
    color:#e82727;
    font-weight: 700;
}
.table-con a{color:#e82727;}
.table-con table tr td p+p{margin-top:10px;}
.table-con table tr td p.txt-s{
    font-size:14px;
    margin-top:10px;
}
@media (max-width: 768px) {
    .table-con{margin-bottom:10vw}
    .table-con table tr th{
        width:90%;
        display: block;
        border-bottom:none;
    }
    .table-con table tr th{
        padding:3vw 4vw;
        border-bottom:1px solid #d6dadc;
    }
    .table-con table tr td{
        width:100%;
        display: block;
    }
    .table-con table tr td div{
        border-bottom:1px solid #363636;
        padding:3vw 4vw;
        width:100%;
    }
    .table-con table tr:first-of-type td div{border-top:none;}
    .table-con table tr td p+p{margin-top:2vw;}
    .table-con table tr td p.txt-s{
        font-size: 3vw;
        margin-top:2vw;
    }
}




/* ------------ ttl-line ------------- */

.ttl-line {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	font-weight: 500;
	line-height: 1;
}
.ttl-line .ttl-ja {
	margin-top: 15px;
	display: block;
	color: #95999c;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.ttl-line .line {
	height: 2px;
	display: block;
	background: #e82727;
	position: absolute;
	top: 25px;
	z-index: 1;
}

@media (max-width: 768px) {


	.ttl-line {
		padding-left: 3vw;
		font-size: 9vw;
	}
	.ttl-line .ttl-ja {
		margin-top: 2.6vw;
		font-size: 3.2vw;
	}

	.ttl-line .line {
		height: 1px;
		top: 4.4vw;
	}
    
}


