@charset "UTF-8";

/*

PC用

-- 閲覧履歴--

URL : specific.html oldage.html

*/
.bold {font-weight: bold;}
.center{text-align: center;}
.indent {text-indent: -1em;padding-left: 1em;display: block;}
.sp{display: none;}
*a{color: #468C00;text-decoration: underline;}
*a:hover{text-decoration: none;}
a.pdf {padding-right: 20px;background: url(../img/ico_pdf.png) no-repeat top right;}
.red{color: #c00;}
#wrapper.yellowStyle .red{color: #000;}
#wrapper.blackStyle .red{color: #fff;}
.green{color: #468C00;}
#wrapper.yellowStyle .green{color: #000;}
#wrapper.blackStyle .green{color: #fff;}
#container .content_body h1.specific {
  background-image: url(../img/ico_building.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.btn_list:after {
  content: "";
  display: block;
  clear: both;
}
.btn_list {
  margin-bottom: 10px;
}
.btn_list li {
  float: left;
  width: 320px;
  margin: 0 0 10px 20px;
  text-align: center;
  font-size: 14px;
}
.btn_list li a {
  display: block;
  color: #6BAA3F;
  padding: 15px;
  background-color: #F4F4F4;
  border-bottom: 3px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
}
#wrapper.yellowStyle .btn_list li a{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .btn_list li a{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.btn_list li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid  #6BAA3F;
  border-bottom: 1px solid  #6BAA3F;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#wrapper.yellowStyle .btn_list li a:before{display: none;}
#wrapper.blackStyle .btn_list li a:before{display: none;}
.btn_list li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #8FC31F;
  border-bottom: 3px solid #7AA91B;
}
#wrapper.yellowStyle .btn_list li a:hover{background:none; background-color:#fff000 !important; border-color: #000000 !important;color: #000;}
#wrapper.blackStyle .btn_list li a:hover{background:none; background-color:#000000 !important; border-color: #ffffff !important;}
.btn_list li a:hover:before {
  border-right: 1px solid  #fff;
  border-bottom: 1px solid  #fff;
}
.btn_list li a:active {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
  border-top: 3px solid transparent;
}
a.btn {
  display: block;
  margin: 30px auto;
  padding: 0 0 0 10px;
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background-color: #8FC31F;
  border-bottom: 3px solid #7AA91B;
  border-radius: 7px;
  position: relative;
}
#wrapper.yellowStyle a.btn{background:none; background-color:#fff000 !important; border:1px solid #000000 !important;color: #000 !important;}
#wrapper.blackStyle a.btn{background:none; background-color:#000000 !important; border:1px solid #ffffff !important;color: #fff !important;}
a.btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
  border-top: 3px solid transparent;
}
a.btn:hover {
  text-decoration: none;
}
a.btn>span {
  padding: 0 40px 0 0;
}
a.btn span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid  #fff;
  border-bottom: 2px solid  #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#wrapper.yellowStyle a.btn span:before{border-right: 2px solid  #000;border-bottom: 2px solid  #000;}
#wrapper.blackStyle a.btn span:before{border-right: 2px solid  #fff;border-bottom: 2px solid  #fff;}
.title02 {
  font-size: 22px;
  color: #468C00;
  margin-bottom: 10px;
}
.faa_list {
  padding: 0 20px;
}
.ac {
  border: 2px solid  #E8F7CA;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#wrapper.yellowStyle .ac{border: 2px solid #000000 !important;}
#wrapper.blackStyle .ac{border: 2px solid #ffffff !important;}
.ac>dt {
  width: 100%;
  background: #E8F7CA;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#wrapper.yellowStyle .ac>dt{background:none; background-color:#fff000 !important; border-bottom: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .ac>dt{background:none; background-color:#000000 !important; border-bottom: 1px solid #ffffff !important;color: #fff;}
.ac>dt:before,
.ac>dt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #468C00;
  margin: auto;
}
#wrapper.yellowStyle .ac>dt:before,
#wrapper.yellowStyle .ac>dt:after{background:none; background-color:#000 !important;}
#wrapper.blackStyle .ac>dt:before,
#wrapper.blackStyle .ac>dt:after{background:none; background-color:#fff !important;}
.ac>dt:before {
  width: 21px;
  height: 3px;
  right: 25px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ac.active dt:before {
  transform: rotate(90deg);
  opacity: 0;
}
.ac>dt:after {
  width: 3px;
  height: 21px;
  right: 34px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ac.active dt:after {
  transform: rotate(90deg);
}
.ac>dd {
  width: 100%;
  padding: 20px 30px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: relative;
}
.ac>dt>span {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: #468C00;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  line-height: 1.8;
}
#wrapper.yellowStyle .ac>dt>span{background:none; background-color:#000 !important;color: #fff000;}
#wrapper.blackStyle .ac>dt>span{background:none; background-color:#fff !important;;color: #000;}
.ac.no>dt {
  cursor: default;
}
.ac.no>dt:before,
.ac.no>dt:after {
  display: none;
}
.specific_box1 {
  font-size: 15px;
  padding: 0 20px;
  margin-bottom: 35px;
}
.title01 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  background: #8FC31F;
  margin-bottom: 30px;
}
.specific_box1>div {
  margin-bottom: 30px;
}
.specific_box1>div:after{
  content: '';
  clear: both;
  display: block;
}
.specific_box1>div>img {
  float: right;
  margin-left: 80px;
}
.specific_box1>div>p>span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #468C00;
  margin-bottom: 10px;
}
#wrapper.yellowStyle .specific_box1>div>p>span{color: #000;}
#wrapper.blackStyle .specific_box1>div>p>span{color: #fff;}
.specific_box1>div>div{
  padding: 25px 125px 25px 25px;
  width: 480px;
  background: #F7FCEB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: 25px;
}
#wrapper.yellowStyle .specific_box1>div>div{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box1>div>div{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box1>div>div>p{
  font-size: 16px;
  color: #468C00;
  margin-bottom: 10px;
  font-weight: bold;
}
#wrapper.yellowStyle .specific_box1>div>div>p{color: #000;}
#wrapper.blackStyle .specific_box1>div>div>p{color: #fff;}
.specific_box1>div>div>ul>li{
  font-size: 13px;
  margin-bottom: 20px;
}
.specific_box1>div>div>ul>li:last-of-type{
  margin-bottom: 0;
}
.specific_box1>div>div>img{
  position: absolute;
  bottom: 0;
  right: -60px;
}
.specific_box1>section {
  width: 100%;
  background: url(../img/specific/specific_bg.png);
  padding: 0 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.specific_box1>section>h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  clear: both;
  padding-top: 45px;
  color: #468C00;
}
#wrapper.yellowStyle .specific_box1>section>h3{color: #000;}
#wrapper.blackStyle .specific_box1>section>h3{color: #fff;}
.specific_box1>section>h4.title02 {
  padding-left: 20px;
}
.specific_box1>section>ul>li {
  margin-bottom: 25px;
}
.specific_box1>section>ul>li>h4 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 35px;
  background: url(../img/ico_checkbox.png) no-repeat center left;
  margin-bottom: 10px;
}
.specific_box1>section>ul>li>p {
  font-size: 14px;
}
.specific_box1>section>ul>li>p>a {
  color: #468C00;
  text-decoration: underline;
}
#wrapper.yellowStyle .specific_box1>section>ul>li>p>a{color: #000;}
#wrapper.blackStyle .specific_box1>section>ul>li>p>a{color: #fff;}
.specific_box1>section>ul>li>p>a:hover {
  text-decoration: none;
}
.specific_box1 a.btn {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  line-height: 40px;
  background-color: #FF9326;
  border-bottom: 3px solid #EE7700;
}
.specific_box2 {
  padding: 0 20px;
}
.specific_box2>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.specific_box2>dl.ac>dd>p:not(:last-child) {
  margin-bottom: 20px;
  font-size: 14px;
}
.specific_box2>dl.ac>dd>p>b {
  font-size: 18px;
}
.specific_box2>dl.ac>dd>p>span {
  font-size: 12px;
}
.specific_box2>dl.ac>dd>dl {
  margin-bottom: 30px;
}
.specific_box2>dl.ac>dd>dl>dt {
  font-size: 16px;
  color: #468C00;
  margin-bottom: 5px;
  font-weight: bold;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>dl>dt{color: #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>dl>dt{color: #fff;}
.specific_box2>dl.ac>dd>dl>dd>div {
  padding: 20px 0;
  background: #F1F1F1;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>dl>dd>div{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>dl>dd>div{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box2>dl.ac>dd>dl>dd>div>p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.specific_box2>dl.ac>dd>dl>dd>p {
  margin-bottom: 20px;
}
.specific_box2>dl.ac>dd>dl>dd>ul>li {
  margin-bottom: 10px;
}
.specific_box2>dl.ac>dd>dl>dd>ul>li:nth-of-type(3) {
  margin-bottom: 20px;
}
.specific_box2>dl.ac>dd>dl>dd>ul>li>a {
  color: #468C00;
  text-decoration: underline;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>dl>dd>ul>li>a{color: #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>dl>dd>ul>li>a{color: #fff;}
.specific_box2>dl.ac>dd>dl>dd>ul>li>a:hover {
  text-decoration: none;
}
.specific_box2>dl.ac>dd>ul {
  margin-top: -20px;
  margin-bottom: 20px;
}
.specific_box2>dl.ac>dd>ul>li {
  font-size: 14px;
}
.specific_box2>dl.ac>dd>p>b {
  display: block;
}
.specific_box2>dl.ac>dd>p>a {
  color: #468C00;
  text-decoration: underline;
  display: block;
  padding-left: 20px;
  margin: 20px 0;
  position: relative;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>p>a{color: #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>p>a{color: #fff;}
.specific_box2>dl.ac>dd>p>a:before {
  content: '>';
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 0;
  font-weight: bold;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>p>a:before{color: #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>p>a:before{color: #fff;}
.specific_box2>dl.ac>dd>dl>dd>table {
  width: 940px;
  margin: 0 auto 20px;
  border-top: 1px solid #ddd;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>dl>dd>table{border-top: 1px solid #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>dl>dd>table{border-top: 1px solid #fff;}
.specific_box2>dl.ac>dd>dl>dd>table>tbody {
}
.specific_box2>dl.ac>dd>dl>dd>table>tbody>tr {
  border-bottom: 1px solid #ddd;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>dl>dd>table>tbody>tr{border-bottom: 1px solid #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>dl>dd>table>tbody>tr{border-bottom: 1px solid #fff;}
.specific_box2>dl.ac>dd>dl>dd>table>tbody>tr>th {
  width: 260px;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  text-align: left;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>dl>dd>table>tbody>tr>th{color: #000;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>dl>dd>table>tbody>tr>th{color: #fff;}
.specific_box2>dl.ac>dd>dl>dd>table>tbody>tr>th:before {
  content: "";
  background: #F1F1F1;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#wrapper.yellowStyle .specific_box2>dl.ac>dd>dl>dd>table>tbody>tr>th:before{display: none;}
#wrapper.blackStyle .specific_box2>dl.ac>dd>dl>dd>table>tbody>tr>th:before{display: none;}
.specific_box2>dl.ac>dd>dl>dd>table>tbody>tr>td {
  width: 680px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
}
.specific_box2>h3 {
  font-size: 22px;
  color: #468C00;
  font-weight: bold;
  margin-bottom: 15px;
}
#wrapper.yellowStyle .specific_box2>h3{color: #000;}
#wrapper.blackStyle .specific_box2>h3{color: #fff;}
.specific_box2>div {
  background: #F2F2F2;
  padding: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
#wrapper.yellowStyle .specific_box2>div {background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box2>div {background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box2>div>p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.specific_box2>dl {
  margin-bottom: 20px;
}
.specific_box2>dl:not(.ac) {
  padding: 30px;
  border: 1px dotted #468C00;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
#wrapper.yellowStyle .specific_box2>dl:not(.ac) {border: 1px dotted #000;}
#wrapper.blackStyle .specific_box2>dl:not(.ac) {border: 1px dotted #fff;}
.specific_box2>dl:not(.ac)>dt {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.specific_box2>dl>dd {
  font-size: 14px;
}
.specific_box2>dl>dd>div {
  background: #F7FCEB;
  padding: 30px;
  font-size: 16px;
  color: #468C00;
}
#wrapper.yellowStyle .specific_box2>dl>dd>div{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box2>dl>dd>div{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box2>section:last-of-type {
  margin-bottom: 50px;
}
.specific_box2>section>h4 {
  font-size: 16px;
  font-weight: bold;
  color: #468C00;
  margin-bottom: 10px;
}
#wrapper.yellowStyle .specific_box2>section>h4{color: #000;}
#wrapper.blackStyle .specific_box2>section>h4{color: #fff;}
.specific_box2>section>img {
  float: right;
  margin: 0 0 20px 20px;
}
.specific_box2>section>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.specific_box2>section>p>a {
  color: #468C00;
  text-decoration: underline;
}
#wrapper.yellowStyle .specific_box2>section>p>a{color: #000;}
#wrapper.blackStyle .specific_box2>section>p>a{color: #fff;}
.specific_box2>section>p>a:hover {
  text-decoration: none;
}
.specific_box2>section>p>span {
  font-size: 12px;
}
.specific_box3 {
  padding: 0 20px;
}
.specific_box3>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.specific_box3>dl:not(.ac) {
  width: 940px;
  margin: auto;
  margin-bottom: 30px;
}
.specific_box3>dl:not(.ac)>dt {
  color: #468C00;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#wrapper.yellowStyle .specific_box3>dl:not(.ac)>dt{color: #000;}
#wrapper.blackStyle .specific_box3>dl:not(.ac)>dt{color: #fff;}
.specific_box3 table {
  width: 100%;
  margin-bottom: 10px;
}
.specific_box3 table>thead {
}
.specific_box3 table>thead>tr {
  border-bottom: 1px solid  #ddd;
}
#wrapper.yellowStyle .specific_box3 table>thead>tr{border-bottom: 1px solid  #000;}
#wrapper.blackStyle .specific_box3 table>thead>tr{border-bottom: 1px solid  #fff;}
.specific_box3 table>thead>tr>th {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background: #666;
  border-left: 5px solid  #fff;
  font-weight: normal;
  vertical-align: middle;
}
#wrapper.yellowStyle .specific_box3 table>thead>tr>th{background:none; background-color:#fff000 !important; border: none;border-right: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3 table>thead>tr>th{background:none; background-color:#000000 !important; border: none;border-right: 1px solid #ffffff !important;color: #fff;}
#wrapper.yellowStyle .specific_box3 table>thead>tr>th:last-of-type{border-right: none !important;}
#wrapper.blackStyle .specific_box3 table>thead>tr>th:last-of-type{border-right: none !important;}
.specific_box3 table>tbody {
}
.specific_box3 table>tbody>tr {
  border-bottom: 1px solid  #ddd;
}
#wrapper.yellowStyle .specific_box3 table>tbody>tr{border-bottom: 1px solid  #000;}
#wrapper.blackStyle .specific_box3 table>tbody>tr{border-bottom: 1px solid  #fff;}
.specific_box3 table>tbody>tr>th {
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
#wrapper.yellowStyle .specific_box3 table>tbody>tr>th{background:none; background-color:#fff000 !important; border-right: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3 table>tbody>tr>th{background:none; background-color:#000000 !important; border-right: 1px solid #ffffff !important;color: #fff;}
.specific_box3 table>tbody>tr>td {
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.specific_box3 table>tbody>tr>th:before,
.specific_box3 table>tbody>tr>td:before {
  content: '';
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.specific_box3 table>tbody>tr>th:before {
  background: #F2FAE7;
}
.specific_box3 table>tbody>tr:nth-of-type(odd)>td:before {
  background: #F1F1F1;
}
#wrapper.yellowStyle
.specific_box3 table>tbody>tr>th:before,
#wrapper.yellowStyle .specific_box3 table>tbody>tr>td:before{display: none;}
#wrapper.blackStyle
.specific_box3 table>tbody>tr>th:before,
#wrapper.blackStyle .specific_box3 table>tbody>tr>td:before{display: none;}
.specific_box3>dl:not(.ac)>dd>span {
  font-size: 12px;
}
.specific_box3>dl.ac>dt>i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  background: #468C00;
  margin: 0 5px;
  border-radius: 100px;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dt>i{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dt>i{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box3>dl.ac>dd {
}
.specific_box3>dl.ac>dd>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.specific_box3>dl.ac>dd>div {
  width: 458px;
  float: left;
  background: #F2FAE7;
  text-align: center;
  position: relative;
  margin: 0 5px 20px;
  padding: 15px 0 20px;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>div{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>div{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box3>dl.ac>dd>div>img {
  margin-bottom: 5px;
}
.specific_box3>dl.ac>dd>div>p {
  font-size: 15px;
  color: #468C00;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>div>p{color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>div>p{color: #fff;}
.specific_box3>dl.ac>dd>div>dl {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  text-align: center;
  width: 120px;
  background: #fff;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>div>dl{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>div>dl{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box3>dl.ac>dd>div>dl>dt {
  color: #fff;
  background: #666;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>div>dl>dt{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>div>dl>dt{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box3>dl.ac>dd>div>dl>dt:nth-of-type(2) {
  background: #468C00;
}
.specific_box3>dl.ac>dd>div>dl>dd {
  padding: 10px 0;
}
.specific_box3>dl.ac>dd>div>dl>dd:nth-of-type(2) {
  color: #468C00;
  font-size: 18px;
  font-weight: bold;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>div>dl>dd:nth-of-type(2){color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>div>dl>dd:nth-of-type(2){color: #fff;}
.specific_box3>dl.ac>dd>dl {
  clear: both;
  padding: 0 10px;
}
.specific_box3>dl.ac>dd>dl>dt {
  font-size: 16px;
  color: #468C00;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>dl>dt{color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>dl>dt{color: #fff;}
.specific_box3>dl.ac>dd>dl>dd {
}
.specific_box3>dl.ac>dd>dl>dd>div:first-of-type {
  background: #F1F1F1;
  padding: 45px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>dl>dd>div:first-of-type{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>dl>dd>div:first-of-type{background:none; background-color:#fff !important; border: 1px solid #ffffff !important;color: #000;}
.specific_box3>dl.ac>dd>dl>dd>div>p {
  font-size: 20px;
  color: #f60;
  text-align: center;
  font-weight: bold;
  border: 2px solid  #F60;
  padding: 30px 0;
  margin-bottom: 10px;
  background: #FFF3E1;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>dl>dd>div>p{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>dl>dd>div>p{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box3>dl.ac>dd>dl>dd>div>p:last-child {
  margin-bottom: 30px;
}
.specific_box3>dl.ac>dd>dl>dd>div>span {
  font-size: 12px;
  margin-bottom: 30px;
  display: block;
}
.specific_box3>dl.ac>dd>dl>dd>p>a {
  text-decoration: underline;
  color: #468C00;
}
#wrapper.yellowStyle .specific_box3>dl.ac>dd>dl>dd>p>a{color: #000;}
#wrapper.blackStyle .specific_box3>dl.ac>dd>dl>dd>p>a{color: #fff;}
.specific_box3>dl.ac>dd>dl>dd>p>a:hover {
  text-decoration: none;
}
.specific_box3>dl.ac:nth-of-type(6)>dd>div:nth-of-type(2)>p {
  text-align: left;
  font-weight: bold;
}
.specific_box3>dl.ac:nth-of-type(6)>dd>div:nth-of-type(2) {
  background: none;
  padding: 0;
}
.specific_box3>dl.ac:nth-of-type(6)>dd>div>table {
  border-top: 1px solid  #ddd;
}
#wrapper.yellowStyle .specific_box3>dl.ac:nth-of-type(6)>dd>div>table{border-top: 1px solid  #000;}
#wrapper.blackStyle .specific_box3>dl.ac:nth-of-type(6)>dd>div>table{border-top: 1px solid  #fff;}
.specific_box3>dl.ac>dd>div>table>tbody>tr>th:before {
  background: #F1F1F1;
}
.specific_box3>dl.ac>dd>div>table>tbody>tr>td:before {
  display: none;
}
.specific_box3>dl.ac>dd>dl>dd {
  margin-bottom: 20px;
}
.specific_box3>dl.ac>dd>dl>dd>table>tbody>tr>td:last-of-type {
  font-size: 12px;
  text-align: left;
  padding: 0 10px;
}
.specific_box4 {
  padding: 0 20px;
}
.specific_box4>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.specific_box4>a.btn,
.specific_box7>a.btn {
  display: block;
  margin: 30px auto;
  padding: 0 0 0 10px;
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background-color: #8FC31F;
  border-bottom: 3px solid #7AA91B;
  border-radius: 7px;
  position: relative;
}
.specific_box4>a.btn:active,
.specific_box7>a.btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
  border-top: 3px solid transparent;
}
.specific_box4>a.btn:hover,
.specific_box7>a.btn:hover {
  text-decoration: none;
}
.specific_box4>a.btn>span,
.specific_box7>a.btn>span {
  padding: 0 40px 0 0;
}
.specific_box4>a.btn span:before,
.specific_box7>a.btn span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid  #fff;
  border-bottom: 2px solid  #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.specific_box5 {
  padding: 0 20px;
}
.specific_box5>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.specific_box5>div {
  padding: 30px;
  background: #F2F2F2;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 40px;
}
#wrapper.yellowStyle .specific_box5>div{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box5>div{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box5>div>span {
  font-weight: bold;
  display: block;
}
.specific_box6 {
  padding: 0 20px;
}
.specific_box6>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.specific_box6>dl.ac {
  border: 1px solid #FDF0E1;
}
.specific_box6>dl.ac>dt {
  background: #FDF0E1;
}
.specific_box6>dl.ac>dt>span {
  background: #FF9326;
}
.specific_box6>dl.ac>dt:before,
.specific_box6>dl.ac>dt:after {
  background: #FF9326;
}
.specific_box6>dl.ac>dd {
  font-size: 14px;
}
.specific_box6>dl.ac>dd>img {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.specific_box6>dl>dd a {
  text-decoration: underline;
  color: #468C00;
}
#wrapper.yellowStyle .specific_box6>dl>dd a{color: #000;}
#wrapper.blackStyle .specific_box6>dl>dd a{color: #fff;}
.specific_box6>dl>dd a:hover {
  text-decoration: none;
}
.specific_box6>dl>dd>h3 {
  font-size: 16px;
  color: #468C00;
  font-weight: bold;
}
#wrapper.yellowStyle .specific_box6>dl>dd>h3{color: #000;}
#wrapper.blackStyle .specific_box6>dl>dd>h3{color: #fff;}
.specific_box6>dl>dd>p {
  margin-bottom: 10px;
}
.specific_box6>dl>dd>ul {
  padding-left: 10px;
  margin-bottom: 15px;
}
.specific_box6>dl>dd>ul>li>p {
  font-size: 12px;
}
.specific_box6>dl>dd>a {
  color: #468C00;
  text-decoration: underline;
  display: inline-block;
  padding-left: 20px;
  margin: 20px 0;
  position: relative;
}
#wrapper.yellowStyle .specific_box6>dl>dd>a{color: #000;}
#wrapper.blackStyle .specific_box6>dl>dd>a{color: #fff;}
.specific_box6>dl>dd>a:before {
  content: '>';
  white-space: pre;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 0;
  font-weight: bold;
}
#wrapper.yellowStyle .specific_box6>dl>dd>a:before{color: #000;}
#wrapper.blackStyle .specific_box6>dl>dd>a:before{color: #fff;}
.specific_box7>div {
  background: #FDF5F5;
  border: 4px solid  #FFE1E1;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
#wrapper.yellowStyle .specific_box7>div {background:none; background-color:#fff000 !important; border: 4px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box7>div {background:none; background-color:#000000 !important; border: 4px solid #ffffff !important;color: #fff;}
.specific_box7>ul {
  margin-bottom: 20px;
}
.specific_box7>ul>li {
  font-size: 12px;
}
.specific_box7>p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #468C00;
}
#wrapper.yellowStyle .specific_box7>p{color: #000;}
#wrapper.blackStyle .specific_box7>p{color: #fff;}
.specific_box7>a.btn {
  margin: 0 auto 30px;
}


/*===   oldage   ===*/
.specific_box1.oldage_box1>div>p {
  margin-bottom: 50px;
}
.specific_box1.oldage_box1>div>div {
  padding-bottom: 80px;
}
.oldage_box2 {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.oldage_box2 h2 {
  text-align: left;
}
.oldage_box2 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.oldage_box2 img {
  margin-bottom: 10px;
}
.oldage_box2 span {
  width: 780px;
  text-align: left;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  padding-left: 4em;
  text-indent: -4em;
  display: block;
  font-size: 12px;
}
.oldage_box2>section {
  clear: both;
  width: 100%;
  background: #F4F4F4;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
}
#wrapper.yellowStyle .oldage_box2>section{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .oldage_box2>section{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.oldage_box2>section>p {
  font-size: 20px;
  font-weight: bold;
}
.oldage_box2>section>p>b {
  font-size: 28px;
  margin-left: 20px;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ff0 0%) repeat scroll 0 0;
}
#wrapper.yellowStyle .oldage_box2>section>p>b{background:none;}
#wrapper.blackStyle .oldage_box2>section>p>b{background:none;}
.oldage_box2>section>a.btn {
  margin: 20px auto 0;
  background: #FF9326;
  border-bottom-color: #D76B00;
}
.oldage_box2>section>a.btn>span {
  padding: 0 0 0 40px;
  background: url(../img/ico_check_org_w.png) no-repeat center left;
  background-size: 25px;
  width: auto;
  font-size: 20px;
  text-align: center;
  display: inline;
}
.oldage_box2>section>a.btn>span:before {
  display: none;
}
.specific_box2.oldage_box3 dl dd ul {
  margin-top: 0;
}
.specific_box2.oldage_box3 dl dd>span {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.specific_box2.oldage_box4>dl>dd>div {
  text-align: center;
}
.specific_box3.oldage_box5 table>thead>tr>th:first-of-type {
  width: 25%;
}
.specific_box6.oldage_box6 dl dd span {
  font-size: 12px;
}
#main .sideNavi.p_foot>ul>li {
  width: 32.3%;
  margin: 0 10px 10px 0;
  display: inline-block;
}
#main .sideNavi.p_foot>ul>li:nth-of-type(3n) {
  margin: 0 0 10px 0;
}
.specific_box1 ~ section {
  clear: both;
  width: 100%;
  background: #F4F4F4;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
#wrapper.yellowStyle .specific_box1 ~ section{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .specific_box1 ~ section{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.specific_box1 ~ section>p {
  font-size: 20px;
  font-weight: bold;
}
.specific_box1 ~ section>p>b {
  font-size: 28px;
  margin-left: 20px;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ff0 0%) repeat scroll 0 0;
}
#wrapper.yellowStyle .specific_box1 ~ section>p>b{background:none;}
#wrapper.blackStyle .specific_box1 ~ section>p>b{background:none;}
.specific_box1 ~ section>a.btn {
  margin: 20px auto 0;
  background: #FF9326;
  border-bottom-color: #D76B00;
}
.specific_box1 ~ section>a.btn>span {
  padding: 0 0 0 40px;
  background: url(../img/ico_check_org_w.png) no-repeat center left;
  background-size: 25px;
  width: auto;
  font-size: 20px;
  text-align: center;
  display: inline;
}
.specific_box1 ~ section>a.btn>span:before {
  display: none;
}
