@charset "UTF-8";

/* メインイメージ */
.contentpage .m_img_area .m_img::before{
	background-image: url("../images/surgery/m_img@2x.jpg");
}



.pick_txt {
	color: #df6749;
	text-align: center;
	font-size: 133%;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 2.5em;
}

/*txt1
---------------------------------------------------------*/
.box3 .txt1{
    text-align: center;
    font-size: min(160%,2.2vw);
    font-weight: bold;
    line-height: 1.7em;
    color: #A18B8B
}
.box3 .txt1 span{
    color: #EC9176;
}
.box3 .com_link2 a{
    min-width: 360px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pick_txt {
	font-size: 120%;
}
    
.box3 .txt1{
    letter-spacing: normal;
}
.box3 .com_link2 a{
    min-width: 320px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pick_txt {
	text-align: left;
	font-size: 110%;
	letter-spacing: .05em;
	margin-top: 2em;
}
    
.box3 .txt1{
    text-align: left;
    font-size: 110%;
    letter-spacing: 0.05em;
    line-height: 1.7em;
}
}



/*
---------------------------------------------------------*/
.box3 .cause_list {
	display: flex;
	justify-content: space-between;
}
.box3 .cause_list li {
	width: 17.5%;
}
.box3 .pick_txt {
	color: #a18b8b;
	margin-top: 1.8em;
	margin-bottom: 2.2em;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.box3 .pick_txt {
	line-height: 1.8;
}
}


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

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.box3 .cause_list {
	justify-content: center;
	flex-wrap: wrap;
}
.box3 .cause_list li {
	width: 31%;
	margin-right: 3.5%;
}
.box3 .cause_list li:nth-of-type(3),
.box3 .cause_list li:last-of-type {
	margin-right: 0;
}
.box3 .pick_txt {
	margin-top: 1.5em;
	margin-bottom: 1.8em;
}
}





/*
---------------------------------------------------------*/

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

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}




