@charset "utf-8";
.guide_page-inner {
	margin: 0 auto;
}
.guide_page_wrap {
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px;
}
.guide_description_borderSection{
	border: solid 1px #ccc;
    border-radius: 3px;
    padding: 20px;
}
.guide_page-txt {
    margin: 10px 10px 10px 20px;
    flex: 1;
    font-size: 1.4rem;
}
.guide_page-capWrapInner {
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}
.guide_page_wrap h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.guide_page-txt ol {
   list-style-type: decimal;
}
.guide_page-txt ol li {
    padding: 0 0 20px 0;
    line-height: 1.5;
}

div.naviscrolltop p {
    margin: 20px 0px 0px 0px;
    height: 15px;
    font-size: 90%;
    text-align: right;
}
.guide_page-capWrapInner img{
	height: auto;
}
#ui0084 #MainContent dl{
	border-collapse: separate;
	border-spacing: 0 30px;
	border-radius: 5px;
	border:1px solid #cccccc !important;
}

#ui0084 #MainContent dl:not(:last-child) {
    margin-bottom: 20px;
}
#MainContent .Mypage_wrap {
margin-top: 10px;
}
.guide-btn {
    padding: 0 20px 0 30px;
    width: auto;
}
.Mypage_button {
    display: flex;
    align-items: center;
    width: 170px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
	border:1px solid #cccccc;
    color: #000;
    font-size: 1.4rem;
    position: relative;
}
	.Mypage_button{
	justify-content: center;
    padding: 0 20px;
    margin: 0 0 0 auto;
	}
.MypageBack a {
    position: relative;
    text-decoration: none;
}
.MypageBack a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 2rem;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 10px;
}

@media print, screen and (min-width: 768px){
	.Mypage_button_sp{
    display: block;
    text-align: right;
	}
#ui0084 #MainContent dl{
	border-collapse: separate;
	border-spacing: 0 30px;
	border-radius: 5px;
	border:1px solid #cccccc !important;
	width: 570px;
}
	#MainContent .Mypage_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 10px;
	}
	
	
.guide_page-inner {
    width: 1160px;
}
.guide_page_block.blockRight {
    flex-direction: row-reverse;
}
.guide_page_block {
    display: flex;
    justify-content: space-between;
}
.guide_page-capWrapInner {
    width: 500px;
	text-align: center;
}
	
	
	
}



@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
	
.Mypage_button_sp {
    display: inline-flex;
    align-items: center;
    height: 40px;
    background: #fff;
    border-radius: 3px;
	border:1px solid #cccccc;
    color: #000;
    font-size: 1.4rem;
    position: relative;
}
	.Mypage_button_sp{
	justify-content: center;
    padding: 0 30px;
    margin: 0 0 0 auto;
	}
	.item_wrap{
	display: flex;
	}
.item_wrap a {
    position: relative;
    text-decoration: none;
}
.item_wrap a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 2rem;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 10px;
}

#MainContent .Mypage_wrap{
padding: 0 10px;
}
#ui0084 #MainContent dl dd {
    display: block !important;
    width: 100% !important;
    font-size: 14px;
}
.guide_page-capWrapInner {
    display: inline-block;
}	
	
.guide_page_wrap {
	box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px;
    margin: 10px;
	font-size: 1.4rem;
}	
	
}