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

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



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

@media print, screen and (min-width: 961px){
	
	footer div.f_bottom div.illust::before{
		content: "";
		width: 116.2%;
		height: 62.5%;
		background: url("../images/outpatient_orthosis/f_text_pc.svg") no-repeat;
		background-size: contain;
		top: 15.8%;
		left: -141%;
		z-index: 3;
	}
	
	section .section_inner {
		width: 32.5%;
		max-width: 462px;
		margin: 0 auto;
		position: relative;
	}
	
	section .section_inner span.illust {
		width: 21.6%;
		display: inline-block;
		position: absolute;
		top: 0;
		right: -37.4%;
	}
	
	section .section_inner div.frame{
		border: 1px solid #000;
		border-radius: 5px;
		font-size: 1.4rem;
		font-size: clamp(calc((1.4rem * 0.64)), 0.98vw, 1.4rem);
		line-height: 1;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 1em 2em 0.75em;
		margin-bottom: 2em;
	}
	
	section .section_inner div.block + div.frame{
		margin-top: 5.8vw;
	}
	
	section .section_inner div.frame h3{
		display: inline-block;
		font-size: 1.6rem;
		font-size: clamp(calc((1.6rem * 0.64)), 1.12vw, 1.6rem);
		line-height: 1;
		letter-spacing: 0.08em;
		font-weight: 500;
	}
	
	section .section_inner div.frame p{
		display: inline-block;
		font-size: 1.4rem;
		font-size: clamp(calc((1.4rem * 0.64)), 0.98vw, 1.4rem);
		line-height: 1;
		letter-spacing: 0.08em;
		font-weight: 500;
	}
	
	section .section_inner div.block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.6rem;
		font-size: clamp(calc((1.6rem * 0.64)), 1.12vw, 1.6rem);
	}
	
	section .section_inner div.block + div.block{
		border-top: 1px solid #000;
		margin-top: 1em;
		padding-top: 1.5em;
	}
	
	section .section_inner div.block div.block_l{
		width: 52.6%;
		margin-left: 3.2%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	section .section_inner div.block div.block_l div.box{
		width: 100%;
	}
	
	section .section_inner div.block div.block_l div.box dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.6rem;
		font-size: clamp(calc((1.6rem * 0.64)), 1.12vw, 1.6rem);
		line-height: 1;
	}
	
	section .section_inner div.block div.block_l div.box dl + dl{
		margin-top: 1em;
	}
	
	section .section_inner div.block div.block_l div.box dl dt{
		width: 40%;
		letter-spacing: 0.08em;
		font-weight: 500;
		text-align: center;
	}
	
	section .section_inner div.block div.block_l div.box dl dd{
		width: 50%;
		letter-spacing: 0.08em;
		font-weight: 500;
		text-align: center;
	}
	
	section .section_inner div.block div.block_r{
		width: 30.4%;
		margin-right: 8.65%;
		font-size: 1.6rem;
		font-size: clamp(calc((1.6rem * 0.64)), 1.12vw, 1.6rem);
		line-height: 1;
		text-align: center;
	}
	
	section .section_inner div.block div.block_r h6{
		font-size: 1.6rem;
		font-size: clamp(calc((1.6rem * 0.64)), 1.12vw, 1.6rem);
		letter-spacing: 0.08em;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		margin-bottom: 0.5em;
	}
}


@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: 109.4%;
		height: 56.6%;
		background: url("../images/outpatient_orthosis/f_text_sp.svg") no-repeat;
		background-size: contain;
		top: 25%;
		left: -126.7%;
		z-index: 3;
	}
	
	section .section_inner {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	
	section .section_inner div.frame{
		border: 1px solid #000;
		border-radius: 5px;
		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;
		padding: 1em 2em 0.75em;
		margin-bottom: 2em;
	}
	
	section .section_inner div.block + div.frame{
		margin-top: 15.6vw;
	}
	
	section .section_inner div.frame h3{
		font-size: calc(1.6rem * 0.72);
		font-size: clamp(calc((1.6rem * 0.72)), 3.2vw, calc(1.6rem * 1.92));
		line-height: 1;
		letter-spacing: 0.08em;
		font-weight: 500;
		text-align: center;
	}
	
	section .section_inner div.frame 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;
		letter-spacing: 0.08em;
		font-weight: 500;
		text-align: center;
		margin-top: 0.5em;
	}
	
	section .section_inner div.block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: calc(1.6rem * 0.72);
		font-size: clamp(calc((1.6rem * 0.72)), 3.2vw, calc(1.6rem * 1.92));
	}
	
	section .section_inner div.block + div.block{
		border-top: 1px solid #000;
		margin-top: 1em;
		padding-top: 1.5em;
	}
	
	section .section_inner div.block div.block_l{
		width: 52.6%;
		margin-left: 3.2%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	section .section_inner div.block div.block_l div.box{
		width: 100%;
	}
	
	section .section_inner div.block div.block_l div.box dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: calc(1.6rem * 0.72);
		font-size: clamp(calc((1.6rem * 0.72)), 3.2vw, calc(1.6rem * 1.92));
		line-height: 1;
	}
	
	section .section_inner div.block div.block_l div.box dl + dl{
		margin-top: 1.25em;
	}
	
	section .section_inner div.block div.block_l div.box dl dt{
		width: 40%;
		letter-spacing: 0.08em;
		font-weight: 500;
		text-align: center;
	}
	
	section .section_inner div.block div.block_l div.box dl dd{
		width: 50%;
		letter-spacing: 0.08em;
		font-weight: 500;
		text-align: center;
	}
	
	section .section_inner div.block div.block_r{
		width: 36%;
		margin-right: 3.05%;
		font-size: calc(1.6rem * 0.72);
		font-size: clamp(calc((1.6rem * 0.72)), 3.2vw, calc(1.6rem * 1.92));
		line-height: 1;
		text-align: center;
	}
	
	section .section_inner div.block div.block_r h6{
		font-size: calc(1.6rem * 0.72);
		font-size: clamp(calc((1.6rem * 0.72)), 3.2vw, calc(1.6rem * 1.92));
		letter-spacing: 0.08em;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		margin-bottom: 0.5em;
	}
}