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

  ZeroMail

  -org_custom：iframe専用補足用css
  
////////////////////////////////////////////////////*/




/* init：
-------------------------------------------- */

body {
	font-family: 'Noto Serif JP', serif;
	/* font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif; */
	/*font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	background-color: rgba(255,255,255,0);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	}

#container {
    /* max-width: 1000px; */
    /* margin: 0 auto; */
	}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}
#con_main {
    max-width: 1000px;
    padding: 0 0;
    margin: 0 auto;
	}

/* parts：
-------------------------------------------- */

#container h1, #container h2 {
    display: none;
	}
.secForm legend {
	display: none;
	}
.secForm .legend,
.secForm .inputF.cb > span:nth-of-type(1) label {
	display: block;
	width: 100%;
	margin: 38px 0 20px;
	font-size: 1.25rem;
	text-align: center;
	}
.secForm .notice {
	font-size: 14px;
	text-align: center;
	}



/* f_info
--------------------------------------------------*/

.f_info > p {
	/* display: flex; */

	}
/* .f_info > p:nth-child(2) { */
.f_info > p:nth-of-type(2),
.f_info > p:nth-of-type(3),
.f_info > p:nth-of-type(4),
.f_info > p:nth-of-type(5),
.f_info > p:nth-of-type(6),
.f_info > p:nth-of-type(7),
.f_info > p:nth-of-type(8) {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 600px;
	margin: 16px auto 0;
	padding: 0 20px;
	}
.f_info > p:nth-of-type(2) .inpTt,
.f_info > p:nth-of-type(3) .inpTt,
.f_info > p:nth-of-type(4) .inpTt,
.f_info > p:nth-of-type(5) .inpTt,
.f_info > p:nth-of-type(6) .inpTt,
.f_info > p:nth-of-type(7) .inpTt,
.f_info > p:nth-of-type(8) .inpTt {
	width: 100%;
	max-width: 146px;
	}
.f_info .inpFl {
	width: 100%;
	}
.f_info > p:nth-of-type(2) .inpFl,
.f_info > p:nth-of-type(3) .inpFl {
	display: flex;
	width: 100%;
	max-width: 370px;
	}
.f_info > p:nth-of-type(4) .inpFl,
.f_info > p:nth-of-type(5) .inpFl {
	width: 100%;
	max-width: 370px;
	}
.f_info #firstname,
.f_info #firstnameKana {
	margin: 0 0 0 6px;
	}

.f_info [type=text],
.f_info [type=email],
.f_info [type=tel],
.f_info [type=password],
.f_info textarea {
	width: 100%;
	padding: 10px 10px;
	border: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	}

/*-- cb --*/

.inputF.cb {
	/* border: 1px solid #514847; */
	}
.inputF.cb .inpTt_notice {
	display: block;
	width: 100%;
	padding: 7px 0;
	background: #514847;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
	text-align: center;
	color: #ffffff;
	}
.inputF.cb .inpTt_notice_sub {
	margin: 0 0 0 10px;
	font-size: 0.75rem;
	}
@media screen and (max-width: 768px) {
  .inputF.cb .inpTt_notice_sub {
  	display: block;
  }
}

.inputF.cb .orderInfo {
	display: block;
	margin: 20px 0 10px;
	padding: 6px 0 16px;
	border: 1px solid #514847;
	position: relative;
	-webkit-transition: all 1000ms ease;
	        transition: all 1000ms ease;
	}
.inputF.cb .orderInfo .otodoke {
	display: block;
	width: 100%;
	margin: 0 0;
	padding: 0 0 6px 0;
	font-size: 1rem;
	text-align: center;
	border-bottom: 1px solid #514847;
	}
.inputF.cb .orderInfo > span:nth-of-type(3),
.inputF.cb .orderInfo > span:nth-of-type(4),
.inputF.cb .orderInfo > span:nth-of-type(5),
.inputF.cb .orderInfo > span:nth-of-type(6),
.inputF.cb .orderInfo > span:nth-of-type(7) {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 600px;
	margin: 20px auto 0;
	padding: 0 20px;
	}
.inputF.cb .orderInfo > span:nth-of-type(3) .cbLb,
.inputF.cb .orderInfo > span:nth-of-type(4) .cbLb,
.inputF.cb .orderInfo > span:nth-of-type(5) .cbLb,
.inputF.cb .orderInfo > span:nth-of-type(6) .cbLb,
.inputF.cb .orderInfo > span:nth-of-type(7) .cbLb {
	width: 100%;
	max-width: 125px;
	}
.inputF.cb .orderInfo > span:nth-of-type(4) input,
.inputF.cb .orderInfo > span:nth-of-type(5) input {
	/* width: 100%; */
	max-width: 177px;
	}

/*-- fOrder --*/

.inputF .fOrder,
.inputF .fOrder_resin {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	margin: 0 auto 0;
	justify-content: center;
	}
.inputF .fOrder .fO_pt,
.inputF .fOrder_resin .fOR_pt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 54px 0 0;
	max-width: 240px;
	}
.inputF .fOrder .iTitle.blk,
.inputF .fOrder_resin .iTitle.blk {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	margin: 0 8px 0 0;
	}
.inputF .fOrder .specifications,
.inputF .fOrder_resin .specifications {
	width: 100%;
	text-align: center;
	}
.inputF .fOrder .iPrice.blk,
.inputF .fOrder_resin .iPrice.blk {
	display: flex;
    margin: 16px 0 0;
	}


.inputF .fOrder .itPrice_fl,
.inputF .fOrder_resin .itPrice_fl,
.inputF .fOrder_opt .itPrice_fl {
	/* width: 100%; */
	/* max-width: 64px; */
	padding: 0 0;
	border: 0;
	font-size: 16px;
	font-weight: 300;
   	}
.inputF .fOrder .itPrice_fl input,
.inputF .fOrder_resin .itPrice_fl input,
.inputF .fOrder_opt .itPrice_fl input {
	padding: 0;
	width: auto;
	max-width: 60px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
   	}



.inputF .fOrder .blk,
.inputF .fOrder_resin .blk {
    margin: 4px 0 0;
	}
.inputF .fOrder .itNum.btl,
.inputF [type=number] {
	border: 0;
	padding: 10px 12px;
	font-size: 16px;
   	}

.inputF .fOrder .notice {
	width: 100%;
	padding: 6px 0;
	margin: 20px 20px 0;
	max-width: 1000px;
	background: #BCA585;
	color: #ffffff;
	}

/*-- fOrder_opt --*/

.inputF .fOrder_opt {
	display: block;
	position: relative;
	}
.inputF .fOrder_opt + .fOrder_opt {
	margin: 50px 0 0;

	max-width: 1000px;
	margin: 20px 20px 0;
	border-top: 1px solid #cdd8eb;
	}
.inputF .fOrder_opt + .fOrder_opt .taLabel.blk {
	display: block;
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
	}


.inputF .fOrder_opt .fOO_pt {
	display: flex;
	max-width: 1000px;
	margin: 20px 20px 0;
	}
@media screen and (max-width: 768px) {
  .inputF .fOrder_opt .fOO_pt {
	/* display: flex; */
	flex-direction: column;
	align-items: center;
  }
}


.inputF .fOrder_opt .ordertp_texa {
	height: 255px;
	}

.inputF .fOrder_opt .paneOptL {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 300px;
	}
.inputF .fOrder_opt .paneOptL .iPrice.blk {
	display: flex;
	}
.inputF .fOrder_opt .paneOptL .iTitle.blk {
	display: block;
	margin: 10px 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	}
.inputF .fOrder_opt .paneOptL .iTitle.blk > span {
	font-size: 12px;
	}
.inputF .fOrder_opt .paneOpt {
	width: 100%;
	max-width: 470px;
	margin: 0 0 0 50px;
	}
@media screen and (max-width: 768px) {
  .inputF .fOrder_opt .paneOpt {
	/* width: 100%; */
	/* max-width: 470px; */
	margin: 20px 0 0;
  }
}

.inputF .fOrder_opt .paneOpt > span {
	display: flex;
	flex-wrap: wrap;
	}
@media screen and (max-width: 768px) {
  .inputF .fOrder_opt .paneOpt > span {
	margin: 20px 0 0;
  }
}
.inputF .fOrder_opt .paneOpt .order_ex {
	margin: 10px 0 0 18px;
	}
.inputF .fOrder_opt .paneOpt .order_ex > span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	}

.inputF .fOrder_opt .orderDetail textarea {
	margin: 10px 0 0 0;
	}


/*-- orderGift --*/

.orderGift {
	display: flex;
	justify-content: center;
	padding: 24px 0;	
	margin: 24px 20px 0;
	max-width: 1000px;
	border-top: 1px solid #cdd8eb;
	border-bottom: 1px solid #cdd8eb;
	font-family: 'Noto Sans JP', sans-serif;
	}
.orderGift > label {
	margin: 0 20px 0 0;
	font-family: 'Noto Serif JP', serif;
	}

/*-- orderTtlsb --*/

.orderTtlsb {
	display: flex;
	justify-content: flex-end;
	align-items: center;
    width: 100%;
	margin: 20px 0px;
	padding: 0 20px 0;
	max-width: 1000px;
	}
.orderTtlsb > span:nth-child(1) {
	margin: 0 6px 0 0;
	}
.orderTtlsb .otsVw01 {
	font-size: 32px;
	}

/*-- button_normal --*/

.buttUtil {
	display: block;
	position: relative;
    width: 100%;
	}
.button_normal {
    position: absolute;
    top: -10px;
    right: 0;
    /* width: 270px; */
    width: 100%;
    max-width: 200px;
    /* height: 42px; */
    margin: 0 0 0 20px;
    padding: 10px 20px;
    /* border: solid 1px #000000; */
    /* border-color: transparent; */
    /* background-color: #ccc; */
    /* background-color: transparent; */
    background-color: #9A9494;
    /* border-radius: 0px; */
    line-height: 1.4;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
	}

/*-- prcSet --*/

.prcSet {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 100px 0 0;
	width: 100%;
	}
.prcSet > span {
	display: flex;
	width: 100%;
	height: 38px;
	}
.prcSet > span:nth-child(4) {
	padding: 34px 0 0;
	border-top: 1px solid #cdd8eb;
	}
.prcSet > span:nth-child(4) .itPrcAllB {
	padding: 0 0 0 30px;	
	}
.prcSet > span:nth-child(4) .itPrcAllB .otsVw01 {
	font-size: 28px;
	}
.prcSet .prcTtl {
	display: block;
	width: 50%;
	text-align: right;
	}
.prcSet .itPrcB,
.prcSet .itPrcKhB,
.prcSet .itPrcTaxB {
	display: block;
	width: 50%;
	padding: 0 0 0 0px;
	}

/*-- inputF wide --*/

.inputF.wide {
    /* display: flex; */
    /* align-items: center; */
    width: 100%;
    max-width: 600px;
    margin: 45px auto 0;
	}

.itTtlSb_VW___ {
	display: flex;
	/* text-align: right; */
    /* margin: 16px auto 0; */
	}




.button {
    display: flex;
	justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 50px 0 0;
    /* text-align: right; */
	}
#submit {
    /* width: 270px; */
    width: 100%;
    max-width: 270px;
    height: 50px;
    margin: 0 0 0 20px;
    padding: 0;
    border: solid 1px #000000;
    /* border-color: transparent; */
    /* background-color: #ccc; */
    /* background-color: transparent; */
	background-color: #514847;
    border-radius: 0px;
    /* -moz-border-radius: 6px; */
    /* -webkit-border-radius: 6px; */
    line-height: 1.4;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}



#payment {
	/* width: 100%; */
	padding: 10px 10px;
	border: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	}

.f_info > p.payment {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 600px;
	margin: 68px auto 0;
	}
.f_info > p.payment .inpFl {
    width: auto;
}





/* Table（ow）
--------------------------------------------------*/
.zeromail table,
.zeromail th,
.zeromail td {
	border: none;
	background-color: transparent;
	}
.zeromail table {
    margin: 10px 0 40px ;
	/*border: solid 1px #cdd8eb;*/
	}
.zeromail th {
	}
.zeromail td {
    padding: 10px 2%;
	}
.zeromail tr {
	border-top: 1px solid #cdd8eb;
	border: 0;
	}
.zeromail [type=text],
.zeromail [type=password],
.zeromail textarea {
	/* width: 96%; */
	padding: 10px 10px;
	/* box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.05); */
	border: 0;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	}
.zeromail #timetxt {
	width: 50%;
	}

.zeromail tbody th {/*項目タイトル*/
	padding: 10px 0;
	vertical-align: center;
	background-color: transparent;
	text-align: left;
    /* font-weight: bold; */
    /* font-size: 0.9em; */
	}


/* Form
--------------------------------------------------*/

.zeromail .button button {
    min-width: 140px;
    /*width: 270px;*/
	}

.zeromail button[type],
.zeromail button[id] {
    width: 200px;
    margin: 0 5px;
    /*padding: 0 5px;*/
    padding: 30px 0;
    border: solid 2px;
    border-color: transparent;
    background-color: #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 1.4;
	font-size: 1em;
    cursor: pointer;
	}

.zeromail button[id=submit] {
    width: 270px;
	margin-bottom: 8px;
	position: relative;
    border-color: transparent;
    background-color: #AABCE8;
    /*padding: 30px 0;*/
	/*font-size: 1em;*/
    color: #ffffff;
	transition: all 200ms ease;
	}
.zeromail button[id=submit]:hover {
    border-color:#C4E0F0 #8DC5E2 #8FBEE0 #C4E0F0;
    background-color:#c4d1f3;
}
.zeromail button[id=submit]:after {
	content: ">";
	margin: auto;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	font-weight: normal;
	}

/* 確認 */

#completion .button {
	text-align: center;
	}
#completion .button a {
	text-decoration: none;
	}

/* 完了 */

.zeromail span.confirm {
    border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #D9F4C4;
	}


/* nav tree
--------------------------------------------------*/

#navTree {
	margin: 0 0 40px;
	width: 92%;
	display: table;
	table-layout: fixed;
	}
#navTree li {
	display: table-cell;
	color: #000;
	font-size: 108%;
	padding: 18px;
	text-decoration: none;
	background: #C5DAFB;
	position: relative;
	text-align: center;
	}
#navTree li.current {
	background: #aabce8;
	color: #fff;
	}
#navTree li:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	right: -24px;
	border-top: 39px solid transparent;
	border-bottom: 39px solid transparent;
	border-left: 24px solid white;
	z-index: 1;
	}
#navTree li.current:after {
	border-left: 19px solid #aabce8;
	}
#navTree li:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -19px;
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 19px solid #C5DAFB;
	z-index: 2;
	}





/* 枠：各パーツ
---------------------------------------------------- */


/* 必須 */
/*.require {color: #CC0000;}*/

/* １段階小さい文字 */
/*.small {font-size:85%;}*/

/* ボタンの親 */
.button {
	/*text-align: right;*/
}

fieldset {
	/* margin-bottom: 4px; */
	/*letter-spacing: 1px;*/
	}



/* 枠：フォーム【入力】：cont_form
---------------------------------------------------- */

/*---- 枠：フォーム ----*/
.sec_form {
	/*position:relative;*/
	}
	


/* 枠：フォーム【確認】：cont_form-check
---------------------------------------------------- */	
	
div#cont_form-check {
	/*width: 480px;*/
	/*margin: 0 auto 200px;*/
	}
	
/*---- 枠：フォーム ----*/

fieldset.f_check {
	line-height: 170%;
	}
fieldset.f_check p {
	position:relative;
	margin-bottom: 6px;
	}
fieldset.f_check #confirm > p {
	display: flex;

	}
fieldset.f_check .pac {/* 特殊：お届け先囲み（ms） */
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #BFBFBF;
	border-radius: 8px;
	}
fieldset.f_check .pac > p {/*  */
	display: flex;
	
	}
fieldset.f_check .orderTtlSb {/* 特殊：小計金額（ms） */
    border-top: 1px solid #c3c3c3;
    padding-top: 20px;
	}
fieldset.f_check .orderNum,/* 特殊：合計金額（ms） */
fieldset.f_check .orderPrcKhNum {/* 特殊：BL本数合計 */
	display: none;
	}
fieldset.f_check em.label {/* title */
	width: 40%;
	text-align: right;
	}
fieldset.f_check em.label:after {
	content: '：';
	}
fieldset.f_check span.value {/* value */
	width: 58%;
	text-align: left;
	text-indent: 6px;
	}
fieldset.f_check dl dd{
	margin-bottom: 10px;
	}


/*---- 枠：copyright ----*/

.wtn_copyright {
	}
.wtn_copyright a{
	}



/* 枠：フォーム【エラー】：cont_form-error
---------------------------------------------------- */	
	
div#cont_form-error {
	/*width: 480px;*/
	/*margin: 0 auto;*/
	}



/* 送信完了(completion.html)
--------------------------------------------------*/
#completion .success {
	margin:1.5em 50px;
	}



/* 枠：Button
--------------------------------------------------*/
.sec_form .button {
}

.sec_form .button button {
}



/* 枠：メッセージ表示
---------------------------------------------------- */	
	
.sec_form strong.error {/*入力エラー*/
	}

.message {/* Message()のメッセージ */
	}

.sec_form span.error{/*エラー*/
	}

.sec_form span.confirm{/*エラーなし*/
	}
