@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #fff; }
	#header .contact .tel a { background: #fff; }
	#header .contact .btn a { background: #fff; }
	#rwdMenuWrap { background: #EBF0F3; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	/* お問い合わせ */
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #EE0000;
	}
	#header .contact .tel a {
		border-left: 1px solid #EE0000;
	}
	#header .contact .btn {
		padding-right: 46px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer iframe {
		height: 300px;
	}
	#footer .in {
		padding: 40px 0;
	}
	#footer .contact {
		margin: 20px auto;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl {
		padding: 15px 0;
		height: auto;
	}
	#top_ttl img {
		width: 90%;
	}
	#top_ttl img.logo {
		width: 150px;
		display: block;
		margin: 0 auto 20px;
	}
	#top_info {
		width: 100%;
		padding: 10px 15px;
		min-height: unset;
		top: 0;
		margin-bottom: 0;
	}
	#top_info h3 {
		font-size: 20px;
		width: 150px;
	}
	#top_info h3:before {
		width: 20px;
		height: 50px;
	}
	#top_msg {
		margin-top: 30px;
		padding-top: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#top_msg .waku {
		width: 100%;
		padding: 40px 15px 15px;
		box-sizing: border-box;
	}
	#top_msg .waku:after {
		width: 150px;
		height: 160px;
		right: -100px;
		bottom: -80px;
	}
	#top_msg h3.sub {
		margin-bottom: 15px;
	}
	#top_msg .waku .jp {
		margin-bottom: 30px;
	}
	#top_menu {
		margin-bottom: 70px;
	}
	#top_menu .box {
		width: 49%;
	}
	#top_menu .box dl dt{
		font-size: 22px;
	}
	#top_menu .box dl dt span {
		font-size: 16px;
	}
	#top_menu .box dl dd .txt {
		width: 100%;
	}
	#top_menu .box dl {
		width: 95%;
	}
	/*--------------------------------------------------
		商品一覧
	--------------------------------------------------*/
	#sub_ttl {
		padding: 15px 0;
		height: auto;
		font-size: 30px;
		letter-spacing: 7px;
	}
	#sub_ttl img {
		width: 90%;
	}
	#sub_ttl img.logo {
		width: 150px;
		display: block;
		margin: 0 auto 20px;
	}
	#product .product_btn a {
		font-size: 15px;
		padding: 10px;
	}
	#product .box_in {
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto 60px;
		padding: 60px;
		border-radius: 60px 0 60px 0;
	}
	#product .list {
		grid-template-columns: repeat(2, 45%);
		gap: 30px 0;
	}
	#product .product_box .img {
		margin-bottom: 15px;
	}
	#product .product_box .ttl {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#product .box_in:after {
		width: 200px;
		height: 195px;
		right: -80px;
		bottom: -27px;
	}
	/*--------------------------------------------------
		医療用医薬品買取
	--------------------------------------------------*/
	#purchase .purchase {
		margin-bottom: 50px;
	}
	#purchase .purchase:before {
		width: 180px;
		height: 175px;
		right: -75px;
		bottom: -100px;
	}
	#purchase .notice dl {
		padding: 20px 0;
		display: block;
	}
	#purchase .notice dl dt {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#purchase .notice dl dt span {font-size: 16px;}
	#purchase .notice dl dd {
		font-size: 14px;
	}
	#purchase .purchase dl {
		width: 100%;
		border-radius: 50px 0 50px 0;
		padding: 50px 15px;
		box-sizing: border-box;
	}
	#purchase .purchase dl dt {
		font-size: 30px;
		letter-spacing: 5px;
		margin-bottom: 15px;
	}
	#purchase .sodan {
		margin-bottom: 0;
	}
	#purchase .sodan .img {
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}
	#purchase .sodan dl {
		width: 100%;
		top: 0;
		padding: 15px;
		border-bottom-right-radius: 50px;
	}
	#purchase .sodan dl dt {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#purchase .sodan dl dd {
		font-size: 15px;
	}
	/*--------------------------------------------------
		お問合せ
	--------------------------------------------------*/
	#contact {
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto 60px;
		padding: 60px;
		border-radius: 60px 0 60px 0;
	}
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}