@charset "UTF-8";
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img {
  width:100%;
  display: block;
}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0 10px;
    list-style: none;
    z-index: 1;
		box-sizing: border-box;
}
.slick-dots li {
		width:auto !important;
    position:relative !important;
    display:inline-block !important;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
		opacity:1 !important;
}
.slick-dots li button {
    font-size:0;
    line-height:1;
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
		border:solid 2px #fff;
		border-radius:15px;
}
.slick-dots li.slick-active button {
    background:#fff;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

.scroll-hint-icon-wrap {
	z-index:2;
}
.nowrap {
	white-space: nowrap;
}

#wrapper {
  background-position:center -9% !important;
}
#pankuzu {
	border-bottom:solid 3px #b22222;
}
section h1, .checklist li {
/*  font-family:"游明朝", "YuMincho", serif;*/
  font-family:'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo',sans-serif;
}
.windows section h1, .windows .checklist li {
/*  font-weight:800;*/
  font-weight:500;
}

.fixposi,
#character {
	height:0;
	display:block;
	opacity:0;
	position:relative;
	top:-70px;
}
.fixposi {
	position:absolute;
}
#cloth_link,
#tape_link,
#sewing_link,
#sleeve_link {
	position:relative;
}

article .two_col,
.three_col {
  width:100%;
  display:flex;
  flex-wrap:nowrap;
}
.three_col {
	justify-content: space-between;
}
article .two_col .left, article .two_col .right {
  width:50%;
  box-sizing:border-box;
}
.three_col .left, .three_col .right, .three_col .center {
  width:calc(33.33% - 27px);
  box-sizing:border-box;
}
article .two_col .left {
  padding:0 20px 0 0;
}
article .two_col .right {
  padding:0 0 0 20px;
}
.three_col p.imgtext {
	font-size:18px;
	line-height:1;
	text-align:center;
	margin:10px 0 0;
}

#alcelon_main {
  margin:0 0 80px;
  box-shadow:0px 3px 5px 0px rgba(0,0,0,0.1);
	position:relative;
	z-index:2;
}
#alcelon_main .text {
  width:40%;
  padding:25px 40px;
  background:url(../../products/alcelon/img/gray_grade.png) no-repeat 0 0;
  background-size: cover;
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#alcelon_main .text .textarea {
  width:100%;
}
#alcelon_main .text h1 {
  font-size:42px;
  line-height:1.2;
  text-align:left;
  letter-spacing:0.1em;
  margin:0 0 20px;
}
#alcelon_main .text h1 sup {
  top:-6px;
}
#alcelon_main .text h1 span {
  font-size:28px;
}
#alcelon_main .text p {
  font-size:16px;
  line-height:1.85;
  letter-spacing:0.1em;
}
#alcelon_main .text p sub {
  font-size:85%;
}
#alcelon_main .image {
  width:60%;
	background:#000;
}
#alcelon_main .image img {
  width:100%;
	height:auto;
	margin:0 auto;
  display:block;
}
section h1 {
  font-size:40px;
  letter-spacing:0.1em;
  text-align: center;
  margin:0 0 45px;
}
section h1 sup {
  top:-5px;
}
#features {
  margin:0 0 80px;
  padding:0 20px;
	position: relative;
}
#features .inner {
  max-width:1100px;
  margin:0 auto;
}
#features .two_col .left .image {
	text-align:right;
}
#features .three_col {
	display: block;
	margin:-25px 0 80px;
}
#features .three_col ul,
#features ul.dots_col {
	max-width:800px;
	width:100%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#features ul.dots_col {
	max-width:760px;
}
#features .three_col ul li {
	width:calc(50% - 20px);
	margin:25px 0 0;
}
#features ul.dots_col li {
	width:calc(50% - 40px);
	margin:20px 0 0;
}
#features .three_col ul li:nth-child(1),
#features ul.dots_col li:nth-child(1) {
	order:1;
}
#features .three_col ul li:nth-child(2),
#features ul.dots_col li:nth-child(2) {
	order:3;
}
#features .three_col ul li:nth-child(3),
#features ul.dots_col li:nth-child(3) {
	order:2;
}
#features .three_col ul li:nth-child(4),
#features ul.dots_col li:nth-child(4) {
	order:4;
}

.products_menu {
  margin:0 0 100px;
  padding:0 20px;
}
.products_menu .inner {
  max-width:1380px;
  margin:0 auto;
}
.tainetsu_bk {
	margin:40px 0 0;
}
.products_menu h2.typettl {
	font-size:26px;
	line-height:1;
	letter-spacing:0.05em;
	padding:10px 0 10px 15px;
	margin:0 0 30px;
	border-left:solid 4px #b22222;
}
.products_menu .tainetsu_bk h2.typettl {
	border-left:solid 4px #ee7578;
}
.products_menu h2.typettl a {
	color:#000;
}
.products_menu ul {
  width:100%;
  display:flex;
  flex-wrap: wrap;
}
.products_menu ul li {
  width:25%;
  margin:0 0 30px;
  padding:0 20px 0 0;
  box-sizing: border-box;
}
.products_menu ul li a {
  color:#000;
  width:100%;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width:150px;
}
.products_menu ul li p {
  font-size:18px;
  line-height:1.45;
  padding:0 0 0 15px;
}
.alf_box {
  width:100%;
  border:solid 1px #bfbfbf;
  box-sizing:border-box;
  display:flex;
  flex-wrap: nowrap;
  align-items: center;
}
.alf_box h2 {
  font-size:18px;
  line-height:1.3;
  width:170px;
  padding:25px 0;
  text-align: center;
  border-right:solid 1px #bfbfbf;
}
.alf_box ul {
  align-items: center;
}
.alf_box ul li {
  font-size:18px;
  line-height:1.66;
  width:auto !important;
  padding:0;
  margin:0 15px 0 20px;
}
.alf_box ul li a {
  padding:0 0 0 17px;
  display: inline-block;
  background: url(../../common/img/sp_menu_org.png) no-repeat 0 center;
  background-size: 8px auto;
}
.other_link {
  margin:20px 0 0;
  text-align:right;
}
.other_link h3 {
  display:inline-block;
}
.other_link h3 a {
  color:#000;
  font-size:18px;
  line-height:1.3;
  text-align: center;
  width:300px;
  padding:15px;
  border:solid 1px #b22222;
  border-radius:4px;
  display:block;
  box-sizing:border-box;
}
.other_link h3 a span {
  padding:0 0 0 17px;
  display: inline-block;
  background: url(../../common/img/sp_menu_org.png) no-repeat 0 center;
  background-size: 8px auto;
}

/* 品種表 */
.hinshu_table, .sec_con {
  padding:80px 20px 0;
  margin:0 0 80px;
	position:relative;
}
.hinshu_table .inner,
.sec_con .inner {
	max-width:1100px;
  margin:0 auto;
}
.sec_con .heater_inner {
	max-width:940px;
}
.hinshu_table .table_scroll {
	margin:15px 0 20px;
}
.hinshu_table table {
	width:100%;
	max-width:1100px;
	margin:0;
	position:relative;
	z-index:1;
}
.hinshu_table td, .hinshu_table th {
	color:#000;
	font-size:16px;
	font-weight:normal;
	line-height:1.6;
	text-align:center;
	padding:7px 10px;
	border-left:solid 1px #c9c9c9;
	border-bottom:solid 1px #c9c9c9;
	box-sizing:border-box;
	vertical-align:middle;
	background:#fff;
	position:relative;
	z-index:-1;
}
.hinshu_table th.type {
	width:170px;
}
.hinshu_table td sup, .hinshu_table th sup {
	font-size:70%;
	top:-4px;
}
.hinshu_table td sub, .hinshu_table th sub {
	font-size:70%;
}
.hinshu_table td.tleft, .hinshu_table th.tleft {
	text-align:left;
}
.hinshu_table table tr td:last-child {
	border-right:solid 1px #c9c9c9;
}
.hinshu_table thead td, .hinshu_table thead th, .hinshu_table .tablehead td, .hinshu_table .tablehead th {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	padding-top:12px;
	padding-bottom:12px;
	background:#b22222;
	border-left:solid 1px #de5454;
	border-bottom:solid 1px #de5454;
}
.hinshu_table thead td br.sp {
	display:none;
}
#table.hinshu_table thead th:nth-child(1),
#table.hinshu_table thead td:nth-child(2) {
	background:#999;
  border-left:solid 1px #bbb;
  border-bottom:solid 1px #bbb;
  border-right:solid 1px #999;
}
#table.hinshu_table thead th:nth-child(1) {
	width:26.4%;
}
#table.hinshu_table thead td:nth-child(2) {
	width:14.4%;
}
#table.hinshu_table thead td:nth-child(3),
#table.hinshu_table thead td:nth-child(4) {
	width:29.6%;
}
.hinshu_table td.border::after,
.hinshu_table thead td.border::after {
	content:"";
	width:1px;
	height:100%;
	background:#c9c9c9;
	display:block;
	position:absolute;
	top:0;
	left:1px;
}
.hinshu_table thead td.border::after {
	background:#de5454;
}
.hinshu_table thead td span, .hinshu_table thead th span, .hinshu_table .tablehead td span, .hinshu_table .tablehead th span {
	font-weight:normal;
}
.hinshu_table thead tr:first-child td:first-child, .hinshu_table thead tr:first-child th:first-child,
.hinshu_table .tablehead tr:first-child td:first-child, .hinshu_table .tablehead tr:first-child th:first-child {
	border-left:solid 1px #b22222;
}
.hinshu_table thead tr td.border:first-child {
	border-left:solid 1px #de5454;
}
.hinshu_table thead tr td:last-child, .hinshu_table thead tr th:last-child,
.hinshu_table .tablehead tr td:last-child, .hinshu_table .tablehead tr th:last-child {
	border-right:solid 1px #b22222;
}
.hinshu_table table tbody tr.graybg td, .hinshu_table table tbody tr.graybg th {
	background:#eee;
}
.hinshu_table table tbody tr.graybg td.whitebg, .hinshu_table table tbody tr.graybg th.whitebg {
	background:#fff;
}
.hinshu_table.pink_table thead td,
.hinshu_table.pink_table thead tr:first-child th:first-child {
	background:#ee7578;
	border-left:solid 1px #f99092;
	border-bottom:solid 1px #f99092;
}
.hinshu_table.pink_table thead td:last-child {
	border-right:solid 1px #ee7578;
}

.hinshu_table p,
.sec_con .inner p {
  font-size:16px;
  line-height:1.8;
}
.hinshu_table p.chushaku,
.sec_con .inner p.chushaku {
	text-indent:-1em;
	padding:0 0 0 1em;
}
.hinshu_table ul {
	margin:50px 0 0;
}
.hinshu_table ul li, #features ul li {
	font-size:20px;
	line-height:1.33;
	margin:20px 0 0 1.5em;
	list-style:disc;
}
#features ul li {
	box-sizing: border-box;
}
#features .checklist li {
  font-size:20px;
  line-height:1.38;
  margin:25px 0 0;
  padding:0 0 0 32px;
  background:url(../../products/alcelon/img/check.png) no-repeat 0 3px;
  background-size:22px auto;
	list-style: none;
}

.sec_con .inner p {
	margin:25px 0 0;
}
.sec_con .inner .midashi + p {
	margin-top:-10px;
}
.sec_con .inner p.kaigyo {
	margin:10px 0 0;
}
.sec_con .inner p.indent {
	text-indent:-1em;
	padding-left:1em;
}
.sec_con .two_col .right p:first-child {
	margin-top:0;
}
.two_col .image + p {
	font-size:75%;
	margin-top:10px;
}
.sec_con .inner .checklist + p {
	margin-left:41px;
}

.products_main {
  max-width:1200px;
  margin:50px auto 0;
	position:relative;
	z-index:2;
}
.products_main .text {
  width:58.33%;
  background:url(../../products/img/bg_slide_text.png) no-repeat 0 0;
  background-size:cover;
  display:flex;
  align-items:center;
}
#main_slide {
  width:41.67%;
  max-width:500px;
  position:relative;
  z-index:3;
  overflow:hidden;
}
#main_slide li {
	width:100%;
  overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
#main_slide li:first-child {
	position:relative;
}
#main_slide li img {
	max-width:none;
	width:100%;
	height:auto;
  display:block;
}
.products_main h1 {
  font-size:42px;
  letter-spacing:0.1em;
  text-align:left;
  padding:0 20px 0 50px;
  margin:0;
}
.products_main h1.resistant_ttl {
  font-size:37px;
}
.products_main h1 span {
  font-size:28px;
  line-height:1.5;
}
.products_main p {
	font-size:16px;
	line-height:1.5;
	padding:25px 20px 0 50px;
}
.products_main .textarea {
	padding:25px 0;
}
.a_link {
  padding:5px 10px;
  background:#b22222;
}
.a_link.p_link {
  background:#ee7578;
}
.a_link ul {
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
}
.a_link ul li {
  font-size:18px;
  line-height:1;
	margin:5px 0;
  padding:0 30px;
}
.a_link ul li a {
  color:#fff;
  text-decoration:none;
  padding:0 0 0 20px;
  display: inline-block;
  background:url(../../common/img/sp_menu_whi_down.png) no-repeat 0 center;
  background-size:14px auto;
}
.midashi h1 {
  font-size:40px;
	line-height:1.2;
  color:#000;
  text-align:center;
  position:relative;
	letter-spacing:0.1em;
}
.midashi h1 span {
	display:inline-block;
}
.midashi h1::before {
  width:1px;
  height:70px;
  content:"";
  display:block;
  position:absolute;
  left:50%;
  top:-80px;
  background:#bebebe;
}

.products_contact {
	margin:160px 0;
	padding:0 20px;
}
.products_contact.only_btn {
	margin-top:100px;
}
.products_contact .inner {
	max-width:1380px;
	margin:0 auto;
}
.products_contact .midashi h1 {
	margin:0 0 25px;
}
.products_contact p {
	text-align:center;
	font-size:18px;
	line-height:1.33;
	margin:0 0 45px;
}
.products_contact p a {
	color:#000;
	text-decoration:underline;
}
.contact_btn {
	text-align: center;
}
.contact_btn a {
	color:#fff;
	font-size:30px;
	line-height:1.33;
	letter-spacing:0.1em;
	max-width:700px;
	padding:0;
	margin:0 auto;
	display:block;
	background:#b22222;
	border-radius:4px;
	box-shadow: 0px 3px 5px 0px rgb(0,0,0,0.1);
}
.contact_btn a span {
	padding:27px 0 27px 60px;
	display:inline-block;
	background:url(../../common/img/ico_contact.png) no-repeat 0 center;
	background-size:53px auto;
}
.contact_btn a br {
	display:none;
}

.sec_con h2 {
	font-size:24px;
	line-height:1.2;
	padding:3px 0 12px 23px;
	margin:0 0 25px;
	position:relative;
	border-bottom:solid 1px #e5e5e5;
}
#features h2 {
	margin:0 0 20px;
}
.sec_con h2::before {
	content:"";
	width:2px;
	height:30px;
	background:#b22222;
	position:absolute;
	top:2px;
	left:11px;
}
.sec_con .table_sec {
	margin:60px 0;
}
#table.sec_con {
	padding-top:0;
}
.sec_con .table_sec .image {
	border:solid 1px #e5e5e5;
}
.sec_con .table_sec .image img {
	display: block;
}

.pro_list {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.pro_list li {
	width:50%;
	margin:40px 0 0;
	padding:0 20px 0 0;
}
.pro_list li:nth-child(1), .pro_list li:nth-child(2) {
	margin:0;
}
.pro_list li:nth-child(even) {
	padding:0 0 0 20px;
}
.sec_con .pro_list h2 {
	margin:0 0 15px;
}
.sec_con .pro_list p {
	margin:10px 0 0 !important;
}
.pro_list .image {
	margin:20px 0 0;
}


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

}


@media only screen and (max-width:1399px) {
#alcelon_main .image {
  width:55%;
}
#alcelon_main .text {
  width:45%;
}
#alcelon_main .text h1 {
  font-size:36px;
}
#alcelon_main .text h1 span {
  font-size:22px;
}
#alcelon_main .text {
  padding:20px 30px;
}
#alcelon_main .image {
  background:url(../../products/alcelon/img/main.jpg) no-repeat center center #000;
  background-size:auto 100%;
}
#alcelon_main .image img {
  display:none;
}
section h1,
.midashi h1 {
  font-size:36px;
}
.products_menu ul li {
  padding:0 15px 0 0;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width:130px;
}
.products_menu ul li p {
  font-size:16px;
}
.products_menu h2.typettl {
	font-size:22px;
}
.alf_box h2 {
  font-size:16px;
  width:155px;
}
.alf_box ul li {
  font-size: 16px;
}
.other_link h3 a {
  font-size: 16px;
  width: 260px;
}

}


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

}


@media only screen and (max-width:1199px) {
#alcelon_main .text h1 {
  font-size:32px;
  margin:0 0 15px;
}
#alcelon_main .text h1 span {
  font-size:18px;
}
#alcelon_main .text {
  padding:20px;
}
section h1,
.midashi h1 {
  font-size:32px;
  margin:0 0 40px;
}
.checklist li {
  font-size:22px;
  margin:20px 0 0;
  padding:0 0 0 30px;
  background:url(../../products/alcelon/img/check.png) no-repeat 0 6px;
  background-size:20px auto;
}
.products_menu ul li {
  margin:0 0 20px;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width:115px;
}
.products_menu ul li p {
  font-size:15px;
  padding:0 0 0 10px;
}
.products_menu h2.typettl {
	font-size:20px;
	padding:8px 0 8px 12px;
	margin:0 0 25px;
	border-left:solid 3px #b22222;
}
.products_menu .tainetsu_bk h2.typettl {
	border-left:solid 3px #ee7578;
}
.alf_box h2 {
  font-size:15px;
  width:145px;
  padding:20px 0;
}
.alf_box ul li {
  font-size: 15px;
  margin: 0 10px 0 20px;
}
.alf_box ul li a {
  padding: 0 0 0 14px;
  background: url(../../common/img/sp_menu_org.png) no-repeat 0 center;
  background-size: 7px auto;
}
#features {
  margin:0 0 6.66vw;
  padding:0 1.66vw;
}
#features .three_col {
	margin:-2.08vw 0 6.66vw;
}
#features .three_col ul {
	max-width:75vw;
}
#features ul.dots_col {
	max-width:70vw;
}
#features .three_col ul li {
	width:calc(50% - 1.66vw);
	margin:2.08vw 0 0;
}
#features ul.dots_col li {
	width:calc(50% - 3.33vw);
	margin:1.66vw 0 0;
}

.products_menu {
  margin:0 0 80px;
}
.other_link h3 a {
  font-size:15px;
}

.products_main h1 {
	font-size:36px;
	padding:0 15px 0 25px;
}
.products_main h1.resistant_ttl {
  font-size:32px;
}
.products_main h1 span {
  font-size: 24px;
}
.products_main p {
  font-size:15px;
  padding:20px 20px 0 25px;
}
.sec_con .inner .checklist + p {
	margin-left:30px;
}
#features ul li,
#features .checklist li {
  font-size:18px;
}
#features .right ul li {
	width:auto;
	margin-top:15px;
}
#features .checklist li {
	padding:0 0 0 30px;
  background:url(../../products/alcelon/img/check.png) no-repeat 0 3px;
  background-size:21px auto;
}
.three_col p.imgtext {
	font-size:1.55vw;
}

}


@media only screen and (max-width:1099px) {
.midashi h1 {
	margin:0 0 30px;
}
.checklist li {
  font-size:20px;
  margin:15px 0 0;
  padding:0 0 0 26px;
  background:url(../../products/alcelon/img/check.png) no-repeat 0 5px;
  background-size:16px auto;
}
.products_menu ul li {
  width:33.33%;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width:130px;
}
.products_menu ul li p {
  font-size:16px;
  padding:0 0 0 15px;
}
.sec_con .inner .checklist + p {
	margin-left:26px;
}
.products_main p {
  font-size:13px;
  padding:15px 15px 0 25px;
}
.products_main .textarea {
  padding: 20px 0;
}
.fixposi,
#character {
	top:-90px;
}
.hinshu_table th.type {
	width:15.45vw;
}

}


@media only screen and (max-width:999px) {
#alcelon_main .text h1 {
  font-size:26px;
  margin:0 0 12px;
}
#alcelon_main .text h1 span {
  font-size:16px;
}
section h1 {
  font-size:26px;
  margin:0 0 35px;
}
article .two_col .left {
  padding:0 15px 0 0;
}
article .two_col .right {
  padding:0 0 0 15px;
}
.three_col .left, .three_col .right, .three_col .center {
  width:calc(33.33% - 20px);
}
#alcelon_main {
  margin:0 0 60px;
}
#alcelon_main .image, #alcelon_main .text {
  width:50%;
}
#alcelon_main .text p {
  font-size:14px;
}
.checklist li,
#char .checklist li {
  font-size:17px;
}
#features {
  margin:0 0 60px;
}
.products_menu ul li {
  padding: 0 10px 0 0;
}
.products_menu ul li p {
  font-size: 15px;
  padding: 0 0 0 10px;
}
.alf_box ul li {
  margin: 0 0 0 20px;
}
.hinshu_table p,
.hinshu_table td, .hinshu_table th {
	font-size:14px;
}
.hinshu_table thead td, .hinshu_table thead th, .hinshu_table .tablehead td, .hinshu_table .tablehead th {
	font-size:16px;
}
.hinshu_table ul li, #features ul li,
#features .checklist li {
	font-size:16px;
	margin:15px 0 0 1.25em;
}
#features .checklist li {
	margin-left:.3em !important;
	padding:0 0 0 28px;
  background:url(../../products/alcelon/img/check.png) no-repeat 0 2px;
  background-size:18px auto;
}
.hinshu_table ul {
  margin: 40px 0 0;
}
.hinshu_table, .sec_con {
	margin:0 0 70px;
  padding: 70px 20px 0;
}
.midashi h1::before {
  height:70px;
  top: -80px;
}
.products_contact {
  margin:160px 0;
}
.products_contact.only_btn {
	margin-top:80px;
}
.products_contact p {
  font-size: 16px;
  margin: 0 0 35px;
}
.contact_btn a {
	font-size:26px;
	max-width:600px;
}
.contact_btn a span {
  padding: 20px 0 20px 48px;
  background: url(../../common/img/ico_contact.png) no-repeat 0 center;
  background-size: 40px auto;
}
.products_main h1 {
	font-size:32px;
	padding:0 15px 0 20px;
}
.products_main h1.resistant_ttl {
  font-size:29px;
}
.products_main h1 span {
  font-size:22px;
}
.a_link ul li {
	font-size:16px;
}
.products_main p {
  font-size:12px;
  padding:15px 15px 0 20px;
}
.fixposi,
#character {
	top:-84px;
}

}


@media only screen and (max-width:899px) {
#alcelon_main .text p {
  font-size:13px;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width: 115px;
}
#features .three_col ul {
	max-width:83.33vw;
}
#features ul.dots_col {
	max-width:78.33vw;
}

.products_menu {
  margin:0 0 60px;
}
.products_main h1 {
	font-size:28px;
}
.products_main h1.resistant_ttl {
  font-size:25px;
}
.products_main h1 span {
  font-size:20px;
}
.products_main p {
  font-size:11px;
}

}


@media only screen and (max-width:799px) {
.products_main p {
  font-size:10px;
}

}

@media only screen and (max-width:767px) {
#alcelon_main .two_col {
  flex-wrap:wrap;
  flex-direction:column-reverse;
}
#features .three_col {
	flex-direction:column;
}
#features .three_col .left {
	order:2;
	width:100%;
	margin:40px 0 0;
}
#features .three_col .center {
	order:3;
	width:100%;
	margin:40px 0 0;
}
#features .three_col .right {
	order:1;
	width:100%;
	margin:0;
}
#alcelon_main .image, #alcelon_main .text {
  width:100%;
}
#alcelon_main .image {
  background:none;
}
#alcelon_main .image img {
  display:block;
}
#alcelon_main .text {
  padding:30px 20px;
}
#alcelon_main .text h1 {
  font-size:36px;
  margin:0 0 20px;
}
#alcelon_main .text h1 span {
  font-size:24px;
}
#alcelon_main .text p {
  font-size:16px;
}
section h1,
.midashi h1 {
  font-size:34px;
}
#features .two_col {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#features .two_col .left {
  width:100%;
  padding:40px 0 0;
}
#features .three_col .left img,
#features .three_col .center img,
#features .two_col .left .image img {
  margin:0 auto;
  display: block;
}
#features .two_col .right {
  width:100%;
  padding:0;
}
#features .three_col li,
.checklist li {
  font-size:22px;
  padding:0 0 0 30px;
  background: url(../../products/alcelon/img/check.png) no-repeat 0 5px;
  background-size: 21px auto;
}
#char .checklist li {
  font-size: 20px;
  padding: 0 0 0 27px;
  background: url(../../products/alcelon/img/check.png) no-repeat 0 5px;
  background-size: 19px auto;
}
.checklist li br {
  display: none;
}
.three_col p.imgtext {
	font-size:20px;
	margin:15px 0 0;
}
.products_menu ul li {
  width:50%;
}
.products_menu ul li {
  padding:0 15px 0 0;
}
.products_menu ul li p {
  font-size:18px;
  padding:0 0 0 15px;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width:130px;
}
.products_menu h2.typettl {
	font-size:26px;
	padding:10px 0 10px 15px;
	margin:0 0 30px;
	border-left:solid 4px #b22222;
}
.products_menu .tainetsu_bk h2.typettl {
	border-left:solid 4px #ee7578;
}
.alf_box h2 {
  font-size:14px;
}
.alf_box ul li {
  font-size:14px;
  padding:0;
}
.alf_box ul li a,
.other_link h3 a span {
  padding: 0 0 0 12px;
  background: url(../../common/img/sp_menu_org.png) no-repeat 0 center;
  background-size: 6px auto;
}
.other_link h3 a {
  font-size:14px;
  padding:10px;
}
.table_scroll {
	width:100%;
	overflow:auto;
}
.table_scroll table {
	min-width:900px;
}
#felt .table_scroll table,
#genshi .table_scroll table,
#table .table_scroll table,
#paper .table_scroll table {
	min-width:480px;
}
#knit .table_scroll table,
#rope .table_scroll table,
#cords .table_scroll table,
#sleeve .table_scroll table,
#ring .table_scroll table {
	min-width:640px;
}
.contact_btn a {
	font-size:20px;
	width:85%;
}
.a_link ul li {
	padding:0 20px;
}
.products_main {
  max-width: 1200px;
  margin: 0 auto;
}
.products_main .text,
#main_slide {
	width:100%;
	max-width:none;
}
.products_main .text {
	padding:20px 0;
}
.products_main .textarea {
  padding:0;
}
.products_main .two_col {
	flex-direction: column-reverse;
}
.products_main p {
  font-size:16px;
	line-height:1.6;
  padding:15px 20px 0;
}
.slick-dots {
	bottom:20px;
}
.slick-dots li {
	margin:0 7px;
}
.sec_con .inner .midashi + p {
	margin-top:0;
}

.sec_con .table_sec.two_col {
	display:block;
}
.sec_con .table_sec .image {
	border:0;
}
.sec_con .table_sec .image img {
	border:solid 1px #e5e5e5;
}
article .table_sec.two_col .left,
article .table_sec.two_col .right {
	width:100%;
	padding:0;
}
article .table_sec.two_col .left {
	margin-bottom:60px;
}
article .table_sec.two_col .left .image img,
article .table_sec.two_col .right .image img {
	margin:0 auto;
	display:block;
}
.hinshu_table, .sec_con {
	margin:0 0 60px;
	padding:70px 15px 0;
}
.sec_con .inner .checklist + p {
	margin-left:30px;
}

#about .two_col {
	display:block;
}
#about .two_col .left {
	margin:0 0 25px;
}
#about .two_col .left,
#about .two_col .right {
	width:100%;
	padding:0;
}
#about .two_col .image img {
	display:block;
	margin:0 auto;
}

.pro_list {
	display:block;
}
.pro_list li {
	width:100%;
	margin:30px 0 0 !important;
	padding:0 !important;
}
.pro_list .image {
	margin:15px 0 0;
}
#features ul li,
#features .checklist li {
  font-size:18px;
}
.fixposi,
#character {
	top:-66px;
}

.hinshu_table th.type {
	width:140px;
}
.hinshu_table thead td br.sp {
	display:inline;
}

#features {
  margin:0 0 60px;
  padding:0 15px;
}
#features .three_col {
	margin:-5px 0 60px;
}
#features .three_col ul,
#features ul.dots_col {
	max-width:none;
	display: block;
}
#features .three_col ul li {
	width:auto;
	margin:15px 0 0;
}
#features ul.dots_col li {
	width:auto;
	margin:15px 0 0 1.25em;
}

#table.hinshu_table thead th:nth-child(1) {
	width:20.4%;
}
#table.hinshu_table thead td:nth-child(3),
#table.hinshu_table thead td:nth-child(4) {
	width:32.6%;
}

}


@media only screen and (max-width:639px) {
#pankuzu {
	border-bottom:solid 2px #b22222;
}
#alcelon_main .text {
  padding: 20px 15px;
}
#alcelon_main .text h1 {
  font-size: 32px;
}
#alcelon_main .text h1 span {
  font-size: 22px;
}
section h1,
.midashi h1 {
  font-size: 30px;
}
#features,
.products_menu,
.products_contact {
  padding:0 15px;
}
#features .two_col .left {
  padding: 30px 0 0;
}
#features .three_col .left,
#features .three_col .center {
	margin:30px 0 0;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width: 100px;
}
.products_menu ul li p {
  font-size: 14px;
  padding: 0 0 0 10px;
}
.products_menu ul li {
  padding: 0 10px 0 0;
}
.tainetsu_bk {
  margin:30px 0 0;
}
.products_menu h2.typettl {
	font-size:20px;
	padding:8px 0 8px 12px;
	margin:0 0 25px;
	border-left:solid 3px #b22222;
}
.products_menu .tainetsu_bk h2.typettl {
	border-left:solid 3px #ee7578;
}
#features .three_col li,
#char .checklist li,
.checklist li {
  font-size: 18px;
  margin:15px 0 0;
  padding: 0 0 0 26px;
  background: url(../../products/alcelon/img/check.png) no-repeat 0 3px;
  background-size: 17px auto;
}
.three_col p.imgtext {
	font-size:16px;
	margin:10px 0 0;
}
.contact_btn a {
	font-size:18px;
	width:100%;
}
.slick-dots {
	bottom:10px;
}
.slick-dots li {
	margin:0 3px;
}
.products_main h1,
.products_main h1.resistant_ttl{
  font-size: 24px;
}
.products_main h1 span {
  font-size: 16px;
}
.products_main p {
  font-size:14px;
}
.sec_con .inner p {
	margin:20px 0 0;
}
.sec_con h2 {
	font-size:20px;
}
.sec_con .inner .checklist + p {
	margin-left:26px;
}
article .table_sec.two_col .left {
	margin-bottom:40px;
}
#features ul li,
#features .checklist li {
  font-size:16px;
}
.fixposi,
#character {
	top:-52px;
}

}


@media only screen and (max-width:479px) {
#alcelon_main .text h1 {
  font-size: 28px;
  margin: 0 0 15px;
}
#alcelon_main .text h1 span {
  font-size: 20px;
}
#alcelon_main .text p {
  font-size: 14px;
}
section h1,
.midashi h1 {
  font-size: 26px;
  margin:0 0 30px;
}
#features .three_col li,
#char .checklist li,
.checklist li {
  font-size:16px;
	margin:10px 0 0;
}
.products_menu ul {
  display: block;
}
.products_menu ul li {
  padding:0 5px 0 0;
}
.products_menu ul li .image,
.products_menu ul li .image img {
  max-width: 120px;
}
.products_menu ul li p {
  font-size: 16px;
  padding: 0 0 0 15px;
}
.products_menu ul li p br {
  display: none;
}
.other_link h3 a {
  width:240px;
}
.alf_box h2 {
	letter-spacing:0;
	width:154px;
  padding:25px 0;
}
.contact_btn a {
	font-size:18px;
}
.contact_btn a br {
	display: inline;
}
.contact_btn a span {
  padding:15px 0 15px 48px;
}
.products_main h1,
.products_main h1.resistant_ttl{
  font-size: 20px;
	padding:0 10px 0 15px;
}
.products_main h1 span {
  font-size: 12px;
}
.products_main p {
  font-size:13px;
	padding:15px 15px 0;
}
.a_link ul li {
  font-size: 14px;
	padding:0 15px;
}
.sec_con h2 {
	font-size:18px;
	padding:5px 0 10px 23px;
}
.sec_con h2::before {
	top:0;
}
.sec_con .pro_list p {
	font-size:14px;
}
#features .two_col .left {
  padding:25px 0 0;
}
#features .three_col .left,
#features .three_col .center {
	margin:25px 0 0;
}
.alf_box ul li {
	letter-spacing:0.03em;
  margin:0 0 0 15px;
}

}


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

}


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

}


@media only screen and (min-width:768px) {
.products_menu ul li a .image,
.products_menu ul li a p,
.alf_box ul li a,
.other_link h3 a,
.other_link h3 a span,
.contact_btn a,
.products_contact p a,
.products_menu h2.typettl a {
  transition:ease .3s;
}
.products_menu ul li a:hover .image,
.contact_btn a:hover {
  opacity:.7;
}
.products_menu ul li a:hover p,
.alf_box ul li a:hover {
  color:#b22222;
  text-decoration: underline;
}
.products_menu .tainetsu_bk ul li a:hover p {
	color:#ee7578;
}
.products_menu .tainetsu_bk h2.typettl a:hover {
	color:#ee7578;
	text-decoration: underline;
}
.a_link ul li a:hover {
	text-decoration: underline;
}
.other_link h3 a:hover {
  background:#b22222;
}
.other_link h3 a:hover span {
  color:#fff;
  background: url(../../common/img/sp_menu_whi.png) no-repeat 0 center;
  background-size: 8px auto;
}
.products_contact p a:hover {
	color:#b22222;
	text-decoration:none;
}

}
