@charset "utf-8";

/*------------------------
footer
------------------------*/
#footerNav {
	margin:15px auto 0;
	padding:15px 10px 10px;
	width:100%;
    line-height: 1.2;
	background-color: #f4f4f4;
	box-sizing: border-box;
	font-size: 14px;
}
#footerNav ul{
	width:100%;
	text-align:center;
	overflow:hidden;
}
#footerNav li{	
	display: inline-block;
	padding:0 1em 8px 0;
	line-height:1;
	text-align:left;
	font-size:11px;
}
#footerNav li a{
	line-height:1;
	padding: 0 1em;
	border-left: 1px solid #CCC;
	color:#444;
	text-decoration: none;
}
#footerNav li a:hover {	text-decoration:none;}

#footerNav li:nth-child(odd) a {border-left: none;}

#footerNav li a.newwin {
	padding-right: 15px;
	background:url(/id/sp/image/common/icon/newwin.gif) right center no-repeat;
	background-size: 12px 10px;
}
#footerNav li a.newwin:hover {
	background:rgba(211, 229, 241, 0.8) url(/id/sp/image/common/icon/newwin.gif) right center no-repeat;
	background-size: 12px 10px;
}

#copyright {
	margin:10px auto 0;
	text-align:center;
	font-size: 9px;
	line-height: 1;
	box-sizing: border-box;
}


/* footer　1カラム用 */
#footer_1c {
	margin:15px auto 0;
	padding:10px;
	width:100%;
    line-height: 1.2;
	background: #f4f4f4;
	box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;
}

/*------------------------
clearfix
------------------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}



a:hover {
	text-decoration: none !important;
}

.flex_box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.auid_header {
	max-width: 1040px;
}
#auid_header {
	margin-bottom: 18px;
}

.sp_container #contents {
	max-width: 1000px;
	margin: 0 auto;
}

.sp_container img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.sp_container .contents {
	margin: 0 14px;

	font-size: 18px;
	color: #333;
	line-height: 1.6;
}

#contents h1.headline {
	margin:0 14px 13px 14px;
	padding:6px 11px 6px 11px;
	background:#f9f9f9;
	border-left: 4px solid #EB5505;
	font-weight:bold;
	font-size: 22px;
}
#contents h1.headline a {
	display:block;
	color:inherit;
}


.headline_box {
	background-color: #e7f2fd;
	border-radius: 12px;
	border: none;
	margin-bottom: 60px;
	padding: 20px 13px 29px 13px;
}
.headline_box_lead {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.headline_box_icon {
	width: 30px;
	margin-right: 9px;
	flex-shrink: 0;
}
.headline_box_ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}


.ac_trigger {
	cursor: pointer;
	margin-top: 15px;
	color: #8ab8eb;
}
.ac_desc {
	display: none;
	padding-top: 1em;
	/* 	padding-right: 40px; */
}
.ac_desc > p {
	text-indent: -1em;
	margin-left: 1em;
	color: #8A8A8D;
}


.middle_lead {
	background: url(../img/002.png) no-repeat center bottom;
	background-size: 100% 10px;
	padding-bottom: 32px;
	margin-bottom: 64px;
}
.middle_lead h2.headline {
	font-size: 24px;
	font-weight: bold;
	color: #EB5505;
	text-align: center;
	padding: 0 10px;
}
.middle_lead .middle_lead_img {
	width: 177px;
	margin: 10px auto;
}
.middle_lead .middle_lead_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	line-height: 1;
}


h3.headline {
	display: block;
	position: relative;
	margin:0 0 20px 0;
	padding: 0;
	/* background: url(../img/h3_bar.png) no-repeat left bottom;
	background-size: auto 3px; */
	font-size: 18px;
	font-weight: bold;
}
h3.headline:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
h3.headline span:nth-child(1) {
  display: block;
  position: relative;
  float: left;
  width: 78px;
  height: 26px;
  margin: -3px 20px 0 0;
  margin-right: 20px;
  padding-left: 12px;
  line-height: 26px;
  background: #f76b1f;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0,0,0,0.16);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
h3.headline span:nth-child(1):after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 13px solid rgba(0, 0, 0, 0);
  border-left-color: #f76b1f;
  left: 100%;
  top: 0px;
}
/* h3.headline::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #F9F9F9;
}
h3.headline::after {
	content: "";
	width: 400px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #EB5505;
} */
h3.headline.gray {
	font-size: 20px;
}
h3.headline.gray::after {
	display: none;
}


.sp_container .step_contents {
	margin: 0;

	font-size: 18px;
	color: #333;
	line-height: 1.6;
}
.step_img_item {
	width: auto;
	margin: 0 auto;
}
.step_img_item.step1 {
	width: 190px;
	margin: 0 auto 26px auto;
}
a.page_inner_link {
	color: #EB5505;
	text-decoration: underline;
}
a.page_inner_link.black {
	color: #333;
	text-decoration: underline;
}
.note_txt {
	font-size: 16px;
	color: #686868;
}


.step_note_index {
	font-size: 16px;
	color: #686868;
	margin-right: 7px;
}
.step_note_desc {
	font-size: 16px;
	color: #686868;
}


.step_inner_note {
	max-width: 466px;
	background-color: #FFF2E5;
	border-radius: 12px;
	border: none;
	padding: 15px 16px 19px 15px;
}
.step_inner_note_img_item {
	width: 60px;
	margin: 0 auto;
	flex-shrink: 0;
}
.step_inner_note_desc {
	font-size: 18px;
}


.step_lead {
	border-bottom: 1px solid #EF7534;
}
.step_lead .headline {
	font-size: 24px;
	font-weight: bold;
	color: #EB5505;
	text-align: center;
	padding: 0 10px;
}
.step_lead .step_lead_img {
	width: 191px;
	margin: 20px auto 30px auto;
}
.step_lead .step_lead_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	line-height: 1;
}


