@charset "UTF-8";

/* m_img
---------------------------------------------------------*/
.m_img_area{
	width: 100%;
	height: 100vh;
    z-index: 501;
}
.m_img{
	position: relative;
	background: url("../images/top/m_bg@2x.jpg")no-repeat top right;
	background-size: cover;
    z-index: 0;
}
.m_img .m_copy{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 95%;
	height: 100%;
}
.m_img .m_copy .m_copy_l{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 2.5%;
	width: 57%;
	max-width: 811px;
	z-index: 2;
}
.m_img .m_copy .m_copy_l::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/m_copy_shadow@2x.png") no-repeat top left;
	background-size: 100% 100%;
	width:120%;
	height: 110%;
	left: -15%;
	top:50%;
	transform: translateY(-50%); 
}
.m_img .m_copy .m_copy_l dt{
	filter: drop-shadow(0 0 10px rgba(0,0,0,1));
}
.m_img .m_copy .m_copy_l dd{
	font-size: min(260%,3vw);
	letter-spacing: 0.05em;
	line-height: 1.6em;
	color: #fff;
	padding-left: 0.4em;
	box-sizing: border-box;
	margin-top: 1.2em;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.6));
}
.m_img .m_copy .m_copy_r{
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 44.5%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.m_img_area,
.m_img{
	height: auto!important;
}
.m_img .m_copy{
	position: static;
	display: flex;
    justify-content: space-between;	
	align-items: flex-end;	
	padding: 8vw 0 3vw;
}
.m_img .m_copy .m_copy_l{
	position: static;
	transform: translateY(0);
	width: 50%;
	padding-bottom: 5vw;
}
.m_img .m_copy .m_copy_l dd{
	margin-top: 1em;
}
.m_img .m_copy .m_copy_r{
	position: static;
	width: 50%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.m_img_area,
.m_img{
	min-height: 110vw!important;
}
.m_img{
	background: url("../images/top/m_bg_sp@2x.jpg")no-repeat top right #324170;
	background-size: 100% auto;
}
.m_img .m_copy{
	width: 90%;
	flex-wrap: wrap;
}
.m_img .m_copy .m_copy_l{
	width: 90%;
	top:auto;
	bottom: 53vw;
	transform: translateY(0);
}
.m_img .m_copy .m_copy_l dd{
	font-size: 4vw;
	margin-top: 1em;
}
.m_img .m_copy .m_copy_r{
	width:100%;
	top:auto;
	bottom: 8vw;
}
}






/* lead
---------------------------------------------------------*/
#lead .bg{
	position: relative;
}
#lead .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: linear-gradient(to bottom,  rgba(243,245,241,0) 0%,rgba(243,245,241,1) 100%);
	background-size: 100% auto;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0;
}
#lead .w1340{
	position: relative;
	text-align: center;
}
#lead .w1340::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/lead01@2x.png")no-repeat top right;
	background-size: 100% auto;
	width: 29%;
	height: 1000px;
	top:-10px;
	right: 5.5%;
}
#lead .lead_inbox{
	position: relative;
	z-index: 2;
}

#lead h2{
	display: flex;
    justify-content: center;	
	align-items: flex-end;	
}
#lead h2 .img{
	width: 20em;
}
#lead h2 .ft_zen{
	padding-left: .7em;
	box-sizing: border-box;
	padding-bottom: 1.3em
}
#lead h3 span{
	display: block;
}
#lead h4{
	display: inline-block;
	border-top:1px solid #315494;
	border-bottom:1px solid #315494;
	color: #315494;
	width: 100%;
	max-width: 900px;
	padding: .6em 0 .7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#lead h2{
	display: block;
	margin-bottom: 8%;
}
#lead h2 .img{
	width: 100%;
}
#lead h2 .ft_zen{
	padding-left: 0;
	padding-bottom: 0
}
}








/* case_slide
---------------------------------------------------------*/
#case_slide .case_slide li{
	width: 608px;
	border:1px solid #c8a326;
	border-radius: 5px;
	padding: 40px 4%;
	box-sizing: border-box;
	margin-right: 30px;
}
#case_slide .case_slide .col3{
	display: flex;
    justify-content: space-between;align-items: center;	
}
#case_slide .case_slide .col3 .img{
	position: relative;
	width: 45%;
	height: 156px;
	aspect-ratio: 228 / 156;
	overflow: hidden;
}
#case_slide .case_slide .col3 .img img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain; /* 縦横比を維持して最大表示 */
	display: block;
}
#case_slide .case_slide .col3 .arrow{
	width: 4%;
	aspect-ratio: 16 / 18;
}
#case_slide .case_slide p{
	text-align: center;
	margin-top: 1.3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#case_slide .case_slide li{
	padding: 4%;
}
#case_slide .case_slide p{
	margin-top: 1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#case_slide .case_slide li{
	width: 80vw;
	padding: 4% 4% 7%;
	margin-right: 3vw;
}
#case_slide .case_slide p{
	margin-top: .1em;
}
}




/* reason
---------------------------------------------------------*/
#reason .bg{
	position: relative;
	background: url("../images/top/reason_shadow@2x.png")no-repeat top center;
	background-size: 100% auto;
}
#reason .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/reason_bg@2x.png")no-repeat top right;
	background-size: 100% 100%;
	width: 77%;
	height: 55%;
	top:0;
	right: 0;
	z-index: -2;
}
#reason .bg::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/reason_bg2@2x.png")no-repeat bottom right;
	background-size: 100% 100%;
	width: 77%;
	height: 55%;
	bottom:0;
	right: 0;
	z-index: -2;
}
#reason .bg2{
	position: relative;
}
#reason .bg2::before{
	position: absolute;
	display: block;
	content: "";
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: 100% auto;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#reason h2{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#reason .reason_list h3{
	color: #d0b147;
	opacity: .3;
}

#reason .reason_list .con250{
	margin-top: -0.55em;
	margin-bottom: -0.3em;
}
#reason .reason_list .txt_r .con250{
	text-align: right;
}

#reason .reason_list .img_r{
	float: right;
	width: 51%;
	max-width: 670px;
}
#reason .reason_list .img_l{
	float: left;
	width: 51%;
	max-width: 670px;
}
#reason .reason_list .txt_l{
	float: left;
	width: 45%;
}
#reason .reason_list .txt_r{
	float: right;
	width: 45%;
}
#reason .reason_list .txtbox{
	width: 88.5%;
}
#reason .reason_list .txt_l .txtbox{
	margin-left: auto;
	margin-right: 0;
}
#reason .reason_list .txt_r .txtbox{
	margin-right: auto;
	margin-left: 0;
}
#reason .reason_list h4{
	padding-bottom: .7em;
	margin-bottom: .7em;
	position: relative;
}
#reason .reason_list h4::before{
	position: absolute;
	display: block;
	content: "";
background: linear-gradient(to right,  rgba(225,230,233,1) 1%,rgba(200,163,38,1) 100%); 
	background-size: 100% auto;
	width: 122%;
	height: 1px;
	bottom: 0;
}
#reason .reason_list .txt_l h4::before{
	left: -6%;
}
#reason .reason_list .txt_r h4::before{
	right: -6%;
}

#reason .reason1_sub{
	max-width: 1202px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
#reason .reason1_sub .img_l{
	width: 59%;
}
#reason .reason1_sub .txt_r{
	width:37%;
	text-align: center;
}
#reason .reason1_sub .txt_r ul{
	max-width: 386px;
	margin: 0 auto;
}
#reason .reason1_sub .txt_r li{
    font-size: min(130%,2vw);
	letter-spacing: 0.15em;
	line-height: 1.6em;
	border-bottom: 1px solid #dadee5;
	padding-bottom: .7em;
	margin-bottom: .8em;
	text-align: center;
}
#reason .reason1_sub .txt_r li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#reason .reason1_sub .txt_r li p{
	position: relative;
	padding-left: 2.5em;
	box-sizing: border-box;
	width: 17em;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}
#reason .reason1_sub .txt_r li p::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/check.svg")no-repeat top left;
	background-size: 100% auto;
	width: 2em;
	height: 2em;
	top:-0.1em;
	left: 0;
}

#reason .reason3_sub{
	display: block;
	background: #fff;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
	padding-left: 5%;
	padding-right: 5%;
}
#reason .reason3_sub_inbox{
	max-width: 1200px;
	margin: 0 auto;
}
#reason .reason3_sub ul{
	display: flex;
    justify-content: space-between;
}
#reason .reason3_sub ul li{
	width: 49.2%;
	background: linear-gradient(to bottom,  rgba(114,156,224,1) 0%,rgba(79,114,194,1) 100%);
	border-radius: 10px;
	padding: 40px 3.5%;
	box-sizing: border-box;
}
#reason .reason3_sub ul li .img{
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
#reason .reason3_sub ul li .img div{
	width: 57%;
	height: min(190px,15vw);
	aspect-ratio: 290 / 190;
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
#reason .reason3_sub ul li .img p{
	width: 43%;
	text-align: center;
}
#reason .reason3_sub ul li > p{
	max-width: 452px;
	margin: 0 auto;
}

#reason .reason5_sub{
	display: block;
	background: #fff;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
	padding-left: 5%;
	padding-right: 5%;
}
#reason .reason5_sub .zen23{
	text-align: center;
	background: #8590a7;
	padding: .5em 1em;
	box-sizing: border-box;
}
#reason .reason5_sub ul{
	max-width: 1060px;
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
}
#reason .reason5_sub ul li{
	width: 32.4%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#reason h2{
	margin-bottom:7.5%;
}
#reason .reason_list .txtbox{
	width: 100%;
}
#reason .reason1_sub .txt_r li{
	letter-spacing: 0.1em;
}
#reason .reason1_sub .txt_r li p{
	padding-left: 2.3em;
}
#reason .reason1_sub .txt_r li p::before{
	width:1.8em;
	height:1.8em;
}

#reason .reason3_sub ul li{
	padding: 4% 3.5%;
}

#reason .reason5_sub .zen23{
	padding: .4em 1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#reason h2{
	width: 100%;
}

#reason .reason_list .img_r,
#reason .reason_list .img_l{
	float: none;
	width: 100%;
	margin: 0 auto;
}
#reason .reason_list .txt_l,
#reason .reason_list .txt_r{
	float: none;
	width: 100%;
	position: relative;
	z-index: 2;
}
#reason .reason_list .txtbox{
	width: 100%;
}
#reason .reason_list .con250{
	text-align: right!important;
}
#reason .reason_list h4::before{
	width: 100%;
}
#reason .reason_list .txt_l h4::before{
	left: 0;
}
#reason .reason_list .txt_r h4::before{
	right:0;
}

#reason .reason1_sub{
	display: block;
}
#reason .reason1_sub .img_l{
	width: 100%;
}
#reason .reason1_sub .txt_r{
	width: 100%;
}
#reason .reason1_sub .txt_r ul{
	max-width: 100%;
}
#reason .reason1_sub .txt_r li{
    font-size: 100%;
}

#reason .reason3_sub ul{
	display: block;
}
#reason .reason3_sub ul li{
	width: 100%;
	padding: 5%;
	margin-bottom: 4%;
}
#reason .reason3_sub ul li:last-child{
	margin-bottom:0;
}
#reason .reason3_sub ul li .img div{
	height: 30vw;
}

#reason .reason5_sub .zen23{
	padding: .5em .5em .6em;
}
#reason .reason5_sub ul{
	flex-wrap: wrap;
	justify-content: center;
}
#reason .reason5_sub ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#reason .reason5_sub ul li:nth-child(even){
	margin-right: 0;
}
}






/* omo
---------------------------------------------------------*/
#omo .bg{
	position: relative;
background: linear-gradient(45deg,  #cdb043 0%,#987d3c 100%); 
}
#omo .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/omo_arrow.svg")no-repeat top center;
	background-size: 100% auto;
	width: min(85px,7vw);
	height: 45px;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
#omo .bg::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/omo_shadow@2x.png")no-repeat top center;
	background-size: 100% auto;
	width: 100%;
	height: 500px;
	top:0;
	left: 0;
}
#omo .omo_list{
	display: flex;
    justify-content: space-between;
}
#omo .omo_list li{
	position: relative;
	width: 25%;
	padding: 0 1.8rem 40px;
	box-sizing: border-box;
}
#omo .omo_list li:nth-child(odd)::before{
	position: absolute;
	display: block;
	content: "";
	background: rgba(255,255,255,0.1);
	background-size: 100% auto;
	width: 100%;
	height: calc(100% - 3em);
	bottom: 0;
	left: 0;
}
#omo .omo_list li div,
#omo .omo_list li h3,
#omo .omo_list li p{
	position: relative;
	z-index: 2;
}
#omo .omo_list li div{
	width: 80%;
	margin: 0 auto;
}
#omo .omo_list li h3{
	text-align: center;
	height: 2em;
	line-height: 1em;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 1em 0 .5em;
}
#omo .omo_list li h3 small{
	font-size:60%;
}

#omo .omo_attention{
	position: relative;
	padding: 0 4.5% 60px;
	box-sizing: border-box;
}
#omo .omo_attention::before{
	position: absolute;
	display: block;
	content: "";
	background: #fff;
	background-size: 100% auto;
	width: 100%;
	height: calc(100% - 1em);
	bottom: 0;
	left: 0;
}
#omo .omo_attention .icon{
	width: min(70px,7vw);
	margin-left: auto;
	margin-right: auto;
}
#omo .omo_attention .inbox{
	position: relative;
	z-index: 2;
}
#omo .omo_attention .img_l{
	width: 36%;
	float: left;
}
#omo .omo_attention .txt_r{
	width: 60%;
	float: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#omo .omo_list li{
	padding: 0 1rem 4%;
}
#omo .omo_list li:nth-child(odd)::before{
	height: calc(100% - 2.5vw);
}
#omo .omo_list li h3{
	letter-spacing: normal;
}
#omo .omo_list li h3 small{
	font-size:60%;
}

#omo .omo_attention{
	padding: 0 4% 5%;
}
#omo .omo_attention .com_btm_40{
	margin-bottom: 3%;
}
#omo .omo_attention .img_l{
	margin-right: 4%;
	margin-bottom: 1em;
}
#omo .omo_attention .txt_r{
	width:100%;
	float: none;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#omo .bg::before{
	width: 10vw;
}
#omo .omo_list{
	display: block;
}
#omo .omo_list li{
	width: 100%;
	padding: 0 5% 4%;
	margin-bottom: 5%;
}
#omo .omo_list li:last-child{
	margin-bottom: 0;
}
#omo .omo_list li:nth-child(odd)::before{
	height: calc(100% - 6vw);
}
#omo .omo_list li div{
	width: 45%;
}
#omo .omo_list li h3{
	font-size:140%!important;
	height: auto;
	line-height: 1.1em;
	display: block;
	margin: 4% 0 .3em;
}
#omo .omo_list li h3 small{
	font-size:80%;
}

#omo .omo_attention{
	padding: 0 5% 5%;
}
#omo .omo_attention::before{
	height: calc(100% - 1em);
}
#omo .omo_attention .icon{
	width: 10vw;
}
#omo .omo_attention .img_l{
	width: 85%;
	float: none;
	margin: 0 auto 4%;
}
#omo .omo_attention .txt_r{
	width: 100%;
	float: none;
}
}








/* movie
---------------------------------------------------------*/
#movie .bg{
	position: relative;
}
#movie .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/movie_grd@2x.png")no-repeat top right;
	background-size: 100% auto;
	width: 46.5%;
	max-width: 700px;
	height: 520px;
	top:0;
	right: 0;
	z-index: -2;
}
#movie .bg::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/movie_bg@2x.png")no-repeat bottom left;
	background-size: 100% auto;
	width: 53%;
	max-width: 790px;
	height: 430px;
	bottom:0;
	left: 0;
	z-index: -2;
}
#movie .con175{
	color: #eff1f3;
	margin-bottom: -0.3em;
}
#movie .flex_l{
	width: 40%;
	text-align: center;
}
#movie .flex_l .flex_l_inbox{
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}
#movie .flex_l .flex_l_inbox span:nth-child(1){
	display: block;
	margin-left: -5%;
	margin-bottom: -0.6em;
	width: 11em;
}
#movie .flex_r{
	width: 53%;
}
#movie .flex_r div{
	position: relative;
}
#movie .flex_r div::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/movie_shadow@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 100%;
	height: 300px;
	top:100%;
	left: 0;
}
#movie .flex_r iframe{
	display: block;
	height: min(370px,27vw);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#movie .bg{
	padding: 4vw 0 8vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#movie .bg{
	padding-top: 10%;
	padding-bottom: 25%;
}
#movie .bg::before{
	width: 70%;
}
#movie .bg::after{
	width: 70%;
}
#movie .flex_box{
	display: block;
}
#movie .flex_l{
	width: 100%;
	margin-bottom: 5%;
}
#movie .flex_l .flex_l_inbox span:nth-child(1){
	margin-left:0;
	margin-bottom: -0.6em;
	width: 11em;
}
#movie .flex_r{
	width: 100%;
}
#movie .flex_r iframe{
	height: 45vw;
}
}






/* case
---------------------------------------------------------*/
#case .bg{
	background: linear-gradient(to bottom,  rgba(49,84,148,1) 0%,rgba(114,156,224,1) 100%);
}
.com_index1{
	text-align: center;
}
.com_index1 .ft_zen{
	margin-top: .6em;
}
#case .case_list > li .inbox{
	display: block;
	background: #fff;
	margin-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
}
#case .case_list > li:last-child .inbox{
	margin-bottom: 0;
}
#case .case_list .zen30{
	border-bottom: 1px solid #b2b2b2;
	text-align: center;
}
#case .case_list .img_list{
	display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 946px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3.5rem;
}
#case .case_list .img_list:has(+ .img_list){
	margin-bottom: 50px;
}
#case .case_list .img_list .img{
	position: relative;
	width: 46%;
	text-align: center;
}
#case .case_list .img_list .img div{
	position: relative;
	overflow: hidden;
	 /*aspect-ratio: 433 / 297; */
}
#case .case_list .img_list .img div img{
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain; 
	display: block;*/
	width: 100%!important;
	height: auto!important;
}
#case .case_list .img_list .img h4{
	position: absolute;
	bottom: -3.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #c8a326;
}
#case .case_list .img_list .arrow{
	width: 5%;
}
#case .case_list .img_list .arrow img{
	aspect-ratio: 22 / 25;
}
#case .case_list .subimg_list{
	max-width: 895px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: start;
	flex-wrap: wrap;
	margin-top: 70px;
}
#case .case_list .subimg_list > li{
	width: 29%;
	margin-right: 6.5%;
}
#case .case_list .subimg_list > li:nth-child(3n){
	margin-right: 0;
}
#case .case_list .subimg_list > li .img{
	position: relative;
	overflow: hidden;
	aspect-ratio: 259 / 178;
}
#case .case_list .subimg_list > li .img img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain; /* 縦横比を維持して最大表示 */
	display: block;
}
#case .case_list .subimg_list > li p{
	margin-top: 1em;
	line-height: 2em;
}
#case .case_list table{
	margin-top: 100px;
}
#case .case_list table th,
#case .case_list table td{
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: top;
}
#case .case_list table th{
	width: 25.5%;
	background: #8590a7;
	color: #fff;
	padding: 1.5rem 3.2rem;
	font-size:115%;
}
#case .case_list table td{
	width: 74.5%;
	background: #edeef2;
	padding: 1.5rem 2.5rem;
}
#case .case_list .risk{
	margin-top: 40px;
	border:6px solid #edeef2;
	padding: 25px 3.5% 30px;
	box-sizing: border-box;
	text-align: center;
}
#case .case_list .risk h5{
	font-size:130%;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding-bottom: .7em;
	border-bottom: 1px solid #252f4d;
	margin-bottom: 1em;
}
#case .case_list .risk p{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	max-width: 900px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.com_index1 .ft_zen{
	margin-top: .3em;
}
#case .case_list .img_list{
	padding-bottom: 2rem;
}
#case .case_list .img_list:has(+ .img_list){
	margin-bottom: 4%;
}
#case .case_list .img_list .img h4{
	bottom: -2rem;
}
#case .case_list .img_list .arrow{
	width: 3%;
}
#case .case_list .subimg_list{
	margin-top: 6%;
}
#case .case_list .subimg_list > li{
	width: 30%;
	margin-right: 5%;
}
#case .case_list .subimg_list > li p{
	margin-top: .8em;
	line-height: 1.8em;
}
	
#case .case_list table{
	margin-top: 8%;
}
#case .case_list table th{
	width: 30%;
	padding: 1.3rem 1.2rem;
	font-size:110%;
	letter-spacing: normal;
}
#case .case_list table td{
	width: 70%;
	padding: 1.3rem 1.2rem;
	letter-spacing: normal;
}
	
#case .case_list .risk{
	margin-top:4%;
	padding: 3% 4% 4%;
}
#case .case_list .risk h5{
	font-size:110%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.com_index1 .ft_zen{
	margin-top: .2em;
}
#case .case_list .img_list{
	display: block;
	padding-bottom: 0;
}
#case .case_list .img_list:has(+ .img_list){
	margin-bottom: 15%;
}
#case .case_list .img_list .img{
	position: relative;
	padding-bottom: 2.5rem;
	width:100%;
}
#case .case_list .img_list .img h4{
	bottom: 0;
}
#case .case_list .img_list .arrow{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: .7em auto .2em;
}
#case .case_list .img_list .arrow img{
	display: inline-block;
	margin: 0 auto;
	transform: rotate(90deg);
}
	
#case .case_list .subimg_list{
	justify-content: space-between;
	margin-top: 8%;
	margin-bottom: -5%;
}
#case .case_list .subimg_list > li{
	width: 47%;
	margin-right:0;
	margin-bottom: 5%;
}
#case .case_list .subimg_list > li p{
	font-size:85%;
	letter-spacing: normal;
	line-height: 1.8em;
	margin-top: .5em;
}
#case .case_list table{
	margin-top: 8%;
}
#case .case_list table th,
#case .case_list table td{
	display: block;
}
#case .case_list table th{
	width: 100%;
	padding: .8rem 1rem;
	font-size:100%;
	border-bottom: none;
}
#case .case_list table td{
	width: 100%;
	padding: 1rem 5% 2rem;
}
#case .case_list .risk{
	margin-top: 4%;
	padding:5% 5% 6%;
}
#case .case_list .risk h5{
	font-size:110%;
}
}








/* doctor
---------------------------------------------------------*/
#doctor .bg{
	position: relative;
	background: #ebf1ff;
	overflow: hidden;
}
#doctor .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/doc_sankaku@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 80%;
	top: 0;
	left: 0;
	aspect-ratio: 1200 / 1430;
	z-index: 1;
}
#doctor .bg::after{
	position: absolute;
	content: "";
	width: 80%;
	aspect-ratio: 1200 / 1430;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(235,241,255,0) 0%,rgba(235,241,255,1) 100%); 
	pointer-events: none;
	z-index: 1;
}
#doctor .bg .abs{
	position: absolute;
	top:-1px;
	right: 0;
	width: 58%;
	z-index: 2;
}
#doctor .bg2{
	background: #ebf1ff;
}
#doctor .w1266{
	position: relative;
	z-index: 3;
}
#doctor .ft_con{
	color: #729ce0;
	margin-bottom: .5em;
}
#doctor .lead{
	max-width: 1200px;
	margin: 0 auto;
}
#doctor .lead dt{
	margin-bottom: 1em;
}

#intyo .intyo1{
	display: flex;
    justify-content: space-between;
	align-items: flex-end;	
}
#intyo .intyo1 .profile{
	width: 50%;
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
#intyo .intyo1 .profile .img{
	width: 45%;
}
#intyo .intyo1 .profile .txt{
	width: 50%;
	text-align: center;
}
#intyo .intyo1 .profile .txt_inbox{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
#intyo .intyo1 .profile .zen35{
	margin: .3em 0 .7em;
}

#intyo .intyo1 .appeal{
	width: 46%;
	max-width: 500px;
}
#intyo .intyo1 .appeal li{
	position: relative;
	margin-bottom: 8px;
	height:5.5em;
	font-size: min(130%,1.7vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
#intyo .intyo1 .appeal li:nth-child(2){
	margin-left: 1em;
}
#intyo .intyo1 .appeal li:nth-child(3){
	margin-left: 2em;
}
#intyo .intyo1 .appeal li::before{
	position: absolute;
	display: block;
	content: "";
	background: linear-gradient(to right,  rgba(79,114,194,1) 1%,rgba(114,156,224,1) 100%); 
	background-size: 100% auto;
	width: calc(100% + 6em);
	height: 100%;
	left: 0;
	top:0;
}
#intyo .intyo1 .appeal li:nth-child(2)::before{
	width: calc(100% + 7em);
}
#intyo .intyo1 .appeal li:nth-child(3)::before{
	width: calc(100% + 8em);
}
#intyo .intyo1 .appeal li::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/doc_tag.svg")no-repeat top right;
	background-size: auto 100%;
	width: 2em;
	height: 100%;
	top:0;
	right: calc(100% - 1px);
}
#intyo .intyo1 .appeal li:last-child{
	margin-bottom: 0;
}
#intyo .intyo1 .appeal li .ft_zen{
	position: absolute;
	bottom: -0.08em;
	right: 0;
	color: #000;
	opacity: 0.15;
	font-size: 380%;
	letter-spacing: 0.05em;
	line-height: 1em;
}
#intyo .intyo1 .appeal li:nth-child(2) .ft_zen{
	right: -0.3em;
}
#intyo .intyo1 .appeal li:nth-child(3) .ft_zen{
	right: -0.6em;
}
#intyo .intyo1 .appeal li h5{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.5em;
	font-weight: bold;
}
#intyo .intyo2{
	display: flex;
    justify-content: space-between;
}
#intyo .intyo2 > div{
	width: 48%;
	display: flex;
    justify-content: space-between;
}
#intyo .intyo2 .reki_l h6{
	width: 3.5em;
}
#intyo .intyo2 .reki_l ul{
	width: calc(100% - 3.5em);
}
#intyo .intyo2 .reki_r h6{
	width: 5.5em;
}
#intyo .intyo2 .reki_r ul{
	width: calc(100% - 5.5em);
}
#intyo .intyo2 li{
	position: relative;
	padding-left: 1.2em;
	box-sizing: border-box;
}
#intyo .intyo2 li::before{
	position: absolute;
	content: "・";
	top:0;
	left: 0;
}

#history{
	background: #fff;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
	padding-left: 5%;
	padding-right: 5%;
}
#history .inbox{
	max-width: 1100px;
	margin: 0 auto;
}
#history .con55{
	color: #729ce0;
}
#history ul{
	display: flex;
    justify-content: start;
	flex-wrap: wrap;
}
#history ul.list1 li{
	width: 31%;
	margin-right: 3.5%;
	text-align: center;
	margin-top: 3%;
}
#history ul.list1 li:nth-child(3n){
	margin-right: 0;
}
#history ul.list1 li:nth-child(-n+3){
	margin-top: 0;
}
#history ul.list1 li p{
	margin-top: .7em;
}
#history ul.list2 li{
	width: 14%;
	margin-right: 0.33%;
}
#history ul.list2 li:nth-child(7n){
	margin-right: 0;
}
#history ul.list3 li{
	width:18%;
	margin-right: 2.5%;
	margin-top: 2.5%;
}
#history ul.list3 li:nth-child(5n){
	margin-right: 0;
}

#history .link_list{
    justify-content: center;
	max-width: 1034px;
	margin: 0 auto;
}
#history .link_list li{
	position: relative;
	width: 48%;
	margin-right: 4%;
	background:url("../images/top/doc_bnr1@2x.jpg")no-repeat top right #a64744;
	background-size: auto 100%;
}
#history .link_list li.type2{
	background:url("../images/top/doc_bnr2@2x.jpg")no-repeat top right #3e7dcc;
	background-size: auto 100%;
}
#history .link_list li:nth-child(2n),
#history .link_list li:last-child{
	margin-right: 0;
}
#history .link_list li a{
	display: block;
	padding: 2.8em 2.5em 1.8em;
	box-sizing: border-box;
}
#history .link_list li i{
	font-size: 180%;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: .5em;
	right: 1em;
	line-height: 1.4em;
	color: #ae4e44;
}
#history .link_list li.type2 i{
	color: #3e8ccc;
}
#history .link_list li .ft_con{
	position: absolute;
	top:-0.15em;
	left: .5em;
	color: #ae4e44;
	mix-blend-mode:multiply;
}
#history .link_list li.type2 .ft_con{
	color: #3e8ccc;
}
#history .link_list li .ft_zen{
	line-height: 1.3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#intyo .intyo1 .appeal li{
	margin-bottom:5px;
	height:5em;
	letter-spacing: 0.05em;
}
	
#intyo .intyo2 .reki_l h6{
	width: 2.5em;
}
#intyo .intyo2 .reki_l ul{
	width: calc(100% - 2.5em);
}
#intyo .intyo2 .reki_r h6{
	width: 4.5em;
}
#intyo .intyo2 .reki_r ul{
	width: calc(100% - 4.5em);
}
#intyo .intyo2 li{
	letter-spacing: normal;
	padding-left: 1.2em;
}
#intyo .intyo2 li::before{
	position: absolute;
	content: "・";
	top:0;
	left: 0;
}

#history .his_index .con55{
	margin-bottom: .2em;
}
#history .link_list li{
	width: 49%;
	margin-right: 2%;
}
#history .link_list li a{
	padding: 2.5em 2em 1.3em;
}
#history .link_list li i{
	font-size: 150%;
	bottom: .7em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#doctor .ft_con{
	margin-bottom: .4em;
}
#doctor .lead dt{
	margin-bottom: .8em;
}

#intyo .intyo1{
	display: block;
	margin-top: 15%;
}
#intyo .intyo1 .profile{
	width: 100%;
	margin-bottom: 5%;
}

#intyo .intyo1 .appeal{
	width: 100%;
	max-width:100%;
}
#intyo .intyo1 .appeal li{
	margin-bottom: 2vw;
	height: 4.5em;
	font-size: 90%;
	letter-spacing: 0.05em;
}
#intyo .intyo1 .appeal li .ft_zen{
	right: 0.2em;
}
#intyo .intyo1 .appeal li:nth-child(2) .ft_zen{
	right: -0.1em;
}
#intyo .intyo1 .appeal li:nth-child(3) .ft_zen{
	right: -0.3em;
}
#intyo .intyo1 .appeal li h5{
	left: 1.5em;
}
	
#intyo .intyo2{
	display: block;
}
#intyo .intyo2 > div{
	width: 100%;
	display: block;
	margin-bottom: 5%;
}
#intyo .intyo2 > div:last-child{
	margin-bottom: 0;
}
#intyo .intyo2 .reki_l h6,
#intyo .intyo2 .reki_l ul,
#intyo .intyo2 .reki_r h6,
#intyo .intyo2 .reki_r ul{
	width: 100%;
}
#intyo .intyo2 li{
	font-size:90%;
}


#history .con55{
	margin-bottom: 0;
}
#history ul.list1 li{
	width: 48%;
	margin-right: 4%!important;
	margin-top: 6%!important;
}
#history ul.list1 li:nth-child(2n){
	margin-right: 0!important;
}
#history ul.list1 li:nth-child(-n+2){
	margin-top: 0!important;
}
#history ul.list1 li p{
	margin-top: .3em;
}
	
#history ul.list2 li{
	width: 24%;
	margin-right: 1.33%!important;
	margin-top: 1.33%!important;
}
#history ul.list2 li:nth-child(4n){
	margin-right: 0!important;
}
#history ul.list2 li:nth-child(-n+4){
	margin-top: 0!important;
}
	
#history ul.list3 li{
	width: 32%;
	margin-right: 2%!important;
	margin-top: 2%!important;
}
#history ul.list3 li:nth-child(3n){
	margin-right: 0!important;
}
#history ul.list3 li:nth-child(-n+3){
	margin-top: 0!important;
}
	
#history .link_list{
	display: block;
}
#history .link_list li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 4%;
}
#history .link_list li:last-child{
	margin-bottom: 0;
}
#history .link_list li a{
	padding: 2.4em 2em 1.2em;
}
#history .link_list li i{
	font-size: 130%;
	bottom: .8em;
}
#history .link_list li .ft_con{
	left: .3em;
}
}






/* price
---------------------------------------------------------*/
#price .price_lead{
	display: flex;
    justify-content: space-between;
    align-items: center;	
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#price .price_lead .flex_l{
	width: 36%;
}
#price .price_lead .flex_r{
	width: 61%;
}
#price .price_lead .flex_r ul{
	display: flex;
    justify-content: space-between;
}
#price .price_lead .flex_r ul li{
	width: 31.5%;
	text-align: center;
}
#price .price_lead .flex_r ul li .inbox{
	position: relative;
	padding-bottom: 25px;
}
#price .price_lead .flex_r ul li .inbox::before{
	position: absolute;
	display: block;
	content: "";
	background:url("../images/top/price_sankaku@2x.png")no-repeat top left #252f4d;
	background-size: auto 100%;
	width: 100%;
	height: calc(100% - 4.5em);
	bottom: 0;
	left: 0;
	z-index: -1;
}
#price .price_lead .flex_r ul li:nth-child(2) .inbox::before{
	background-color: #832f4d;
}
#price .price_lead .flex_r ul li:nth-child(3) .inbox::before{
	background-color: #5a7994;
}
#price .price_lead .flex_r ul li .inbox .img{
	width: 80%;
	margin: 0 auto 5px;
}
#price .price_lead .flex_r ul li .inbox .zen26{
	letter-spacing: -0.1em;
}
#price .price_lead .flex_r ul li .inbox .zen20{
	line-height: 1em;
}
#price .price_lead .flex_r ul li:nth-child(1) .con129{color: #252f4d;}
#price .price_lead .flex_r ul li:nth-child(2) .con129{color: #832f4d;}
#price .price_lead .flex_r ul li:nth-child(3) .con129{color: #5a7994;}


#price .price_lead .flex_r ul li dl{
	margin-top: -1em;
}
#price .price_lead .flex_r ul li dt span.zen27{
	margin-left: -0.2em;
}
#price .price_lead .flex_r ul li dd{
	line-height: 1em;
	color: #5a7686;
}

#price .price_index1{
	text-align: center;
	border-top:1px solid #252f4d;
	border-bottom: 1px solid #252f4d;
	padding: .8em 0;
}

#price .price_table th,
#price .price_table td{
	border-bottom: 5px solid #fff;
	box-sizing: border-box;
}
#price .price_table th{
	width: 74%;
	background: #f3f5f6;
	text-align: left;
	padding: 2rem 2.5rem;
}
#price .price_table th .fltbox .img{
	float: left;
	width: 37%;
	max-width: 314px;
	background: #ccc;
}
#price .price_table th .fltbox .txt{
	float: right;
	width: 59%;
}
#price .price_table th .fltbox .txt .zen26{
	margin-bottom: .3em;
}

#price .price_table td{
	width: 26%;
	background: #e1e6e9;
	text-align: center;
	padding: 2.5rem 0 2rem;
	line-height: 1.6em;
	color: #25397a!important;
}
#price .price_table td .fs22{
	font-weight: bold;
}
#price .price_table td dl{
	max-width: 232px;
	width: 92%;
	margin: 0 auto 1.5em;
}
#price .price_table td dl:last-child{
	margin-bottom: 0;
}
#price .price_table td .bdr{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#price .price_table td dl dt:has(+ dd){
	margin-bottom: .1em;
}
#price .price_table td dl dt small{
	margin-right: 1em;
	font-size: 75%;
}
#price .price_table td dl dd{
	color: #5a7686;
}
#price .attention{
	color: #666666;
}
#price .attention li{
	padding-left: 1.1em;
	text-indent: -1.1em;
	line-height: 1.7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#price .price_lead .flex_r ul li .inbox{
	padding-bottom: 2vw;
}
#price .price_lead .flex_r ul li .inbox .img{
	width: 70%;
}

#price .price_lead .flex_r ul li dl{
	margin-top: -0.5em;
}
#price .price_lead .flex_r ul li dd{
	font-size:95%;
}

#price .price_table th{
	padding: 1.5rem 1rem;
}
#price .price_table th .fltbox .img{
	margin-right: 4%;
	margin-bottom: 1em;
}
#price .price_table th .fltbox .txt{
	float: none;
	width: 100%;
}

#price .price_table td{
	letter-spacing: normal;
	padding: 2rem 0 1.5rem;
}
#price .price_table td dl{
	margin: 0 auto 1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#price .price_lead{
	display: block;
}
#price .price_lead .flex_l{
	width: 75%;
	margin: 0 auto 5%;
}
#price .price_lead .flex_r{
	width: 100%;
}
#price .price_lead .flex_r ul li{
	width: 33%;
}
#price .price_lead .flex_r ul li .inbox{
	padding-bottom: 5vw;
}
#price .price_lead .flex_r ul li .inbox .img{
	width: 70%;
}
#price .price_lead .flex_r ul li .inbox .zen26{
	letter-spacing: -0.2em;
}
#price .price_lead .flex_r ul li .inbox::before{
	height: calc(100% - 5vw);
}

#price .price_index1{
	margin-top: 10%;
	padding: .6em 0;
}

#price .price_table th,
#price .price_table td{
	display: block;
}
#price .price_table th{
	width: 100%;
	border-bottom: none;
	padding: 1.5rem 1rem;
}
#price .price_table th .fltbox .img{
	float: none;
	width: 80%;
	margin: 0 auto 3%;
}
#price .price_table th .fltbox .txt{
	float: none;
	width: 100%;
}
#price .price_table th .zen26{
	text-align: center;
}
#price .price_table th .fltbox .txt .zen26{
	margin-bottom: .2em;
}
	
#price .price_table td{
	width: 100%;
	padding: 1rem 1rem;
	font-size:90%;
}
#price .price_table td dl{
	max-width: 100%;
	margin: 0 auto;
}
#price .price_table td dl dt,
#price .price_table td dl dd{
	display: inline-block;
}
#price .price_table td .bdr{
	padding-bottom: .6em;
	margin-bottom: .6em;
}
}








/* mail_form
---------------------------------------------------------*/
#mail_form .bg{
background: linear-gradient(45deg,  #cdb043 31%,#987d3c 100%);
}
#mail_form .mail_info{
	background: #fff;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	text-align: center;
}
#mail_form .mail_info::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/top/form_shadow@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 100%;
	height: 100px;
	top:100%;
	left: 0;
}
#mail_form .mail_info_inbox{
	max-width: 830px;
	margin: 0 auto;
}
#mail_form .mail_info h3{
	color: #a8823a;
}
#mail_form .mail_info .list{
	border-top:1px solid #a8823a;
	border-bottom:1px solid #a8823a;
}
#mail_form .mail_info .list ul{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
#mail_form .mail_info .list ul li{
	position: relative;
	padding-left: 1.3em;
	box-sizing: border-box;
}
#mail_form .mail_info .list ul li::before{
	position: absolute;
	display: block;
	content: "";
	background: #c8a326;
	background-size: 100% auto;
	width: .9em;
	height: .9em;
	top:.6em;
	left: 0;
	border-radius: 50%;
}
#mail_form .mail_info .sp_tel_btn{
	display: flex;
    justify-content: center;
    align-items: center;	
}
#mail_form .mail_info .sp_tel_btn dt{
	margin-right: 1em;
}
#mail_form .mail_info .sp_tel_btn dd{
	width: 17em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#mail_form .mail_info .list ul li::before{
	top:.5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#mail_form .mail_info .list ul li::before{
	top:.5em;
}
#mail_form .mail_info .sp_tel_btn{
	display: block;
}
#mail_form .mail_info .sp_tel_btn dt{
	margin-right: 0;
	margin-bottom: .3em;
}
#mail_form .mail_info .sp_tel_btn dd{
	width: 90%;
	margin: 0 auto;
}
}




/* blog
---------------------------------------------------------*/
#blog .flex_l{
	width: 20%;
}
#blog .flex_l .con45{
	margin-bottom: .5em;
}

#blog .flex_l .icon-arrow{
	background: #315494;
	color: #fff;
	border-radius: 50%;
	font-size:95%;
	margin-right: .3em;
}

#blog .flex_r{
	width: 79.5%;
}
#blog .flex_r ul{
	display: flex;
     justify-content: start;
}
#blog .flex_r ul li{
	width: 30%;
	margin-right: 5%;
}
#blog .flex_r ul li:last-child{
	margin-right: 0;
}
#blog .flex_r ul li div{
	position: relative;
	overflow: hidden;
	aspect-ratio: 290 / 180;
}
#blog .flex_r ul li div img{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transform: translateY(-50%) scale(1);
	transition: transform 0.4s ease;
}
#blog .flex_r ul li:hover div img{
	transform: translateY(-50%) scale(1.2);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#blog .flex_l .con45{
	margin-bottom: .2em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#blog .flex_box{
	display: block;
}
#blog .flex_l{
	width: 100%;
	margin-left: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 5%;
}
#blog .flex_l .con45{
	margin-bottom: .2em;
}

#blog .flex_r{
	width: 100%;
}
#blog .flex_r ul{
	width: 35em;
	padding-bottom:1.5em;
}
#blog .flex_r ul li{
	width: 32%;
	margin-right: 2%;
}
	
#blog .flow_slide {
	width: 100%;	
}
#blog .flow_slide .swiper-slide {
	width: auto !important; 
}
#blog .flow_slide .swiper-scrollbar {
	position: relative;
	width: 100%;
	height:8px!important;
	background-color: #ccc!important;
	border-radius: 0!important;
}
#blog .flow_slide .swiper-scrollbar-drag{
	background-color: #25397a!important;
	height: 8px!important;
	border-radius: 0!important;
}
}