@charset "utf-8";

/* 共通 css  --------------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.7;
	color: #111;
}

a {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #111;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
.img{
    text-align:center;
}

select, input, textarea, button {
	vertical-align: middle;
}
main {
	display: block;
}


#header.trans {
	background: #fff;
}
#header .head-cont {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*
#header .head-cont #logo a img:first-of-type {
	display: inline;
}
#header .head-cont #logo a img:last-of-type {
	display: none;
}
#header .head-cont #logo.active a img:first-of-type {
	display: none;
}
#header .head-cont #logo.active a img:last-of-type {
	display: inline;
}
*/
.os_top_concept {
    text-align: center;
}

/* TOPへ戻る  */
#page_top a {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background: #5f56e3;
  border: 1px solid rgba(255, 255, 255);
  display: block;
  text-align: center;
  border-radius: 24px;
}

#page_top a::before {
/*  content: '\f062';*/
  content: url(../images/top.png);
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}


#product {
    background: #f0f0f0;
}
#product_1 {
    background: #0059d32e;
}

#header .head-cont .gnav {
	display: none;
/*	background: url(../images/gnav_bg.jpg) no-repeat center center/cover;*/
	background: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	font-family: sans-serif;
	font-weight: 300;
}
#header .head-cont .gnav .gnav-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80%;
}
#header .head-cont .gnav .gnav-inner > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: center;
}
#header .head-cont .gnav .gnav-inner > div ul {
	margin: 0 20px;
}
#header .head-cont .gnav .gnav-inner > div ul:last-of-type li {
	transform: translateX(10px);
}
#header .head-cont .gnav .gnav-inner > div ul.on li {
	transition: .4s;
	opacity: 1;
	transform: translateX(0px);
}
#header .head-cont .gnav .gnav-inner > div ul.on li:nth-child(1) {
	transition-delay: 0.4s;
}
#header .head-cont .gnav .gnav-inner > div ul.on li:nth-child(2) {
	transition-delay: 0.5s;
}
#header .head-cont .gnav .gnav-inner > div ul.on li:nth-child(3) {
	transition-delay: 0.6s;
}
#header .head-cont .gnav .gnav-inner > div ul.on li:nth-child(4) {
	transition-delay: 0.7s;
}
#header .head-cont .gnav .gnav-inner > div ul.on li:nth-child(5) {
	transition-delay: 0.8s;
}
#header .head-cont .gnav .gnav-inner > div ul.on li:nth-child(6) {
	transition-delay: 0.9s;
}
#header .head-cont .gnav .gnav-inner > div ul.on li:nth-child(7) {
	transition-delay: 1s;
}
#header .head-cont .gnav .gnav-inner > div ul li {
	line-height: 1.2;
	color: #d9e2e9;
	opacity: 0;
	transform: translateX(-10px);
}
#header .head-cont .gnav .gnav-inner > div ul li a {
	color: #d9e2e9;
	font-size: 1.4rem;
	display: block;
	padding: 10px 40px 10px 10px;
	position: relative;
}
#header .head-cont .gnav .gnav-inner > div ul li a:after {
	content: '';
	width: 20px;
	height: 4px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(40deg);
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
	border-color: transparent;
	transition: .2s;
}

.nav-btn {
	display: block;
	position: absolute;
	top: calc(50% - 11px);
	right: 2.6%;
	width: 25px;
	height: 22px;
	z-index: 10;
	cursor: pointer;
}

.nav-btn:before {
	content: '';
	width: 25px;
	height: 2px;
	background: #111;
	position: absolute;
	top: 0px;
	right: 0;
	transition: .4s;
}
.nav-btn:after {
	content: '';
	width: 25px;
	height: 2px;
	background: #111;
	position: absolute;
	top: 20px;
	right: 0;
	transition: .4s;
}
.nav-btn span {
	display: block;
	width: 25px;
	height: 2px;
	background: #111;
	position: absolute;
	top: 10px;
	right: 0;
	transition: .4s;
}
.nav-btn.active:before {
	content: '';
	width: 20px;
	height: 2px;
	top: 10px;
	right: 0;
	transform: rotate(45deg);
	background: #fff;
}
.nav-btn.active:after {
	content: '';
	width: 20px;
	height: 2px;
	top: 10px;
	right: 0;
	transform: rotate(-45deg);
	background: #fff;
}
.nav-btn.active span {
	opacity: 0;
}


/* 特殊用 css  --------------------------------------------------- */
@media (max-width: 1280px) {
.contact-btn img {
	display: none;
}
}


/* スマートフォン用 css  --------------------------------------------------- */
@media (max-width: 767px) {
.sp {
	display: block;
}
.pc {
	display: none;
}

p {
	font-size: 1.4rem;
}

#header {
	padding: 10px 25px 0px 25px;
	transition: .3s;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	background: transparent;
	padding: 0px 2.6%;
}
#header .head-cont #logo {
	width: 18%;
	margin-top:3px;
}

.news {
	display: block;
	margin: 0 auto;
	/*border: solid 1px #c1c1c1;*/
	background-color: #fff;
}
.news h2 {
	font-size: 1.3em;
	color: #FFF;
	padding: 3px 10px;
	font-weight: bold;
	background-color: #ab9540
}
.news dl {
	padding: 0 10px;
}
.news_area {
/*	display: flex;   /* DEL20211230-izmd */ 
	display: left;   /* ADD20211230-izmd */ 
	font-size: 1.0em;
	margin:10px 0 5px ;
}
.news_area dt {
/*	padding-right: 20px;*/
/*	color: #0059D3;   */
/*	font-weight: bold;*/
	text-align: left;
	font-size: 0.6em;
	color: #8f8e8e;
}
.news_area dd {
	font-size: 0.8em;
	color: #8f8e8e;
}

#breadcrumb {
    background: #004ea2;
	height: 10px;
}

.contact-btn {
	display: block;
	position: absolute;
	right: 0%;
	z-index: 1;
	width: 80%;
	text-align: right;
}
.contact-btn img {
/*	max-width: 75%;*/
	display: none;
}
.contact-btn a {
	display: block;
	border: 1px solid #111;
	text-align: center;
}

#main {
	padding-bottom: 50px;
	margin:50px 0 0 0;
}

.os_contents1{
    max-width: 767px;
    color: #000000;
    padding: 10px 5px;
}

.os_contents2{
    max-width: 767px;
    color: #000000;
    padding: 10px 15px;
}

.os_contents_title {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4em;
}

.os_txt-box2 {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom:20px;
}

.contents_product{
    max-width: 767px;
    color: #000000;
    padding: 10px 15px;
}

.good{
    font-size: 0.8rem;
    color: red;
}

.title_bar_gold {
    border-left: 6px double #5B272A;
    padding: 0.6rem 0.6rem;
    line-height: 0.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.05em;
}
.title_bar_gold::first-letter {
    font-size: 120%;
    color: #eb6100;
}
.product-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;

}
.product-list-single {
	flex-direction: column;
	align-content: center;
}
.product-list li {
	width: 100%;
	margin: 0 0 40px 0;
	margin: 0 5% 0 0;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	margin-bottom: 15px;
}
.product-list li:nth-of-type(2n) {
	margin: 0 0 40px 0;
}
.product-list li a {
	display: block;
	text-align: center;
}
.product-list li a .img {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
	transition: .4s;

}
.product-list li a p {
    font-size: 1.0rem;
    font-weight: 400;
    text-align: left;
    margin: 5px 2% 5px;
}

.sub_title {
	font-size: 1.0rem;
	font-weight: 400;
	color: #595959;
	margin-bottom:5px;
	text-align: left;
}

/* TEKT漆喰 */
.sub_title1 {
	font-size: 1.0rem;
	font-weight: 400;
	color: #F39800;
	margin-bottom:10px;
}

/* ミューダム */
.sub_title2 {
	font-size: 1.0rem;
	font-weight: 600;
	color: #15A232;
	margin-bottom:5px;
	text-align: left;
}

/* TEKT珪藻土 */
.sub_title3 {
	font-size: 1.0rem;
	font-weight: 400;
	color: #E95098;
	margin-bottom:5px;
	text-align: left;
}

/* TEKTフィニッシュ */
.sub_title4 {
	font-size: 1.0rem;
	font-weight: 400;
	color: #000000;
	margin-bottom:5px;
	text-align: left;
}

.title_bar_sub01 {
	border-bottom: 3px dotted #5B272A;
/*	padding: 1rem 2rem;*/
	line-height: 1.2em;
	font-size: 1.0rem;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP';
	color: #5B272A;
}

.title_bar_sub01 img {
	width: 70%;
}

.title_bar_sub02 {
	padding: 0.1em 0 0.2rem 1.2rem;
	color: #fff;
	background: #000;
	text-align: left;
	font-size: 0.8rem;
}

.flex {
    margin-bottom: 10px;
/*    display: flex;*/
    justify-content: flex-start;
	text-align: left;
}
.left {
    line-height: 1.4em;
	font-size: 0.8em;
	text-align: left;
}
.right {
	padding: 2px 0px 0px 7px;
	margin: 3px 0 0 0;
	line-height: 1.4em;
/*	width: 70%;*/
	font-size: 0.8em;
	text-align: left;
}
.os_txt-box4_l {
	font-size: 1.0rem;
	text-align: left;
}
.os_txt-box4_r {
	font-size: 1.0rem;
	text-align: left;
}
.flex2 {
    margin-top: 0px;
    margin-bottom: 10px;
  /*  display: flex;*/
    justify-content: flex-end;
	padding: 0 2% 0;
}
.left2 {
	line-height: 1.4em;
/*    width: 70%;*/
	text-align: left;
	font-size: 0.8em;
}
.right2 {
    padding: 2px 0px 0px 7px;
    margin-left: 0px;
    float: right;
}

#company_table {
    line-height: 1.5;
}
#company_table table {
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle;
  /*  font-family: 'Noto Serif JP', '游明朝 Medium', 'ＭＳ Ｐ明朝', serif;*/
    font-size: 0.8rem;
    margin: 0;
}
#company_table table th {
    background-color: #fafafa;
    text-align: center;
    width: 15%;
}
#company_table table th, table td {
    padding: 10px 5px 10px;
    border: 1px solid #ccc;
}

#company_table table td {
    text-align: left;
}

#footer{
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
	background: #004ea2;
}
#footer .inner{
	width: 1000px;
	margin: 0 auto;
}
.l-footer_top_list{
	float: left;
	width: 22%;
}

 .l-footer_top_list a {
    display: block;
    color: #FFF;
    text-align: left;
}

.fl_list-item{
	margin: 0 0 14px 0;
}

.fl_list-item a{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.0;
}

.fl_list-item2{
	margin: 0 0 5px 0;
}

.fl_list-subitem{
	margin: 0 0 14px 0;
}

.fl_list-subitem{
	font-weight: normal;
	font-size: 12px;
	line-height: 1.0;
}


.copyright{
	background: #00254d;
	color:#FFF;
    margin-top: 30px;
	font-size: 0.6rem;
	padding: 16px 0;
}

#header .head-cont .gnav ul {
	flex-direction: column;
	justify-content: center;
	height: 100%;
	transition: .4s;
}
#header .head-cont .gnav ul li {
	margin-left: 0;
	opacity: 0;
	text-align: center;
	width: 100%;
	transform: translateX(20px);
	transition: .2s;
}
#header .head-cont .gnav ul li a {
	font-size: 2.0rem;
	display: block;
	width: 100%;
	padding: 30px 0;
}

.nav-btn {
	display: block;
}

#nav {
	list-style: none;
}
 
#nav li {
	width: 100%;
	height: 36px;
	text-align: center;
	background-color: #dbdada;
	margin-top: 3px;
	font-size: 14px;
	padding-top: 15px;
	opacity: 0.8;
}
 
#nav li a {
	text-decoration: none;
	font-weight: bold;

}

.tekt_img_container {
	width: 100%;
/*	margin: 50px auto;*/
	display: flex;
	align-items: center;
	overflow: hidden;
}

.tekt_img_list {
	display:flex;
	animation: slide-flow 40s infinite linear 1s both;

}

.tekt_img {
	width:250px;
	object-fit:cover;
/*	border: 1px solid #ddd;*/
}

@keyframes slide-flow {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}

.img_icon {
	width:5%;
}

.tekt_waku {
	border: 1px solid #8f8e8e;
	border-radius: 5px;
	padding: 15px 5px 10px;;
}


}



/* PC用 css   -------------------------------------------------------------- */
@media (min-width: 767px) {
.pc {
	display: block;
}
.sp {
	display: none;
}

p {
	font-size: 1.5rem;
}

#header {
	padding: 5px 25px 0px 25px;
	transition: .3s;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	background: transparent;
}

#header .head-cont #logo {
	position: relative;
/*	z-index: 1;*/
}

.news {
	/* width: 890px; */
	display: block;
	margin: 0 auto;
	/*border: solid 1px #c1c1c1; */
	margin-bottom: 40px;
	/*background-color: #fff;*/
}
.news h2 {
	font-size: 24px;
	color: #FFF;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ab9540
}
.news dl {
	padding: 0 10px;
}
.news_area {
	display: flex;
	font-size: 1.0em;
	padding :3px 5px 3px 10px;
	margin :0 0 7px;
}

.news_area dt {
	/*padding-right: 20px;*/
	padding: 10px 20px 0 0 ;

}
.news_area dd {
	padding: 10px 5px 0 0 ;

}

#breadcrumb {
    background: #004ea2;
	height: 35px;
}

.contact-btn {
	display: block;
	position: absolute;
/*	top: calc(50% - 17px);*/
	right: 95px;
/*	width: 160px;*/
/*	height: 34px;*/
	z-index: 1;
}
.contact-btn a {
	display: block;
	border: 1px solid #111;
	text-align: center;
	line-height: 34px;
	font-size: 1.4rem;
	transition: .4s;
}
.contact-btn a:hover {
	background: #111;
	color: #fff;
}

#main {
	padding-bottom: 0;
}

.os_contents1{ 
    width: 80%;
    max-width: 1200px;
    color: #000000;
    padding: 10px 40px;
    margin: 1.5% auto 1.5%;
}

.os_contents2{ 
    width: 80%;
    max-width: 1200px;
    color: #000000;
    padding: 10px 40px;
    margin: 1.5% auto 1.5%;
}

.os_contents_title {
	text-align: left;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

.os_txt-box2 {
	width: 80%;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.6em;
	font-weight: 400;
    margin-bottom:30px;
}

.contents_product{ 
    width: 80%;
    max-width: 1200px;
    color: #000000;
    padding: 10px 40px;
    margin: 0% auto 0%;
}

.good{
    font-size: 0.8rem;
    color: red;
}

.title_bar_gold {
    border-left: 6px double #5B272A;
    padding: 1rem 1rem;
    line-height: 1.0rem;
    font-size: 2.0rem;
    /* font-weight: 600; */
    text-align: left;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
}
.title_bar_gold::first-letter {
    /* font-size: 150%; */
    color: #eb6100;
}
.product-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom:30px;
}
.product-list-single {
	flex-direction: column;
	align-content: center;
}
.product-list li {
/*	height: 550px;*/
	width: 33%;
	margin: 0 4px 0 0;
/*	border: 1px solid #c1c1c1;*/
	background-color: #fff;
}
.product-list li:nth-of-type(3n) {
	margin: 0;
}
.product-list li a {
	display: block;
	text-align: center;
}
.product-list li a:hover .img {
/*
	box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
*/
}

.image_link{
 display:block; 
 position:relative;
 text-decoration:none;
}
.image_link img{
  display:block;
  width:100%;
  transition:0.3s;
}
.image_link:before{
  content:"READ MORE";
  display:block;
  color:#140274;
  line-height:48px;
  width:180px;
  border:solid 1px #140274;
  border-radius:5px;
  text-align:center;
  position:absolute;
  top:40%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.image_link:hover img{
  filter:blur(2px); 
}
.image_link:hover:before{
  opacity:1;
  margin-top:-0.5em;
}

.product-list li a .img {
/*	margin-bottom: 20px;*/
	box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.05);
	transition: .4s;
}
.product-list li a p {
    font-size: 1.0rem;
    font-weight: 400;
    text-align: left;
    margin: 2% 2% 0;
}

.sub_title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #595959;
	letter-spacing: 0.2em;
	margin-bottom:10px;
}

/* TEKT漆喰 */
.sub_title1 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #F39800;
	letter-spacing: 0.2em;
	margin-bottom:10px;
}

/* ミューダム */
.sub_title2 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #15A232;
	letter-spacing: 0.2em;
	margin-bottom:10px;
}

/* TEKT珪藻土 */
.sub_title3 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #E95098;
	letter-spacing: 0.2em;
	margin-bottom:10px;
}

/* TEKTフィニッシュ */
.sub_title4 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #595757;
	letter-spacing: 0.2em;
	margin-bottom:10px;
}


.title_bar_sub01 {
  border-bottom: 3px dotted #5B272A;
  padding: 1rem 1rem; 0.5rem;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
  color: #5B272A;
}

.title_bar_sub01 img {
/*	width: 100%;*/
}

.title_bar_sub02 {
	padding: 0.1em 0 0.2rem 1.2rem;
	color: #fff;
	background: #000;
	text-align: left;
	font-size: 1.2rem;
}
.flex {
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-start;
	padding: 0 2% 0;
}
.left {
/*    line-height: 0.9em;*/
    width: 35%;
    text-align: left;
}
.right {
    padding: 2px 0px 0px 7px;
    margin-left: 15px;
    line-height: 1.8em;
    width: 60%;
    text-align: left;
}
.os_txt-box4_l {
    font-size: 1.0rem;
    text-align: left;
    line-height: 1.6em;
    margin-top: 0px;
    font-weight: 400;
}
.os_txt-box4_r {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6em;
    margin-top: 0px;
    font-weight: 400;
}
.flex2 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
	padding: 0 2% 0;
}
.left2 {
    line-height: 1.8em;
    width: 60%;
	text-align: left;
}
.right2 {
    padding: 2px 0px 0px 7px;
    margin-left: 12px;
    float: right;
/*    width: 40%;*/
}

#company_table {
    line-height: 1.5;
}
#company_table table {
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle;
  /*  font-family: 'Noto Serif JP', '游明朝 Medium', 'ＭＳ Ｐ明朝', serif;*/
    font-size: 1.2rem;
    margin: 0;
}
#company_table table th {
    background-color: #fafafa;
    text-align: center;
    width: 20%;
}
#company_table table th, table td {
    padding: 10px;
    border: 1px solid #ccc;
}

#company_table table td {
    text-align: left;
}

#footer{
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 12px;
	background: #004ea2;
}
#footer .inner{
	width: 1000px;
	margin: 0 auto;
}
.l-footer_top_list{
	float: left;
	width: 22%;
}

 .l-footer_top_list a {
    display: block;
    color: #FFF;
    text-align: left;
}

.fl_list-item{
	margin: 0 0 14px 0;
}

.fl_list-item a{
/*	font-weight: bold;*/
	font-size: 1.2rem;
	line-height: 1.0;
}

.fl_list-item2{
	margin: 6px 0 5px 0;
}

.fl_list-subitem{
	margin: 0 0 14px 0;
}

.fl_list-subitem{
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.0;
}


.copyright{m
	background: #00254d;
	color:#FFF;
    margin-top: 30px;
	font-size: 1.0rem;
	padding: 10px 0;
}

#header .head-cont .gnav .gnav-inner > div ul li a {
	transition: .4s;
}
#header .head-cont .gnav .gnav-inner > div ul li a:hover {
	background: #fff;
	color: #333;
}
#header .head-cont .gnav .gnav-inner > div ul li a:hover:after {
	border-color: #333;
	transform: translateX(-5px) skew(40deg);
	transition-delay: .2s;
}

.nav-btn {
	display: block;
}

#nav {
	list-style: none;
}
 
#nav li {
	width: 300px;
	height: 36px;
	text-align: center;
	background-color: #dbdada;
	margin-top: 3px;
	font-size: 14px;
	padding-top: 15px;
	opacity: 0.8;
}
 
#nav li a {
	text-decoration: none;
	font-weight: bold;

}

#nav li a:hover {
	color:black;

}
#nav li:hover {
	border-bottom: solid 1px #3e3d3dcc;
	border-right: solid 1px #3e3d3dcc;
	width: 299px;
	height: 35px;
	text-align: center;
	background-color: #E6E6FA;
	margin-top: 3px;
	font-size: 14px;
	padding-top: 15px;
	opacity: 0.8;
}

.tekt_img_container {
	/* PCでは未使用 */
}

.tekt_img_list {
	display:flex;
}

.tekt_img {
	width:33%;
}


.img_icon {
/*	width:;*/
}

.tekt_waku {
	border: 1px solid #8f8e8e;
	border-radius: 5px;
	padding: 50px;
}


}




