@charset "UTF-8";
.test .wrap .main-inner {
  margin: 0;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 6px 1px #dbdbdb;
  box-sizing: border-box;
  height: auto;
}

.test .wrap .main-inner .post-header {
  background: #097c25;
  padding: 90px 160px 75px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .post-header {
    padding: 90px 24px 75px;
    font-size: 26px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .post-header {
    padding: 90px 12px 45px;
    font-size: 24px;
  }
}

.test .wrap .main-inner .post-header h1 {
  margin: 0;
}

.test .wrap .main-inner .post-header h1 span {
  color: #fff45c;
  font-size: 46px;
}

@media screen and (max-width: 771px) {
  .test .wrap .main-inner .post-header h1 span {
    font-size: 36px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .post-header h1 span {
    font-size: 34px;
  }
}

.test .wrap .main-inner .post-header:before {
  content: url("../images/inheritance-tax/oag-title.png");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40px;
}

.test .wrap .main-inner .post-header:after {
  position: absolute;
  bottom: -28px;
  left: calc(50% - 28px);
  content: '';
  border-width: 28px 28px 0 28px;
  border-color: #097c25 transparent transparent transparent;
  border-style: solid;
}

.test .wrap .main-inner .section-view .container {
  padding: 0 160px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-view .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-view .container {
    padding: 0 12px;
  }
}

.test .wrap .main-inner .section-view .container .sns ul {
  text-align: center;
  margin-bottom: 40px;
}

.test .wrap .main-inner .section-view .container .sns ul li {
  padding: 0 5px;
  width: auto;
  text-indent: 0;
  vertical-align: top;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.test .wrap .main-inner .section-view .container .sns ul .bzb-facebook .fb_iframe_widget {
  padding: 0;
}

.test .wrap .main-inner .section-view .container .sns ul .bzb-googleplus div {
  width: 66px !important;
}

.test .wrap .main-inner .section-view .container .sns ul .bzb-pocket {
  width: 95px !important;
}

.test .wrap .main-inner .section-view .container ul {
  margin-bottom: 0;
}

.test .wrap .main-inner .section-view .container ul li {
  text-indent: 0;
}

.test .wrap .main-inner .section-view .container ul li:before {
  content: '';
}

.test .wrap .main-inner .section-view .container p {
  margin: 0 0 1.6em;
  line-height: 1.8;
}

.test .wrap .main-inner .section-view .container h2 {
  border: 0;
  clear: both;
  background: none;
}

.test .wrap .main-inner .section-view .container .f-marker-y {
  background-image: -webkit-linear-gradient(transparent 70%, #fff100 70%);
  background-image: linear-gradient(transparent 70%, #fff100 70%);
  padding-bottom: 3px;
  font-weight: bold;
}

.test .wrap .main-inner .section-view .container .view-2 .link a {
  color: #408959;
  font-weight: bold;
}

.test .wrap .main-inner .section-view .container .view-2 .link a:hover {
  text-decoration: none;
}

.test .wrap .main-inner .section-view .container .view-2 .link a li {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-left: 8px solid #e4e4e4;
  box-sizing: border-box;
  padding: 17px 15px 17px 28px;
  position: relative;
}

.test .wrap .main-inner .section-view .container .view-2 .link a li:hover {
  border-left: 8px solid #408959;
  background: #fafafa;
}

.test .wrap .main-inner .section-view .container .view-2 .link a li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #2f2f2f;
  padding-right: 8px;
  font-weight: bold;
  position: absolute;
  top: 14px;
  left: 15px;
}

.test .wrap .main-inner .section-view .container .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.test .wrap .main-inner .section-step {
  color: #383838;
  font-size: 16px;
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-step {
    padding: 60px 0 60px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-step {
    padding: 40px 0 40px;
  }
}

.test .wrap .main-inner .section-step .container {
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-step .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-step .container {
    padding: 0 12px;
  }
}

.test .wrap .main-inner .section-step .container h2 {
  color: #383838;
  font-size: 30px;
  text-align: center;
  padding: 47px 0 0;
  position: relative;
  margin-bottom: 42px;
  text-shadow: -2px -2px 0 #fff,0px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,0px 2px 0 #fff,2px 2px 0 #fff;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-step .container h2 {
    font-size: 26px;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-step .container h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.test .wrap .main-inner .section-step .container h2:before {
  width: 120px;
  height: 20px;
  padding: 5px 5px;
  text-align: center;
  border-radius: 15px;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: calc(50% - 65px);
  font-weight: bold;
  text-shadow: none;
}

.test .wrap .main-inner .section-step .container h3 {
  border: 0;
  margin: 0;
  padding: 0;
  position: static;
  font-size: 20px;
  color: #383838;
  margin-bottom: 15px;
}

.test .wrap .main-inner .section-step .container h3:before {
  content: '';
}

.test .wrap .main-inner .section-step .container h4 {
  font-weight: bold;
  font-size: 18px;
  color: #383838;
  position: relative;
  padding-left: 30px;
}

.test .wrap .main-inner .section-step .container h4:before {
  content: url("../images/inheritance-tax/icon-h4.png");
  position: absolute;
  top: 3px;
  left: 0;
}

.test .wrap .main-inner .section-step .container .view-1 {
  padding: 0 45px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-step .container .view-1 {
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-step .container .view-1 {
    padding: 0;
  }
}

.test .wrap .main-inner .section-step .container .view-1 .images {
  max-width: 310px;
  float: left;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-step .container .view-1 .images {
    max-width: 100%;
    float: none;
    margin-bottom: 24px;
    text-align: center;
  }
}

.test .wrap .main-inner .section-step .container .view-1 .images img {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  padding: 4px;
  box-sizing: border-box;
}

.test .wrap .main-inner .section-step .container .view-1 .content {
  width: calc(100% - 330px);
  float: right;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-step .container .view-1 .content {
    float: none;
    width: 100%;
  }
}

.test .wrap .main-inner .section-step .container .view-1:after {
  content: '';
  display: block;
  clear: both;
}

.test .wrap .main-inner .section-step .container .view-2 .link {
  margin-bottom: 40px;
}

.test .wrap .main-inner .section-step .container .view-2 .link:last-child {
  margin-bottom: 0;
}

.test .wrap .main-inner .section-step .container .view-2 .link a {
  font-weight: bold;
}

.test .wrap .main-inner .section-step .container .view-2 .link .merit {
  margin: 0 auto 24px;
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 400px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-step .container .view-2 .link .merit {
    font-size: 16px;
  }
}

.test .wrap .main-inner .section-step .container .view-2 .link .merit:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: solid 3px #f49800;
}

.test .wrap .main-inner .section-step .container .view-2 .link .merit .four {
  font-size: 26px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-step .container .view-2 .link .merit .four {
    font-size: 20px;
  }
}

.test .wrap .main-inner .section-step .container .view-2 .link ul li {
  color: #444;
  font-weight: bold;
  line-height: 32px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-step .container .view-2 .link ul li {
    margin-bottom: 16px;
    line-height: 26px;
  }
}

.test .wrap .main-inner .section-step .container .view-2 .link ul li .fa {
  color: #22ac38;
  margin-right: 6px;
}

.test .wrap .main-inner .section-1 {
  padding-bottom: 50px;
  color: #444444;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-1 {
    padding-bottom: 20px;
  }
}

.test .wrap .main-inner .section-1 .view-1 {
  background: #fffef7;
  padding: 35px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-1 .view-1 {
    padding: 12px;
  }
}

.test .wrap .main-inner .section-1 .view-1 h2 {
  color: #444444;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
}

.test .wrap .main-inner .section-1 .view-1 h2 span {
  font-size: 26px;
}

.test .wrap .main-inner .section-1 .view-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-1 .view-1 ul {
    display: block;
  }
}

.test .wrap .main-inner .section-1 .view-1 ul li {
  list-style: none;
  width: 31.3333%;
  background: #fff;
  padding: 34px 18px;
  margin: 0 12px;
  border: 1px solid #e5e2cc;
  position: relative;
  color: #444444;
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-1 .view-1 ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}

.test .wrap .main-inner .section-1 .view-1 ul li:nth-child(3n+1) {
  margin-left: 0;
}

.test .wrap .main-inner .section-1 .view-1 ul li:nth-child(3n+1):before {
  content: '1';
}

.test .wrap .main-inner .section-1 .view-1 ul li:nth-child(3n+2) {
  margin-left: 0;
}

.test .wrap .main-inner .section-1 .view-1 ul li:nth-child(3n+2):before {
  content: '2';
}

.test .wrap .main-inner .section-1 .view-1 ul li:nth-child(3n+3) {
  margin-right: 0;
}

.test .wrap .main-inner .section-1 .view-1 ul li:nth-child(3n+3):before {
  content: '3';
}

.test .wrap .main-inner .section-1 .view-1 ul li:before {
  position: absolute;
  top: -21px;
  left: calc(50% - 10px);
  color: #444444;
  width: 20px;
  height: 35px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  border-bottom: 1px solid #434343;
}

.test .wrap .main-inner .section-2 {
  background: url("../images/inheritance-tax/section-2.png");
  padding: 75px 0 80px;
  color: #fff;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-2 {
    padding: 40px 0;
  }
}

.test .wrap .main-inner .section-2 h2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 55px 0 0;
  margin-bottom: 30px;
}

.test .wrap .main-inner .section-2 h2:before {
  content: url("../images/inheritance-tax/title-section-2.png");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0px;
}

.test .wrap .main-inner .section-2 .view-1 {
  margin-bottom: 40px;
}

.test .wrap .main-inner .section-2 .view-1 .images {
  width: 400px;
  float: right;
  margin: 5px 0 12px 30px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-2 .view-1 .images {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}

.test .wrap .main-inner .section-2 .view-1 .images img {
  max-width: 100%;
  border-radius: 5px;
}

.test .wrap .main-inner .section-2 .view-1 .content {
  padding-right: 400px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-2 .view-1 .content {
    padding: 0;
  }
}

.test .wrap .main-inner .section-2 .view-2 {
  background: #fffef7;
  padding: 0 70px 27px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-2 .view-2 {
    padding: 0 12px 27px;
  }
}

.test .wrap .main-inner .section-2 .view-2 h3 {
  color: #444444;
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0 0 0px;
  border: 0;
  top: -17px;
  text-shadow: -2px -2px 0 #fffef7,0px -2px 0 #fffef7,2px -2px 0 #fffef7,-2px 2px 0 #fffef7,0px 2px 0 #fffef7,2px 2px 0 #fffef7;
}

@media screen and (max-width: 320px) {
  .test .wrap .main-inner .section-2 .view-2 h3 {
    padding: 0 30px;
    top: -10px;
  }
}

.test .wrap .main-inner .section-2 .view-2 h3:before {
  content: '';
  width: 26px;
  height: 27px;
  background: url("../images/inheritance-tax/left.png") no-repeat left center;
  position: inherit;
  display: inline-block;
  top: 5px;
  margin-right: 8px;
}

@media screen and (max-width: 500px) {
  .test .wrap .main-inner .section-2 .view-2 h3:before {
    content: none;
  }
}

.test .wrap .main-inner .section-2 .view-2 h3:after {
  content: '';
  width: 26px;
  height: 27px;
  background: url("../images/inheritance-tax/right.png") no-repeat right center;
  position: absolute;
  right: auto;
  top: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 500px) {
  .test .wrap .main-inner .section-2 .view-2 h3:after {
    content: none;
  }
}

.test .wrap .main-inner .section-2 .view-2 .link {
  margin-top: -5px;
}

.test .wrap .main-inner .section-3 {
  background: url("../images/inheritance-tax/step-1-bg.jpg") top right no-repeat, url("../images/inheritance-tax/step-arrow-1.jpg") center top 487px no-repeat;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-3 {
    background: url("../images/inheritance-tax/step-1-bg-991.jpg") top right no-repeat;
  }
}

.test .wrap .main-inner .section-3 h2:before {
  content: 'STEP.01';
  background: #01abc1;
}

.test .wrap .main-inner .section-3 .view-1 {
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-3 .view-1 {
    margin-bottom: 55px;
  }
}

.test .wrap .main-inner .section-4 {
  background: url("../images/inheritance-tax/step-2-bg.jpg") top right no-repeat, url("../images/inheritance-tax/step-arrow-2.jpg") center top 486px no-repeat;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-4 {
    background: url("../images/inheritance-tax/step-2-bg-991.jpg") top right no-repeat;
  }
}

.test .wrap .main-inner .section-4 h2:before {
  content: 'STEP.02';
  background: #01bad4;
}

.test .wrap .main-inner .section-4 .view-1 {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-4 .view-1 {
    margin-bottom: 55px;
  }
}

.test .wrap .main-inner .section-5 {
  background: url("../images/inheritance-tax/step-3-bg.jpg") top right no-repeat, url("../images/inheritance-tax/step-arrow-3.jpg") center top 487px no-repeat;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-5 {
    background: url("../images/inheritance-tax/step-3-bg-991.jpg") top right no-repeat;
  }
}

.test .wrap .main-inner .section-5 h2:before {
  content: 'STEP.03';
  background: #27a59a;
}

.test .wrap .main-inner .section-5 .view-1 {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-5 .view-1 {
    margin-bottom: 55px;
  }
}

.test .wrap .main-inner .section-5 .view-2 .link h5 {
  margin: 22px 0  15px -10px;
  font-size: 16px;
  color: #444444;
}

.test .wrap .main-inner .section-6 {
  background: url("../images/inheritance-tax/step-4-bg.jpg") top right no-repeat;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-6 {
    background: url("../images/inheritance-tax/step-4-bg-991.jpg") top right no-repeat;
  }
}

.test .wrap .main-inner .section-6 h2:before {
  content: 'STEP.04';
  background: #00887c;
}

.test .wrap .main-inner .section-6 .view-1 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-6 .view-1 {
    margin-bottom: 55px;
  }
}

.test .wrap .main-inner .section-7 {
  background: url("../images/inheritance-tax/step-5-bg.jpg") top right no-repeat, url("../images/inheritance-tax/step-arrow-5.jpg") center top 486px no-repeat;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-7 {
    background: url("../images/inheritance-tax/step-5-bg-991.jpg") top right no-repeat;
  }
}

.test .wrap .main-inner .section-7 h2:before {
  content: 'STEP.05';
  background: #67b86a;
}

.test .wrap .main-inner .section-7 .view-1 {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-7 .view-1 {
    margin-bottom: 55px;
  }
}

.test .wrap .main-inner .section-8 {
  background: url("../images/inheritance-tax/step-6-bg.jpg") top right no-repeat, url("../images/inheritance-tax/step-arrow-6.jpg") center top 487px no-repeat;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-8 {
    background: url("../images/inheritance-tax/step-6-bg-991.jpg") top right no-repeat;
  }
}

.test .wrap .main-inner .section-8 h2:before {
  content: 'STEP.06';
  background: #439f48;
}

.test .wrap .main-inner .section-8 .view-1 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-8 .view-1 {
    margin-bottom: 55px;
  }
}

.test .wrap .main-inner .section-9 {
  background: url("../images/inheritance-tax/step-7-bg.jpg") top right no-repeat, url("../images/inheritance-tax/step-arrow-7.jpg") center top 408px no-repeat;
  border-top: 9px solid #f39800;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 55px;
  padding-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-9 {
    background: url("../images/inheritance-tax/step-7-bg-991.jpg") top right no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-9 {
    padding-bottom: 55px;
  }
}

.test .wrap .main-inner .section-9 h2 {
  margin-bottom: 35px !important;
}

.test .wrap .main-inner .section-9 h2:before {
  content: 'まとめ';
  background: #f39700;
}

.test .wrap .main-inner .section-9 h3 {
  text-align: center;
}

.test .wrap .main-inner .section-9 .view-1 {
  padding: 0 110px !important;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-9 .view-1 {
    padding: 0 24px !important;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-9 .view-1 {
    padding: 0 12px !important;
  }
}

.test .wrap .main-inner .section-9 .view-1 .content {
  width: 100% !important;
  float: none !important;
}

.test .wrap .main-inner .section-10 {
  padding: 45px 0 80px;
  background: #097c25;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 {
    padding: 45px 0 40px;
  }
}

.test .wrap .main-inner .section-10 .container {
  padding: 0 200px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .section-10 .container {
    padding: 0 64px;
  }
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-10 .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container {
    padding: 0 12px;
  }
}

.test .wrap .main-inner .section-10 .container h2 {
  position: relative;
  padding: 50px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container h2 {
    font-size: 24px;
  }
}

.test .wrap .main-inner .section-10 .container h2:before {
  content: url("../images/inheritance-tax/oag-title.png");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0px;
}

.test .wrap .main-inner .section-10 .container .view-1 {
  margin-bottom: 65px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-1 {
    margin-bottom: 45px;
  }
}

.test .wrap .main-inner .section-10 .container .view-1 p {
  color: #fff;
}

.test .wrap .main-inner .section-10 .container .view-2 {
  background: #fefcee;
  padding: 65px 25px 25px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 {
    padding: 45px 12px 12px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2:after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #fefcee transparent transparent transparent;
  left: calc(50% - 18px);
  bottom: -18px;
}

.test .wrap .main-inner .section-10 .container .view-2 .content {
  background: #fff;
  border: 1px solid #f1efd7;
  padding: 0px 40px 40px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content {
    padding: 0 12px 12px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content h3 {
  color: #fff;
  font-size: 20px;
  border: 0;
  margin: -25px auto 30px;
  padding: 11px 10px;
  background: #f3a000;
  max-width: 580px;
  text-align: center;
  border-radius: 50px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content h3 {
    font-size: 18px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content h3:before {
  content: '';
}

.test .wrap .main-inner .section-10 .container .view-2 .content h3 span {
  font-size: 26px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content h3 span {
    font-size: 20px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content {
  border: none;
  padding: 0;
  padding-right: 290px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .content {
    padding: 0;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content ol {
  padding: 0;
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content ol li {
  list-style: none;
  padding-left: 24px;
  line-height: 42px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  color: #444;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .content ol li {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .content ol li {
    line-height: 26px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content ol li:before {
  position: absolute;
  left: 0;
  top: 1px;
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content ol li:nth-of-type(1):before {
  content: url(../images/inheritance-tax/1.png);
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content ol li:nth-of-type(2):before {
  content: url(../images/inheritance-tax/2.png);
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content ol li:nth-of-type(3):before {
  content: url(../images/inheritance-tax/3.png);
}

.test .wrap .main-inner .section-10 .container .view-2 .content .content ol li:nth-of-type(4):before {
  content: url(../images/inheritance-tax/4.png);
}

.test .wrap .main-inner .section-10 .container .view-2 .content .images {
  width: 265px;
  float: right;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .images {
    float: none;
    width: 100%;
    margin: 0 0 24px;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .images img {
    width: 100%;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg {
  padding: 32px 40px;
  background: #fef4e4;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg {
    padding: 32px 12px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg .merit {
  margin: 0 auto 24px;
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 400px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg .merit {
    font-size: 16px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg .merit:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: solid 3px #f49800;
}

.test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg .merit .four {
  font-size: 26px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg .merit .four {
    font-size: 20px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg ul li {
  color: #444;
  font-weight: bold;
  line-height: 32px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg ul li {
    margin-bottom: 16px;
    line-height: 26px;
  }
}

.test .wrap .main-inner .section-10 .container .view-2 .content .merit-bg ul li .fa {
  color: #22ac38;
  margin-right: 6px;
}

.test .wrap .main-inner .section-10 .container .view-3 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.test .wrap .main-inner .section-10 .container .view-3 h3 {
  position: relative;
  padding: 50px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border: 0;
  margin-bottom: 20px;
}

.test .wrap .main-inner .section-10 .container .view-3 h3:before {
  content: url("../images/inheritance-tax/tel-icon.png");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0px;
}

.test .wrap .main-inner .section-10 .container .view-3 span {
  color: #fff45c;
}

.test .wrap .main-inner .section-10 .container .view-3 .phone {
  padding-top: 5px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-3 .phone {
    display: none;
  }
}

.test .wrap .main-inner .section-10 .container .view-3 .tel-sp {
  display: none;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-3 .tel-sp {
    display: block;
  }
}

.test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button {
  margin: 0 auto;
  border-radius: 10px;
  background: #03A9F4;
  box-shadow: 0 6px 0 #2196F3;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button a {
  padding: 24px;
  color: #fff;
  display: table;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button a {
    padding: 12px 8px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button a {
    font-size: 18px;
  }
}

.test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button a:hover {
  text-decoration: none;
}

.test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button a img {
  float: left;
  margin: 0;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-3 .tel-sp .free-button a img {
    float: none;
    width: 15%;
    margin: 0 auto;
  }
}

.test .wrap .main-inner .section-10 .container .view-4 {
  background: #fafafa;
  padding: 38px 38px 43px 38px;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .section-10 .container .view-4 {
    padding: 38px 12px 43px 12px;
  }
}

.test .wrap .main-inner .section-10 .container .view-4 h3 {
  position: relative;
  padding: 50px 0 0;
  text-align: center;
  color: #333333;
  font-size: 20px;
  border: 0;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-10 .container .view-4 h3 {
    font-size: 15px;
  }
}

.test .wrap .main-inner .section-10 .container .view-4 h3:before {
  content: url("../images/inheritance-tax/mail-icon.png");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0px;
}

.test .wrap .main-inner .section-10 .container .view-4 .button {
  padding: 0;
}

.test .wrap .main-inner .section-10 .container .view-4 .button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.test .wrap .main-inner .section-10 .container .view-4 .button a {
  padding: 24px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  background: #f59c02;
  box-shadow: 0 6px 0 #e87d14;
  padding: 24px;
  width: 70%;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .section-10 .container .view-4 .button a {
    width: 100%;
  }
}

.test .wrap .main-inner .section-10 .container .view-4 .button a:hover {
  text-decoration: none;
}

.test .wrap .main-inner .cat-lists {
  padding: 80px 165px;
}

@media screen and (max-width: 991px) {
  .test .wrap .main-inner .cat-lists {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .test .wrap .main-inner .cat-lists {
    padding: 60px 24px;
  }
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .cat-lists {
    padding: 40px 12px;
  }
}

.test .wrap .main-inner .cat-lists p {
  margin: 0;
  color: #333333;
  font-size: 20px;
  position: relative;
  padding: 40px 0 0;
  text-align: center;
  margin-bottom: 30px;
}

.test .wrap .main-inner .cat-lists p:before {
  content: url("../images/inheritance-tax/icon-cate.png");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0px;
}

.test .wrap .main-inner .cat-lists ul {
  border: 1px solid #dedede;
  padding: 40px 37px 40px;
  margin-bottom: 0;
  height: 260px;
  overflow-y: scroll;
}

@media screen and (max-width: 550px) {
  .test .wrap .main-inner .cat-lists ul {
    padding: 40px 24px 40px;
  }
}

.test .wrap .main-inner .cat-lists ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #097c25;
  font-size: 20px;
  margin-right: 12px;
  font-weight: bold;
}

.test .wrap .main-inner .cat-lists ul li a {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}

.test .wrap .main-inner .cat-lists ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 320px) {
  .test .post-content li {
    margin: 6px 0 12px;
  }
}
