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

.section_header2 {
	position: relative;
	padding: 5px 5px 5px 25px;
	font-size: 1.142rem;
	font-weight: bold;
	background: #ffe4c4;
	background-size: 100px auto;
	margin: 1px 7px 0 7px;
}

ul.ddmenu {
   margin: 0px;               /* メニューバー外側の余白(ゼロ) */
   padding: 0px 0px 100px 15px; /* メニューバー内側の余白(左に15px) */
   background-color: #fef9e4; /* バーの背景色*/
}

ul.ddmenu li {
   width: 200px;          /* メニュー項目の横幅(200px) */
   display: inline-block; /* ★横並びに配置する */
   list-style-type: none; /* ★リストの先頭記号を消す */
   position: relative;    /* ★サブメニュー表示の基準位置にする */
   border-radius: 3px;
   border: 1px solid #c0c0c0;
}
ul.ddmenu a {
   background-color: #FFE4C4; /* メニュー項目の背景色(オレンジ) */
   color: black;              /* メニュー項目の文字色(黒色) */
   line-height: 40px;         /* メニュー項目のリンクの高さ(40px) */
   text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   font-weight: bold;         /* 太字にする */
   display: block;            /* 項目内全域をリンク可能にする*/
   border: 1px #c0c0c0;
}
ul.ddmenu a:hover {
   background-color: #F8F8B2; /* メニュー項目にマウスが載ったときの背景色*/
   color: black;            /* メニュー項目を選択したときの文字色 */
}
/* ---------------------------------- */
ul.ddmenu li:hover ul {
   display: block;
}


/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
   margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
   display: none;       /* ★標準では非表示にする */
   position: absolute;  /* ★絶対配置にする */
}

ul.ddmenu ul li {
   width: 200px;               /* サブメニュー1項目の横幅(200px) */
   border-top: 1px solid pink; /* 項目上側の枠線(ピンク色で1pxの実線) */
}
ul.ddmenu ul li a {
   line-height: 35px;     /* サブメニュー1項目の高さ(35px) */
   text-align: left;      /* 文字列の配置(左寄せ) */
   padding-left: 5px;     /* 文字列前方の余白(5px) */
   font-weight: normal;   /* 太字にはしない */
}
ul.ddmenu ul li a:hover {
   background-color: #F8F8B2; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #005500;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}



.p{
	color: black;
	color: 000;
	font-size:1.5rem;
	background-color:#FFABCE
}


.mgr-10{
	color: red;
	font-size:1rem;	
	margin-left:20px
}


table.saiken_table {
	margin: 10px 0;
    width: 100%;
}

table.saiken_table th,
table.saiken_table td {
	font-size: 1.1rem;
    padding: 5px 10px;
	border-color: #FFF;
	border-style: solid;
	border-width: 0 0 1px
}

table.saiken_table th {
	font-weight: bold;
	width: 27%;
    background: #fbebb7;
}

table.saiken_table td {
    background: #f2f2f2;
	border-width: 0 1px 1px;
}
@media print, screen and (min-width: 641px) {

} /* /for PC (min-width: 641px) */

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

} /* /for SP (max-width: 640px) */


#QandA-2 {
	width: 100%;
	font-size: 13px; /*全体のフォントサイズ*/
}
#QandA-2 h3 {
	font-size: 160px;
	margin-top: 32px;
}
#QandA-2 dl {
	border: 1px solid #ccc;
}
#QandA-2 dt {
font-weight: bold;
	color: #111;
	background: #fef9e4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#QandA-2 dt:first-child {
	border-top: none;
}
#QandA-2 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-2 dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}
#QandA-2 dd:first-line {
	font-weight: bold;
	color: #bf0000;
}
#QandA-2 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}

@media print, screen and (min-width: 641px) {
.branch_table {
	width: 100%;
	font-size: 0.857rem;
	border: 1px solid #ccc;
	}

.branch_table&gt;tbody&gt;tr&gt;td {
	width: 100px;
	padding: 15px 23px;
	border: 1px solid #ccc;
}

.branch_table&gt;tbody&gt;tr&gt;td.t2 {

	border: 1px solid #fff;
}


.branch_table&gt;tbody&gt;tr&gt;th.rows {
	width:200px;
	padding: 2px 10px;
	background: #fef9e4;
	border: 1px solid #ccc;
	text-align:center;
}

.branch_table&gt;tbody&gt;tr&gt;th.rows2 {
	width:200px;
	padding: 2px 10px;
	text-align:center;
	border: 1px solid #fff;
}


.step_title {
	width: 100%;
	margin-bottom: 5px;
	padding-right: 10px;
	display: inline-block;
	background: white;
}
.step_title span {
	font-size: 1.14rem;
	padding: 3px 0;
	margin-right: 10px;
	display: inline-block;
	width: 5em;
	text-align: center;
	font-weight: bold;
	background: #fbd34d;
}














} /* /for PC (min-width: 641px) */


.product_point {
	margin-bottom: 20px;
}

.product_point .point_list li {
	position: relative;
	margin-bottom: 6px;
	min-height: 25px;
	padding: 4px 10px 4px 105px;
	font-size: 1.142rem;
	font-weight: bold;
}

.product_point .point_list li:nth-child(odd) {
	background-color: #f2f2f2;
}

.product_point .point_list li:before {
	position: absolute;
	display: block;
	content: '';
	width: 88px;
	height: 25px;
	left: 0;
	top: calc(0.785em - 12px + 4px);
	overflow: hidden;
	background: url(../images/common/point_list_icon.png);
	background-size: contain;
}


.product_outline {
	margin-bottom: 20px;
}

.outline_table {
	border-collapse: collapse;
	border: solid 2px #fbe59b;
}

.outline_table&gt;tbody&gt;tr&gt;td {
	padding: 15px 18px;
	vertical-align: top;
	border: solid 1px #fbe59b;
}

.outline_table&gt;tbody&gt;tr&gt;th.cols {
	padding: 15px 20px;
	width: 143px;
	vertical-align: top;
	border: solid 1px #fbe59b;
	font-weight: bold;
	background: #fef9e4;
}

.outline_table&gt;tbody&gt;tr&gt;td&gt;p {
	margin-bottom: 0.5em;
}

.outline_table td&gt;:last-child {
	margin-bottom: 0;
}

} /* /for PC (min-width: 641px) */

@media only screen and (max-width: 640px) {
.product_point {
	margin-bottom: 15px;
}

.product_point .point_list li {
	position: relative;
	min-height: 25px;
	padding: 38px 15px 7px 15px;
}

.product_point .point_list li:nth-child(odd) {
	background-color: #f2f2f2;
}

.product_point .point_list li:before {
	position: absolute;
	display: block;
	content: '';
	width: 88px;
	height: 25px;
	left: 0;
	top: 8px;
	overflow: hidden;
	background: url(../images/common/point_list_icon.png);
	background-size: contain;
}

.product_outline {
	margin-bottom: 15px;
}

.outline_table {
	display: block;
}

.outline_table&gt;tbody&gt;tr&gt;td {
	display: block;
	padding: 7px 15px;
}

.outline_table&gt;tbody&gt;tr&gt;th.cols {
	display: block;
	padding: 7px 15px;
	font-weight: bold;
	background: #fef9e4;
}

.outline_table&gt;tbody&gt;tr&gt;td&gt;p {
	margin-bottom: 0.5em;
}




} /* /for SP (max-width: 640px) */

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