@charset "UTF-8";
/* CSS Document */

#business .main-img {
	background: url("../images/business/main.jpg") no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px){
#business .main-img {
	background: url("../images/business/main_sp.jpg") no-repeat;
	background-size: cover;
}
}

#business .sec_banner {
	color: #fff;
	margin-bottom: 60px;
	height: 321px;
}
#business .sec_banner:last-child {
	margin-bottom: 150px;
}
#business .sec_banner a {
	background: #55bbbf;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#business .sec_banner .ttl {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	color: #fff;
}
#business .sec_banner .ttl .logo {margin: 0 0 0 20px;line-height: 1;width: 20%;}
#business .sec_banner .ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 341px;
  height: 2px;
  background: linear-gradient(90deg, #0af0e8 0%, #0af0e8 23%, #fff 23%, #fff 100%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#business .sec_banner_inn {
	padding: 30px 5%;
	display: inline-block;
	width: 45%;
	z-index: 10;
}
#business .sec_banner_inn2 {
	position: absolute;
	right: 0;
	z-index: 1;
}
#business .sec_banner_inn .txt {
	margin-bottom: 50px;
	width: 79%;
}
#business .sec_banner_inn .btn_detail p {
	display: inline-block;
	font-weight: bold;
}
#business .sec_banner_inn .btn_detail img {
	margin-left: 20px;
}
@media only screen and (max-width: 890px){
#business .sec_banner .ttl {
	font-size: 22px;
}
#business .sec_banner_inn .txt {
	margin-bottom: 50px;
	width: 92%;
}
}
@media only screen and (max-width: 768px){
#business .sec_banner {
	margin-bottom: 30px;
	height: auto;
}
#business .sec_banner:last-child {
	margin-bottom: 50px;
}
#business .sec_banner a {
	display: block;
	height: auto;
}
#business .sec_banner .ttl {
	font-size: 18px;
	margin-bottom: 35px;
	width: 100%;
}
#business .sec_banner .ttl:after {
  bottom: -20px;
  width: 100%;
}
#business .sec_banner_inn {
	padding: 15px 5% 30px;
	width: 90%;
}
#business .sec_banner_inn2 {
    text-align: right;
    position: static;
}
#business .sec_banner_inn .txt {
	margin-bottom: 25px;
	width: 100%;
}
#business .sec_banner_inn .btn_detail img {
	margin-left: 10px;
	width: 25px;
}
}




/*=======================================
ドーモケミカルス社
=======================================*/
#business .box {
	margin-bottom: 100px;
}
#business .box ul li {
    padding-left: 1em;
    text-indent: -1em;
}
#business .box .btn {
    width: 40%;
    margin: 0 auto;
}
#business .box .btn a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px 0;
    text-align: center;
}
#business .box .txt {
    margin-bottom: 25px;
}
#business .sec_company ul {
    margin-bottom: 25px;
}
#business .sec_company .btn1 a {
	background: url("../images/business/DOMO_logo01.png") center no-repeat, url("../images/business/icon_blank2.png") 93% 50% no-repeat;
	background-size: auto 20px , 18px 18px;
	border: solid 1px #0f3155;
}
#business .sec_product_finder .btn2 a {
	background: url("../images/business/DOMO_logo02.png") center no-repeat, url("../images/business/icon_blank2.png") 93% 50% no-repeat;
	background-size: auto 20px , 18px 18px;
	border: solid 1px #0f3155;
}
#business .sec_contact .btn_area {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
	width: 70%;
}
#business .sec_contact .btn_area .btn {
    width: 47%;
    margin: 0 0 10px;
}
#business .sec_contact .btn_area .btn a {
    padding: 14px 0;
	font-weight: bold;
}
#business .sec_contact .btn3 a {
	background: url("../images/business/icon_pc.png") 93% 51% no-repeat #55bcbf;
}
#business .sec_contact .btn4 a {
	background: url("../images/common/arrow01.png") 93% 50% no-repeat #55bcbf;
}
#business .sec_contact .tel {
	border: 1px solid #55bcbf;
	text-align: center;
	padding: 10px 0;
	width: 70%;
	margin: 0 auto;
}
#business .sec_contact .tel .icon {
	margin-right: 5px;
	display: inline-block;
}
#business .sec_contact .tel .icon img {
	margin-bottom: 7px;
}
#business .sec_contact .tel span {
	font-weight: bold;
	font-size: 17px;
}
#business .sec_contact .tel span .pc {
	display: inline-block!important;
}
#business .sec_btn .btn a {
	background: url("../images/common/arrow01.png") 93% 50% no-repeat #55bcbf;
}
#business .sec_btn .btn {
    width: 40%;
    margin: 0 auto 10px;
}
#business .sec_btn .btn a {
    padding: 14px 0;
	font-weight: bold;
}
@media only screen and (max-width: 950px){
#business .box .btn {
    width: 55%;
}
#business .sec_contact .btn_area {
	width: 80%;
}	
#business .sec_contact .tel {
	width: 80%;
}
}
@media only screen and (max-width: 768px){
#business .box {
	margin-bottom: 50px;
}
#business .box .btn {
    width: 100%;
}
#business .box .btn a {
    width: 100%;
    padding: 13px 0;
}
#business .box .txt {
    margin-bottom: 18px;
}
#business .sec_company ul {
    margin-bottom: 18px;
}
#business .sec_contact .btn_area {
	width: 100%;
	display: block;
}
#business .sec_contact .btn_area .btn {
    width: 100%;
}
#business .sec_contact .btn_area .btn a {
    padding: 13px 0;
}
#business .sec_contact .tel {
	width: 100%;
}
#business .sec_contact .tel .icon {
	margin-right: 4px;
}
#business .sec_contact .tel .icon img {
	margin-bottom: 2px;
}
#business .sec_contact .tel span {
	font-weight: bold;
	font-size: 15px;
}
#business .sec_contact .tel span .pc {
	display: none!important;
}
#business .sec_contact .tel span .sp {
	display: inline-block!important;
}
#business .sec_btn .btn {
    width: 100%;
    margin: 0 auto 10px;
}
}




/*=======================================
イオン交換樹脂
=======================================*/
#business .subheading {
    font-weight: bold;
	margin-bottom: 30px;
}
#business .subheading::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #55bcbf;
    border-radius: 50%;
    margin: 0 5px 3px;
}
#business .sec_ion ul {
	margin-bottom: 50px;
}
#business .sec_intro_inn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;	
}
#business .sec_intro_inn_sp {
	display: none;
}
#business .sec_intro_inn .item2 {
	padding-top: 50px;
}
#business .sec_intro_inn .item2 p {
	color: #55bcbf;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center
}
#business .sec_case .note {
     margin: 10px 0;
}
#business .wrap_scroll_table {
    width: 100%;
    overflow-x: scroll;
    margin: 15px 0 30px;
}
#business .wrap_scroll_table table {
    min-width: 980px;
    margin: 0 0 10px;
}
#business table th,
#business table td {
	border: 1px #898989 solid;
}
#business table th {
	padding: 10px;
	text-align: center;
}
#business table td {
	padding: 10px 0 10px 15px;
	font-size: 15px;
}
#business .sec_case table td:empty { 
   background-image: linear-gradient(-13deg, transparent 49%, #898989 49%, #898989 50%, transparent 50%, transparent);
}
#business table .cyan1 {
	background-color: #cafbfc;
}
#business table .cyan2 {
	background-color: #ebfeff;
}
#business .sec_case dl {
	display: flex;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 2px solid hsla(0,0%,16%,0.30)
}
#business .sec_case dl dt {
	width: 20%;
}
#business .sec_case dl dd {
	width: 80%;
}
#business .box_cy {
	padding: 15px;
	background-color: #ebfeff;
	width: 100%;
	text-align: center;
}
#business .sec_case .box_cy span {
	font-size: 18px;
	font-weight: bold;
}

#business .sec_product_list dl {
	border-bottom: 2px solid hsla(0,0%,16%,0.30);
	display: flex;
	padding-bottom: 20px;
	margin-bottom:  20px;
}
#business .sec_product_list dl dt {
	width: 51%;
}
#business .sec_product_list .aline_center {
	align-items: center;
}
#business .sec_product_list .aline_center .subheading {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px){
#business .box .subheading {
    margin-bottom: 15px;


}
#business .sec_ion ul {
	margin-bottom: 25px;
}
#business .sec_intro_inn {
	display: block;
	margin-bottom: 20px;
}
#business .sec_intro_inn_pc {
	display: none;
}
#business .sec_intro_inn_sp {
	display: block;
}
#business .sec_intro_inn_sp .item{
	margin-bottom: 30px;
}
#business .sec_intro_inn_sp .item .img {
	text-align: center;
}
#business .sec_intro_inn .item2 {
	padding-top: 0;
}
#business .sec_intro_inn .item2 p {
	text-align: left;
}
#business .sec_intro_inn_sp .item2 .item_flex {
	display: flex;
}
#business .sec_intro_inn_sp .item2 .item_flex ul:first-child {
	margin-right: 15%;
}
#business .sec_case .note {
     margin: 10px 0;
}
#business .wrap_scroll_table {
    width: 100%;
    margin: 8px 0 15px;
}
#business .sec_case .wrap_scroll_table table {
    margin: 0 0 10px;
}
#business .sec_case dl {
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
}
#business .sec_case dl dt {
	width: 100%;
}
#business .sec_case dl dd {
	width: 100%;
}
#business .sec_case .box_cy {
	padding: 15px 2%;
	width: 96%;
	text-align: center;
}
#business .sec_case .box_cy span {
	font-size: 14px;
}
#business .sec_product_list dl {
	display: block;
	padding-bottom: 20px;
	margin-bottom:  20px;
}
#business .sec_product_list dl dt {
	width: 100%;
}
#business .sec_product_list .aline_center .subheading {
	margin-bottom: 15px;
}
}


/*=======================================
PAN系炭素繊維製品
=======================================*/
#business .sec-intro {
    margin: 0 0 70px;
}
#business .sec-intro .img {
    width: 42%;
    float: left;
}
#business .sec-intro .text {
    width: 53%;
    float: right;
}
#business .sec-feature {
    margin: 0 0 50px;
}
#business .sec-feature .read {
    margin: 0 0 50px;
}
#business .spec-list {
}
#business .spec-list dl {
	border-top: 2px solid hsla(0,0%,16%,0.30);
	padding: 20px;
	display: flex;
}
#business .spec-list dl:last-child {
	border-bottom: 2px solid hsla(0,0%,16%,0.30);
}
#business .spec-list dl dt {
    width: 20%;
}
#business .spec-list dl dd {
    width: 80%;
}
#business .spec-list .subheading {
	margin-bottom: 0;
    text-indent: -0.7em;
}
#business  .spec-list .subheading::before {
    margin: 0 5px 3px 0;
}
#business .spec-list ul {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
#business .sec_cf_pro {
    margin: 0 0 30px;
}
#business table {
    width: 100%;
}
#business .sec_cf_pro table caption {
    caption-side: bottom;
	margin-top: 10px;
}
#business .sec_cf_pro table th,
#business  .sec_cf_pro table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
#business .sec_cf_pro table .aline_left {
	text-align: left;
	padding-left: 3%;
}
#business .sec_cf_pro table .cyan1 {
	padding: 25px 0;	
}
#business .sec_cf_pro table .cyan2 {
	padding: 5px 3%;	
}
#business .sec_cf_pro table .unit {
	width: 112px;
}
#business .sec_cf_pro table .test {
	width: 150px;
}
#business .sec_cf_pro_inn {
	display: flex;
	justify-content: space-between;
}
#business .sec_cf_pro_inn p {
	width: 65%;
	margin-right: 2%;
}
#business .sec_results {
    margin: 0 0 50px;
}
#business .sec_results table .h_left {
	width: 135px;
}
#business .sec_results table th,
#business .sec_results table td {
	text-align: left;
	padding: 5px 0 5px 50px;
}
#business .sec_results .img_area {
	display: flex;
	justify-content: space-between;
}
#business .sec_results .img_area .img {
	margin-right: 2%;
}
#business .sec_results .img_area .img:last-child {
	margin-right: 0;
}
#business .sec_applied_pro {
	margin-bottom: 70px;
}
#business .sec_applied_pro .box_cy {
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
#business .sec_applied_pro .img_area {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#business .sec_applied_pro .img_area .img {
	margin-bottom: 30px;
	width: 48%;
}
#business .sec_applied_pro dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid hsla(0,0%,16%,0.30);
	padding-bottom: 20px;
	margin-bottom:  20px;
}
#business dl:last-child {
	align-items: center;
}
#business .sec_applied_pro dt {
	font-weight: bold;
	margin-right: 5%;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#business .num_g {
	color: #55bbbf;
	font-size: 18px;
	margin-right: 5px;
}
#business .sec_applied_pro dd {
	width: 80%;
}
#business .sec_applied_pro .wrap_scroll_table table {
    min-width: 780px;
}
#business .sec_applied_pro dd table th {
	vertical-align: middle;
	padding: 10px 0;
}
#business .sec_applied_pro dd table .cyan2 {
	width: 120px;
	padding: 10px 20px;
	text-align: left;
}
#business .sec_applied_pro dd table td {
	text-align: center;
	padding: 10px 0;
}
#business .sec_applied_pro dd table .vf {
	width: 95px;
}
#business .sec_applied_pro dd table .thi {
	width: 110px;
}
#business .sec_applied_pro dd .strong_point {
    padding-left: 3.2em;
    text-indent: -3.2em;
}
#business .sec_applied_pro dd .txt {
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
#business .sec-intro {
    margin: 0 0 70px;
}
#business .sec-intro .img {
    width: 100%;
    float: none;
}
#business .sec-intro .text {
    width: 100%;
    float: none;
}
#business .sec-feature {
    margin: 0 0 25px;
}
#business .sec-feature .read {
    margin: 0 0 50px;
}
#business .spec-list {
}
#business .spec-list dl {
	padding: 10px 5%;
	display: block;
}
#business .spec-list dl:last-child {
	border-bottom: 2px solid hsla(0,0%,16%,0.30);
}
#business .spec-list dl dt {
    width: 100%;
}
#business .spec-list dl dd {
    width: 100%;
}
#business .spec-list .subheading {
	margin-bottom: 0;
    text-indent: -0.7em;
}
#business  .spec-list .subheading::before {
    margin: 0 5px 3px 0;
}
#business .spec-list ul {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
#business .sec_cf_pro {
    margin: 0 0 30px;
}
#business table {
    width: 100%;
}
#business .sec_cf_pro table caption {
    caption-side: bottom;
	margin-top: 10px;
}
#business .sec_cf_pro table th,
#business  .sec_cf_pro table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
#business .sec_cf_pro table .aline_left {
	text-align: left;
	padding-left: 3%;
}
#business .sec_cf_pro table .cyan1 {
	padding: 25px 0;	
}
#business .sec_cf_pro table .cyan2 {
	padding: 5px 3%;	
}
#business .sec_cf_pro table .unit {
	width: 112px;
}
#business .sec_cf_pro table .test {
	width: 150px;
}
#business .sec_cf_pro_inn {
	display: block;
	justify-content: space-between;
}
#business .sec_cf_pro_inn p {
	width: 100%;
	margin: 0 0 20px;
}
#business .sec_results {
    margin: 0 0 50px;
}
#business .sec_results table .h_left {
	width: 135px;
}
#business .sec_results table th,
#business .sec_results table td {
	text-align: left;
	padding: 5px 0 5px 50px;
}
#business .sec_results .img_area {
	display: flex;
	justify-content: space-between;
}
#business .sec_results .img_area .img {
	margin-right: 2%;
}
#business .sec_results .img_area .img:last-child {
	margin-right: 0;
}
#business .sec_applied_pro {
	margin-bottom: 70px;
}
#business .sec_applied_pro .box_cy {
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
#business .sec_applied_pro .img_area {
	display: block;
}
#business .sec_applied_pro .img_area .img {
	margin-bottom: 15px;
	width: 100%;
}
#business .sec_applied_pro dl {
	display: block;
	justify-content: space-between;
	border-bottom: 2px solid hsla(0,0%,16%,0.30);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#business dl:last-child {
	align-items: center;
}
#business .sec_applied_pro dt {
	font-weight: bold;
	margin-right: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#business .num_g {
	font-size: 15px;
}
#business .sec_applied_pro dd {
	width: 100%;
}
#business .sec_applied_pro .wrap_scroll_table table {
    min-width: 780px;
}
#business .sec_applied_pro dd table th {
	vertical-align: middle;
	padding: 10px 0;
}
#business .sec_applied_pro dd table .cyan2 {
	width: 120px;
	padding: 10px 20px;
	text-align: left;
}
#business .sec_applied_pro dd table td {
	text-align: center;
	padding: 10px 0;
}
#business .sec_applied_pro dd table .vf {
	width: 95px;
}
#business .sec_applied_pro dd table .thi {
	width: 110px;
}
#business .sec_applied_pro dd .strong_point {
    padding-left: 3.2em;
    text-indent: -3.2em;
}
#business .sec_applied_pro dd .txt {
    margin-bottom: 10px;
}
}