@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	@media only screen and (max-width: 320px){
		#header h1.title img {
			max-height: 26px;
		}
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
	/* フッター */
	#footer iframe {
		height: 250px;
	}
	#footer .in {
		padding: 30px 0;
	}
	#footer .ttl a img {
		width: 250px;
	}
	#footer .contact {
		width: 100%;
		display: block;
	}
	#footer .contact p {
		margin: 0 auto 15px;
		width: 250px;
	}
	#footer .contact a {
		line-height: 50px;
		padding-bottom: 3px;
	}
	#footer .box dt img {
		max-width: 250px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	.btn01 a {
		width: 80px;
		height: 80px;
		font-size: 16px;
		padding-top: 10px;
		line-height: 1.2;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_info {
		display: block;
		padding: 15px;
	}
	#top_info h3 {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #333;
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#top_info h3:before {
		display: none;
	}
	#top_info .info {
		width: 100%;
		font-size: 14px;
	}
	#top_msg {
		padding-top: 40px;
	}
	#top_msg .waku .jp {
		font-size: 15px;
		text-align: left;
	}
	#top_msg .waku .en {
		text-align: left;
	}
	#top_menu .box {
		width: 100%;
		margin-bottom: 60px;
	}
	#top_menu .box:last-of-type {
		margin-bottom: 0;
	}
	#top_menu .box dl {
		padding-bottom: 30px;
	}
	/*--------------------------------------------------
		商品一覧
	--------------------------------------------------*/
	#product .product_btn {
		gap: 5px;
	}
	#product .product_btn .two a {
		line-height: 3;
	}
	#product .product_btn > div {
		width: 32%;
	}
	#product .product_btn a {
		font-size: 12px;
		padding: 10px;
	}
	#product .box_in {
		margin: 0 auto 30px;
		padding: 15px;
		width: 100%;
		border-radius: 30px 0 30px 0;
	}
	#product .list {
		grid-template-columns: repeat(2, 48%);
		gap: 15px 0;
	}
	#product .product_box .img {
		margin-bottom: 12px;
	}
	#product .product_box .ttl {
		font-size: 13px;
		margin-bottom: 3px;
	}
	#product .box_in:after {
		width: 130px;
		height: 127px;
		right: -62px;
		bottom: -26px;
	}
	/*--------------------------------------------------
		医療用医薬品買取
	--------------------------------------------------*/
	#purchase .notice dl dt {
		letter-spacing: 3px;
	}
	#purchase .notice dl dd {
		letter-spacing: 0;
	}
	#purchase .purchase h3 {
		top: 10px;
	}
	#purchase .purchase dl {
		padding: 30px 15px;
	}
	#purchase .purchase dl dt {
		font-size: 24px;
		letter-spacing: 0;
	}
	#purchase .purchase dl dd {
		line-height: 1.8;
		font-size: 15px;
	}
	#purchase .sodan .img img {
		width: 70%;
	}
	#purchase .sodan dl dt {
		letter-spacing: 0;
		font-size: 18px;
	}
	@media only screen and (max-width: 320px){
		#purchase .purchase dl dt {
			font-size: 21px;
		}
		#purchase .purchase dl dd {
			font-size: 13px;
		}
		#purchase .sodan dl dt {
			font-size: 15px;
		}
		#purchase .sodan dl dd {
			font-size: 13px;
		}
	}
	/*--------------------------------------------------
		お問合せ
	--------------------------------------------------*/
	#contact {
		margin: 0 auto 30px;
		padding: 15px;
		width: 90%;
		border-radius: 30px 0 30px 0;
	}
/*------------------------------------------------*/
}
