@media print, all and (min-width: 641px) {
    
	body.treatment #title{
		background-image: url(../images/treatment/title-bg.jpg);
	}
	
	/* INDEX */
	body#treatment-index .trinfo-box > .items:nth-child(odd){
		clear: both;
		float: left;
		width: 510px;
	}
	body#treatment-index .trinfo-box > .items:nth-child(even){
		float: right;
		width: 410px;
	}

	/* to_dc */
	/* 表の調整 */
    body#treatment-to_dc .info_box{
		display: flex;
	}
	body#treatment-to_dc .info_box .left-item{
		margin-right: 50px;
	}
	body#treatment-to_dc .info_box h3.title-level02{
		font-size: 20px;
		margin-bottom: 10px;
	}

	body#treatment-to_dc table.recep {
		width: 405px;
	}
	body#treatment-to_dc table.recep tr td{
		padding: 12px 15px 12px 20px;
	}
	body#treatment-to_dc table.contact_ad {
		flex: 1;
	}
	body#treatment-to_dc table.contact_ad tr th{
		text-align: center;
		letter-spacing: 0;
		text-indent: 0;
		padding: 10px 30px;
	}
	body#treatment-to_dc table.contact_ad tr td{
		padding: 17px 30px;
	}

	body#treatment-to_dc table.cad_represent tr th{
		font-weight: bold;
		font-size: 23px;
		letter-spacing: 0;
		text-indent: 0;
		padding: 12px 40px;
	}
	body#treatment-to_dc table.cad_represent tr td{		
		border-top: none;
		border-bottom: none;
		background-color: #dcedf1;
	}
	body#treatment-to_dc table.cad_represent p.number_info{
		display: inline-block;
	}

	/* 番号のスタイル */
	body#treatment-to_dc p.number_info{
		font-size: 35px;
		line-height: 1;
		color: #52a5bb;
		padding-left: 40px;
		background-repeat: no-repeat;
		font-family: Noto Sans JP, Verdana, Arial, Helvetica, 'メイリオ', Meiryo, 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}
	body#treatment-to_dc p.number_info.tel{
		background-image: url(../images/common/icon_tel.png);
		background-position: 6px 8px;
	}
	body#treatment-to_dc p.number_info.fax{
		background-image: url(../images/common/icon_fax.png);
		background-position: 0px 7px;
	}
	body#treatment-to_dc p.number_info.tel a{
		color: #52a5bb;
		text-decoration: none;
	}

	/* clinical */
	#cl_re-trials .to_patlink{
		transition: .3s;
	}
	#cl_re-trials .to_patlink:hover{
		opacity: .5;
	}
	#cl_re-trials .clinical-pdf_list li{
		border-bottom: 1px solid #194787;
		margin-bottom: 10px;
	}
	#cl_re-trials .clinical-pdf_list li a{
		font-size: 112.5%;
		display: inline-block;
		text-decoration: none;
		transition: .3s;
		padding-left: 30px;
	}
	#cl_re-trials .clinical-pdf_list li a:hover{
		opacity: .5;
	}
	#cl_re-trials .clinical-pdf_list li a[href*=".pdf"]:after{
		content: none;
	}
	#cl_re-trials .clinical-pdf_list li{
		position: relative;
	}
	#cl_re-trials .clinical-pdf_list li:before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 22px;
		margin-bottom: 2px;
		background-image: url(../images/common/anchor-doc.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		position: absolute;
		top: 7px;
		left: 5px;
	}
}

@media only screen and (max-width: 640px) {
    
	body.treatment #title{
		background-image: url(../images/treatment/title-bg.jpg);
	}
	
	/* INDEX */

	/* to_dc */
	/* 表の調整 */
	body#treatment-to_dc .info_box h3.title-level02{
		font-size: 19px;
		margin-bottom: 5px;
	}
	body#treatment-to_dc .info_box .left-item{
		margin-bottom: 15px;
	}

	body#treatment-to_dc table.contact_ad{
		width: 100%;
	}
	body#treatment-to_dc table.contact_ad tr th, body#treatment-to_dc table.contact_ad tr td{
		width: 100%;
		display: block;
	}
	body#treatment-to_dc table.contact_ad tr th{
		text-align: center;
		letter-spacing: 0.2em;
		text-indent: 0;
	}
	body#treatment-to_dc table.contact_ad tr td{
		padding: 20px 15px;
	} 

	body#treatment-to_dc table.cad_represent{
		width: 100%;
	}
	body#treatment-to_dc table.cad_represent tr th, body#treatment-to_dc table.cad_represent tr td{
		width: 100%;
		display: block;
	}
	body#treatment-to_dc table.cad_represent p.number_info{
		display: inline-block;
	}
	body#treatment-to_dc table.cad_represent tr td{		
		border-bottom: none;
		background-color: #dcedf1;
	}



	/* 番号のスタイル */
	body#treatment-to_dc p.number_info{
		font-size: 32px;
		line-height: 1;
		color: #52a5bb;
		padding-left: 40px;
		background-repeat: no-repeat;
		font-family: Noto Sans JP, Verdana, Arial, Helvetica, 'メイリオ', Meiryo, 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}
	body#treatment-to_dc p.number_info.tel{
		background-image: url(../images/common/icon_tel.png);
		background-position: 8px 8px;
		background-size: auto 24px;
	}
	body#treatment-to_dc p.number_info.fax{
		background-image: url(../images/common/icon_fax.png);
		background-position: 0px 7px;
		background-size: auto 25px;
	}
	body#treatment-to_dc p.number_info.tel a{
		color: #52a5bb;
		text-decoration: none;
	}


	/* clinical */
	#cl_re-trials .clinical-pdf_list li{
		border-bottom: 1px solid #194787;
		margin-bottom: 15px;
		position: relative;
	}
	#cl_re-trials .clinical-pdf_list li a{
		display: inline-block;
		text-decoration: none;
		transition: .3s;
		padding-left: 32px;
	}
	#cl_re-trials .clinical-pdf_list li a[href*=".pdf"]:after{
		content: none;
	}
	#cl_re-trials .clinical-pdf_list li:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 22px;
		margin-bottom: 2px;
		background-image: url(../images/common/anchor-doc.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		position: absolute;
		top: 3px;
		left: 5px;
	}
}