@charset "UTF-8";

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

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

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

hr {
	margin: 1.5em 0;
}

/* 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 {
	font-size: 1.2rem;
	word-break: break-all;
}

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

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

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

#common h1 {
	float: none;
}

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

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

#topic-path ol {
	float: none;
	width: 100%;
	margin-top: 0;
	border-style: 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.0rem;
}

/* L1 ######################################## バナー ######################################## */

body > div.banner {
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px;
	
	box-sizing: border-box;
}

body > div.banner img:not([class="no-resize"]) {
	width: 100%;
	height: auto;
}

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

#contents {
	padding-left: 0;
	padding-right: 0;
}

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

#contents > section {
	width: 100%;
	box-sizing: border-box;
}

/* 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 h3 {
	width: auto;
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

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

#site-info 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;
	font-size: 1.1rem;
	text-align: left;
}

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

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

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

#now-loading {
	margin: 1em 4%;
	font-size: 1.2rem;
}

#now-loading br {
	display: none;
}

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

}