@charset "UTF-8";

@media screen and (max-width: 768px) {

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## HTML要素 ######################################## */

/* L1 ######################################## 汎用要素 ######################################## */

hr {
	margin: 1.5em 0;
}

.no-br br,
br.no-br {
	display: none;
}

/* L1 ######################################## 汎用クラス ######################################## */

.fs-10 { font-size: 0.8rem !important; }
.fs-11 { font-size: 0.9rem !important; }
.fs-12 { font-size: 1.0rem !important; }
.fs-13 { font-size: 1.1rem !important; }
.fs-14 { font-size: 1.2rem !important; }
.fs-15 { font-size: 1.3rem !important; }
.fs-16 { font-size: 1.4rem !important; }
.fs-17 { font-size: 1.5rem !important; }
.fs-18 { font-size: 1.6rem !important; }
.fs-19 { font-size: 1.7rem !important; }
.fs-20 { font-size: 1.8rem !important; }
.fs-21 { font-size: 1.9rem !important; }
.fs-22 { font-size: 2.0rem !important; }
.fs-23 { font-size: 2.1rem !important; }
.fs-24 { font-size: 2.2rem !important; }
.fs-25 { font-size: 2.3rem !important; }
.fs-26 { font-size: 2.4rem !important; }
.fs-27 { font-size: 2.5rem !important; }
.fs-28 { font-size: 2.6rem !important; }
.fs-29 { font-size: 2.7rem !important; }
.fs-30 { font-size: 2.8rem !important; }
.fs-31 { font-size: 2.9rem !important; }
.fs-32 { font-size: 3.0rem !important; }
.fs-33 { font-size: 3.1rem !important; }
.fs-34 { font-size: 3.2rem !important; }
.fs-35 { font-size: 3.3rem !important; }
.fs-36 { font-size: 3.4rem !important; }
.fs-37 { font-size: 3.5rem !important; }
.fs-38 { font-size: 3.6rem !important; }
.fs-39 { font-size: 3.7rem !important; }
.fs-40 { font-size: 3.8rem !important; }

.ta-c { text-align: left !important; }

.no-br br {
	display: none;
}

/* L1 ######################################## BODY要素 ######################################## */

html, body {
	overflow-x: hidden;
	width: 100%
}

body {
	word-break: break-all;
}

/* L1 ######################################## 管理用 ######################################## */

#admin {
	padding-left: 4%;
	padding-right: 4%;
}

#admin p:first-child {
	margin-right: 75px;
}

/* L1 ######################################## ヘッダ ######################################## */

#common {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

/* L2 **************************************** テイチクロゴ **************************************** */

#common h1 {
	float: none;
}

/* L2 **************************************** サイト内検索 **************************************** */

#common form {
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	margin-top: 0.8em;
}

#common form input[type="text"] {
	width: 100%;
}

#common form input[type="text"]:focus {
	width: 100%;
}

#common form button i {
	font-size: 110%;
}

/* L2 **************************************** メニュー関連 **************************************** */

#menu-wrapper-mobile {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

/* L3 ======================================== メニューボタン（モバイル向け） ======================================== */

#menu-button {
	cursor: pointer;
	display: block;
	padding: 2px;
	line-height: 1.0;
	background: rgba(0, 0, 0, 0.85);
}

#menu-button p {
	padding: 0.6em 0;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 130%;
	text-align: center;
	border: 1px solid #cccccc;
}
#menu-button p::before {
	content: "\f0c9";
	margin-right: 0.4em;
	font-family: "FontAwesome";
}
#menu.opened #menu-button p::before {
	content: "\f057";
}

/* L3 ======================================== メニュー ======================================== */

#menu {
	height: auto;
}

#menu nav {
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	
	box-sizing: border-box;
}

#menu.opened nav {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* L3 ======================================== 共通スタイル ======================================== */

#menu ul {
	float: none;
}

#menu ul li {
	display: list-item;
	width: 100%;
	padding: 0 6% !important;
	text-align: left !important;
	
	box-sizing: border-box;
}



#menu ul li.location::before {
	display: none;
}

#menu ul li a {

}
#menu ul li a[href]:hover {
	color: #ffffff !important;
}
#menu ul li a[href]::before {
	display: none;
}

#menu ul li p.title::before {
	display: inline-block;
	width: 24px;
	margin-right: 0;
}

#menu ul li p.sub {

}

#menu ul li p.sub::before {

}


/* L3 ======================================== メインメニュー（グループ左） ======================================== */

#menu ul.main {
	float: none;
}

#menu ul.main li {
	height: auto;
	overflow: hidden;
	
	-webkit-transition: height 0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

/* L3 ======================================== サブメニュー（グループ右） ======================================== */

#menu ul.sub {
	float: none;
}

#menu ul.sub li {
	
}

#menu ul.sub li.opened a:hover {
	color: #ffcc00 !important;
}

#menu ul.sub li.opened p.sub::after {
	content: '（もう一度タップでメインメニューを開く）'
}

/* ++++++++++++++++++++++++++++++++++++++++ メニュー固定時の設定 ++++++++++++++++++++++++++++++++++++++++ */

#menu-wrapper.fixed #menu ul.main::before {
	
}

/* L3 ======================================== 共通スタイル ======================================== */

#menu-wrapper.fixed #menu ul {
}

#menu-wrapper.fixed #menu ul li {
}

#menu-wrapper.fixed #menu ul li a {
}

#menu-wrapper.fixed #menu ul li p.sub {
}

#menu-wrapper.fixed #menu ul li p.sub::before {

}

/* L2 **************************************** 各種リンク **************************************** */

/* L3 ======================================== 共通スタイル ======================================== */

div.link ul {
	width: 100%;
	padding: 1em 6%;
	text-align: left;
}

div.link ul li {
	display: block;
	text-align: left;
	line-height: 1.4;
	margin: 0.8em 0;
}

/* L2 **************************************** トピックパス **************************************** */

#topic-path {
	overflow: hidden;
	width: 100%;
}

#topic-path ol {
	float: none;
	width: 100%;
	margin-top: 0;
	border-style: none none solid none;
}

#topic-path ol.mobile {
	overflow-x: auto;
	
	-webkit-overflow-scrolling: touch;
}

#topic-path ol li:last-child::before,
#topic-path ol li a {
	padding-top: 1em;
	padding-bottom: 1em;
}

/* L2 **************************************** ページ上部に戻るボタン **************************************** */

#goto-top {
	width: 36px;
	height: 36px;
	right: 5px;
	
	opacity: 1.0;
}

#goto-top.fixed {
	bottom: 5px;
}

#goto-top p::before {
	top: 8px;
	width: 20px;
	margin-left: 8px;
	margin-right: 8px;
}

#goto-top i {
	font-size: 2.2rem;
}

/* L1 ######################################## メインコンテンツ ######################################## */

#contents {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 4%;
	padding-right: 4%;
}

/* L2 **************************************** セクション **************************************** */

#contents > section {
	width: 100%;
}

/* L2 **************************************** タイトル **************************************** */

#contents > section > h2 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 3.0rem;
	line-height: 1.0;
}
#contents > section > h2::before {
	width: 38px;
	height: 2.2rem;
}
#contents > section > h2::after {
	margin-left: 38px;
}


/* L1 ######################################## フッタ ######################################## */

footer {
	margin-top: 1.5em;
	border-top: none;
}

/* L2 **************************************** サイト更新情報 **************************************** */

#site-info {
	width: 100%;
	padding-top: 0.5em
}

#site-info div.rss {
	float: none;
	width: 100%;
	padding: 0.5em 0 !important;
}

#site-info div.rss h3 {
	width: auto;
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#site-info div.rss h3 i {
	left: 0;
}

#site-info div.rss ul li {
	padding: 0 3% !important;
}

/* L2 **************************************** 注意書き・コピーライト **************************************** */

footer div.notice {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

footer div.notice p {
	margin: 0.5em 4% 1em 4%;
	line-height: 1.6;
	text-align: left;
}

footer div.notice p.copyright {
	text-align: center;
}

footer div.notice p.copyright span.mobile {
	display: none;
}

/* L1 ######################################## 汎用バナー ######################################## */

#banner {
	width: 100%;
	margin-top: 5px;
	margin-bottom: -10px;
}

#banner img {
    width: 100%;
    height: auto;
}

/* L1 ######################################## 画面の向きが変更された時 ######################################## */

#now-loading {
	margin: 1em 4%;
}

#now-loading br {
	display: none;
}

/* L1 ######################################## こぶしまる シュッ ######################################## */

#kobu {
	right: -220px;
	bottom: -220px;
	width: 220px;
	height: 220px;
}

#kobu img {
	width: 220px;
	height: 220px;
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

}