
/* アクセス */

.access .accordion_h2{
margin-top:3em;
}

.access .access_more{
    border: solid 1px #1b68b4;
    padding: 0.7em 3em;
    display: inline-block;
    min-width: 18em;
    width: auto;
    color: #1b68b4;
    border-radius: 5px;
    background: url(/assets/img/access/link.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 1em;   
    letter-spacing: 0;
    margin-top: 1em;
}

.access .low_mainh2{
    margin-top: 2em;
}

.access .inline{
    display: inline-block;
}

.access .access_h{
    padding-left: 2.5em;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    color: #1A68B3;
    padding-bottom: 0.2em;
}

.access .icon_bus{
    background: url(https://uonuma-kikan-hospital.com/assets/img/access/bus.svg);
    background-size: 1.8em auto;
    background-repeat: no-repeat;
    background-position-y: center;
}

.access .icon_car{
    background: url(https://uonuma-kikan-hospital.com/assets/img/access/car.svg);
    background-size: 1.8em auto;
    background-repeat: no-repeat;
    background-position-y: center;
}

.access .icon_train{
    background: url(https://uonuma-kikan-hospital.com/assets/img/access/train.svg);
    background-size: 1.8em auto;
    background-repeat: no-repeat;
    background-position-y: center;
}


.access .blue_back{
    background-color:#1A68B3;
    padding: 2em 3em;
    color:#fff;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 1em;   
    letter-spacing: 0;
    border-radius: 5px;
    display: flex;
    margin-top:2em;
}

.access .blue_back .caution{
    background: url(/assets/img/access/caution.svg);
    background-size: 2em auto;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 2.7em;
    font-size: 20px;
    font-weight: 500;
    width: 290px;
    height: 70px;
}

.access .blue_back .caution span{
    display: block;
    font-size: 12px;
}

.access .blue_back ul{
    list-style: disc;
    margin-left: 1.5em;
    flex: 1;
}


/* プライバシーポリシー */

.privacy .low_2culm__main--content p{
    margin-bottom: 3em;
}

.privacy .low_2culm__main--content ul{
    list-style: disc;
    margin-left: 1.5em;
}



@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 768px) {

    /* アクセス */

	/** iframe(Googleマップ) **/
	.access iframe[src*="google.com"]{
		max-width: 100%;
		height: 60vh
    }

    .access .more{
    min-width: 100%;
    max-width: 100%;
    font-size: 13px;
    }

    .access .blue_back{
    display: block;
    padding: 1.5em;
    }

    .access .blue_back .caution{
    margin-bottom: 1.5em;
    }

}
