@charset "UTF-8";
/* CSS Document */

/*main-img*/

.main-img {
	background-image: url(../anesthesia/images/main-img.jpg);
}


/*painless-box*/

.painless-box {
	width: 870px;
	margin-bottom: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../anesthesia/images/plus.png);
}

.painless {
	width: 240px;
	vertical-align: top;
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
}


.painless img {
	border-radius:12px;
}


/*arrow_box*/


.arrow_box {
	position: relative;
	background: #FFF;
	border: 2px solid #fba92a;
	border-radius: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 17px;
	width: 236px;
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(251, 169, 42, 0);
	border-bottom-color: #fba92a;
	border-width: 11px;
	margin-left: -11px;
}

.arrow_box p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.1em;
}

/*anes*/
.anesthesia-box {
    width: 870px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.anesthesia-box .left-box{
    width: 600px;
}


.anesthesia-box .left-box img{
    border-radius: 12px;
}

.anesthesia-box .right-box{
     width: 450px;
}

.anesthesia-box .contents-right p {
    font-size: 18px;
    color: #736357;
    width: 355px;
    margin-top: 25px;
    margin-left: 48px;
}

.anesthesia-box span {
    display:inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    color:#666666;
    background: linear-gradient(transparent 60%, yellow 30%);
}

