@CHARSET "UTF-8";
.contents #topGroupName {
	font-size: 16px;
	padding: 0 20px;
}

[id*="__error_"] {
	color: #fc1726;
	width: 100%;
	font-size: 0.85em;
}

#initializeViewRow {
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 1em;
	z-index: 10;
}
/*
#initializeView {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 50%;
}
*/
#waiting_dialog_innerId {
	/*
	display: inline-block;
	background: url(../img/template/standard/loading.gif) left center no-repeat;
	width: 16px;
	height: 16px;
	*/
	width: 3em;
	height: 3em;
	border-top: 1em solid rgba(22, 68, 147, 0.2);
	border-right: 1em solid rgba(22, 68, 147, 0.2);
	border-bottom: 1em solid rgba(22, 68, 147, 0.2);
	border-left: 1em solid rgba(22, 68, 147, 1);
	animation: loaderAnime 1s infinite linear;
	border-radius: 50%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 11;
}

@keyframes loaderAnime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loadingNone {
    animation: loadingAnime 1s forwards;
    display: none;
}

.loading {
    display: block;
    opacity: 0.7;
}

@keyframes loadingAnime {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

#manufactureBasicTitleRow {
	font-size: 1.75em;
	font-weight: bold;
	margin-top: 50px;
}

#c1xxxxGroupRow,
#c2xxxxGroupRow,
#c3xxxxGroupRow,
#c4xxxxGroupRow,
#c5xxxxGroupRow,
#c6xxxxGroupRow,
#c7xxxxGroupRow {
	font-size: 0.95em;
}

#c3xxxxGroupRow,
#c4xxxxGroupRow,
#c5xxxxGroupRow,
#c6xxxxGroupRow,
#c7xxxxGroupRow {
	margin: 10px auto;
	border: 1px solid #004390;
	border-radius: 5px;
	background: #fff;
}
#c3xxxxGroupRow dl dd,
#c4xxxxGroupRow dl dd,
#c5xxxxGroupRow dl dd,
#c6xxxxGroupRow dl dd,
#c7xxxxGroupRow dl dd {
	border-left: none;
	border-right: none;
}
#c3xxxxGroupRow dl dd:first-child,
#c4xxxxGroupRow dl dd:first-child,
#c5xxxxGroupRow dl dd:first-child,
#c6xxxxGroupRow dl dd:first-child,
#c7xxxxGroupRow dl dd:first-child {
	border-top: none;
}
#c3xxxxGroupRow dl dd:last-child,
#c4xxxxGroupRow dl dd:last-child,
#c5xxxxGroupRow dl dd:last-child,
#c6xxxxGroupRow dl dd:last-child,
#c7xxxxGroupRow dl dd:last-child {
	border-bottom: none;
}

#marutsuBasicLinkRow {
	margin: 50px 0 20px;
	background-color: #004390;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
#marutsuBasicLinkRow::before,
#marutsuBasicLinkRow::after {
	content: "";
	background-color: #fff;
	display: block;
	width: 10px;
	height: 1.5px;
	position: absolute;
	top: 1px;
	right: 15px;
	bottom: 0;
	margin: auto;
	transform: translateY(-50%);
}
#marutsuBasicLinkRow::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
#marutsuBasicLinkRow > a {
	display: block;
	font-weight: bold;
	padding: 15px 30px 15px 10px;
}
#marutsuBasicLinkRow > a:hover {
	text-decoration: none;
}
#marutsuBasicLinkRow.open::after {
	transform: rotate(0);
	transition: 0.5s;
	top: 0;
}
#marutsuBasicLinkRow a:hover {
	text-decoration: none;
}

#marutsuBasicLink_link {
	color: #fff;
	font-size: 1.12em;
	font-weight: bold;
	display: block;
	padding: 15px 35px 15px 10px;
}
#marutsuBasicLink_link::after,
a[id*=xxxxOpen_link]::after {
	content: "[ 開く ]";
	float: right;
	font-size: 0.85em;
	font-family: 'Noto Sans JP', sans-serif;
}
#marutsuBasicLink_link.open::after,
a[id*=xxxxOpen_link].open::after {
	content: "[ 閉じる ]";
}

/* テキストボックス・セレクトボックス */
[id*="TSurround"], [id*="RSurround"], [id*="SSurround"], [id*="RLabelSurround"] {
	display: inline-block;
	margin: 2px;
}
/**/
[id*="Surround"] input,
[id*="Surround"] select {
	min-height: 40px;
}
/**/
[id*="TSurround"] input + [id*="SuffixLabel"] {
	vertical-align: middle;
}

/* 標準仕様のラベル */
div[id$=OpenSurround] {
	font-size: 1.12em;
	background-color: #f7f7f7;
	border-radius: 5px;
	position: relative;
}
div[id$=OpenSurround]::before,
div[id$=OpenSurround]::after {
	content: "";
	background-color: #004390;
	display: block;
	width: 10px;
	height: 1.5px;
	position: absolute;
	top: 1px;
	right: 15px;
	bottom: 0;
	margin: auto;
	transform: translateY(-50%);
}
div[id$=OpenSurround]::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
div[id$=OpenSurround] > a {
	display: block;
	font-weight: bold;
	padding: 15px 30px 15px 10px;
}
div[id$=OpenSurround] > a:hover {
	text-decoration: none;
}

/* 標準仕様のラベル */
div[id$=OpenSurround].open {
	background-color: #004390;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
div[id$=OpenSurround].open a {
	color: #fff;
}
div[id$=OpenSurround].open::after {
	transform: rotate(0);
	transition: 0.5s;
	top: 0;
}
div[id$=OpenSurround].open::before,
div[id$=OpenSurround].open::after {
	background-color: #fff;
}

/* 利用サービス */
#serviceDivChoiceTitleRow {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}
#serviceDivChoiceTitleSurround {
	width: 100%;
	margin-bottom: 15px;
}

/* 利用サービスのチェックボックス */
#serviceDivChoiceTitleRow input {
	width: 1em;
	height: 1em;
	display: none;
}

/* 利用サービスのラベル */
#serviceDivChoiceTitleRow label {
	font-size: 1.12em;
	font-weight: bold;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
	padding: 15px 10px;
	width: calc(25% - 10px);
	text-align: center;
	cursor: pointer;
}
#serviceDivChoiceTitleRow label:last-of-type {
	margin-right: 0;
}
#serviceDivChoiceTitleRow label.selected {
	border: 4px solid #004390;
}
/*各ラベルのアイコン画像*/
.targetServiceCheck_inner {
	display: flex;
	align-items: center;
}
.targetServiceCheck_inner::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	display: inline-block;
	width: 30%;
	height: 50px;
	margin: 0 13px;
}
#targetServiceCheck_0_label .targetServiceCheck_inner::before {
	background-image: url(../shop/marutsu/img/board/ico_design.png);
}
#targetServiceCheck_1_label .targetServiceCheck_inner::before {
	background-image: url(../shop/marutsu/img/board/ico_mfr.png);
}
#targetServiceCheck_2_label .targetServiceCheck_inner::before {
	background-image: url(../shop/marutsu/img/board/ico_cm.png);
}

/* 入力グループ */
fieldset legend {
	color: #004390;
	padding: 30px 0 10px;
	font-weight: bold;
	font-size: 1.5em;
}

.noline {
	border-bottom: 0px;
}

/* 項目の行 */
form dl dd {
	display: flex;
	border: 1px solid #ccc;
	border-top: none;
}
form dl dd:first-child {
	border-top: 1px solid #ccc;
}

form dl dd > div {
	padding: 5px 15px;
	align-items: center;
	display: flex;
	border-left: 1px solid #ccc;
}
form dl dd > div:last-child {
	flex-wrap: wrap;
	flex: 1 0 0%;
}

/* 項目のラベルグループ */
form dl dd > div:first-child {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	border-left: none;
	border-right: 1px solid #ccc;
	background-color: #f3f3f3;
}
/* 項目ラベル */
form dl dd a:first-child  {
	/* width: 200px; */
	display: inline-flex;
	font-size: larger;
	margin: 13px 3px 3px 10px;
	padding-left: 4px;
}
/* 項目ヘルプ */
form dl dd label:first-child  {
	display: inline-flex;
	/*font-size: larger;*/
	padding: 10px 0;
}

/* 項目ラベルのヘルプアイコン */
.contents form dl dd [id*="HelpSurround"] {
	margin-left: auto;
}
.contents form dl dd .itemHelp {
	border-radius: 5em;
	background-color: #004390;
	color: #fff;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
}

/* ラジオボタンのラベル */
form dl dd .radiobuttonLabel {
	border: solid 1px #ccc;
	border-radius: 4px;
	display: inline-block;
	min-width: 50px;
	min-height: 40px;
	background-color: #f7f7f7;
	padding: 8px 20px;
	margin: 2px;
	cursor: pointer;
}

/* ラジオボタン */
form dl dd input[type=radio] {
	visibility: hidden;
	position: fixed;
}

/* 選択状態のラジオボタンのラベル */
form dl dd input[type=radio]:checked+label {
	background-color: #004390;
	border-color: #004390;
	color: #fff;
}

/* 選択状態のラジオボタンのラベル */
form dl dd input[type=radio]:disabled+label {
	background-color: #a7a7a7;
	cursor: default;
}

/* チェックボックスのラベル */
form dl dd .checkboxLabel::before,
form dl dd .checkboxLabel::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
form dl dd .checkboxLabel::before {
	height: 1.2em;
	width: 1.2em;
	border: 1px solid #004390;
	display: block;
	background-color: #fff;
	border-radius: 2px;
	left: 10px;
}
form dl dd .checkboxLabel {
	border: solid 1px #ccc;
	border-radius: 4px;
	display: inline-block;
	min-width: 50px;
	min-height: 40px;
	background-color: #f7f7f7;
	padding: 8px 20px 8px 35px;
	margin: 2px;
	position: relative;
	cursor: pointer;
}

/* チェックボックス */
form dl dd input[type=checkbox] {
	visibility: hidden;
	position: absolute;
	top: 3px;
	left: 3px;
}

/* 選択状態のチェックボックスのラベル */
form dl dd input[type=checkbox]:checked + label::after {
	font-family: "FontAwesome";
	font-size: 1em;
	content: "\f00c";
	color: #fc1726;
	left: 11px;
}
form dl dd input[type=checkbox]:checked+label {
	background-color: #004390;
	border-color: #004390;
	color: #fff;
	position: relative;
}

#c3m5chi14R_0::before {
	content: "「はい」は当方の都合によりENIGに変更しても構わないとの意味です。";
}

#c3m5chi15R_2_label:after {
	content: "1U"=0.0254um";
}

/* 見積番号 */
.c1xxxxi01TGoup,
#c1xxxxi01TSurround {
	width: 100%;
}

/* 商品名 */
.c1xxxxi02TGoup,
#c1xxxxi02TSurround {
	/* width: 100%; */
}
#c1xxxxi02T {
	width: 300px;
}

/* 基板サイズX */
#c1xxxxi05TSurround {
	margin-right: 50px;
}

/* 見積ボタン */
#calcEstimateButton,
#inquireEstimateButton {
	background: #164493;
	border: 1px solid #004390;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-style: none;
	color: #fff;
	padding: 12px 10px;
	height: 100%;
	border-radius: 5px;
	margin: 5px;
	text-align: center;
	font-weight: normal;
}
#calcEstimateButton {
	width: auto;
}
#calcEstimateButton:hover {
	opacity: 0.6;
}

/* 見積金額 */
#estimatePriceRow,
#initialCostRow,
#workCostRow,
#boardNumRow,
#unitCostRow,
#addCostRow {
	margin: 0 0 0 10px;
}
#estimatePriceRow span,
#estimatePriceRow label,
#initialCostRow label,
#workCostRow label,
#boardNumRow label,
#unitCostRow label,
#addCostRow label {
	display: inline-block;
	font-weight: bold;
	margin: 5px;
	vertical-align: middle;
}
#estimatePriceRow label {
	white-space: nowrap;
}
#estimatePrice,
#initialCost,
#workCost,
#boardNum,
#unitCost,
#addCost {
	display: inline-block;
	height: 100%;
	width: 90px;
}
#estimatePriceSurround {
	display: flex;
	align-items: center;
}
#estimatePrice {
	border: solid #fc1726;
	color: #fc1726;
	font-weight: bold;
	font-size: 1.2em;
	width: 120px;
}

/* マルツ改修：2022/1　１枚当たりの金額*/
#estimateOneSheetPriceRow {
	font-weight: bold;
}

#componentMountingEstimatesGroupRow {
	position: fixed;
	width: 100%;
	display: block;
	border: #e0e0e0 1px solid;
	z-index: 2;
	background-color: #eee;
	left: 0px;
	border-top: solid 2px #ccc;
}
#componentMountingEstimatesGroup {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
/* 問い合わせくだいメッセージ */
#askMessageRow {
	padding: 5px;
}

.itemHelp {
	max-height: 30px;
}

/* デートピッカー用 */
table.ui-datepicker-calendar th {
	width: auto;
}
div.ui-datepicker-title {
	display: flex;
}

/* 画像 */
form dl dd .img_wrap,
form dl dd .no_img_wrap {
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin: 0 15px;
	display: block;
	position: relative;
}
form dl dd .img_wrap img,
form dl dd .no_img_wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 表面処理、３Mテープなどのサブ選択で項目名がないもの */
#c7xxxxi23RTitleSurround {
	width: 74px;
}
#c7xxxxi25RTitleSurround {
	width: 171px;
}
#c3m5chi14RTitleSurround,
#c3m5chi16TTitleSurround {
	width: 62px;
}

/* 部品実装：表面実装（SMD）部品、BGAの実装部品 テキストフィールドを後ろにする */
#c2xxxxi06TGoup,
#c2xxxxi07TGoup {
	flex-direction: row-reverse;
	justify-content: start;
}

/* 動的メッセージ */
.msg_class {
	margin-left: 20px;
	color: #fc1726;
	font-size: 0.85em;
	display: inline-block;
	vertical-align: middle;
}

.alertMessage {
	margin-left: 20px;
	vertical-align: middle;
}

#optional_section_cover {
	display: inline-block;
	position: fixed;
	z-index: 2;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.6);
}

/* 基板種類、 最小仕上り穴径など：メッセージ表示時にボタン位置がずれない様に。 */
#c1xxxxi03RGoup,
#c1xxxxi10TGoup,
#c3m2chi06RGoup,
#c1xxxxi05TGoup,
#c4m1xxi06RGoup {
	display: inline-grid;
}
#c1xxxxi05TGoup > div {
	/* width: 100%; */
}
#__error_c1xxxxi05T .alertMessage,
#__error_c1xxxxi06T .alertMessage,
#__error_c4m1xxi08T .alertMessage,
#__error_c4m1xxi09T .alertMessage {
	/* display: block; */
}

/** シート面付編集：入力フィールドデザイン */
#c4m1xxi07S08T09TWrap {
	display: flex;
}
#c4m1xxi08T09TWrap {
	display: grid;
}

/* 「8層以上はこちら」リンクをボタン（ラジオ）の横に表示するため */
#c1xxxxi04RGoup {
	display: inherit;
}

/* ボタン内の画像表示用 */
.img_in_label_for_radio {
	max-height: 25px;
	margin-right: 3px;
}
.contents .label_img_in_label_for_radio {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.div_img_in_label_for_radio {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

/* 「８層以上はこちら」リンク */
#over6LayerLink_link {
	font-size: 0.85em;
	color: orange;
	font-weight: bold;
}

/* サービス用画像 */
.img_in_label_for_service {
	max-height: 100%;
	margin-left: 15px;
}
#serviceDivChoiceTitleRow label.label_img_in_label_for_service {
	padding: 5px 10px;
	max-height: 52px;
}

/* 不要な？アイコンを非表示 */
#c3m3chi07RHelpSurround,
#c3m4chi10RHelpSurround,
#c3m5chi14RHelpSurround,
#c3m6chi18RHelpSurround,
#c3m6chi19RHelpSurround,
#c3m3jpj07RHelpSurround,
#c3m4jpj10RHelpSurround,
#c3m5jpj14RHelpSurround,
#c3m6jpj18RHelpSurround,
#c3m6jpj19RHelpSurround {
	display: none;
}

@media screen and (max-width: 736px) {
	.contents #topGroupName {
		padding: 0 10px;
	}
	/* テキストボックス・セレクトボックス */
	[id*="TSurround"],
	[id*="RSurround"],
	[id*="SSurround"],
	[id*="RLabelSurround"] {
		width: 98%;
	}
	/* 項目の行 */
	form dl dd {
	flex-direction: column;
		position: relative;
	}
	form dl dd > div {
 	border-left: none;
 	width: 100%;
 	max-width: inherit;
 	min-width: inherit;
		padding: 5px;
 }
 form dl dd > div:first-child {
 	border-right: none;
 	border-bottom: 1px solid #ccc;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
 }

	/* 項目ラベル */
	form dl dd label:first-child {
		vertical-align: top;
	}

	/* ラジオボタンのラベル */
	form dl dd .radiobuttonLabel {
		padding: 8px;
	}
	form dl dd .checkboxLabel {
		padding: 8px 8px 8px 35px;
		vertical-align: top;
	}

	/* 利用サービスのラベル */
	#serviceDivChoiceTitleRow label {
		font-size: 1em;
		width: calc(33.33% - 10px);
	}
	/*各ラベルのアイコン画像*/
	.targetServiceCheck_inner {
		flex-direction: column;
	}
	.targetServiceCheck_inner::before {
		background-position: center;
		height: 40px;
		width: 100%;
		margin: 0 0 10px;
	}

	/* 見積金額 */
	#estimatePriceRow,
	#estimateOneSheetPriceRow,
	#initialCostRow,
	#workCostRow,
	#boardNumRow,
	#unitCostRow,
	#addCostRow {
		margin-top: 10px;
	}
	#componentMountingEstimatesGroup {
		align-items: flex-end;
	}

	/* 見積番号 */
	#c1xxxxi01T {
		width: 100%;
	}

	/* 商品名 */
	#c1xxxxi02T {
		width: 100%;
	}

	/* 見積ボタン */
	#calcEstimateButton,
	#inquireEstimateButton {
		width: 100%;
	}

	/* 画像 */
	form dl dd .img_wrap,
	form dl dd .no_img_wrap {
		margin: 10px auto;
	}
	form dl dd .img_wrap {
		width: 120px;
		min-width: inherit;
		height: 120px;
	}
	form dl dd .no_img_wrap {
		width: 50px;
		mheight: 50px;
	}

	/* 基盤の種類 */
	#c1xxxxi03RTitleRow .radiobuttonLabel {
		width: 48%;
	}
	#c1xxxxi03R_msg {
		display: block;
	}

	/* インピーダンス制御基板 */
	#c1xxxxi11RTitleRow .radiobuttonLabel {
		width: 100%;
	}

	/* 部品調達方法 */
	#c2xxxxi10RTitleRow .radiobuttonLabel {
		width: 100%;
	}

	/* 基板設計情報 */
	#c6xxxxGroup .radiobuttonLabel,
	#c6xxxxGroup .checkboxLabel {
		width: 48%;
	}

	/* 基板製造情報 */
	/*品種・材料、耐熱性、表面処理*/
	#c3m1chi01RTitleRow .radiobuttonLabel,
	#c3m1chi02RTitleRow .radiobuttonLabel,
	#c3m5chi13RTitleRow .radiobuttonLabel {
		width: 100%;
	}
	/*レジスト印刷面、表面処理、端子部の表面処理*/
	#c3m3chi07RGoup .radiobuttonLabel,
	#c3m5chi14RSurround .radiobuttonLabel,
	#c3m6chi18RGoup .radiobuttonLabel {
		width: 48%;
	}

	/* 追加オプション設定 */
	#c3xxxxGroupRow .radiobuttonLabel,
	#c4xxxxGroupRow .radiobuttonLabel,
	#c5xxxxGroupRow .radiobuttonLabel,
	#c6xxxxGroupRow .radiobuttonLabel,
	#c7xxxxGroupRow .radiobuttonLabel {
		width: 48%;
		vertical-align: top;
	}

	#marutsuBasicLink_link,
	div[id$=OpenSurround] {
		font-size: 1em;
	}
	#marutsuBasicLink_link::after,
	a[id*=xxxxOpen_link]::after {
		float: none;
		display: block;
	}
	marutsuBasicLinkRow > a,
	div[id$=OpenSurround] > a {
		padding: 10px 30px 10px 10px;
	}
	/* マルツ改修：2022/1　１枚当たりの金額*/
	#estimateOneSheetPriceRow {
		margin-left: 35px;
	}
	

}
