
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width30 {
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 220%;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 span {
	display: block;
	font-size: 40%;
	margin-top: 5px;
	color: #cd0707;
	vertical-align: middle;
}

h2 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	padding: 15px 15px 15px 40px;
	font-weight: bold;
	color: #FFF;
	background: #cd0707;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

h2::after {
  position: absolute;
  top: .6em;
  left: 1em;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1.2em);
  background-color: #FFF;
  border-radius: 4px;
}

h1 + h2,
p + h2 {
	margin-top: 50px;
}

h3 {
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
}

h3::before {	
	content:"ー";
	color: #cd0707;
	padding-right: 15px;
}

p + h3 {
	margin-top: 50px;
}

h2 + h3 {
	margin-top: 30px;
}

p {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 95%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#h_left {
	float: left;
	margin-left: 5%;
}

#h_left div {
	margin-top: 30px;
    transition : all 500ms;
}

#fix.fixed2 #h_left div {
	margin-top: 10px;
    transition : all 500ms;
}

#h_left div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #h_left div img {
	transform: scale(0.8, 0.8) translate(-10%, 0%);
    transition : all 500ms;
}

#h_right {
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 100%;
	/*
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 52px 20px;
	min-height: 100px;
	margin: 0px;
	box-sizing: border-box;
	transition:all 0.5s ease;
	border-bottom: 3px solid #FFF;
}

#fix.fixed2 #navi ul li a {
	padding: 32px 15px;
	min-height: 60px;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #cd0707;
}

#navi ul li a#cat-nav-7 {
	background: #111111;
	padding: 50px;
	margin-left: 20px;
	color: #FFF;
	border-bottom: none;
}

#navi ul li a#cat-nav-7:hover {
	background: #cd0707;
}

#navi ul li a#cat-nav-7 img:hover {
	opacity: 1;
}

#fix.fixed2 #navi ul li a#cat-nav-7 {
	padding: 30px;
}

body#home #navi ul li a#cat-nav-1 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#greeting #navi ul li a#cat-nav-2 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#service #navi ul li a#cat-nav-3 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#products #navi ul li a#cat-nav-4 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#company #navi ul li a#cat-nav-5 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#recruit #navi ul li a#cat-nav-6 { color: #CCC; border-bottom: 3px solid #cd0707; }

/* 共通
--------------------------------------------------------------------------*/

#container {
	position: relative;
	margin-top: 60px;
	z-index: 1;
}

#home #container {
	position: relative;
	margin-top: 0;
	z-index: 1;
}

section {
	margin-bottom: 80px;
}

#home section {
	margin-bottom: 0px;
}

.column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-bottom: 20px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	border-top: 2px solid #111111;
	margin-top: 100px;
}

#home footer {
	border-top: 2px solid #111111;
	margin-top: 0;
}

#footer_map {
}

#footer_main {
	padding: 60px 0 30px;
	background: #111;
}

#footer_main p {
	text-align: center;
	margin-bottom: 30px;
	color: #FFF;
}

#footer_address {
	background: #cd0707;
	padding: 20px 0;
}

.footer_address_left {
	float: left;
	font-size: 80%;
}

.footer_address_left ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
}

.footer_address_left ul li a {
	color: #FFF;
}

.footer_address_right {
	float: right;
}

address {
	font-style: normal;
	font-size: 80%;
	color: #FFF;
}


/* トップページ
--------------------------------------------------------------------------*/

#main_bg {
	position: relative;
	background: url("../img/common/bg.png") left 70px no-repeat;
	background-size: cover;
	z-index: 10;
}

#main {
	background: #FFF;
	z-index: 100;
	margin-top: 120px;
	margin-left: 5%;
	width: 95%;
	height: auto;
}

/*
#main p {
	position: absolute;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	top: 50%;
	left: 5%;
	transform: translateY(-50%) translateX(5%);
	margin: auto;
	z-index: 1;
	font-size: 350%;
	line-height: 150%;
	font-weight: normal;
    -webkit-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    -moz-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    -ms-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
	color: #FFF;
	letter-spacing: 0.05em;
}
*/

/* 新着情報
-------------------------------------*/

#news_bg {
	background: url("../img/common/news_bg.png") right top no-repeat;
	padding: 60px 0 50px;
}

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
	list-style: none;
	line-height: 130%;
}

.newsUl ul li span {
	display: inline-table;
	text-align: center;
	background: #cd0707;
	color: #FFF;
	margin-right: 10px;
	padding: 4px 0 2px;
	width: 100px;
	font-size: 80%;
}

.newsUl ul li a {
	margin-left: 10px;
}

/* 強み
-------------------------------------*/

.feature_bg {
	background: url("../img/content/top/feature_bg.jpg") right top no-repeat;
	background-size: cover;
	position: relative;
	z-index: 50;
}

.feature_box {
	background: rgba(0,0,0,0.5);
	padding: 200px 0;
}

.feature_main {
	background: rgba(255,255,255,1) url("../img/common/triangle.png") top left no-repeat;
	padding: 50px 80px;
}

.feature_logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}


/* 施工事例
-------------------------------------*/

.products_bg {
	background: url("../img/content/top/hougan.png") top left repeat;
	padding: 80px 0;
}

.slider {
	margin-top: 40px;
}

.slide_main　{
	text-align: center;
	margin: 0 auto;
}

.slide_img {
	border: 1px solid #EEE;
	box-sizing: border-box;
	text-align: center;
}

.slide_img a {
	background: #FFF;
	display: block;
	padding: 10px 10px 20px 10px;
}

.slide_img:hover a {
	background: #cd0707;
	color: #FFF;
	text-decoration: none;
}

.slide_img:hover a img {
	opacity: 1;
}

.slide_img div {
	margin-bottom: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.slide_img p {
	margin-bottom: 0;
	font-size: 85%;
}

.slick-slide img {
	display: inherit !important;
}

.slick-slide {
	margin: 0  15px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
	z-index: 30;
}

.slick_container {
	margin-bottom: 50px;
}

.prev-arrow {
  left: 20px;
  width: 50px;
  height: 50px;
}

.next-arrow {
  right: 20px;
  width: 50px;
  height: 50px;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main_bg {
	background: url("../img/common/prt_bg.png") left 70px no-repeat;
	position: relative;
	z-index: 50;
}

#prt_main {
	margin-top: 120px;
	margin-left: 5%;
	width: 95%;
}

#greeting #prt_main { background: url("../img/content/greeting/main.jpg") center center no-repeat; background-size: cover; }
#service #prt_main { background: url("../img/content/service/main.jpg") center center no-repeat; background-size: cover; }
#products #prt_main { background: url("../img/content/products/main.jpg") center center no-repeat; background-size: cover; }
#company #prt_main { background: url("../img/content/company/main.jpg") center center no-repeat; background-size: cover; }
#recruit #prt_main { background: url("../img/content/recruit/main.jpg") center center no-repeat; background-size: cover; }
#contact #prt_main { background: url("../img/content/contact/main.jpg") center center no-repeat; background-size: cover; }
#policy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#privacy #prt_main { background: url("../img/content/privacy/main.jpg") center center no-repeat; background-size: cover; }

#prt_main_box {
	background: rgba(0, 0, 0, 0.6);
	padding: 150px 0;
}

#prt_main .feature_logo {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 95%;
	z-index: 100;
	text-align: center;
}

#prt_main_box h1 {
	margin: auto;
	z-index: 1;
	font-size: 280%;
	margin-left: -5%;
	line-height: 150%;
	font-weight: normal;
    -webkit-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    -moz-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    -ms-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
	color: #FFF;
	letter-spacing: 0.05em;
}

#list_navi {
	background: #cd0707;
	padding: 20px 20px;
	width: 70%;
}

#list_navi div {
	text-align: left;
	font-size: 90%;
	line-height: 100%;
	color: #FFF;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") left 1px no-repeat;
	padding: 3px 0 3px 23px
}

#list_navi div a {
	color: #FFF;
	text-decoration: underline;
}

#list_navi div a:hover {
	color: #FFF;
	text-decoration: none;
}
	
/* コンテンツ
--------------------------------------------------------------------------*/

#content {
}

/* greeting
-------------------------------------*/

.greeting_bg {
	position: relative;
	background: url("../img/content/greeting/ceo.jpg") center right no-repeat;
	background-size: 50%;
	padding: 300px;
	box-sizing: border-box;
}

.greeting_box {
	position: absolute;
	top: 70px;
	left: 0;
	width: 60%;
	background: #FFF;
	box-shadow: 0px 0px 3px #CCC;
	padding: 50px 50px 30px;
	box-sizing: border-box;
}

/* products
-------------------------------------*/

.pic {
	margin-bottom: 10px;
}

.step-list td,
.step-list th {
	vertical-align: top;
}

.step-list_cell {
  vertical-align: top;
}
.step-list_down-green .step-list_rect {
	background-color: #cd0707;
}
.step-list_down-green .step-list_tri {
	border-top: 30px solid #cd0707;
}
.step-list_rect {
	width: 40px;
	min-height: 150px;
	background-color: #cd0707;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.step-list_tri {
	width: 0;
	height: 0;
	border: 30px solid transparent;
}
.step-list_heading {
	border-bottom: 1px dotted #999;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.step-list_text {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.step-list_cell2 {
	padding-left: 30px;
}

/* service
-------------------------------------*/

ol.text {
	counter-reset:list;
	list-style-type:none;
	padding:0;
	text-align: left;
	margin-bottom: 50px;
}

ol.text li {
	position:relative;
	padding: 20px 0 20px 65px;
	margin: 0px 0;
	font-weight: bold;
	border-bottom: 1px dashed #AAA;
	font-size: 120%;
}

ol.text li span {
	display: block;
	margin-top: 5px;
	font-size: 70%;
}

ol.text li:before {
	font-size: 120%;
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	background: #111;
	border-radius: 50%;
	font-weight: bold;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow_box {
	border-bottom: 1px dashed #AAA;
	margin-bottom: 20px;
}

.number {
	font-size: 120%;
	font-weight: bold;
	line-height: 200%;
}

.number span {
	font-size: 120%;
	background: #111;
	padding: 10px 14px;
	color: #FFF;
	box-sizing: border-box;
	border-radius: 100%;
	margin-right: 10px;
}

.left60 {
	float: left;
	width: 60%;
}

.right40 {
	float: right;
	width: 30%;
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 25%;
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	height: 30px;
	color: #666;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #cd0707;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	line-height: 100%;
}

.btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 23px 0;
	box-sizing: border-box;
}

.btn a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #850101;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 80px;
    right: 15px;
    font-size: 80%;
	z-index: 20000;
}

#page-top a {
    background: #cd0707;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #00267F;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #0E6EB8; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #73C2DC; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #0E6EB8; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {

.pc {
	display:none;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}


.width {
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 100%;
	/*
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 52px 10px;
	min-height: 100px;
	margin: 0px;
	box-sizing: border-box;
	transition:all 0.5s ease;
	border-bottom: 3px solid #FFF;
}

#fix.fixed2 #navi ul li a {
	padding: 32px 10px;
	min-height: 60px;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #cd0707;
}

#navi ul li a#cat-nav-7 {
	background: #111111;
	padding: 50px;
	margin-left: 20px;
	color: #FFF;
	border-bottom: none;
}

#navi ul li a#cat-nav-7:hover {
	background: #cd0707;
}

#navi ul li a#cat-nav-7 img:hover {
	opacity: 1;
}

#fix.fixed2 #navi ul li a#cat-nav-7 {
	padding: 30px;
}

body#home #navi ul li a#cat-nav-1 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#greeting #navi ul li a#cat-nav-2 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#service #navi ul li a#cat-nav-3 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#products #navi ul li a#cat-nav-4 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#company #navi ul li a#cat-nav-5 { color: #CCC; border-bottom: 3px solid #cd0707; }
body#recruit #navi ul li a#cat-nav-6 { color: #CCC; border-bottom: 3px solid #cd0707; }

	

/* 新着情報
-------------------------------------*/

#news_bg {
	background: url("../img/common/news_bg.png") right top no-repeat;
	background-size: 30%;
	padding: 60px 0 50px;
}

/* 強み
-------------------------------------*/

.feature_bg {
	width: 100%;
}

.feature_box {
	background: rgba(0,0,0,0.6);
	padding: 200px 0;
}

.feature_main {
	background: rgba(255,255,255,1) url("../img/common/triangle.png") top left no-repeat;
	padding: 50px 30px;
	width: 90%;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 860px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

#navi {
	display: none;
}

#menu {
	background: #111;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	line-height: 100%;
}

#menu a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 50px;
	box-sizing: border-box;
}

#menu a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #cd0707;
}

.fixed2 #menu a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 30px;
	box-sizing: border-box;
}


/* 共通
--------------------------------------------------------------------------*/

#container {
	position: relative;
	margin-top: 60px;
	z-index: 1;
}

#home #container {
	position: relative;
	margin-top: 0;
	z-index: 1;
}

section {
	margin-bottom: 80px;
}

#home section {
	margin-bottom: 0px;
}

.column2 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column3:nth-child(3n) {
	margin-right: 4%;
}

.column3:nth-child(2n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}
	
/* 強み
-------------------------------------*/

.feature_bg {
	width: 100%;
}

.feature_box {
	background: rgba(0,0,0,0.6);
	padding: 200px 0;
}

.feature_main {
	background: rgba(255,255,255,1) url("../img/common/triangle.png") top left no-repeat;
	padding: 50px 30px;
	width: 90% !important;
}

.feature_main .column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.feature_main .column2:nth-child(2n) {
	margin-right: 0;
}


/* greeting
-------------------------------------*/

.greeting_bg {
	position: relative;
	background: url("../img/content/greeting/ceo.jpg") left bottom no-repeat;
	background-size: 100%;
	padding: 0 0 500px 0;
	top: 0px;
	width: 100%;
	height: 1000px;
	box-sizing: border-box;
}

.greeting_box {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	background: #FFF;
	box-shadow: none;
	padding: 0px;
	box-sizing: border-box;
}
	
/* 下階層
--------------------------------------------------------------------------*/

#prt_main_bg {
	background: url("../img/common/prt_bg.png") left 70px no-repeat;
	position: relative;
	z-index: 50;
}

#prt_main {
	margin-top: 120px;
	margin-left: 5%;
	width: 95%;
}

#greeting #prt_main { background: url("../img/content/greeting/main.jpg") center center no-repeat; background-size: cover; }
#service #prt_main { background: url("../img/content/service/main.jpg") center center no-repeat; background-size: cover; }
#products #prt_main { background: url("../img/content/products/main.jpg") center center no-repeat; background-size: cover; }
#company #prt_main { background: url("../img/content/company/main.jpg") center center no-repeat; background-size: cover; }
#recruit #prt_main { background: url("../img/content/recruit/main.jpg") center center no-repeat; background-size: cover; }
#contact #prt_main { background: url("../img/content/contact/main.jpg") center center no-repeat; background-size: cover; }
#policy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#privacy #prt_main { background: url("../img/content/privacy/main.jpg") center center no-repeat; background-size: cover; }

#prt_main_box {
	background: rgba(0, 0, 0, 0.6);
	padding: 100px 0;
}

#prt_main_box h1 {
	font-size: 220%;
}


} /* /@media */

/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	position: relative;
	margin-top: 60px;
	z-index: 1;
}

#home #container {
	position: relative;
	margin-top: 0;
	z-index: 1;
}

section {
	margin-bottom: 80px;
}

#home section {
	margin-bottom: 0px;
}

.column2 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0%;
}

.column3:nth-child(2n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

/*
#main p {
	position: absolute;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	top: 50%;
	left: 5%;
	transform: translateY(-50%) translateX(5%);
	margin: auto;
	z-index: 1;
	font-size: 250%;
	line-height: 150%;
	font-weight: normal;
    -webkit-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    -moz-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    -ms-filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
	color: #FFF;
	letter-spacing: 0.05em;
}
*/

/* 新着情報
-------------------------------------*/

#news_bg {
	background: url("../img/common/news_bg.png") right bottom no-repeat;
	background-size: contain;
	background-size: 15%;
	padding: 60px 0 50px;
}

.newsUl ul li span {
	display: block;
	text-align: center;
	background: #cd0707;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 4px 0 2px;
	width: 100px;
	font-size: 80%;
}
	
.newsUl ul li a {
	margin: 0;
}

.slide_img p {
	margin-bottom: 0;
	font-size: 80% !important;
}

/* 強み
-------------------------------------*/

.feature_bg {
	width: 100%;
}

.feature_box {
	background: rgba(0,0,0,0.6);
	padding: 200px 0;
}

.feature_main {
	background: rgba(255,255,255,1) url("../img/common/triangle.png") top left no-repeat;
	padding: 50px 30px;
	width: 100% !important;
	box-sizing: border-box;
}

.feature_main .column2 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.feature_main .column2:nth-child(2n) {
	margin-right: 0;
}

/* products
-------------------------------------*/

.pic {
	margin-bottom: 10px;
}

.step-list td,
.step-list th {
	vertical-align: top;
}

.step-list_cell {
  vertical-align: top;
}
.step-list_down-green .step-list_rect {
	background-color: #cd0707;
}
.step-list_down-green .step-list_tri {
	border-top: 30px solid #cd0707;
}
.step-list_rect {
	width: 40px;
	min-height: 250px;
	background-color: #cd0707;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.step-list_tri {
	width: 0;
	height: 0;
	border: 30px solid transparent;
}
.step-list_heading {
	border-bottom: 1px dotted #999;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.step-list_text {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.step-list_cell2 {
	padding-left: 30px;
}

.left60 {
	float: none;
	width: 100%;
}

.right40 {
	float: none;
	width: 100%;
}

#footer_address {
	background: #cd0707;
	padding: 20px 0;
}

.footer_address_left {
	display:none;
}

.footer_address_right {
	float: none;
}

address {
	text-align: center;
	font-style: normal;
	font-size: 80%;
	color: #FFF;
}
	
.normalTbl table td {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	width: auto;
}

.normalTbl table th {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #F5F5F5;
	text-align: left;
	display: block;
	width: auto;
}

.normalTbl2 table td {
	border-bottom: 1px dotted #AAA;
	padding: 5px 0 20px;
	text-align: left;
	display: block;
	width: auto;
}

.normalTbl2 table th {
	border-bottom: none;
	padding: 15px 0 0px;
	font-weight: bold;
	color: #CD0707;
	text-align: left;
	display: block;
	width: auto;
}

.normalTbl input {
	width: 90% !important;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.normalTbl3 table td {
	display: block;
	width: auto;
}

.alignC {
    text-align: left;
}

} /* /@media */
