@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:375px) {} /* iPhoneSE 375px / iPhone12mini 360px */


/*************************************************

 parts-breadcrumb

*************************************************/
.parts-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	max-width: 1230px;
	margin: 0 auto 30px;
	font-size: 14px;
}

.parts-breadcrumb__li {
	position: relative;
	padding-right: 35px;
}

.parts-breadcrumb__li::before {
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	content: '>';
	transform: translateY(-50%);
}

.parts-breadcrumb__li:last-child {
	padding-right: 0;
}

.parts-breadcrumb__li:last-child::before {
	display: none;
}

.parts-breadcrumb__anchor {
	color: #1F2128;
	text-decoration: none;
}

@media only screen and (max-width:767px) {
	.parts-breadcrumb {
		display: none;
	}
}



/*************************************************

 parts-radiusbox

*************************************************/

.parts-radiusbox {
	padding: 30px;
	border-radius: 30px 0 30px 0;
	background-color: #F8F1E1;
}

@media only screen and (max-width:767px) {
	.parts-radiusbox {
		padding: 25px 10px;
	}
}


/*************************************************

 parts-bigtitle01

*************************************************/
.parts-bigtitle01 {
	margin-bottom: 40px;
	line-height: 1;
}

.parts-bigtitle01__en {
	display: block;
	color: #E1251B;
	font-size: 40px;
	font-weight: 700;
}

.parts-bigtitle01__ja {
	display: block;
	font-weight: 700;
	font-size: 16p;
}

.parts-bigtitle01__en + .parts-bigtitle01__ja {
	margin-top: 10px;
}

@media only screen and (max-width:767px) {
	.parts-bigtitle01 {
		margin-bottom: 25px;
	}

	.parts-bigtitle01__en {
		font-size: 28px;
	}

	.parts-bigtitle01__ja {
		font-size: 14p;
	}

	.parts-bigtitle01__en + .parts-bigtitle01__ja {
		margin-top: 10px;
	}
}


/*************************************************

 parts-midtitle01

*************************************************/
.parts-midtitle01 {
	margin-bottom: 10px;
	color: #E1251B;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.parts-midtitle01.is-blue {
	color: #0D3CBA;
}

@media only screen and (max-width:767px) {
	.parts-midtitle01 {
		margin-bottom: 5px;
		font-size: 16px;
	}
}


/*************************************************

 parts-bordertitle01

*************************************************/
.parts-bordertitle01 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	border-bottom: #E1251B solid 2px;
}

.parts-bordertitle01.is-red {
	color: #E1251B;
}

.parts-bordertitle01__icon {
	width: 48px;
	line-height: 0;
}

.parts-bordertitle01__icon + .parts-bordertitle01__text {
	width: calc(100% - 48px);
}

@media only screen and (max-width:767px) {
	.parts-bordertitle01 {
		font-size: 20px;
	}
}



/*************************************************

 parts-articlelist

*************************************************/

.parts-articlelist__li + .parts-articlelist__li {
	margin-top: 25px;
}

.parts-articlelist__anchor {
	position: relative;
	display: flex;
	text-decoration: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	transition: opacity 0.3s;
}

.parts-articlelist__anchor::before {
	position: absolute;
	top: 100%;
	width: 0;
	display: block;
	content: '';
	height: 1px;
	background-color: #E1251B;
	transition: width 0.4s;
}

.parts-articlelist__date {
	width: 115px;
	line-height: 1.2;
}

.parts-articlelist__date__year {
	color: #E1251B;
	font-size: 16px;
	font-weight: 500;
}

.parts-articlelist__date__time {
	color: #E1251B;
	font-size: 25px;
	font-weight: 600;
}

.parts-articlelist__title {
	width: calc(100% - 115px);
	padding-top: 19px;
	color: #1F2128;
}

@media only screen and (min-width:768px) {
	.parts-articlelist__anchor:hover {
		opacity: 0.7;
	}
	.parts-articlelist__anchor:hover::before {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.parts-articlelist__date {
		width: 70px;
	}
	
	.parts-articlelist__date__year {
		font-size: 14px;
	}
	
	.parts-articlelist__date__time {
		font-size: 20px;
	}
	
	.parts-articlelist__title {
		width: calc(100% - 70px);
		padding-top: 16px;
	}
}



/*************************************************

 parts-articledetail__date

*************************************************/
.parts-articledetail__date {
	margin-bottom: 10px;
	color: #E1251B;
	line-height: 1.2;
}

.parts-articledetail__date__year {
	color: #E1251B;
	font-size: 16px;
	font-weight: 500;
}

.parts-articledetail__date__time {
	color: #E1251B;
	font-size: 25px;
	font-weight: 600;
}





/*************************************************

 parts-articledetail__title

*************************************************/
.parts-articledetail__title {
	margin-bottom: 40px;
	padding-bottom: 13px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	border-bottom: #E1251B solid 2px;
}

@media only screen and (max-width:767px) {
	.parts-articledetail__title {
		padding-bottom: 10px;
		font-size: 20px;
	}
}



/*************************************************

 parts-articledetail__body

*************************************************/

.parts-articledetail__body * {
	max-width: 100% !important;
}
.parts-articledetail__body:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.parts-articledetail__body h1,
.parts-articledetail__body h2,
.parts-articledetail__body h3,
.parts-articledetail__body h4,
.parts-articledetail__body h5,
.parts-articledetail__body h6 {
	position: relative;
	margin: 55px 0 15px;
	color: #E1251B;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
}
.parts-articledetail__body h1:first-child,
.parts-articledetail__body h2:first-child,
.parts-articledetail__body h3:first-child,
.parts-articledetail__body h4:first-child,
.parts-articledetail__body h5:first-child,
.parts-articledetail__body h6:first-child {
	margin-top: 0;
}
.parts-articledetail__body > * {
	margin-bottom: 2em;
}
.parts-articledetail__body ol {
	padding-left: 2.5em;
}
.parts-articledetail__body ul {
	padding-left: 1.7em;
}
.parts-articledetail__body li {
	margin-bottom: 0.3em;
}
.parts-articledetail__body ul li {
	list-style: disc outside;
}
.parts-articledetail__body ul li {
	position: relative;
}
.parts-articledetail__body ol {
	padding-left: 1.5em;
}
.parts-articledetail__body ol li {
	list-style: decimal outside;
}
.parts-articledetail__body strong {
	font-weight: 700;
}
.parts-articledetail__body em {
	font-style: italic;
}
.parts-articledetail__body blockquote {
	display: block;
	margin: 1.7em 0;
	padding: 30px 20px;
	font-size: 0.85em;
	background: #f5f5f5;
}
.parts-articledetail__body blockquote p {
	margin-bottom: 0;
}
.parts-articledetail__body *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.parts-articledetail__body h1,
	.parts-articledetail__body h2,
	.parts-articledetail__body h3,
	.parts-articledetail__body h4,
	.parts-articledetail__body h5,
	.parts-articledetail__body h6 {
		margin: 45px 0 13px;
		font-size: 18px;
	}
}




/*************************************************

 parts-articledetail__indexbtn

*************************************************/
.parts-articledetail__indexbtn {
	display: flex;
	justify-content: center;
}

.parts-articledetail__indexbtn__anchor {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 56px;
	padding: 5px 33px 5px 66px;
	border: #E1251B solid 2px;
	text-decoration: none;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 70px;
	background-color: #E1251B;
	transition: background-color 0.3s, color 0.3s;
}

.parts-articledetail__indexbtn__anchor::before,
.parts-articledetail__indexbtn__anchor::after {
	position: absolute;
	top: 0;
	left: 30px;
	display: block;
	content: '';
	width: 20px;
	height: 100%;
	background: url(../images/common/icon_arw04.svg) no-repeat center center / contain;
	transition: transform 0.3s, opacity 0.3s;
}

.parts-articledetail__indexbtn__anchor::after {
	opacity: 0;
}

.parts-articledetail__indexbtn__anchor::after {
	background-image: url(../images/common/icon_arw05.svg);
}

@media only screen and (min-width:768px) {
	.parts-articledetail__indexbtn__anchor:hover {
		color: #E1251B;
		background-color: #fff;
	}
	.parts-articledetail__indexbtn__anchor:hover::before {
		transform: translateX(-50%);
		opacity: 0;
	}
	.parts-articledetail__indexbtn__anchor:hover::after {
		transform: translateX(-50%);
		opacity: 1;
	}
}

@media only screen and (max-width:767px) {
	.parts-articledetail__indexbtn__anchor {
		min-height: 50px;
		padding: 5px 22px 5px 55px;
		font-size: 16px;
	}
	.parts-articledetail__indexbtn__anchor::before {
		left: 20px;
	}
}



/*************************************************

 parts-button01

*************************************************/

.parts-button01 {
	position: relative;
	display: inline-block;
	padding-right: 35px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.parts-button01::before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 20px;
	height: 100%;
	/* background: url(../images/common/icon_arw02.svg) no-repeat center center / contain; */
	transition: transform 0.3s;
}

@media only screen and (min-width:768px) {
	.parts-button01:hover::before {
		transform: translateX(50%);
	}
}

@media only screen and (max-width:767px) {
	.parts-button01 {
		padding-right: 30px;
		font-size: 16px;
	}

	.parts-button01::before {
		width: 18px;
	}
}



/*************************************************

 part-estimate__btn

*************************************************/
.part-estimate__btn {
	display: block;
	line-height: 0;
}



/*************************************************

 parts-pagenation

*************************************************/
.parts-pagenation {
	display: flex;
	justify-content: center;
}

.parts-pagenation > * {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -5px 0;
}

.parts-pagenation a,
.parts-pagenation span {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	margin: 10px 5px 0;
	border-radius: 50%;
	text-decoration: none;
	transition: background-color 0.3s;
}

.parts-pagenation a:hover,
.parts-pagenation .current {
	color: #fff;
	background-color: #E1251B;
}

.parts-pagenation .previouspostslink,
.parts-pagenation .nextpostslink {
	text-indent: -999px;
	background: url(../images/common/icon_arw03.svg) no-repeat center center / 8px auto;
}

.parts-pagenation .previouspostslink:hover,
.parts-pagenation .nextpostslink:hover {
	background-color: transparent;
}

.parts-pagenation .previouspostslink {
	transform: scale(-1, 1);
}

@media only screen and (max-width:767px) {
	.parts-pagenation a,
	.parts-pagenation span {
		width: 32px;
		height: 32px;
		margin: 6px 3px 0;
	}
}



/*************************************************

 parts-dotslist

*************************************************/
.parts-dotslist__li {
	position: relative;
	padding-left: 1em;
}

.parts-dotslist__li::before {
	position: absolute;
	top: 0.8em;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #1F2128;
}



/*************************************************

 parts-caplist

*************************************************/
.parts-caplist__li {
	position: relative;
	padding-left: 1.5em;
}

.parts-caplist__li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '※';
}


/*************************************************

 parts-numlist

*************************************************/
.parts-numlist {
	counter-reset: number 0;
}

.parts-numlist__li {
	position: relative;
	padding-left: 1.3em;
}

.parts-numlist__li::before {
	box-sizing: border-box;
	position: absolute;
	top: 0.55em;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.4em;
	height: 1.4em;
	font-size: 0.8em;
	padding-bottom: 1px;
	counter-increment: number 1;
	content: counter(number);
	border: #1F2128 solid 1px;
	border-radius: 50%;
	line-height: 1;
}




/*************************************************

 parts-contactbanner

*************************************************/
.parts-contactbanner {
	margin-top: 60px;
}
.parts-contactbanner a {
	display: block;
	line-height: 0;
}


/*************************************************

 parts-anchorlinks

*************************************************/

.parts-anchorlinks {
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
}

.parts-anchorlinks__li {
	margin-bottom: 30px;
	padding-left: 50px;
}

.parts-anchorlinks__anchor {
	position: relative;
	padding-right: 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	transition: transform 0.3s, opacity 0.3s;
}

.parts-anchorlinks__anchor::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	transform: translateY(-50%) rotate(90deg);
	/* background: url(../images/common/icon_arw02.svg) no-repeat center center / contain; */
	transition: transform 0.3s;
}

@media only screen and (min-width:768px) {
	.parts-anchorlinks__anchor:hover {
		opacity: 0.7;
	}
	.parts-anchorlinks__anchor:hover::before {
		transform: translateY(-30%) rotate(90deg);
	}
}

@media only screen and (max-width:767px) {
	.parts-anchorlinks {
		display: block;
		margin-left: 0;
	}

	.parts-anchorlinks__li {
		margin-bottom: 20px;
		padding-left: 0;
	}

	.parts-anchorlinks__anchor {
		font-size: 16px;
	}

	.parts-anchorlinks__anchor::before {
		width: 18px;
		height: 18px;
	}
}




/*************************************************

 parts-ancpoint

*************************************************/
.parts-ancpoint {
	position: relative;
	top: -20px;
}




/*************************************************

 parts-textarea

*************************************************/
.parts-textarea > * {
	margin-bottom: 1.8em;
}

.parts-textarea > *:last-child {
	margin-bottom: 0;
}




/*************************************************

 parts-icontexts

*************************************************/
.parts-icontexts {
	display: flex;
	padding: 20px;
	background-color: #F8F1E1;
}

.parts-icontexts__ico {
	box-sizing: border-box;
	width: 115px;
	line-height: 0;
	padding-right: 20px;
}

.parts-icontexts__txt {
	width: calc(100% - 115px);
	color: #E1251B;
	font-size: 18px;
	font-weight: 500;
}

@media only screen and (max-width:767px) {
	.parts-icontexts {
		padding: 15px;
	}
	
	.parts-icontexts__ico {
		width: 80px;
		padding-right: 15px;
	}
	
	.parts-icontexts__txt {
		width: calc(100% - 80px);
		font-size: 14px;
	}
}



/*************************************************

 parts-line

*************************************************/
.parts-line {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0;
	border: none;
	border-bottom: #A8A8A8 dashed 1px;
}
