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

/*===========================================
	setting common.css
=============================================*/

#contents ul.btn_area.three-btn li{
	width:30%;
	height:3em;
}

h2.title2 {
	font-size: 1.25em;
	border-bottom: 1px solid #343434;
	clear: both;
	color: #000;
	margin: 30px 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 13px;
}

#contents section {
	margin: 4em 0;
}

#contents .notice_gray_b {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #999999;
    margin: 0 0 1em 1em;
    padding: 1em;
}

#contents dl dt {
    margin-left: 1em;
}

#contents dl dd {
    margin-left: 1em;
}

#contents .hint-box {
    background-color: #eee;
    padding: 1.2em 1em;
    margin: 10px 0;
}

span.day {
    float: right;
    display: block;
    margin: 0 0 1em 0;
}

/* 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 &gt; li{
	margin-bottom: 3em;
}

#contents .stepArea ol.stepList &gt; li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList &gt; li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 31px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-right: -4px;
    font-weight: 800;
    font-size: 1.3em;
    float: left;
}

#contents .stepArea ol.stepList.navy &gt; li:before{
  background-color: #333f50;
}

#contents .stepArea ol.stepList.blue &gt; li:before {
    background-color: #4b7dc8;
}

#contents .stepArea ol.stepList.org &gt; li:before{
  background-color: #ffa41b;
}
#contents .stepArea ol.stepList.green &gt; li:before{
  background-color: #4d9936;
}

#contents .stepArea ol.stepList.peach &gt; li:before {
	background-color: #e8889e;
}

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

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

#contents .stepArea ol.stepList &gt; li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList &gt; li dl dd{
	margin-bottom: 1em;
}

#contents p.annotation, #contents ul.annotation li {
    padding-left: 1em;
    text-indent: -1em;
}

 span.square {
    content: counter(square);
    color: #fff;
    display: inline-block;
    line-height: 31px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin: 0 0.2em;
    font-weight: 800;
    font-size: 1.3em;
}

#contents span.square.blue {
    background-color: #4b7dc8;
}

#contents .stepArea .two img {
    margin-right: 0.5em;
}

#contents .stepArea .pct img {
    max-width: 98%;
}

#contents .stepArea .hint-box .pct {
    margin-left: 1.25em;
}

@media screen and (max-width: 640px) {
	#contents .stepArea .hint-box .pct {
		margin-left: 0;
	}
}</pre></body></html>