<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	お取引方法について
------------------------------------------------------------*/
#conts .contsBox {
	margin-left: 11px;
}

#conts .bigImg {
	margin-bottom: 13px;
}

#conts h2 {
	margin-bottom: 25px;
}

#conts .txtImg01 {
	margin: 0 0 40px 30px;
}

#conts .text01 {
	margin: 0 0 50px 30px;
	font-size: 1.2em;
}

#conts .txtImg02 {
	margin: 0 0 40px 55px;
}

#conts .link {
	margin-right: 55px;
	text-align: right
}

#conts .txtImg03 {
	margin: 0 0 25px 30px;
}

#conts .text02 {
	margin: 0 55px 30px 30px;
	font-size: 1.2em;
	line-height: 1.7;
}

#conts .mb10 {
	margin-bottom: 10px;
}

#conts table {
	margin-bottom: 15px;
	width: 685px;
	border-collapse: collapse;
}

#conts table th {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	background: #FAC0D9;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
}

#conts table .bg01 {
	background: #C3E8F8;
}

#conts table .bg02 {
	background: #F2F2F2;
}

#conts table td {
	padding: 6px 10px;
	font-size: 1.2em;
	text-align: right;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
}

#conts table td span {
	float: left;
}

#conts .textR {
	margin-bottom: 27px;
	font-size: 1.2em;
	text-align: right;
}

.furikomisaki {
	float:left;
	width:200px;
	padding:10px;
	background-color:#ebebeb;
}


	.sec_box { margin: 0 20px 20px;}
	.howTtl { text-align: center; font-size: 1.3rem; margin-bottom: 20px;
		color: #fff;/*文字色*/
		padding: 0.5em 0 0.25em;/*上下の余白*/
		border-bottom: solid 3px #1c86d0;/*下線*/
		background: #09a4e6;
	}
.how_list { margin-bottom: 20px; }
	.how_list li { float: left; width: 32%; margin-right: 2%;}
	.how_list li:nth-child(3) { margin-right: 0px;}
	.how_list li h4 { text-align: center; font-size: 1.1rem; color: #f67734; line-height:1.5; }
	.how_list li h4 span { font-size: 0.9rem; font-weight: normal; color: #333; }		
	.how_list li img { width: 100%; margin-bottom: 20px;}

	/* clearfix */
	.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	/* *html .cf { zoom: 1; } */
	*:first-child+html .cf { zoom: 1; } /* IE7 */

.headline { margin-bottom: 10px;}
.step_list { margin-bottom: 30px; }
.step_list li { width: 29%; margin-right: 0.5%; padding: 0 2%; float: left; }
.step_list li .txt01 {
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 0.2em 0.2em 0.15em 0.2em;
  background-color: #90ee90;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
  color: #555;
}
.step_list li .txt02 {
  font-size: 1.08rem;
	font-weight: 700;
}
.step_list li:nth-child(3) { margin-right: 0px;}
.step_list li h4 { text-align: center; font-size: 1.0rem; color: #f67734; line-height:1.5; margin-bottom: 10px; }
.step_list li p { font-size: 0.9rem !important; line-height: 1.5 !important; }

.contact_box { border: #dedede 1px solid; background: #f4f4f4; padding: 2%; margin-bottom: 40px;}
.contact_box h4 { font-size: 1.2rem; margin-bottom: 20px; color: #0997d5; }
.cb_L { float: left; width: 80%; margin-right: 2%; }
.cb_R { float: right; width:18%; }
.contact_list { margin-bottom: 0px !important; }
.contact_list li { float: left; width: 32%; margin-right: 2%; font-size: 0.9rem; border-radius: 4px;  }
.contact_list li:nth-child(3) { margin-right: 0px;}
.contact_list li a { height:40px; line-height:40px; display:block; text-align:center; background:#fff; width: 100%; }
.contact_list li:nth-child(1) a { color:#FF6600; height:40px; line-height:40px; border:#FF6600 2px solid; display:block; text-align:center; background:#fff;}
.contact_list li:nth-child(1) a:link    { color:#FF6600; text-decoration: none; }
.contact_list li:nth-child(1) a:visited { color:#FF6600; text-decoration: none; }
.contact_list li:nth-child(1) a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
.contact_list li:nth-child(1) a:active  { color:#FF6600; text-decoration: none; } 

.contact_list li:nth-child(2) a { color:#2A721C; height:40px; line-height:40px; border:#2A721C 2px solid; display:block; text-align:center; background:#fff;}
.contact_list li:nth-child(2) a:link    { color:#2A721C; text-decoration: none; }
.contact_list li:nth-child(2) a:visited { color:#2A721C; text-decoration: none; }
.contact_list li:nth-child(2) a:hover   { color:#fff;    text-decoration: none; background:#2A721C; }
.contact_list li:nth-child(2) a:active  { color:#2A721C; text-decoration: none; } 

.contact_list li:nth-child(3) a { color:#1D74C4; height:40px; line-height:40px; border:#1D74C4 2px solid; display:block; text-align:center; background:#fff;}
.contact_list li:nth-child(3) a:link    { color:#1D74C4; text-decoration: none; }
.contact_list li:nth-child(3) a:visited { color:#1D74C4; text-decoration: none; }
.contact_list li:nth-child(3) a:hover   { color:#fff;    text-decoration: none; background:#1D74C4; }
.contact_list li:nth-child(3) a:active  { color:#1D74C4; text-decoration: none; } 


.boxHowto01 {
  padding: 3em 55px 2em 20px;
}

.boxHowto01 .boxBaseCom &gt; p .txt01 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #ff0000;
}

.boxHowtoImg01 {
	margin-bottom: 2.5em;
}

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