.breadcrumb{
    background-color: #ffffff;
}
/* ------------------------------------------------------------- */
/* KV                                                            */
/* ------------------------------------------------------------- */
.KV-wrap{
    position: relative;
    height: 200px;
    background: url("../image/diagnosis/diagnosis-KV.jpg") center/cover no-repeat;
}
.KV-txt{
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.KV-txt h1{
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.10em;
    /*margin: 52px 0 23px;*/
}

/* ------------------------------------------------------------- */
/* result                                                       */
/* ------------------------------------------------------------- */
.result{
    background-color: #f0faff;
}
.result-container{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 60px 30px;
    margin-bottom: 50px;
}
.result-container p {
    font-size: 20px;
	line-height: 1.6;
}
.result-container p.notice {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.result-container p.comment {
	padding: 30px;
	border: 2px solid #1b1443;
}
.result-container span{
    display: block;
    font-weight: bold;
    font-size: 54px;
    margin: 25px 0 35px;
}
.circle{
    width: 131px;
    height: 131px;
    /* height: fit-content; */
    /* padding: 34px 0; */
    color: #FFF;
    background-color: #b81c22;
    font-weight: bold;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 100px;
	transform: rotate(-10deg);
}
.diagnosis__bnr {
	box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.2);
}
.diagnosis__bnr h4 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #1B1443;
	padding: 15px;
}
.diagnosis__bnr-inner {
	background: #fff;
}
.diagnosis__bnr-inner > div {
	padding-left: 20px;
	width: 60%;
}
.diagnosis__bnr-inner .img {
	width: 40%;
	padding: 20px;
	background: #fff;
}
.diagnosis__bnr-inner .img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.diagnosis-txt{
    padding: 20px;
}
.diagnosis-txt h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 18px;
    /* color: #fff; */
}
.diagnosis-txt p{
    width: 450px;
    line-height: 1.3;
    /* color: #fff; */
    font-size: 20px;
}
.diagnosis-txt .btn-b{
    margin: 0;
    margin-top: 26px;
    /* color: #006eff; */
    /* background: #fff; */
}
.diagnosis-txt .btn-b:hover {
	opacity: 0.7;
}



/* ------------------------------------------------------------- */
/* product                                                       */
/* ------------------------------------------------------------- */
.product ul{
    margin-top: 60px;
	justify-content: center;
}
.product li:not(:last-child){
    padding-right: 30px;
}
.product li img{
    display: block;
    margin: 0 auto;
}
.product li img:first-child{
    margin-bottom: 22px;
}
.product li h3 {
	color: #1b1443;
	font-size: 20px;
	font-weight: bold;
}
.product li p{
    font-size: 15px;
    line-height: 1.6;
    width: 525px;
    margin: 18px 0 35px;
}

@media (max-width: 768px){

    /*-----------KV------------*/
    .KV-txt h1{
        font-size: 32px;
    }
    /*-----------result------------*/
    .result-container{
        padding: 40px 30px;
    }
    .circle{
        color: #006eff;
        background-color: unset;
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .diagnosis-txt{
        padding: 8px 0;
    }
    .result img{
        width: 100%;
        margin-top: 40px;
    }
    .diagnosis-txt .btn-b{
        margin: 26px auto 0;
    }
    /*-----------product------------*/
    .product li:not(:last-child){
        border: none;
        padding: 0;
    }
    .product li{
        margin: 0 auto 50px;
    }    
    


}

/* ------------------------------------------------------------- */
/* about                                                         */
/* ------------------------------------------------------------- */
.about .flex{
    margin: 80px 0;
}
.about-txt{
    width: 600px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.about-txt p:not(:last-child){
    margin-bottom: 1em;
}
.about-txt + img {
	width: 400px;
}

/* ------------------------------------------------------------- */
/* product_relation                                              */
/* ------------------------------------------------------------- */
.product_relation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}
.product_relation li {
	width: calc((100% - 60px) / 2);
	margin-right: 30px;
    box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    line-height: 1.5;
}
.product_relation li:nth-of-type(2n) {
	margin-right: 0;
}
.product_relation li h3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #1B1443;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 20px;
	text-align: center;
}
.product_relation li:nth-of-type(2) h3 {
	letter-spacing: -1px;
}
.product_relation li .img {
	display: flex;
	align-items: center;
	padding: 0 10px;
	justify-content: center;
}
.product_relation li .img img {
	width: 100%;
}
.product_relation li p {
	margin-top: 20px;
	font-weight: bold;
}
.product_relation li .product_relation__inner {
	padding: 15px;
}
.product_relation li .btn-b {
	width: 100%;
    padding: 12px 0;
    margin: 20px 0 0;
}

/* ------------------------------------------------------------- */
/* seach                                                         */
/* ------------------------------------------------------------- */
.seach {
	padding-top: 46px !important;
}
.seach-container{
    width: 320px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 70px;
    box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.2);
}
.seach-container img{
    width: 320px;
    height: 203px;
    object-fit: cover;
    border-radius: 9px 9px 0 0;
}
.seach-container-txt{
    padding: 19px 20px;
    line-height: 1.4;
    font-size: 15px;
}
.seach-container-txt h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 13px;
	color: #006eff;
}
.ranking-ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media (max-width: 768px){

    /*-----------seach------------*/
    .seach-container img{
        width: 100%;
    }
    .seach-container{
        margin: 0 auto 50px;
        width: 100%;
    }

}

