<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 */

/*===========================================
	pairing css
=============================================*/


#contents section{
    margin-bottom: 2em;
    margin-top: 3em;
	overflow: hidden;
}

#contents section.fst{
    margin-left: 1em;
}

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

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

#contents section div &gt; p,
#contents section div &gt; div,
#contents section div &gt; span,
#contents section div &gt; dl{
	margin-left: 0;
}

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

@media (max-width: 640px){
	
	#contents &gt; div,
	#contents section &gt; div,
    #contents section.fst,
	#contents &gt; dl,
	#contents &gt; section &gt;dl{
		margin-left:5px;
	}
}

/* h1 h2 h3 h4*/
#contents h1{
	font-size: 2.15rem;
	border-bottom: 5px solid #333f50;
	padding: 1.5rem 13px;
}

#contents section h2{
	font-size: 1.846rem;
	border-top: 5px solid #333f50;
	border-bottom: 1px dotted #999;
	padding: 1rem 13px 0.8rem;
	margin-bottom: 1em;
}

#contents section h2.blue {
    border-top: 5px double #00b0f0;
    border-bottom: 5px double #00b0f0;
    background: rgb(0,176,240,.2);
}

#contents section h3 {
    font-size: 1.25rem;
    border-left: 5px solid #333f50;
    line-height: 1.3;
    border-bottom: 1px solid #ececec;
    padding: .5em .5em;
    margin-bottom: 1em;
}

#contents section h3.blue{
	border-left: 5px solid #00b0f0;
    border-bottom: 1px solid #00b0f0;
}

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

	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
}

/* list */

#contents ul{
	padding:0;
}

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

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

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

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

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

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

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

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

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}

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

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

/* link */

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

#contents ul.txtlink{
	margin-left:1.5em;
}

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

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

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:0.5em;
	}
}

/* annotation */
#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;
}

@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}

/* notice*/

#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em;
    margin-bottom: 2em;
}

#contents .notice_gray &gt; *,
#contents .notice_gray_b &gt; *{
	margin-left: 0;
	margin-bottom: 0;
}

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

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

/* img */

#contents .imgBox{
	margin: 2em 0 2em 1em;
}

#contents .imgBox img{
	width: 100%;
	max-width: 360px !important;
}

#contents .pct {
    margin-top: 2em;
    margin-bottom: 1em;
}

#contents .photo{
	margin: 1em auto !important;
	max-width: 307px;
	height: auto;
}

#contents .photo img{
	width: 100%;
}

@media screen and (max-width: 640px){
	#contents .imgBox{
		margin: 1em 0.5em;
	}
}
@media screen and (max-width: 480px){
	#contents .pct img{
		max-width: 100%;
		height: auto;
	}
}

/* button */

#contents div.btn{
	display: inline-block;
    margin-bottom: 0.5em;
	width: 450px !important;
}

#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: 0.7em 1em;
    color: #000;
}

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

@media screen and (max-width: 640px){
	#contents div.btn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
}

/*調整*/

#contents .pt0{
	padding-top: 0 !important;
}

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


/* indexArea */
#contents .indexArea{
	display: table;
    width: 100%;
}

#contents .indexArea p.left{
	background: #ccc;
	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: rgb(0,176,240,.2);
    border-bottom: 1px solid #00b0f0;
    border-top: 1px solid #00b0f0;
    border-left: 1px solid #00b0f0;
}

#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 .indexArea.blue ul{
	border-color: #00b0f0;
}

@media screen and (max-width: 640px){

	#contents .top_flex{
		display: block;
	}
}

/*-------------------------
	dropDown
-------------------------*/

#contents .dropdown {
	margin-left: 1em;
    margin-bottom: 0;
    width: 45%;
}

#contents .dropdown select{
	margin-bottom : 5px;
	border : 1px solid #999;
	height: 2.5em;
	width: 100%;
}

/* ボタン */

#contents .dropdown .btn{
	color: #000;
	margin-left: 1em;
	margin-bottom: 2em;
	width: 45%;
}

#contents div.btn.jump{
    margin-top: 0.5em;
	margin-left: 0;
	width: 100%;
}



/* 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: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: 700;
    float: left;
}

#contents .stepArea ol.stepList.blue &gt; li:before, #contents p span.square{
  background-color: #00b0f0;
}

#contents p span.square {
    padding: 0 6px;
    margin: 0 4px;
    color: #fff;
    font-weight: bold;
    vertical-align: text-top;
}

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

#contents .stepArea ol.stepList &gt; li &gt; ul.disc{
	padding-left: 1.5em;	
}

#contents li.type_none {
    list-style-type: none;
}

#contents .stepArea ol.stepList &gt; li &gt;p.lead{
	display: table-cell;
    margin: 0;
    font-weight: bold;
    padding-top: 5px;
    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;
}

/* open close */
#contents .Gray {
	padding: 1em 0 0.75em 0.75em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	font-size: 1.125rem;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	width: 50%;
	box-sizing: border-box;
}

#contents .Gray:hover, .Gray:active {
    text-decoration: none;
    opacity: 0.5;
}

#contents .Gray:focus {
    outline: thin dotted;
    opacity: 0.5;
	outline-offset: -1px;
}

#contents .detailArea {
	padding: 2em 1em;
	border: 1px solid #d2d2d2;
}

#contents .detailArea &gt; .stepArea{
	margin-bottom: 0;
}


@media screen and (max-width: 640px){
	#contents .stepArea{
		margin-left: 5px;
	}
	#contents .stepArea ol.stepList &gt; li &gt;p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList &gt; li &gt; * {
		margin-left: 0;
	}
	#contents .Gray {
		width: 100%;
		max-width: 360px;
	}
}

#type &gt; option:nth-child(3),
#type &gt; option:nth-child(4){
	display: none;
}

</pre></body></html>