@charset "utf-8";

#contents h1 {
	font-size: 1.5rem;
}

#contents .title {
	border-bottom: 2px solid #6b6b6b;
	color: #2f353d;
	margin-bottom: 30px;
}

#contents h2.title {
	font-size: 1.25rem;
	border-bottom: 1px solid #2f353d;
	color: #2f353d;
}


#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents section > ul{
	margin-left:1em;
}

#contents section > ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}


#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 400;
}

#contents section > dl{
	margin-left: 1em;
}

@media (max-width: 640px){
	#contents section ul{
		margin-left:5px;
	}

	#contents section ul.disc,
	#contents section ol{
	margin-left:2em;
	}
	
	#contents section > img{
		display: block;
		margin: 1em auto;
	}
}


#contents a.textLink{
    background-position: 0 6px;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}


/* 注釈 */

#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 a.textLink{
    background-position: 0 6px;
	display: inline-block;
	padding-left: 1em;
}
#contents ul.txtlink{
	margin-left:1.5em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	margin-left: 5px;
	display: inline-block;
}

@media (max-width: 640px){

	#contents ul.annotation{
		margin-left:0;
	}
}



/* linkBtn */
#contents .linkBtn{
	margin: 1em 1em 2em;
}

#contents .linkBtn 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: 1em 0 0.75em 0.75em;
    text-decoration: none;
    color: #333;
	box-sizing: border-box;
	font-weight: bold;
}

#contents .linkBtn a:hover,
#contents .linkBtn a:active,
#contents .linkBtn a:focus{
	opacity: 0.7;
}
#contents .linkBtn a:focus-visible{
	outline: thin dotted;
}

#contents .linkBtn a span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	padding: 0 0 0 15px;
	background-position: 0 6px;
	margin-left: 0.5em;
	display: inline-block;
}

/* btnArea */

#contents div.btnList {
	margin-left: 1em;
	margin-bottom: 3em;
}

#contents div.btnList ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents div.btnList ul li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #333;
	padding: 1em 0 0.75em 0.75em;
	display: block;
	box-sizing: border-box;
}


#contents div.btnList ul li a span.textLink {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-weight: 700;
	margin-left: 5px;
}

#contents div.btnList ul li.inner a span.textLink{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents div.btnList ul li a:hover,
#contents div.btnList ul li a:active,
#contents div.btnList ul li a:focus{
	opacity: 0.7;
}


@media (max-width: 640px) {
	#contents .linkBtn{
		margin-left: 0;
		margin-right: 0;
		
	}
	#contents .linkBtn a{
		width: 100%;
	}
	
	#contents .linkBtn a span.textLink{
		margin-left: 0;
		padding: 0 5px 0 12px;
		font-size: 1rem;
	}
	
	#contents div.btnList {
		margin-left: 0;
	}
	
	#contents div.btnList ul {
		flex-direction: column;
	}
	
	#contents div.btnList ul li{
		width: 100%;
	}

	#contents div.btnList ul li a span.textLink {
		margin-left: 0;
	}
}


/* bnrArea */

#contents .bnrArea{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: 1em;
	margin-bottom: 4em;
}

#contents .bnrArea .bnr_single{
	margin: 0 10px 0 0;
}

#contents .bnrArea .bnr_single a{
	display: block;
}

@media (max-width: 640px){
	#contents .bnrArea{
		flex-direction: column;
		margin-left: 0;
	}
	#contents .bnrArea .bnr_single a img {
		max-width: 300px;
	}
}

/* 20210420 */
#contents ul.disc > li > p,
#contents ul.disc > li > .notice_gray_b,
#contents ul.disc > li > .linkBtn{
	margin-left: 0;
}

#contents .pct{
	margin: 1em;
}

@media (max-width: 640px){
	#contents .pct{
		margin: 1em 0;
	}
	#contents .mq300{
		width: 100%;
		max-width: 300px;
	}
	#contents .mq300 img{
		width: 100%;
		height: auto;
	}
}

/* 20221024 */
#contents .red_b{
    padding: 1em;
    border: 1px solid #EE0000;
    margin: 0 0 1em 1em;
}

@media (max-width: 640px){
    #contents .red_b{
        margin: 0 0 1em 0;
    }
}

/* 20230420 */
#contents .rightImage .txt {
    width: 70%;
}

#contents .rightImage {
    display: flex;
    padding: 1em 0 1em 1em;
    justify-content: space-between;
}

@media screen and (max-width: 640px) {
	 #contents .rightImage.wide {
		padding: 1em;
		flex-direction: column-reverse;
	}
	
	#contents .rightImage.wide .txt {
		width: auto;
	}
	
	#contents .rightImage.wide img {
		margin: 10px auto;
		display: block;
	}
}