@charset "UTF-8";

sup {    font-size: 86%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    bottom: .5ex;}

.bg_whitesmoke {
  background: #f5f4f1; }

.bg_white {
  background: #fff; }

a:link, a:visited {
  color: #222; }

#main {
  padding: 15px 0 80px;
  background: #f5f4f1; }
  @media (max-width: 767px) {
    #main {
      padding: 0 0 9.375vw; } }

.is-pc {
  display: block; }
  @media (max-width: 767px) {
    .is-pc {
      display: none; } }

.is-sp {
  display: none; }
  @media (max-width: 767px) {
    .is-sp {
      display: block; } }

.w980 #module_breadcrumbs {
  width: 980px;
  max-width: 980px;
  padding: 0; }
@media (max-width: 767px) {
  .w980 {
    width: 100%;
    max-width: 100%; }
    .w980 #module_breadcrumbs {
      display: block;
      width: 100%;
      box-sizing: border-box;
      background: #fff;
      margin-bottom: 0;
      padding: 4.6875vw 3.125vw 3.125vw; }
      .w980 #module_breadcrumbs li {
        font-size: 3.4375vw;
        background: none;
        position: relative; }
        .w980 #module_breadcrumbs li a {
          font-size: 3.4375vw; }
      .w980 #module_breadcrumbs li + li {
        margin-left: 2.5vw; }
        .w980 #module_breadcrumbs li + li:before {
          display: block;
          position: absolute;
          top: 50%;
          left: -1.25vw;
          width: 1.25vw;
          height: 1.25vw;
          margin-top: -1.09375vw;
          border-top: solid 0.46875vw #333;
          border-right: solid 0.46875vw #333;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: ""; } }

body {
  background: #f5f4f1; }

header, footer {
  background: #fff; }

#module_breadcrumbs {
  margin-bottom: 40px; }
  #module_breadcrumbs ul li a:link, #module_breadcrumbs ul li a:visited {
    color: #222; }

.wrapper {
  max-width: 980px;
  margin: 0 auto; }

.page_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .page_title {
      font-weight: bold;
      font-size: 3.4375vw;
      font-weight: normal;
      margin-bottom: 1.5625vw; } }

.sec_head {
  margin-bottom: 20px;
  border-bottom: 2px solid #bdbdbd;
  position: relative;
  padding-bottom: 4px; }
.sec_title {
  font-size: 26px;
  position: relative;
  padding-left: 12px;
  color: #d50000;
  letter-spacing: .9px; }
  .sec_title:before {
    display: block;
    width: 4px;
    height: 30px;
    background: #d50000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    content: ""; }
.sec_ttl {
  position: relative;
  z-index: 0;
  padding-bottom: 8px;
  color: #d50000;
  font-size: 24px;
  line-height: 1.42;
  margin: 0;
  border-bottom: 2px solid #bdbdbd;
  margin-bottom: 24px; }
  .sec_ttl:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    display: block;
    width: 128px;
    height: 2px;
    background: #d50000;
    content: ""; }
.sec_sub_title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 24px; }
.sec_lead {
  margin-bottom: 35px; }
  .sec_lead p {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold; }
    .sec_lead p span {
      color: #d50000; }
.sec_frame {
  background: #fff;
  border: 1px solid #bdbdbd;
  padding: 2em;
  height: 200px;
  overflow-y: scroll;
  font-size: 88%; }
  .sec_frame .md_list_ol li {
    display: table;
    margin-top: 8px; }
  .sec_frame .md_list_ol + .md_list_ol {
    margin-top: 24px; }
.sec_button {
  margin-top: 24px;
  text-align: center; }
  .sec_button_red {
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block;
    min-width: 350px;
    padding: 14px 10px;
    border-radius: 3px;
    background: #d50000;
    font-weight: bold; }
.sec_anchor {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between; }
  .sec_anchor li {
    width: 32%; }
    .sec_anchor li a {
      display: block;
      padding: 12px 0;
      text-align: center;
      background: #fff;
      border: 1px solid #bdbdbd;
      position: relative;
      font-weight: bold; }
      .sec_anchor li a:after {
        position: absolute;
        display: block;
        right: 15px;
        top: 50%;
        margin-top: -4px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 4px 0 4px;
        border-color: #d50000 transparent transparent transparent;
        content: ""; }
      .sec_anchor li a:link {
        color: #333; }
      .sec_anchor li a:visited {
        color: #333; }
      .sec_anchor li a:hover {
        text-decoration: none;
        opacity: .75; }
      .sec_anchor li a span {
        display: block; }
.sec_flex {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap; }
.sec_list_box li {
  font-size: 88%;
  margin-bottom: 8px;
  position: relative; }
  .sec_list_box li:before {
    display: inline-block;
    vertical-align: middle;
    color: #6E6E6F;
    min-width: 2.5em;
    content: "■"; }
.sec_list_astrsk li {
  font-size: 88%;
  margin-bottom: 8px;
  position: relative; }
  .sec_list_astrsk li:before {
    display: inline-block;
    vertical-align: middle;
    color: #6E6E6F;
    min-width: 2.5em;
    content: "※"; }
.sec_box {
  background: #fff;
  border: 1px solid #e3e0d8;
  padding: 50px 60px;
  margin-bottom: 30px; }
  .sec_box.alert {
    border-color: #e04545; }
  .sec_box_head {
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
    .sec_box_head a {
      margin-left: auto; }
  .sec_box_header {
    margin-bottom: 15px; }
  .sec_box_title {
    font-size: 26px;
    letter-spacing: .9px; }
    .sec_box_title_sm {
      font-weight: bold;
      font-size: 20px; }
  .sec_box_btn {
    background: #d50000;
    width: 420px;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    letter-spacing: .9px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: relative; }
    .sec_box_btn:before {
      display: inline-block;
      top: -1px;
      position: relative;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 7px;
      border-color: transparent transparent transparent #fff;
      vertical-align: middle;
      margin-right: 10px;
      content: ""; }
    .sec_box_btn:hover {
      text-decoration: none;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .sec_box_btn:link, .sec_box_btn:visited {
      color: #fff; }
  .sec_box_nav {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sec_box_nav li {
      width: 48.5%; }
      .sec_box_nav li:nth-child(even) {
        margin-left: auto; }
      .sec_box_nav li a {
        border: 1px solid #c4c4c4;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0 0 24px;
        height: 80px;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .sec_box_nav li a span {
          font-size: 12px; }
        .sec_box_nav li a > div {
          position: relative;
          width: 100%;
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          align-items: center; }
        .sec_box_nav li a:link, .sec_box_nav li a:visited {
          color: #222; }
        .sec_box_nav li a:hover {
          text-decoration: none;
          opacity: 0.5;
          filter: alpha(opacity=50); }
    .sec_box_nav li + li + li {
      margin-top: 20px; }
    .sec_box_nav_icon {
      width: 40px;
      margin-right: 14px; }
      .sec_box_nav_icon img {
        width: 40px;
        height: auto;
        vertical-align: bottom; }
    .sec_box_nav_text {
      width: calc( 100% - 54px ); }
      .sec_box_nav_text p {
        font-size: 18px;
        font-weight: bold;
        position: relative; }
        .sec_box_nav_text p br {
          display: none; }
        .sec_box_nav_text p sup {
          font-size: 10px; }
        .sec_box_nav_text p span.note {
          display: block;
          margin-top: 0;
          padding-left: 22px;
          font-weight: normal;
          position: absolute; }
        .sec_box_nav_text p:before {
          width: 18px;
          height: 13px;
          margin-right: 6px;
          display: inline-block;
          background: url(/ldg/ja/common/img/module/bullet/bullet_box_right.png) no-repeat left top;
          background-size: contain;
          vertical-align: middle;
          position: relative;
          top: -2px;
          content: ""; }
.sec_nav {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch; }
  .sec_nav_item {
    width: 316px;
    margin-right: 16px; }
    .sec_nav_item:nth-child(3n) {
      margin-right: 0; }
    .sec_nav_item a {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
      min-height: 75px;
      box-sizing: border-box;
      padding: 0 25px;
      height: 100%;
      background: #fff;
      border: 1px solid #e3e0d8;
      font-weight: bold;
      font-size: 14px;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .sec_nav_item a span {
        position: relative; }
      .sec_nav_item a:before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        vertical-align: top;
        border-width: 3.5px 0 3.5px 7px;
        margin-right: 6px;
        border-color: transparent transparent transparent #d50000;
        content: ""; }
      .sec_nav_item a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        text-decoration: none; }
.sec_tab {
  margin-bottom: 40px;
  border-bottom: 4px solid #dddad1;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .sec_tab_item {
    width: 49%; }
    .sec_tab_item:nth-child(even) {
      margin-left: auto; }
    .sec_tab_item a {
      display: block;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      padding: 20px 0;
      background: #fff;
      border-radius: 3px 3px 0 0;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear;
      border: 1px solid #dddad1; }
      .sec_tab_item a:hover {
        background: #dddad1;
        text-decoration: none; }
      .sec_tab_item a.is-current {
        background: #dddad1;
        text-decoration: none; }
@media only screen and (max-width: 767px) {
  .sec {
    margin: 0 3.125vw; }
    .sec.is_page {
      margin: 0; }
      .sec.is_page .sec_head {
        padding: 3.125vw;
        background: #fff;
        margin-bottom: 9.375vw; }
      .sec.is_page .sec_title {
        padding-left: 0;
        color: #222;
        font-weight: bold;
        font-size: 5.625vw; }
        .sec.is_page .sec_title:before {
          display: none; }
      .sec.is_page .sec_body {
        margin: 0 3.125vw; }
    .sec_head {
      margin-bottom: 24px;
      border-bottom: none;
      position: relative;
      padding-bottom: 0; }
    .sec_title {
      font-size: 6.25vw;
      padding-left: 3.75vw; }
      .sec_title:before {
        width: 1.25vw;
        height: 9.375vw;
        margin-top: -4.6875vw; }
    .sec_sub_title {
      font-size: 5.625vw;
      line-height: 8.125vw;
      padding-bottom: 3.75vw;
      margin-bottom: 7.5vw; }
    .sec_lead {
      margin-bottom: 24px; }
      .sec_lead p {
        font-size: 14px;
        line-height: 1.5; }
    .sec_frame {
      padding: 1em;
      -webkit-overflow-scrolling: touch; }
    .sec_anchor {
      flex-direction: column;
      margin-bottom: 16px; }
      .sec_anchor li {
        width: 100%; }
        .sec_anchor li a {
          display: block;
          padding: 12px 0; }
          .sec_anchor li a:after {
            position: absolute;
            display: block;
            right: 15px;
            top: 50%;
            margin-top: -4px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 4px 0 4px;
            border-color: #d50000 transparent transparent transparent;
            content: ""; }
          .sec_anchor li a:link {
            color: #333; }
          .sec_anchor li a:visited {
            color: #333; }
          .sec_anchor li a:hover {
            text-decoration: none;
            opacity: .75; }
          .sec_anchor li a span {
            display: block; }
      .sec_anchor li + li {
        margin-top: 8px; }
    .sec_flex {
      flex-direction: column; }
    .sec_box {
      margin: 0 3.125vw;
      padding: 12.5vw 3.125vw 9.375vw;
      margin-bottom: 9.375vw; }
      .sec_box_head {
        margin-bottom: 3.125vw;
        flex-direction: column; }
        .sec_box_head a {
          margin-left: 0;
          margin-top: 6.25vw; }
      .sec_box_title {
        font-size: 6.875vw;
        text-align: center; }
      .sec_box_btn {
        background: #d50000;
        width: 100%;
        height: 21.875vw;
        padding: 0 4.6875vw;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        font-size: 5vw;
        font-weight: bold;
        padding-left: 8.75vw; }
        .sec_box_btn:before {
          display: block;
          position: absolute;
          top: 6.875vw;
          left: 4.6875vw;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 7px;
          border-color: transparent transparent transparent #fff;
          vertical-align: middle;
          margin-right: 10px;
          content: ""; }
      .sec_box_nav {
        flex-direction: column; }
        .sec_box_nav li {
          width: 100%; }
          .sec_box_nav li:nth-child(even) {
            margin-left: auto; }
          .sec_box_nav li a {
            padding: 0 6.875vw;
            height: 34.375vw; }
            .sec_box_nav li a sup {
              font-size: 3.125vw;
              position: relative;
              top: -2.5vw; }
            .sec_box_nav li a span.note {
              font-size: 3.75vw;
              padding-left: 0;
              position: static;
              margin-top: 1.5625vw; }
            .sec_box_nav li a > div {
              display: flex;
              display: -webkit-flex;
              justify-content: flex-start;
              align-items: flex-start; }
        .sec_box_nav li + li {
          margin-top: 6.25vw; }
        .sec_box_nav_icon {
          width: 12.5vw;
          margin-right: 7.8125vw; }
          .sec_box_nav_icon img {
            width: 12.5vw; }
        .sec_box_nav_text {
          width: calc( 100% - 12.5vw); }
          .sec_box_nav_text p {
            font-size: 5.625vw;
            padding-left: 6.25vw; }
            .sec_box_nav_text p br {
              display: block; }
            .sec_box_nav_text p:before {
              width: 4.375vw;
              height: 4.0625vw;
              margin-right: 0;
              position: absolute;
              top: 1.25vw;
              left: 0;
              background: url(/ldg/ja/common/img/module/bullet/bullet_box_right.png) no-repeat left top;
              background-size: 4.375vw 4.0625vw; }
    .sec_ttl {
      position: relative;
      z-index: 0;
      padding-bottom: 6.25vw;
      color: #d50000;
      font-size: 6.25vw;
      line-height: 7.5vw;
      border-bottom: 0.625vw solid #bdbdbd;
      margin-bottom: 9.375vw; }
      .sec_ttl:before {
        position: absolute;
        bottom: -0.625vw;
        width: 30vw;
        height: 0.625vw; }
    .sec_nav {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column; }
      .sec_nav_item {
        width: 100%;
        margin-right: 0; }
        .sec_nav_item:nth-child(3n) {
          margin-right: 0; }
        .sec_nav_item a {
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          align-items: center;
          min-height: auto;
          padding: 6.25vw 3.125vw;
          font-size: 4.375vw;
          line-height: 6.875vw;
          position: relative;
          padding-left: 7.8125vw; }
          .sec_nav_item a:link, .sec_nav_item a:visited {
            color: #222; }
          .sec_nav_item a:before {
            display: block;
            position: absolute;
            top: 8.75vw;
            left: 3.125vw;
            border-width: 1.09375vw 0 1.09375vw 2.1875vw;
            margin-right: 1.875vw;
            content: ""; }
      .sec_nav_item + .sec_nav_item {
        margin-top: 3.125vw; }
    .sec_tab {
      margin-bottom: 6.25vw;
      border-bottom: 1.25vw solid #dddad1; }
      .sec_tab_item a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 3.75vw;
        font-weight: bold;
        padding: 0 3.125vw;
        height: 17.1875vw;
        background: #fff;
        border-radius: 0.9375vw 0.9375vw 0 0; } }

.btn_blue {
  background: #116db0;
  display: block;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 13px 0;
  transition: all 300ms 0s ease; }
  .btn_blue:link {
    color: #fff; }
  .btn_blue:hover {
    text-decoration: none;
    background: #0f5e96; }

.btn_white {
  background: #fff;
  border: 1px solid #bdbdbd;
  color: #333;
  display: block;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 13px 0;
  transition: all 300ms 0s ease;
  font-weight: bold; }
  .btn_white:link {
    color: #333; }
  .btn_white:hover {
    text-decoration: none;
    background: #f0f0f0; }

.btn_arrow_left {
  position: relative; }
  .btn_arrow_left:before {
    width: 18px;
    height: 13px;
    display: inline-block;
    background: url(/ldg/ja/common/img/module/bullet/bullet_box_right.png) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -2px;
    content: ""; }

.btn_pdf {
  position: relative; }
  .btn_pdf:before {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/ldg/ja/common/img/module/icon/icon_pdf.png) no-repeat left 50%;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -2px;
    content: ""; }

.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table thead tr th {
    font-weight: bold;
    background: #746f61;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #bdbdbd; }
  .table tbody tr.cl_cream {
    background: #edebe4; }
  .table tbody tr th, .table tbody tr td {
    font-size: 14px;
    border: 1px solid #bdbdbd;
    padding: 20px 15px; }
  .table tbody tr th {
    font-weight: bold; }
    .table tbody tr th a.arrow {
      position: relative; }
      .table tbody tr th a.arrow:before {
        display: inline-block;
        margin-right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #d50000;
        content: ""; }
  .table tbody tr td.right {
    text-align: right; }
  .table tbody tr td a.arrow {
    position: relative;
    font-weight: bold; }
    .table tbody tr td a.arrow:before {
      display: inline-block;
      margin-right: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #d50000;
      content: ""; }
  @media only screen and (max-width: 767px) {
    .table thead tr th {
      font-size: 4.375vw;
      padding: 4.6875vw; }
    .table tbody tr th, .table tbody tr td {
      font-size: 4.375vw;
      padding: 6.25vw 4.6875vw; }
    .table tbody tr th a.arrow:before {
      margin-right: 1.5625vw;
      border-width: 1.5625vw 0 1.5625vw 2.5vw;
      content: ""; }
    .table tbody tr td a.arrow:before {
      margin-right: 1.5625vw;
      border-width: 1.5625vw 0 1.5625vw 2.5vw;
      content: ""; } }
  .table-stripe {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0; }
    .table-stripe thead tr th {
      font-weight: bold;
      background: #746f61;
      font-size: 14px;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      border: 1px solid #bdbdbd; }
    .table-stripe tbody tr:nth-child(even) {
      background: #edebe4; }
    .table-stripe tbody tr th, .table-stripe tbody tr td {
      font-size: 14px;
      border: 1px solid #bdbdbd;
      padding: 20px 15px; }
    .table-stripe tbody tr th {
      font-weight: bold; }
      .table-stripe tbody tr th a.arrow {
        position: relative; }
        .table-stripe tbody tr th a.arrow:before {
          display: inline-block;
          margin-right: 5px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent #d50000;
          content: ""; }
    .table-stripe tbody tr td.right {
      text-align: right; }
    .table-stripe tbody tr td a.arrow {
      font-weight: bold;
      position: relative; }
      .table-stripe tbody tr td a.arrow:before {
        display: inline-block;
        margin-right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #d50000;
        content: ""; }
  @media only screen and (max-width: 767px) {
    .table-stripe thead tr th {
      font-size: 4.375vw;
      padding: 4.6875vw; }
    .table-stripe tbody tr:nth-child(even) {
      background: #edebe4; }
    .table-stripe tbody tr th, .table-stripe tbody tr td {
      font-size: 4.375vw;
      padding: 6.25vw 4.6875vw; }
    .table-stripe tbody tr th {
      font-weight: bold; }
      .table-stripe tbody tr th a.arrow {
        position: relative; }
        .table-stripe tbody tr th a.arrow:before {
          margin-right: 1.5625vw;
          border-width: 1.5625vw 0 1.5625vw 2.5vw; } }

@media (max-width: 767px) {
  .frame {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc( 100% + 3.125vw ); }
    .frame table {
      white-space: nowrap;
      table-layout: auto;
    font-size: 4.375vw;} }
@media only screen and (max-width: 767px) {
  .global_footer {
    margin-top: 0 !important; } }
.icon.icon_pdf {
  position: relative; }
  .icon.icon_pdf:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_pdf.png) no-repeat 0 0;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-left: 6px;
    top: -1px;
    position: relative;
    content: ""; }
  @media (max-width: 767px) {
    .icon.icon_pdf:after {
      background-size: 5vw 5vw;
      width: 5vw;
      height: 5vw;
      margin-left: 1.875vw;
      top: -0.625vw; } }

.icon.icon_blank {
  position: relative; }
  .icon.icon_blank:after {
    width: 13px;
    height: 12px;
    background: url(../img/common/icon_blank.png) no-repeat 0 0;
    background-size: 13px 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    top: -1px;
    position: relative;
    content: ""; }
  @media (max-width: 767px) {
    .icon.icon_blank:after {
      width: 4.0625vw;
      height: 3.75vw;
      margin-left: 1.875vw;
      background-size: 4.0625vw 3.75vw; } }

@media (max-width: 767px) {
  .top_title {
    padding: 3.125vw;
    font-size: 5.625vw;
    font-weight: bold;
    line-height: 7.5vw;
    background: #fff;
    margin-bottom: 0; } }

/*# sourceMappingURL=common.css.map */
