@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .pc {
    display: none !important; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .sp {
    display: none !important; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  a:hover {
    opacity: 0.5; } }

@media screen and (min-device-width: 1025px) {
  body {
    min-width: 300px; } }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: block; }

.box-title {
  background-image: url("./../images/advanced/main_img.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 75px 0;
  margin: -2px 0 12px;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-title {
      padding: 70px 0;
      margin: 0 0 13px;
      background-image: url("./../images/advanced/main_img_sp.png");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; } }
  .box-title-h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0.03em; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-title-h1 {
        font-size: 25px;
        line-height: 33px; } }

.area-list__txt {
  width: 55px; }

.breadcrumb {
  padding: 0 15px; }
  .breadcrumb .ul-list li {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #707070;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .breadcrumb .ul-list li {
        display: inline;
        font-size: 12px;
        line-height: 20px; } }
    .breadcrumb .ul-list li:after {
      content: "＞";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -20px; }
    .breadcrumb .ul-list li a {
      color: #707070;
      text-decoration: underline; }
    .breadcrumb .ul-list li:last-child:after {
      content: none; }

.c-bottom {
  padding: 0 15px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-bottom {
      padding: 0; } }

.b-section_6__banner {
  margin: 138px auto 0;
  text-align: center;
  max-width: 1120px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .b-section_6__banner {
      border-top: 1px solid #DEDEDE;
      margin: 80px auto 0;
      padding: 20px 15px 0; } }
  .b-section_6__banner .b-col img {
    width: 100%; }

.draj_link {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #DBD7D7;
  padding: 10px;
  display: block;
  background-color: #f5f5f5;
  font-size: 90%;
  line-height: 140%; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .draj_link {
      margin: 0 5px; } }

.draj_link div.box {
  width: 100%; }

.draj_link div.box .left {
  width: 100%; }

.draj_link div.box .right {
  width: 234px;
  margin: 5px auto; }

@media screen and (min-width: 768px) {
  .draj_link {
    max-width: 1120px;
    margin: 25px auto 0; }
  .draj_link p {
    padding: 10px 0; }
  .draj_link div.box {
    display: table; }
  .draj_link div.box .left {
    display: table-cell;
    vertical-align: top;
    padding-right: 14px;
    width: 672px; }
  .draj_link div.box .right {
    display: table-cell;
    vertical-align: top;
    width: 234px; } }

.container865 {
  max-width: 905px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }

.container1120 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }

.btn-advanced {
  background-color: #048C01;
  color: #FFF;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 auto;
  padding: 16px 44px;
  position: relative;
  width: 100%; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .btn-advanced {
      font-size: 16px;
      line-height: 23px;
      padding: 16px 25px; } }
  .btn-advanced::before {
    background: url(./../images/advanced/icon_link.svg) no-repeat;
    background-size: 100%;
    content: '';
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    width: 20px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .btn-advanced::before {
        right: 25px; } }
  .btn-advanced.taL {
    text-align: left; }
  .btn-advanced.taC {
    text-align: center; }
  .btn-advanced.w495 {
    max-width: 495px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .btn-advanced.w495 {
        max-width: 343px; } }
  .btn-advanced.w414 {
    max-width: 414px; }
  .btn-advanced.w466 {
    max-width: 466px;
}
  .btn-advanced.w680 {
    max-width: 680px;
}


.c-title__ttl {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0.03em; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title__ttl {
      font-size: 25px;
      line-height: 30px; } }

.c-title__txt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-top: 15px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title__txt {
      font-size: 15px;
      line-height: 23px; } }
  .c-title__txt span {
    background: url(./../images/advanced/bg_line.png) left 10px repeat-x;
    background-size: 100% 15px; }

.advanced__top {
  padding: 100px 20px 90px;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__top {
      padding: 38px 20px 50px; } }
  .advanced__top__ttl {
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.03em; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__top__ttl {
        font-size: 25px;
        line-height: 30px; } }
    .advanced__top__ttl span {
      background: url("./../images/advanced/bg_line.png") left 33px repeat-x; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__top__ttl span {
          background: url("./../images/advanced/bg_line.png") left 13px repeat-x; } }

.advanced__bggray {
  background-color: #FAFAFA;
  padding: 33px 40px 30px;
  position: relative; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__bggray {
      margin: 0 -20px;
      padding: 26px 15px 20px; } }
  .advanced__bggray::before {
    background: url(./../images/advanced/icon_ask.svg) no-repeat;
    background-size: 100%;
    content: '';
    left: 50%;
    height: 48px;
    position: absolute;
    top: -28px;
    transform: translateX(-50%);
    width: 48px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bggray::before {
        height: 33px;
        top: -15px;
        width: 33px; } }
  .advanced__bggray__ttl {
    font-size: 27px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bggray__ttl {
        font-size: 20px;
        line-height: 26px; } }
  .advanced__bggray__ct {
    margin-top: 10px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bggray__ct {
        margin-top: 17px; } }
    .advanced__bggray__ct p {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bggray__ct p {
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 0.03em;
          margin-bottom: 7px; } }

.advanced__bl01 {
  background-color: #FAFAFA;
  margin-top: 150px;
  padding: 70px 0 90px;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__bl01 {
      margin-top: 85px;
      padding: 45px 0 50px; } }
  .advanced__bl01__ttl {
    color: #2D2D2F;
    font-size: 35px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0.03em;
    margin-bottom: 13px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl01__ttl {
        font-size: 23px;
        line-height: 30px; } }
  .advanced__bl01__txttop {
    margin-bottom: 45px;
    text-align: center; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl01__txttop {
        margin-bottom: 40px; } }
    .advanced__bl01__txttop p {
      color: #333;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl01__txttop p {
          font-size: 15px;
          line-height: 23px; } }
  .advanced__bl01__txt {
    margin: 20px 0 46px;
    text-align: left; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl01__txt {
        margin: 15px 0 30px; } }
    .advanced__bl01__txt p {
      color: #333;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.05em;
      margin-bottom: 28px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl01__txt p {
          font-size: 15px;
          line-height: 27px; } }
  .advanced__bl01__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .advanced__bl01__list .bl01-txt {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 0.05em;
      margin-top: 25px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl01__list .bl01-txt {
          font-size: 14px;
          line-height: 22px;
          margin-top: 0;
          display: table-cell;
          vertical-align: middle;
          text-align: left; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl01__list .bl01-img {
        display: table-cell;
        vertical-align: middle;
        width: 120px; } }
    .advanced__bl01__list .bl01-img img {
      max-width: 143px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl01__list .bl01-img img {
          max-width: 90px; } }
  .advanced__bl01 .bl01-list-item {
    background-color: #fff;
    margin-left: 3.12139%;
    padding: 50px 20px 37px;
    width: 31.21387%; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl01 .bl01-list-item {
        margin-left: 0;
        margin-bottom: 10px;
        display: table;
        padding: 23px 0;
        width: 100%; } }
    .advanced__bl01 .bl01-list-item:nth-child(3n+1) {
      margin-left: 0; }
    .advanced__bl01 .bl01-list-item:nth-child(1) .bl01-img img {
      max-width: 153px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl01 .bl01-list-item:nth-child(1) .bl01-img img {
          max-width: 90px; } }

.advanced__bl02 {
  margin-top: 75px;
  position: relative;
  padding: 40px 0 90px; }
.advanced__bl02 .btn-advanced {
  margin-top: 75px;
}
@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced__bl02 .btn-advanced {
    margin-top: 45px;
    max-width: calc(100% - 30px);
  }
}
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__bl02 {
      margin-top: 0;
      padding: 0 0 50px; } }
  .advanced__bl02__img {
    left: 0;
    position: absolute;
    top: 0;
    width: 55.1%;
    z-index: -1; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl02__img {
        position: relative;
        width: 100%; } }
  .advanced__bl02__main {
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.47);
    float: right;
    padding: 63px 10px 50px 77px;
    width: 53.5%; }
    @media only screen and (max-width: 1065px) {
      .advanced__bl02__main {
        padding-left: 30px; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl02__main {
        float: none;
        margin: -32px auto 0;
        padding: 45px 0 40px;
        width: calc(100% - 30px); } }
    .advanced__bl02__main .bl02-ttl {
      font-size: 30px;
      line-height: 45px;
      letter-spacing: 0.03em;
      margin-bottom: 22px; }
      @media only screen and (max-width: 980px) {
        .advanced__bl02__main .bl02-ttl {
          font-size: 28px; } }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl02__main .bl02-ttl {
          font-size: 23px;
          line-height: 30px;
          margin-bottom: 25px;
          padding: 0 10px;
          text-align: center; } }
    .advanced__bl02__main .bl02-text {
      max-width: 500px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl02__main .bl02-text {
          padding: 0 20px;
          max-width: 100%; } }
      .advanced__bl02__main .bl02-text p {
        color: #333;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.05em;
        margin-bottom: 26px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .advanced__bl02__main .bl02-text p {
            font-size: 15px;
            line-height: 27px; } }
        .advanced__bl02__main .bl02-text p:last-child {
          margin-bottom: 0; }
        .advanced__bl02__main .bl02-text p span {
          background: url(./../images/advanced/bg_line.png) left 7px repeat-x;
          background-size: 100% 12px; }

.advanced__bl03 {
  padding-top: 65px;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__bl03 {
      padding-top: 45px; } }
  .advanced__bl03__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 38px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl03__list {
        margin: 35px -15px 0; } }
  .advanced__bl03 .bl03-list-item {
    border: 2px solid #DEDEDE;
    margin-left: 0.80357%;
    margin-bottom: 10px;
    padding: 35px 28px 12px;
    width: 32.76786%; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl03 .bl03-list-item {
        margin-left: 0.8%;
        margin-bottom: 5px;
        padding: 22px 6px 20px;
        width: 49.6%; } }
    .advanced__bl03 .bl03-list-item:nth-child(3n+1) {
      margin-left: 0; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl03 .bl03-list-item:nth-child(3n+1) {
          margin-left: 0.8%; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl03 .bl03-list-item:nth-child(2n+1) {
        margin-left: 0; } }
  .advanced__bl03 .bl03-item-ttl {
    font-size: 20px;
    font-weight: 500;
    display: table;
    margin-top: 8px;
    line-height: 26px;
    letter-spacing: 0.05em;
    width: 100%; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl03 .bl03-item-ttl {
        font-size: 14px;
        line-height: 18px;
        margin-top: 17px; } }
    .advanced__bl03 .bl03-item-ttl span {
      display: table-cell;
      vertical-align: middle; }
  .advanced__bl03 .bl03-item-txt {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin-top: 15px;
    text-align: left; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl03 .bl03-item-txt {
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px; } }
  .advanced__bl03 .bl03-note {
    color: #707070;
    font-size: 11px;
    display: block;
    line-height: 16px;
    letter-spacing: 0.05em;
    margin-top: 8px;
    text-align: left; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl03 .bl03-note {
        font-size: 10px;
        line-height: 12px;
        margin-top: 3px; } }

.advanced__bl04 {
  text-align: center; }
  .advanced__bl04__table {
    margin-top: 44px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl04__table {
        margin-top: 35px; } }
    .advanced__bl04__table th, .advanced__bl04__table td {
      vertical-align: middle; }
    .advanced__bl04__table th {
      background-color: #3E8926;
      border-right: 2px solid #FFF;
      color: #FFF;
      font-size: 21px;
      line-height: 30px;
      letter-spacing: 0.05em;
      padding: 17px 5px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table th {
          font-size: 16px;
          line-height: 20px;
          padding: 11px 5px; } }
      .advanced__bl04__table th:last-child {
        border-right: none; }
    .advanced__bl04__table td {
      border-left: 2px solid #3E8926;
      border-right: 2px solid #3E8926;
      padding-top: 17px;
      padding-bottom: 17px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table td {
          padding-top: 11px;
          padding-bottom: 11px; } }
    .advanced__bl04__table .tr01 {
      border: 2px solid #3E8926; }
      .advanced__bl04__table .tr01 th {
        font-weight: 600; }
    .advanced__bl04__table .tr03 {
      border-top: 2px solid #D6E8D2;
      background-color: #F2FCEF; }
    .advanced__bl04__table .tr04 {
      border-top: 2px solid #C1E5B9;
      background-color: #DEF2D8; }
    .advanced__bl04__table .tr05 {
      border-top: 2px solid #9CCC91;
      border-bottom: 2px solid #3E8926;
      background-color: #C0E2B6; }
    .advanced__bl04__table .taL {
      text-align: left; }
    .advanced__bl04__table .taC {
      text-align: center; }
    .advanced__bl04__table .fz16 {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table .fz16 {
          font-size: 14px;
          line-height: 20px; } }
    .advanced__bl04__table .fwbold {
      font-weight: 500; }
    .advanced__bl04__table .fz25 {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.05em;
      margin-left: 8px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table .fz25 {
          font-size: 14px;
          line-height: 19px; } }
    .advanced__bl04__table .fz18 {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table .fz18 {
          font-size: 14px;
          line-height: 20px; } }
    .advanced__bl04__table .taC {
      text-align: center; }
    .advanced__bl04__table .taL {
      text-align: left; }
    .advanced__bl04__table .w01 {
      width: 185px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table .w01 {
          width: 100px; } }
    .advanced__bl04__table .w02 {
      padding-left: 35px;
      padding-right: 68px;
      width: 570px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table .w02 {
          padding-left: 15px;
          padding-right: 15px;
          width: 375px; } }
    .advanced__bl04__table .w03 {
      padding-left: 35px;
      padding-right: 35px;
      width: 182px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl04__table .w03 {
          width: 130px; } }
  .advanced__bl04 .table-note {
    color: #707070;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-top: 6px;
    text-align: left; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl04 .table-note {
        font-size: 13px;
        line-height: 20px;
        margin-top: -70px; } }

.advanced__bl05 {
  border: 2px solid #DEDEDE;
  margin-top: 68px;
  padding: 43px 125px 47px;
  position: relative;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__bl05 {
      margin: 68px -5px 0;
      padding: 75px 0 0; } }
  .advanced__bl05 .imgbl05-pos {
    position: absolute;
    top: -35px;
    right: -30px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05 .imgbl05-pos {
        left: 0;
        right: auto;
        top: 0; } }
  .advanced__bl05__ttl {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05__ttl {
        font-size: 16px;
        line-height: 24px;
        padding: 0 20px; } }
    .advanced__bl05__ttl span {
      font-weight: 500; }
  .advanced__bl05__img {
    max-width: 450px;
    margin: 18px auto; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05__img {
        max-width: 260px;
        margin: 22px auto; } }
  .advanced__bl05__main {
    background-color: #F2F2F2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 25px 0;
    position: relative;
    text-align: left; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05__main {
        padding: 17px 0 12px; } }
    .advanced__bl05__main::before {
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-bottom: 28px solid #F2F2F2;
      content: '';
      height: 0;
      left: 50%;
      position: absolute;
      top: -20px;
      transform: translateX(-50%);
      width: 0; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl05__main::before {
          top: -15px; } }
  .advanced__bl05 .bl05-main-wrap {
    display: table;
    width: 100%; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05 .bl05-main-wrap {
        display: block; } }
  .advanced__bl05 .bl05-main-left, .advanced__bl05 .bl05-main-right {
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05 .bl05-main-left, .advanced__bl05 .bl05-main-right {
        display: block; } }
  .advanced__bl05 .bl05-main-left {
    border-right: 1px solid #2D2D2F;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.05em;
    padding: 0 15px 0 34px;
    width: 153px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05 .bl05-main-left {
        border: none;
        font-size: 15px;
        text-align: center;
        width: 100%; } }
  .advanced__bl05 .bl05-main-right {
    padding: 0 20px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl05 .bl05-main-right {
        margin-top: 10px; } }
    .advanced__bl05 .bl05-main-right .txt-top {
      font-size: 14px;
      line-height: 23px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl05 .bl05-main-right .txt-top {
          font-size: 13px; } }
    .advanced__bl05 .bl05-main-right .txt-bt {
      font-size: 13px;
      line-height: 23px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl05 .bl05-main-right .txt-bt {
          font-size: 12px; } }
    .advanced__bl05 .bl05-main-right p a {
      color: #3E8926;
      text-decoration: underline; }

.advanced__bl06 {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__bl06 {
      margin-top: 75px; } }
  .advanced__bl06__main {
    border: 2px solid #DEDEDE;
    border-radius: 4px;
    padding: 50px 20px;
    margin: 48px 0; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl06__main {
        margin: 35px 0 40px;
        padding: 26px 0; } }
    .advanced__bl06__main img {
      max-width: 739px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl06__main img {
          max-width: 307px; } }

.advanced__bl07 {
  margin-top: 135px;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__bl07 {
      margin-top: 95px; } }
  .advanced__bl07__main {
    margin: 25px 0 40px;
    text-align: left; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__bl07__main {
        margin: 22px 0 25px; } }
    .advanced__bl07__main p {
      font-size: 19px;
      line-height: 37px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced__bl07__main p {
          font-size: 16px;
          line-height: 30px; } }
      .advanced__bl07__main p span {
        font-weight: 500; }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced .scroll-advanced {
    overflow: hidden;
    width: calc(100% + 20px); } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced .scroll-advanced-inner {
    overflow: auto;
    position: relative; } }

.advanced__addtb {
  margin-top: 80px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced__addtb {
      margin-top: 65px; } }
  .advanced__addtb__main {
    margin: 45px 0 5px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced__addtb__main {
        margin: 38px -5px 25px; } }
  .advanced__addtb .table-addpc {
    width: 100%; }
    .advanced__addtb .table-addpc tr {
      border-left: 2px solid #3E8926;
      border-right: 2px solid #3E8926; }
      .advanced__addtb .table-addpc tr:first-child, .advanced__addtb .table-addpc tr:last-child {
        border-bottom: 2px solid #3E8926; }
      .advanced__addtb .table-addpc tr:first-child {
        border-left: none; }
      .advanced__addtb .table-addpc tr:last-child td::after {
        display: none; }
    .advanced__addtb .table-addpc tr, .advanced__addtb .table-addpc td, .advanced__addtb .table-addpc th {
      vertical-align: middle; }
    .advanced__addtb .table-addpc th.green {
      color: #FFF;
      background-color: #3E8926;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px;
      letter-spacing: 0.05em;
      padding: 10px 0 8px; }
    .advanced__addtb .table-addpc th.green-n {
      background-color: #C0E2B6;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.05em;
      font-weight: bold; }
    .advanced__addtb .table-addpc th span {
      display: block;
      margin-bottom: -4px; }
    .advanced__addtb .table-addpc td {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.05em;
      padding: 16px 10px 16px 32px;
      position: relative; }
      .advanced__addtb .table-addpc td::before, .advanced__addtb .table-addpc td::after {
        background-color: #9CCC91;
        content: '';
        position: absolute; }
      .advanced__addtb .table-addpc td::before {
        height: 100%;
        width: 2px;
        right: -2px;
        top: 0; }
      .advanced__addtb .table-addpc td::after {
        height: 2px;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0; }
      .advanced__addtb .table-addpc td:last-child::before {
        display: none; }
      .advanced__addtb .table-addpc td em {
        font-weight: bold;
        font-size: 18px; }
      .advanced__addtb .table-addpc td span {
        font-size: 16px;
        font-weight: bold; }
    .advanced__addtb .table-addpc .bd-right {
      border-right: 2px solid #FFF; }
    .advanced__addtb .table-addpc .bd-bottom {
      position: relative; }
      .advanced__addtb .table-addpc .bd-bottom::before {
        background-color: #fff;
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%; }
    .advanced__addtb .table-addpc .w170 {
      width: 170px; }
    .advanced__addtb .table-addpc .w468 {
      width: 468px; }
    .advanced__addtb .table-addpc .taC {
      text-align: center; }
    .advanced__addtb .table-addpc .logo-tb {
      margin-top: 15px; }
  .advanced__addtb .table-addsp {
    border: 2px solid #3E8926;
    margin-bottom: 35px;
    width: 100%; }
    .advanced__addtb .table-addsp th.green {
      background-color: #3E8926;
      color: #FFF;
      font-weight: 600;
      padding: 15px 10px; }
    .advanced__addtb .table-addsp th.green-n {
      background-color: #C0E2B6;
      width: 78px;
      font-weight: 600;
      vertical-align: middle; }
    .advanced__addtb .table-addsp th span {
      display: block; }
    .advanced__addtb .table-addsp td {
      padding: 13px 3px; }
      .advanced__addtb .table-addsp td p {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.05em;
        padding: 0 10px; }
      .advanced__addtb .table-addsp td em {
        font-weight: bold;
        font-size: 16px; }
      .advanced__addtb .table-addsp td span {
        font-size: 12px;
        font-weight: bold; }
    .advanced__addtb .table-addsp tr th {
      position: relative; }
      .advanced__addtb .table-addsp tr th::before {
        background-color: #fff;
        content: '';
        position: absolute;
        height: 2px;
        left: 0;
        bottom: 0;
        width: 100%; }
    .advanced__addtb .table-addsp tr td {
      position: relative; }
      .advanced__addtb .table-addsp tr td::before {
        background-color: #9CCC91;
        content: '';
        position: absolute;
        height: 2px;
        left: 0;
        bottom: 0;
        width: 100%; }
    .advanced__addtb .table-addsp tr:last-child th::before, .advanced__addtb .table-addsp tr:first-child th::before {
      display: none; }
    .advanced__addtb .table-addsp tr:last-child td::before {
      display: none; }
    .advanced__addtb .table-addsp .taC {
      text-align: center; }

.advanced .btn-addtb {
  background-color: #F3F3F3;
  color: #2D2D2F;
  font-size: 15px;
  display: inline-block;
  line-height: 32px;
  max-width: 289px;
  margin: 10px 0;
  padding: 18px 22px;
  position: relative;
  text-align: left;
  width: 100%; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced .btn-addtb {
      max-width: 247px;
      padding: 10px 10px; } }
  .advanced .btn-addtb::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #3E8926;
    transition: 0.3s; }
  .advanced .btn-addtb:hover::before {
    right: 15px; }

.advanced .table-note {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #707070; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced .table-note {
      font-size: 13px;
      line-height: 20px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 14px;
    margin: 0; }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #DEDEDE; }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #3E8926;
    height: 8px;
    margin: 3px 4px 3px 4px;
    width: calc(100% - 8px); }
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 85px; }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: calc(100% - 20px); } }

.b-col p.mb5 {
  margin-bottom: 5px; }

.advanced-bggray {
  background-color: #FAFAFA;
  padding: 70px 0;
  margin-top: 125px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced-bggray {
      margin-top: 68px;
      padding-bottom: 45px; } }

.abbtb-title {
  text-align: center; }
  .abbtb-title__main {
    font-size: 35px;
    line-height: 47px;
    letter-spacing: 0.03em;
    font-weight: 500; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .abbtb-title__main {
        font-size: 23px;
        line-height: 30px; } }
    .abbtb-title__main span {
      color: #C72826; }
  .abbtb-title__sub {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-top: 15px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .abbtb-title__sub {
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px; } }

.advanced__bl08 {
  margin-top: 142px;
  text-align: center;
}
.advanced__bl08__ttl {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.advanced__bl08__ttl span {
  color: #C72826;
}
.advanced__bl08__txt {
  max-width: 864px;
  margin: 35px auto 88px;
  text-align: left;
  width: 100%;
}
.advanced__bl08__txt p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.advanced__bl08__txt p:last-child {
  margin-bottom: 0;
}
.advanced__bl08 .btn-advanced {
  max-width: 495px;
}
.advanced__bl08__txtbg {
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-top: 48px;
}
.advanced__bl08__txtbg span {
  background: url(./../images/advanced/bg_line.png) left 8px repeat-x;
  background-size: 100% 18px;
  padding: 0 10px;
}
@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced__bl08 {
    margin-top: 95px;
  }
  .advanced__bl08__ttl {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.029em;
  }
  .advanced__bl08__txt {
    margin: 28px auto 35px;
  }
  .advanced__bl08__txt p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 27px;
  }
  .advanced__bl08__txtbg {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 38px;
  }
  .advanced__bl08__txtbg span {
    background-size: 100% 14px;
    padding: 0;
  }
}

/*advanced2020*/
@charset "UTF-8";
@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .table-note {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em; } }

.advanced.advanced2020 .advanced__top {
  padding-bottom: 21px; }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__top__ttl {
    font-size: 44px; } }

.advanced.advanced2020 .advanced__bl03 {
  padding-top: 95px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced.advanced2020 .advanced__bl03 {
      padding-top: 56px; } }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .advanced.advanced2020 .advanced__bl03 .bl03-item-ttl {
      font-size: 25px;
      line-height: 34px; } }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .advanced.advanced2020 .advanced__bl03 .bl03-item-txt {
      font-size: 21px;
      line-height: 35px;
      margin-top: 9px; } }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .advanced.advanced2020 .advanced__bl03 .bl03-note {
      font-size: 18px;
      line-height: 30px;
      margin-top: 0; } }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .advanced.advanced2020 .advanced__bl03 .bl03-list-item {
      padding: 35px 24px 17px; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bl06 {
    margin-top: 142px; }
    .advanced.advanced2020 .advanced__bl06 .advanced__bl06__main {
      margin-top: 34px; }
      .advanced.advanced2020 .advanced__bl06 .advanced__bl06__main img {
        max-width: 796px; }
  .advanced.advanced2020 .advanced-bggray {
    margin-top: 146px;
    padding-bottom: 80px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bl06 {
    margin-top: 121px; }
  .advanced.advanced2020 .advanced-bggray {
    margin-top: 81px;
    padding-top: 45px; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bl04__table {
    margin-top: 36px; }
    .advanced.advanced2020 .advanced__bl04__table th {
      font-size: 22px; }
    .advanced.advanced2020 .advanced__bl04__table .w01 {
      width: 204px; }
    .advanced.advanced2020 .advanced__bl04__table .fz21 {
      font-size: 21px;
      line-height: 35px;
      letter-spacing: 0.05em; }
    .advanced.advanced2020 .advanced__bl04__table .fz19 {
      font-size: 19px;
      line-height: 30px;
      letter-spacing: 0.05em; }
    .advanced.advanced2020 .advanced__bl04__table .fz28 {
      font-size: 28px;
      line-height: 30px;
      letter-spacing: 0.05em; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bggray__ct {
    margin-top: 7px; } }

.advanced.advanced2020 .advanced__bggray__ct p {
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 0.05em;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced.advanced2020 .advanced__bggray__ct p {
      font-size: 15px;
      line-height: 27px;
      text-align: left; } }

.advanced.advanced2020 .advanced__bl03__list {
  margin-top: 34px; }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .c-title__txt {
    font-size: 25px;
    line-height: 40px; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .abbtb-title__main {
    font-size: 40px;
    line-height: 55px; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .abbtb-title__sub {
    font-size: 25px;
    line-height: 40px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .abbtb-title__sub {
    text-align: left; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .c-title__ttl {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.03em;
    font-weight: 500;
    text-align: center; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .c-title__ttl {
    text-align: center; } }

.advanced.advanced2020 .c-title__ttl span {
  background: url(./../images/advanced/bg_line.png) left 33px repeat-x;
  position: relative; }
  .advanced.advanced2020 .c-title__ttl span:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 5px;
    position: absolute;
    height: 14px;
    background: #F0C5C4;
    z-index: -1; }

.advanced.advanced2020 .adven-box01 {
  margin-top: 138px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced.advanced2020 .adven-box01 {
      margin-top: 79px; } }
  .advanced.advanced2020 .adven-box01 .adven-box01-img01 {
    width: 100%;
    margin-top: 43px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced.advanced2020 .adven-box01 .adven-box01-img01 {
        margin-top: 35px; } }
  .advanced.advanced2020 .adven-box01 .adven-box01-img02 {
    width: 101px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced.advanced2020 .adven-box01 .adven-box01-img02 {
        width: 57px; } }
  .advanced.advanced2020 .adven-box01 .adven-box01-img03 {
    width: 55px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced.advanced2020 .adven-box01 .adven-box01-img03 {
        width: 30px; } }
  .advanced.advanced2020 .adven-box01 .txt-n-01 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 64px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced.advanced2020 .adven-box01 .txt-n-01 {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.05em;
        margin-top: 34px; } }
  .advanced.advanced2020 .adven-box01 .ul-list-n {
    width: 100%;
    max-width: 864px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 38px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced.advanced2020 .adven-box01 .ul-list-n {
        width: calc(100% + 36px);
        margin: 19px -18px 0; } }
    .advanced.advanced2020 .adven-box01 .ul-list-n li {
      border: 2px solid #DEDEDE;
      width: calc(50% - 12px);
      margin-right: 24px;
      padding: 30px 30px 43px;
      font-size: 21px;
      line-height: 35px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .advanced.advanced2020 .adven-box01 .ul-list-n li {
          width: calc(50% - 2px);
          margin-right: 4px;
          padding: 15px 9px 15px;
          font-size: 13px;
          line-height: 18px; } }
      .advanced.advanced2020 .adven-box01 .ul-list-n li:nth-child(2n) {
        margin-right: 0; }
      .advanced.advanced2020 .adven-box01 .ul-list-n li .adven-box01-img02, .advanced.advanced2020 .adven-box01 .ul-list-n li .adven-box01-img03 {
        margin: auto;
        display: block;
        margin-bottom: 11px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .advanced.advanced2020 .adven-box01 .ul-list-n li .adven-box01-img02, .advanced.advanced2020 .adven-box01 .ul-list-n li .adven-box01-img03 {
            margin-bottom: 15px; } }
      .advanced.advanced2020 .adven-box01 .ul-list-n li .adven-box01-img02 {
        margin-top: 12px;
        margin-bottom: 17px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .advanced.advanced2020 .adven-box01 .ul-list-n li .adven-box01-img02 {
            margin-bottom: 11px; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .btn-advanced.w466 {
    margin-top: 59px;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0;
    padding-left: 62px; }
	.advanced.advanced2020 .btn-advanced.w680 {
    margin-top: 59px;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0;
    padding-left: 62px; }
    .advanced.advanced2020 .btn-advanced.w466:before {
      right: 25px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .btn-advanced.w466 {
    margin-top: 48px; }
.advanced.advanced2020 .btn-advanced.w680 {
    margin-top: 48px; }}

.advanced.advanced2020 .advanced__addtb {
  margin-top: 8px; }
  .advanced.advanced2020 .advanced__addtb__main {
    margin-top: 35px;
    margin-bottom: 9px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .advanced.advanced2020 .advanced__addtb__main {
        margin-bottom: -24px; } }
  .advanced.advanced2020 .advanced__addtb .table-addpc th.green-n {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.05em; }
  .advanced.advanced2020 .advanced__addtb .table-addpc td {
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.05em; }
    .advanced.advanced2020 .advanced__addtb .table-addpc td em {
      font-size: 21px; }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bl08__ttl {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.03em; }
  .advanced.advanced2020 .advanced__bl08__txtbg {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.05em;
    margin-top: 15px; }
  .advanced.advanced2020 .advanced__bl08__txt {
    margin-top: 22px; }
    .advanced.advanced2020 .advanced__bl08__txt p {
      font-size: 21px;
      line-height: 35px; }
  .advanced.advanced2020 .advanced__bl01 {
    background: none;
    padding-top: 43px;
    padding-bottom: 123px;
    margin-top: 0; }
    .advanced.advanced2020 .advanced__bl01__ttl {
      font-size: 40px;
      line-height: 55px;
      margin-bottom: 16px; }
    .advanced.advanced2020 .advanced__bl01__txttop {
      margin-bottom: 29px; }
      .advanced.advanced2020 .advanced__bl01__txttop p {
        font-size: 25px;
        line-height: 40px; }
  .advanced.advanced2020 .advanced__bl01__txt p {
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 35px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bl08 {
    margin-top: 80px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bl01 {
    background: none;
    padding-bottom: 32px; } }

.advanced.advanced2020 .advanced__bl01 .bl01-list-item {
  background-color: #FAFAFA; }

.advanced.advanced2020 .ul-list-dot li {
  padding-left: 25px;
  position: relative; }
  .advanced.advanced2020 .ul-list-dot li:before {
    content: '・';
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

.advanced.advanced2020 .advanced__addtb .table-addpc td span {
  font-size: 16px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .advanced.advanced2020 .advanced__addtb .table-addpc td span {
      font-size: 13px; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .advanced.advanced2020 .advanced__bl08__txtbg span {
    background: url(./../images/advanced/bg_line.png) left 15px repeat-x;
    background-size: 100% 20px;
    padding: 0px 0px 0px 15px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .advanced.advanced2020 .btn-advanced {
    text-align: center; }
    .advanced.advanced2020 .btn-advanced:before {
      height: 16px;
      width: 16px;
      right: 15px;
      background-size: 100% 100%; } }
