@media print, all and (min-width: 641px) {
	
	body#rheum #title{
		height:172px;
		background:url("../images/content/title_disease.jpg") top center no-repeat;
	}
	
	body#rheum .desc-box .desc_text{
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 142.857%;
		letter-spacing: 4pt;
	}
	body#rheum .desc-box .inner-box .text-box{
		float: left;
		width: 590px;
	}
	body#rheum .desc-box .inner-box .image-box{
		float: right;
		width: 330px;
	}
	body#rheum .desc-box .inner-box .image-box .image{
		margin-bottom: 0;
		text-align: center;
	}
	.title-level03{
		margin-bottom: 5px;
		font-size: 114.2857%;
		letter-spacing: 1.25pt;
	}
	.bd-box{
		padding: 15px 25px;
		border: 1px solid #ff91a5;
	}
	body#rheum .recommend-box .inner-box{
		padding-left: 25px;
	}
	.dsib-box{
		letter-spacing: -.4em;
	}
	.dsib-box.type_center{
		text-align: center;
	}
	.dsib-box .items{
		display: inline-block;
		vertical-align: top;
		margin-right: 30px;
		letter-spacing: normal;
	}
	.dsib-box.type_extends .items{
		margin-right: 80px;
	}
	.dsib-box .items:last-child{
		margin-right: 0;
	}
	.title-rheum {
		font-size: 135.71%;
		color: #72af2d;
		letter-spacing: 2pt;
	}
    
	body#rheum .flow-list > li{
		margin-bottom: 27px;
		padding-bottom: 52px;
		background-image: url("../images/common/flow-arrow.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 20px;
	}
	body#rheum .flow-list > li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
		background-image: none;
	}
	body#rheum .flow-list > li > .inner-box{
		display: -webkit-flex;
		display: flex;
		background-color: #ffffff;
		border-top: 1px solid #ff91a5;
		border-bottom: 1px solid #ff91a5;
	}
	body#rheum .flow-list > li > .inner-box .titles-box,
	body#rheum .flow-list > li > .inner-box .text-box,
	body#rheum .flow-list > li > .inner-box .image-box{
		display: -webkit-flex;
		display: flex;
		margin-bottom: 0;
		text-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	body#rheum .flow-list > li > .inner-box .image-box{
		width: 220px;
		flex-basis: 220px;
		-webkit-justify-content: center;
		justify-content: center;
	}
	body#rheum .flow-list > li > .inner-box .image-box .image{
		margin-bottom: 0;
		line-height: 0;
	}
	body#rheum .flow-list > li > .inner-box .titles-box{
		width: 195px;
		flex-basis: 195px;
		padding: 5px 5px 5px 15px;
		text-align: left;
		background-image: url("../images/common/back_strp.png");
		background-position: left top;
		background-repeat: repeat;
	}
	body#rheum .flow-list > li > .inner-box .titles-box .titles{
		margin-bottom: 0;
		text-align: left;
	}
	body#rheum .flow-list > li > .inner-box .titles-box .titles:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: 12px;
		background-image: url("../images/common/flow-num01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 34px auto;
		width: 34px;
		height: 34px;
	}
	body#rheum .flow-list > li > .inner-box .titles-box .titles img{
		vertical-align: middle;
	}
	body#rheum .flow-list > li:nth-child(1) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num01.png");
	}
	body#rheum .flow-list > li:nth-child(2) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num02.png");
	}
	body#rheum .flow-list > li:nth-child(3) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num03.png");
	}
	body#rheum .flow-list > li:nth-child(4) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num04.png");
	}
	body#rheum .flow-list > li:nth-child(5) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num05.png");
	}
	body#rheum .flow-list > li > .inner-box .text-box{
		padding: 15px 10px;
		width: 700px;
		text-align: left;
	}
	body#rheum .flow-list > li > .inner-box .text-box .text{
		letter-spacing: 1.5pt;
	}
	body#rheum .contact-box{
		padding: 25px 10px;
		background-color: #ffffff;
		background-image: url("../images/common/back_strp.png");
		background-position: left top;
		background-repeat: repeat;
		border-top: 2px solid #ff91a5;
		border-bottom: 2px solid #ff91a5;
	}
	body#rheum .contact-box .text,
	body#rheum .contact-box .times,
	body#rheum .contact-box .tel{
		text-align: center;
	}
	body#rheum .contact-box .text,
	body#rheum .contact-box .times{
		font-size: 114.2857%;
		letter-spacing: 1.0pt;
	}
	body#rheum .contact-box .text,
	body#rheum .contact-box .tel{
		margin-bottom: 15px;
	}
	body#rheum .contact-box .times{
		margin-bottom: 0;
	}
	
                       
}

@media only screen and (max-width: 640px) {
	
	body#rheum .desc-box .desc_text{
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 128.5714%;
		letter-spacing: 2pt;
	}
	body#rheum .desc-box .inner-box .text-box{
		margin-bottom: 20px;
	}
	body#rheum .desc-box .inner-box .image-box .image{
		margin-bottom: 0;
		text-align: center;
	}
	.title-level03{
		margin-bottom: 5px;
		font-size: 114.2857%;
		letter-spacing: 1.25pt;
	}
	.bd-box{
		padding: 10px 15px;
		border: 1px solid #ff91a5;
	}
	.dsib-box{
	}
	.dsib-box .items{
		display: block;
	}
	.title-rheum {
		font-size: 135.71%;
		color: #72af2d;
		letter-spacing: 2pt;
	}
	body#rheum .flow-list > li{
		margin-bottom: 27px;
		padding-bottom: 52px;
		background-image: url("../images/common/flow-arrow.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 20px;
	}
	body#rheum .flow-list > li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
		background-image: none;
	}
	body#rheum .flow-list > li > .inner-box{
		background-color: #ffffff;
		border-top: 1px solid #ff91a5;
		border-bottom: 1px solid #ff91a5;
	}
	body#rheum .flow-list > li > .inner-box .titles-box,
	body#rheum .flow-list > li > .inner-box .text-box,
	body#rheum .flow-list > li > .inner-box .image-box{
		display: block;
		margin-bottom: 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	body#rheum .flow-list > li > .inner-box .image-box{
	}
	body#rheum .flow-list > li > .inner-box .image-box .image{
		margin: 0 15px 15px;
		line-height: 0;
		text-align: center;
	}
	body#rheum .flow-list > li > .inner-box .image-box .image img{
		width: 100%;
		height: auto;
	}
	body#rheum .flow-list > li > .inner-box .titles-box{
		padding: 25px 15px;
		background-image: url("../images/common/back_strp.png");
		background-position: left top;
		background-repeat: repeat;
	}
	body#rheum .flow-list > li > .inner-box .titles-box .titles{
		margin-bottom: 0;
	}
	body#rheum .flow-list > li > .inner-box .titles-box .titles:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: 12px;
		background-image: url("../images/common/flow-num01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 34px auto;
		width: 34px;
		height: 34px;
	}
	body#rheum .flow-list > li > .inner-box .titles-box .titles img{
		vertical-align: middle;
	}
	body#rheum .flow-list > li:nth-child(1) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num01.png");
	}
	body#rheum .flow-list > li:nth-child(2) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num02.png");
	}
	body#rheum .flow-list > li:nth-child(3) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num03.png");
	}
	body#rheum .flow-list > li:nth-child(4) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num04.png");
	}
	body#rheum .flow-list > li:nth-child(5) > .inner-box .titles-box .titles:before{
		background-image: url("../images/common/flow-num05.png");
	}
	body#rheum .flow-list > li > .inner-box .text-box{
		padding: 15px;
		text-align: left;
	}
	body#rheum .flow-list > li > .inner-box .text-box .text{
		letter-spacing: 1.5pt;
	}
	body#rheum .contact-box{
		padding: 15px;
		background-color: #ffffff;
		background-image: url("../images/common/back_strp.png");
		background-position: left top;
		background-repeat: repeat;
		border-top: 2px solid #ff91a5;
		border-bottom: 2px solid #ff91a5;
	}
	body#rheum .contact-box .text,
	body#rheum .contact-box .times,
	body#rheum .contact-box .tel{
		text-align: center;
	}
	body#rheum .contact-box .text,
	body#rheum .contact-box .times{
		font-size: 114.2857%;
		letter-spacing: 1.0pt;
	}
	body#rheum .contact-box .text,
	body#rheum .contact-box .tel{
		margin-bottom: 15px;
	}
	body#rheum .contact-box .times{
		margin-bottom: 0;
	}
    
}