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


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

.inner_section p.indent {
	padding: 10px 0 0 5px;
	margin: 0 0 20px 10px;
}

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

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

	#contents .pct img {
		margin: 1em 0 1em 1em;
		max-width: 90%;
	}
	
	#contents .box_info_area dl dd {
		padding-right:10px;
	}
}


/* 20210623追加 */
#contents .indexArea {
    display: table;
    width: 100%;
    margin-left: 1em;
}

#contents .indexArea p.left {
    background: #ccc;
    color: #fff;
    font-size: 14px;
    padding: 0.5em;
    margin: 0;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 1.5em;
    text-align: center;
}

#contents .indexArea.blue p.left {
    background-color: #4B7DC8;
}

#contents ul.txtlink li {
    margin-right: 0;
}

#contents .indexArea ul {
    border: 1px solid #ccc;
    padding: 1.5em 1em 1em 1.5em;
    list-style-type: none;
    margin: 0 !important;
    width: 98%;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
}

#contents ul.txtlink.inner &gt; li {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents .indexArea.blue ul {
    border-color: #4B7DC8;
}

/* button */
#contents div.btn {
    display: inline-block;
    color: #000;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

#contents div.btn 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: 1.2em;
    color: #000;
}

#contents span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 1em;
}

#contents div.btn a:hover, #contents div.btn a:active, #contents div.btn a:focus {
    text-decoration: none;
    color: #000;
    opacity: 0.7;
}

/* top */
#contents .imgRight {
    overflow: hidden;
    margin-top: 3em;
    margin-bottom: 2em;
}

#contents .imgRight .textArea {
    width: 60%;
    float: left;
}

/* 20220308追加 */
#contents .pregBox{
    background: none;
}

#contents ol.list_number_area{
    list-style: none;
    margin-left: 0;
}

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

#contents p.annotation{
    margin-left: 2em;
}

#contents ol.stepList &gt; li &gt; p + p {
    margin-top: 1em;
}

@media (max-width: 640px){
	#contents .imgRight .textArea {
		width: auto;
		float: none;
	}
	
	#contents .imgRight .imgArea {
		text-align: center;
	}
    
    #contents div.btn {
    margin-left: 0;
    }
    
    #contents .indexArea {
    margin-left: 0;
    }
    
    #contents .indexArea ul {
    padding: 1.5em 0.5em 1em 0;
    }
    
    #contents div.info_box.flex{
        display: block;
    }
    
    #contents ol.stepList &gt; li &gt; div.info_box{
        margin-left: 5px;
    }
    
    #contents p.annotation{
        margin-left: 1em;
    }
    
    #contents .pct img:not(.s_img) {
        max-width: 360px;
    }
    
    #contents ol.stepList &gt; li &gt; p + p {
        margin-left: 46px;
    }
    
}

@media (max-width: 414px){
    #contents ol.stepList &gt; li &gt; *{
        margin-left: 0;
    }
    #contents ol.stepList &gt; li .pct{
        display: flex;
        justify-content: center;
    }
    #contents ol.stepList &gt; li .pct img{
        margin-left: 0;
    }
}
</pre></body></html>