@charset "utf-8";

/**
 * 汎用
 */
/*---------------------------*/
.change_address .red_text {
	color: #f00;
}

.change_address .mb0 {
	margin-bottom: 0 !important;
}

.change_address .indent_1 {
	display: block;
	padding-left: 1em;
}

.change_address .solid_orange_btn {
	padding: 10px 10px;
	width: 300px;
	background: #e46c0a;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: none;
	outline: none;
	border-radius: 6px;
	-webkit-box-shadow: 4px 3px 9px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: 4px 3px 9px 0px rgba(0, 0, 0, 0.3);
}
/*---------------------------*/
.change_address h1.orange_border {
	font-size: 32px;
	font-weight: bold;
	color: #e46c0a;
	line-height: 1.6;
	border-bottom: 3px solid #e46c0a;
	margin-bottom: 20px;
}

.change_address .step {
	margin-bottom: 30px;
}

.change_address .step img {
	display: block;
	width: 100%;
}

.change_address p {
	margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
}

.change_address .article h2 {
	padding-left: 10px;
	border-left: 3px solid #f00;
	font-size: 24px;
	color: #e46c0a;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: bold;
}

.change_address .article .section {
	padding-left: 1em;
	margin-bottom: 30px;
}

.change_address .article .section h3 {
	color: #e46c0a;
	font-size: 20px;
	font-weight: bold;
}

.change_address .article .section p {
	margin-bottom: 15px;
}

.change_address .article .section ul li span.indent_1 {
	display: block;
	padding-left: 1em;
}

.change_address .article .section ul {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

.change_address .article .section .step_flex dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 30px;
}

.change_address .article .section .step_flex dl dt {
	margin-right: 10px;
}

.change_address .article .section .step_flex dl dt img {
	display: block;
}

.change_address .article .section .step_flex dl dd .step_bold{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.change_address .article .section .step_flex dl dd p {
	margin-bottom: 0;
}

.change_address .btn_box {
	margin: 50px 0 30px 0;
}

.change_address .btn_box button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.change_address .btn_box.single button,
.change_address .btn_box.single a {
	margin: 0 auto;
	display: block;
}

.change_address .btn_box.single button:hover {
	cursor: pointer;
}

.change_address .btn_box.single button:disabled {
	background: #999;
	cursor: none;
	pointer-events: none;
}

.change_address .btn_box.single a.disabled{
	background: #999;
	cursor: none;
	pointer-events: none;
	display: block;
}

.change_address .article .section .confirm_box {
	margin-bottom: 50px;
}

.change_address .article .section .confirm_box ul {
	padding-left: 0em;
  text-indent: 0em;	
}

.change_address .article .section .confirm_box ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        /*align-items: center;*/
	background: #fff0e6;
	padding: 0 10px;
}

.change_address .article .section .confirm_box ul li.checked {
	background: #fff;
}

.change_address .article .section .confirm_box ul li label{
	width: 100%;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}