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

.m-box-fixed {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

img{
	max-width: 100%;
}

/* #l-header-jdirect */

#l-header-jdirect{
	height: 66px;
	border-bottom: 1px solid #e5e5e5;
}
#l-header-jdirect .m-box-fixed {
	position:relative;
}
#l-header-jdirect #header-logo-juroku{
	position: absolute;
	left: 0;
	top: 13px;
}
#l-header-jdirect #header-logo-helpTop{
	position: absolute;
	right: 0;
	top: 41px;
}

/* #l-content-jdirect */

#l-content-jdirect .editArea{
	margin-top: 20px;
}

#l-content-jdirect .m-txt-title4{
	padding: 0 2px;
	background: none;
	border-bottom: solid 1px #e5e5e5;
	font-size: 100%;
	font-weight: bold;
}

#l-content-jdirect .pageTop{
	padding-left: 14px;
	background: url(../images/i_arrowT.png) no-repeat left center;
}

#l-content-jdirect table th,
#l-content-jdirect table td{
	font-size: 14px;
}
#l-content-jdirect table caption{
	text-align: left;
	font-weight: bold;
}

/* リストが入れ子になったときの処理 */
#l-content-jdirect li ul,
#l-content-jdirect li ol{
	margin: 5px 0 0 0;
}
#l-content-jdirect li ul li,
#l-content-jdirect li ol li{
	position: relative;
}
#l-content-jdirect li ul li{
	padding-left: 25px;
	margin-left: 0;
	list-style: none;
}
#l-content-jdirect li ol li{
	padding-left: 0;
	margin-left: 25px;
}

#l-content-jdirect li ul li:before{
	content: '';
	position: absolute;
	top: 7px;
	left: 10px;
	background: #fff;
	width: 4px;
	height: 4px;
	border: 1px solid #333;
	border-radius: 50%;
}

#l-content-jdirect .m-box-flow{
	position: relative;
	margin-bottom: 45px;
}
#l-content-jdirect .m-box-flow:after{
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ff7b14 transparent transparent transparent;
	border-width: 13px 11px 0 11px;
}

#l-content-jdirect span.m-txt-sup {
	vertical-align: super;
	font-size: 85.7%;
}

#l-content-jdirect .m-box-menu{
	padding: 20px;
	margin-top: 20px;
	background: #f4f4f4;
}
#l-content-jdirect .m-box-menu p:first-child{
	margin: 0;
}
#l-content-jdirect .m-box-menu .menu-ttl{
	margin-top: 30px;
	font-weight: bold;
}
#l-content-jdirect .m-box-menu .menu-txt,
#l-content-jdirect .m-box-menu .menu-link{
	padding: 0 5px;
}
#l-content-jdirect .m-box-menu .menu-link &gt; a{
	margin-right: 15px;
	letter-spacing: normal;
}
#l-content-jdirect .m-box-menu .menu-link &gt; a:last-child{
	margin-right: 0;
}


#l-content-jdirect .m-box-faqBox{
	padding: 0;
	margin-top: 15px;
	border: none;
}
#l-content-jdirect .m-box-faqBox .faqBox_accordion dt {
	padding-left: 52px;
	margin-top: 15px;
	border: none;
	background: url(../images/i_faqQ.gif) no-repeat 10px 50%;
	color: #E80000;
	cursor: default;
}
#l-content-jdirect .m-box-faqBox .faqBox_accordion dt:before {
	content: "";
	background: none;
}
#l-content-jdirect .m-box-faqBox .faqBox_accordion dt:first-child {
	margin-top: 0;
}

#l-content-jdirect .m-box-faqBox .faqBox_accordion dd {
	display: block;
	margin-bottom: 0;
	background: url(../images/i_faqA.gif) no-repeat 10px 20px #fffdf0;
}

.m-list-menu li{
	list-style-type: none !important;
	padding-left: 13px;
	background: url(../images/i_arrowR.png) no-repeat left center;
	font-size: 85.7%;
}

#l-footer-nav-jdirect{
	padding-bottom: 60px;
	margin-top: 50px;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
}

#l-footer-nav-jdirect .footer-nav-wrap{
	float: left;
	display: block;
	width: 33%;
	padding-right: 40px;
	margin-bottom: 0;
	box-sizing: border-box;
}

#l-footer-nav-jdirect .m-txt-ttl-list{
	margin: 30px 0;
	color: #eb0000;
	font-weight: bold;
}

/* #l-footer-jdirect */

#l-footer-jdirect{
	padding-top: 30px;
	padding-bottom: 25px;
	background: url(../images/bg_cat_red.gif);
	color: #fff;
	font-size: 85.7%;
	text-align:left;
}

.boxType01_faq{
    margin-top: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}

.boxType02-wrap{
	width: 90%;
	letter-spacing: -0.4em;
}

.boxType02{
	display: inline-block;
	width: 49%;
	padding: 20px;
	margin-right: 2%;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	vertical-align: top;
	letter-spacing: normal;
	box-sizing: border-box;
}

.boxType02:last-child{
	margin-right: 0;
}
</pre></body></html>