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


/* -----------------------------------pc------------------------------------- */
	
/* ページ内のh2設定
------------------------------------- */

.page-top {
    display: block;
    margin-top: 0px;
	border-top: 1px solid #e7e3da;
    border-bottom: 1px solid #e7e3da;
    background: #f2f2f2;
    overflow: hidden;
	padding: 15px 0 20px;
}

.page-top_inner, .contents_page_inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.page-top h2 {
    float: left;
    margin-top: 10px;
	font-size: 40px;
	color: #0c6baf;
}

.contents_page, .page_news {
	display: block;
}

.page_news_inner {
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
	height:500px;
}



.page-top h2 span, .contents h3 span ,.contents_page h3 span {
    font-size: 80%;
    color: #999999;
    padding-left: 1em;
}

/* ページ内のh3設定（下にボーダー二重線）
------------------------------------- */

h3 {
	position: relative;
	padding: 0 0 0.7em 0;
	color:#323333;
}

h3::before,
h3::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

h3::after {
	bottom: 0;
	border-top: 1px solid #595757;
	border-bottom: 2px solid #595757;
}


/* -----------------------------------オーダーメイド（page01）------------------------------------- */

.float_right {
	float:right;
}

/* h4の上下にボーダー二重線（背景青）
------------------------------------- */
.h4_blue {
	position: relative;
	padding: 1em 0;
	color:#fff;
	text-align: center;
	background:#0c6baf;

}

.h4_blue::before, .h4_blue::after,
.h4_gray::before, .h4_gray::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.h4_blue::before, .h4_gray::before {
	top: 0;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 4px;
}

.h4_blue::after, .h4_gray::after {
	bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 4px;
}

/* h4の上下にボーダー二重線（背景灰色）
------------------------------------- */
.h4_gray {
	position: relative;
	padding: 1em 0;
	color:#fff;
	text-align: center;
	background: #9f9fa0;
}

/* WEB見積り（画像の方）
------------------------------------- */
#size-box-right {
    position: relative;
    width: 100%;
    padding-top: 50px;
}

#size-box-right > img.np {
    position: absolute;
    left: 15px;
    top: 50px;
}

#size-box-right .width-label {
    position: absolute;
    font-size: 18px;
    left: 75px;
    top: 10px;
}

#size-box-right > .width {
    position: absolute;
    font-size: 19px;
    left: 75px;
    top: 30px;
}

#size-box-right.p0 .header-label {
    display: none;
}

#size-box-right.p0 > .header {
    display: none;
}

#size-box-right.p0 .height-label {
    position: absolute;
    font-size: 18px;
    left: 195px;
    top: 130px;
}

#size-box-right.p0 > .height {
    position: absolute;
    width: 90px;
    font-size: 19px;
    left: 180px;
    top: 150px;
}

#size-box-right.p0 .cover-label {
    display: none;
}

size-box-right.p0 > .cover {
    display: none;
}

#size-table {
    position: absolute;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    top: 280px;
    right: 7px;
    font-size: 13px;
}

#size-table thead {
    background-color: #e1e1e1;
}

#size-table th {
    padding: 5px 0px;
    font-weight: normal;
    text-align: center;
    min-width: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #a1a1a1;
}

#size-table td {
    padding: 5px 0px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #a1a1a1;
}

.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

#size-table thead {
    background-color: #e1e1e1;
}


#size-box-right.p1 .cover-label {
    position: absolute;
    font-size: 18px;
    left: 195px;
    top: 60px;
}

#size-box-right.p0 > .cover {
    display: none;
}




label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

/* WEB見積り（テーブル1）
------------------------------------- */
.ari01 {
	background: #f4f2ec;
	line-height: 16px;
	font-size: 16px;
}

.ari02 {
	background: #fdfdfc;
	line-height: 26px;
	font-size: 16px;
}

.font-size_10 {
	font-size:10px;
}

.table-1 {
	width:100%;
	margin-bottom:15px;
}

.table-1 tr {
	border: 1px solid #e6e6e6;
}

.table-1 th {
	padding:10px;
	width:20%;
	border-right: 1px solid #e6e6e6;
	text-align:center;
	vertical-align: middle;
}

.table-1 td{
	padding:10px;
	width:60%;
}

.table-1 a {
    font-weight: normal;
    color: #0c6baf;
}

.table-1 a:hover {
    color: #9f9fa0;
}


.hidden { 
	display:none;
}

.sankaku {
	font-size:100px;
	color:#9f9fa0;
}

/*見積り詳細（テーブル2）
------------------------------------- */
.table-2 {
	width:100%;
	margin-bottom:15px;
}

.table-2 tr {
	border: 1px solid #e6e6e6;
}

.table-2 th {
	padding:10px;
	border-right: 1px solid #e6e6e6;
	text-align:center;
	vertical-align: middle;
	background:#eee;
}

.table-2 td{
	padding:10px;
	text-align:center;
	border-right: 1px solid #e6e6e6;
}

/*見積り詳細の下の説明（スクロール）
------------------------------------- */
.scr {
	overflow: scroll;   /* スクロール表示 */
	width: 100%;
	height: 300px;
  	border: 1px solid #e6e6e6;
	font-size:14px;
}

.font-size_14 {
	font-size:14px;
}

..vertical-align input {
	vertical-align:1px;
}

.waku {
	border: 1px solid #e6e6e6;
}

/* ボタン（注文へ）
------------------------------------- */

.tyu_mon {
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.tyu_mon a {
	color: #fff;
	border-radius: 8px;
	border: 3px solid #e4a215;
	background: #e4a215;
	padding-top: 10px;
	padding-right: 130px;
	padding-bottom: 10px;
	padding-left: 130px;
	display:inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.tyu_mon a:hover {
	background: #fff;
	border: 3px solid #e4a215;
	color: #e4a215;
	text-decoration: none;
}


/* -----------------------------------商品一覧（page02-1）------------------------------------- */



/* -----------------------------------ヘッダー付  OPP袋（page02-2）------------------------------------- */

/*規格サイズで選ぶ（テーブル3）
------------------------------------- */
.table-3 {
	width:100%;
	margin-bottom:15px;
}

.table-3 tr {
	border: 1px solid #e6e6e6;
}

.table-3 th {
	padding:10px;
	border-right: 1px solid #e6e6e6;
	text-align:center;
	vertical-align: middle;
	background:#eee;
}

.table-3 td{
	padding:10px;
	text-align:left;
	border-right: 1px solid #e6e6e6;
	line-height: 12px;

}

.table-3 a:hover {
	color:#0c6baf;
}

/* -----------------------------------ご注文方法（page05）------------------------------------- */

.page05_Contact {
	background: #0c6baf;
}


/* -----------------------------------Q&A（page06）------------------------------------- */

.h6 {
    background: url("../img/add/page06_img.jpg") no-repeat left top scroll;
    color: #0c6baf;
    text-align: left;
    position: relative;
    padding: 0.4em 0 0.7em 2em;
    font-size: 20px;
}

.h6::before,
.h6::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.h6::after {
	bottom: 0;
	border-top: 1px solid #0c6baf;
	border-bottom: 2px solid #0c6baf;
}

.padding-left_30 {
    padding-left: 30px;
    font-size: 18px;
}

/* -----------------------------------お問い合わせ（page07）------------------------------------- */
/*規格サイズで選ぶ（テーブル3）
------------------------------------- */
.table-4 {
	width:100%;
	margin-bottom:15px;
}

.table-4 tr {
	border: 1px solid #e6e6e6;
}

.table-4 th {
	padding:10px;
	border-right: 1px solid #e6e6e6;
	text-align:center;
	vertical-align: middle;
}

.table-4 td{
	padding:10px;
	text-align:left;
	border-right: 1px solid #e6e6e6;
	line-height: 12px;
}


/*送信ボタン（青）
------------------------------------- */
.button {
    padding: 0px;
    list-style-type: none;
    margin: 0 auto;
    padding: 7px 40px 7px 50px;
    display: table;
    background: none;
    color: #ffffff;
    background-color: #0c6baf;
    text-align: center;
    border: none;
    border-radius: 5px;
    letter-spacing: 10pt;
	border: 3px solid #0c6baf;

}

.button:hover {
	background: #fff;
	border: 3px solid #0c6baf;
	color: #0c6baf;
	text-decoration:none;
	letter-spacing: 10pt;
	text-align:center
}


/*カテゴリーボタン（青）
------------------------------------- */
.category_btn a {
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    background: #0c6baf;
    text-align: center;
    border-radius: 5px;
    display: block;
}

.category_btn a:hover {
    background: #666666;
    text-decoration: none;
}

table.table-striped th.en {
	font-weight: bold;
	text-align: right;
	padding-right: 50px;
 }




/* -----------------------------------
タブレット
------------------------------------- */	



/* -----------------------------------
スマホ
------------------------------------- */