@media(min-width:1025px){
	.container {
/* 		max-width:120rem; */
	}
	header .container nav > ul > li .child .child-container{
/* 		max-width:120rem; */
	}
	header .container nav > ul > li .child .child-container .text{
		width:75.5%;
	}
	header .container nav > ul > li .child .child-container .text .main ul li a ,header .container nav > ul > li .child .child-container .text .main ul li.wide a{
		width:30.4rem;
	}
	
	#cta .container{
		max-width:96rem;
	}
	
	#cta .container .text p{
		padding-right:2em;
	}
	footer .sitemap .inner >ul{
		margin-right:0.5em
	}
}
#aboutus .container div.link ul li a.btn {
    padding-left: 1.3em;
    font-size: 1.4rem;
}
#product .container .productTab #productTab-detail-3 dl dt {
    padding: 0 1em;
    line-height: 1.5;
    text-align: left;
}
/*#product .container h3 {
    width: 16rem;
}
#product .container form {
    width: calc(100% - 16rem);
}*/
footer .sitemap{
	text-align:left;
}
@media(min-width:600px){
	.tableform span.no_required{
	min-width:5.8em;
}
}
@media(max-width:800px){
#product .container .productTab label {
    font-size: 1.3rem;
}
#product .container .productTab input#productTab-3 + label {
    font-size: 1.1rem;
}
}
#news {
    padding: 0px 0 17rem;
}
#news::before {
    top: -17rem;
}
.tableform span.required{
	min-width:6em;
}

/* ニュースカテゴリー */
#news .container ol li a .cate.development-en {
  background: #B7768C;
}
#news .container ol li a .cate.info-en{
  background: #E1736B;
}
#news .container ol li a .cate.product-en {
  background: #439C95;
}
#news .container ol li a .cate.recruit-en {
  background: #005BAB;
}

.archive-news .news_list_conteiner ul li a .cate.development-en {
  background: #B7768C;
}
.archive-news .news_list_conteiner ul li a .cate.info-en {
  background: #E1736B;
}
.archive-news .news_list_conteiner ul li a .cate.product-en {
  background: #439C95;
}
.archive-news .news_list_conteiner ul li a .cate.recruit-en {
  background: #005BAB;
}

#news::before {
    display: none;
}
ul.side-navi {
    text-align: left;
}
#news .container ol li a {
    display: grid;
	grid-template-columns: 1fr 1fr 5fr;
}
@media screen and (max-width: 1024px){
#news .container ol li a .cate {
    margin: 1vw 1.5rem 1vw 2vw;
}
#news .container ol li a {
    display: flex;
}
}
.c-breadcrumb li{
	min-width: 0;
}
.title-level2__article {
	text-align: left;
}

/* 製品一覧 */
.archive-products .products_list_conteiner td, .archive-products .products_list_conteiner th{
	text-align:left;
}

.archive-products .wpcfs-input-wrapper:nth-child(n+4) .wpcfs_title_content{
	display:none;
}

.archive-products .wpcfs-search-preset .wpcfs-label{
	padding :0.7em 1.5em 0.7em 0.6em;
	font-size: 14px;
}
.archive-products .products_list_conteiner h2{
	text-align:left;
}
.archive-products .products_list_conteiner .attention_text {
	padding-left: 5%;
    margin-bottom: 0px;
    margin-top: 1em;
    font-weight: 400;
}

#product-florite p.products-strong{
	width: 90%;
	margin: 0 auto 30px;
}
.table-desiccant .w10 {
    width: 15%;
}
.table-desiccant .w40 {
    width: 35%;
}
.chemical-structure .c_s_box h3 {
    font-size: 1.8rem;
}

ul.productTab, ul.productTab__icon {
    display: grid;
	grid-template-columns: 0.8fr 0.7fr 0.7fr 1fr;
	gap: 2%;
	align-items: unset;
}
ul.productTab li, ul.productTab__icon li {
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
    box-shadow: 2px 2px 5px 2px #ededed;
	display: flex;
	align-items: center;
	min-width: 0;
}
ul.productTab__icon a {
    padding: 2.4rem 0 2.5rem 0;
}
ul.productTab a, ul.productTab__icon a {
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: 100%;
	padding-left: 30px;
	font-size: 1.8rem;
	box-shadow: none;
	border-radius: 0;
	display: block;
}
ul.productTab a:hover,
ul.productTab__icon a:hover, ul.productTab-mineral a:hover{
    color: #FFF;
    background-color: #419DCE;
	border-radius: 6px;
}
.Tab__medical, .Tab__food, .Tab__cosme, .Tab__industrial {
    background: none;
	position: relative;
}
.Tab__medical:hover, .Tab__food:hover, .Tab__cosme:hover, .Tab__industrial:hover {
    background: none;
}
.Tab__medical::before, .Tab__food::before, .Tab__cosme::before, .Tab__industrial::before{
	content: "";
	display: inline-block;
	background-size: contain;
	margin-right: 8px;
	width: 25px;
    height: 25px;
	position: absolute;
    left: 40px;
}
.Tab__medical::before{
	background: url(../img/product/icon_product_medical.svg) no-repeat;
}
.Tab__food::before{
	background: url(../img/product/icon_product_food.svg) no-repeat;
}
.Tab__cosme::before{
	background: url(../img/product/icon_product_cosme.svg) no-repeat;
}
a.Tab__industrial::before{
	background: url(../img/product/icon_product_industrial.svg) no-repeat;
	left: 30px;
}
.Tab__medical:hover::before{
	background: url(../img/product/icon_product_medical-hover.svg) no-repeat;
}
.Tab__food:hover::before{
	background: url(../img/product/icon_product_food-hover.svg) no-repeat;
}
.Tab__cosme:hover::before{
	background: url(../img/product/icon_product_cosme-hover.svg) no-repeat;
}
a.Tab__industrial:hover::before{
	background: url(../img/product/icon_product_industrial-hover.svg) no-repeat;
	left: 30px;
}
@media(max-width:1200px){
	ul.productTab, ul.productTab__icon {
	grid-template-columns: 1fr 1fr;
}
	ul.productTab li, ul.productTab__icon li {
    margin-bottom: 1em;
}
}
@media(max-width:800px){
	ul.productTab, ul.productTab__icon {
	display: block;
}
}

.products-detail-page #inorganic-salts table.productlist4 tr td:nth-child(2), .products-detail-page #inorganic-salts table.productlist4 tr td:nth-child(3) {
    text-align: left;
}
.products-detail-page #inorganic-salts table.productlist4 {
    width: 100%;
}
#inorganic-salts .tablelist th, .tablelist td {
    padding: 1rem 2rem;
}

/* 富田を知る */
#discoverDetail #discoverDetail-challenge dl dt {
    line-height: 1.4;
    padding: 1rem 0 1.3rem;
}
#discoverDetail #discoverDetail-technology div.florite .text h4, #discoverDetail #discoverDetail-technology div.inner h3{
	text-align: left;
}
.license-list {
    width: 98%;
}

/* 企業情報 */
.topmessage .txtbox {
    font-family: "Noto sans JP", serif;
}
.p__message {
    letter-spacing: 0em;
    line-height: 1.9;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
	font-weight: 400;
}
.title__message {
    line-height: 1.6;
    font-size: 2.3rem;
    margin-bottom: 3rem;
}
.tablelist.chairmanlist td {
    padding: 1rem 2rem 1.2rem;
}
@media screen and (min-width: 800px){
.topmessage .txtbox {
    width: 70%;
}
.topmessage .imgbox {
    width: 25%;
}
}
.policybox01 dd, .policybox02 dd {
    padding: 2rem 2rem 2.3rem;
}
@media screen and (min-width: 600px){
.summarylist th {
    width: 27%;
	}
.title-level2 {
    font-size: 3.5rem;
}
.chairmanlist th {
    width: 68%;
}
}
@media screen and (min-width: 1400px){
.wrap-chairmanlist {
    width: 600px;
}
}
dl.policybox01 dd span{
	display: block;
}
@media(max-width:800px){
	dl.policybox01 dd span{
	line-height: 1.4;
    margin-bottom: 1em;
}
}
.policybox01 dt, .policybox02 dt {
    font-size: 2.5rem;
    line-height: 1.3;
    padding: 1rem 0 1.5rem;
}
.policybox01 dd, .policybox02 dd {
    font-size: 2.5rem;
	display: block;
	text-align: center;
}
.policybox01 dd span, .policybox02 dd span {
    white-space: unset;
}
.flexpolicy {
	display: block;
}
.flexpolicy>* {
    width: 100%;
}
.policybox02 dd {
	height: auto;
	font-size: 2rem;
}
.policybox01, .policybox02 {
    margin-bottom: 3em;
}

/* お問い合わせ */
span.wpcf7-list-item {
    margin: 1.3rem 0 1.5rem 2rem!important;
}
.contactTell {
	display: block;
}
.product-body {
    border-right: 0;
}
.product-title, .product-body {
    padding-right: 0;
}
.contactTell .tellNo_wrap{
	display: grid;
	grid-template-columns: 1fr;
}
.contactTell .tellNo_wrap dd a {
	font-size: 4.3rem;
}
.contactTell .tellNo_wrap dt {
	color: #000;
	font-size: 1.7rem;
}
.wpcf7-form-control-wrap, .wpcf7-form-control.wpcf7-checkbox {
    text-align: left;
}
.pp-contact .wpcf7-form-control-wrap, .pp-contact .wpcf7-form-control.wpcf7-checkbox {
    text-align: center;
}
@media(max-width:1024px){
	.contactTell .tellNo_wrap{
	display: block;
}
}

/* 富田の歴史 */
#historyTitle h1 {
	width: 50rem;
}
#historyTitle p {
	font-size: 2rem;
}
#historyDetail .detail {
	text-align: left;
}

@media only screen and (max-width: 800px){
	#historyTitle h1 {
		top: 15%;
		max-width:90%;
	}
	#historyTitle p {
    font-size: 4vw;
    padding: 0 5%;
	top: 55%;
	}
	#historyTitle ul {
		bottom: 6%;
}
}