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

/*===========================================
	howto common.css
=============================================*/
/* enqueteArea */

@media(max-width:390px) {
	#cs_enquete_wrapper .cs_btn {
		padding: 0!important;
	}
	
	#cs_enquete_wrapper .cs_btn li button, #cs_enquete_wrapper .cs_btn li img {
		max-width: 100%!important;
	}
}


#contents section{
    margin: 4em 0 3em;
}

#contents section section{
    margin: 2em 0;
}

#contents p{
	word-break: break-all;
}

#contents p,
#contents ul{
	margin-left: 1em;
}

#contents p + p{
	margin-top:1em;
}

#contents ul{
    padding-left: 0;
}

@media (max-width: 800px){
	#contents p,
	#contents div,
	#contents ul{
		margin-left: 0;
	}    
}

/* h1 h2 h3 */
#contents h1{
	font-size: 2.15rem;
    margin-bottom: 1em;
	padding: 0.3em 13px;
	border-bottom: 5px solid #333399;
}

#contents h2.title {
    font-size: 1.25rem;
	line-height: 1.3;
    border-left: 10px solid #333399;
    border-bottom: 2px solid #333399;
    margin: 2em 0 1.5em;
    padding: 0.5em;
}

#contents h3.title {
    font-size: 1.125rem;
    border-left: 8px solid #333399;
    line-height: 1.3;
    padding: 0.3em;
    margin-bottom: 1em;
}

#contents h4.title {
    font-size: 1rem;
    margin: 0 0 1em 1em;
}

#contents h4.bg_title {
	font-size: 1rem;
	background: #333399;
    color: #FFFFFF;
	padding: 0.3em 0.8em;
}

#contents span.line{
    color: #333399;
}

@media screen and (max-width: 800px){
	#contents h1.title {
		font-size: 1.692rem;
		padding: 5px;
	}

	#contents h2.title {
		font-size: 1.385rem;
		padding: 5px;
	}
	
	#contents h4.title {
		margin: 0 0 1em 0;
	}
}

/* list */
#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc;
}

#contents ul.none{
	list-style-type: none;
	margin-left: 0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents section &gt; ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section &gt; ol{
	margin-left: 2.5em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section &gt; dl{
	margin-left: 1em;
}

#contents dl dt{
	font-weight: bold;
	margin-top: 2em;
}
#contents dl dd{
	margin-bottom: 1em;
}

#contents p.disc{
	display: list-item;
	list-style-type: disc;
	margin-top: 0;
	margin-left: 1.5em;
}


@media (max-width: 800px){
	#contents section ul{
		margin-left: 0;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left: 1.5em;
	}
	
	#contents section &gt; dl{
		margin-left: 0;
	}
}

/* link */
#contents .s5-linkV3.s5-linkV3--down:after {
    display: inline-block;
    content: '';
    background-image: url(/share5/svg/icon/angle-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -.15em;
    margin: 0 0.5em;
}

/*　link　*/
#contents a.s5-linkV3 {
    color: #3865e0;
    cursor: pointer;
}

#contents a.s5-linkV3:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

/* annotation */
#contents p.annotation,
#contents ul.annotation {
	font-size: 1rem;
	margin-top: 0.5em;
	margin-left: 0;
}
#contents p.annotation,
#contents ul.annotation li {
	padding-left: 1em;
    text-indent: -1em;
	margin-bottom: 0;
}

#contents p + p.annotation {
	margin: 0 0 1em 1em;
}

#contents span.annotation{
	display: block;
	font-size: 1rem;
	padding-left: 1em;
    text-indent: -1em;
	margin-left: 0;
}

@media screen and (max-width: 800px){
	#contents p + p.annotation{
		margin: 0 0 1em 0;
	}
}

/* notice*/
#contents .notice_gray {
    border: 1px solid #767676;
    padding: 1em;
    margin-bottom: 2em;
}

#contents .notice_gray_b {
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 1em;
}

#contents .notice_gray_b &gt; ul.disc{
	margin-left: 1.5em;
}

#contents .notice_gray_b &gt; ol.disc {
    margin-left: 1.5em;
}

#contents .accent {
    color: #EE0000;
}

/* img */
#contents .photo{
	margin: 1em 0 2em;
	text-align: center;
}

#contents .photo img {
	max-width: 100%;
    height: auto;
}

#contents img.purple_arrow{
	width: 58px;
	height: 38px;
}

#contents .border_img {
	border: 1px solid #959595;
    box-sizing: content-box;
}

#contents img.icon {
    vertical-align: middle;
    margin: 0px 4px;
}

#contents .border_box {
    border: 1px solid #ccc;
    box-sizing: content-box;
}

#contents img.icon_window {
    padding-left: 0.25em;
}

#contents .ml1em {
	margin-left: 1em!important;
}

#contents .ml0 {
	margin-left: 0;
}


@media screen and (max-width: 800px){
	#contents .notice_gray_b{
		margin-left: 0;
	}
	
	#contents .ml1em {
		margin-left: 0;
	}
}
	

/* indexArea */
#contents .indexArea{
	display: table;
    width: 100%;
	margin: 2em 0 0 1em;
}

#contents .indexArea p.left{
	background: #ccc;
	color: #000;
	font-size: 1.0769230769231rem;
    padding: 0.5em;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 1.5em;
	text-align: center;
}

#contents .indexArea p.left{
    border-top: #333399 1px solid;
    border-bottom: #333399 1px solid;
    border-left: #333399 1px solid;
	background: rgba(51, 51, 153, 0.2);
    font-weight: bold;
}

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

#contents .indexArea ul:not(.disc){
	border-color: #333399;
}

#contents .indexArea .txtlink a.s5-linkV3 {
    color: #2f353d;
}

#contents .indexArea ul.noborder{
	border: none;
	padding: 1em;
}

@media screen and (max-width: 800px){
	#contents .indexArea{
		margin-left: 0;
	}
}

/* stepArea */
#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 1em;
	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: #000;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: bold;
    float: left;
	background-color: #999;
}

#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: 3px;
    padding-left: 14px;
}

#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 .stepArea ol.stepList &gt; li &gt; ul.disc{
	padding-left: 1.5em;
}

#contents .stepArea ol.stepList span.square,
#contents span.square{
	background: #ccc;
    padding: 0 6px;
    margin: 0 4px;
    color: #000;
    font-weight: bold;
	vertical-align: text-top;
}

/* stepArea colorsetting */
#contents .stepArea ol.stepList &gt; li:before,
#contents .stepArea ol.stepList span.square,
#contents span.square{
	background-color: rgba(51, 51, 153, 0.2);
    border: #333399 1px solid;
}

#contents .stepArea{
    margin-left: 0;
}

/* flex */
#contents .flex {
	display: flex;
    margin: 2em 1em;
}

#contents .flex .txt {
	width: 18%;
	font-weight: bold;
}

#contents .flex .photo {
	margin: 0;
}


@media screen and (max-width: 800px){
	#contents .stepArea{
		margin-left: 0;
	}
	
	#contents .stepArea ol.stepList {
		margin-left: 0;
	}
	
	#contents .stepArea ol.stepList &gt; li &gt;p.lead {
		padding-top: 0;
	}
	
	#contents .stepArea ol.stepList &gt; li &gt; * {
		margin-left: 0;
	}
	
	#contents .flex{
		flex-direction: column;
		align-items: center;
		margin: 2em 0;
	}
	
	#contents .flex .txt {
		width: 100%;
	}
    
	#contents img.purple_arrow{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
}</pre></body></html>