@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}


html {
  line-height: 1;
  font-size: 62.5%; /*10px*/
}

#komachi *, #komachi *:before, #komachi *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

strong {
	font-weight: bold;
}

img.rsp {
	max-width: 100%;
	height: auto;
}

/* form
**********************************/
button {
	padding: 0;
	background: no-repeat;
	border: none;
	cursor: pointer;
}
label {
	cursor: pointer;
}

/* color
**********************************/
.rd {color: #f00;}
.txtcolor {
	color: #e71a19;
}
.bgcolor {
	background-color: #e71a19 !important;
}
.bdcolor {
	border-color: #e71a19 !important;
}

/* link
**********************************/
a {
	text-decoration: none;
	color: #000;
	transition: color .4s;
}
a:hover {
	color: #e71a19;
}
a img {
	opacity: 1;
	transition: opacity .4s;
}
a img:hover {
	opacity: 0.6;
}
.sp a img,
.tablet a img {
	transition: none;
}
.sp a img:hover,
.tablet a img:hover {
	opacity: inherit;
}
a.ul {
	text-decoration: underline !important;
}
a.nn {
	text-decoration: none !important;
}
.taparea {
	-webkit-tap-highlight-color:#ff404f;
}


/* float & flex
**********************************/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  overflow: hidden;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex.flexac {
	-webkit-align-items: center !important;
	align-items: center !important;
}
.flex.flexjc {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}
.flex.flexbtw {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex.flexw {
	flex-wrap: wrap;
}
.flex.flex_1 .box {
	flex: 1;
	padding: 0 12px;
}
.flex.flex_1 .box + .box {
	margin-left: 12px;
	border-left: 1px dotted #ccc;
}

/* margin
**********************************/
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mt80 {margin-top: 80px !important;}

.sp .mb30 {margin-bottom: 20px !important;}
.sp .mb40 {margin-bottom: 20px !important;}
.sp .mb50 {margin-bottom: 20px !important;}
.sp .mb60 {margin-bottom: 30px !important;}
.sp .mb70 {margin-bottom: 30px !important;}

/* padding
**********************************/
.pb10 {padding-bottom: 10px !important;}
.pt10 {padding-top: 10px !important;}
.pl30 {padding-left: 30px !important;}
.p_ew {padding: 0 30px;}

.sp .pl30 {padding-left: 3% !important;}

/* text-align
**********************************/
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.sp .sp_tl {
	text-align: left;
}
.nowrap {
	white-space: nowrap;
}

/* text-indent
**********************************/
.ti_1 {
	text-indent: -1em;
	padding-left: 1em;
}

/* font-size
**********************************/
.fs10 {	font-size: 1.0rem;}
.fs11 {	font-size: 1.1rem;}
.fs12 {	font-size: 1.2rem;}
.fs13 {	font-size: 1.3rem;}
.fs14 {	font-size: 1.4rem;}
.fs15 {	font-size: 1.5rem;}
.fs16 {	font-size: 1.6rem;}
.fs17 {	font-size: 1.7rem;}
.fs18 {	font-size: 1.8rem;}
.fs20 {	font-size: 2.0rem;}
.fs24 {	font-size: 2.4rem;}
.fs30 {	font-size: 3.0rem;}
.fs35 {	font-size: 3.5rem;}
.fs40 {	font-size: 4.0rem;}
.fs50 {	font-size: 5.0rem;}
.fs60 {	font-size: 6.0rem;}
.fs80 {	font-size: 8.0rem;}

.sp .fs16 {	font-size: 1.4rem; line-height: 1.5;}
.sp .fs18 {	font-size: 1.5rem; line-height: 1.5;}
.sp .fs20 {	font-size: 1.8rem; line-height: 1.5;}
.sp .fs24 {	font-size: 2.0rem; line-height: 1.5;}
.sp .fs30 {	font-size: 2.4rem; line-height: 1;}
.sp .fs35 {	font-size: 2.6rem; line-height: 1;}
.sp .fs40 {	font-size: 2.8rem; line-height: 1;}
.sp .fs50 {	font-size: 3.2rem; line-height: 1;}
.sp .fs60 {	font-size: 4.0rem; line-height: 1;}
.sp .fs80 {	font-size: 5.6rem; line-height: 1;}

/* line-height
**********************************/
.lh30 { line-height: 3.0rem; }
.lh32 { line-height: 3.2rem; }
.lh40 { line-height: 4.0rem; }
.lh50 { line-height: 5.0rem; }
.lh60 { line-height: 6.0rem; }
.lh70 { line-height: 7.0rem; }
.lh75 { line-height: 7.0rem; }

.sp .lh32 { line-height: 2.8rem; }
.sp .lh40 { line-height: 3.2rem; }
.sp .lh50 { line-height: 4.0rem; }
.sp .lh60 { line-height: 4.8rem; }
.sp .lh70 { line-height: 5.6rem; }
.sp .lh75 { line-height: 5.8rem; }

/* font-family
**********************************/
.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.roboto_i {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}
.roboto_l {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.roboto_li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
}
.roboto_b {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;}
.roboto_bi {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.mincho {
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/* display
**********************************/
.blc {
	display: block;
}
.inblc {
	display: inline-block;
}
.ctr {
	margin-left: auto;
	margin-right: auto;
}
.sp .sp_blc {
	display: block;
}
.sp .inblc {
	margin-bottom: 10px;
}
.sp .sp_none {
	display: none;
}
.sp_vsbl {
	display: none;
}
.pc .sp_br,
.tablet .sp_br {
	display: none;
}

/* list
**********************************/
.decimal {
	list-style-type: decimal;
}
.disc {
	list-style-type: disc;
}
ul.ml,ol.ml {
	margin-left: 20px;
}
ul li,ol li {
	margin-top: 5px;
}

/* body
**********************************/
body #komachi {
	position: relative;
	/*min-height: 600px;*/
	/*z-index: 2000;*/
	background-color: #fefcf4;
	font-family: YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
}
body.renew #komachi {
	font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}
/*body #komachi * {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
.kmc_container {
	margin: 0 auto;
	width: 1000px;
}
body #komachi a.arr {
	display: inline-block;
	padding-left: 12px;
	line-height: 2.4rem;
	background: url(../images/common/arrow.png) 0 center no-repeat;
}
body #komachi a.pdf {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/common/pdf_icon_32x32.png) right center no-repeat;
}
body #komachi a.pdf_s {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/common/pdf_icon_24x24.png) right center no-repeat;
}
/*body #komachi .pdf_link {
	display: none !important;
}
body #news #komachi .pdf_link {
	display: inline !important;
}*/
body #komachi .pdf_download {
	margin: 50px 0;
	padding: 18px 24px;
	width: 685px;
	border: 1px solid #d8d9d8;
	background-color: #fff;
	overflow: hidden;
}
body #komachi .pdf_download a.blc {
	float: left;
	margin-top: 10px;
	width: 158px;
}
body #komachi .pdf_download p {
	float: right;
	width: 444px;
	font-size: 1.2rem;
}
body #komachi .flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}
body #komachi .flex.flexac {
	-webkit-align-items: center !important;
	align-items: center !important;
}
body #komachi .flex.flexjc {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}
body #komachi .flex.flexbtw {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
body #komachi .flex.flexw {
	flex-wrap: wrap;
}
body #komachi .flex.column {
    flex-direction: column;
}

/* header
**********************************/
#kmc_header {
	position: relative;
	height: 112px;
}
#kmc_h1 {
	position: absolute;
	margin-top: -60px;
	width: 140px;
	height: 223px;
	float: left;
}
#kmc_h1 img:hover {
	opacity: 1;
}
#kmc_gnav {
	float: right;
	margin-top: 20px;
	margin-bottom: 13px;
	background: url(../images/common/header_dot.png) right center no-repeat;
}
#kmc_gnav li.ctgr {
	float: left;
	padding: 0 6px;
	background: url(../images/common/header_dot.png) 0 center no-repeat;
}
#kmc_gnav li.ctgr span {
	display: block;
	padding: 0 18px 5px 18px;
	cursor: pointer;
	border-bottom: 2px solid #fefcf3;
}
#kmc_gnav li.ctgr span:hover,
#kmc_gnav li.ctgr span.current {
	border-bottom: 2px solid #e71a19;
}
#kmc_gnav li.ctgr ul {
	display: none;
	position: absolute;
	padding: 10px 20px 20px 0;
	min-width: 185px;
	/*height: 140px;*/
	/*background-color: #fff;*/
	background-color: rgba(255,255,255,0.9);
	background-position: right center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 1px #dddddd;
	box-shadow: 1px 1px 1px #dddddd;
	z-index: 1000;
}
/*#kmc_gnav li#kmc_gnav_1 ul {
	/*background: url(../images/common/gnav_sub_1.jpg) right center no-repeat;*!/
	background-image: url(../images/common/gnav_sub_1.jpg);
}
#kmc_gnav li#kmc_gnav_2 ul {
	background-image: url(../images/common/gnav_sub_2.jpg);
}
#kmc_gnav li#kmc_gnav_3 ul {
	margin-left: -109px;
	background-image: url(../images/common/gnav_sub_3.jpg);
}
#kmc_gnav li#kmc_gnav_4 ul {
	margin-left: -104px;
	background-image: url(../images/common/gnav_sub_4.jpg);
}*/
#kmc_gnav li.ctgr ul li.page {
	margin-left: 10px;
}
#kmc_gnav li.ctgr ul li.page a {
	display: block;
	padding-left: 10px;
	line-height: 24px;
	background: url(../images/common/arrow_s.png) 0 center no-repeat;
	font-size: 1.2rem;
	white-space: nowrap;
}
.smp_nav,
.smp_topnav {
	display: none;
}


/* footer
**********************************/
#kmc_footer {
	position: relative;
	margin-top: 100px;
	background-color: #fff;
}
#kmc_footer .kmc_container {
	padding: 40px 0 0 0;
	border-top: 2px solid #e71a19;
}
#kmc_footlogo {
	float: left;
	margin-left: 24px;
}
#kmc_footer ul li.ctgr {
	float: left;
	margin-left: 38px;
}
#kmc_footer ul li.ctgr strong {
	display: block;
	padding-bottom: 10px;
	font-size: 1.6rem;
}
#kmc_footer ul li a {
	display: block;
	padding-left: 10px;
	line-height: 24px;
	background: url(../images/common/arrow.png) 0 center no-repeat;
	font-size: 1.4rem;
	white-space: nowrap;
}
#page_top {
	position: fixed;
	right: 2%;
	bottom: 20px;
	z-index: 1000;
}

/* content
**********************************/
.pc #kmc_content {
	min-height: 800px;
}
#main_headbg {
	position: relative;
	text-align: center;
}
#main_headbg .inner {
	height: 420px;
}
@media (min-width: 1599px) {
	#main_headbg .inner {
		-webkit-background-size: 100% !important;
		background-size: 100% !important;
	}
}
#kmc_content .head_bg {
	padding-left: 30px;
	line-height: 6.8rem;
	background-color: #eb5b59;
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
}
#kmc_content .head_bg_1 {
	padding: 10px 30px;
	line-height: 3.8rem;
	background-color: #eb5b59;
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
}
#kmc_content .head_line {
	position: relative;
	padding: 0 0 10px 30px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2.8rem;
}
#kmc_content .head_line:after {
	position: absolute;
	display: block;
	content: '';
	width: 60%;
	height: 3px;
	bottom: 0px;
	left: 0px;
	background-color: #e71a19;
}

/* toppage
**********************************/
.pc #komachi.toppage .top_slide {
	position: relative;
	height: 422px;
	border-bottom: 2px solid #e71a19;
	overflow: hidden;
}
.pc #komachi.toppage .top_slide .slick-slide {
	margin: 0 20px !important;
	width: 1000px !important;
}
.pc #komachi.toppage .top_slide .slick-slide img {
	width: 100%;
	height: auto;
}
.pc #komachi.toppage .top_slide.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.pc #komachi.toppage .top_slide .slick-prev,
.pc #komachi.toppage .top_slide .slick-next {
    border: none;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    margin: auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    outline: none;
}
.pc #komachi.toppage .top_slide .slick-prev {
    left: -1040px;
    right: 0;
    background: url(../images/top/slide_arr_l.png) center center no-repeat;
}
.pc #komachi.toppage .top_slide .slick-next {
    left: 0;
    right: -1040px;
    background: url(../images/top/slide_arr_r.png) center center no-repeat;
}
#komachi.toppage .top_slide .slick-dots {
	position: absolute;
    bottom: 15px;
    padding-left: 15px;
}
#komachi.toppage .top_slide .slick-dots li {
    display: inline-block;
}
#komachi.toppage .top_slide .slick-dots button {
    background-color: inherit;
    border: 1px solid #e71a19;
    border-radius: 5px;
    cursor: pointer;
    height: 10px;
    line-height: 1;
    padding: 0;
    width: 10px;
    vertical-align: middle;
    text-indent: -9999px;
}
#komachi.toppage .top_slide .slick-dots .slick-active button {background-color: #e71a19;}

#komachi.toppage #top_news {
	padding: 31px 0 40px 0;
	background-image: url(../images/common/bg_dot.png);
}
#komachi.toppage #top_news .list {
	float: left;
	margin-top: 9px;
	width: 627px;
}
#komachi.toppage #top_news .list h2 {
	float: left;
	padding-bottom: 18px;
	line-height: 1;
}
#komachi.toppage #top_news .list h2 span {
	display: inline-block;
	padding-right: 5px;
}
#komachi.toppage #top_news .list .link {
	float: right;
	margin-top: 5px;
}
#komachi.toppage #top_news .list dl {
	padding: 12px 0;
	border-bottom: 1px solid #c1c1c1;
	overflow: hidden;
	clear: both;
}
#komachi.toppage #top_news .list > p+dl {
	border-top: 2px solid #e71a19;
}
#komachi.toppage #top_news .list dl dt {
	float: left;
	width: 85px;
	padding-right: 10px;
	border-right: 1px solid #c1c1c1;
}
#komachi.toppage #top_news .list dl dd {
	margin-left: 97px;
	font-size: 1.6rem;
}
#komachi.toppage #top_news .list dl dd a {
	line-height: 2.2rem;
}
#komachi.toppage #top_news .pickup {
	position: relative;
	float: right;
	width: 340px;
}
#komachi.toppage #top_news .pickup h3 {
	position: absolute;
	padding: 0 5px;
	background-color: #e71a19;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #fff;
	z-index: 200;
}
#komachi.toppage #top_news .pickup .image {
	margin-top: 9px;
}
#komachi.toppage #top_news .pickup .copy {
	padding: 12px;
	background-color: #fff;
}
#komachi.toppage #fb_list {
	margin-top: 60px;
}
#komachi.toppage #fb_list h2 {
	padding-bottom: 30px;
	text-align: center;
}
#komachi.toppage #fb_list p {
	position: relative;
	float: left;
	margin-right: 24px;
	padding-bottom: 16px;
	width: 232px;
	background-color: #fff;
}
#komachi.toppage #insta_list {
	margin-top: 60px;
}
#komachi.toppage #insta_list h2 {
	padding-bottom: 30px;
	text-align: center;
}
#komachi.toppage #insta_list .list span {
	width: 20%;
}
#komachi.toppage #insta_list .btn_list {
	justify-content: center;
}
#komachi.toppage #insta_list .btn_list p {
	position: relative;
	display: inline-block;
	margin: 10px;
}
#komachi.toppage #insta_list .btn_list p::before {
	position: absolute;
	content: '';
	top: 15px;
	right: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #fafafa;
}
#komachi.toppage #insta_list .btn_list p a {
	display: block;
	padding: 0 25px 0 20px;
	line-height: 4.0rem;
	color: #fff;
}
@media print {
	.pc.chrome #komachi.toppage #fb_list p {
		margin-right: 2%;
		width: 22%;
	}
	#page_top {
		display: none;
	}
}
#komachi.toppage #fb_list p:last-child {
	margin-right: 0;
}
#komachi.toppage #fb_list p .date {
	display: inline-block;
	position: absolute;
	padding: 0 5px;
	font-size: 1.2rem;
	line-height: 2.0rem;
	background-color: #fff;
	top: 10px;
	right: 0;
	z-index: 50;
}
#komachi.toppage #fb_list p a.image {
	display: block;
	height: 174px;
	overflow: hidden;
}
#komachi.toppage #fb_list p .copy {
	display: block;
	margin: 12px 0;
	padding: 0 1.6rem;
	height: 5.4rem;
	line-height: 1.8rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#komachi.toppage #ch_list {
	margin-top: 60px;
}
#komachi.toppage #ch_list h2 {
	padding-bottom: 30px;
	text-align: center;
}
#komachi.toppage #ch_list .index_list .box {
	position: relative;
	width: 300px;
	margin-bottom: 30px;
	border: 1px solid #d8d8d8;
    background-color: #fff;
}
#komachi.toppage #ch_list .index_list .box.is-empty {
    opacity: 0;
}
@media only screen and (max-width: 900px) {
    #komachi.toppage #ch_list .index_list {
        justify-content: space-around;
    }
}

#komachi.toppage #ch_list .index_list .box img {
	cursor: pointer;
	transition: 0.4s;
}
#komachi.toppage #ch_list .index_list .box .txt_box {
	padding: 12px;
}
#komachi.toppage #ch_list .index_list .box .txt_box a.title {
	margin: 3px 0;
	padding: 5px 0 3px 0;
	font-weight: bold;
	line-height: 1.4;
	transition: 0.4s;
}
#komachi.toppage #ch_list .index_list .box .txt_box p {
	font-size: 1.2rem;
}
#komachi.toppage #ch_list .index_list .box .txt_box .btn {
	position: relative;
	margin-top: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.4rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 0.4s;
}
#komachi.toppage #ch_list .index_list .box .txt_box .btn:after {
	position: absolute;
	display: block;
	content: '';
	top: 6px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}
#komachi.toppage #ch_list .index_list .box img:hover,
#komachi.toppage #ch_list .index_list .box .txt_box a:hover,
#komachi.toppage #ch_list .index_list .box .txt_box .btn:hover {
	opacity: 0.5;
}

#komachi.toppage #komachi_nav {
	margin-top: 60px;
}
#komachi.toppage #komachi_nav h2 {
	padding-bottom: 30px;
	text-align: center;
}
#komachi.toppage #komachi_nav div {
	position: relative;
	margin-bottom: 50px;
}
#komachi.toppage #komachi_nav div h3 {
	position: absolute;
	margin: -45px auto 0 10.6rem;
	width: 26.3rem;
	height: 4.5rem;
	border-top: 4px solid #e71a19;
	background-color: #fefcf4;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 4.5rem;
}
#komachi.toppage #komachi_nav div h3 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
}
#komachi.toppage #komachi_nav div p {
	padding-top: 20px;
}
#komachi.toppage #komachi_bnr {
	margin-top: 60px;
}
#komachi.toppage #komachi_bnr p {
	float: left;
	width: 20%;
}
#komachi.toppage #komachi_bnr p.pt27 {
	padding-top: 27px;
}
#komachi.toppage #komachi_bnr p.soudan {
	margin-top: 30px;
	width: 100%;
	clear: both;
}
#komachi.toppage #komachi_bnr p a {
	display: block;
}
#komachi.toppage #komachi_bnr p a+a {
	margin-top: 16px;
}

/* overview
**********************************/
#komachi.overview #main_head {
	border-right: 160px solid #eb5b59;
}
#komachi.overview #main_head h1 {
	display: inline-block;
	padding: 0 16px;
	border: 1px solid #222;
	line-height: 2.4rem;
}
#komachi.overview #main_head p {
	width: 655px;
}
#komachi.overview #diversity {
	height: 261px;
	background: url(../images/overview/diversity.png) center center no-repeat;
	text-indent: -9999px;
}
#komachi.overview .kmc_container {
	position: relative;
}
#komachi.overview #komachi_all {
	position: absolute;
	width: 277px;
	height: 972px;
	top: 40px;
	right: -90px;
	z-index: 100;
}
#komachi.overview #main_body .body_h3 {
	padding-left: 30px;
	width: 850px;
	line-height: 6.8rem;
	background-color: #eb5b59;
	color: #fff;
	font-weight: bold;
}
#komachi.overview #main_body p.w655 {
	padding-left: 30px;
	width: 685px;
}
#komachi.overview #main_body .body_h4 {
	position: relative;
	padding: 0 0 0px 30px;
}
#komachi.overview #main_body .body_h4:after {
	position: absolute;
	display: block;
	content: '';
	width: 268px;
	height: 3px;
	top: 46px;
	left: 0px;
	background-color: #e71a19;
}
#komachi.overview #main_body .helmet {
	background: url(../images/overview/image_02.png) right top no-repeat;
}

/* team
**********************************/
#komachi.team #main_headbg .inner,
#komachi.team_list #main_headbg .inner {
	background: url(../images/team/head_bg.jpg) center center no-repeat;
}
#komachi.team #main_headbg .inner h1,
#komachi.team_doboku #main_headbg .inner h1,
#komachi.team_kenchiku #main_headbg .inner h1,
#komachi.team_list #main_headbg .inner h1 {
	padding-top: 288px;
}
#komachi.team #main_headbg p {
	margin-top: -16px;
}
#komachi.team .index_nav {
	margin-bottom: 70px;
}
#komachi.team .index_nav li {
	height: 280px;
	border-top: 2px solid #e71a19;
}
#komachi.team .index_nav li a {
	display: block;
	line-height: 280px;
	font-size: 4.8rem;
	transition: background-color .4s;
}
#komachi.team .index_nav li a:hover {
	background-color: rgba(255,255,255,0.3);
}
#komachi.team .index_nav li a span {
	display: inline-block;
	text-align: center;
	width: 304px;
}
#komachi.team .index_nav li:first-child {
	margin-bottom: 30px;
	background: #fff url(../images/team/index_doboku.jpg) right no-repeat;
}
#komachi.team .index_nav li:last-child {
	background: #fff url(../images/team/index_kenchiku.jpg) right no-repeat;
}
#komachi.team .step {
	margin: 0 0 10px 30px;
	overflow: hidden;
}
#komachi.team .step dt {
	float: left;
	width: 6em;
}
#komachi.team .step dd {
	margin-left: 6em;
}
#komachi.team .doc_list li {
	margin-bottom: 10px;
}
#komachi.team .ichiran_link {
	margin: 30px auto 60px auto;
	padding: 10px 0;
	font-size: 2.0rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#komachi.team .checked {
	display: block;
	padding: 0 0 12px 26px;
	line-height: 24px;
	background: url(../images/team/checked.svg) 0 3px no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
}

#komachi.team_doboku #main_headbg .inner {
	background: url(../images/team/doboku_head_bg.jpg) center center no-repeat;
}
#komachi.team_kenchiku #main_headbg .inner {
	background: url(../images/team/kenchiku_head_bg.jpg) center center no-repeat;
}
#komachi.team_doboku .team_index,
#komachi.team_kenchiku .team_index {
	margin-top: 100px;
	width: 1000px;
}
#komachi.team_doboku .team_index li,
#komachi.team_kenchiku .team_index li {
	float: left;
	margin: 0 50px 50px 0;
	width: 300px;
	background-color: #fff;
}
#komachi.team_doboku .team_index li:nth-child(3n),
#komachi.team_kenchiku .team_index li:nth-child(3n) {
	margin-right: 0 !important;
}
#komachi.team_doboku .team_index li img,
#komachi.team_kenchiku .team_index li img {
	width: 300px;
}
#komachi.team_doboku .team_index li .num,
#komachi.team_kenchiku .team_index li .num {
	display: inline-block;
	float: left;
	margin: 10px 0 0 -12px;
	padding: 0 12px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	background-color: #e71a19;
	color: #fff;
}
#komachi.team_doboku .team_index li .pdflink,
#komachi.team_kenchiku .team_index li .pdflink {
	display: inline-block;
	float: right;
	margin: 10px 15px 0 0;
	font-size: 1.2rem;
}
#komachi.team_doboku .team_index li h2,
#komachi.team_kenchiku .team_index li h2 {
	margin-top: 50px;
	padding: 0 15px 0 17px;
	border-left: 3px solid #e71a19;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.0rem;
	clear: both;
}
#komachi.team_doboku .team_index li .company,
#komachi.team_kenchiku .team_index li .company {
	padding: 3px 20px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #666;
}
#komachi.team_doboku .team_index li .copy,
#komachi.team_kenchiku .team_index li .copy {
	padding: 10px 20px 20px 20px;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
#komachi.team .form_btn {
    display: block;
	position: relative;
    width: 360px;
	margin: 10px 1em;
	padding: 0 40px 0 20px;
	line-height: 38px;
	color: #fff;
	transition: 0.3s;
}
#komachi.team .form_btn.neg {
    background-color: #ccc;
    color: #111;
}
#komachi.team .form_btn.large {
    padding: 20px 40px 20px 20px;
    line-height: 26px;
}
#komachi.team .form_btn.bgcolor:hover {
	background-color: #cc0f0f !important;
}
#komachi.team .form_btn.neg:hover {
	background-color: #aaa;
}
#komachi.team .form_btn:after {
	content: '';
	display: block;
	position: absolute;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
}
#komachi.team .formpage_btn {
    padding: 20px 40px;
    box-shadow: 2px 1px 10px -1px rgba(0,0,0,0.6);
    background: #e71a19; /* Old browsers */
    background: -moz-linear-gradient(top, #e71a19 0%, #b21613 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e71a19 0%,#b21613 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e71a19 0%,#b21613 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#komachi.team #main_headbg.arrange1 {
    background-color: #ed3938 !important;
}
#komachi.team #main_headbg.arrange2 {
    background-color: #ed5251 !important;
}
#komachi.team #main_headbg .article_inner {
    padding: 40px;
    color: #fff;
}
#komachi.team #main_headbg .article_inner p {
    margin-top: 0;
}
#komachi.team #main_headbg .article_inner p img {
    border: 1px solid #ffffff;
}
#komachi.team #main_headbg .article_inner .text {
    margin-left: 60px;
    text-align: left;
}
#komachi.team #main_headbg .article_inner .text .title {
    font-size: 2.4rem;
    font-weight: normal;
}
#komachi.team #main_headbg .article_inner .text .number {
    margin-top: 8px;
    margin-bottom: 8px; /* 2021/02/04 kuro */
    font-size: 1.8rem;
    font-weight: normal;
    border: 1px solid #fd9191;
}
#komachi.team #main_headbg .article_inner .text .number span {
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
}
#komachi.team #main_headbg .article_inner .text .number span:nth-child(1) {
    border-right: 1px solid #fd9191;
}
#komachi.team #main_headbg .article_inner .text h1 {
    /* margin-top: 8px; */  /* 2021/02/04 kuro */
    font-size: 3.6rem;
}
#komachi.team #main_headbg .article_inner .text .com {
    margin-top: 5px;
    font-size: 1.6rem;
}
#komachi.team .feature {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 2px solid #000;
    background-color: #fff;
    /*-webkit-align-items: center;
    align-items: center;*/
}
#komachi.team .feature h2 {
    /*width: 78px;*/
    /*margin-right: 40px;*/
    width: 10em;
    line-height: 48px;
    color: #fff;
    font-size: 2.1rem;
}
#komachi.team .feature ul {
    margin-top: 20px;
    padding-left: 1em;
}
#komachi.team .profile {
    padding: 50px;
    background-color: #fff;
}
#komachi.team .profile .btn {
    padding: 10px 20px;
    border: 2px solid #000;
}
#komachi.team  .profile h3 {
    font-size: 2.4rem;
    font-weight: normal;
}
#komachi.team .profile h3 span {
    width: 80px;
}
#komachi.team .profile div.bdcolor {
    border-top: 2px solid #000;
}
#komachi.team .profile div.flex {
    padding-top: 30px;
}
#komachi.team .profile div.flex .copy {
    margin-left: 50px;
}
#komachi.team .foot_text {
    padding-left: 20px;
    line-height: 28px;
    border-left: 2px solid #000;
}
#komachi.team .foot_text span {
    width: 80px;
}

/* renew */
#komachi.team_list .team_index {
    flex-wrap: wrap;
    justify-content: space-between;
	width: 925px;
	margin-top: 38px;
}
#komachi.team_list .team_index .box {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	/* width: 100%; */
	width: 300px;
	padding-bottom: 16px;
}
#komachi.team_list .team_index .box .set {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#komachi.team_list .team_index .box .pr-comment-in-list { /* 2021/02/08 kuro add */
    padding: 12px 18px 0 18px;
}
#komachi.team_list .team_index .box.is-empty {
    opacity: 0;
}
#komachi.team_list .team_index .box img {
	width: 300px;
}
#komachi.team_list .team_index .box .num {
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 2px 12px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	background-color: #e71a19;
	color: #fff;
}
#komachi.team_list .team_index .box .num .ctgr {
    display: inline-block;
    margin-right: 12px;
    padding-right: 12px;
    font-size: 1.4rem;
    border-right: 1px solid #fff;
	line-height: 1.3;
}
#komachi.team_list .team_index .box h2 {
	margin: 12px 18px 0;
    padding: 0 5px 0 5px;
    border-bottom: 4px dotted #e71a19;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.0rem;
    clear: both;
    padding-bottom: 5px;
}
#komachi.team_list .team_index .box .company {
    padding: 5px 22px 0 22px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
#komachi.team_list .team_index .box ul {
	padding: 10px 20px 20px 20px;
	font-size: 1.2rem;
}
#komachi.team_list .team_index .box ul li {
    margin: 0 0 10px 10px;
    width: 100%;
    line-height: 1.2;
}
#komachi.team_list .page_list {
	margin: 56px auto 0;
    width: 975px;
	text-align: right;
}
#komachi.team_list .page_list a {
	display: inline-block;
	margin: 2px;
	padding: 0 6px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	border: 1px solid #e71a19;
	color: #e71a19;
}
#komachi.team_list .page_list a.current {
    background-color: #ffe0e0;
}

#komachi.team_list.form {
    background-color: #fff;
    width: 900px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#komachi.team_list.form #blank_header {
    padding: 20px;
}
#komachi.team_list.form #blank_content_head h1 {
    padding-left: 20px;
    font-size: 2.4rem;
    color: #fff;
    line-height: 8.0rem;
    background-image: -webkit-linear-gradient(#ed5a59 0%, #e71a19 100%);
    background-image: -o-linear-gradient(#ed5a59 0%, #e71a19 100%);
    background-image: linear-gradient(#ed5a59 0%, #e71a19 100%);
    background-color: #e71a19;
}
#komachi.team_list.form #blank_content {
    padding: 20px;
}
#komachi.team_list .formbox {
	margin-top: 13px;
	padding: 13px 0 0 50px;
}
#komachi.team_list .formbox:first-child {
	padding-top: 0;
}
#komachi.team_list .formbox + .formbox {
	border-top: 1px solid #ddd;
}
#komachi.team_list .formbox .head {
	width: 15%;
	-webkit-align-items: center;
	align-items: center;
    font-weight: bold;
}
#komachi.team_list .formbox .head .il_img {
	margin-right: 5px;
}
#komachi.team_list .formbox .ex {
	font-size: 1.4rem;
}
#komachi.team_list .formbox .ex + input {
	margin-top: 6px;
}
#komachi.team_list .formbox .body {
	width: 78%;
	padding-left: 20px;
	-webkit-align-items: center;
	align-items: center;
}
#komachi.team_list .formbox .body span {
	display: inline-block;
	padding-left: 3px;
	padding-right: 6px;
}
#komachi.team_list .formbox .body span:last-of-type {
	padding-right: 0;
}
#komachi.team_list .formbox .body .ex.blc {
	width: 100%;
}
#komachi.team_list .formbox .w20 {
	width: 20%;
}
#komachi.team_list .formbox .w40 {
	width: 40%;
}
#komachi.team_list .formbox .w60 {
	width: 60%;
}
#komachi.team_list .formbox .w80 {
	width: 80%;
}
#komachi.team_list .formbox .w100 {
	width: 100%;
}
#komachi.team_list .formbox .em2 {width: 4em;}
#komachi.team_list .formbox .em4 {width: 6em;}

#komachi.team_list .formbox input[type='text'],
#komachi.team_list .formbox input[type='number'],
#komachi.team_list .formbox input[type='tel'],
#komachi.team_list .formbox input[type='email'],
#komachi.team_list .formbox input[type='password'],
#komachi.team_list .formbox textarea {
	padding: 7px;
	font-size: 1.4rem;
	border: 1px solid #d7d7d7;
}
#komachi.team_list .formbox input[type='checkbox'],
#komachi.team_list .formbox input[type='radio'] {
	margin-right: 5px;
	border: 1px solid #8b8e8f;
	position: relative;
	top: 1.5px;
}
#komachi.team_list .formbox input[type='file'] {
    font-size: 1.4rem;
    width: 280px;
}
#komachi.team_list .formbox input[type='text'] {
	width: 81%;
}
#komachi.team_list select {
	height: 36px;
} 
#komachi.team_list .formbox input[type='number'].search-year {
	width: 95px;
	padding-left: 18px;
	padding-right: 18px;
}
#komachi.team_list .formbox input[type='number'].search-month {
	width: 64px;
	padding-left: 16px;
}
#komachi.team_list .formbox button {
	padding: 10px;
	color: #fff;
}
#komachi.team_list .formbox input.year {
	margin-right: 8px;
	width: 6em;
}
#komachi.team_list .formbox input.day {
	margin-right: 8px;
	margin-left: 20px;
	width: 4em;
}
#komachi.team_list .formbox input.num {
	margin-right: 8px;
	width: 4em;
}
#komachi.team_list .formbox .body label + label {
    margin-left: 20px;
}
#komachi.team_list .formbox .body .member_box {
    width: 100%;
    margin-bottom: 10px;
}
#komachi.team_list .formbox .body .member_box .title {
    width: 7em;
    text-align: right;
}
#komachi.team_list .formbox .body .member_box textarea {
    width: 80%;
    margin-left: 20px;
}
#komachi.team_list .formbox .body .edit_box {
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}
#komachi.team_list .formbox .body .edit_box input[type='button'] {
    display: inline-block;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#komachi.team_list .formbox .body .edit_box .ed_button.italic {font-style: italic;}
#komachi.team_list .formbox .body .edit_box .ed_button.ul {text-decoration: underline;}
#komachi.team_list .formbox .body .edit_box textarea {
    width: 100%;
    height: 250px;
    margin-top: 5px;
}
#komachi.team_list input[type='submit'] {
    display: inline-block;
    padding: 6px 20px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 8px;
    text-indent: 8px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#komachi.team_list input[type='submit'].btn {
    width: 36px;
    height: 36px;
    background-image: url(../images/renew/common/renew-search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 7px;
    border-radius: 0;
    border: none;
    padding: 0;
	transition: all 0.3s;
}
#komachi.team_list input[type='submit'].btn:hover {
	opacity: 0.8;
}
    /* -webkit-background-size: 20px;
    background-size: 20px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	margin-left: 7px; */
/* } */
#komachi.team_list.form footer {
    margin: 50px 0 20px;
}

/* form select
**********************************/
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

.select-wrap {
    position: relative;
    width: 40%;
}
.select-wrap.large {width: 40em;}
.select-wrap.middle {width: 14em;}
.select-wrap.small {width: 5em;}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#828c9a;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

/* feature
**********************************/
#komachi.feature #main_headbg .inner {
	background: url(../images/feature/head_bg.jpg) center center no-repeat;
}
#komachi.feature #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.feature #main_headbg .inner h1 span {
	display: block;
	margin-top: 20px;
	width: 140px;
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #fff;
	line-height: 2.4rem;
}
#komachi.feature #main_headbg .inner p.mincho {
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.feature #main_headbg p {
	margin-top: -16px;
}
#komachi.feature h2.mincho {
	margin-top: 70px;
	font-size: 2.4rem;
	letter-spacing: 0.3rem;
	text-align: center;
}
#komachi.feature h2.mincho:first-child {
	margin-top: 80px;
}
#komachi.feature .copy {
	margin-top: 30px;
	line-height: 2.6rem;
	text-align: center;
}
#komachi.feature .image {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
}
#komachi.feature .image.right {background: url(../images/feature/pattern.png) left top no-repeat;}
#komachi.feature .image.left {background: url(../images/feature/pattern.png) right top no-repeat;}
#komachi.feature .image .mincho {
	position: absolute;
	display: block;
	bottom: 20px;
	font-size: 3.0rem;
	line-height: 4.4rem;
	letter-spacing: 0.2rem;
	font-style: italic;
}
#komachi.feature .image.right .mincho {
	padding: 0 16px 0 22px;
	right: 100px;
	background: url(../images/feature/txt_bg_r.svg) left no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#komachi.feature .image.left .mincho {
	padding: 0 22px 0 16px;
	left: 100px;
	background: url(../images/feature/txt_bg_l.svg) right no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* careerpath
**********************************/
#komachi.careerpath #main_headbg {
	position: relative;
}
#komachi.careerpath #main_headbg .inner {
	background: url(../images/careerpath/head_bg.jpg) center center no-repeat;
}
#komachi.careerpath #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.careerpath #main_headbg .inner h1 span {
	display: block;
	margin-top: 20px;
	width: 152px;
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #fff;
	line-height: 2.4rem;
}
#komachi.careerpath #main_headbg .inner p.mincho {
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.careerpath #main_headbg p.copy {
	position: absolute;
	top: 180px;
	left: 50%;
	padding-left: 442px;
}
#komachi.careerpath h2.mincho {
	margin-top: 100px;
	font-size: 2.4rem;
	letter-spacing: 0.3rem;
	text-align: center;
}
#komachi.careerpath h2.mincho:first-child {
	margin-top: 80px;
}
#komachi.careerpath .kmc_container .copy {
	margin-top: 30px;
	line-height: 2.6rem;
	text-align: center;
}
#komachi.careerpath .image {
	margin-top: 30px;
	text-align: center;
}

@media all and (orientation: landscape) {			/* --------- Landscape --------- */
	.tablet #komachi.careerpath #main_headbg p.copy {
		position: absolute;
		top: 180px;
		left: inherit;
		right: 3%;
		padding-left: inherit;
	}
}


/* field
**********************************/
#komachi.field #main_headbg .inner {
	background: url(../images/field/head_bg.jpg) center center no-repeat;
}
#komachi.field #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.field #main_headbg .inner h1 span {
	display: block;
	margin-top: 20px;
	width: 152px;
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #fff;
	line-height: 2.4rem;
}
#komachi.field #main_headbg .inner p.mincho {
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.field h2.mincho {
	margin-top: 80px;
}
#komachi.field .field_set {
	position: relative;
	margin-top: 20px;
	background-color: #fff;
}
#komachi.field .field_set .image {
	position: absolute;
	top: 0;
	right: 0;
}
/*#komachi.field .field_set.field2016 {background: #fff url(../images/field/index_2016.jpg) right top no-repeat;}
#komachi.field .field_set.field2015 {background: #fff url(../images/field/index_2015.jpg) right top no-repeat;}*/
#komachi.field .field_set .year {
	margin-top: 30px;
	padding: 0 20px 0 30px;
	background-color: #e71a19;
	font-size: 2.4rem;
	line-height: 3.2rem;
	color: #fff;
}
#komachi.field .field_set .inner {
	padding: 20px;
}
#komachi.field .field_set .inner .head {
	min-height: 216px;
}
#komachi.field .field_set .inner .ttl {
	font-size: 2.1rem;
	font-weight: bold;
}
#komachi.field .field_set .inner .copy {
	margin: 30px 0;
	width: 530px;
	line-height: 3.0rem;
	text-align: left;
}
#komachi.field .field_set .inner .tbl dl {
	overflow: hidden;
}
#komachi.field .field_set .inner .tbl dl:nth-child(2n+1) {
	background-color: #fcefe7;
}
#komachi.field .field_set .inner .tbl dl dt,
#komachi.field .field_set .inner .tbl dl dd {
	float: left;
	padding: 4px 15px;
}
#komachi.field .field_set .inner .tbl dl dt {
	width: 104px;
	text-align: center;
}
#komachi.field .field_set .inner .tbl dl dd.pjt {
	width: 620px;
}
#komachi.field .field_set .inner a.arr {
	padding: 10px 10px 10px 24px;
	border: 1px solid #e61a18;
	background-position: 10px center;
}
#komachi.field_2nd #main_headbg .inner {
	height: 240px;
	background: url(../images/field/head_bg240.jpg) center center no-repeat;
}
#komachi.field_2nd #main_headbg .inner h1 {
	padding-top: 65px;
}
#komachi.field_2nd h2.mincho {
	margin-top: 70px;
	font-size: 2.4rem;
	letter-spacing: 0.3rem;
	text-align: center;
}
#komachi.field_2nd h2.mincho:first-child {
	margin-top: 80px;
}
#komachi.field_2nd .copy {
	margin-top: 30px;
	line-height: 2.6rem;
	text-align: center;
}
#komachi.field_2nd .image {
	margin-top: 30px;
	text-align: center;
}
#komachi.field_2nd .image + .image {
	margin-top: 20px;
}
#komachi.field_2nd .ace_link {
	margin: 30px auto;
	padding: 10px 0;
	width: 800px;
	font-size: 2.0rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#komachi.field .field_dl {
	margin: 30px auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#komachi.field .field_dl dt,
#komachi.field .field_dl dd {
	padding: 15px 20px;
}
#komachi.field .field_dl dt {
	background-color: #fadb83;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	clear: both;
}
#komachi.field .field_dl dd {
	float: left;
}
#komachi.field .field_dl dd.desc {
	width: 80%;
	border-right: 1px dotted #ccc;
}
#komachi.field .field_dl dd.btn {
	position: relative;
	width: 20%;
	height: 18rem;
	font-size: 1.4rem;
}
#komachi.field .field_dl dd.btn .external_link {
	display: none;
}
#komachi.field .field_dl dd.desc .ind {
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}
#komachi.field .field_dl dd.btn a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 10rem;
	height: 3.0rem;
	text-align: center;
	line-height: 3.0rem;
	border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	background-color: #e61a18;
	color: #fff;
	font-weight: bold;
}
#komachi.field .field_dl dd.btn .ex {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 90%;
	margin: auto;
	font-size: 1.2rem;
	color: #f33;
}
#komachi.field .field_dl dd.btn .close {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 90%;
	margin: auto;
}
#komachi.field .ind_3 {
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}
.mfp-title {
	width: 80%;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}
.mfp-title small {
	display: none !important;
}
#komachi.field_2nd .field_2nd_h2 {
	margin: 20px 0 15px 0;
	padding: 10px 16px;
	background-color: #ff858b;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
#komachi.field_2nd .popup-gallery {
	display: flex;
	flex-wrap: wrap;
}
#komachi.field_2nd .popup-gallery a {
	margin: 0 15px 15px 0;
}
#komachi.field_2nd .ace_container {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 2px solid #ff858b;
}
#komachi.field_2nd .ace_container h2 {
	font-size: 18px;
	color: #bd0000;
	font-weight: bold;
}
#komachi.field_2nd .ace_container .inner {
	overflow: hidden;
}
#komachi.field_2nd .ace_container .inner .image {
	float: left;
	width: 300px;
}
#komachi.field_2nd .ace_container .inner .copy {
	float: right;
	width: 580px;
	text-align: left;
}
#komachi.field_2nd .ace_container .inner .copy .ace_link {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	font-size: 2.0rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#komachi.field_2nd .ace_container .inner .copy .pdf_download {
	margin: 20px 0;
	padding: 18px 14px;
	width: 100%;
}
#komachi.field_2nd .ace_container .inner .copy .pdf_download a.blc {
	float: left;
	margin-top: 10px;
	width: 158px;
}
#komachi.field_2nd .ace_container .inner .copy .pdf_download p {
	float: right;
	width: 380px;
	font-size: 1.2rem;
	line-height: 1.4;
}

/* sparkle
**********************************/
#komachi.sparkle {
	background-color: transparent;
}
#komachi.sparkle #main_headbg {
	position: relative;
}
#komachi.sparkle #main_headbg .inner {
	background: url(../images/sparkle/head_bg.jpg) center center no-repeat;
}
#komachi.sparkle #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.sparkle #main_headbg .inner p.mincho {
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.sparkle h2.mincho {
	margin-top: 80px;
	font-size: 3.0rem;
	letter-spacing: 0.1rem;
}
#komachi.sparkle .copy {
	margin-top: 30px;
	line-height: 3.0rem;
}
#komachi.sparkle .list {
	margin-top: 50px;
}
#komachi.sparkle .list li {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 50px;
	background-color: #fff;
}
#komachi.sparkle .list li:nth-child(3n) {
	margin-right: 0;
}
#komachi.sparkle .list li .inner {
	padding: 20px 0;
}
#komachi.sparkle .list li h2 {
	padding: 0 15px 0 17px;
	border-left: 3px solid #e71a19;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.0rem;
}
#komachi.sparkle .list li .name {
	margin: 10px 20px 0 20px;
	padding-left: 22px;
	line-height: 2.2rem;
	background: url(../images/sparkle/icon_name.png) 0 center no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
}
#komachi.sparkle .list li .comp {
	margin: 0 20px;
	padding-left: 22px;
	line-height: 2.2rem;
	background: url(../images/sparkle/icon_comp.png) 0 center no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
}
#komachi.sparkle .list li .none {
	margin: 0 20px;
}
#komachi.sparkle .list a.noIcon {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	bottom: 0;
	right: 0;
	background: url(../images/sparkle/corner.png) right bottom no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

/* news
**********************************/
#komachi.news #main_headbg .inner {
	background: #ed5c5a;
	height: 120px;
}
#komachi.news #main_headbg .inner h1 {
	padding-top: 38px;
}
#komachi.news h2.mincho:first-child {
	margin-top: 80px;
}
#komachi.news #kmc_content .kmc_container {
	overflow: hidden;
}
#komachi.news .year_list {
	float: left;
	width: 15%;
	border-top: 3px solid #e71a19;
}
#komachi.news .year_list li {
	margin-top: 15px;
	font-size: 1.4rem;
	background: url(/common/images/arr2.gif) no-repeat 0 0.6em;
	padding: 0 0 0 10px;
}

#komachi.news #sub_side li{
	background: url(/common/images/arr2.gif) no-repeat 0 0.6em;
	margin: 0 0 22px;
	padding: 0 0 0 10px;
}
#komachi.news .index_list {
	float: right;
	width: 80%;
	border-top: 3px solid #e71a19;
}
#komachi.news .index_list dl {
	padding: 12px 0;
	border-bottom: 1px solid #c1c1c1;
	overflow: hidden;
	clear: both;
}
#komachi.news .index_list > p+dl {
	border-top: 2px solid #e71a19;
}
#komachi.news .index_list dl dt {
	float: left;
	width: 85px;
	padding-right: 10px;
	border-right: 1px solid #c1c1c1;
}
#komachi.news .index_list dl dd {
	margin-left: 97px;
	font-size: 1.6rem;
}
#komachi.news .index_list dl dd a {
	line-height: 2.2rem;
}
#komachi.news .backlink {
	padding: 30px 0;
	font-size: 1.6rem;
	text-align: right;
}
#komachi.news #article {
	padding: 50px 50px 0px 50px;
}
#komachi.news #article .head_line {
	padding: 0 30px 20px 30px;
}
#komachi.news #article .head_line:after {
	width: 100%;
}
#komachi.news #article .inner {
	padding: 0 30px;
	font-size: 1.6rem;
	overflow: hidden;
}
#komachi.news #article .inner p {
	line-height: 2.8rem;
}
#komachi.news #article .inner .pdf_download p {
	line-height: 1.8rem;
}
#komachi.news #article div:before,#wrapper ul:before,#wrapper dl:before {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
#komachi.news #article div:after,#wrapper ul:after,#wrapper dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
#komachi.news #article div,#wrapper ul,#wrapper dl {
	display:inline-block;
}
#komachi.news #article div,#wrapper ul,#wrapper dl {
	display:block;
}
#komachi.news #article .inner .ti_3 {
	text-indent: -3em;
	padding-left: 3em;
}
#komachi.news #article .inner .image_set .fl + .fl {
	margin-left: 20px;
}
#komachi.news #article .inner .link_list {
	margin: 30px auto;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#komachi.news #article .inner .link_list li {
	margin: 8px 0;
}
#komachi.news .inner_wh {
	/* padding: 50px 0; */
}
#komachi.news .seminar_copy {
	width: 512px;
}
#komachi.news .seminar_prof {
	width: 250px;
	text-align: center;
}
#komachi.news .tbl dl {
	overflow: hidden;
}
#komachi.news .tbl dl:nth-child(2n+1) {
	background-color: #fcefe7;
}
#komachi.news  .tbl dl dt,
#komachi.news .tbl dl dd {
	float: left;
	padding: 4px 15px;
}
#komachi.news .tbl dl dt {
	width: 130px;
}
#komachi.news .formset {
	width: 580px;
	padding: 20px;
	border: 1px solid #d7d9d7;
}
#komachi.news .formset dl {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #d7d9d7;
}
#komachi.news .formset dl dt,
#komachi.news .formset dl dd {
	float: left;
	padding: 4px 15px;
}
#komachi.news .formset dl dt {
	width: 130px;
	line-height: 2.6rem;
}
#komachi.news .formset input[type="text"] {
	margin-right: 5px;
	line-height: 2.0rem;
}
#komachi.news .formset input[type="submit"] {
	display: block;
	margin: 20px auto;
	padding: 15px 0;
	width: 12.0rem;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #e61a18;
	color: #fff;
	border-style: none;
	cursor: pointer;
}
#komachi.news.seminar_form {
	padding-bottom: 100px;
	background-color: #fff;
}
#komachi.news.seminar_form .formset .area {
	width: 100%;
	height: 90px;
}
#komachi.news .flex.forum .txt {
	width: 500px;
}
#komachi.news .flex.forum .txt p {
	margin-bottom: 20px;
}
#komachi.news .flex.forum .image {
	width: 300px;
	text-align: right;
}
#komachi.news .flex.forum .image .box {
	margin-bottom: 40px;
}
#komachi.news .before_line:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 30px;
	background-color: #e61a18;
}
#komachi.news #article .ex_box {
	padding: 20px;
	background-color: #fad9af;
}
#komachi.news .flex.commendation {
	align-items: flex-end;
}
#komachi.news .flex.commendation .image {
	width: 540px;
}
#komachi.news .flex.commendation .image img {
	width: 100%;
	height: auto;
}
#komachi.news .flex.commendation .txt {
	padding-left: 20px;
	width: 300px;
}
#komachi.news .flex.commendation .box {
	width: 400px;
	margin: 10px;
}
#komachi.news .flex.commendation .box img {
	width: 100%;
	height: auto;
}
#komachi.news .share_sns {
	text-align: right;
}
#komachi.news .share_sns div {
	display: inline-block;
	margin-left: 20px;
}

/* logomark
**********************************/
#komachi.logomark #main_headbg {
	position: relative;
}
#komachi.logomark #main_headbg .inner {
	background: url(../images/logomark/head_bg.jpg) center center no-repeat;
}
#komachi.logomark #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.logomark #main_headbg .inner p.mincho {
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.logomark h2.head_bg {
	margin-top: 80px;
}
#komachi.logomark .kmc_container .copy .fl {
	padding: 0 30px;
	width: 620px;
}
#komachi.logomark .kmc_container .dl_set {
	padding: 0 30px;
}
#komachi.logomark .kmc_container .dl_set div {
	width: 420px;
}
#komachi.logomark .kmc_container .dl_set h4 {
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 1.8rem;
	font-weight: bold;
}
#komachi.logomark .kmc_container .dl_set a {
	display: block;
	padding: 0 50px 0 90px;
	background: url(../images/common/adobe-pdf-icon.svg) 30px no-repeat;
	background-size: 40px;
	-webkit-background-size: 40px;
}

/* goods
**********************************/
#komachi.goods #main_headbg {
	position: relative;
}
#komachi.goods #main_headbg .inner {
	background: url(../images/goods/head_bg.jpg) center center no-repeat;
}
#komachi.goods #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.goods #main_headbg .inner p.mincho {
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.goods .kmc_container h2.head_line:first-child {
	margin-top: 80px;
}
#komachi.goods .kmc_container .goods_list {
	margin-top: 30px;
}
#komachi.goods .kmc_container .goods_list li {
	float: left;
	margin-right: 50px;
	padding-top: 12px;
	width: 300px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
}
#komachi.goods .kmc_container .goods_list li h3 {
	margin: 24px 12px 0px 12px;
	padding: 10px 0;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#komachi.goods .kmc_container .goods_list li .copy {
	padding: 12px 30px;
	text-align: left;
}
#komachi.goods .kmc_container .goods_list li:nth-child(3n) {
	margin-right: 0;
}
#komachi.goods .kmc_container .cart_link {
	margin-top: 50px;
	width: 450px;
	background-color: #e71a19;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
#komachi.goods .kmc_container .cart_link a {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 4.0rem;
	color: #fff;
}

/* commendation
**********************************/
#komachi.commendation #main_headbg .inner {
	background: url(../images/commendation/head_bg.jpg) center center no-repeat;
}
#komachi.commendation #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.commendation #main_headbg .inner p.mincho {
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.commendation h2.mincho {
	margin-top: 80px;
}
#komachi.commendation .ex_list li {
	float: left;
	margin-right: 20px;
	width: 235px;
}
#komachi.commendation .ex_list li:nth-child(4) {
	margin-right: 0;
}
#komachi.commendation .ex_list li p {
	padding: 12px;
}
#komachi.commendation .comm_set {
	margin-top: 50px;
	padding-top: 20px;
	background-color: #fff;
}
#komachi.commendation .comm_set .year {
	margin-top: 30px;
	padding: 0 20px 0 30px;
	background-color: #e71a19;
	font-size: 2.4rem;
	line-height: 3.2rem;
	color: #fff;
}
#komachi.commendation .comm_set .inner {
	padding: 20px 30px;
}
#komachi.commendation .comm_set .inner .head {
	float: left;
	width: 630px;
}
#komachi.commendation .comm_set .inner .ttl {
	font-size: 2.1rem;
	font-weight: bold;
}
#komachi.commendation .comm_set .inner .copy {
	margin: 20px 0;
	line-height: 3.0rem;
}
#komachi.commendation .comm_set .inner .image {
	float: right;
}
#komachi.commendation_2nd #main_headbg .inner {
	/*height: 240px;*/
	height: 300px;
}
#komachi.commendation_2nd #main_headbg .inner h1 {
	padding-top: 65px;
}
#komachi.commendation_2nd #main_headbg .inner h1.row {
	padding-top: 0;
}
#komachi.commendation_2nd .kmc_container.w900 {
	width: 900px;
}
#komachi.commendation_2nd .copy_set {
	margin-top: 80px;
}
#komachi.commendation_2nd .copy_set .fl {
	width: 500px;
}
#komachi.commendation_2nd .copy_set .fl.set2 {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}
#komachi.commendation_2nd .copy_set .ti {
	margin-left: 30px;
	overflow: hidden;
	text-indent: -1em;
	padding-left: 1em;
}
#komachi.commendation_2nd .copy_set .ti span {
	display: inline-block;
	float: left;
}
#komachi.commendation_2nd .copy_set .ti .col {
	width: 6em;
}
#komachi.commendation_2nd .copy_set .ti .col2 {
	width: 10em;
}
#komachi.commendation_2nd .copy_set .ti .col + span {
	text-indent: -1em;
	padding-left: 1em;
}
#komachi.commendation_2nd .image_set .fl + .fl {
	margin-left: 20px;
}
#komachi.commendation_2nd .head_line {
	font-size: 2.0rem;
}
#komachi.commendation_2nd .tbllike {
	margin-top: 30px;
	padding: 0 30px;
}
#komachi.commendation_2nd .tbllike dl {
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#komachi.commendation_2nd .tbllike dl:nth-child(even) {
	background-color: #fcefe7;
}
#komachi.commendation_2nd .tbllike dl dt,
#komachi.commendation_2nd .tbllike dl dd {
	float: left;
	padding: 5px 10px;
}
#komachi.commendation_2nd .tbllike dl dt {
	width: 3%;
	text-align: center;
}
#komachi.commendation_2nd .tbllike dl dd.cel1 {
	width: 28%;
}
#komachi.commendation_2nd .tbllike dl dd.cel2 {
	width: 52%;
}
#komachi.commendation_2nd .tbllike dl dd.cel3 {
	width: 17%;
}
#komachi.commendation .tbl dl {
	overflow: hidden;
}
#komachi.commendation .tbl dl:nth-child(2n+1) {
	background-color: #fcefe7;
}
#komachi.commendation .tbl dl dt,
#komachi.commendation .tbl dl dd {
	float: left;
	padding: 4px 15px;
}
#komachi.commendation .tbl dl dt {
	width: 130px;
}
#komachi.commendation .formset {
	width: 580px;
	padding: 20px;
	border: 1px solid #d7d9d7;
	background-color: #fff;
}
#komachi.commendation .formset dl {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #d7d9d7;
}
#komachi.commendation .formset dl dt,
#komachi.commendation .formset dl dd {
	float: left;
	padding: 4px 15px;
}
#komachi.commendation .formset dl dt {
	width: 130px;
	line-height: 2.6rem;
}
#komachi.commendation .formset input[type="text"] {
	margin-right: 5px;
	line-height: 2.0rem;
}
#komachi.commendation .formset input[type="submit"] {
	display: block;
	margin: 20px auto;
	padding: 15px 0;
	width: 12.0rem;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #e61a18;
	color: #fff;
	border-style: none;
	cursor: pointer;
}
#komachi.commendation.commendation_form {
	padding-bottom: 100px;
	background-color: #fff;
}
#komachi.commendation.commendation_form .formset .area {
	width: 100%;
	height: 90px;
}


/* manual
**********************************/
#komachi.manual #main_headbg .inner {
	background: url(../images/manual/head_bg.jpg) center center no-repeat;
}
#komachi.manual #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.manual #main_headbg .inner p.mincho {
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.manual .ex_list {
	margin-top: 80px;
}
#komachi.manual .ex_list li {
	float: left;
	margin-bottom: 50px;
	width: 475px;
	padding: 20px 0 30px 0;
	text-align: center;
	background-color: #fff;
}
#komachi.manual .ex_list li:nth-child(2n) {
	margin-left: 50px;
}
#komachi.manual .ex_list li .mincho {
	padding-bottom: 1.0rem;
	height: 7.6rem;
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
}
#komachi.manual .ex_list li .mincho a {
	padding-right: 24px;
	background: url(../images/common/adobe-pdf-icon.svg) right bottom no-repeat;
	background-size: 20px;
	-webkit-background-size: 20px;
}
#komachi.manual .manu_link {
	margin: 30px auto;
	padding: 10px 0;
	font-size: 1.6rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#komachi.manual .manu_link .list {
	display: block;
	margin-bottom: 12px;
}
#komachi.manual .manu_link strong {
	display: block;
	margin: 10px 0;
}
#komachi.manual .manu_link strong:before {
	display: inline-block;
	content: '';
	margin-right: 0.6rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
	border: 2px solid #e81a18;
}
#komachi.manual .image_txt .img {
    width: 45%;
    text-align: center;
}
#komachi.manual .image_txt .img img {
    border: 1px solid #ccc;
}
#komachi.manual .image_txt .txt {
    width: 50%;
    margin-left: auto;
}
#komachi.manual .image_txt .txt .btn {
    padding: 10px 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}

/* case
**********************************/
#komachi.case #main_headbg .inner {
	background: url(../images/case/head_bg.jpg) center center no-repeat;
}
#komachi.case #main_headbg .inner h1 {
	padding-top: 103px;
}
#komachi.case #main_headbg .inner p.mincho {
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-align: center;
	color: #fff;
}
#komachi.case .ex_list {
	margin-top: 80px;
}
#komachi.case .ex_list li {
	float: left;
	margin-bottom: 50px;
	width: 475px;
	padding: 20px 0 30px 0;
	text-align: center;
	background-color: #fff;
}
#komachi.case .ex_list li:nth-child(2n) {
	margin-left: 50px;
}
#komachi.case .ex_list li .mincho {
	padding-bottom: 1.0rem;
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
}
#komachi.case .ex_list li .mincho a {
	padding-right: 24px;
	background: url(../images/common/adobe-pdf-icon.svg) right bottom no-repeat;
	background-size: 20px;
	-webkit-background-size: 20px;
}
#komachi.case .manu_link {
	margin: 30px auto;
	padding: 10px 0;
	font-size: 2.0rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* soudan
**********************************/
#komachi.soudan #main_headbg .inner {
	background: url(../images/soudan/head_bg.jpg) center center no-repeat;
}
#komachi.soudan #main_headbg .inner h1 {
	padding-top: 183px;
}
#komachi.soudan .kmc_container p:first-child {
	margin-top: 80px;
	padding-bottom: 12px;
	border-bottom: 3px solid #e71a19;
	font-weight: bold;
}
#komachi.soudan .kmc_container .tbllike {
	margin-top: 50px;
	padding: 0 30px;
	font-size: 1.6rem;
	overflow: hidden;
}
#komachi.soudan .kmc_container .tbllike div {
	margin-bottom: 30px;
}
#komachi.soudan .kmc_container .tbllike dl {
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
#komachi.soudan .kmc_container .tbllike dl dt,
#komachi.soudan .kmc_container .tbllike dl dd {
	float: left;
	padding: 5px 10px;
}
#komachi.soudan .kmc_container .tbllike dl dt {
	width: 100px;
	text-align: center;
}
#komachi.soudan .kmc_container .tbllike dl dd.name {
	width: 600px;
	font-size: 1.8rem;
	font-weight: bold;
}
#komachi.soudan .kmc_container .tbllike dl dd.tel2 {
	margin-left: 110px;
	padding-top: 0;
}

/* story
**********************************/
#komachi.story .top_slide {
	position: relative;
	width: 100vw;
	height: 420px;
	overflow: hidden;
}
#komachi.story .top_slide .slick-track {
	height: 420px;
}
#komachi.story .top_slide .slick-slide {
	position: relative;
	width: 100vw !important;
	height: 100%;
	overflow: hidden;
}
#komachi.story .top_slide .slick-slide img {
	width: 100%;
	max-width: inherit;
	min-width: 1600px;
	height: 100%;
}
#komachi.story .top_slide.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
#komachi.story .top_slide .slick-dots {
	position: absolute;
    bottom: 25px;
    padding-left: 15px;
}
#komachi.story .top_slide .slick-dots li {
    display: inline-block;
}
#komachi.story .top_slide .slick-dots button {
    background-color: inherit;
    border: 1px solid #e71a19;
    border-radius: 5px;
    cursor: pointer;
    height: 10px;
    line-height: 1;
    padding: 0;
    width: 10px;
    vertical-align: middle;
    text-indent: -9999px;
}
#komachi.story .top_slide .slick-dots .slick-active button {background-color: #e71a19;}

#komachi.story #head_container {
	position: relative;
}
#komachi.story #head_container .inner {
	position: absolute;
	top: 0;
	width: 1000px;
	height: 350px;
	left:  -webkit-calc(50vw - 500px);
	left:  calc(50vw - 500px);
	z-index: 100;
}
#komachi.story #head_container .inner .copy {
	position: absolute;
	top: 20px;
	right: 0;
	width: 480px;
	height: 300px;
	padding: 40px;
	background-color: rgba(255, 255, 255, .9);
}
#komachi.story #head_container .inner .copy .mincho {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#komachi.story #head_container .inner p.btm {
	position: absolute;
	bottom: -87px;
	width: 100%;
	text-align: center;
}
#komachi.story #head_container .mincho.sp {
	display: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1599px) {
	#komachi.story .top_slide .slick-slide img {
		position: absolute;
		display: inline-block;
		width: 100%;
		min-width: 1600px;
		left:  -webkit-calc(50vw - 800px);
		left:  calc(50vw - 800px);
	}
}
@media only screen and (min-width: 1600px) {
	#komachi.story .top_slide .slick-slide img {
		min-width: inherit;
		height: auto;
	}
}

#komachi.story .index_box {
	width: 1000px;
	margin-bottom: 50px;
}
#komachi.story .index_box:first-child {
	margin-top: 80px;
}
#komachi.story .index_box .image {
	margin-right: 40px;
}
#komachi.story .index_box .column {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#komachi.story .index_box .column .num {
	width: 90px;
	margin-right: 40px;
	font-size: 1.4rem;
	line-height: 3.2rem;
	color: #fff;
}
#komachi.story .index_box .column .num a {
	color: #fff;
}
#komachi.story .index_box .column .txt {
	width: 640px;
}
#komachi.story .index_box .column .txt .job .name {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#komachi.story .index_box .column .txt .job {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 1.4rem;
	border-bottom: 1px solid #ccc;
}
#komachi.story .index_box .column .txt .job.btm {
	border-bottom: none;
}
#komachi.story .index_box .column .txt .job strong {
	font-size: 2.4rem;
}
#komachi.story .index_box .column .txt h2 {
	font-size: 2.1rem;
}
#komachi.story .index_box .column .txt h2 a {
	color: #e61a18;
}
#komachi.story .index_box .column .txt .engineer {
	margin-top: 5px;
	font-size: 1.6rem;
}
#komachi.story .index_box .column .txt .engineer .name {
	font-size: 1.8rem;
}
#komachi.story #article_head {
	background-color: #fae7e7;
}
#komachi.story #article_head .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	-webkit-align-items: center;
	align-items: center;
}
#komachi.story #article_head .inner .title {
	margin-right: 60px;
}
#komachi.story #article_head .inner .txt p strong {
	margin-bottom: 10px;
	font-size: 2.1rem;
}
#komachi.story .kmc_container .head_box .txt_box {
	margin-left: 50px;
}
#komachi.story .kmc_container .head_box .txt_box .num {
	font-size: 2.1rem;
	line-height: 5.0rem;
	color: #fff;
	padding: 0 50px;
}
#komachi.story .kmc_container .head_box .txt_box h1 {
	font-size: 2.6rem;
}
#komachi.story .kmc_container .head_box .txt_box .name span {
	font-size: 2.4rem;
	font-weight: bold;
}
#komachi.story .kmc_container .head_box .txt_box .company {
	font-size: 1.8rem;
}
#komachi.story .kmc_container .head_box .txt_box .job {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 1.6rem;
	border-top: 1px solid #ccc;
}
#komachi.story .kmc_container .head_box .txt_box .job .name {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#komachi.story .kmc_container .head_box .txt_box .job strong {
	font-size: 2.1rem;
}
#komachi.story .index_box .column .txt .job strong {
	font-size: 2.4rem;
}
#komachi.story .kmc_container h2.head {
	font-size: 2.1rem;
}
#komachi.story .kmc_container p.lh20 {
	line-height: 2;
}
#komachi.story .kmc_container .flex_box .box {
	margin-right: 60px;
}
#komachi.story .kmc_container .next {
	padding-top: 20px;
	font-size: 1.8rem;
	border-top: 1px solid #ccc;
}
#komachi.story .kmc_container .next span {
	font-size: 2.4rem;
}
#komachi.story .kmc_container .ex_link {
	margin-top: 30px;
}
#komachi.story .kmc_container .ex_link h2 {
	font-size: 2.0rem;
	font-weight: bold;
}
#komachi.story .kmc_container .ex_link .inner {
	margin-top: 5px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #cbcccb;
}
#komachi.story .kmc_container .ex_link .inner span {
	margin-right: 30px;
}


/* tips
**********************************/
#komachi.tips #main_headbg .inner {
	background: url(../images/tips/head_ptn.png);
}
@media (min-width: 1599px) {
	#komachi.tips #main_headbg .inner {
		-webkit-background-size: auto !important;
		background-size: auto !important;
	}
}
#komachi.tips #main_headbg .inner h1 {
    padding-top: 37px;
}
#komachi.tips #main_headbg .inner p {
    margin: 10px auto 0 auto;
    padding: 12px;
    width: 518px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}
#komachi.tips .tag_group {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #F6D3A0;
}
#komachi.tips .tag_group .row {
    padding: 5px;
}
#komachi.tips .tag_group .row .ctgr {
    position: relative;
    width: 144px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
}
#komachi.tips .tag_group .row .ctgr::after {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #CD0318;
}
#komachi.tips .tag_group .row ul {
    margin-left: 20px;
    width: -webkit-calc(100% - 164px);
    width: calc(100% - 164px);
}
#komachi.tips ul.taglist li {
    margin-bottom: 5px;
    padding: 0 10px 0 2px;
}
#komachi.tips .tag {
    position: relative;
    height: 32px;
    margin: 0 16px 0 30px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
}
#komachi.tips ul.taglist li.tag.active {
    color: #CE0218;
}
#komachi.tips .tag_group .row .tag {
    cursor: pointer;
}
#komachi.tips .tag::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: -30px;
    width: 30px;
    height: 32px;
}
#komachi.tips .tag::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: -6px;
    width: 6px;
    height: 32px;
}
#komachi.tips .tag.tag1 {background: url(../images/tips/tab1_2.png) repeat-x;}
#komachi.tips .tag.tag1::before {background: url(../images/tips/tab1_1.png) no-repeat;}
#komachi.tips .tag.tag1::after {background: url(../images/tips/tab1_3.png) no-repeat;}
#komachi.tips .tag.tag2 {background: url(../images/tips/tab2_2.png) repeat-x;}
#komachi.tips .tag.tag2::before {background: url(../images/tips/tab2_1.png) no-repeat;}
#komachi.tips .tag.tag2::after {background: url(../images/tips/tab2_3.png) no-repeat;}
#komachi.tips .tag.tag3 {background: url(../images/tips/tab3_2.png) repeat-x;}
#komachi.tips .tag.tag3::before {background: url(../images/tips/tab3_1.png) no-repeat;}
#komachi.tips .tag.tag3::after {background: url(../images/tips/tab3_3.png) no-repeat;}
#komachi.tips .tag.tag1.active::before {background: url(../images/tips/tab1_1_atv.png) no-repeat;}
#komachi.tips .tag.tag2.active::before {background: url(../images/tips/tab2_1_atv.png) no-repeat;}
#komachi.tips .tag.tag3.active::before {background: url(../images/tips/tab3_1_atv.png) no-repeat;}

#komachi.tips .tag_group p button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.4rem;
    box-shadow: 2px 2px 1px -1px #c0c0c0;
}
#komachi.tips .tag_group .preload {
    width: 0;
    height: 0;
    overflow: hidden;
}

#komachi.tips .infobox {
    position: relative;
    margin-top: 50px;
}
#komachi.tips .infobox.fadeIn {
  opacity: 0;
  transition: 1s;
}
#komachi.tips .infobox.fadeIn.is-show,
#komachi.tips .infobox.is-show {
  opacity: 1 !important;
}
#komachi.tips .infobox.info_l .baloon {
    /*position: absolute;
    display: block;
    content: '';
    top: 50px;
    right: 10px;
    width: 119px;
    height: 121px;
    background: url(../images/tips/icon_r.png) no-repeat;*/
    display: none;
}
#komachi.tips .infobox .baloon.on {
  animation: move-y .3s 2 alternate ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
#komachi.tips .infobox.info_r {
	width: fit-content;
	margin-left: auto;
}
#komachi.tips .infobox.info_r .baloon {
    /*position: absolute;
    display: block;
    content: '';
    top: 50px;
    left: 10px;
    width: 119px;
    height: 121px;
    background: url(../images/tips/icon_l.png) no-repeat;*/
    display: none;
}
#komachi.tips .infobox .inner {
    position: relative;
    width: 878px;
    padding: 20px;
    background: url(../images/tips/tips_info_ptn.png);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px -6px #606060;
}
#komachi.tips .infobox .inner .info {
    margin-top: 20px;
}
#komachi.tips .infobox .inner .info .image {
    position: relative;
    width: 280px;
    /*padding: 10px;
    background-color: #fff;*/
    align-self: flex-start;
}
#komachi.tips .infobox .inner .info .image.small {
    position: relative;
    width: 200px;
    /*padding: 10px;
    background-color: #fff;*/
    align-self: flex-start;
}
#komachi.tips .infobox .inner .info .image img {
    border: 10px solid #fff;
}
#komachi.tips .infobox .inner .info .txt .image {
    position: relative;
    display: block;
    width: 140px;
    padding: 5px;
    background-color: #fff;
}
#komachi.tips .infobox .inner .info .txt p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
}
#komachi.tips .infobox .inner .info .txt p .image {
    margin-top: 15px;
}
#komachi.tips .infobox .inner .info .txt .image.small img {
    border: none;
}
#komachi.tips .infobox .inner .info .image::after,
#komachi.tips .infobox .inner .info .image_l::after,
#komachi.tips .infobox .inner .info .image_s::after {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/tips/icon_zoom.png) no-repeat;
}
#komachi.tips .infobox .inner .info .image2 .image_l {
    position: relative;
    display: block;
    width: 280px;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    align-self: flex-start;
}
#komachi.tips .infobox .inner .info .image2 .image_s {
    position: relative;
    display: block;
    margin-top: 15px;
    width: 140px;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
}
#komachi.tips .infobox .inner .info img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
#komachi.tips .infobox .inner .info .image2 {
    width: 280px;
    flex-direction: column;
}
#komachi.tips .infobox .inner .info .txt {
    width: 524px;
    margin-left: auto;
}
#komachi.tips .infobox .inner .info .txt h3 {
    margin-bottom: 10px;
    font-size: 2.1rem;
    border-bottom: 2px solid #e71a19;
}
#komachi.tips .infobox .inner .info .txt h3 .num {
    display: inline-block;
    margin-right: 4px;
    padding: 4px 8px;
    background-color: #e71a19;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}
#komachi.tips .infobox .inner .info .txt.column .image {
    margin-top: auto;
}
#komachi.tips .infobox .inner .info .txt.column p {
    padding-bottom: 15px;
}
/*#komachi.tips .infobox .inner .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
}*/
#komachi.tips .pdf_print a {
    padding: 5px 16px;
    color: #fff;
    line-height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
#komachi.tips .btm_btn a {
    padding: 0 25px;
    color: #fff;
    line-height: 34px;
}

#komachi.tips #overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	background-color: rgba(0, 0, 0, .75);
}
#komachi.tips #overlay .close_nav {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: url(../images/tips/icon_close.svg) no-repeat;
	-webkit-background-size: 44px;
	background-size: 44px;
}
#komachi.tips #overlay .bigimg {
	display: flex;
    height: 100vh;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#komachi.tips #overlay .bigimg img {
    max-width: 90vw;
    max-height: 90vh;
	/*border: 10px solid #fff;*/
}
.ie #komachi.tips #main_headbg .inner,
.edge #komachi.tips #main_headbg .inner {
    -webkit-background-size: auto !important;
    background-size: auto !important;
}

/* channel
**********************************/
.channel #main_headbg .inner {
	background: url(../channel/images/head_bg.jpg) no-repeat center ;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 282px;
}
@media (min-width: 1599px) {
	#komachi.channel #main_headbg .inner {
		-webkit-background-size: auto 100% !important;
		background-size: auto 100% !important;
	}
}
.channel .index_list .box {
	position: relative;
	width: 300px;
	margin-bottom: 30px;
	border: 1px solid #d8d8d8;
    background-color: #fff;
}
.channel .index_list .box.is-empty {
	height: 0;
	border: none;
	display: none;
}
.channel .index_list .box img {
	cursor: pointer;
	transition: 0.4s;
}
.channel .index_list .box .txt_box {
	padding: 12px;
}
.channel .index_list .box .txt_box a.title {
	margin: 3px 0;
	padding: 5px 0 3px 0;
	font-weight: bold;
	line-height: 1.4;
	transition: 0.4s;
}
.channel .index_list .box .txt_box p {
	font-size: 1.2rem;
}
.channel .index_list .box .txt_box .btn {
	position: relative;
	margin-top: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.4rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 0.4s;
}
.channel .index_list .box .txt_box .btn:after {
	position: absolute;
	display: block;
	content: '';
	top: 6px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}
.channel .index_list .box img:hover,
.channel .index_list .box .txt_box a:hover,
.channel .index_list .box .txt_box .btn:hover {
	opacity: 0.5;
}
.channel.article .main .image {
    width: 50%;
}
.channel.article .main .image img {
    width: 100%;
    height: auto;
}
.channel.article .main .info {
    width: 45%;
    margin-left: auto;
}
.channel.article .main .info h2 {
    font-size: 3.0rem;
}
.channel.article .main .info h3 {
    font-size: 2.0rem;
    margin-top: 10px;
}
.channel.article .main .info .name {
    margin-top: 10px;
}
.channel.article .main .info .name span {
    font-size: 2.4rem;
}
.channel.article .main .info .prof {
    margin-top: 10px;
}
.channel.article .index_list .box .txt_box .title {
    cursor: pointer;
}
.channel.article #overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	background-color: rgba(0, 0, 0, .75);
}
.channel.article #overlay .close_nav {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: url(../images/tips/icon_close.svg) no-repeat;
	-webkit-background-size: 44px;
	background-size: 44px;
}
.channel.article #overlay .movie {
	display: flex;
    height: 100vh;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.channel.article #overlay .movie iframe {
	/*border: 10px solid #fff;*/
}


@media only screen and (max-width: 999px) {			/* --------- Responsive Portrait --------- */

	.sp .origin,
	.tablet .origin {
		display: none;
	}
	.kmc_container {
		margin: 0;
		width: 100%;
	}

	body.sp #komachi a.arr {
		display: inline;
		background: url(../images/common/sp_arrow.png) 0 center no-repeat;
		-webkit-background-size: 6px;
		background-size: 6px;
	}
	.sp_nb {
		display: none;
	}
	.sp .sp_vsbl {
		display: inline-block;
	}
	.sp_p3,
	.sp .p_ew {
		padding: 0 3%;
	}
	.sp_blc {
		display: block;
	}

	/* header
	**********************************/
	.sp #kmc_header,
	.tablet #kmc_header {
		position: relative;
		height: 81px;
		border-top: 3px solid #e71a19;
	}
	.sp #kmc_h1,
	.tablet #kmc_h1 {
		position: relative;
		margin: 0px auto;
		padding-top: 10px;
		width: 188px;
		height: inherit;
		float: none;
	}
	.sp #kmc_h1 a,
	.tablet #kmc_h1 a {
		display: block;
		width: 188px;
		height: 58px;
		text-indent: -9999px;
		background: url(../images/common/sp_headlogo.png) center no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.sp #kmc_gnav,
	.tablet #kmc_gnav {
		float: none;
		margin: 0px;
		position: fixed;
		right: -70%;
		top: 0;
		font-size: 1.4rem;
		padding: 60px 0;
		width: 70%;
		height: 100vh;
		overflow: auto;
		background-color: rgba(231,26,25,0.8);
		z-index: 1000;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: -webkit-transform 0.7s;
		-moz-transition: -moz-transform 0.7s;
		transition: transform 0.7s;
		-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
		-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
		transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	}
	.sp #kmc_gnav.menu-is-open,
	.tablet #kmc_gnav.menu-is-open {
	  -webkit-transform: translateX(-100%);
	  -moz-transform: translateX(-100%);
	  -ms-transform: translateX(-100%);
	  -o-transform: translateX(-100%);
	  transform: translateX(-100%);
	  -webkit-transition: -webkit-transform 0.5s;
	  -moz-transition: -moz-transform 0.5s;
	  transition: transform 0.5s;
	  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	}
	.sp #kmc_gnav li.ctgr,
	.tablet #kmc_gnav li.ctgr {
		float: none;
		padding: 0;
		background: none;
		border-top: 2px solid #f29598;
	}
	.sp #kmc_gnav li.ctgr:last-child,
	.tablet #kmc_gnav li.ctgr:last-child {
		border-bottom: 2px solid #f29598;
	}
	.sp #kmc_gnav li.ctgr span,
	.tablet #kmc_gnav li.ctgr span {
		display: none;
	}
	.sp #kmc_gnav li.ctgr ul,
	.tablet #kmc_gnav li.ctgr ul {
		display: block;
		position: relative;
		margin-left: 0 !important;
		padding: 0;
		height: inherit;
		/*background-color: #fff;*/
		background-color: inherit;
		-moz-box-shadow: none;
		box-shadow: none;
		z-index: 1000;
	}
	.sp #kmc_gnav li#kmc_gnav_1 ul,
	.sp #kmc_gnav li#kmc_gnav_2 ul,
	.sp #kmc_gnav li#kmc_gnav_3 ul,
	.sp #kmc_gnav li#kmc_gnav_4 ul,
	.tablet #kmc_gnav li#kmc_gnav_1 ul,
	.tablet #kmc_gnav li#kmc_gnav_2 ul,
	.tablet #kmc_gnav li#kmc_gnav_3 ul,
	.tablet #kmc_gnav li#kmc_gnav_4 ul {
		background-image: none;
	}
	.sp .smp_topnav,
	.sp #kmc_gnav li.ctgr ul li.page,
	.tablet .smp_topnav,
	.tablet #kmc_gnav li.ctgr ul li.page {
		margin-left: 0px;
		border-top: 1px solid #f29598;
	}
	.sp .smp_nav,
	.sp .smp_topnav,
	.tablet .smp_nav,
	.tablet .smp_topnav {
		display: block;
	}
	.sp .smp_topnav,
	.tablet .smp_topnav {
		display: block;
		border-top: 2px solid #f29598;
	}
	.sp .smp_topnav a,
	.sp #kmc_gnav li.ctgr ul li.page a,
	.tablet .smp_topnav a,
	.tablet #kmc_gnav li.ctgr ul li.page a {
		display: block;
		padding-left: 10px;
		line-height: 3.6rem;
		background: none;
		font-size: 1.4rem;
		white-space: nowrap;
		color: #fff;
	}
	.sp .smp_nav,
	.tablet .smp_nav {
	  position: fixed;
	  display: block;
	  top: 10px;
	  right: 10px;
	  width: 40px;
	  height: 40px;
	  background: #222;
	  border-radius: 20px;
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	  z-index: 2000;
	  cursor: pointer;
	}
	.smp_nav span {
	  position: absolute;
	  display: block;
	  width: 20px;
	  height: 2px;
	  background: #FFF;
	  top: 50%;
	  margin-top: -1px;
	  left: 50%;
	  margin-left: -10px;
	  -webkit-transition: background 0.3s;
	  -moz-transition: background 0.3s;
	  transition: background 0.3s;
	}
	.smp_nav span::before, .smp_nav span::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  background: inherit;
	  width: 100%;
	  height: 100%;
	  -webkit-transform: translateZ(0);
	  -moz-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  -o-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-transition: -webkit-transform 0.3s, background 0s;
	  -moz-transition: -moz-transform 0.3s, background 0s;
	  transition: transform 0.3s, background 0s;
	}
	.smp_nav span::before {
	  top: -6px;
	  -webkit-transform: rotate(0);
	  -moz-transform: rotate(0);
	  -ms-transform: rotate(0);
	  -o-transform: rotate(0);
	  transform: rotate(0);
	}
	.smp_nav span::after {
	  bottom: -6px;
	  -webkit-transform: rotate(0);
	  -moz-transform: rotate(0);
	  -ms-transform: rotate(0);
	  -o-transform: rotate(0);
	  transform: rotate(0);
	}
	.smp_nav.menu-is-open {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
	}
	.smp_nav.menu-is-open span {
	  background: transparent;
	}
	.smp_nav.menu-is-open span::before,.smp_nav.menu-is-open span::after {
	  background: #FFF;
	}
	.sp .smp_nav.menu-is-open span::before,
	.sp .smp_nav.menu-is-open span::before {
	  top: 0;
	  transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	}
	.sp .smp_nav.menu-is-open span::after,
	.sp .smp_nav.menu-is-open span::after {
	  bottom: 0;
	  transform: rotate(225deg);
	  -webkit-transform: rotate(225deg);
	  -moz-transform: rotate(225deg);
	  -ms-transform: rotate(225deg);
	  -o-transform: rotate(225deg);
	}

	/* content
	**********************************/
	#kmc_content {
		min-height: inherit;
		border-top: 1px solid #e71a19;
	}
	body.sp #komachi .pdf_download,
	body.tablet #komachi .pdf_download {
		display: none;
	}
	#main_headbg {
		position: relative;
		text-align: center;
	}
	#main_headbg .inner {
		height: 210px;
		-webkit-background-size: cover !important;
		background-size: cover !important;
	}
	#kmc_content .head_bg {
		padding: 6px 3%;
		line-height: 2.2rem;
		font-size: 1.8rem;
	}
	#kmc_content .head_bg_1 {
		padding: 6px 3%;
		line-height: 2.2rem;
		font-size: 1.8rem;
	}
	#kmc_content .head_line {
		padding: 5px 3%;
		border-left: 4px solid #e71a19;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 1.6rem;
		line-height: 2.0rem;
		background-color: #fefefb;
	}
	#kmc_content .head_line:after {
		display: none;
	}
	#kmc_content .sp_image img {
		width: 90%;
		height: auto;
	}

	/* footer
	**********************************/
	#kmc_footer {
		margin-top: 50px;
	}
	#kmc_footlogo {
		float: left;
		width: 42px;
		margin-left: 20px;
	}
	#kmc_footlogo img {
		width: 100%;
		height: auto;
	}
	#kmc_footer ul li.ctgr {
		float: none;
		margin-left: 38px;
		margin-bottom: 20px;
	}
	.tablet #kmc_footer ul li.ctgr {
		float: left;
		margin-left: 38px;
		margin-bottom: 20px;
		width: 36%;
	}
	#kmc_footer ul li.ctgr strong {
		display: block;
		padding-bottom: 10px;
		font-size: 1.6rem;
	}
	#kmc_footer ul li.ctgr a {
		display: block;
		padding-left: 10px;
		line-height: 24px;
		background: url(../images/common/sp_arrow.png) 0 center no-repeat;
		-webkit-background-size: 6px;
		background-size: 6px;
		font-size: 1.4rem;
	}
	#kmc_footer .sp_vsbl {
		display: block;
		margin-top: 20px;
		padding: 10px 0;
		background-color: #323332;
		font-size: 1.1rem;
		text-align: center;
		color: #fff;
	}
	#page_top {
		display: none;
	}

	/* toppage
	**********************************/
	.sp #komachi.toppage .top_slide,
	.tablet #komachi.toppage .top_slide {
		margin: 0;
		width: 100vw !important;
		height: -webkit-calc(42.2vw + 30px);
		height:  calc(42.2vw + 30px);
		border-top: 1px solid #e71a19;
	}
	.sp #komachi.toppage .top_slide .slick-slide,
	.tablet #komachi.toppage .top_slide .slick-slide {
		float: left;
		margin: 0 !important;
		width: 100vw !important;
		/*height: 100vw;*/
		border-bottom: 1px solid #e71a19;
	}
	.sp #komachi.toppage .top_slide .slick-slide img,
	.tablet #komachi.toppage .top_slide .slick-slide img {
		width: 100vw;
		height: auto;
	}
	.sp #komachi.toppage .top_slide .slick-dots,
	.tablet #komachi.toppage .top_slide .slick-dots {
	    bottom: 0px;
	}

	#komachi.toppage #top_news {
		padding: 10px 3% 20px 3%;
	}
	#komachi.toppage #top_news .list {
		float: none;
		margin-top: 9px;
		width: 100%;
	}
	#komachi.toppage #top_news .list h2 {
		font-size: 1.6rem !important;
	}
	#komachi.toppage #top_news .list h2 span {
		font-size: 2.0rem !important;
	}
	#komachi.toppage #top_news .list .link {
		margin-top: 0px;
	}
	#komachi.toppage #top_news .list dl dd {
		margin-left: 97px;
		font-size: 1.4rem;
	}
	#komachi.toppage #top_news .list dl dd a {
		line-height: 2.0rem;
	}
	#komachi.toppage #top_news .pickup {
		float: none;
		margin-top: 15px;
		width: 100%;
	}
	#komachi.toppage #top_news .pickup h3 {
		position: absolute;
		padding: 0 5px;
		background-color: #e71a19;
		font-size: 1.2rem;
		line-height: 1.8rem;
		color: #fff;
		z-index: 200;
	}
	#komachi.toppage #top_news .pickup .image {
		margin-top: 0px;
		text-align: center;
	}
	#komachi.toppage #top_news .pickup .image img {
		width: 100%;
		height: auto;
	}
	#komachi.toppage #fb_list {
		margin-top: 40px;
		padding: 0 3%;
	}
	#komachi.toppage #fb_list h2 img {
		width: 270px;
		height: auto;
	}
	#komachi.toppage #insta_list h2 img {
		width: auto;
		height: 22px;
	}
    #komachi.toppage #ch_list h2 img {
		width: auto;
		height: 22px;
	}
	#komachi.toppage #fb_list p {
		float: none;
		margin-right: 0px;
		padding-bottom: 5px;
		width: 100%;
		border-bottom: 5px solid #fefcf3;
		overflow: hidden;
	}
	#komachi.toppage #fb_list p:last-child {
		margin-right: 0;
	}
	#komachi.toppage #fb_list p .date {
		padding: 0 10px;
		top: 5px;
		left: 35%;
		right: inherit;
	}
	#komachi.toppage #fb_list p a.image {
		float: left;
		padding: 5px;
		width: 35%;
		height: inherit;
		max-width: 232px;
	}
	#komachi.toppage #fb_list p a.image img {
		width: 100%;
		height: auto;
	}
	#komachi.toppage #fb_list p .copy {
		display: block;
		margin: 26px 0 12px 35%;
		padding: 0 10px;
		height: 5.4rem;
		line-height: 1.8rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	#komachi.toppage #fb_list p a.arr {
		line-height: 1;
	}
	#komachi.toppage #komachi_nav {
		margin-top: 40px;
	}
	#komachi.toppage #komachi_nav h2 {
		padding-bottom: 30px;
		text-align: center;
	}
	#komachi.toppage #komachi_nav h2 img {
		width: 120px;
		height: auto;
	}
	#komachi.toppage #komachi_nav div {
		float: none !important;
		margin-bottom: 20px;
		width: 100%;
	}
	#komachi.toppage #komachi_nav div img {
		width: 100%;
		height: auto;
	}
	#komachi.toppage #komachi_nav div h3 {
		position: relative;
		margin: -4.0rem auto 0 auto;
		width: 24.3rem;
		height: 4.0rem;
		font-size: 2.4rem;
	}
	#komachi.toppage #komachi_nav div p a {
		display: inline-block;
		white-space: nowrap;
	}
	#komachi.toppage #komachi_bnr {
		margin-top: 40px;
	}
	#komachi.toppage #komachi_bnr p {
		float: none;
		margin-bottom: 10px;
		width: inherit;
		text-align: center !important;
	}
	#komachi.toppage #komachi_bnr p.pt27 {
		padding-top: 0px;
	}
	#komachi.toppage #komachi_bnr p.soudan {
		margin: 10px auto;
		width: 94%;
	}
	#komachi.toppage #komachi_bnr p.soudan img {
		width: 100%;
		height: auto;
	}
	#komachi.toppage #komachi_bnr p a+a {
		margin-top: 10px;
	}


	/* overview
	**********************************/
	#komachi.overview #main_head {
		border-right: none;
	}
	#komachi.overview #main_head h1 {
		display: inline-block;
		margin-left: 3%;
		padding: 0 16px;
		text-align: center;
	}
	#komachi.overview #main_head h2 {
		padding: 0 3%;
	}
	#komachi.overview #main_head h2 img {
		width: 76%;
		max-width: 420px;
		height: auto;
	}
	#komachi.overview #main_head h2 + p {
		padding: 0 3%;
		width: 76%;
		max-width: 420px;
	}
	#komachi.overview #main_head h2 + p img {
		width: 100%;
		height: auto;
	}
	#komachi.overview #main_head p.mincho {
		padding: 0 3%;
		width: 76%;
		font-size: 1.6rem;
	}
	#komachi.overview #diversity {
		height: 26vw;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#komachi.overview .kmc_container {
		position: relative;
	}
	#komachi.overview #komachi_all {
		position: absolute;
		width: 24%;
		height: 400vw;
		top: 60px;
		right: 10px;
	}
	#komachi.overview #komachi_all img {
		width: 100%;
		height: auto;
	}
	#komachi.overview #main_body .body_h3 {
		padding: 6px 3%;
		width: 100%;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	#komachi.overview #main_body p.w655 {
		padding: 0 3%;
		width: 100%;
	}
	#komachi.overview #main_body p.w655 img {
		width: 100%;
		max-width: 420px;
		height: auto;
	}
	#komachi.overview #main_body .body_h4 {
		padding: 5px 3%;
		border-left: 4px solid #e71a19;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 1.6rem;
		line-height: 2.0rem;
		background-color: #fefefb;
	}
	#komachi.overview #main_body .body_h4:after {
		display: none;
	}
	#komachi.overview #main_body .helmet {
		background: none;
	}


	/* team
	**********************************/
	#komachi.team #main_headbg .inner h1,
	#komachi.team_doboku #main_headbg .inner h1,
	#komachi.team_kenchiku #main_headbg .inner h1,
	#komachi.team_list #main_headbg .inner h1 {
		padding-top: 138px;
	}
	#komachi.team #main_headbg .inner h1 img {
		width: 253px;
		height: auto;
	}
	#komachi.team #main_headbg p {
		margin-top: -12px;
	}
	#komachi.team #main_headbg p img {
		width: 267px;
		height: auto;
	}
	#komachi.team .index_nav {
		margin-bottom: 40px;
	}
	#komachi.team .index_nav li {
		height: 140px;
		border-top: 2px solid #e71a19;
	}
	#komachi.team .index_nav li a {
		display: block;
		line-height: 140px;
		font-size: 2.0rem;
	}
	#komachi.team .index_nav li a span {
		display: inline-block;
		text-align: center;
		width: 20%;
		background-color: rgba(255, 255, 255, .75);
	}
	#komachi.team .index_nav li:first-child,
	#komachi.team .index_nav li:last-child {
		-webkit-background-size: cover;
		background-size: cover;
	}
	#komachi.team .step {
		margin: 10px 5%;
	}
	#komachi.team .step dt {
		width: 4em;
	}
	#komachi.team .step dd {
		margin-left: 4em;
	}
	#komachi.team .doc_list li {
		margin-bottom: 10px;
	}
	#komachi.team .ichiran_link {
		margin: 0px auto 40px auto;
		padding: 10px 0;
		width: 94%;
		font-size: 1.4rem;
	}
	#komachi.team_doboku #main_headbg .inner h1 img,
	#komachi.team_kenchiku #main_headbg .inner h1 img {
		width: 117px;
		height: auto;
	}
    #komachi.team_list #main_headbg .inner h1 img {
		width: auto;
		height: 51px;
	}
	#komachi.team_doboku .team_index,
	#komachi.team_kenchiku .team_index {
		margin: 40px auto;
		width: 94%;
	}
	#komachi.team_doboku .team_index li,
	#komachi.team_kenchiku .team_index li {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		background-color: #fff;
		overflow: hidden;
	}
	#komachi.team_doboku .team_index li img,
	#komachi.team_kenchiku .team_index li img {
		display: block;
		float: left;
		width: 32%;
		height: auto;
		max-width: 300px;
	}
	#komachi.team_doboku .team_index li .num,
	#komachi.team_kenchiku .team_index li .num {
		display: inline-block;
		float: left;
		margin: 10px 0 0 10px;
		padding: 0 4px;
		font-size: 1.2rem;
		line-height: 1.8rem;
		background-color: #e71a19;
		color: #fff;
	}
	#komachi.team_doboku .team_index li .pdflink,
	#komachi.team_kenchiku .team_index li .pdflink {
		display: inline-block;
		float: right;
		margin: 7px 15px 0 0;
		font-size: 1.2rem;
	}
	#komachi.team_doboku .team_index li h2,
	#komachi.team_kenchiku .team_index li h2 {
		margin-top: 0;
		margin-left: -webkit-calc(32% + 10px);
		margin-left: calc(32% + 10px);
		padding: 10px 15px 0 0;
		border-left: none;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.8rem;
		clear: right;
	}
	#komachi.team_doboku .team_index li .company,
	#komachi.team_kenchiku .team_index li .company {
		padding: 3px 0px;
		margin-left: -webkit-calc(32% + 10px);
		margin-left: calc(32% + 10px);
	}
	#komachi.team_doboku .team_index li .copy,
	#komachi.team_kenchiku .team_index li .copy {
		padding: 10px 20px 20px 20px;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	.tablet #komachi.team_doboku .team_index li .copy,
	.tablet #komachi.team_kenchiku .team_index li .copy {
		padding-left: 0;
		margin-left: -webkit-calc(32% + 10px);
		margin-left: calc(32% + 10px);
	}

    #komachi.team #main_headbg .article_inner {
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    #komachi.team #main_headbg .article_inner .text {
        margin-left: 0px;
        margin-top: 20px;
        width: 90%;
        text-align: center;
    }
    #komachi.team #main_headbg .article_inner .text .title {
        font-size: 2.0rem;
    }
    #komachi.team #main_headbg .article_inner .text .number {
        font-size: 1.4rem;
    }
    #komachi.team #main_headbg .article_inner .text h1 {
        font-size: 3.0rem;
    }
    #komachi.team #main_headbg .article_inner .text .com {
        font-size: 1.4rem;
    }
    #komachi.team .feature {
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        border: 2px solid #000;
        background-color: #fff;
        -webkit-align-items: center;
        align-items: center;
    }
    #komachi.team .feature h2 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #komachi.team .profile {
        padding: 30px;
    }
    #komachi.team  .profile h3 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    #komachi.team  .profile h3 + h3 {
        margin-top: 20px;
    }
    #komachi.team .profile h3 span {
        width: 100%;
    }
    #komachi.team .profile div.flex {
        flex-direction: column;
    }
    #komachi.team .profile div.flex .copy {
        margin-left: 0px;
        margin-top: 20px;
    }
    #komachi.team .foot_text p {
        display: flex;
        line-height: 1.2;
    }
    #komachi.team .foot_text span {
        width: 80px;
    }

	#komachi.team_list .team_index {
		margin: 20px auto;
		width: 100%;
	}
	#komachi.team_list .team_index .box {
        display: flex;
        justify-content: space-between;
		flex-direction: row;
		margin: 0 25px 10px 25px;
        padding-bottom: 0;
		width: 100%;
	}
	#komachi.team_list .team_index .box a {
		width: 32%;
		height: auto;
		max-width: 300px;
	}
	#komachi.team_list .team_index .box div {
		width: 100%;
	}
	#komachi.team_list .team_index .box .img {
		width: 100%;
		max-width: 300px;
		height: initial;
	}
    #komachi.team_list .team_index .box .set {
        width: 65%;
		display: block;
		height: initial;
		padding-bottom: 20px;
		margin-left: 20px;
    }
	#komachi.team_list .team_index .box .num {
		margin: 10px 0 0 0;
		padding: 0 8px;
		font-size: 1.2rem;
		line-height: 1.8rem;
		background-color: #e71a19;
		color: #fff;
	}
	#komachi.team_list .team_index .box h2 {
		margin-top: 0;
		padding: 10px 15px 0 0;
		border-left: none;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.8rem;
	}
	#komachi.team_list .team_index .box .company {
		padding: 3px 0 0 18px;
	}
	#komachi.team_list .page_list {
		margin: 0 auto;
	}
    #komachi.team_list .page_list {
    width: 94%;;
    }
	#komachi.team_list .formbox {
		padding: 10px 0 0 10px;
	}
	#komachi.team_list .formbox .head {
		width: 17%;
	}
	#komachi.team_list .formbox .body {
		width: 87%;
	}
	#komachi.team_list .formbox input[type='number'].search-year {
		width: 84px;
	}

	/* feature
	**********************************/
	#komachi.feature #main_headbg .inner h1 {
		padding-top: 48px;
	}
	#komachi.feature #main_headbg .inner h1 img {
		width: 235px;
		height: auto;
	}
	#komachi.feature #main_headbg p {
		margin-top: -12px;
	}
	#komachi.feature #main_headbg p img {
		width: 273px;
		height: auto;
	}
	#komachi.feature #main_headbg .inner p.mincho {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		text-align: center;
		color: #fff;
	}
	#komachi.feature h2.mincho {
		margin-top: 30px;
		font-size: 2.0rem;
		letter-spacing: 0.3rem;
		text-align: center;
	}
	#komachi.feature h2.mincho:first-child {
		margin-top: 40px;
	}
	#komachi.feature .copy {
		margin-top: 20px;
		padding: 0px 3%;
		line-height: 2.2rem;
		text-align: left;
	}
	#komachi.feature .image {
		margin: 10px auto;
		padding: 0px;
		width: 94%;
		max-width: 600px;
	}
	#komachi.feature .image img {
		width: 100%;
		height: auto;
	}
	#komachi.feature .image.right,
	#komachi.feature .image.left {
		background: none;
	}
	#komachi.feature .image .mincho {
		bottom: 6px;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	#komachi.feature .image.right .mincho {
		padding: 0 8px 0 11px;
		right: 0px;
	}
	#komachi.feature .image.left .mincho {
		padding: 0 11px 0 8px;
		left: 0px;
	}

	/* careerpath
	**********************************/
	#komachi.careerpath #main_headbg .inner h1 {
		padding-top: 48px;
	}
	#komachi.careerpath #main_headbg .inner h1 img {
		width: 227px;
		height: auto;
	}
	#komachi.careerpath #main_headbg .inner p.mincho {
		margin-top: 20px;
		font-size: 1.1rem;
		line-height: 1.4rem;
		letter-spacing: -0.1rem;
		color: #fff;
	}
	.sp #komachi.careerpath #main_headbg p.copy {
		position: relative;
		text-indent: -9999px;
		top: inherit;
		left: inherit;
		margin: -8px auto 0 auto;
		padding-left: 0;
		width: 233px;
		height: 32px;
		background: url(../images/careerpath/head_copy_sp.png) no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.tablet #komachi.careerpath #main_headbg p.copy {
		position: absolute;
		text-indent: 0;
		top: 20px;
		right: 3%;
		left: inherit;
		margin: inherit;
		padding-left: inherit;
		width: 58px;
		height: 130px;
		background: none;
	}
	.tablet #komachi.careerpath #main_headbg p.copy img {
		width: 100%;
		height: auto;
	}
	/*#komachi.careerpath #main_headbg p.copy img {
		width: 58px;
		height: auto;
	}*/
	#komachi.careerpath h2.mincho {
		margin-top: 40px;
		font-size: 2.0rem;
		letter-spacing: 0.3rem;
		text-align: center;
	}
	#komachi.careerpath h2.mincho:first-child {
		margin-top: 40px;
	}
	#komachi.careerpath .kmc_container .copy {
		margin-top: 20px;
		padding: 0px 3%;
		line-height: 2.2rem;
		text-align: left;
	}
	#komachi.careerpath .image {
		margin: 10px auto;
		padding: 0px;
		width: 94%;
		max-width: 600px;
	}
	#komachi.careerpath .image img {
		width: 100%;
		height: auto;
	}

	/* field
	**********************************/
	#komachi.field #main_headbg .inner h1 {
		margin: 0 3%;
		padding-top: 48px;
		width: 94%;
		text-align: center;
	}
	#komachi.field #main_headbg .inner h1 img {
		width: 100%;
		max-width: 312px;
		height: auto;
	}
	#komachi.field #main_headbg p {
		margin-top: -12px;
	}
	#komachi.field #main_headbg p img {
		width: 273px;
		height: auto;
	}
	#komachi.field #main_headbg .inner p.mincho {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		text-align: center;
		color: #fff;
	}
	#komachi.field h2.mincho {
		margin-top: 30px;
	}
	#komachi.field .field_set {
		margin-top: 25px;
	}
	#komachi.field .field_set .image {
		position: absolute;
		top: -1.5rem;
		width: 12.2rem;
		height: 8.1rem;
	}
	#komachi.field .field_set .image img {
		width: 100%;
		height: auto;
	}
	/*#komachi.field .field_set.field2016,
	#komachi.field .field_set.field2015 {
		-webkit-background-size: 122px;
		background-size: 122px;
	}*/
	#komachi.field .field_set .year {
		margin-top: 0px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 22px;
	}
	#komachi.field .field_set .inner {
		padding: 10px 3%;
	}
	#komachi.field .field_set .inner .head {
		min-height: inherit;
	}
	#komachi.field .field_set .inner .ttl {
		width: 60%;
		font-size: 14px;
	}
	#komachi.field .field_set .inner .copy {
		margin: 20px 0;
		width: 100%;
		font-size: 13px;
		line-height: 20px;
	}
	.tablet #komachi.field .field_set .image {
		width: 24%;
		max-width: 300px;
		height: 0.16vw;
	}
	.tablet #komachi.field .field_set .inner .copy {
		margin: 20px 0;
		width: 70%;
	}
	#komachi.field .field_set .inner .tbl {
		margin-top: 10px;
	}
	#komachi.field .field_set .inner .tbl dl {
		overflow: hidden;
	}
	#komachi.field .field_set .inner .tbl dl dt,
	#komachi.field .field_set .inner .tbl dl dd {
		float: left;
		padding: 4px 10px;
	}
	#komachi.field .field_set .inner .tbl dl dt {
		width: 22%;
		font-size: 1.2rem;
		text-align: left;
	}
	#komachi.field .field_set .inner .tbl dl dd.pjt {
		width: 78%;
		font-size: 1.3rem;
	}
	#komachi.field .field_set .inner .tbl dl dd.pjt + dd {
		padding-top: 0;
		padding-left: -webkit-calc(22% + 10px);
		padding-left: calc(22% + 10px);
		font-size: 1.2rem;
	}
	#komachi.field_2nd #main_headbg .inner {
		height: 120px;
	}
	#komachi.field_2nd #main_headbg .inner h1 {
		padding-top: 32px;
	}
	#komachi.field_2nd #main_headbg .inner h1 img {
		width: 250px;
		height: auto;
	}
	#komachi.field_2nd h2.mincho {
		margin-top: 30px;
		font-size: 2.4rem;
		letter-spacing: 0.3rem;
		text-align: center;
	}
	#komachi.field_2nd h2.mincho:first-child {
		margin-top: 40px;
	}
	#komachi.field_2nd .copy {
		margin-top: 20px;
		padding: 0px 3%;
		line-height: 2.2rem;
		text-align: left;
	}
	#komachi.field_2nd .image {
		margin: 10px auto;
		padding: 0px;
		width: 94%;
		max-width: 600px;
	}
	#komachi.field_2nd .image img {
		width: 100%;
		height: auto;
	}
	#komachi.field_2nd .image + .image {
		margin-top: 10px;
	}
	#komachi.field_2nd .ace_link {
		margin: 20px auto;
		padding: 10px 0;
		width: 94%;
		font-size: 1.4rem;
	}
	#komachi.field .decimal {
		margin-left: 5%;
	}
	#komachi.field .field_dl dt {
		padding: 5px 10px;
	}
	#komachi.field .field_dl dd {
		float: none;
		padding: 10px;
	}
	#komachi.field .field_dl dd.desc {
		width: 100%;
		border-right: none;
	}
	#komachi.field .field_dl dd.btn {
		width: 100%;
		height: inherit;
		font-size: 1.4rem;
		padding-top: 0;
	}
	#komachi.field .field_dl dd.btn a {
		position: relative;
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		width: 80%;
	}
	#komachi.field .field_dl dd.btn .ex {
		position: relative;
		top: inherit;
		left: inherit;
		font-size: 1.2rem;
		color: #f33;
	}
	#komachi.field .field_dl dd.btn .close {
		position: relative;
		display: inline-block;
		top: inherit;
		left: inherit;
		text-align: center;
	}
	#komachi.field_2nd .gallery a {
		display: inline-block;
		margin: 0 2% 15px 0;
		width: 47%;
	}
	#komachi.field_2nd .gallery a img {
		width: 100% !important;
		height: auto;
	}
	#komachi.field_2nd .ace_container {
		margin-top: 30px;
		padding: 20px 0;
	}
	#komachi.field_2nd .ace_container .inner .image {
		float: none;
		width: 100%;
	}
	#komachi.field_2nd .ace_container .inner .copy {
		float: none;
		width: 100%;
	}
	#komachi.field_2nd .ace_container .inner .copy .ace_link {
		font-size: 1.6rem;
	}
	#komachi.field_2nd .field_table {
		width: 200px;
		margin: 0 auto;
	}
	#komachi.field_2nd .field_table img {
		width: 100%;
		height: auto;
	}

	/* sparkle
	**********************************/
	#komachi.sparkle #main_headbg .inner h1 {
		padding-top: 68px;
	}
	#komachi.sparkle #main_headbg .inner h1 img {
		width: 202px;
		height: auto;
	}
	#komachi.sparkle #main_headbg .inner p.mincho {
		margin-top: 20px;
		font-size: 1.1rem;
		line-height: 1.4rem;
	}
	#komachi.sparkle h2.mincho {
		margin-top: 40px;
		font-size: 2.0rem;
		letter-spacing: 0.3rem;
		text-align: center;
	}
	#komachi.sparkle .kmc_container .copy {
		margin-top: 20px;
		padding: 0px 3%;
		line-height: 2.2rem;
		text-align: left;
	}
	#komachi.sparkle .list {
		margin: 20px 3%;
	}
	.sp #komachi.sparkle .list li {
		position: relative;
		float: left;
		width: 49%;
		max-width: 200px;
		height: 90vw;
		max-height: 340px;
		margin: 0;
		margin-bottom: 2vw;
	}
	.sp #komachi.sparkle .list li:nth-child(2n) {
		float: right;
	}
	.tablet #komachi.sparkle .list {
		margin: 20px auto;
		width: 640px;
	}
	.tablet #komachi.sparkle .list li {
		position: relative;
		float: left;
		margin-right: 20px;
		width: 200px;
		height: 340px;
		margin-bottom: 20px;
	}
	.tablet #komachi.sparkle .list li:nth-child(2n) {
		float: left;
	}
	.tablet #komachi.sparkle .list li:nth-child(3n) {
		margin-right: 0px;
	}
	#komachi.sparkle .list li .image img {
		width: 100%;
		height: auto;
	}
	#komachi.sparkle .list li .inner {
		padding: 12px 0;
	}
	#komachi.sparkle .list li h2 {
		padding: 0 8px;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	#komachi.sparkle .list li .name {
		margin: 10px 20px 0 6px;
		padding-left: 18px;
		line-height: 1.8rem;
	}
	#komachi.sparkle .list li .comp {
		margin: 5px 20px 0 6px;
		padding-left: 18px;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	#komachi.sparkle .list a.noIcon {
		position: absolute;
		display: block;
		width: 28px;
		height: 28px;
		bottom: 0;
		right: 0;
		background: url(../images/sparkle/corner.png) right bottom no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#komachi.sparkle .list a.noIcon img {
		width:80%;
		height: auto;
	}

	/* news
	**********************************/
	#komachi.news #main_headbg .inner {
		height: 80px;
	}
	#komachi.news #main_headbg .inner h1 {
		padding-top: 28px;
	}
	#komachi.news #main_headbg .inner h1 img {
		width: auto;
		height: 22px;
	}
	#komachi.news h2.mincho:first-child {
		margin-top: 30px;
		padding: 0 3%;
	}
	#komachi.news .index_list {
		padding: 0 3%;
		border-top: 3px solid #e71a19;
	}
	#komachi.news .index_list dl {
		padding: 12px 0;
		border-bottom: 1px solid #c1c1c1;
		overflow: hidden;
		clear: both;
	}
	#komachi.news .index_list > p+dl {
		border-top: 2px solid #e71a19;
	}
	#komachi.news .index_list dl dt {
		float: left;
		width: 85px;
		padding-right: 10px;
		border-right: 1px solid #c1c1c1;
	}
	#komachi.news .index_list dl dd {
		margin-left: 97px;
		font-size: 1.4rem;
	}
	#komachi.news .index_list dl dd a {
		line-height: 2.0rem;
	}
	#komachi.news .backlink {
		padding: 0 3%;
		font-size: 1.4rem;
		text-align: left;
	}
	#komachi.news .backlink a.arr {
		display: block;
		line-height: 4.0rem;
	}
	#komachi.news #article {
		padding: 0px;
	}
	#komachi.news #article .head_line {
		padding: 10px 20px;
	}
	#komachi.news #article .inner {
		padding: 0 3%;
		font-size: 1.4rem;
		overflow: hidden;
	}
	#komachi.news #article .inner p {
		line-height: 2.2rem;
	}
	#komachi.news #article .inner .tr {
		text-align: left;
	}
	#komachi #article .inner .pdf_download {
		display: none;
	}
	#komachi.news #article div:before,#wrapper ul:before,#wrapper dl:before {
		content:".";
		display:block;
		height:0;
		visibility:hidden;
		overflow:hidden;
		line-height:0;
		font-size:0;
	}
	#komachi.news #article div:after,#wrapper ul:after,#wrapper dl:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		overflow:hidden;
		line-height:0;
		font-size:0;
	}
	#komachi.news #article div,#wrapper ul,#wrapper dl {
		display:inline-block;
	}
	#komachi.news #article div,#wrapper ul,#wrapper dl {
		display:block;
	}
	#komachi.news #article .inner .ti_3 {
		text-indent: -3em;
		padding-left: 3em;
	}
	#komachi.news #article .inner .image_set .fl {
		float: none;
		text-align: center;
	}
	#komachi.news #article .inner .image_set .fl + .fl {
		margin-left: 0px;
		margin-top: 20px;
	}
	#komachi.news #article .inner .image_set img {
		max-width: 94%;
	}
	#komachi.news #article .inner .link_list {
		margin: 30px auto;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	#komachi.news .inner_wh {
		padding: 15px;
		background-color: #fff;
	}
	#komachi.news .seminar_copy {
		width: 100%;
	}
	#komachi.news .seminar_prof {
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}
	#komachi.news .tbl dl {
		overflow: hidden;
	}
	#komachi.news  .tbl dl dt,
	#komachi.news .tbl dl dd {
		float: none;
		padding: 0;
	}
	#komachi.news .tbl dl dt {
		width: 100%;
		padding: 4px 10px 0 10px;
	}
	#komachi.news .tbl dl dd {
		width: 100%;
		padding: 0 10px 4px 10px;
	}
	#komachi.news .formset {
		width: 100%;
		padding: 20px;
		border: 1px solid #d7d9d7;
	}
	#komachi.news .formset dl {
		width: 100%;
		padding: 10px 0;
		overflow: hidden;
		border-bottom: 1px dotted #d7d9d7;
	}
	#komachi.news .formset dl dt,
	#komachi.news .formset dl dd {
		float: none;
		padding: 4px 0px;
	}
	#komachi.news .formset dl dt {
		width: 100%;
		line-height: 2.6rem;
	}
	#komachi.news .formset input[type="text"] {
		width: 100%;
		margin-right: 5px;
		line-height: 4.0rem;
		border: 1px solid #bebfbe;
	}
	#komachi.news .formset input[type="submit"] {
		display: block;
		margin: 20px auto;
		padding: 15px 0;
		width: 12.0rem;
		font-size: 1.6rem;
		font-weight: bold;
		background-color: #e61a18;
		color: #fff;
		border-style: none;
	}
	#komachi.news .flex.commendation {
		align-items: inherit;
		flex-wrap: wrap;
	}
	#komachi.news .flex.commendation .image {
		width: 100%;
	}
	#komachi.news .flex.commendation .txt {
		padding-left: 0px;
		padding-top: 10px;
		width: 100%;
	}
	#komachi.news .flex.commendation .box {
		width: 100%;
	}

	/* logomark
	**********************************/
	#komachi.logomark #main_headbg {
		position: relative;
	}
	#komachi.logomark #main_headbg .inner h1 {
		padding-top: 50px;
	}
	#komachi.logomark #main_headbg .inner h1 img {
		width: 210px;
		height: auto;
	}
	#komachi.logomark #main_headbg .inner p.mincho {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	#komachi.logomark h2.head_bg {
		margin-top: 30px;
	}
	#komachi.logomark .kmc_container .copy .fl {
		float: none;
		padding: 0 3%;
		width: 100%;
	}
	#komachi.logomark .kmc_container .copy .fr {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	#komachi.logomark .kmc_container .copy .fr img {
		width: 160px;
		height: auto;
	}
	#komachi.logomark .kmc_container .dl_set {
		padding: 0;
	}
	#komachi.logomark .kmc_container .dl_set div {
		float: none;
		margin-top: 30px;
		width: 100%;
	}
	#komachi.logomark .kmc_container .dl_set h4 {
		margin-bottom: 10px;
		padding-left: 20px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	#komachi.logomark .kmc_container .dl_set a {
		display: block;
		padding: 0 3% 0 60px;
		min-height: 40px;
		background: url(../images/common/adobe-pdf-icon.svg) 10px no-repeat;
		background-size: 40px;
		-webkit-background-size: 40px;
	}

	/* goods
	**********************************/
	#komachi.goods #main_headbg .inner h1 {
		padding-top: 70px;
	}
	#komachi.goods #main_headbg .inner h1 img {
		width: 305px;
		height: auto;
	}
	#komachi.goods #main_headbg .inner p.mincho {
		margin-top: 30px;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	#komachi.goods .kmc_container h2.head_line:first-child {
		margin-top: 30px;
	}
	#komachi.goods .kmc_container .goods_list {
		margin-top: 10px;
	}
	#komachi.goods .kmc_container .goods_list li {
		float: none;
		margin: 10px 3%;
		padding-top: 12px;
		width: 94%;
	}
	#komachi.goods .kmc_container .cart_link {
		margin: 50px auto;
		width: 90%;
		max-width: 450px;
	}
	#komachi.goods .kmc_container .cart_link a {
		font-size: 1.8rem;
	}

	/* commendation
	**********************************/
	#komachi.commendation #main_headbg .inner h1 {
		padding-top: 50px;
	}
	#komachi.commendation #main_headbg .inner h1 img {
		width: 284px;
		height: auto;
	}
	#komachi.commendation #main_headbg .inner p.mincho {
		margin-top: 30px;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	#komachi.commendation h2.mincho {
		margin-top: 30px;
	}
	#komachi.commendation .ex_list {
		margin: 0 auto;
		width: 300px;
	}
	#komachi.commendation .ex_list li {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		width: 140px;
	}
	#komachi.commendation .ex_list li img {
		width: 100%;
		height: auto;
	}
	#komachi.commendation .ex_list li:nth-child(2n) {
		margin-right: 0;
	}
	#komachi.commendation .ex_list li p {
		padding: 12px;
	}
	#komachi.commendation .field_set {
		margin-top: 20px;
	}
	#komachi.commendation .comm_set {
		margin-top: 30px;
	}
	#komachi.commendation .comm_set .year {
		margin-top: 0px;
		padding: 0 20px;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	#komachi.commendation .comm_set .inner {
		padding: 10px 3%;
	}
	#komachi.commendation .comm_set .inner .ttl {
		font-size: 1.4rem;
	}
	#komachi.commendation .comm_set .inner .copy {
		margin: 20px 0;
		width: 100%;
		font-size: 1.3rem;
		line-height: 2.0rem;
	}
	#komachi.commendation .comm_set .inner .head {
		float: none;
		width: 100%;
	}
	#komachi.commendation .comm_set .inner .image {
		float: none;
		padding: 10px 0;
		text-align: center;
	}
	#komachi.commendation .comm_set .inner .image img {
		width: 180px;
		height: auto;
	}
	#komachi.commendation_2nd #main_headbg .inner {
		height: auto;
		min-height: 80px;
	}
	#komachi.commendation_2nd #main_headbg .inner .mincho {
		padding-bottom: 20px;
	}
	#komachi.commendation_2nd #main_headbg .inner h1 {
		padding-top: 32px;
	}
	#komachi.commendation_2nd #main_headbg .inner h1 img {
		width: 250px;
		height: auto;
	}
	#komachi.commendation_2nd #main_headbg .inner h1.row img {
		width: 75vw;
		height: auto;
	}
	#komachi.commendation_2nd .kmc_container.w900 {
		width: 100%;
	}
	#komachi.commendation_2nd .copy_set {
		margin-top: 30px;
	}
	#komachi.commendation_2nd .copy_set .fl {
		width: 100%;
		float: none;
	}
	#komachi.commendation_2nd .copy_set .ti {
		padding: 0 3%;
	}
	#komachi.commendation_2nd .head_line {
		font-size: 1.6rem;
	}
	#komachi.commendation_2nd  p.fr {
		float: none;
		padding-top: 20px;
		text-align: center;
		clear: both;
	}
	#komachi.commendation_2nd  p.fr img {
		width: 94%;
		max-width: 480px;
		height: auto;
	}
	#komachi.commendation_2nd .image_set .fl {
		float: none;
		text-align: center;
	}
	#komachi.commendation_2nd .image_set .fl + .fl {
		margin-left: 0px;
		margin-top: 20px;
	}
	#komachi.commendation_2nd .image_set img {
		max-width: 94%;
	}
	#komachi.commendation_2nd .tbllike {
		margin-top: 30px;
		padding: 0 3%;
	}
	#komachi.commendation_2nd .tbllike dl.head {
		display: none;
	}
	#komachi.commendation_2nd .tbllike dl dt,
	#komachi.commendation_2nd .tbllike dl dd {
		float: left;
		padding: 5px 10px;
	}
	#komachi.commendation_2nd .tbllike dl dt {
		width: 5%;
	}
	#komachi.commendation_2nd .tbllike dl dd.cel1 {
		width: 80%;
	}
	#komachi.commendation_2nd .tbllike dl dd.cel2 {
		padding: 0px 10px 0px 8%;
		width: 100%;
	}
	#komachi.commendation_2nd .tbllike dl dd.cel3 {
		padding: 0px 10px 5px 8%;
		width: 100%;
	}
	#komachi.commendation .tbl dl {
		overflow: hidden;
	}
	#komachi.commendation .tbl dl dt,
	#komachi.commendation .tbl dl dd {
		float: none;
		padding: 0;
	}
	#komachi.commendation .tbl dl dt {
		width: 100%;
		padding: 4px 10px 0 10px;
	}
	#komachi.commendation .tbl dl dd {
		width: 100%;
		padding: 0 10px 4px 10px;
	}
	#komachi.commendation .formset {
		width: 100%;
		padding: 20px;
		border: 1px solid #d7d9d7;
	}
	#komachi.commendation .formset dl {
		width: 100%;
		padding: 10px 0;
		overflow: hidden;
		border-bottom: 1px dotted #d7d9d7;
	}
	#komachi.commendation .formset dl dt,
	#komachi.commendation .formset dl dd {
		float: none;
		padding: 4px 0px;
	}
	#komachi.commendation .formset dl dt {
		width: 100%;
		line-height: 2.6rem;
	}
	#komachi.commendation .formset input[type="text"] {
		width: 100%;
		margin-right: 5px;
		line-height: 4.0rem;
		border: 1px solid #bebfbe;
	}
	#komachi.commendation .formset input[type="submit"] {
		display: block;
		margin: 20px auto;
		padding: 15px 0;
		width: 12.0rem;
		font-size: 1.6rem;
		font-weight: bold;
		background-color: #e61a18;
		color: #fff;
		border-style: none;
	}


	/* manual
	**********************************/
	#komachi.manual #main_headbg .inner h1 {
		padding-top: 40px;
	}
	#komachi.manual #main_headbg .inner h1 img {
		width: 262px;
		height: auto;
	}
	#komachi.manual #main_headbg .inner p.mincho {
		margin-top: 20px;
        padding: 0 10px;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	#komachi.manual .ex_list {
		margin-top: 30px;
	}
	#komachi.manual .ex_list li {
		float: none;
		margin: 20px auto 0 auto;
		width: 94%;
		padding: 20px 10px 30px 10px ;
	}
	#komachi.manual .ex_list li img {
		width: 100%;
		max-width: 340px;
		height: auto;
	}
	#komachi.manual .ex_list li:nth-child(2n) {
		margin-left: auto;
	}
	#komachi.manual .ex_list li .mincho {
		padding-bottom: 1.0rem;
		height: inherit;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	#komachi.manual .ex_list li .mincho a {
		padding-right: 18px;
		background-size: 14px;
		-webkit-background-size: 14px;
	}
	#komachi.manual .manu_link {
		margin: 20px auto;
		padding: 10px 0;
		width: 94%;
		font-size: 1.4rem;
	}

	/* case
	**********************************/
	#komachi.case #main_headbg .inner h1 {
		padding-top: 30px;
	}
	#komachi.case #main_headbg .inner h1 img {
		width: 90%;
		max-width: 364px;
		height: auto;
	}
	#komachi.case #main_headbg .inner p.mincho {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	#komachi.case .ex_list {
		margin-top: 30px;
	}
	#komachi.case .ex_list li {
		float: none;
		margin: 20px auto 0 auto;
		width: 94%;
		padding: 20px 10px 30px 10px ;
	}
	#komachi.case .ex_list li img {
		width: 100%;
		max-width: 340px;
		height: auto;
	}
	#komachi.case .ex_list li:nth-child(2n) {
		margin-left: auto;
	}
	#komachi.case .ex_list li .mincho {
		padding-bottom: 1.0rem;
		height: inherit;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	#komachi.case .ex_list li .mincho a {
		padding-right: 18px;
		background-size: 14px;
		-webkit-background-size: 14px;
	}
	#komachi.case .manu_link {
		margin: 20px auto;
		padding: 10px 0;
		width: 94%;
		font-size: 1.4rem;
	}

	/* soudan
	**********************************/
	#komachi.soudan #main_headbg .inner h1 {
		padding-top: 93px;
	}
	#komachi.soudan #main_headbg .inner h1 img {
		width: 214px;
		height: auto;
	}
	#komachi.soudan .kmc_container p:first-child {
		margin: 30px 3% 0 3%;
		padding: 0 0 12px 0;
		border-bottom: 3px solid #e71a19;
		font-weight: bold;
	}
	#komachi.soudan .kmc_container .tbllike {
		margin-top: 30px;
		padding: 0 3%;
		font-size: 1.4rem;
	}
	#komachi.soudan .kmc_container .tbllike div {
		margin-bottom: 10px;
	}
	#komachi.soudan .kmc_container .tbllike dl {
		margin-bottom: 5px;
	}
	#komachi.soudan .kmc_container .tbllike dl dt,
	#komachi.soudan .kmc_container .tbllike dl dd {
		float: left;
		padding: 5px 10px;
	}
	#komachi.soudan .kmc_container .tbllike dl dt {
		width: 100%;
		border-bottom: 1px solid #ddd;
		background-color: #fcf5f5;
	}
	#komachi.soudan .kmc_container .tbllike dl dd.name {
		width: 100%;
		font-size: 1.4rem;
		font-weight: bold;
	}
	#komachi.soudan .kmc_container .tbllike dl dd.tel,
	#komachi.soudan .kmc_container .tbllike dl dd.tel2 {
		margin-left: 0px;
		padding-top: 0;
	}

	/* story
	**********************************/
	#komachi.story .top_slide {
		position: relative;
		width: 100vw;
		height: 42vw;
	}
	#komachi.story .top_slide .slick-track {
		height: 42vw;
	}
	#komachi.story .top_slide .slick-slide {
		width: 100vw !important;
		height: 100%;
		overflow: hidden;
	}
	#komachi.story .top_slide .slick-slide img {
		position: absolute;
		left:  -26vw;
		width: auto;
		min-width: inherit;
		height: 100%;
	}
	#komachi.story .top_slide .slick-dots {
	    bottom: 2.5vw;
	    padding-left: 1.5vw;
	}
	#komachi.story #head_container .inner {
		position: absolute !important;
		width: 100vw !important;
		height: 35vw !important;
		left:  0;
	}
	#komachi.story #head_container .inner .copy {
		position: absolute;
		top: 2vw;
		right: 2vw;
		width: 48vw;
		height: auto;
		padding: 3vw;
	}
	#komachi.story #head_container .inner .copy h1 img {
		width: 32vw;
		height: auto;
	}
	#komachi.story #head_container .inner .copy .mincho {
		margin-top: 2vw;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	#komachi.story #head_container .inner p.btm {
		bottom: -8.7vw;
	}
	#komachi.story #head_container .inner p.btm img {
		width: 44vw;
		height: auto;
	}
	#komachi.story .index_box {
		width: 100%;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#komachi.story .index_box .image {
		margin-right: 6vw;
	}
	#komachi.story .index_box .image img {
		width: 19vw;
		height: auto;
	}
	#komachi.story .index_box .column {
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#komachi.story .index_box .column .num {
		margin-right: 0;
	}
	#komachi.story .index_box .column .txt {
		width: 65vw;
		margin-top: 20px;
	}
	#komachi.story #article_head .inner {
		width: 100%;
		margin: 0;
		padding: 30px 3vw;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	#komachi.story #article_head .inner .title {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#komachi.story #kmc_content .kmc_container {
		padding: 0 3vw;
	}
	#komachi.story .kmc_container .head_box .image {
		width: 33vw;
		min-width: 200px;
	}
	#komachi.story .kmc_container .head_box .image img,
	#komachi.story .kmc_container .image_box img {
		width: 100%;
		height: auto;
	}
	#komachi.story .kmc_container .head_box .txt_box {
		margin-left: 5vw;
	}
	#komachi.story .kmc_container .flex_box .box {
		margin-right: 6vw;
	}

    /* tips
    **********************************/
    #komachi.tips #main_headbg .inner {
        height: auto;
        -webkit-background-size: auto !important;
        background-size: auto !important;
    }
    #komachi.tips #main_headbg .inner h1 {
        padding-top: 3.7vw;
    }
    #komachi.tips #main_headbg .inner h1 img {
        width: 40vw;
    }
    #komachi.tips #main_headbg .inner p {
        width: 82vw;
    }
    #komachi.tips .tag_group {
        margin-top: 0 !important;
        padding: 10px 0;
    }
    #komachi.tips .tag_group .row ul {
        margin-left: 20px;
    }
    #komachi.tips .infobox {
        position: relative;
        margin-top: 50px;
    }
    #komachi.tips .infobox.info_l::after {
        position: absolute;
        display: block;
        content: '';
        top: 5vw;
        right: 1vw;
        width: 12vw;
        height: 12vw;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #komachi.tips .infobox.info_r {
        padding-left: 12vw;
    }
    #komachi.tips .infobox.info_r::after {
        position: absolute;
        display: block;
        content: '';
        top: 5vw;
        left: 1vw;
        width: 12vw;
        height: 12vw;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #komachi.tips .infobox .inner {
        width: 75vw !important;
        padding: 2vw;
    }
    #komachi.tips .infobox .inner .info {
        margin-top: 2vw;
    }
    #komachi.tips .infobox .inner .info .image,
    #komachi.tips .infobox .inner .info .image2 {
        position: relative;
        width: 28vw;
        padding: 1vw;
    }
    #komachi.tips .infobox .inner .info .image2 .image_l,
    #komachi.tips .infobox .inner .info .image2 .image_s {
        width: 100%;
        padding: 1vw;
    }
    #komachi.tips .infobox .inner .info .txt {
        width: 52vw;
    }

	@media all and (orientation: landscape) {			/* --------- Landscape --------- */

		#kmc_footer ul li.ctgr {
			float: left;
			margin-left: 38px;
			margin-bottom: 20px;
			width: 36%;
		}

		.tablet #komachi.toppage .top_slide {
			margin: 0;
			width: 100% !important;
			height: -webkit-calc(42.2vw + 30px);
			height:  calc(42.2vw + 30px);
			border-top: 1px solid #e71a19;
		}
		.tablet #komachi.toppage .top_slide .slick-slide {
			float: left;
			margin: 0 !important;
			width: 100vw !important;
			height: 100%;
			border-bottom: 1px solid #e71a19;
		}
		.tablet #komachi.toppage .top_slide .slick-slide img {
			width: 100vw;
			height: auto;
		}
		.tablet #komachi.toppage .top_slide .slick-dots {
		    bottom: 0px;
		}

		#komachi.toppage #top_news .pickup {
			float: none;
			margin-top: 15px;
			width: 100%;
			background-color: #fff;
		}
		#komachi.toppage #top_news .pickup .image {
			float: left;
			margin-top: 0px;
			width: 250px;
			text-align: center;
		}
		#komachi.toppage #top_news .pickup .copy {
			margin-left: 250px;
		}
		#komachi.toppage #fb_list p .copy {
			height: 8.7rem;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 5;
		}

		#komachi.overview #komachi_all {
			height: 100vw;
		}

		#komachi.team_doboku .team_index li .copy,
		#komachi.team_kenchiku .team_index li .copy {
			padding-left: 0;
			margin-left: -webkit-calc(32% + 10px);
			margin-left: calc(32% + 10px);
		}

		.sp #komachi.careerpath #main_headbg p.copy {
			position: absolute;
			text-indent: 0;
			top: 20px;
			right: 3%;
			margin: inherit;
			padding-left: inherit;
			width: 58px;
			height: 130px;
			background: none;
		}
		.sp #komachi.careerpath #main_headbg p.copy img {
			width: 100%;
			height: auto;
		}
		#komachi.careerpath .kmc_container .copy {
			text-align: center;
		}
		#komachi.field .field_set .image {
			width: 24%;
			height: 0.16vw;
		}
		#komachi.field .field_set .inner .copy {
			margin: 20px 0;
			width: 70%;
		}

		#komachi.sparkle .list {
			margin-left: auto;
			margin-right: auto;
			width: 640px;
		}
		.sp #komachi.sparkle .list li {
			margin-right: 20px;
			height: 340px;
		}
		.sp #komachi.sparkle .list li:nth-child(2n) {
			float: left;
		}
		.sp #komachi.sparkle .list li:nth-child(3n) {
			margin-right: 0px;
		}

		#komachi.goods .kmc_container .goods_list {
			margin-top: 10px;
		}
		#komachi.goods .kmc_container .goods_list li {
			float: left;
			margin: 10px 3%;
			padding-top: 12px;
			width: 44%;
		}


		@media (max-width: 640px) {
			.sp #komachi.sparkle .list {
				margin-left: auto;
				margin-right: auto;
				width: 420px;
			}
			.sp #komachi.sparkle .list li {
				margin-right: 20px;
			}
			.sp #komachi.sparkle .list li:nth-child(2n) {
				float: right;
				margin-right: 0px;
			}
			.sp #komachi.sparkle .list li:nth-child(3n) {
				margin-right: 0px;
			}

		}
	}

}

@media only screen and (max-width: 767px) {	
	#komachi.team_list .team_index {
		max-width: 540px;
	}
	#komachi.team_list .team_index .box {
		flex-wrap: wrap;
		margin: 0 0 10px 0;
	}
	#komachi.team_list .team_index .box .img {
		max-width: 100%;
	}
	#komachi.team_list .team_index .box .img img {
		width: 100%;
		height: 100%;
	}
	#komachi.team_list .team_index .box .set {
		width: 100%;
		margin-left: 0;
	}
	#komachi.team_list .team_index .box .num {
		margin: 10px 10px 0;
	}
	#komachi.team_list .team_index .box h2 {
		margin: 0 10px 0;
	}
	#komachi.team_list .team_index .box .company {
		padding: 3px 0 0 10px;
	}
	#komachi.team_list .team_index .box .pr-comment-in-list {
		padding: 12px 10px 0 10px;
	}
}

@media only screen and (max-width: 479px) {
	/* toppage
	**********************************/
	#komachi.toppage #insta_list .list span {
		width: 48vw;
		margin-top: 1vw;
		margin-left: 1vw;
	}
	#komachi.toppage #insta_list .list {

	}
	#komachi.toppage #insta_list p {
		float: none;
		width: 90%;
	}

	/* story
	**********************************/
	#komachi.story .top_slide {
		position: relative;
		width: 100vw;
		height: 42vw;
	}
	#komachi.story .top_slide .slick-dots {
	    bottom: 4vw;
	    padding-left: 1.5vw;
	}
	#komachi.story #head_container .inner .copy {
		top: 40%;
		right: 0;
		text-align: center;
	}
	#komachi.story #head_container .inner .copy h1 img {
		width: 100%;
		height: auto;
	}
	#komachi.story #head_container .inner .copy .mincho {
		display: none;
	}
	#komachi.story #head_container .inner p.btm img {
		width: 64vw;
		height: auto;
	}
	#komachi.story #head_container .mincho.sp {
		display: block;
		margin-top: 20px;
		padding: 0 3vw;
		font-size: 1.2rem;
	}
	#komachi.story .index_box {
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#komachi.story .index_box:first-child {
		margin-top: 30px;
	}
	#komachi.story .index_box .image {
		margin-right: auto;
		margin-left: auto;
	}
	#komachi.story .index_box .image img {
		width: inherit;
		height: auto;
	}
	#komachi.story .index_box .column .txt {
		width: 100%;
	}
	#komachi.story .index_box .column .num {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
	}
	#komachi.story .index_box .column .txt .job .name {
		display: block;
		width: auto;
		margin: 0px auto;
		padding: 5px 10px;
		text-align: center;
	}
	#komachi.story .index_box .column .txt .job {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 1.2rem;
	}
	#komachi.story .index_box .column .txt .job strong {
		font-size: 2.0rem;
	}
	#komachi.story .index_box .column .txt h2 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	#komachi.story .index_box .column .txt dl dt {
		font-size: 1.4rem;
		padding-right: 10px;
		white-space: nowrap;
	}
	#komachi.story .index_box .column .txt dl dd {
		font-size: 1.2rem;
	}
	#komachi.story .index_box .column .txt dl dd .name {
		font-size: 1.4rem;
	}
	#komachi.story .kmc_container .head_box {
		flex-direction: column;
	}
	#komachi.story .kmc_container .head_box .image {
		width: 100%;
		text-align: center;
	}
	#komachi.story .kmc_container .head_box .image img {
		width: 70vw;
	}
	#komachi.story .kmc_container .head_box .txt_box {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	#komachi.story .kmc_container .head_box .txt_box .num {
		font-size: 1.8rem;
		line-height: 4.0rem;
		color: #fff;
		padding: 0 30px;
	}
	#komachi.story .kmc_container .head_box .txt_box h1 {
		font-size: 2.1rem;
		margin-top: 10px !important;
	}
	#komachi.story .kmc_container .head_box .txt_box .name span {
		font-size: 1.8rem;
		font-weight: bold;
	}
	#komachi.story .kmc_container .head_box .txt_box .company,
	#komachi.story .kmc_container .head_box .txt_box .job {
		font-size: 1.4rem;
		margin-top: 5px !important;
	}
	#komachi.story .kmc_container .head_box .txt_box .job {
		text-align: left;
	}
	#komachi.story .kmc_container .head_box .txt_box .job .name {
		display: block;
		width: auto;
		margin: 0px auto;
		padding: 5px 10px;
		text-align: center;
	}
	#komachi.story .kmc_container h2.head {
		font-size: 1.8rem;
	}
	#komachi.story .kmc_container p.lh20 {
		line-height: 1.7;
	}
	#komachi.story .kmc_container .flex_box {
		flex-direction: column;
	}
	#komachi.story .kmc_container .flex_box .box {
		margin-right: 0;
	}
	#komachi.story .kmc_container .flex_box .image_box_r {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	#komachi.story .kmc_container .flex_box .image_box_r img {
		width: 100%;
		height: auto;
	}
	#komachi.story .kmc_container .flex_box .image_box_r span {
		text-align: center;
	}
	#komachi.story .kmc_container .flex_box .image_box_r span.nowrap {
		white-space: inherit;
	}

    #komachi.news #sub_side {
        display: block;
        float: left;
        width: 18%;
        margin-top: inherit;
        pointer-events: inherit;
    }
    #komachi.news #sub_side ul {
        display: block !important;
        padding-left: 10px;
    }
    #komachi.news #sub_side li{
        margin: 0 0 10px;
    }
    
    #komachi.tips #main_headbg .inner h1 img {
        width: 60vw;
    }
    #komachi.tips #main_headbg .inner p {
        margin: 10px auto 0 auto;
        padding: 12px;
        width: 90%;
        font-size: 1.2rem;
        text-align: left;
    }
    #komachi.tips #main_headbg .inner p br {
        display: none;
    }
    #komachi.tips .infobox .inner .info {
        flex-direction: column;
    }
    #komachi.tips .infobox .inner .info .image {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    #komachi.tips .infobox .inner .info .txt {
        width: 100%;
    }
}


#cssload-pgloading {}

#cssload-pgloading:after {
		content: "";
		z-index: 2001;
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
}
#cssload-pgloading .cssload-loadingwrap {position:absolute;top:45%;bottom:45%;left:25%;right:25%;}
#cssload-pgloading .cssload-bokeh {
		font-size: 97px;
		width: 1em;
		height: 1em;
		position: relative;
		margin: 0 auto;
		list-style: none;
		padding:0;
		border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li {
		position: absolute;
		width: .2em;
		height: .2em;
		border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li:nth-child(1) {
		left: 50%;
		top: 0;
		margin: 0 0 0 -.1em;
		background: rgb(0,193,118);
		transform-origin: 50% 250%;
		-o-transform-origin: 50% 250%;
		-ms-transform-origin: 50% 250%;
		-webkit-transform-origin: 50% 250%;
		-moz-transform-origin: 50% 250%;
		animation:
				cssload-rota 1.3s linear infinite,
				cssload-opa 4.22s ease-in-out infinite alternate;
		-o-animation:
				cssload-rota 1.3s linear infinite,
				cssload-opa 4.22s ease-in-out infinite alternate;
		-ms-animation:
				cssload-rota 1.3s linear infinite,
				cssload-opa 4.22s ease-in-out infinite alternate;
		-webkit-animation:
				cssload-rota 1.3s linear infinite,
				cssload-opa 4.22s ease-in-out infinite alternate;
		-moz-animation:
				cssload-rota 1.3s linear infinite,
				cssload-opa 4.22s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(2) {
		top: 50%;
		right: 0;
		margin: -.1em 0 0 0;
		background: rgb(255,0,60);
		transform-origin: -150% 50%;
		-o-transform-origin: -150% 50%;
		-ms-transform-origin: -150% 50%;
		-webkit-transform-origin: -150% 50%;
		-moz-transform-origin: -150% 50%;
		animation:
				cssload-rota 2.14s linear infinite,
				cssload-opa 4.93s ease-in-out infinite alternate;
		-o-animation:
				cssload-rota 2.14s linear infinite,
				cssload-opa 4.93s ease-in-out infinite alternate;
		-ms-animation:
				cssload-rota 2.14s linear infinite,
				cssload-opa 4.93s ease-in-out infinite alternate;
		-webkit-animation:
				cssload-rota 2.14s linear infinite,
				cssload-opa 4.93s ease-in-out infinite alternate;
		-moz-animation:
				cssload-rota 2.14s linear infinite,
				cssload-opa 4.93s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(3) {
		left: 50%;
		bottom: 0;
		margin: 0 0 0 -.1em;
		background: rgb(250,190,40);
		transform-origin: 50% -150%;
		-o-transform-origin: 50% -150%;
		-ms-transform-origin: 50% -150%;
		-webkit-transform-origin: 50% -150%;
		-moz-transform-origin: 50% -150%;
		animation:
				cssload-rota 1.67s linear infinite,
				cssload-opa 5.89s ease-in-out infinite alternate;
		-o-animation:
				cssload-rota 1.67s linear infinite,
				cssload-opa 5.89s ease-in-out infinite alternate;
		-ms-animation:
				cssload-rota 1.67s linear infinite,
				cssload-opa 5.89s ease-in-out infinite alternate;
		-webkit-animation:
				cssload-rota 1.67s linear infinite,
				cssload-opa 5.89s ease-in-out infinite alternate;
		-moz-animation:
				cssload-rota 1.67s linear infinite,
				cssload-opa 5.89s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(4) {
		top: 50%;
		left: 0;
		margin: -.1em 0 0 0;
		background: rgb(136,193,0);
		transform-origin: 250% 50%;
		-o-transform-origin: 250% 50%;
		-ms-transform-origin: 250% 50%;
		-webkit-transform-origin: 250% 50%;
		-moz-transform-origin: 250% 50%;
		animation:
				cssload-rota 1.98s linear infinite,
				cssload-opa 6.04s ease-in-out infinite alternate;
		-o-animation:
				cssload-rota 1.98s linear infinite,
				cssload-opa 6.04s ease-in-out infinite alternate;
		-ms-animation:
				cssload-rota 1.98s linear infinite,
				cssload-opa 6.04s ease-in-out infinite alternate;
		-webkit-animation:
				cssload-rota 1.98s linear infinite,
				cssload-opa 6.04s ease-in-out infinite alternate;
		-moz-animation:
				cssload-rota 1.98s linear infinite,
				cssload-opa 6.04s ease-in-out infinite alternate;
}







@keyframes cssload-rota {
		from { }
		to { transform: rotate(360deg); }
}

@-o-keyframes cssload-rota {
		from { }
		to { -o-transform: rotate(360deg); }
}

@-ms-keyframes cssload-rota {
		from { }
		to { -ms-transform: rotate(360deg); }
}

@-webkit-keyframes cssload-rota {
		from { }
		to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes cssload-rota {
		from { }
		to { -moz-transform: rotate(360deg); }
}

@keyframes cssload-opa {
		0% { }
		12.0% { opacity: 0.80; }
		19.5% { opacity: 0.88; }
		37.2% { opacity: 0.64; }
		40.5% { opacity: 0.52; }
		52.7% { opacity: 0.69; }
		60.2% { opacity: 0.60; }
		66.6% { opacity: 0.52; }
		70.0% { opacity: 0.63; }
		79.9% { opacity: 0.60; }
		84.2% { opacity: 0.75; }
		91.0% { opacity: 0.87; }
}

@-o-keyframes cssload-opa {
		0% { }
		12.0% { opacity: 0.80; }
		19.5% { opacity: 0.88; }
		37.2% { opacity: 0.64; }
		40.5% { opacity: 0.52; }
		52.7% { opacity: 0.69; }
		60.2% { opacity: 0.60; }
		66.6% { opacity: 0.52; }
		70.0% { opacity: 0.63; }
		79.9% { opacity: 0.60; }
		84.2% { opacity: 0.75; }
		91.0% { opacity: 0.87; }
}

@-ms-keyframes cssload-opa {
		0% { }
		12.0% { opacity: 0.80; }
		19.5% { opacity: 0.88; }
		37.2% { opacity: 0.64; }
		40.5% { opacity: 0.52; }
		52.7% { opacity: 0.69; }
		60.2% { opacity: 0.60; }
		66.6% { opacity: 0.52; }
		70.0% { opacity: 0.63; }
		79.9% { opacity: 0.60; }
		84.2% { opacity: 0.75; }
		91.0% { opacity: 0.87; }
}

@-webkit-keyframes cssload-opa {
		0% { }
		12.0% { opacity: 0.80; }
		19.5% { opacity: 0.88; }
		37.2% { opacity: 0.64; }
		40.5% { opacity: 0.52; }
		52.7% { opacity: 0.69; }
		60.2% { opacity: 0.60; }
		66.6% { opacity: 0.52; }
		70.0% { opacity: 0.63; }
		79.9% { opacity: 0.60; }
		84.2% { opacity: 0.75; }
		91.0% { opacity: 0.87; }
}

@-moz-keyframes cssload-opa {
		0% { }
		12.0% { opacity: 0.80; }
		19.5% { opacity: 0.88; }
		37.2% { opacity: 0.64; }
		40.5% { opacity: 0.52; }
		52.7% { opacity: 0.69; }
		60.2% { opacity: 0.60; }
		66.6% { opacity: 0.52; }
		70.0% { opacity: 0.63; }
		79.9% { opacity: 0.60; }
		84.2% { opacity: 0.75; }
		91.0% { opacity: 0.87; }
}