<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


#contents section h2 {
    font-size: 1.231em;
    margin-top: 3em;
}

/*===========================================
	list_number
=============================================*/

div.pregBox .list_number_area{
	list-style: none;
	margin: 0!important;
}

#contents ol.list_number_area &gt; li {
	margin: 0 0 2em 0;
	padding: 0.5em 0 2em 1em;
	border-bottom: 1px dotted #ccc;
}

div.pregBox {
	background: none;
}


#contents ol.list_number_area &gt; li.noline {
	border-bottom: none;
}

#contents p.annotation {
	margin: 0 0 1em 2em;
	padding: 0.5em 0;
	text-indent: -0.7em;
	font-size: 0.9em;
}

div.list_body ul.i_list li {
	list-style: none;
	text-indent: -1em;
}

ul.link_page li {
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 .4em;
}

#contents img.mq {
	display: none;
}


/*
----------------------------------------------------------------------------
	逕ｻ髱｢蟷�ｼ�640px�樔ｻ･荳九�縺ｨ縺阪↓驕ｩ逕ｨ
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

	div.pregBox img{
		max-width: 100%;
		height: auto;
	}
	
	#contents .box_info_area dl dd {
		margin: 0px 0 -9px;
		padding: 16px 5px 0 5px;
	}

	#contents .box_info_area dl dd img {
		max-width: 200px;
	}
	
	#contents ol.list_number_area .box_info_area {
		margin-left: -3em;
	}
	
	.upsidedown-frame,.colum2-right760 {
		table-layout: fixed;
	}
	
	#contents img.mq {
		display: block !important;
	}
	
	#contents img.pc {
		display: none !important;
	}

}


/*20200925*/
#contents .pregBox ol.list_number_area li img.icon{
	width: 26px;
    height: auto;
    display: inline-block;
    margin: 0 0.3em;
}

#contents .pregBox ol.list_number_area li div.pct2 img{
	vertical-align: middle;
}

#contents .pregBox ol.list_number_area li div.pct2 img.pc_arrow{
	margin: 0 2em;
}

#contents .pregBox ol.list_number_area li div.pct2 span.mq_arrow {
    display: none;
    background-image: url(/support/walkman/android/images/mq_arrow.png);
    height: auto;
    width: 51px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    top: 46px;
    clear: both;
    left: 0;
    z-index: -1;
}

#contents .pregBox ol.list_number_area li div.pct3{
	margin: 0 0 0 1.2em;
}

#contents .pregBox ol.list_number_area li div.pct3 img{
	vertical-align: middle;
	margin: 1em 0;
}

#contents .pregBox ol.list_number_area li div.pct3 img.pc_arrow{
	margin: 0;
}

#contents .pregBox ol.list_number_area li div.pct3 img.pc_no{
	display: none;
}

#contents .pregBox ol.list_number_area li div.pct3 span.mq_arrow {
    display: none;
    background-image: url(/support/walkman/android/images/mq_arrow.png);
    height: auto;
    width: 51px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    top: 46px;
    clear: both;
    left: 0;
    z-index: -1;
}

#contents .pregBox ol.list_number_area li div.notice_gray_b_1{
	background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #999999;
	margin: 1em 0 2em 1.2em;
    padding: 1em 0.3em 0.3em;
    
}

@media (max-width: 640px){
	#contents .pregBox ol.list_number_area li div.pct2 img.pc_arrow{
		display: none;
	}
	
	#contents .pregBox ol.list_number_area li div.pct2 span.mq_arrow {
    display: block;
    position: static;
    height: 60px;
    margin: 1em 0 1em 5.3em;
	}
	
	#contents .pregBox ol.list_number_area li div.pct3{
	margin: 0;
	text-align: center;	
	}
	
	#contents .pregBox ol.list_number_area li div.pct3 img.pc_arrow{
		display: none;
	}
	
	#contents .pregBox ol.list_number_area li div.pct3 span.mq_arrow {
        display: block;
        position: static;
        height: 60px;
        margin: auto;
	}
}


#contents div.box_info{
	display: table;
    background: linear-gradient(#e2eaef, #f3f3f3);
    border-radius: 5px;
    padding: 1em;
    margin: 1em 0;
}

#contents div.box_info dl{
	display: table-cell;
    padding-left: 1em;
    padding: 0.5em;
    width: 100%;
}

#contents div.box_info dl dt{
	margin-left: 0;
    font-weight: 700;
    margin-bottom: 0.5em;
}



/*carousel 20201005*/
img{
    max-width:100%;
    border:none;
}

.notice_gray_b_1 #carousel{
    position:relative;
    max-width:737px;
    margin:0 auto;
    font-size:0;
    line-height:0;
}

.notice_gray_b_1 #carousel .carousel-view {
    overflow:hidden;
    position:relative;
	width: 621px;
	margin: 1em auto;
	/*20201110*/
	height: 356px;
}

.notice_gray_b_1 #carousel .carousel-view .carousel-contents{
    position:relative;
    top:0;
}

.notice_gray_b_1 #carousel .carousel-view .carousel-contents:after{
    clear:both;
    content:"";
    display:table;
}

.notice_gray_b_1 #carousel .carousel-view .carousel-contents .item {
    float:left;
    display:inline;
}

.notice_gray_b_1 #carousel p.prev{
    position:absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.notice_gray_b_1 #carousel p.next{
    position:absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
}

.notice_gray_b_1 #carousel ul.list-indicator{
    text-align:center;
}

.notice_gray_b_1 #carousel ul.list-indicator li{
    display:inline-block;
    margin-right:20px;
    margin-top:20px;
}

.notice_gray_b_1 #carousel ul.list-indicator li a{
    display:block;
    height:20px;
    width:20px;
    background:#ccc;
	border-radius: 50%;
}

.notice_gray_b_1 #carousel ul.list-indicator li.current a{
    background:#000;
}

@media (max-width: 640px){
	.notice_gray_b_1 #carousel .carousel-view {
        width: 200px;
        height: 339px;
    }
}

@media (max-width: 400px){
	.notice_gray_b_1 #carousel p.next{
    right: 1px;
	}
	.notice_gray_b_1 #carousel p.prev {
    left: -7px;
	}
	.notice_gray_b_1 #carousel p.next img,
	.notice_gray_b_1 #carousel p.prev img{
	width: 40px;	
	}
}

@media (max-width: 360px){
	.notice_gray_b_1 #carousel p.next{
    right: 2px;
	}
	.notice_gray_b_1 #carousel p.prev {
    left: -8px;
	}
	.notice_gray_b_1 #carousel p.next img,
	.notice_gray_b_1 #carousel p.prev img{
	width: 35px;	
	}
}

@media (max-width: 346px){
	.notice_gray_b_1 #carousel ul.list-indicator{
    width: 240px;
	}
	.notice_gray_b_1 #carousel p.next img,
	.notice_gray_b_1 #carousel p.prev img{
	width: 30px;	
	}
}


/* 20220308 */

#contents .pct{
    margin: 2em 0;
}

#contents a.textLink{
    display: inline-block;
    margin: 0.5em 0 0 0;
    background-position: 0 6px;
}


/*縲髱偵＞縺疲ｳｨ諢乗棧縲*/

#contents div.info_box {
    background: linear-gradient(#e2eaef, #f3f3f3);
	background-color: #e2eaef\9; /* for IE9 */
    border-radius: 5px;
    padding: 1em 1.5em;
}

#contents div.info_box.flex {
    display: flex;
}

#contents div.info_box &gt; .icon{
	margin-right :1em;
}

#contents div.info_box dl{
}

#contents div.info_box dl dt{
	margin-left: 0;
    font-weight: 700;
    margin-bottom: 0.5em;
}

#contents div.info_box dl dd{
	margin-left: 0;
    margin-bottom: 0;
}

#contents div.info_box p{
    margin: 0;
}

#contents div.info_box.flex &gt; p{
    margin-left: 1em;
}

/* stepList */
#contents ol.stepList{
    list-style-type: none;
    counter-reset: square;
    margin-left: 1.5em;
    margin-bottom: 0;
}

#contents ol.stepList &gt; li{
    margin: 0 0 2.5em;
    padding: 0.5em 0 2.5em;
    border-bottom: 1px dotted #ccc;
}

#contents ol.stepList &gt; li:before {
    content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    float: left;
    background-color: rgb(75,125,200);
    font-size: 1.6em;
}

#contents ol.stepList &gt; li &gt; p.lead {
    display: table-cell;
    margin: 0 0 1em 0;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 14px;
    font-size: 120%;
}

#contents ol.stepList &gt; li &gt; * {
    margin-left: 46px;
}

#contents ol.stepList &gt; li p.annotation{
    margin-left: calc(46px + 1em);
}

#contents ol.stepList &gt; li &gt; p.lead.nonum{
    padding-left: 46px;
}

@media (max-width: 640px){
    #contents div.info_box.flex {
        display: block;
    }
    
    #contents ol.stepList{
        margin-left: 0;
    }
    
    #contents div.info_box.flex &gt; p {
        margin-left: 0;
        margin-top: 1em;
    }
    
    #contents .pct img:not(.s_img){
        width: 100%;
        height: auto;
        max-width: 300px;
    }
    
}
</pre></body></html>