@charset "utf-8";
/* CSS Document */
h3 { font-size:24px; }
h4 { font-size:20px; }
/* 目次のリストには余白をつけない */
#navi .ul-list li + li {
	margin-top: 0;
}
#navi .ul-list li:last-of-type {
	padding: 0;
}
#overview.content .main .section {
	padding:30px 0 0 0;
}
.main img:not(:first-child) {
	margin: 40px 0;
}
.sub_section {
	margin-bottom: 40px;
}
.content .btn_list li .btn_area .btn {
	width:43%;
	margin:0;
}
.image img { 
	margin:0; 
}
.content .subheadline {
	margin-top: 20px;
}
.link .pc { 
	display:block; 
	margin:20px 0; 
}
#anc003 .ul-list_circle li {
    position: relative;
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
#anc003 .ul-list_circle li::before {
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: -20px;
    background-color: #000;
    border-radius: 50px;
}
#anc003 .bold {
	font-weight: bold;
	font-size: 18px;
}
#anc003 .sub_section:nth-of-type(2) .read, 
#anc003 .sub_section:nth-of-type(3) .read {
	padding-bottom: 0;
}
#anc003 .sp {
	margin-bottom: 0;
}
#anc004 .table th {
	width: 30%;
	font-size: 20px;
}
#anc004 .table th,
#anc004 .table td {
	border: 1px solid #000;
	font-size: 16px;
}
#anc004 .sub_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
#anc004 .table_area {
	width: 60%;
}
#anc004 img {
	width: 40%;
	margin: 0;
}
#service {
	padding-top: 0;
} 
#service a[target="_blank"] {
	padding-left: 0;
}


#overview.content .main .service-contents .title-header {
	display: block;
}
#overview.content .main .service-contents .headline {
	border-bottom: none;
	font-size: 24px;
    line-height: 1.3;
    display: inline;
	text-align: left;
	padding-bottom: 0;
	margin: 0;
}
#overview.content .main .service-contents .headline span {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
#overview.content .main .service-contents .headline:after {
	display: none;
}
#overview.content .main .service-contents .miniheadline {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
    margin-top: 0;
	line-height: 1;
}
#overview.content .main .service-contents .miniheadline span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
	padding-top: 0;
    padding-bottom: 0;
	display: inline-block;
	line-height: 1.5;
}

@media only screen and (max-width: 769px){
	.image_pc , .link .pc{
		display: none;
	}
	#overview { 
		padding-top:30px; 
	}
	#overview.content .main .section {
		padding-top:60px;
	}
	.content .btn_list li .btn_area .btn { 
		width:auto; 
	}
	#overview .thmbnail-area {
		margin:20px 0; 
		}
	.link img { 
		margin:0 0 20px; 
	}
	#anc004 .sub_section {
		flex-direction: column-reverse;
	}
	#anc004 .table_area {
		width: 100%;
	}
	#anc004 img {
		width: 100%;
	}
	#service .image .click-area .sp {
		margin-bottom: 0;
	}
	#overview.content .main .service-contents .headline {
		padding-right: 0;
	}
	#overview.content .main .service-contents .headline span {
		font-size: 24px;
		padding: 0 20px;
		display: block;
	}
	#overview.content .main .service-contents a, .content a {
        word-break: break-all;
    }
}
