/* ブロック4 お見積もりフォーム
----------------------------*/
/* 大枠
-------------------*/
/* ラジオボタンtxt消去
----------------------------*/
.form_estimate .wpcf7-list-item{
	display:none;
}

/* リスト
----------------------------*/
.form_estimate ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}


/* 全幅背景 */
.form_estimate .wide {
	background: url("https://sizeorder-noren.com/wp/wp-content/uploads/top_heading_bg.png") repeat-x;
}
/* ブロックスタート */
.form_estimate .start {
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 1rem;
	margin-top: 6rem;
}
/* ブロックエンド */
.form_estimate .end {
	padding: 0.6rem;
	margin-top: 3rem;
}
/* 注釈 */
.form_estimate .attention {
	text-align: center;
	background-color: #FCE5E3;
	margin: 2rem auto;
	padding: 1rem;
}
.form_estimate .attention p {
font-size:0.9rem;
}	
.form_estimate .attention span {
	color: #ab1313;
	font-weight: 550;
}	

/* フォーム内
-------------------*/
/* 共通　
--------------*/
/* 「必須項目に入力してください」 */
.wpcf7-not-valid-tip{
display:none;
}


/* 見出し・文字　
---------*/
/* 見出し */
.form_estimate .form h5 {
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #000;
	margin: 6rem 0 2rem;
	padding: 0 0 0.5rem;
}
.form_estimate .form h5.first {
	margin-top: 5rem;
}
/* 小見出し */
.form_estimate .form h6 {
	font-weight: 600;
	font-size: 1rem;
	margin-top: 0.5rem;
}
/* 文字 */
.form_estimate .form p {
	margin: 0.5rem 0 0;
}

/* オプション価格
---------*/
.option_price {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.1;
	background-color: #bf1313;
	border-radius: 5px;
	padding: 0.3rem 1rem 0.5rem;
}
.option_price span {
	font-size: 0.7rem;	
}

/* 入力フォーム
---------*/
/* プレースホルダー */
::placeholder {
	color: #ccc;
}

/* リスト
---------*/
/* 大枠 */
.form_estimate ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.form_estimate p.attention + ul {
	margin-top: 2rem;
}
.form_estimate li {
	text-align: center;
}

.form_estimate .fontcolor ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap:1rem;
}


/* 選択ボタン
---------*/
/* ラベルをボタンに */
.form_estimate li label {
	display: block;
	background-color: #fff;
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
	line-height: 0;
	cursor: pointer;
	user-select: none;
}
/* ラジオボタンを非表示に */
.form_estimate input[type=radio] {
	display: none;
} 
/* 選択時の背景色 */
.form_estimate input[type=radio]:checked + label {
	background-color: #c5d3e9;
}

/* 詳細はこちらボタン
---------*/
/* ボタンデザイン */
.form_estimate .detail_btn {
	filter: unset; /* 打消し */
}
.form_estimate .detail_btn a {
	display: block;
	line-height: 1;
	font-size: 0.9rem;
	color: #5d6682;
	text-decoration: underline; /* 打消し */
	text-align: center;
	margin: 0.5rem 0 0 0;
	padding: 0.5rem;
}

/* 別ウィンドウアイコン */
.form_estimate .detail_btn .another_icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 0.5rem;
	background: no-repeat url("https://sizeorder-noren.com/wp/wp-content/uploads/cmn_contents_icon_another.png");
}

/* 見積もりをするボタン
---------*/
/* ボタンデザイン */
.form_estimate input[type=submit] {
	font-size: 1.1rem;
	font-weight: 600;
	border-color: #3e6db7;
	background-color: #3e6db7;
	padding: 1.4rem 3rem;
}

/* 1.生地
--------------*/
/* リスト幅 */
.form_estimate .block4-1 li {
	width: 22.45%;
	margin-top: 1.5rem;
}
/* 選択ボタン　マージンと最小幅 */
.form_estimate .block4-1 li label {
	padding: 15px;
	min-height: 22.2rem;
	position: relative;
}
/* ボタン内テキスト */
.form_estimate .block4-1 li label p.txt {
	text-align: left;
}
/* オプション価格位置 */
.form_estimate .block4-1 li label p.option_price {
	position: absolute;
	width: 88%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
}

/* 2.カラー
--------------*/
/* 見出し */
.form_estimate .block4-2 p.tit {
	font-size: 1.2rem;
	font-weight: 600;
}
/* リストの方向 */
.form_estimate .block4-2 ul {
	justify-content : flex-start;
}
/* 選択ボタンの幅とマージン */
.form_estimate .block4-2 li {
	width: 11.4%;
	margin: 20px 0 0 39px;
}
/* 左側のボタンのマージンをなしに */
.form_estimate .block4-2 li:nth-child(1),
.form_estimate .block4-2 li:nth-child(8) {
	margin-left: 0;
}
/* 選択ボタンの幅とマージン（アーネストのみ） */
.form_estimate .block4-2 ul.ernest_color li {
	width: 10.8%;
	margin-left: 22px;
}
/* 左側のボタンのマージンをなしに（アーネストのみ）*/
.form_estimate .block4-2 ul.ernest_color li:nth-child(1),
.form_estimate .block4-2 ul.ernest_color li:nth-child(9) {
	margin-left: 0;
}
/* 選択ボタンのマージン */
.form_estimate .block4-2 li label {
	padding: 5px;
}
/* 小見出し　カラー名 */
.form_estimate .form .block4-2 h6 {
	margin-top: 0;
	font-size: 0.9rem;
}

/* 3.サイズ
--------------*/
/* 入力フォーム
---------*/
/* 背景色とマージン */
.form_estimate .block4-3 .size_input {
	background-color: #ced9f3;
	padding: 0.5rem 0;
	text-align: center;
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
}
/* 位置センターに */
.form_estimate .block4-3 .size_input .inner {
	margin: 0 auto;
	width: 95%;
}
/* 文字横並び */
.form_estimate .block4-3 .size_input .txt,
.form_estimate .block4-3 .size_input .number {
	float: left;
}
/* 文字のマージン */
.form_estimate .block4-3 .size_input .txt {
	margin-right: 4rem;
}
/* 入力欄の文字数 */
.form_estimate .block4-3 input {
	width: 7rem;
	margin: 0 0.5rem;
	text-align: right;
}
/*  */
.form_estimate .block4-3 .annotation.unit {
	font-size: 0.9rem;
	text-align: center;
	background-color: #FCE5E3;
	margin-bottom: 0.8rem;
	padding: 0.2rem;
}
/* 小数点　エラーメッセージ */
.form_estimate .block4-3 .number_error {
	display: none;	
}
input:invalid + .form_estimate .block4-3 .number_error {
	display: inline-block;
}
/* 未入力　エラーメッセージ */
.form_estimate .block4-3 .wpcf7-not-valid-tip {
	display: inline-block;
}
/* 価格表
---------*/
/* タブ切り替え */
.form_estimate .tab-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:2rem 0;	
}
.form_estimate .tab-wrap:after {
	content: '';
	width: 100%;
	height: 8px;
	background: #344063;
	display: block;
	order: -1;
}
.form_estimate .tab-label {
	color: #fff;
	background: #ccc;
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}
.form_estimate .tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.form_estimate .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.form_estimate .tab-content p.annotation.first {
	text-align: center;
	font-weight: 600;
	background-color: #FCE5E3;
	padding: 0.5rem;
	margin-top: 1rem;
}
.form_estimate .tab-switch:checked+.tab-label {
	background: #344063;
}
.form_estimate .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 0;
	opacity: 1;
	transition: .5s opacity;
}
.form_estimate .tab-switch {
	display: none;
}
/* マージン */
.form_estimate .price_list table {
	margin: 1rem 0 0;
}
/* th・td */
.form_estimate .price_list table th,
.form_estimate .price_list table td {
	border: 1px solid #999;
	text-align: center;
	padding: 0.9rem;
}
/* タイトル部分 */
.form_estimate .price_list table th {
	background-color: #ffe3b7;
}
/* 幅 */
.form_estimate .price_list table th {
	width: calc((100% - 10%) / 6);
}
.form_estimate .price_list table th:first-child {
	width: 10%;
}
/* 価格 */
.form_estimate .form .price_list table td p {
	margin-top: 0;
}
/* 税込価格 */
.form_estimate .price_list table td span {
	font-size: 0.7rem;
}

/**/
.form_estimate .price_list table tr:first-child th{
	background:#d3dffa;
}

/**/
.form_estimate .price_list table tr:first-child th:first-child{
	background: linear-gradient(30deg, #ffe3b7 0%, #ffe3b7 50%, #d3dffa 50%, #d3dffa 100%);
}

/**/
.form_estimate .price_list table tr:first-child span.th_width{
	margin-left:20px;
	display:block;
}

/**/
.form_estimate .price_list table tr:first-child span.th_length{
	margin-right:20px;
	display:block;
}

/**/
.form_estimate .price_list table tr:first-child span.th_line{
	width:35px;
	border-top:1px solid transparent;
	margin:0;
	padding:0;
	transform:rotate(30deg);
	display:inline-block;
}

/* 4.割れ
--------------*/
/* 選択ボタンの幅とマージン */
.form_estimate .block4-4 li {
	width: 22.4%;
	margin: 20px 0 0 40px;
}
/* 左側のボタンのマージンをなしに */
.form_estimate .block4-4 li:nth-child(1),
.form_estimate .block4-4 li:nth-child(5) {
	margin-left: 0;
}
/* 小見出し　割れ名 */
.form_estimate .form .block4-4 h6 {
	margin-top: 0;
	font-size: 0.9rem;
	padding: 0.5rem 0;
	background-color: rgba(204,204,204,0.2);
}
/* 詳細はこちらボタン　幅とマージン */
.form_estimate .block4-4 p.detail_btn {
	width: 35%;
	margin: 0 auto;
}

/* 5.のれん棒・突っ張り棒を選ぶ
--------------*/
/* 選択ボタン
----------*/
/* 左寄せ */
.form_estimate .block4-10 ul::before {
	content: "";
	display: block;
	width: 22.45%;
	order: 1;
}
.form_estimate .block4-10 ul::after {
	content: "";
	display: block;
	width: 22.45%;
}
/* 左側（写真） */
.form_estimate .block4-10 ul.optionselect li:first-child {
	width: 22.45%;
}
/* 右側（ボタン） */
.form_estimate .block4-10 ul.optionselect li:last-child {
	width: 70.33%;
}
/* ボタンの上マージン */
.form_estimate .block4-10 ul.optionselect li:last-child ul {
	margin-top: 1rem;
}
/* ボタンの幅 */
.form_estimate .block4-10 ul.optionselect li:last-child li {
	width: 47.8%;
}
/* ボタンの周りにpaddingを追加 */
.form_estimate .block4-10 ul.optionselect li:last-child li h6 {
	padding: 1rem;
}

/* アイテム選択
----------*/
/* liの幅と上マージン */
.form_estimate .block4-10 ul.itemselect li {
	width: 22.45%;
	margin-top: 2rem;
}
/* .detail */
.form_estimate .block4-10 li .detail {
	min-height: 21rem; /* 高さ揃えるため */
	padding: 0.9375rem;
	border: 1px solid #999;
}
/* 下padding追加、min-height追加、文字を縦中央寄せに */
.form_estimate .block4-10 ul.itemselect li h6 {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	min-height: 2.7rem;
	padding-bottom: 0.5rem;
}
/* 米印 */
.form_estimate .block4-10 ul.itemselect li h6 sup {
	background-color: #FCE5E3;
	padding: 0.2rem;
	margin: 1rem 0 0 0.2rem;
}
.form_estimate .block4-10 ul.itemselect li h6 sup.stopper {
	margin-top: -1rem;
}
/* 耐荷重 */
.form_estimate .block4-10 ul.itemselect li p {
	font-size: 0.8rem;
	border-top: 1px solid rgba(93,102,130,0.2);
	margin: 0 0.5rem;
}
/* label */
.form_estimate .block4-10 ul.itemselect li label {
	background-color: #ced9f3;
	margin-top: 1rem;
	padding: 0.3rem;
}
/* 背景 */
.form_estimate .block4-10 ul.itemselect li .number {
	width: 6rem;
	margin: 0 auto;
}
/* 入力欄 */
.form_estimate .block4-10 ul.itemselect li .number input {
	display: inline-block;
	width: 75%;
	margin-right: 0.3rem;
	margin-bottom: 0;
	text-align: right;
}
/* 配送の注釈 */
.form_estimate .block4-10 .annotation {
	text-align: center;
	background-color: #FCE5E3;
	padding: 0.5rem 1rem;
	margin-top: 2rem;
}

/* 本数
----------*/
/* 入力フォーム 背景色とマージン */
.form_estimate .block4-10 .number_input {
	text-align: center;
	background-color: #ced9f3;
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
	margin-top: 2rem;
	padding: 0.5rem 0;
}
/* 入力フォーム　テキスト */
.form_estimate .block4-10 .number_input .txt { 
	float: left; 
	padding-left: 1rem;
	margin-left: 1rem;
}
/* 入力フォーム　入力欄 */
.form_estimate .block4-10 .number_input .number {
	float: right;
	margin-right: 1rem;
}
/* 入力フォーム　入力欄詳細 */
.form_estimate .block4-10 .number_input input {
	width: 5rem;
	margin: 0 0.5rem;
	text-align: right;
}

/* 詳細はこちらボタン
----------*/
/* 幅とマージン */
.form_estimate .block4-10 p.detail_btn {
	width: 35%;
	margin: 0 auto;
}

/* 6.加工を選ぶ
--------------*/
/* 選択ボタン
----------*/
/* 幅 */
.form_estimate .block4-5 li {
	width: 47.8%;
}
/* ボタン内リスト　幅 */
.form_estimate .block4-5 li li:first-child {
	width: 46.9%;
}
.form_estimate .block4-5 li li:last-child {
	width: 53.1%;
	padding: 1rem;
}
/* ボタン内テキスト */
.form_estimate .block4-5 li li .txt {
	text-align: left;
}

/* 棒袋・共チチ詳細共通
----------*/
/* 大枠 */
.form_estimate .ps_bobukuro,
.form_estimate .ps_chichi {
	border: 2px solid #ccc;
	margin: 3rem 0 0;
	padding: 3rem 4rem;
}
/* 見出し・文章 */
.form_estimate .form .ps_bobukuro .tit_group h5,
.form_estimate .form .ps_chichi .tit_group h5 {
	border: none;
	margin: 0;
	padding: 0;
}
.form_estimate .form .ps_bobukuro .tit_group p,
.form_estimate .form .ps_chichi .tit_group p {
	font-size: 0.9rem;
	color: #666;
	text-align: center;
	margin: 0.5rem 0 1rem;
}

/* 棒袋詳細 
----------*/
/* ボタン横幅 */
.form_estimate .ps_bobukuro li {
	width: 22%;
}
/* ボタンマージン */
.form_estimate .ps_bobukuro li label {
	padding: 1rem;
}
/* 見出し・文章 */
.form_estimate .form .ps_bobukuro li h6 {
	margin-top: 0;
}
.form_estimate .form .ps_bobukuro li p {
	font-size: 0.9rem;
	margin: 0.5rem 0 1rem;
}
/* 注釈 */
.form_estimate .form .ps_bobukuro p.annotation {
	font-size: 0.9rem;
	text-align: center;
	background-color: #f9f6ef;
	margin: 2rem 0 0;
	padding: 2rem;
}
.form_estimate .form .ps_bobukuro p.annotation span {
	display: inline-block;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5rem;
}

/* 共チチ詳細
----------*/
/* 大枠 　*/
.form_estimate .ps_chichi .inner {
	margin-top: 2rem;
}
.form_estimate .form .ps_chichi .tit_group p.txt {
	font-size: 1rem;
	font-weight: 600;
	color: red;
}
/* 参考例 文字 */
.form_estimate .block4-5 .inner .txt {
	text-align: center;
}
/* 参考例 イラスト　*/
.form_estimate .block4-5 .inner ul {
	width: 90%;
	margin: 1rem auto 0;
}
.form_estimate .block4-5 .inner li:nth-child(1) {
	width: 19.3%;
}
.form_estimate .block4-5 .inner li:nth-child(2) {
	width: 23.4%;
}
.form_estimate .block4-5 .inner li:nth-child(3) {
	width: 30.6%;
}
/* 参考例 イラスト下文字　*/
.form_estimate .block4-5 .inner ul li p {
	font-size: 0.9rem;
	line-height: 1;
	margin: 0;
}
/* 入力フォーム 背景色とマージン */
.form_estimate .ps_chichi .number_input {
	background-color: #ced9f3;
	padding: 0.5rem 0;
	text-align: center;
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
}
/* 入力フォーム　テキスト */
.form_estimate .ps_chichi .number_input .txt { 
	float: left; 
	border-left: 5px solid #344063;
	padding-left: 1rem;
	margin-left: 1rem;
}
/* 入力フォーム　入力欄 */
.form_estimate .ps_chichi .number_input .number {
	float: right;
	margin-right: 1rem;
}
/* 入力フォーム　入力欄詳細 */
.form_estimate .ps_chichi .number_input input {
	width: 5rem;
	margin: 0 0.5rem;
	text-align: right;
}
/* 詳細はこちらボタン　幅とマージン */
.form_estimate .ps_chichi p.detail_btn {
	width: 35%;
	margin: 0 auto;
}
/* 共チチ部分の注釈 */
.form_estimate .ps_chichi .inner.annotation {
	background-color: #f9f6ef;
	margin: 2rem 0 0;
	padding: 2rem;	
}
.form_estimate .ps_chichi .inner.annotation ul {
	width: 100%;
	margin: 0;
}
.form_estimate .ps_chichi .inner.annotation ul li:first-child {
	width: 35.7%;
}
.form_estimate .ps_chichi .inner.annotation ul li:last-child {
	width: 60%;
	text-align: left;
	display: table;
}
.form_estimate .form .ps_chichi .inner.annotation p {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9rem;
	line-height: 1.5;
}
.form_estimate .form .ps_chichi .inner.annotation p span {
	display: inline-block;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5rem;
}

/* 共チチ注意点 */
.form_estimate .ps_chichi .attention_chichi{
	background-color: #f9f6ef;
	background:linear-gradient(to left, #fff 2%, #f9f6ef 20%, #f7ebcd 50%, #f9f6ef 80%, #fff 98%);
	padding:0.5rem 0 1rem;
}

/* 共チチ注意点 */
.form_estimate .ps_chichi .attention_chichi p.annotation{
	text-align:center;

}

/* シングル/ダブル見出し */
.form_estimate .ps_chichi .inner h6{
	border-bottom:1px solid #000;
	text-align:center;
	padding-bottom:0.5rem;
	margin-top:2rem;
}

.form_estimate .ps_chichi .first ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items:center;
}

/* 7.ハギの長さ
--------------*/
/* 非表示
----------*/
.form_estimate .block4-6 p.txt {
	text-align: center;
}

/* 表示（大枠）
----------*/
/* リスト */
.form_estimate .block4-6 ul.slit {
	width: 94.4%;
	margin: 0 auto;
}
.form_estimate .block4-6 ul.slit li:first-child {
	width: 17.6%;
}
.form_estimate .block4-6 ul.slit li:last-child {
	width: 73.5%;
	text-align: left;
}
/* 赤文字　*/
.form_estimate .block4-6 ul.slit li:last-child span {
	color: #bf1313;
	font-weight: 600;
}
/* ボタンスタイル打ち消し　（.block４　li labelにかかっている）　*/
.form_estimate .block4-6 .slit li label {
	display: inline;
	background-color: transparent;
	filter: none;
	line-height: 1;
	cursor: default;
}

/* 入力フォーム
----------*/
/* 背景色とマージン */
.form_estimate .block4-6 .number_input {
	background-color: #ced9f3;
	padding: 0.5rem 0;
	margin-top: 7.4rem;
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
}
/* テキスト */
.form_estimate .block4-6 .number_input .txt { 
	float: left; 
	margin-left: 1rem;
}
/* 入力欄 */
.form_estimate .block4-6 .number_input .number {
	float: right;
	margin-right: 1rem;
}
/* 入力欄　詳細 */
.form_estimate .block4-6 .number_input input {
	width: 5rem;
	margin: 0 0.5rem;
	text-align: right;
}

/* リボン .ribbon
----------*/
.form_estimate .block4-6 .ribbon {
	background-color: rgba(236,229,218,.5);
	margin-top: 2rem;
	padding: 3.125rem;
}
.form_estimate .block4-6 .ribbon li:first-child {
	width: 37.03%;
}
.form_estimate .block4-6 .ribbon li:first-child img {
	display: block;
	line-height: 0;
}
.form_estimate .block4-6 .ribbon li:last-child {
	width: 59.259%;
	position:relative;
}
.form_estimate .block4-6 .ribbon li:last-child p.option_price {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.form_estimate .block4-6 .ribbon li:last-child h6 {
	text-align: left;
	text-decoration: underline;
	margin: 0;
}
.form_estimate .block4-6 .ribbon li:last-child h6 + p {
	text-align: left;
	margin-top: 1rem;
}

.form_estimate .block4-6 .ribbon li:last-child img {
	display: block;
	line-height: 0;
	margin-top: 2rem;
}

/* 8.ワンポイントプリント
--------------*/
/* 大枠 
----------*/
/* inner */
.form_estimate .block4-7 .inner {
	margin-top: 2rem;
}
.form_estimate .block4-7 .inner.optionselect {
	margin-top: 0;
}

/* 見出し・タイトル 
----------*/
/* 見出し */
.form_estimate .form .block4-7 h6 {
	margin-top: 0;
}
/* オプション価格 */
.form_estimate .block4-7 h6 span.option_price {
	display: inline-block;
	margin-left: 1rem;
	padding-top: 0.4rem;
}
.form_estimate .block4-7 .option_price br {
	display: none;
}
/* 画像下注釈 */
.form_estimate .block4-7 ul li:first-child .annotation {
	display: inline-block;
	line-height: 1.5;
}
/* 詳細はこちらボタン　マージン */
.form_estimate .block4-7 p.detail_btn a {
	margin-top: 0.8rem;
}

/* リスト 
----------*/
/* 横幅 */
.form_estimate .block4-7 ul {
	width: 94.4%;
	margin: 0 auto;
}
/* 左側 */
.form_estimate .block4-7 ul li:first-child {
	width: 17.6%;
}
/* 右側 */
.form_estimate .block4-7 ul li:last-child {
	width: 73.5%;
	text-align: left;
}
/* 選択ボタン部分 */
.form_estimate .block4-7 ul li:last-child ul {
	width: 100%;
	margin-top: 1rem;
}
/* 選択ボタン横幅 */
.form_estimate .block4-7 ul li:last-child li {
	width: 47.3%;
	text-align: center;
}
/* 選択ボタン3つ並べ */
.form_estimate .block4-7 ul li:last-child .printsize li {
	width: 29.7%;
}
/* 選択ボタン　写真あり ラベル */
.form_estimate .block4-7 ul li:last-child .optionselect li label,
.form_estimate .block4-7 ul li:last-child .printsize li label,
.form_estimate .block4-7 ul li:last-child .fontcolor li label {
	padding: 15px;
}
/* 選択ボタン　写真あり ラベル 画像幅 */
.form_estimate .block4-7 ul li:last-child .optionselect li label img,
.form_estimate .block4-7 ul li:last-child .printsize li label img,
.form_estimate .block4-7 ul li:last-child .fontcolor li label img {
	width: 100%;
}
/* 選択ボタン　写真あり 小見出し */
.form_estimate .block4-7 ul li:last-child .optionselect li label h6,
.form_estimate .block4-7 ul li:last-child .printsize li label h6,
.form_estimate .block4-7 ul li:last-child .fontcolor li label h6 {
	margin-bottom: 1rem;
}
/* 選択ボタン　写真なし 小見出し */
.form_estimate .block4-7 ul li:last-child .printcontents li h6,
.form_estimate .block4-7 ul li:last-child .fullprintsize li h6 {
	padding: 1rem;
}
/* 選択ボタン上マージン */
.form_estimate .block4-7 ul li:last-child .optionselect li:nth-child(3),
.form_estimate .block4-7 ul li:last-child .optionselect li:nth-child(4) {
	margin-top: 1.5rem;
}

/* テキストグループ（非掲載）
----------*/
/* 枠 */
.form_estimate .block4-7 .inner.txt_group {
	background-color: #f9f6ef;
	padding: 2rem 2rem 1rem;
	margin-top: 0;	
}
.form_estimate .block4-7 .inner.txt_group.fullcolor {
	border-top: 1px solid #ccc;
	padding: 1rem 2rem 2rem;
}
/* 見出し */
.form_estimate .block4-7 .inner.txt_group h6 {
	float: left;
}
/* テキスト */
.form_estimate .block4-7 .inner.txt_group p.txt {
	float: left;
	margin: 0 0 0 0.5rem;
}
/* 詳細ボタン */
.form_estimate .block4-7 .inner.txt_group p.detail_btn {
	float: right;
	width: 35%;
	margin-top: 0;
}
.form_estimate .block4-7 .inner.txt_group p.detail_btn a {
	margin-top: 0;
	padding: 1rem;
}

/* プリントを選ぶ
----------*/
/* 無地の色 */
.form_estimate .block4-7 ul li:last-child .optionselect .option_price.no_price {
	background-color: #344063;
}

/* 書体・入稿共通 

----------*/
/* 大枠 */
.form_estimate .sc_font,
.form_estimate .s_data {
	border: 2px solid #ccc;
	margin: 3rem 0 0;
	padding: 2rem;
}
/* 見出し */
.form_estimate .sc_font p.tit,
.form_estimate .s_data p.tit {
	border-bottom: 1px dashed #ccc;
	line-height: 1.2;
	text-align: center;
	padding: 0.5rem 1rem;
	margin: 0 0 1.5rem;
}
/* 入稿データ */
.form_estimate .form .block4-7 .s_data label {
	display: block;
	width: 100%;
	text-align: center;
	border: 3px dotted #ced9f3;
	background-color: #ebf0f8;
	padding: 1rem;
	cursor: pointer;
}
.form_estimate .form .block4-7 .s_data label:hover {
	background-color: #dce5f2;	
}
/* 注釈 （ファイル選択の下） */
.form_estimate .s_data .sub_txt{
	margin-top:2rem;
}
/* 注釈 */
.form_estimate .form .block4-7 .s_data .attention + p.annotation {
	margin-top: 1rem;
}
/* デザインデータについて リンク */
.form_estimate .attention a{
	display:block;
	line-height:1;
	font-size:0.8rem;
	color:#ab1313;
	text-decoration:underline;
	text-align:center;
	margin:0.5rem 0 0 0;
	padding;0.5rem;
}
/* デザインデータについて リンクアイコン */
.form_estimate .attention .another_icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 0.5rem;
	background: no-repeat url(https://sizeorder-noren.com/wp/wp-content/uploads/cmn_contents_icon_another-1.png);
}
/* 書体見本 
----------*/
/* 大枠 */
.form_estimate .sc_font .inner {
	margin: 3rem 0 0;
}
.form_estimate .sc_font .inner.first {
	margin-top: 0;
}
/* 注釈 */
.form_estimate .sc_font .inner .annotation {
	text-align: center;
}
/* 選択ボタン */
.form_estimate .sc_font ul {
	margin: 1rem 0 0;
	width: 100%;
}
/* 選択ボタン　フォント 横幅 */
.form_estimate .sc_font li,
.form_estimate .sc_font ul li:first-child,
.form_estimate .sc_font ul li:last-child {
	width: 12.76%;
	text-align: center;
	margin-top: 1rem;
}
/* 選択ボタン　フォント テキスト */
.form_estimate .form .sc_font li p {
	font-size: 0.8rem;
	text-align: center;
}
/* 書体注釈 */
.form_estimate .sc_font .inner.first .annotation {
	background-color: #f9f6ef;
	padding: 1rem;
}
.form_estimate .sc_font .direction ul li {
	width: 47.3%;
	text-align: center;	
}
.form_estimate .sc_font .direction ul li h6 {	
	padding: 1rem;
}
/* 入力フォーム　名入れ */
.form_estimate .nairetxt {
	background-color: #ced9f3;
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
	padding: 0.8rem;
}
.form_estimate .nairetxt input {
	margin-bottom: 0;
}

/* 9.枚数
--------------*/
/* 入力フォーム 背景色とマージン */
.form_estimate .block4-8 .number_input {
	background-color: #ced9f3;
	padding: 0.5rem 0;
	text-align: center;
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
}
/* 入力フォーム　テキスト */
.form_estimate .block4-8 .number_input .txt { 
	float: left; 
	padding-left: 1rem;
	margin-left: 1rem;
}
/* 入力フォーム　入力欄 */
.form_estimate .block4-8 .number_input .number {
	float: right;
	margin-right: 1rem;
}
/* 入力フォーム　入力欄詳細 */
.form_estimate .block4-8 .number_input input {
	width: 5rem;
	margin: 0 0.5rem;
	text-align: right;
}

/* 10.お客様情報
--------------*/
/* 入力フォーム　マージン */
.form_estimate .block4-9 label {
	display: block;
	margin-top: 1.5rem;
}
/* 文字 */
.form_estimate .block4-9 .txt {
	text-align: center;
	margin-top: 0;
}
/* 支払い情報 */
.form_estimate .s-payment {
	margin: 1.5rem 0 3rem;
}
.form_estimate .s-payment li {
	width: 30.4%;
}
.form_estimate .s-payment label {
	margin-top: 0;
}
.form_estimate .s-payment li h6 {
	padding: 1rem;
}