@charset "utf-8";


/*-----------------------------------------------------
	(キャッチタイトル)
------------------------------------------------------*/
.link_table{
	width:95%;
	margin: 0 auto;
/*	background:#FFFFCC;*/
	color:#EB5B02;
	padding-top:10px;
	margin-top:20px;
}
.list01 , .list02 , .list03{
	display:table;
	width:100%;
	margin:0px 0 ;

}
.list01 li,.list02 li {
	width:100%;
	text-align:center;
	font-size:13px;


}
.list01 li a,.list02 li a{
	font-size:16px;
	display:block;
	width:100%;
	color:#EB5B02;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f1f1f1;
}

.list03 li{
	width:49%;
	display:table-cell;
	text-align:center;
}
.list03 li a{
	display:block;
	width:100%;
	color:#EB5B02;
	padding-bottom:10px;
	text-decoration:underline;
}
.small_txt{
	font-size:10px;
	display:inline-block;
	padding:5px 5px 5px 10px;
}

.pdf_btn {
	box-shadow:1px 1px 1px  1px #c1c1c1;
	display:block;
	width:70%;
	border-radius:100px;
	border:1px solid #EB5B02;
	margin: 0 auto;
	margin-bottom:10px;
}
.pdf_btn a{
	font-size:12px;
	padding:5px;
	display:block;
	text-align:center;
	margin: 0 auto;
	color:#EB5B02;



}
.small_txt_btn a{
	font-size:12px;
	padding:5px;
	display:block;
	width:90%;
	text-align:center;
	margin: 0 auto;
	color:#EB5B02;
	text-decoration:underline;
	margin-bottom:20px;

}

.plan{
	background:#999;
	color:#fff;
	padding:5px 10px;
	font-size:14px;
	margin:10px 0 ;
}
.plan_img{
	width:95%;
	margin: 0 auto;
	margin-bottom:20px;
}




.mar_b30{
	width:90%;
	margin: 0 auto;
	margin-bottom:30px;
	font-size:11px;
	margin: 0 auto;

}

.mar_b30 th{
	background:#f1f1f1;
	color:#666;
	display:block;
	width:95%;
	font-size:14px;
	padding: 5px;
}
.mar_b30 td{
	padding: 10px 5px;
	display:block;
width:95%;
	
	}

.cterrace_tit{
	border-bottom:#666 1px solid;
	border-left:#666 5px solid;
	margin: 0 auto;
	width:90%;
	padding-left:10px;
	margin-top:15px;
	color:#666;
	font-weight:normal;
}
.notice{
	color:red;
}
.kiyaku{
	width:95%;
	margin: 0 auto;
	color:#666;
	font-size:13px;
	line-height:1.6;
}
.kiyaku_bold{
	display:block;
	font-weight:bold;
	margin:10px 0 0 0;
}

.child {
    display: none;
}

.demo {
  margin: 20px 8px 30px; }
  
  .demo a {
    display: block;
    color:#666;
      font-size:13px;
    }
    
  .demo .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
}
    
    .demo .child .menu {
      background: #eaeaea;
      color: #5e5e5e; 
      }
      
      .demo .child .menu:hover {
        background: #d0d0d0; }
        
    .demo .child > li {
      margin: 4px ;
      padding: 0 0px;
      color:#666;
      font-size:13px;
      border-bottom: 1px dotted #dddddd; }
      .demo .child > li:last-child {
        border-bottom: 0; }


.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.4rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.child01 {
  border: 1px solid #eaeaea; }

.child02 {
  color: #5e5e5e; }

.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px; }

.source {
  margin: 0;
  padding: 30px 0 0; }


.qa_q{
display:inline-block;
background:#F8B502;
margin-right:5px;
color:#fff;
padding:5px 10px;
}
.qa_a{
display:inline-block;
border:#F8B502 1px solid;
margin-right:5px;
color:#F8B502;
padding:5px 9px;
}
.demo li{
	margin:7px 0;
}