@charset "utf-8";

/*------------------------
footer
------------------------*/
 #footer {
	width:100%;
	height:80px;
	background:#f4f4f4;
	border-top: 1px solid #ebebeb;
	margin-top:30px;
	font-size: 14px;
}
#footer .inner {
	width:940px;
	margin:0 auto;
	padding: 16px 20px 14px;
	position: relative;
}
#footer .inner > h2 {
	position:absolute;
	top:23px;
	left:0;
	width:75px;
	height:35px;
	background:url(/id/pc/guide/image/common/footer/p_footer_logo_01.gif) no-repeat;
	text-indent:-9999px;
}
#footer .inner #copyright > h3 {
	position:absolute;
	top:23px;
	right:0;
	width:87px;
	height:13px;
	background:url(/id/pc/guide/image/common/footer/p_footer_logo_02.gif) no-repeat;
	text-indent:-9999px;
}
/* 2019/4/19 コピーライト画像を修正 */
#footer .inner #copyright > p {
	position:absolute;
	top:50px;
	right:0;
	width:198px;
	height:6px;
	background:url(/webcontent/pc_webcontent/image/base/t_copyright.gif) no-repeat;
	text-indent:-9999px;
}
#footer .inner > nav{
	position:absolute;
	top:35px;
	left:120px;
}
ul#footerNav li {
	float:left;
	display:inline-block;
	margin-right:1em;
	padding:0 1em;
	background:url(/id/pc/guide/image/common/icon/icon_blank_g.png) no-repeat right top;
	border-left:solid 1px #aaa;
	font-size:.85em;
	line-height: 1;
}
ul#footerNav li:first-child {
	border-left:none;
}
#footer a {
	text-decoration: none;
}

/*------------------------
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;
}

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

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

.pc_container .contents {
	margin: 0 10px;

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

#contents h1.headline {
	margin:0 0 1em;
	padding:8px 0 8px 8px;
	background:#f9f9f9;
	border-left: 4px solid #EB5505;
	font-weight:bold;
}
#contents h1.headline a {
	display:block;
	color:inherit;
}


.headline_box {
	background-color: #e7f2fd;
	border-radius: 12px;
	border: none;
	margin-bottom: 60px;
	padding: 11px 14px 25px 14px;
}
.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: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}


.ac_trigger {
	cursor: pointer;
	margin-top: 14px;
	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: 22px;
	margin-bottom: 64px;
}
.middle_lead h2.headline {
	font-size: 24px;
	font-weight: bold;
	color: #EB5505;
	text-align: center;
}
.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 24px 0;
	padding: 6px 8px 12px 8px;
	/* background: url(../img/h3_bar.png) no-repeat left bottom;
	background-size: auto 3px; */
	font-size: 18px;
	font-weight: bold;
}
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::after {
	display: none;
}


.pc_container .step_contents {
	margin: 0 8px;

	font-size: 14px;
	color: #333;
	line-height: 1.6;
}
.step_img_item {
	width: 190px;
	margin-right: 23px;
	flex-shrink: 0;
}
a.page_inner_link {
	color: #EB5505;
	text-decoration: underline;
}
a.page_inner_link.black {
	color: #333;
	text-decoration: underline;
}
.note_txt {
	font-size: 12px;
	color: #686868;
}


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


.step_inner_note {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 92%;
	background-color: #FFF2E5;
	border-radius: 12px;
	border: 1px solid #f4b183;
	padding: 21px 16px 19px 15px;
	box-sizing: border-box;
}
.step_inner_note_img_item {
	width: 40px;
	margin-right: 7px;
	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;
}
.step_lead .step_lead_img {
	width: 417px;
	margin: 10px auto 10px auto;
}
.step_lead .step_lead_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	line-height: 1;
}


