html {
  height: 100%;
  overflow-x:hidden;
}
body *{
  box-sizing:border-box;
}

body{
	margin:0;
}

.header_contents,
.footer_contents{
	padding:10px;
	max-width:900px;
	margin: 0 auto;
}
.header_contents .logo img{
	max-width:100%;
}
.footer_contents{
	text-align:right;
}
.footer_contents small{
	font-size:90%;
}
.footer_contents .guide {
	text-align:left;
	font-size:90%;
}

.loading{
	display:none;
	text-align:center;
}

.order_check{
	color:#333;
	max-width:900px;
	margin:auto;
	padding:5px;
}
.order_check *{
	box-sizing:border-box;
}
.order_check h2{
	font-size:200%;
}
.order_check p{
	font-size:90%;
}
.order_check .select{
	text-align:center;
	margin-top: 1em;
}
.order_check p.attention{
	text-align:center;
	margin-top:1.5em;
}
.order_check .layout_head{
	text-align:center;
}
.order_check fieldset{
	border:none;
	width:100%;
}
.order_check .step{
	border:1px solid #acacac;
	border-radius:3px;
	padding:20px 5%;
	margin-bottom:30px;
	position:relative;
}
.order_check .step.step3{
	margin-bottom:10px;
}
.order_check .step h3{
	border:1.5px solid #333;
	display:inline-block;
	padding:0 0.5em;
	margin:0;
}
.order_check  input{
	margin: 8px 0;
	padding: 10px;
	background-color: #e7e7e7;
	border:none;
	width:56%;
}

.order_check label{
	border-left:4px solid #333;
	padding:0 3px;
	padding: 0px 10px;
	font-weight: bold;
	display:inline-block;
	min-width:7em;
	margin-bottom:10px;
}
.order_check  input[type="submit"]{
	border-radius:5em;
	width:13em;
	text-align:center;
	margin-left:30px;
	background:#004feb;
	color:#fff;
	box-shadow: 0px 2px 8px -4px rgba(0,0,0,0.6);
	cursor:pointer;
}
.order_check  input[type="submit"]:focus{
	outline:none;
	box-shadow: 0 0 4px 1px #1589ee;
}

.order_check input[type="submit"][disabled]{
	background:#999999;
	box-shadow:none;
	cursor:auto;
}
/* .order_check input[type="submit"][name="btn_cancel"]{
	margin:0 auto;
	display:block;
} */


.order_check input[name="btn_cancel"],
.order_check input[name="btn_edit"],
.order_check input[name="btn_back"],
.order_check input[name="btn_back_edit"],
.order_check input[name="btn_preview_edit"],
.order_check input[name="btn_confirm_edit"]{
	display:inline-block;
	margin:5px 20px;
	width:20em;
	border: 3px solid #004feb;
	box-sizing: border-box;
}

.order_check input[name="btn_back"],
.order_check input[name="btn_back_edit"]{
	background-color: #fff!important;
	color: #004feb;
	font-weight: bold;
}


.order_check span.attention {
	display: inline-block;
	margin: 0;
	font-size: 90%;
	font-weight:normal;
	background-color: #ff822a;
	padding: 1px 10px;
	color: #fff;
	position: absolute;
	top: 24px;
	left: 140px;
}
.order_check .alart{
	color:#EB0007;
	text-align: left;
    display: inline-block;
    margin: auto;
}
.order_check .status .details{
	padding-left: 2em;
	padding-top:1em;
}

.order_check .stepbar {
    display: flex;
    position: relative;
    padding: 0;
    text-align: center;
	align-items: center; 
	justify-content: center;
	max-width:320px;
	margin:auto;
	justify-content: space-between;
	margin-bottom:30px;
}

.order_check .stepbar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    max-width: 100px;
	color:#999;
	font-weight:bold;
	padding-top:32px;
	width:calc(100%/7);
	
}


.order_check .stepbar li:before {
	content:"　";
	background-color: #999;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin-bottom: 4px;
	text-align: center;
	border-radius: 50%;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	z-index:10;
}

.order_check .stepbar li+li:after {
	background-color: #999;
	content: "";
	height: 2px;
	left: -130%;
	position: absolute;
	top: 11px;
	width: 160%;
	z-index:1;
}


.order_check .stepbar .done {
	color:#004feb;
}
.order_check .stepbar .done:after {
    background-color: #004feb;
}

.order_check .stepbar .done:before {
	content:"\02714";
    background-color: #004feb;
}
.order_check .stepbar .done.active:before {
	content:"　";
	background-color:#fff;
	box-shadow: inset 0 0 0 3px #004feb;
}

.order_check .complete{
	margin:auto;
	text-align:center;
	padding-bottom: 5em;
}
.order_check .complete p{
	font-size:120%;
	font-weight:bold;
	margin:30px 0;
}


/*色変更*/

/*パターン1*/
.order_check.irisplaza input[type="submit"]{
	background:#EB0007;
}
.order_check.irisplaza input[type="submit"][disabled]{
	background:#999999;
	
}
.order_check.irisplaza .stepbar .done {
	color:#EB0007;
}
.order_check.irisplaza .stepbar .done:after {
	background-color: #EB0007;
}
.order_check.irisplaza .stepbar .done:before {
	background-color: #EB0007;
}
.order_check.irisplaza .stepbar .done.active:before {
	box-shadow: inset 0 0 0 3px #EB0007;
	background-color:#fff;
}
.order_check.irisplaza input[name="btn_cancel"],
.order_check.irisplaza input[name="btn_edit"],
.order_check.irisplaza input[name="btn_back"],
.order_check.irisplaza input[name="btn_back_edit"],
.order_check.irisplaza input[name="btn_preview_edit"],
.order_check.irisplaza input[name="btn_confirm_edit"]{
	border-color:#EB0007;
}
.order_check.irisplaza input[name="btn_back"],
.order_check.irisplaza input[name="btn_back_edit"]{
	color: #EB0007;
}
/*パターン2*/
.order_check.enet input[type="submit"]{
	background:#004feb;
}
.order_check.enet input[type="submit"][disabled]{
	background:#999999;
	
}
.order_check.enet .stepbar .done {
	color:#004feb;
}
.order_check.enet .stepbar .done:after {
	background-color: #004feb;
}
.order_check.enet .stepbar .done:before {
	background-color: #004feb;
}
.order_check.enet .stepbar .done.active:before {
	box-shadow: inset 0 0 0 3px #004feb;
	background-color:#fff;
}
.order_check.enet input[name="btn_cancel"],
.order_check.enet input[name="btn_edit"],
.order_check.enet input[name="btn_back"],
.order_check.enet input[name="btn_back_edit"],
.order_check.enet input[name="btn_preview_edit"],
.order_check.enet input[name="btn_confirm_edit"]{
	border-color:#004feb;
}
.order_check.enet input[name="btn_back"],
.order_check.enet input[name="btn_back_edit"]{
	color: #004feb;
}
/*パターン3*/
.order_check.ins input[type="submit"]{
	background:#8DC816;
}
.order_check.ins input[type="submit"][disabled]{
	background:#999999;
	border-color:#999999;
	
}
.order_check.ins .stepbar .done {
	color:#8DC816;
}
.order_check.ins .stepbar .done:after {
	background-color: #8DC816;
}
.order_check.ins .stepbar .done:before {
	background-color: #8DC816;
}
.order_check.ins .stepbar .done.active:before {
	box-shadow: inset 0 0 0 3px #8DC816;
	background-color:#fff;
}
.order_check.ins input[name="btn_cancel"],
.order_check.ins input[name="btn_edit"],
.order_check.ins input[name="btn_back"],
.order_check.ins input[name="btn_back_edit"],
.order_check.ins input[name="btn_preview_edit"],
.order_check.ins input[name="btn_confirm_edit"]{
	border-color:#8DC816;
}
.order_check.ins input[name="btn_back"],
.order_check.ins input[name="btn_back_edit"]{
	color: #8DC816;
}






.order_check .details dl{
	margin:8px auto;
}

.order_check .details dt{
	width:5em;
	float:left;
	clear:left;
	position:relative;
}
.order_check .details dt.no{
	float:none;
	font-weight:bold;
}
.order_check .details dd{
	padding-left:5em;
	position:relative;
	margin:0;
}
.order_check .details dt:after{
	content:"：";
	position:absolute;
	right:0;
}
.order_check .details dt.no:after{
	content:"";
}

.order_check .details dd span{
	display:inline-block;
	padding-right:5px;
}

.order_check .returns_info{
	font-size:90%;
	border-top:1px dashed #333;
	padding-top:1em;
	overflow-wrap: anywhere;
}

.order_check .cancel_ng{
	font-weight:bold;
	font-size:100%;
	margin:0;
	margin-bottom:1em;
}
.order_check .status .before_status{
	display: inline-flex;
	margin: 1em 0;
}
.order_check .status .after_status{
    padding: 0 1em;
}
.order_check .status .after_status dt{
    font-weight: bold;
}
.order_check .status .after_status dt a{
	font-weight: normal;
	font-size: 0.9em;
}
.order_check .required:after {
	content: '必須';
	font-size: small;
	font-weight: normal;
    display: inline-block;
    width: 2em;
    text-indent: 0;
	color: red;
	margin-left: 0.5em;
    padding: 0 0.25em;
    border: 1px solid red;
}
.order_check .status .after_status dd input[type="submit"] {
	border-radius: 0.5em;
    width: 6em;
    padding: 0.5em;
    background: none;
    color: black;
    border: 1px solid lightslategray;
	margin: 0 0 1.5em 0;
}
.order_check .refund_info{
	font-size:90%;
	overflow-wrap: anywhere;
}
.order_check .refund_info p{
	font-size:inherit;
}

.order_check .todoke_info{
	font-size:90%;
	border-top:1px solid #acacac;
	border-bottom:1px solid #acacac;
	padding:1.0em 0;
	margin: 0 0 1.5em 0;
	overflow-wrap: anywhere;
}


/*デバイス幅860px以下*/
@media screen and ( max-width:860px) {

.order_check .step h3{
	display:block;
	width:100%;
	text-align:center;
	border:none;
	font-size:150%;
}
.order_check .stepbar{
	margin-bottom:10px;
}
.order_check fieldset{
	padding:0;
	margin:0;
}
.order_check .step{
	border:none;
	padding:2vw;
	margin-bottom:0px;
}
.order_check .step .inner{
	border: 1px solid #acacac;
	border-radius: 3px;
	padding:3vw;
}
.order_check label{
	margin-top:15px;
}
.order_check .status label{
	margin:0;
}
.order_check span.attention {
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	margin-bottom:3px;
}
.order_check input[type="tel"],
.order_check input[type="text"]{
	width:100%;
}
.order_check input[type="submit"]{
	width:80%;
	margin:auto;
	margin-top:10px;
	display:block;
}
.order_check .status .details{
	padding-left:0.5em;
	font-size:95%;
}
.order_check input[name="btn_cancel"],
.order_check input[name="btn_edit"],
.order_check input[name="btn_back"],
.order_check input[name="btn_back_edit"],
.order_check input[name="btn_preview_edit"],
.order_check input[name="btn_confirm_edit"]{
	width:80%;
}
.order_check .complete {
    text-align: left;
}

}
/*デバイス幅450px以下ここまで*/
@media screen and ( max-width:450px) {
.footer_contents small{
	font-size:10px;
}



}





/*INS*/
body.body_ins  {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin:0;
}
.body_ins .header_contents,
.body_ins .footer_contents{
	margin: 0 auto;
	text-align:center;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  
}
.body_ins .header_contents  {
	padding:10px;
}
.body_ins .header_contents .logo {
	display:inline;
}

.body_ins .header_contents{
	background-color:#B0CDF0;
}

.body_ins .footer_contents {
  flex: 1;
  text-align:center;
  position:relative;
  padding:0;
  padding-bottom:3em;
  

}
.body_ins .footer_contents .guide{
  text-align:left;
  display:inline-block;
		padding:0.5em;
}
.body_ins .footer_contents>small,
.body_ins .footer_contents .guide+small{
  min-height:3em;
  position:absolute;
  display:block;
  text-align:right;
  width:100%;
  padding:10px;
  bottom:0;
	background-color:#B0CDF0;
}
.body_ins h2{
	font-size:200%;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b0cdf0;
  margin: 0;
  margin-bottom: 1.5em;
  color:#000;
}
.body_ins .order_check{
  padding:0;
}

/*デバイス幅450px以下ここまで*/
@media screen and ( max-width:450px) {
.body_ins .footer_contents{
	font-size:10px;
}
.body_ins h2 {
    font-size: 130%;
}
}

.question {
	margin-top:2em;
}
.question h4{
	margin:0;
}
.question label{
	border:none;
	width:auto;
	margin:0;
	font-weight:normal;
	line-height:1.8em;
	cursor: pointer;
	display:inline;
}
.question>label:after{
			content: "\A" ;
			white-space: pre ;
		}
.question input{
	width:auto;
	margin:0.5em;
}
.question input[type=text]{
			margin:0 5px;
			padding:0 1em;
		}
.question textarea{
	margin-left:3em;
	padding:0.5em;
	height:2em;
	min-height:2em;
	width:80%;
	resize: vertical;
	line-height:1em;
}
