@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## font-face ######################################## */

/* ubuntu-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-condensed-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kosugi-maru-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kosugi Maru';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kosugi-maru-v17-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

html {
	font-size: 62.5%;
	
	-webkit-text-size-adjust: none;
}

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

a         { color: #99ccff; }
a:hover   { color: #99ccff; text-decoration: none; }
a:visited { color: #999999; }


img {
	border: none;
	vertical-align: middle;
}

img.frame {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

hr {
	margin: 2em 0;
    height: 1px;
	border: 0;
	
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

strong {
	color: #ffff00;
}

ins,
ins * {
	color: #ff0000 !important;
	text-decoration: none;
	background: none;
}
ins a {
	text-decoration: underline;
}

ruby {
	display: inline-table;
	vertical-align: bottom;
	text-align: center;
}

ruby rb {
	display: table-row-group;
}

ruby rt {
	display: table-header-group;
	font-size: 1.0rem;
	line-height: 1.0;
}

ruby rp {
	display: none;
	font-size: 1.0rem;
	line-height: 1.0;
}

span.mark {
	position: relative;
	top: -0.1em;
	display: inline-block;
	padding: 0 0.5em;
	color: #ffffff;
	font-size: 80%;
	background: #cc6600;
	
	border-radius: 5px;
}


/* L2 **************************************** アイコン **************************************** */

i.fa-phone-square {
	margin-left: 0.5em;
	margin-right: 0.3em;
	color: #444444;
}

/* L2 **************************************** data-auto-open **************************************** */

*[data-auto-show] {
	display: none !important;
}

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

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

.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }

.ml-5  { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }

.mr-5  { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }

.ts { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) !important; }

.start-2	{ counter-reset: num 1 !important; }
.start-3	{ counter-reset: num 2 !important; }
.start-4	{ counter-reset: num 3 !important; }
.start-5	{ counter-reset: num 4 !important; }
.start-6	{ counter-reset: num 5 !important; }
.start-7	{ counter-reset: num 6 !important; }
.start-8	{ counter-reset: num 7 !important; }
.start-9	{ counter-reset: num 8 !important; }
.start-10	{ counter-reset: num 9 !important; }
.start-11	{ counter-reset: num 10 !important; }
.start-12	{ counter-reset: num 11 !important; }
.start-13	{ counter-reset: num 12 !important; }
.start-14	{ counter-reset: num 13 !important; }
.start-15	{ counter-reset: num 14 !important; }
.start-16	{ counter-reset: num 15 !important; }
.start-17	{ counter-reset: num 16 !important; }
.start-18	{ counter-reset: num 17 !important; }
.start-19	{ counter-reset: num 18 !important; }
.start-20	{ counter-reset: num 19 !important; }
.start-21	{ counter-reset: num 20 !important; }
.start-22	{ counter-reset: num 21 !important; }
.start-23	{ counter-reset: num 22 !important; }
.start-24	{ counter-reset: num 23 !important; }
.start-25	{ counter-reset: num 24 !important; }
.start-26	{ counter-reset: num 25 !important; }
.start-27	{ counter-reset: num 26 !important; }
.start-28	{ counter-reset: num 27 !important; }
.start-29	{ counter-reset: num 28 !important; }
.start-30	{ counter-reset: num 29 !important; }
.start-31	{ counter-reset: num 30 !important; }
.start-32	{ counter-reset: num 31 !important; }
.start-33	{ counter-reset: num 32 !important; }
.start-34	{ counter-reset: num 33 !important; }
.start-35	{ counter-reset: num 34 !important; }
.start-36	{ counter-reset: num 35 !important; }
.start-37	{ counter-reset: num 36 !important; }
.start-38	{ counter-reset: num 37 !important; }
.start-39	{ counter-reset: num 38 !important; }
.start-40	{ counter-reset: num 39 !important; }
.start-41	{ counter-reset: num 40 !important; }
.start-42	{ counter-reset: num 41 !important; }
.start-43	{ counter-reset: num 42 !important; }
.start-44	{ counter-reset: num 43 !important; }
.start-45	{ counter-reset: num 44 !important; }
.start-46	{ counter-reset: num 45 !important; }
.start-47	{ counter-reset: num 46 !important; }
.start-48	{ counter-reset: num 47 !important; }
.start-49	{ counter-reset: num 48 !important; }
.start-50	{ counter-reset: num 49 !important; }
.start-51	{ counter-reset: num 50 !important; }
.start-52	{ counter-reset: num 51 !important; }
.start-53	{ counter-reset: num 52 !important; }
.start-54	{ counter-reset: num 53 !important; }
.start-55	{ counter-reset: num 54 !important; }
.start-56	{ counter-reset: num 55 !important; }
.start-57	{ counter-reset: num 56 !important; }
.start-58	{ counter-reset: num 57 !important; }
.start-59	{ counter-reset: num 58 !important; }
.start-60	{ counter-reset: num 59 !important; }
.start-61	{ counter-reset: num 60 !important; }
.start-62	{ counter-reset: num 61 !important; }
.start-63	{ counter-reset: num 62 !important; }
.start-64	{ counter-reset: num 63 !important; }
.start-65	{ counter-reset: num 64 !important; }
.start-66	{ counter-reset: num 65 !important; }
.start-67	{ counter-reset: num 66 !important; }
.start-68	{ counter-reset: num 67 !important; }
.start-69	{ counter-reset: num 68 !important; }
.start-70	{ counter-reset: num 69 !important; }
.start-71	{ counter-reset: num 70 !important; }
.start-72	{ counter-reset: num 71 !important; }
.start-73	{ counter-reset: num 72 !important; }
.start-74	{ counter-reset: num 73 !important; }
.start-75	{ counter-reset: num 74 !important; }
.start-76	{ counter-reset: num 75 !important; }
.start-77	{ counter-reset: num 76 !important; }
.start-78	{ counter-reset: num 77 !important; }
.start-79	{ counter-reset: num 78 !important; }
.start-80	{ counter-reset: num 79 !important; }
.start-81	{ counter-reset: num 80 !important; }
.start-82	{ counter-reset: num 81 !important; }
.start-83	{ counter-reset: num 82 !important; }
.start-84	{ counter-reset: num 83 !important; }
.start-85	{ counter-reset: num 84 !important; }
.start-86	{ counter-reset: num 85 !important; }
.start-87	{ counter-reset: num 86 !important; }
.start-88	{ counter-reset: num 87 !important; }
.start-89	{ counter-reset: num 88 !important; }
.start-90	{ counter-reset: num 89 !important; }
.start-91	{ counter-reset: num 90 !important; }
.start-92	{ counter-reset: num 91 !important; }
.start-93	{ counter-reset: num 92 !important; }
.start-94	{ counter-reset: num 93 !important; }
.start-95	{ counter-reset: num 94 !important; }
.start-96	{ counter-reset: num 95 !important; }
.start-97	{ counter-reset: num 96 !important; }
.start-98	{ counter-reset: num 97 !important; }
.start-99	{ counter-reset: num 98 !important; }
.start-100	{ counter-reset: num 99 !important; }

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

body {
	color: #ffffff;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	background: #1f180e url(../images/common/back_body.jpg) 50% 50% no-repeat fixed;
	
	background-size: cover;
}

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

#admin {
	padding: 0.5em 15px;
	line-height: 1.6;
	background: #dd0000;
}

#admin p {
	position: relative;
	display: list-item;
	list-style-type: none;
	margin: 0.5em 0;
	padding-left: 20px;
	color: #ffffff;
	font-weight: bold;
}

#admin p::before {
	content: "\f071";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
}

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

header {
	position: relative;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
}

/* L2 **************************************** 共通 **************************************** */

#common {
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 2%;
	
	box-sizing: border-box;
}

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

#common h1 {
	float: left;
}
#common h1 img {
	max-height: 50px;
}

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

#topic-path {
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.0;
}

#topic-path ol {
	overflow: hidden;
	position: relative;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
	background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 4px, rgba(0, 0, 0, 0.1) 8px);
}
#topic-path ol::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
}

#topic-path ol li {
	display: inline-block;
}
#topic-path ol li:last-child {
	padding: 1em 2em;
	font-weight: bold;
}
#topic-path ol li:last-child::before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 1.2rem;
	font-weight: normal;
	margin-right: 0.2em;
}

#topic-path ol li a {
	position: relative;
	display: block;
	padding: 1em 2em;
	text-align: center;
}
#topic-path ol li:last-child a {
	font-weight: bold;
}
#topic-path ol li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2em;
	right: -0.4em;
	z-index: 4;
	width: 5em;
	height: 5em;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
    
    transform: rotate(20deg);
}
#topic-path ol li:last-child a::after {
	display: none;
}

#topic-path ol li a {
	color: #ffffff !important;
	text-decoration: none;
}

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

#goto-top {
	cursor: pointer;
	display: table;
	position: fixed;
	bottom: -52px;
	right: 10px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.5);
	
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2), inset -4px -4px 12px rgba(0, 0, 0, 0.1);
	
	opacity: 0.6;
	
	-webkit-transition: opacity 0.3s, bottom 0.3s;
	-moz-transition: opacity 0.3s, bottom 0.3s;
	-ms-transition: opacity 0.3s, bottom 0.3s;
	-o-transition: opacity 0.3s, bottom 0.3s;
	transition: opacity 0.3s, bottom 0.3s;
}
#goto-top:hover {
	opacity: 1;
}

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

#goto-top p {
	display: table-cell;
	vertical-align: middle;
}

#goto-top i {
	position: relative;
	top: -2px;
	color: #999999;
	font-size: 3.0rem;
}

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

body > div.banner {
	position: relative;
	width: 950px;
	margin: 50px auto 0 auto;
	text-align: center;
}

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

#contents {
	position: relative;
	width: 100%;
	margin: 3em auto;
	padding: 0 10px;
	
	box-sizing: border-box;
}

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

#contents > section {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2%;
}

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

footer {
	position: relative;
	color: #ffffff;
	text-align: center;
	
	background: rgba(0, 0, 0, 0.5);
}

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

#site-info {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding-top: 3em;
	text-align: left;
	
	box-sizing: border-box;
}

#site-info a {
	color: #ffffff !important;
}

#site-info div.rss {
	float: left;
	/* width: 33.3333%; */
	width: 100%;
	padding: 10px;
	line-height: 1.0;
	box-sizing: border-box;
}
#site-info div.rss:nth-child(3n+1) {
	padding-right: 5px;
}
#site-info div.rss:nth-child(3n+2) {
	padding-left: 5px;
	padding-right: 5px;
}
#site-info div.rss:nth-child(3n) {
	padding-left: 5px;
}

#site-info div.rss a {
	text-decoration: none;
}

#site-info div.rss h3 {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 1em 5px 0.5em 5px;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	box-sizing: border-box;
}

#site-info div.rss h3 i {
	margin-right: 0.2em;
	font-size: 150%;
	vertical-align: baseline;
}

#site-info div.rss p.loading {
	margin: 0 5px;
	color: rgba(255, 255, 255, 0.3);
	font-size: 1.1rem;
}

#site-info div.rss ul {
	list-style-type: none;
	font-size: 1.1rem;
}

#site-info div.rss ul li {
	overflow: hidden;
	display: table;
	width: 100%;
	padding: 0 5px;
	border-collapse: separate;
	border-spacing: 2px;
	
	box-sizing: border-box;
}

#site-info div.rss ul li.error {
	padding: 0.8em 0;
}

#site-info div.rss ul li span.date {
	display: table-cell;
	width: 8em;
	padding: 0.8em 0;
	text-align: center;
	vertical-align: middle;
	
	background: rgba(255, 255, 255, 0.1);
}

#site-info div.rss ul li span.text {
	overflow: hidden;
	display: table-cell;
	max-width: 1px;
	padding: 0.8em 2%;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
	
	background: rgba(0, 0, 0, 0.05);
}

/* L3 ======================================== Facebook リンク ======================================== */

#site-info > ul.link {
	margin-bottom: 10px;
	font-size: 1.1rem;
	text-align: center;
}

#site-info > ul.link li {
	display: inline-block;
}

#site-info > ul.link li::after {
	content: "/";
	margin-left: 0.4em;
	margin-right: 0.6em;
	opacity: 0.5;
}

#site-info > ul.link li:last-child::after {
	display: none;
}

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

footer div.notice {
	padding: 3em 0;
}

footer div.notice p {
	margin: 0.5em 0;
	line-height: 1.0;
}

footer div.notice p small {
	font-size: 1.1rem;
}

footer small a {
	color: #ffffff !important;
	text-decoration: none;
}

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

#now-loading {
	margin: 1em 25px;
	color: #666666;
	font-size: 2.0rem;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
