﻿@charset "utf-8";
/* CSS Document */
/* all */
body {
	line-height: 136%;
}
#mainArea {
	margin: 0px auto 0px;
	width: 990px;
	border: 0px solid #000000;
}
#mArea {
	border: 1px solid #FF0000;
	margin-top: 7px;
	margin-left: 21px;
	width: 950px;
}
div.loanContents {
	width: 920px;
	margin: 0 auto;
}
.c1Block {
	margin-bottom: 18px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* text */
.indent { /*改行字下げ */
	text-indent: -1em;
	padding-left: 1em;
}
.indent2 { /*改行字下げ */
	padding-left: 1em;
}
.indent3 { /*改行字下げ */
	text-indent: -2em;
	padding-left: 3em;
}
.indent4 { /*改行字下げ */
	text-indent: -1.5em;
	padding-left: 2.5em;
}
.indent5 { /*改行字下げ */
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent6 { /*改行字下げ */
	text-indent: -1em;
	padding-left: 2em;
}
.bottomMargin {
	margin-bottom: 1em;
}
.leftMargin {
	margin-left: 1em;
}
.notice {
	color: #CC0022;
}
.em {
	font-weight: bold;
}
.fontLL {
  font-size: 120%;
}
.center {
  text-align: center;;
}
/* frame */
.noticeBox{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CC0022;
}
.centerBox {
	text-align: center;
}
/* h1 */
#pagetitle {
  margin: 0  7px 20px;
}
#pagetitle:after {
  content: "";
  display: table;
  clear: both;
}
#pagetitle .title {
  font-size: 200%;
  line-height: 129%;
}
#pagetitle .parent {
  font-size: 115%;
  line-height: 136%;
  display: block;
  margin-bottom: 5px;
}
#pagetitle .inceptionArea {
  font-size: 100%;
  line-height: 136%;
  float: right;
  padding: 0 0 0 20px;
  margin-left: 20px;
  width: 200px;
  border-left: 1px solid #d9d9d9;
  color: #cc0022;
}
h1.loantitle {
	margin: 0 0 18px 0;
	padding: 13px 10px 7px 90px;
	width: 850px;
	height: 50px;
	border: 1px solid #cccccc;
	font-size: 18px;
	line-height: 50px;
  clear: both;
}
h1.loantitle:after {
	content: "";
	display: table;
	clear: both;
}
h1.loantitle .title {
	font-size: 40px;
}
h1.loantitle .title2 {
	font-size: 220%;
	color: #cccccc;
	margin: 0 10px;
}
.main h2.title1A {
  font-size: 129%;
  line-height: 136%;
  padding: 8px 10px;
  border-left: 7px solid #cc0022;
  border-top: 3px solid #cc0022;
  background: #F2F3F0;
  margin-bottom: 18px;
  clear: both;
}
.main h2.title1A:after {
  content: "";
  display: table;
  clear: both;
}
.main h3 {
  font-size: 115%;
  line-height: 136%;
  padding: 6px 0 6px 10px;
  border-left: 7px solid #CC0022;
  margin-bottom: 18px;
}
.main h3:after {
  content: "";
  display: table;
  clear: both;
}
.main h4 {
  font-size: 115%;
  line-height: 136%;
  padding: 6px 0 6px 10px;
  border-left: 7px solid #777777;
  margin-bottom: 18px;
}
.main h4:after {
  content: "";
  display: table;
  clear: both;
}
/* table */
table {
	margin: 10px 0;
}
table th, table td{
	border: 1px solid #ff9600;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
table th{
	background-color: #ffe6d0; 
}
/* list */
.listTypeA li { /* マーカー「・」 */
	margin-left: 1.5em;
	list-style: disc;
}
.listTypeB li { /* マーカー「1. 2. 」 */
	margin-left: 1.5em;
	list-style: decimal;
}
.listTypeC li { /* マーカー「」 */
	margin-left: 0px;
	list-style: none;
}
ul.asterisk li {
	list-style-type: none;
	margin-left: 2em;
	text-indent: -1em;
}
ul.asterisk li:before {
	display: inline;
	content: "＊";
}
/* link */
a.textBody {
	color: #cc0022;
	text-decoration: none;
}
a.textBody:visited {
	color: #cc0022;
}
a.textBody:hover {
	color: #aa0022;
	text-decoration: underline;
}
a.textBody:active {
	color: #cc0022;
}
.mainimage {
	margin: 0px auto 0px;
}
.mainimage_lp12 {
	margin: 0px auto 0px;
}
/* BUTTON
**************************************************************/
.buttonArea1row {
	width: 890px;
	margin: 15px auto 10px;
	border: 0px solid #000000;
}
.buttonArea1row li {
  float: left;
}
.buttonArea1row li.entry a {
  margin-right: 0px;
  margin-left: 20px;
}
.buttonArea1row li:last-child.entry a {
  margin-right: 0px;
  margin-left: 25px;
  border: 0px solid #000000;
}
.buttonArea2row {
	width: 890px;
	margin: 10px auto 10px;
	border: 0px solid #000000;
}
.buttonArea2row li {
  float: left;
}
.buttonArea2row li.entry a {
  margin-right: 0px;
  margin-left: 10px;
}
.buttonArea2row li:last-child.entry a {
  margin-right: 0px;
  margin-left: 10px;
  border: 0px solid #000000;
}
.buttonArea3row {
	width: 870px;
	margin: 15px  auto 15px;
	border: 0px solid #000000;
}
.buttonArea3row li {
  float: left;
  margin-left: 5px;
}
.buttonArea3row li.entry a {
  margin-right: 7px;
  margin-left: 0px;
}
.buttonArea3row li:last-child.entry a {
  margin-right: 0px;
  border: 0px solid #000000;
}
.buttonArea_small {
	width: 835px;
	margin: 0px auto 10px;
	border: 0px solid #000000;
}
.buttonArea_small li {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}
.buttonArea_small li:last-child {
	float: left;
	margin-left: 25px;
	margin-right: 0px;
  }
.buttonArea_small li.entry {
  margin-right: 0px;
  margin-left: 0px;
}
.buttonArea_small li:last-child.entry {
  margin-right: 0px;
  margin-left: 25px;
  border: 0px solid #000000;
}
.buttonArea_small_eco_reg {
	width: 920px;
	margin: 0px auto 0px;
	border: 0px solid #000000;
}
.buttonArea_small_eco_reg li {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
  width: 48%;
}
.buttonArea_small_eco_reg li:last-child.entry {
  margin-right: 0px;
  margin-left: 20px;
  border: 0px solid #000000;
  width: 48%;
}
.regular_text {
	color: #cc0000;
    width: 95%;
	margin: 6px 0px 4px 0px;
    font-size: 1.3em;
    text-align: center;
	line-height: 1.2em
}
.eco_text {
	color: #cc0000;
    width: 90%;
	margin: 0px 0px 5px 15px;
    font-size: 0.8em;
    text-align: left;
	line-height: 1.3em
}
.eco_text_indent {
    text-indent: -1em;
    padding-left: 1em;
}
.eco_reg_box {
	margin-top: 0px;
    background-color: #fff100;
    padding: 20px 10px 5px 10px;
}
.eco_reg_button_box {
	margin-top: 0px;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    padding: 20px 7px 15px 7px;
	border-radius: 20px 20px 20px 20px;
}
/*SWITCHAREA
**************************************************************/
.h_switcharea {
  padding: 0;
  height: 76px;
  text-align: center;
  vertical-align: middle;
  font-size: 140%;
  font-weight: bold;
}
.h_switcharea img {
  width: auto;
  height: 50px;
  vertical-align: middle;
  margin: 15px;
}
.f_switcharea ul li {
  width: 49%;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
}
.f_switcharea ul li img {
  width: auto;
  height: 20px;
  vertical-align: middle;
  margin: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.f_switcharea ul li a, .f_switcharea ul li span.a_active {
  display: block;
  height: 50px;
  padding: 16px 0 25px 20px;
  color: #ffffff;
}
#h_switcharea, #f_switcharea {
	display: none;
}
/* TOP
**************************************************************/
#blndingarea-wrap {
	margin-left: 0px;
	position: relative;
	top: 0;
	left: 0;
}
.top .note {
	width: 872px;
	margin: 10px auto 20px;
	padding: 15px;
	border:1px solid #CCCCCC;
}
.note_mark {
	font-size: 80%;
	line-height: 130%;
	margin-top: 5px;
}
.personalLoanArea {
	width: 880px;
	margin: 20px auto 10px;
	padding: 10px;
	border:1px solid #CCCCCC;
	display: table;
}
.personalLoanArea p {
	width: 580px;
	display: table-cell;
	vertical-align: top;
	color: #bf1924;
}
.personalLoanArea .personalBtn {
	width: 270px;
	height: 40px;
	display: table-cell;
	vertical-align: middle
}
/* FAQ
**************************************************************/
.faq_question { /*Question*/
	width: 880px;
	height: 50px;
	border: solid 0px #cccccc;
	-webkit-border-radius: 15px/15px 15px 15px 15px;
	-moz-border-radius: 15px/15px 15px 15px 15px;
	-ms-border-radius: 15px/15px 15px 15px 15px;
	-o-border-radius: 15px/15px 15px 15px 15px;
	border-radius: 15px/15px 15px 15px 15px;
	padding: 10px 10px 10px 10px;
	margin: 25px auto 10px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold; 
	background:#4fc1e9 url(../images/pc_faq_icon_Q.png) no-repeat 18px center;
}
.faq_question2 { /*Question*/
	width: 880px;
	height: 60px;
	border: solid 0px #cccccc;
	-webkit-border-radius: 15px/15px 15px 15px 15px;
	-moz-border-radius: 15px/15px 15px 15px 15px;
	-ms-border-radius: 15px/15px 15px 15px 15px;
	-o-border-radius: 15px/15px 15px 15px 15px;
	border-radius: 15px/15px 15px 15px 15px;
	padding: 5px 10px 10px 10px;
	margin: 25px auto 10px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold; 
	background:#4fc1e9 url(../images/pc_faq_icon_Q.png) no-repeat 18px center;
}
.faq_question_txt {
	border: solid 0px #000000;
	margin: 15px 0px 0px 80px;
}
.faq_answer { /*Answer*/
	width: 880px;
	border: solid 2px #4fc1e9;
	-webkit-border-radius: 15px/15px 15px 15px 15px;
	-moz-border-radius: 15px/15px 15px 15px 15px;
	-ms-border-radius: 15px/15px 15px 15px 15px;
	-o-border-radius: 15px/15px 15px 15px 15px;
	border-radius: 15px/15px 15px 15px 15px;
	padding: 10px 10px 10px 10px;
	margin: 10px auto 10px;
	color: #333333;
	font-size: 110%;
	background:#FFFFFF url(../images/pc_faq_icon_A.png) no-repeat 18px center;
}
.faq_answer_txt {
	border: solid 0px #000000;
	margin: 10px 0px 10px 80px;
	line-height: 136%;
}
/*230314 クリックアイコンの追加*/
.faq_question.none-submenu,
.faq_question.active-submenu {
	position:relative;
}
/*メニューが閉じた状態*/
.faq_question.none-submenu::before { /*Answerが開いた状態*/
	content:"";
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20px;
	width:52px;
	height:52px;
	background-image:url(../images/pc_faq_icon_open.png);
	background-size:contain;	
}
.faq_question.active-submenu::before { /*メニューが開いた状態*/
	content:"";
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20px;
	width:52px;
	height:52px;
	background-image:url(../images/pc_faq_icon_close.png);
	background-size:contain;	
}
/* FAQLink
**************************************************************/
.FAQLink {
	text-align: right;
	margin: 10px 0 40px;
}
.FAQLink a {
	color: #000;
	text-decoration: underline;
}
.FAQLink a:hover {
	text-decoration: none;
}
/*SUMMARY
**************************************************************/
.sumCon {
	width: 800px;
	margin: 0 auto;
	border: 0px solid #000000;
	line-height: 200%;
}
.sumCon_title {
	color: #3cb3e1;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.docCon_box {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	padding: 30px 30px 30px 30px;
	line-height: 180%;
	border: 0px solid #000000;
}
.sumCon2 {
	width: 700px;
	margin: 0 auto;
	border: 0px solid #000000;
	line-height: 200%;
}
.sumCon2_title {
	color: #3cb3e1;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.docCon2_box {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 700px;
	padding: 30px 30px 30px 30px;
	line-height: 180%;
	border: 0px solid #000000;
}
/*FLOW
**************************************************************/
.flow_inbox {
	width: 85%;
	display: block;
	margin: auto;
	padding: 15px 10px 15px 10px;
	background-color: #EEEEEE;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	-ms-border-radius: 5px/5px 5px 5px 5px;
	-o-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px/5px 5px 5px 5px;
}
.flow_inboxW {
	width: 85%;
	border: 1px solid #DDDDDD;
	display: block;
	margin: 0px auto 15px;
	padding: 10px 10px;
	background-color: #FFFFFF;
}
.flow_txt {
	border: 0px solid #000000;
	width: 90%;
	display: block;
	margin: auto;
	padding: 10px 10px;
	font-size: 103%;
	line-height: 170%;
	color: #575757;
}
/*MERIT
**************************************************************/
.merit3row {
	width: 900px;
	margin: 15px  auto 0px;
	border: 0px solid #000000;
}
.merit3row li {
  float: left;
}
.merit3row li.me {
  margin-right: 14px;
  margin-left: 0px;
}
.merit3row li:last-child.me {
  margin-right: 0px;
  border: 0px solid #000000;
}
.scheduleArea {
	margin: 0px 0 10px 0;
	padding: 10px 10px 10px 15px;
	border:1px solid #CCCCCC;
	width: 900px;
	margin: auto;
}
.kinri_table_title_pc {
	width: 660px;
	margin: 15px 0px 0px;
	font-weight: bold;
	border:0px solid #CCCCCC;
	font-size: 115%;
	padding: 3px 0px 3px;
}
/*TEL
**************************************************************/
.telArea {
	width: 900px;
	padding: 0px;
	border:0px solid #000000;
	margin: 10px auto 20px;
	line-height: 1.5;
}
.telArea_title {
	font-size: 200%;
	font-weight: bold;
	color: #777777;
	margin-bottom: 25px;
}
.telArea_title_box {
	width: 900px;
	border: 0px solid #BBBBBB;
	margin: 20px auto 0px;
}
.telArea_font1 {
	color: #000000;
	margin-bottom: 20px;
	font-size: 150%;
}
.telArea_font2 {
	color: #555555;
	font-size: 120%;
	margin-bottom: 10px;
}
.telArealine {
	border-bottom: 2px solid #BBBBBB;
	width: 910px;
	margin: 5px auto 0px;
}
.tel_box {
	width: 100%;
	margin-bottom: 5px;
	border: 0px solid #999999;
	overflow: hidden;
}
.tel_box .left {
	width: 15%;
	float: left;
	padding-top: 8px;
}
.tel_box .right {
	width: 85%;
	float: right;
	border: 0px solid #999999;
	padding-left: 15px;
	box-sizing: border-box;
}
.tel_box .font1 {
	font-size: 420%;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	letter-spacing: .05em;
}
.tel_box .boxline {
	border: 2px solid #000000;
	padding: 3px 0 2px;
	width: 100%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 140%;
	box-sizing: border-box;
}
.btn_box {
	margin-bottom: 20px;
}
.btn_box img {
	max-width: 100%;
	height: auto;
}
.telArea3row {
	margin: 10px;
	border: 0px solid #cc0022
}
.telArea3row {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}
.telArea3row_title {
	font-size: 200%;
	font-weight: bold;
	color: #777777;
	margin-bottom: 25px;
}
.telArea3row_link {
	display: flex;
	justify-content: space-between;
}
.telArea3row_link li {
	width: 413px;
}
.arrowlistR {
	font-size: 120%;
	position: relative;
}
.arrowlistR:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid #cc0022;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin-right: 8px;
}
/*Opening and closing
**************************************************************/
.ocbox_pc dl.acordion dt, .ocbox_pc dl.acordion dd {
	border: solid 1px #cccccc;
	padding: 10px;
}
.ocbox_pc dl.acordion dt { /*Answerが開いた状態
	color: #ff6600;
	font-weight: bold;
	background: #FFFFFF;
	padding-left: 100px;
	text-indent: 0px;
}
.ocbox_pc dl.acordion .none-submenu { /*メニューが閉じた状態*/
	border: solid 1px #cccccc;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	-ms-border-radius: 3px/3px 3px 3px 3px;
	-o-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px/3px 3px 3px 3px;
	padding: 10px 0px 10px 0px;
	color: #222222;
	font-size: 110%;
	font-weight: bold; 
	background:#FFFFFF url(../../pc/images/ocbox_icon_open.png) no-repeat 98% center;
}
.ocbox_pc dl.acordion .active-submenu { /*メニューが開いた状態*/
	border: solid 1px #cccccc;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	-ms-border-radius: 3px/3px 3px 3px 3px;
	-o-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px/3px 3px 3px 3px;
	padding: 10px 0px 10px 0px;
	color: #222222;
	font-size: 110%;
	font-weight: bold; 
	background:#FFFFFF url(../../pc/images/ocbox_icon_close.png) no-repeat 98% center;
}
.ocbox_pc dl.acordion dt span {
	border: solid 0px #000000;
}
.ocbox_pc dl.acordion dt ul{
	display: table;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border: solid 0px #000000;
}
.ocbox_pc dl.acordion dt li{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.ocbox_pc dl.acordion dt li:nth-child(1){
	width: 10%;
	padding-right: 10px;
	border: solid 0px #000000;
}
.ocbox_pc dl.acordion dt li:nth-child(2){
	width: 80%;
	text-align: center;
	border: solid 0px #FF0000;
}
.ocbox_pc dl.acordion dt li:nth-child(3){
	width: 10%;
	border: solid 0px #000000;
}
.ocbox_pc dl.acordion dd { 
	background: #FFFFFF;
	border-top-style: hidden;
	margin-bottom: 10px;
	font-size: 100%;
}
.ocbox_pc dl.acordion dd span {
	border: 0px #FF0000 solid;
}
.ocbox_pc dl.acordion dd ul{
	display: table;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border: solid 0px #000000;
}
.ocbox_pc dl.acordion dd li{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}
.ocbox_pc dl.acordion dd li:nth-child(1){
	width: 15%;
	padding-right: 10px;
	vertical-align: top;
	border: solid 0px #000000;
}
.ocbox_pc dl.acordion dd li:nth-child(2){
	width: 75%;
	text-align: left;
}
.ocbox_inside_pc {
	border: 0px #FF0000 solid;
	margin: 10px 10px;
}
/* ---------------------------------------- */
.ocbox_pc2 {
	margin: 10px auto 10px;
	border: solid 0px #FF0000;
	width: 620px;
}
.ocbox_pc2 dl.acordion dt, .ocbox_pc2 dl.acordion dd {
	border: solid 1px #cccccc;
	padding: 10px;
}
.ocbox_pc2 dl.acordion dt { /*Answerが開いた状態
	color: #ff6600;
	font-weight: bold;
	background: #FFFFFF;
	padding-left: 100px;
	text-indent: 0px;
}
.ocbox_pc2 dl.acordion .none-submenu { /*メニューが閉じた状態*/
	border: solid 1px #cccccc;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	-ms-border-radius: 3px/3px 3px 3px 3px;
	-o-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px/3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	font-size: 110%;
	font-weight: bold; 
	background:#FFFFFF url(../../pc/images/ocbox_icon_open.png) no-repeat 98% center;
}
.ocbox_pc2 dl.acordion .active-submenu { /*メニューが開いた状態*/
	border: solid 1px #cccccc;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	-ms-border-radius: 3px/3px 3px 3px 3px;
	-o-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px/3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	font-size: 110%;
	font-weight: bold; 
	background:#FFFFFF url(../../pc/images/ocbox_icon_close.png) no-repeat 98% center;
}
.ocbox_pc2 dl.acordion dt span {
	border: solid 0px #000000;
}
.ocbox_pc2 dl.acordion dt ul{
	display: table;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border: solid 0px #000000;
}
.ocbox_pc2 dl.acordion dt li{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.ocbox_pc2 dl.acordion dt li:nth-child(1){
	width: 10%;
	padding-right: 10px;
	border: solid 0px #000000;
}
.ocbox_pc2 dl.acordion dt li:nth-child(2){
	width: 80%;
	text-align: center;
	border: solid 0px #FF0000;
}
.ocbox_pc2 dl.acordion dt li:nth-child(3){
	width: 10%;
	border: solid 0px #000000;
}
.ocbox_pc2 dl.acordion dd { 
	background: #FFFFFF;
	border-top-style: hidden;
	margin-bottom: 10px;
	font-size: 100%;
}
.ocbox_pc2 dl.acordion dd span {
	border: 0px #FF0000 solid;
}
.ocbox_pc2 dl.acordion dd ul{
	display: table;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border: solid 0px #000000;
}
.ocbox_pc2 dl.acordion dd li{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}
.ocbox_pc2 dl.acordion dd li:nth-child(1){
	width: 15%;
	padding-right: 10px;
	vertical-align: top;
	border: solid 0px #000000;
}
.ocbox_pc2 dl.acordion dd li:nth-child(2){
	width: 75%;
	text-align: left;
}
.ocbox_inside_pc2 {
	border: 0px #FF0000 solid;
	margin: 0px 0px;
}
/* ---------------------------------------- */
.ocbox_pc3 {
	margin: 10px auto 10px;
	border: solid 0px #FF0000;
	width: 900px;
}
.ocbox_pc3 dl.acordion dt, .ocbox_pc3 dl.acordion dd {
	border: solid 1px #cccccc;
	padding: 10px;
}
.ocbox_pc3 dl.acordion dt { /*Answerが開いた状態
	color: #ff6600;
	font-weight: bold;
	background: #FFFFFF;
	padding-left: 100px;
	text-indent: 0px;
}
.ocbox_pc3 dl.acordion .none-submenu { /*メニューが閉じた状態*/
	border: solid 1px #cccccc;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	-ms-border-radius: 3px/3px 3px 3px 3px;
	-o-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px/3px 3px 3px 3px;
	padding: 7px 0px 7px 0px;
	color: #222222;
	font-size: 110%;
	font-weight: bold; 
	background:#FFFFFF url(../../pc/images/ocbox_icon_open.png) no-repeat 98% center;
}
.ocbox_pc3 dl.acordion .active-submenu { /*メニューが開いた状態*/
	border: solid 1px #cccccc;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	-ms-border-radius: 3px/3px 3px 3px 3px;
	-o-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px/3px 3px 3px 3px;
	padding: 7px 0px 7px 0px;
	color: #222222;
	font-size: 110%;
	font-weight: bold; 
	background:#FFFFFF url(../../pc/images/ocbox_icon_close.png) no-repeat 98% center;
}
.ocbox_pc3 dl.acordion dt span {
	border: solid 0px #000000;
}
.ocbox_pc3 dl.acordion dt ul{
	display: table;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border: solid 0px #000000;
}
.ocbox_pc3 dl.acordion dt li{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.ocbox_pc3 dl.acordion dt li:nth-child(1){
	width: 10%;
	padding-right: 10px;
	border: solid 0px #000000;
}
.ocbox_pc3 dl.acordion dt li:nth-child(2){
	width: 80%;
	text-align: center;
	border: solid 0px #FF0000;
}
.ocbox_pc3 dl.acordion dt li:nth-child(3){
	width: 10%;
	border: solid 0px #000000;
}
.ocbox_pc3 dl.acordion dd { 
	background: #FFFFFF;
	border-top-style: hidden;
	margin-bottom: 10px;
	font-size: 100%;
}
.ocbox_pc3 dl.acordion dd span {
	border: 0px #FF0000 solid;
}
.ocbox_pc3 dl.acordion dd ul{
	display: table;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border: solid 0px #000000;
}
.ocbox_pc3 dl.acordion dd li{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}
.ocbox_pc3 dl.acordion dd li:nth-child(1){
	width: 15%;
	padding-right: 10px;
	vertical-align: top;
	border: solid 0px #000000;
}
.ocbox_pc3 dl.acordion dd li:nth-child(2){
	width: 75%;
	text-align: left;
}
.ocbox_inside_pc3 {
	border: 0px #FF0000 solid;
	margin: 0px 0px;
}
.dot {
	font-size: 20px;
	font-weight: bold;
	border: 0px #FF0000 solid;
}