@charset "utf-8";

/* プライバシーポリシー
------------------------------------------------------------*/
.pryvacy{margin-bottom: 0;}
.detail_title ul{
	display: flex;
	align-items: center;
}
.detail_title ul li,.detail_title h2,.entry h3,.entry h4{font-family: 'NotoSansJP-Bold';}
.detail_title ul li:first-child{
	color: #4d4d4d;
	margin-right: 25px;
}
.detail_title h2{
	font-size: 26px;
	letter-spacing: 0.1em;
}
.entry{
	padding: 65px 70px;
	border: solid 3px #f2f7f9;
	border-radius: 20px;
	margin-bottom: 75px;
}
.entry > *:first-child{padding-top: 0 !important;}
.entry > *:last-child{margin-bottom: 0!important;}
.entry h3,.entry h4{
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0.08em;
	padding-top: 35px;
}
.entry h3{
    font-size: 22px;
	padding-left: 40px;
}
.entry h3::before,.entry h4::before{
	content: "";
	display: block;
	position: absolute;
}
.entry h3::before{
	width: 25px;
	height: 25px;
	background: linear-gradient(to right,#1768ff,#22a9f4);
	top: calc(35px +  0.4rem);
	left: 0;
}
.entry > h3:first-child::before{top: 0.4rem;}
.entry h4{
	font-size: 20px;
	padding-left: 25px;
}
.entry h4::before{
	width: 3px;
	height: 20px;
	background-color: #1768ff;
	transform: rotate(-17deg);
	top: calc(35px +  0.5rem);
	left: 0;
}
.entry > h4:first-child::before{top: 0.5rem;}
.entry p{
	line-height: 1.8;
	margin-bottom: 20px;
}
.entry ul,.entry ol{margin: 30px 0;}
.entry ul li:not(:last-child),.entry ol li:not(:last-child){margin-bottom: 5px;}
.entry ul li {
    position: relative;
	padding-left: 20px;
}
.entry ul li::before {
    content: "";
    background: #1768ff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: .55rem;
    left: 0;
}
.entry ol{
	list-style-type:decimal;
	padding-left: 15px;
}
.entry ol li::marker{color: #1768ff;}
.entry a{
	color: #1768ff;
    text-decoration: underline;
    transition: .3s;
}
.detail .btn{
	max-width: 400px;
	background: linear-gradient(to right,#1768ff,#22a9f4);
	color: #fff;
	border-radius: 40px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
.detail .btn::after{background: #fff;}
	
/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	
	/* 詳細
	------------------------------------------------------------*/
	.detail_title ul li:first-child{margin-right: 15px;}
	.detail_title h2{font-size: 22px;}
	.entry{
		padding: 60px 40px;
		border-radius: 10px;
		margin-bottom: 65px;
	}
	.entry h3,.entry h4{
		margin-bottom: 20px;
		padding-top: 25px;
	}
	.entry h3{
		font-size: 20px;
		padding-left: 35px;
	}
	.entry h3::before{
		width: 20px;
		height: 20px;
		top: calc(25px +  0.4rem);
	}
	.entry h4{
		font-size: 18px;
		padding-left: 15px;
	}
	.entry h4::before{
		width: 2px;
		height: 16px;
		top: calc(25px +  0.5rem);
	}
	.entry p{margin-bottom: 15px;}
	.entry ul,.entry ol{margin: 20px 0;}
	.entry ul li {padding-left: 15px;}
	.entry ul li::before {
		width: 7px;
		height: 7px;
	}
	.detail .btn{
		max-width: 300px;
		padding: 15px 0;
	}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* 詳細
	------------------------------------------------------------*/
	.detail_title ul{flex-wrap: wrap;}
	.detail_title ul li:first-child{
		margin-right: 0;
		width: 100%;
	}
	.detail_title h2{font-size: 20px;}
	.entry{
		padding: 30px 20px;
	}
	.entry h3{
		font-size: 20px;
		padding-left: 25px;
	}
	.entry h3::before{
		width: 15px;
		height: 15px;
		top: calc(25px +  0.6rem);
	}
	.entry > h3:first-child::before{top: 0.6rem;}
}