/*------------------
25.10.28 DC追記
---------------------*/
.mt8 {
    margin-top: 8% !important;
}
.mt5 {
    margin-top: 5% !important;
}
.mt3 {
    margin-top: 3% !important;
}
.m0 {
    margin: 0% !important;
}
.mb3 {
    margin-bottom: 3% !important;
}
.mb5 {
    margin-bottom: 5% !important;
}
.mb8 {
    margin-bottom: 8% !important;
}
.dc_header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	border-bottom:#000 1px solid;
	z-index:999;
}
.header_contact ul.dc_header_cta li {
    margin: 0 10px;
}
.dc_header_cta li img {
    border-radius: 5px;
}
#wrapper_top.dc_top {
	padding:0px !important;
	padding-top:175.18px !important;
}
#wrapper_top.dc_top a {
	text-decoration:none !important;
}
.dc_width {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
.dc_mv img {
	width:100%;
	object-fit:contain;
}
.dc_kuchikomi {
	max-width:1200px;
}
.dc_h2 {
	text-align:center;
}
#wrapper_top .dc_ttl1 {
	display: block;
    text-align: center;
    margin: 3% 0 2%;
	padding:0;
    font-size: 28px;
    text-shadow: unset;
    background-image: unset;
    border-radius: 0;
	color:#f15a24;
	padding-bottom:10px;
	border-bottom:double 5px #f15a24;
}
.dc_ttl1 span {
	display:block;
	background:#f15a24;
	text-align:center;
	padding:3px 30px;
	border-radius:30px;
	color:#fff;
	width:fit-content;
	margin:0 auto 5px;
}
.dc_ttl2 {
	margin:2% 0 1.5%;
	font-size:20px;
	font-weight:bold;
	background: #ffb532;
    padding: 10px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .25) 1px 1px 2px;
}
.dc_list1 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.dc_list1 li {
	width: 24%;
	background:#ffdacc;
	padding:10px;
	border-radius:10px;
	color:#525252;
	margin-bottom:2%;
	position:relative;
	transition:all .3s;
}
.dc_list1 li h3 {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
	transition:all .3s;
}
.dc_list1 li:hover h3 {
	opacity:0;
}
.dc_list1 li p {
	position:absolute;
	font-size:13px;
	top:10px;
	left:5px;
	opacity:0;
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
	transition:all .3s;
	cursor:pointer;
}
.dc_list1 li:hover p {
	opacity:1;
}
.dc_list2 li {
	margin-bottom:35px;
	box-shadow:rgba(0,0,0,.25)0 0 4px;
	padding:20px;
	position:relative;
}
.dc_list2 li:after {
	content: '';
    width: 200px;
    height: 60px;
    background: #f15a24;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 100px);
    z-index: 1;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.dc_list2 li:last-of-type:after {
	display:none;
}
.dc_list2 .dc_txt_orange {
	color: #f15a24;
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    text-shadow: rgb(241 90 36 / 50%) 2px 2px 4px;
}
.dc_btn1 {
	margin:3% auto;
	width:fit-content;
}
.dc_btn1 a {
	display:block;
	width:300px;
	padding:15px 10px;
	border:1px solid #f15a24;
	background:#f15a24;
	color:#fff;
	transition:all .3s;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.dc_btn1 a:hover {
	background:#fff;
	color:#f15a24;
}
.dc_btn2 a {
	display:block;
	width:200px;
	padding:5px;
	border:1px solid #003550;
	background:#003550;
	color:#fff;
	transition:all .3s;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	margin:5px 0 0 auto;
}
.dc_btn2 a:hover {
	background:#fff;
	color:#003550;
}
.dc_cta1 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.dc_cta1 li {
	width:49%;
	margin-bottom:2%;
}
.dc_cta1 li.dc_cta_tel {
	border:solid 3px #f15a24;
}
.dc_cta1 li.dc_cta_line {
	width:100%;
}
.dc_float.dc_clear::after {
    display: block;
    content: '';
    clear: both;
}
.dc_float .dc_floatr {
    float: right;
    width: 45%;
    margin: 0 0 10px 10px;
}
.dc_float .dc_floatl {
    float: left;
    width: 45%;
    margin: 0 10px 10px 0;
}
.dc_qa-6 {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 5px solid #f29f20;
}

.dc_qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #ffffff;
	background:#003550;
    font-weight: 600;
    cursor: pointer;
}

.dc_qa-6 summary::before,
.dc_qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.dc_qa-6 summary::before {
    color: #f29f20;
    content: "Q";
}

.dc_qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #ffffffb3;
    border-right: 3px solid #ffffffb3;
    content: '';
    transition: transform .5s;
}

.dc_qa-6[open] summary::after {
    transform: rotate(225deg);
}

.dc_qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.dc_qa-6[open] p {
    transform: none;
    opacity: 1;
}

.dc_qa-6 p::before {
    color: #00519c;
    line-height: 1.2;
    content: "A";
}
.dc_news p {
	font-size:16px;
}
.dc_news p.dc_big_txt {
	font-size:20px;
	font-weight:bold;
	margin:1% 0 0.5%;
	padding:0 10px;
	color:#F25B23;
}
.dc_map iframe {
	display:block;
}
@media screen and (min-width: 769px) {
	.dc_header #header_in {
		padding-bottom:5px;
	}
}
@media screen and (max-width:1023px) {
    #wrapper_top.dc_top {
        padding:0px !important;
    }
	.header_contact ul.dc_header_cta li {
		margin-right:0px;
	}
}
@media screen and (max-width:1000px) {
	.dc_top_menu ul {
		display:flex;
		flex-wrap:wrap;
	}
	.dc_top_menu ul li {
		width:50%;
	}
	.top-menu.dc_top_menu ul li a {
		padding:50px 15px;
	}
}
@media screen and (max-width:700px) {
	.dc_list1 li {
		width:32%;
		padding:5px;
	}
	.dc_list1 li h3 {
		font-size:16px;
	}
	.dc_list1 li p {
		left:3px;
	}
	.dc_cta1 li {
		width:100%;
	}
	.dc_list2 li {
		padding:10px;
		margin-bottom: 25px;
	}
	.dc_list2 .dc_txt_orange {
		font-size:30px;
	}
	.dc_float .dc_floatr,
	.dc_float .dc_floatl {
		float: unset;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.dc_list2 li:after {
		width: 150px;
		height: 40px;
		bottom: -41px;
		left: calc(50% - 75px);
	}
	.dc_news li {
		margin-bottom:20px;
	}
	.dc_width.contact {
		padding:0;
	}
	.top-menu.dc_top_menu ul li a {
		padding:30px 15px;
		font-size:18px;
	}
}