﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
/* margin */
.mgT10 {
	margin-top: 10px !important;
}
.mgT20 {
	margin-top: 20px !important;
}
.mgT30 {
	margin-top: 30px !important;
}
.mgT40 {
	margin-top: 40px !important;
}
.mgT50 {
	margin-top: 50px !important;
}
.mgT60 {
	margin-top: 60px !important;
}
.font_red {
	color: #FF0000;
}
.fc_DarkBrown {
	color: #cb000c;
}
/* Clearfix */
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#333;
  text-decoration:underline;
}

.fb{
    margin-top: 30px;
    text-align: center;
}

/* *********************************
  header
********************************* */
#header_wrapper {
	border-top: 5px solid #00399c;
}
#header {
	width: 100%;
	max-width: 950px;
	margin: 13px auto 17px;
}
#header h1 {
	float: left;
}
#header .icon_tel {
	float: right;
}

/* *********************************
  nav
********************************* 
*/
nav {
  background: url(img/nav-bg.png) repeat-x;
}
nav ul {
  list-style: none;
  width: 1000px;
  margin: 0 auto;
}
nav ul li {
  float: left;
}
@media only screen and (max-width: 600px) {
  nav {
    background: none;
  }
  nav ul {
    width: 100%;
    border-top: solid 1px #bbb;
  }
  nav li {
    float: none;
    width: 50%;
  }
  nav ul li img {
    display: none;
  }
  nav li a {
    display: block;
    background: #eee;
    border-bottom: solid 1px #bbb;
    padding: 6px;
    text-decoration: none;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav li:nth-child(odd) a {
    border-right: solid 1px #bbb;
  }
  nav li a:before {
    content: attr(data-label);
  }
}
/* *********************************
  content
********************************* */
.w850, .w950, .w1060, .btn_area, .btn_freeAdvice {
	width: 100%;
}
.w850, .w950, .w1060, .btn_area {
	margin: 0 auto;/*margin-left:auto; margin-right:auto;*/
}
.settlement02,.meritBox, .failureBox, .supportBox, .proposalBox, .professionalBox, .resultBox, .stepBox ,.btn_area{
	position: relative;
}
.btn_freeAdvice,.results_notes {
	position: absolute;
}
.btn_freeAdvice,.qa_title ,.btn_freeAdvice {
	text-align: center;
}


.w850 {
	max-width: 850px;
}
.w950 {
	max-width: 950px;
}
.w1060,.btn_area,.btn_freeAdvice {
	max-width: 1060px;
}

.btn_area_wrapper {
	background: url("../img/btn_area_bg.png") repeat-x;
}
.btn_freeAdvice {
	top: 50%;
	bottom: 5%;
}
.settlement01_wrapper {
	background: url("../img/settlement_bottomBg.png") repeat-x bottom;
}

.proposal_title_wrapper {
	background: url("../img/proposal_titleBg.png") repeat-x;
}
.proposal_content {
	background: #f6f6f6;
	padding-bottom: 58px;
}
.results_notes {
	bottom: 28px;
	color: #444;
	font-size: 12px;
	right: 105px;
}
.qa_wrapper {
	background: #f5f5f5;
	padding: 50px 0 40px;
}
.qa_title {
	padding-bottom: 14px;
}
.qaBox {
	border-top: 1px dotted #000;
	padding: 25px 0 25px 30px;
}
.qaBox:first-child {
	border-top: none;
}
.qa_Q {
	background: url("../img/qa_iconQ.png") no-repeat;
	font-size: 21px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 60px;
}
.qa_A {
	background: url("../img/qa_iconA.png") no-repeat 0 8px;
	font-size: 18px;
	line-height: 32px;
	margin-top: 12px;
	padding: 0 42px 0 62px;
}
.qa_A.qa_a_1line {
	line-height: 50px;
	padding-top: 8px;
}
/* *********************************
  footer
********************************* */
#footer_wrapper {
	border-bottom: 5px solid #00399c;
}
#footer {
	padding: 40px 0 38px;
	position: relative;
	text-align: center;
	margin: 0 auto;/*margin-left:auto; margin-right:auto;*/
	width: 100%;
	max-width: 1060px;
}
#footerLinks {
	height: 16px;
}
#footerLinks li {
	border-left: 1px solid #006ba9;
	display: inline;
	list-style: none;
	padding: 0 10px;
}
#footerLinks li:first-child {
	border: none;
}
#footerLinks li a {
	color: #006ba9;
	line-height: 16px;
	text-decoration: none;
}
#footerLinks li a:hover {
	text-decoration: underline;
}
#copyright {
	font-size: 14px;
	line-height: 16px;
	margin-top: 16px;
}
#toPagetop {
	bottom: 0;
	position: absolute;
	right: 95px;
}

a img{
  opacity: 1;
  transition: 0.3s;4
}
a:hover img{
  opacity: .5;
}

@media screen and (max-width: 480px) {
  #nav>li:first-child>a{border-radius:10px 10px 0 0;}
  #nav>li:last-child>a{border-radius:0 0 10px 10px;}
  #nav{
    width: 90%;/*ナビ横幅*/
    margin: 20px auto;
  }
  #nav>li{ width:33%;}/*メニュー１層目横幅*/

  .fb{
    margin:30px auto 0;
    width: 90%;
  }
}	


.atx {color:#e00000;}
.btx {color:#888;}
li {list-style-position:inside;}
.contingency {
    margin: 0 auto 50px;
    width: 88%;
}
h3.atx {font-size:26px; font-weight:bold;}
.contingency p {
	font-size:18px;
}
.contingency h4 {
	font-size:24px;
	border-left: 10px solid #029ebc;
	border-bottom: 1px solid #029ebc;
	padding-left:.5em;
	margin:20px 0;
}
.contingency h4 span {
	font-size:80%;
	margin-left:1em;
}
p.btx {font-size:.8em; text-align:right;}
img.rimg {float:right; margin:0 0 0 1em;}
.contingency h5 {
	font-size:18px;
	border: 1px solid #029ebc;
	background-color:#c0e7ee;
	padding-left:.5em;
	margin:20px 0;
}
.contingency h6 {
	font-size:18px;
	border-left: 10px solid #c0e7ee;
	border-bottom:1px solid #029ebc;
	padding-left:.5em;
	margin:20px 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
#fee_reward_table {
	width: 100%;
	margin: 20px 0;
	font-size:.95em;
}
#fee_reward_table th,
#fee_reward_table td {
	border: 1px solid #333;
	height: 2em;
	padding: 2px;
}
#fee_reward_table thead th {
	font-weight: normal;
	text-align: center;
}
#fee_reward_table thead tr:nth-child(1) th {
	color: #fff;
	background-color: #00abe9;
}
#fee_reward_table thead tr:nth-child(1) th:nth-child(1) {
	background-color: #210068;
}
#fee_reward_table tbody th {
	font-weight: normal;
	text-align: left;
}
#fee_reward_table tbody td {
	text-align: right;
}
#fee_reward_table_sp {
	display: none;
}
.fee_reword_month {
	background: #140089;
	color: #fff;
	padding: 6px 15px;
	margin-right: 1em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.red {
    color: #f00;
}
.blue {
    color: #006dc3;
}
.fee-calc p {margin:30px 10px;}
span.br {margin-left:75px; display:block;}
span.br2 {margin-left:75px; display:block;}
@media screen and (max-width: 1000px) {
nav ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
nav ul li {width:25%;}
}
@media screen and (max-width: 640px) {
#fee_reward_table {
	font-size:.6em;
}
img.rimg { display:none;}
.fee_reword_month {
	float:left;
}
span.br,span.br2 { margin:0;}
}
