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

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/



/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 961px){
	
	footer div.f_bottom div.illust::before{
		content: "";
		width: 111.8%;
		height: 52.5%;
		background: url("../images/medical_info/f_text_pc.svg") no-repeat;
		background-size: contain;
		top: 26.2%;
		left: -134%;
		z-index: 3;
	}
	
	section {
		margin-bottom: 7vw;
	}
	
	section + section{
		margin-top: 9vw;
	}
	
	section .section_inner {
		width: 78.8%;
		max-width: 1120px;
		margin: 0 auto;
		position: relative;
	}
	
	section .section_inner h2 + p{
		width: 57.2%;
		margin: 0 auto;
		font-size: 1.4rem;
		font-size: clamp(calc((1.4rem * 0.64)), 0.98vw, 1.4rem);
		line-height: 1.85;
		font-weight: 400;
		letter-spacing: 0.16em;
	}
	
	section .section_inner div.illust{
		line-height: 0;
		margin-top: 9vw;
	}
	
	section .section_inner div.illust.narrow {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
	section#osteoporosis .section_inner div.illust{
		margin-top: 7vw;
	}
	
}


@media screen and (min-width:961px) and (max-width: 1500px){
	
}
	

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 960px){
	
	footer div.f_bottom div.illust::before{
		content: "";
		width: 97%;
		height: 46.6%;
		background: url("../images/medical_info/f_text_sp.svg") no-repeat;
		background-size: contain;
		top: 28%;
		left: -121.1%;
		z-index: 3;
	}
	
	section {
		margin-bottom: 2vw;
	}
	
	section + section{
		margin-top: 28vw;
	}
	
	section .section_inner {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	
	section .section_inner h2 + p{
		font-size: calc(1.4rem * 0.72);
		font-size: clamp(calc((1.4rem * 0.72)), 2.8vw, calc(1.4rem * 1.92));
		line-height: 1.85;
		font-weight: 400;
		letter-spacing: 0.08em;
	}
	
	section .section_inner div.illust{
		line-height: 0;
		margin-top: 14vw;
	}
	
	section .section_inner div.illust.narrow {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}