@charset "utf-8";

/*
	================================================================================================
		20220819 support ichigan update css fail_style.css
	================================================================================================
*/

/*------------------------------------------
    common
-------------------------------------------*/

#contents section{
    margin-bottom: 2em;
    margin-top: 3em;
}
#contents h1{
	font-size: 1.5rem !important;
    border-bottom: 2px solid #6b6b6b !important;
    color: #2f353d !important;
	margin-bottom: 15px;
	padding-bottom: 5px;
    padding-left: 13px;
}
#contents h2{
    font-size: 1.154rem !important;
}

#contents h2.title{
    border-bottom-color: #000;
	margin-bottom: 13px;
	padding-bottom: 5px;
    padding-left: 13px;
}

#contents p{
	word-break: break-all;
    margin-left: 1em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

#contents a:focus-visible{
    outline: none;
}

#contents .ilb{
	display: inline-block;
}

#contents .flex{
	display: flex;
	margin: 2em auto;
	align-items: center;
}

#contents .pct{
	margin: 1em 0;
	text-align: center;
}

#contents figure figcaption{
	margin-bottom: 1em;
}

#contents .accent{
	color:#af003b;
	font-weight: bold;
}

/* ----------------------------
	list
---------------------------- */

#contents ul{
    list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:2.5em;
}

#contents li{
	margin:0;
    float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:2.5em;
}

#contents ul.disc > li{
	margin-bottom: 4px;
}

#contents ul.disc > li > a.textLink,
#contents ol > li > a.textLink{
	margin: 5px 0;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

/* ----------------------------
	link
---------------------------- */

#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 1em;
}

#contents section > p + a.textLink{
    margin-left: 2em;
}

#contents ul.txtlink{
	margin-left:2em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
    margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}


/* ----------------------------
	annotation
---------------------------- */

#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

#contents ul.annotation > li > a.textLink{
	display: inline;
	margin: 0;
	padding-left: 8px;
	background-position: 0 4px;
}

/* ----------------------------
	notice
---------------------------- */


#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em 1em;
    margin-bottom: 2em;
	margin-left: 1em;
}

#contents .notice_gray > p {
    margin-left: 0;
}

#contents .notice_gray > ul.txtlink{
    margin-left: 1em;
}


#contents .notice_gray_b{
    background-color: #EBEBEB;
    padding: 1em;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray > ul.disc{
	margin-left: 2em;
}

#contents .notice_gray > ul.disc > li{
	margin-bottom: 10px;
}

/* ----------------------------
	linkbutton
---------------------------- */

#contents .singleBtn{
	display: inline-block;
	margin: 1em 0 2em 1em;
}

#contents .singleBtn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #333;
	box-sizing: border-box;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents .singleBtn.topLink{
	display: block;
	margin: 3em auto;
    width: 12em;
}

/*@btnlist@*/

#contents ul{
    margin-top: 1em;
}

#contents ul.btnlist li {
	list-style: none;
    margin-bottom: 10px;
}

#contents ul.btnlist li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 450px;
	box-sizing: border-box;
}

#contents ul.btnlist li a:hover,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents ul.btnlist li a span.textLink {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

#contents ul.btnlist.inner li a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}


@media (max-width: 640px){
	#contents h1 {
		padding-left: 5px;
	}
	
	#contents h2.title {
		padding-left: 5px;
	}
	
    #contents > div,
    #contents > section > div,
    #contents > dl,
    #contents > section >dl{
        margin-left: 0;
    }
    
    #contents section > section {
        margin-left: 0;
    }
    #contents p{
        margin-left: 0;
    }
    #contents section h3{
        margin-left: 0;
    }
    
    #contents section > ul{
        margin-left:0;
    }

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents section p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0;
	}
    
    #contents .notice_gray > ul.txtlink,
    #contents .notice_gray > a.textLink{
        margin-left: 0.5em;
    }
    
	#contents .notice_gray_b{
		margin-left: 5px;
        margin-right: 5px;
        box-sizing: border-box;
	}
	#contents ul.btnlist li a {
		width: 100%;
	}
	#contents .singleBtn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
	#contents .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#contents .pct{
		width: 100%;
	}
	#contents .pct img:not(.s_img){
		width: 100%;
		height: auto;
	}
	#contents .notice_gray {
		margin-left: 0;
	}	
}

/* ----------------------------
	movieArea 
---------------------------- */

#contents .movieArea{
	border: 1px solid #333;	
	padding: 1em;
	margin: 2em 0;
}

#contents ul > li > .movieArea{
	margin-left: 1em;
}

#contents .movieArea > a{
	pointer-events: none;
	margin: 0;
	align-items: flex-start;
}

#contents .movieArea > a:hover{
	text-decoration: none;
	color: #333;
}

#contents .movieArea > a:focus{
	outline: none;
}

#contents .movieArea > a > .pct{
	margin: 0 10px 0 0;
	cursor: pointer;
	pointer-events: auto;
	line-height: 0;
}



#contents .movieArea > a > dl > dt{
	font-size: 1.154rem;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 1em;
	pointer-events: none;
	cursor: default;
	color: #333;
	font-weight: normal;
}

#contents .movieArea > a > dl > dd{
	margin-bottom: 0;
	padding-left: 10px;
}
#contents .movieArea > a > dl > dd span.textLink{
	cursor: pointer;
	pointer-events: auto;
}

#contents .movieArea > a:hover .pct,
#contents .movieArea > a:hover span.textLink{
	opacity: 0.7;
}

#contents .movieArea > a:focus .pct,
#contents .movieArea > a:focus span.textLink{
	outline: thin dotted;
}
#contents .movieArea > a:focus-visible .pct,
#contents .movieArea > a:focus-visible span.textLink{
	outline: thin dotted;
}


/* ----------------------------
	pointArea 
---------------------------- */

#contents div.pointArea{
	padding: 1em 1.5em;
}

#contents div.pointArea > p:first-child > span{
	font-weight: bold;
	padding-left: 10px;
}

/* ----------------------------
	stepArea 
---------------------------- */

#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
}
#contents .stepArea ol.stepList > li{
	margin-bottom: 2em;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    font-weight: 700;
    float: left;
	background-color: #2475d0;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}

#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
    margin: 0;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 8px;
}

#contents .stepArea ol.stepList > li >p.lead + p{
    margin-left: 36px;
    margin-top: 1em;
}

#contents .stepArea ol.stepList > li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList > li dl dd{
	margin-bottom: 1em;
}

#contents .stepArea ol.stepList > li ul,
#contents .stepArea ol.stepList > li ol{
	margin-left: calc(38px + 1.5em);
}


#contents ul.none{
	margin-left: 2em;
    list-style: none;
}
#contents ul.none > li{
	margin-bottom: 4em;
}
#contents ul.none > li > p{
	margin: 0;
}
#contents ul.none > li > p:first-child{
	margin-bottom: 1em;
}

#contents ul.none > li > ol{
	margin-top: 2em;
	margin-left: 1.5em;
}

#contents ul.none > li > ol > li{
	margin-bottom: 5px;
}

#contents ul.none > li > ol > li > a.textLink{
	margin-left: 0;
	margin-top: 5px;
}

#contents ul.none > li > .notice_gray{
	margin: 1em 0;
}

#contents .notice_gray_b > dl.note > dt{
	
}

.box_red {
	background: #FFEDED;
	margin: 15px 0;
	overflow: hidden;
	padding: 1em;
}

@media screen and (min-width: 641px){
	
	#contents h2.title ~ *:not(.disc):not(ol){
		margin-left: 13px;
	}
	
	#contents .movieArea{
		width: 74%;
	}
	#contents div.pointArea{
		width: 80%;
	}
	#contents div.pointArea > p:not(:first-child),
	#contents div.pointArea > figure{
		margin-left: calc(36px + 6px + 10px);
	}
	#contents div.pointArea > figure .pct{
		width: 690px;
	}
	
}



@media screen and (max-width: 640px){
	#contents .movieArea > a{
		flex-direction: column-reverse;
	}
	
	#contents .movieArea > a > .pct{
		margin: 1em 0 0 0;
	}
	#contents .stepArea{
		margin-left: 0;
	}
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList > li > * {
		margin-left: 0;
	}
	#contents .stepArea ol.stepList > li >p.lead + p{
		margin-left: 5px;
	}
	#contents .stepArea ol.stepList > li ul,
	#contents .stepArea ol.stepList > li ol{
		margin-left: 2em;
	}
    #contents .stepArea ol.stepList > li > a.textLink{
        margin-left: 36px;
    }
	#contents ul > li > .movieArea{
		margin-left: 0;
	}
}

@media screen and (max-width: 400px){
    #contents .onlysp{
        display: block;
    }
}

/* 20240618 */

#contents .stepArea ol.stepList > li {
    margin-bottom: 2em;
    list-style: none;
}


#contents section h3 {
    font-size: 1.1rem;
}

#contents #up_inquiry h3 {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#contents .twopct figcaption {
    font-weight: bold;
}

#contents .flex.twopct {
    justify-content: space-evenly;
	text-align: center;
}

#contents .pct .border {
    border: 1px solid #959595;
}

#contents img.icon_window {
    padding: 0 0.25em;
}


#contents ul.none > li{
	list-style: none;
}

#contents ul.none > li > ol > li {
    list-style: decimal;
}

@media (max-width: 640px) {
    #contents .pct img{
        width: auto;
		max-width: 98%;
		height: auto;
    }
	
	#contents ul.none {
		margin-left: 0;
	}
}

/* accordion */

#contents .accordion.type_1 button {
    width: 100%;
    margin: 0;
    border: #d2d2d2 1px solid;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border-radius: 6px;
    font-weight: bold;
	font-size: 1.1rem;
}


/* 2026/02/04ǋL */
@media (max-width: 640px) {
	#contents div.pointArea {
		padding: 1em;
	}
	
	#contents div.pointArea ul {
		margin-left: 1em;
	}
	
}