@charset "utf-8";
ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow_list li{
	border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 4px 10px;
    position: relative;
		background-color:#FFF;
}
ul.flow_list li::after{bottom: -34px;
    color:#ccc;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.15em;
}

.float-left-img2 { float: none; margin:auto; display:block; max-width:95%; width:100%; }
.float-right-img2 { float: none; margin:auto; display:block; max-width:95%; width:100%; }

.nav_lp img{border: 1px #333 solid;}
.sub_title_05{width: 80%; margin: 0 auto;}
.loan{
	padding: 20px;
	border: 1px #a9925f double;
	background-image:url(../../../img/bg.webp);
}
.loan nav{margin-bottom: 40px;}

.w-95{width: 95%; margin-left: auto; margin-right: auto;}
.w-100{width: 100%;}
h7{
	display: inline-block;
	font-size: 1rem !important;
	text-align: left !important;
	font-weight: bold;
	color: #007ac5 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.price{
	text-align: left;
	font-size: 0.9rem;
	margin-bottom: 30px;
}

.price-table tr{
	border-bottom: 1px #ddd solid;
}
.price-table tr:last-child{
	border-bottom: none;
}

.disease-box img{
	border-radius: 50%;
}
.disease-box h3{
	text-align: center;
	color: #666;
	border: none !important;
	border-bottom: 3px #ddd solid !important;
	display: inline-block;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.disease-box h4{
	text-align: center;
	color: #666;
	border-top: none;
	border-bottom: 3px #ddd solid !important;
	font-weight: bold;
	background-color: transparent;
	display: inline-block;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.disease-box section{
	margin-bottom: 3rem;
}
.disease-box ul li{
	text-align: left;
}
.disease-box .fas{
	padding-right: 0.3rem;
}
.what-box div{text-align: left;}
.what-box{
	margin-bottom: 3rem;
}
.what-box h3{
	border: none;
	padding-top: 0.5rem;
	padding-bottom: 0rem;
	padding-left: 0 !important;
	margin-bottom: 1rem !important;
	display: inline-block;
}
.what-box p{
	margin-top: 0;
	padding-top: 0 !important;
}

.ortho-area h3{
	border: none;
	text-align: center;
	color: #fff;
	background-color: #8093a3;
	font-size: 1.2rem;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	letter-spacing: 0.2rem;
	display: inline-block;
	margin-right: -0.2rem;
	margin-top: 2rem;
	padding: 0.5rem 1rem;
	border-radius: 30px;
}
#ortho-menu h4{
	border: none;
	background-color: transparent;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	color: #8093a3;
	position: relative;
	margin: 0;
}
#ortho-menu h4::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -0.5rem;
	display: inline-block;
	width: 6rem;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #8093a3;
}
#ortho-menu a{
	padding: 1rem 0;
	display: inline-block;
	width: 100%;
	color: #4997d9;
	transition: .5s;
	font-size: 0.9rem;
}
#ortho-menu a:hover{
	color: #8093a3;
}
.bbd{
	border-bottom: 1px #999 dotted;
}
.orth-circle{
	color:#999;
	position: relative;
	top: -0.15rem;
	left: -0.25rem;
}
#ortho-point h4{
	background-color: transparent;
	border-top: none;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-weight: bold;
	font-size: 1rem;
}
#ortho-point img{
	width: 100%;
	border-radius: 10px;
}
#ortho-point a{
	color: #4997d9;
	transition: .5s;
}
#ortho-point a:hover{
	color: #8093a3;
}
.border-0{border: none !important;}
.bg-0{background-color: transparent !important;}
.point{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.point div{
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	font-weight: bold;
	color: #8093a3;
	background-color: #e6e6e6;
	/*border: 1px #8093a3 solid;*/
	border-radius: 10px;
	width: calc(25% - 10px);
	line-height: 1.3;
	padding: 0.3rem 0;
	margin-top: 1rem;
}
.point span{
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width : 959px) { /* SP用 */
	.price-table{width: 100%;}
	.pc_bnr{display: none;}
	.sp_bnr{display: inline;}
	.disease-box img{
		width: 70%;
	}
	.disease-box ul{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.what-box h3{
		margin-top: 1rem;
	}
	.mt-sm-6{margin-top: 3rem;}
	.main-img{
		max-width: 100vw;
		margin-left: -20px;
	}
}

@media screen and (min-width : 960px) { /* デスクトップ用CSS */

	.w-md-30{width: calc(30% - 10px);}
	.w-md-70{width: calc(70% - 10px);}
	.w-md-95{width: 95%; margin-left: auto; margin-right: auto;}
	.price-table{width: 90%;}
	.price-table th{width: 50%;}

.float-left-img2		{
	float: left;
	margin-right: 20px;
	margin-bottom:30px;
	margin-top:30px;
	display: block;
	max-width: 200px;
	width: 100%;
}
.float-right-img2			{
	float: right;
	margin-left: 20px;
	display: block;
	max-width: 200px;
	width: 100%;
}
.flex-between{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.pc_bnr{display: inline;}
	.sp_bnr{display: none;}

	.disease-box section{
		width: calc(33.3333% - 20px);
	}
	.disease-box img{
		width: 80%;
	}
	.disease-box ul li{
		font-size: 0.85rem;
	}
	.main-img{
		margin-left: auto; margin-right: auto;
	}
}