@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	/*--------------------------------------------------
		ハンノウコートについて
	--------------------------------------------------*/
	#hannoukoto .box_salesoutlet li {
		width: 48%;
	}
	#hannoukoto .fr {
		float: none;
		text-align: center;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#header {
		overflow: hidden;
		height: auto;
		padding: 0;
		background: #fff;
	}
	#header h1 {
		width: 100%;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		height: 50px;
		padding-left: 10px;
	}
	#header p.title img {
		width: auto;
		max-height: 41px;
	}
	#sticky {
		position: relative;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel .img,
	#header .contact .btn {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn {
		right: 44px;
	}
	#header .contact .txt,
	#header .contact .tel .num,
	#header .contact .tel .txt,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 25px;
		font-size: 20px;
	}
	#container h3.sub span {
		margin-left: 0;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* お問合せ */
	#footer .contact {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#footer .contact .tel img {
		top: -2px;
		width: 35px;
	}
	#footer .contact .tel a {
		font-size: 26px;
	}
	#footer .contact .btn a {
		padding: 7px 23px;
	}
	#footer .contact .btn img {
		position: relative;
		top: -2px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dt img {
		width: 225px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* パンくずリスト */
	#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_msg h3 {
		font-size : 20px;
		margin-bottom: 20px;
		background-size: 250px;
	}
	#top_msg .txt {
		font-size: 14px;
		line-height: 2em;
	}
	/*--------------------------------------------------
		光触媒について
	--------------------------------------------------*/
	#photocatalyst h3.serif {
		font-size: 20px;
	}
	#photocatalyst .sec .fr {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#photocatalyst .sec .fr p {
		width: 48%;
	}
	#photocatalyst .txt {
		line-height: 1.8;
	}
	#photocatalyst .green {
		font-size: 20px;
	}
	#photocatalyst .sec {
		margin-bottom: 30px;
	}
	/*--------------------------------------------------
		ハンノウコートについて
	--------------------------------------------------*/
	#hannoukoto h3.serif {
		font-size: 20px;
	}
	#hannoukoto .txt {
		line-height: 1.8;
	}
	#hannoukoto .green {
		font-size: 20px;
	}
	#hannoukoto .sec {
		margin-bottom: 30px;
	}
	#hannoukoto .sec:first-of-type {
		margin-top: 20px;
	}
	#hannoukoto .msg_txt {
		font-size: 16px;
		line-height: 1.8;
	}
	/*--------------------------------------------------
		製品情報
	--------------------------------------------------*/
	#service table tr th, #service table tr td {
		display: block;
		padding: 10px;
	}
	#service table tr th {
		font-size: 18px;
	}
	#service .img_lft {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	#service .green {
		padding-top: 0;
		font-size: 18px;
		text-align: center;
	}
	#service .txt {
		line-height: 1.8;
	}
	#service .wrap {
		display: block;
	}
	#service .wrap dl {
		width: 100%;
		margin-bottom: 30px;
	}
	#service .wrap dl dt {
		font-size: 18px;
		padding-bottom: 5px;
	}
	#service .wrap dl dd {
		padding: 15px;
	}
	#service .wrap dl dd .fr{
		float: right;
		width: calc(100% - 180px);
	}
	#service .wrap .green {
		width: 100%;
		font-size: 20px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/

	#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;
	}

/*------------------------------------------------*/
}