@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------
    common
=================================================*/
@media screen {
  .printOnly {
    display: none; } }

@media print {
  .screenOnly {
    display: none; } }

body,
html {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    body,
    html {
      min-width: 1045px; } }
  @media print, (min-width: 768px) {
    body,
    html {
      font-size: 14px; } }

.roboto {
  font-family: "Roboto"; }

#CourtesyNaviSP .Current a {
  background-color: #b1000e !important; }
  #CourtesyNaviSP .Current a strong {
    color: #fff; }

.gy {
  color: #999999 !important; }

.tac {
  text-align: center !important; }

.tar {
  text-align: right !important; }

.tal {
  text-align: left !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt {
  margin-top: 24px !important; }
  @media print, (min-width: 768px) {
    .mt {
      margin-top: 32px !important; } }

.mb {
  margin-bottom: 24px !important; }
  @media print, (min-width: 768px) {
    .mb {
      margin-bottom: 32px !important; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

@media print, (min-width: 768px) {
  .sp_only {
    display: none !important; }

  .inner {
    width: 965px;
    margin: 0 auto; }

  .pc_tac {
    text-align: center !important; }

  .pc_tar {
    text-align: right !important; }

  .pc_tal {
    text-align: left !important; }

  .pc_fr {
    float: right !important;
    margin: 0 0 0 40px; }

  .pc_fl {
    float: left !important;
    margin: 0 0px 0 0; }
    .pc_fl + * {
      overflow: hidden; }

  #GlobalNaviTop .hasSub {
    position: relative; }
  #GlobalNaviTop ul.sub {
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    position: absolute;
    top: 34px;
    left: 0;
    width: 250px; }
    #GlobalNaviTop ul.sub li {
      line-height: 35px;
      display: block;
      box-sizing: border-box;
      border: 1px solid #ccc;
      margin-top: -1px;
      background: #eee;
      float: none;
      padding: 0; }
      #GlobalNaviTop ul.sub li:first-child {
        margin-top: 0; }
      #GlobalNaviTop ul.sub li a {
        display: block;
        padding: 0 10px;
        margin: 0;
        line-height: 35px !important; }
        #GlobalNaviTop ul.sub li a strong {
          padding: 0;
          background: none; }
      #GlobalNaviTop ul.sub li.Current a {
        background: #b1000e; }
  #GlobalNaviTop .hasSub:hover ul.sub {
    height: 109px; } }
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important; }

  .inner {
    padding: 0 16px; }

  .sp_tac {
    text-align: center !important; }

  .sp_tar {
    text-align: right !important; }

  .sp_tal {
    text-align: left !important; }

  #GlobalNaviTopSP ul.sub {
    padding: 0 10px 8px 10px; }
    #GlobalNaviTopSP ul.sub li a {
      position: relative;
      display: block;
      line-height: 140%;
      padding: 7px 5px 7px 21px;
      font-size: 90%;
      color: #ccc;
      text-decoration: none; }
      #GlobalNaviTopSP ul.sub li a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 7px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #e60027;
        margin-top: -4px; }
    #GlobalNaviTopSP ul.sub li.Current {
      background: #e60027; }
      #GlobalNaviTopSP ul.sub li.Current a strong {
        color: #fff !important; }
      #GlobalNaviTopSP ul.sub li.Current a:before {
        border-left-color: #fff; }

  .sp_scroll_table {
    max-width: 200% !important;
    overflow-x: auto;
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ccc; }
    .subinner .sp_scroll_table {
      margin: 15px -16px 15px; }
    .sp_scroll_table::-webkit-scrollbar {
      width: 8px;
      background: #eee; }
    .sp_scroll_table::-webkit-scrollbar:horizontal {
      height: 8px;
      background: #eee; }
    .sp_scroll_table::-webkit-scrollbar-thumb {
      background: #aaa; }
    .sp_scroll_table::-webkit-scrollbar-thumb:horizontal {
      background: #aaa; }
    .sp_scroll_table table {
      width: 880px !important;
      min-width: 100% !important;
      max-width: 880px !important;
      margin: 0 !important;
      position: relative;
      border-collapse: collapse;
      border-spacing: 0;
      background: #fff; }
      .sp_scroll_table table:before {
        position: absolute;
        top: 0;
        left: 100%;
        width: 15px;
        /* padding-right分 */
        height: 1px;
        content: ''; }
    .sp_scroll_table.short table {
      width: 100% !important;
      min-width: 500px !important; }

  .sp_scolll_figure {
    max-width: 200% !important;
    overflow-x: auto;
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ccc; }
    .sp_scolll_figure::-webkit-scrollbar {
      width: 8px;
      background: #eee; }
    .sp_scolll_figure::-webkit-scrollbar:horizontal {
      height: 8px;
      background: #eee; }
    .sp_scolll_figure::-webkit-scrollbar-thumb {
      background: #aaa; }
    .sp_scolll_figure::-webkit-scrollbar-thumb:horizontal {
      background: #aaa; }
    .sp_scolll_figure figure img {
      max-width: 10000%;
      border-right: 15px solid transparent; } }
/*------------------------------------------*/
#BrandingImgStyle1 {
  margin: 0 !important;
  padding: 0;
  z-index: 1; }

/*------------------------------------------*/
.breadcrumbwrap {
  background: #fff; }

@media screen and (max-width: 767px) {
  .breadcrumb {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0 16px 0 0;
    margin: 0 -16px;
    font-size: 10px; }
    .breadcrumb li {
      padding: 7px 0 7px 16px;
      position: relative;
      overflow: hidden;
      vertical-align: top;
      display: inline-block; }
      .breadcrumb li + li {
        padding: 7px 0 7px 31px;
        background: url(../images/sp_breadcrumb_arrow.png) no-repeat left center;
        background-size: 40px; } }
@media print, (min-width: 768px) {
  .breadcrumb {
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 12px; }
    .breadcrumb li {
      padding: 10px 0 10px 0px;
      position: relative;
      overflow: hidden;
      vertical-align: top;
      display: inline-block; }
      .breadcrumb li + li {
        padding: 10px 0 10px 31px; }
        .breadcrumb li + li:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 8px;
          border-top: 2px solid #ccc;
          border-right: 2px solid #ccc;
          transform: translateY(-50%) rotate(45deg);
          width: 4px;
          height: 4px; } }

#pagetitle {
  background: url(../images/pagetitle_bg.jpg) no-repeat center center/cover;
  height: 125px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff; }
  @media print, (min-width: 768px) {
    #pagetitle {
      height: 200px;
      justify-content: center; } }
  #pagetitle .inner {
    margin: 0; }
  #pagetitle h1 {
    font-weight: normal;
    font-size: 10px; }
    @media print, (min-width: 768px) {
      #pagetitle h1 {
        font-size: 16px; } }
    #pagetitle h1 span {
      display: block;
      font-size: 20px;
      font-weight: bold;
      margin-top: 0.5em;
      line-height: 1.1; }
      @media print, (min-width: 768px) {
        #pagetitle h1 span {
          font-size: 40px; } }

/*------------------------------------------*/
#hibun_contents {
  background: #f5f5f5;
  overflow: hidden; }
  @media print, (min-width: 768px) {
    #hibun_contents {
      background: url("../images/hibun_bg.jpg") no-repeat fixed center center/100% #f5f5f5; } }
  #hibun_contents p {
    margin: 1rem 0; }
  #hibun_contents p.strong {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin: 24px 0; }
    @media print, (min-width: 768px) {
      #hibun_contents p.strong {
        font-size: 24px;
        margin: 32px 0; } }
    #hibun_contents p.strong span {
      border-bottom: 3px solid #cf2d5d; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

ol.default {
  padding-left: 1.5em; }
  ol.default li {
    list-style: decimal;
    margin: 0  0 16px; }

ul.linklist li {
  margin: 16px 0 0; }
  @media print, (min-width: 768px) {
    ul.linklist li {
      margin: 24px 0 0; } }
  ul.linklist li strong {
    font-size: 120%;
    display: block; }

.tablecaption {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box; }
  @media print, (min-width: 768px) {
    .tablecaption {
      margin: 0 40px;
      width: calc(100% - 80px);
      border-color: #ddd; }
      .subinner .tablecaption {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
  .tablecaption + .sp_scroll_table {
    margin-top: 0; }

table.default {
  width: 100%; }
  @media print, (min-width: 768px) {
    table.default {
      margin: 0 40px;
      width: calc(100% - 80px); }
      .subinner table.default {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
  table.default th {
    font-weight: bold;
    font-size: 100%;
    padding: 10px 20px; }
  table.default td {
    font-size: 100%;
    padding: 10px 20px; }
  table.default thead th {
    text-align: center; }
  table.default tbody th {
    background: #fff;
    text-align: left; }
  table.default .cell_gray {
    background: #f7f7f7; }

table.spblock {
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    table.spblock {
      display: block;
      border: none;
      border: 1px solid #ccc;
      border-top: none; }
      table.spblock thead,
      table.spblock tbody,
      table.spblock tr,
      table.spblock th,
      table.spblock td {
        display: block;
        border: none;
        padding: 0; }
      table.spblock th {
        background: #f2f2f2;
        padding: 15px; }
      table.spblock td {
        padding: 15px; }
      table.spblock tr {
        border-top: 1px solid #ccc; } }

figure {
  text-align: center;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

a:link,
a:visited {
  color: #333; }

p a:link,
p a:visited {
  color: #0044cc; }

small {
  font-size: 0.8rem;
  display: inline-block; }

.commonframe {
  border: 1px solid #ccc;
  padding: 16px; }
  @media print, (min-width: 768px) {
    .commonframe {
      padding: 30px 40px; } }
  .commonframe > *:last-child {
    margin-bottom: 0 !important; }

.font_l {
  font-size: 1.1rem; }

.JS h2, .JS h3 {
  background: none;
  margin: 0;
  padding: 0; }
  .JS h2 span, .JS h3 span {
    background: none;
    margin: 0;
    padding: 0; }
.JS .hw_type1 {
  text-align: center;
  color: #cf2d5d;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 1rem; }
  @media print, (min-width: 768px) {
    .JS .hw_type1 {
      font-size: 17px;
      margin: 0 0 2rem; } }
  .JS .hw_type1 span {
    font-family: "Roboto";
    color: #cf2d5d;
    font-size: 40px;
    letter-spacing: 0.1em; }
    @media print, (min-width: 768px) {
      .JS .hw_type1 span {
        font-size: 70px; } }
.JS .hw_type2 {
  text-align: center;
  color: #cf2d5d;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 1rem; }
  @media print, (min-width: 768px) {
    .JS .hw_type2 {
      font-size: 50px;
      margin: 0 0 2rem;
      line-height: 1.4; } }
  .JS .hw_type2 span {
    display: block;
    font-size: 14px;
    color: #cf2d5d; }
    @media print, (min-width: 768px) {
      .JS .hw_type2 span {
        font-size: 16px; } }
  .JS .hw_type2 small {
    display: block;
    font-size: 70%; }
.JS .hw_type3 {
  color: #cf2d5d;
  text-align: center;
  font-size: 16px;
  margin: 0 0 13px;
  font-weight: bold;
  line-height: 130%; }
  @media print, (min-width: 768px) {
    .JS .hw_type3 {
      font-size: 20px;
      margin: 0 0 20px; } }
  @media print, (min-width: 768px) {
    .JS .hw_type3.large {
      font-size: 28px; } }
.JS .hw_type4 {
  background: #eee;
  text-align: left;
  font-size: 16px;
  margin: 0 0 16px;
  padding: 8px 16px;
  font-weight: bold;
  line-height: 130%; }
  @media print, (min-width: 768px) {
    .JS .hw_type4 {
      font-size: 20px;
      text-align: center;
      margin: 0 0 32px;
      padding: 16px; } }
.JS .hw_type5 {
  font-size: 14px;
  font-weight: bold;
  margin: 24px 0 8px; }
  @media print, (min-width: 768px) {
    .JS .hw_type5 {
      margin: 32px 0 16px; } }
.JS .hw_type6 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 0 0 25px;
  position: relative; }
  @media print, (min-width: 768px) {
    .JS .hw_type6 {
      font-size: 16px;
      margin: 0 0 16px;
      padding: 0 0 0 35px; } }
  .JS .hw_type6 span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -1px;
    left: 0;
    display: block; }
    @media print, (min-width: 768px) {
      .JS .hw_type6 span {
        top: -3px;
        width: 25px;
        height: 25px; } }

.hSection {
  background: #fff;
  width: auto;
  margin: 32px 16px;
  padding: 24px 16px;
  box-sizing: border-box; }
  @media print, (min-width: 768px) {
    .hSection {
      margin: 64px auto;
      padding: 64px 40px;
      box-sizing: border-box;
      width: 1045px;
      overflow: hidden; } }
  @media print {
    .hSection {
      width: 965px;
      padding: 64px 0px; } }
  .hSection.small {
    padding: 16px; }
    @media print, (min-width: 768px) {
      .hSection.small {
        padding: 40px; } }
  .hSection > *:first-child {
    margin-top: 0 !important; }
  .hSection > *:last-child {
    margin-bottom: 0 !important; }

.subinner {
  margin: 0 16px 24px; }
  @media print, (min-width: 768px) {
    .subinner {
      margin: 0 40px 48px; } }

.hAnchor {
  width: auto;
  margin: 32px 16px;
  padding: 0;
  box-sizing: border-box; }
  @media print, (min-width: 768px) {
    .hAnchor {
      margin: 64px auto;
      padding: 0;
      box-sizing: border-box;
      width: 1045px; } }
  @media print {
    .hAnchor {
      width: 965px; } }
  .hAnchor ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -16px 0 0 0; }
    .hAnchor ul li {
      margin: 16px 0 0 0;
      width: calc((100% - 16px) / 2); }
      .hAnchor ul li a {
        background: #cf2d5d;
        color: #fff;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 0 10px 0; }
        .hAnchor ul li a:after {
          content: "";
          position: absolute;
          bottom: 7px;
          left: 50%;
          border: 5px solid transparent;
          border-top: 4px solid #fff;
          border-bottom: none;
          display: block;
          width: 0;
          height: 0;
          margin: 0 0 0 -5px; }
          @media print, (min-width: 768px) {
            .hAnchor ul li a:after {
              border-width: 7px;
              border-bottom-width: 6px;
              margin-left: -7px; } }
        .hAnchor ul li a span {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 50px;
          position: relative;
          line-height: 1.2;
          padding: 0 0 5px; }
          @media print, (min-width: 768px) {
            .hAnchor ul li a span {
              height: 65px; } }
    @media print, (min-width: 768px) {
      .hAnchor ul.col2 li {
        width: calc((100% - 32px) / 2); }
      .hAnchor ul.col3 li {
        width: calc((100% - 64px) / 3); }
      .hAnchor ul.col4 li {
        width: calc((100% - 48px) / 4); }
      .hAnchor ul.col5 li {
        width: calc((100% - 64px) / 5); }
      .hAnchor ul.col8 li {
        width: calc((100% - 48px) / 4); } }

.btns {
  text-align: center;
  margin: 24px 0; }
  @media print, (min-width: 768px) {
    .btns {
      margin: 32px 0; } }

.btn {
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background: #333;
  text-decoration: none !important;
  max-width: 465px;
  width: 100%;
  height: 56px;
  padding: 0 50px;
  box-sizing: border-box; }
  @media print, (min-width: 768px) {
    .btn {
      height: 64px; } }
  .btn.red {
    background: #cf2d5d; }
  .btn.back {
    background: #999; }
    @media print, (min-width: 768px) {
      .btn.back {
        margin-right: 10px; } }
  .btn.wide {
    max-width: 100%; }
  .btn.large {
    height: 74px; }
    @media print, (min-width: 768px) {
      .btn.large {
        height: 80px; } }
    .btn.large span {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.2; }
      @media print, (min-width: 768px) {
        .btn.large span {
          font-size: 18px;
          line-height: 1.5; } }
  .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../images/btn_arrow.png) no-repeat center center/contain;
    width: 20px;
    height: 20px;
    margin-top: -10px; }
  .btn.dl:after {
    background: url(../images/btn_dl.png) no-repeat center center/contain; }
  .btn.back:after {
    transform: rotate(180deg);
    right: inherit;
    left: 20px; }
  .btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    color: #fff; }

button.js-modal-btn {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block; }
  button.js-modal-btn img {
    width: 100%; }

hr {
  display: block;
  margin: 24px 0; }
  @media print, (min-width: 768px) {
    hr {
      margin: 48px 0; } }

/*------------------------------------------*/
#hibun_footer1 {
  background: #cf2d5d;
  padding: 24px 0; }
  @media print, (min-width: 768px) {
    #hibun_footer1 {
      padding: 48px 0; } }
  @media print {
    #hibun_footer1 {
      page-break-before: always; } }
  #hibun_footer1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -8px 0 0 0; }
    @media print, (min-width: 768px) {
      #hibun_footer1 ul {
        margin: -32px 0 0 0; } }
    #hibun_footer1 ul li {
      width: calc(50% - 4px);
      margin: 8px 0 0 0;
      border: 1px solid #ccc;
      border-bottom-width: 3px;
      box-sizing: border-box; }
      @media print, (min-width: 768px) {
        #hibun_footer1 ul li {
          width: calc(33.333333% - 16px);
          margin: 32px 0 0 0; } }
      #hibun_footer1 ul li a {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        padding: 0 8px;
        color: #333;
        background: #fff;
        height: 43px;
        text-decoration: none;
        line-height: 1.4;
        font-weight: bold;
        font-size: 10px; }
        @media print, (min-width: 768px) {
          #hibun_footer1 ul li a {
            height: 85px;
            padding: 0 24px;
            font-size: 18px; } }
        #hibun_footer1 ul li a i {
          width: 32px;
          height: 32px;
          display: block; }
          @media print, (min-width: 768px) {
            #hibun_footer1 ul li a i {
              width: 64px;
              height: 64px; } }
        #hibun_footer1 ul li a span {
          display: block;
          width: calc(100% - 30px);
          text-align: center; }
          @media print, (min-width: 768px) {
            #hibun_footer1 ul li a span {
              width: calc(100% - 64px); } }

/*------------------------------------------*/
#hibun_footer2 {
  background: url("../images/footer2_bg.jpg") no-repeat center center/cover #212a32;
  padding: 24px 0; }
  @media print, (min-width: 768px) {
    #hibun_footer2 {
      padding: 48px 0; } }
  #hibun_footer2 ul {
    display: flex;
    justify-content: space-between; }
    #hibun_footer2 ul li {
      width: calc(33.333333% - 2px); }
      @media print, (min-width: 768px) {
        #hibun_footer2 ul li {
          width: calc(33.333333% - 16px); } }
      #hibun_footer2 ul li a {
        display: block;
        background: #fff;
        color: #cf2d5d;
        font-weight: bold;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
        padding: 8px; }
        @media print, (min-width: 768px) {
          #hibun_footer2 ul li a {
            font-size: 16px;
            padding: 24px; } }
        #hibun_footer2 ul li a .title {
          height: 2.6em;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 1.3em; }
        #hibun_footer2 ul li a figure {
          margin: 8px 0; }
          @media print, (min-width: 768px) {
            #hibun_footer2 ul li a figure {
              margin: 16px 0; } }
          #hibun_footer2 ul li a figure img {
            width: 100%; }
        #hibun_footer2 ul li a .btn {
          background: #cf2d5d;
          color: #fff;
          height: 4em;
          line-height: 1.3em;
          display: flex;
          justify-content: center;
          text-align: center;
          align-items: center;
          padding: 0; }
          #hibun_footer2 ul li a .btn:after {
            display: none; }
          @media print, (min-width: 768px) {
            #hibun_footer2 ul li a .btn {
              font-size: 18px; } }

/*------------------------------------------*/
.gotop.sp_only a {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px;
  background: #cf2d5d;
  display: block;
  width: 28px;
  box-sizing: content-box; }
  .gotop.sp_only a img {
    width: 28px; }

#hibun_footer3 {
  background: #222;
  padding: 24px 0;
  color: #fff;
  overflow: hidden;
  position: relative; }
  @media print, (min-width: 768px) {
    #hibun_footer3 {
      padding: 48px 0; } }
  #hibun_footer3 .gotop {
    position: fixed;
    bottom: 0;
    right: 0; }
  @media print, (min-width: 768px) {
    #hibun_footer3 ul {
      width: 23%;
      float: left; } }
  #hibun_footer3 ul > li {
    margin: 0 0 15px; }
    #hibun_footer3 ul > li a::before, #hibun_footer3 ul > li span::before {
      content: "";
      width: 0;
      height: 0;
      border: 0.3em solid transparent;
      border-left: 0.4em solid #fff;
      display: block;
      position: absolute;
      top: 50%;
      left: 0.6em;
      z-index: 1;
      margin-top: -0.3em; }
    #hibun_footer3 ul > li a::after, #hibun_footer3 ul > li span::after {
      content: "";
      width: 1.5em;
      height: 1.5em;
      background: #cf2d5d;
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
    #hibun_footer3 ul > li > ul {
      width: 100%;
      float: none; }
      #hibun_footer3 ul > li > ul > li {
        margin: 15px 0 0; }
        #hibun_footer3 ul > li > ul > li a, #hibun_footer3 ul > li > ul > li span {
          font-size: 13px; }
          #hibun_footer3 ul > li > ul > li a::before, #hibun_footer3 ul > li > ul > li span::before {
            border-left-color: #cf2d5d;
            left: 1em; }
          #hibun_footer3 ul > li > ul > li a::after, #hibun_footer3 ul > li > ul > li span::after {
            display: none; }
  @media print, (min-width: 768px) {
    #hibun_footer3 ul.products {
      width: 54%; }
      #hibun_footer3 ul.products ul {
        width: 50%;
        float: left; } }
  #hibun_footer3 a, #hibun_footer3 span {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.5em;
    padding: 0 0 0 2em;
    position: relative;
    text-decoration: none; }
    @media print, (min-width: 768px) {
      #hibun_footer3 a, #hibun_footer3 span {
        font-size: 14px; } }

/*------------------------------------------*/
@media print, (min-width: 768px) {
  .lineupboxwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px; } }
.lineupboxwrap .text {
  margin-top: 16px; }
.lineupboxwrap .box1 {
  margin: 0 0 24px; }
  @media print, (min-width: 768px) {
    .lineupboxwrap .box1 {
      margin: 0;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px dotted #ccc;
      margin: 0  0 40px;
      padding: 0 0 40px; }
      .lineupboxwrap .box1 figure {
        width: 386px;
        float: left; }
      .lineupboxwrap .box1 .text {
        width: 386px;
        float: right;
        margin: 0; }
      .lineupboxwrap .box1 .btn {
        height: 56px; }
      .lineupboxwrap .box1:last-child {
        border: none;
        margin: 0;
        padding: 0; } }
.lineupboxwrap .box2 {
  margin: 0 0 24px; }
  @media print, (min-width: 768px) {
    .lineupboxwrap .box2 {
      margin: 0;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px dotted #ccc;
      margin: 0  0 40px;
      padding: 0 0 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .lineupboxwrap .box2 figure {
        width: 386px;
        order: 2; }
      .lineupboxwrap .box2 .text {
        width: 386px;
        order: 1;
        margin: 0; }
        .lineupboxwrap .box2 .text .hw_type3 {
          text-align: left; }
      .lineupboxwrap .box2 .btns {
        margin-bottom: 0; }
      .lineupboxwrap .box2 .btn {
        height: 56px; }
      .lineupboxwrap .box2:last-child {
        border: none;
        margin: 0;
        padding: 0; } }
.lineupboxwrap .box3 {
  margin: 0 0 24px; }
  @media print, (min-width: 768px) {
    .lineupboxwrap .box3 {
      width: 386px;
      margin: 0; }
      .lineupboxwrap .box3 .text {
        margin: 0; }
      .lineupboxwrap .box3 .btn {
        height: 56px; } }
@media print, (min-width: 768px) {
  .text .lineupboxwrap .box1 > *:first-child, .text
  .lineupboxwrap .box2 > *:first-child {
    margin-top: 0 !important; } }

/*------------------------------------------*/
.flex_icon_txt {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .flex_icon_txt .icon {
    width: 100px;
    align-self: flex-start; }
  .flex_icon_txt .txt {
    width: calc(100% - 120px); }

.flex_list1 {
  margin: -24px 0 0;
  overflow: hidden; }
  @media print, (min-width: 768px) {
    .flex_list1 {
      display: flex;
      justify-content: space-between; } }
  .flex_list1 li {
    margin: 24px 0 0; }
    @media print, (min-width: 768px) {
      .flex_list1 li {
        width: calc((100% - 64px) / 3); } }
    .flex_list1 li a {
      display: block;
      margin: 16px 0 -0.5rem 0;
      font-size: 1.1rem;
      font-weight: bold; }

.flex_list2 {
  margin: -16px 0 0;
  overflow: hidden; }
  @media print, (min-width: 768px) {
    .flex_list2 {
      display: flex;
      justify-content: space-between; } }
  .flex_list2 li {
    margin: 16px 0 0; }
    @media print, (min-width: 768px) {
      .flex_list2 li {
        width: calc((100% - 64px) / 3); } }
    .flex_list2 li a {
      display: block; }

/*------------------------------------------*/
.case_list1 {
  margin: -24px 0 0;
  overflow: hidden; }
  p + .case_list1 {
    margin-top: -16px; }
  @media print, (min-width: 768px) {
    .case_list1 {
      margin: -48px 0 0 -32px; }
      p + .case_list1 {
        margin-top: -24px; } }
  .case_list1 li {
    margin: 24px 0 0; }
    @media print, (min-width: 768px) {
      .case_list1 li {
        width: calc((100% - 96px) / 3);
        margin: 48px 0 0 32px;
        float: left; }
        .case_list1 li:nth-of-type(3n + 1) {
          clear: both; } }
  .case_list1 figure {
    border: 1px solid #ccc; }
  .case_list1 a {
    display: block;
  /*  margin: 16px 0 -0.5rem 0; */
    font-size: 1.1rem;
    font-weight: bold; }
  .case_list1 table {
    border: 1px solid #aaa;
    margin: 0 0 5px; }
    .case_list1 table th {
      font-size: 0.9rem;
      border: 1px solid #aaa;
      border-bottom: 1px solid #fff;
      background: #aaa;
      color: #fff;
      width: 3em;
      text-align: center; }
    .case_list1 table td {
      font-size: 0.9rem;
      border: 1px solid #aaa;
      border-bottom: 1px solid #aaa; }
    .case_list1 table tr:last-of-type th, .case_list1 table tr:last-of-type td {
      border-bottom: none; }
  .case_list1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .case_list1 ul li {
      background: #cf2d5d;
      width: calc(50% - 4px);
      margin: 8px 0 0 0;
      color: #fff;
      text-align: center;
      padding: 5px;
      box-sizing: border-box; }

.case_list1 .title{
	margin: 16px 0 -0.5rem 0;
}

/*------------------------------------------*/
dl.datelist dt {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.1rem; }
  @media print, (min-width: 768px) {
    dl.datelist dt {
      margin: 0; } }
  dl.datelist dt em {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background: #cf2d5d;
    font-style: normal;
    width: 10em;
    text-align: center;
    margin: 0 0 0 10px; }
    dl.datelist dt em.gr {
      background: #41873c; }
    dl.datelist dt em.bl {
      background: #456aa6; }
dl.datelist dd {
  display: block;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.1rem; }
  dl.datelist dd:last-child {
    border: none;
    margin: 0;
    padding: 0; }

/*------------------------------------------*/
ul.updatelog_list {
  overflow: hidden; }
  @media print, (min-width: 768px) {
    ul.updatelog_list {
      margin: 0 40px; } }
  ul.updatelog_list li {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 16px;
    padding: 0 0 16px; }
    ul.updatelog_list li:last-child {
      border: none;
      margin: 0;
      padding: 0; }
    ul.updatelog_list li dl dt {
      display: block;
      margin: 0 0 5px;
      padding: 0;
      font-size: 1.1rem; }
      @media print, (min-width: 768px) {
        ul.updatelog_list li dl dt {
          width: 18.5em;
          float: left;
          margin: 0; } }
      ul.updatelog_list li dl dt em {
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        background: #cf2d5d;
        font-style: normal;
        width: 10em;
        text-align: center;
        margin: 0 0 0 10px; }
        @media print, (min-width: 768px) {
          ul.updatelog_list li dl dt em {
            float: right;
            margin: 0; } }
        ul.updatelog_list li dl dt em.gr {
          background: #41873c; }
        ul.updatelog_list li dl dt em.bl {
          background: #456aa6; }
    ul.updatelog_list li dl dd {
      display: block;
      font-size: 1.1rem; }
      @media print, (min-width: 768px) {
        ul.updatelog_list li dl dd {
          padding-left: 20em; } }

/*------------------------------------------*/
ul.support_list {
  overflow: hidden; }
  @media print, (min-width: 768px) {
    ul.support_list {
      margin: 0 40px; } }
  ul.support_list li {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 16px;
    padding: 0 0 16px; }
    ul.support_list li:last-child {
      border: none;
      margin: 0;
      padding: 0; }
    ul.support_list li dl dt {
      display: block;
      margin: 0;
      padding: 0;
      font-size: 1.1rem; }
      @media print, (min-width: 768px) {
        ul.support_list li dl dt {
          width: 8em;
          float: left; } }
    ul.support_list li dl dd {
      display: block;
      font-size: 1.1rem; }
      @media print, (min-width: 768px) {
        ul.support_list li dl dd {
          padding-left: 8em; } }

/*------------------------------------------*/
ul.archives {
  margin: 16px 0 0 -8px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media print, (min-width: 768px) {
    ul.archives {
      margin: 32px 40px 0 24px; } }
  ul.archives li {
    margin: 8px 0 0 8px;
    width: calc((100% - 16px) / 2); }
    @media print, (min-width: 768px) {
      ul.archives li {
        margin: 16px 0 0 16px;
        width: calc((100% - 64px) / 4); } }
    ul.archives li a {
      display: block;
      padding: 8px 0 8px 10px;
      position: relative;
      border: 1px solid #ccc;
      box-sizing: border-box;
      text-decoration: none; }
      @media print, (min-width: 768px) {
        ul.archives li a {
          padding: 20px 0 20px 16px; } }
      ul.archives li a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #cf2d5d;
        border-right: 1px solid #cf2d5d;
        transform: translateY(-50%) rotate(45deg); }
        @media print, (min-width: 768px) {
          ul.archives li a:after {
            right: 20px;
            width: 20px;
            height: 20px; } }

/*------------------------------------------*/
ul.bnrlist {
  margin: -16px 0 0 0;
  overflow: hidden; }
  @media print, (min-width: 768px) {
    ul.bnrlist {
      margin: -16px 0 0 -32px; } }
  ul.bnrlist li {
    margin: 16px 0 0 0; }
    @media print, (min-width: 768px) {
      ul.bnrlist li {
        width: calc((100% - 96px) / 3);
        float: left;
        margin: 16px 0 0 32px; } }

/*------------------------------------------*/
ul.columnlist {
  margin-top: 24px; }
  @media print, (min-width: 768px) {
    ul.columnlist {
      padding: 0 40px;
      margin-top: 64px; } }
  ul.columnlist li {
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
    border-top: 1px dotted #ccc; }
    @media print, (min-width: 768px) {
      ul.columnlist li {
        margin: 40px 0 0 0;
        padding: 40px 0 0 0; } }
    ul.columnlist li:first-child {
      padding: 0;
      border: none; }
    @media print, (min-width: 768px) {
      ul.columnlist li {
        overflow: hidden; } }
  ul.columnlist figure {
    margin: 0 0 1rem; }
    @media print, (min-width: 768px) {
      ul.columnlist figure {
        float: left;
        width: 300px;
        margin: 0; } }
  @media print, (min-width: 768px) {
    ul.columnlist .text {
      width: 550px;
      float: right; } }
  ul.columnlist .text h2 {
    font-size: 1.1rem;
    color: #cf2d5d;
    font-weight: bold;
    margin: 0;
    padding: 0; }
  ul.columnlist .btns {
    margin: 0; }
    @media print, (min-width: 768px) {
      ul.columnlist .btns {
        text-align: left; }
        ul.columnlist .btns .btn {
          width: 300px;
          height: 50px; } }

/*------------------------------------------*/
ul.labellink1 {
  overflow: hidden; }
  @media print, (min-width: 768px) {
    ul.labellink1 {
      display: flex;
      justify-content: space-between; } }
  ul.labellink1 li {
    margin: 16px 0 0; }
    @media print, (min-width: 768px) {
      ul.labellink1 li {
        width: calc(50% - 16px );
        margin: 32px 0 0 0; }
        ul.labellink1 li:nth-of-type(2) {
          margin-top: 0; } }
    ul.labellink1 li:nth-of-type(1) {
      margin-top: 0; }
    ul.labellink1 li a {
      display: block;
      padding: 16px 0 16px 8px;
      position: relative;
      border: 1px solid #ccc;
      box-sizing: border-box;
      text-decoration: none; }
      @media print, (min-width: 768px) {
        ul.labellink1 li a {
          padding: 16px 0 16px 16px; } }
      ul.labellink1 li a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 20px;
        border-top: 1px solid #cf2d5d;
        border-right: 1px solid #cf2d5d;
        transform: translateY(-50%) rotate(45deg); }
      ul.labellink1 li a span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%; }
        ul.labellink1 li a span figure {
          width: 60px; }
          @media print, (min-width: 768px) {
            ul.labellink1 li a span figure {
              width: 120px; } }
        ul.labellink1 li a span .text {
          width: calc(100% - 70px);
          box-sizing: border-box;
          padding-right: 48px; }
          @media print, (min-width: 768px) {
            ul.labellink1 li a span .text {
              width: calc(100% - 140px); } }
        ul.labellink1 li a span strong {
          font-size: 1.1rem; }
        ul.labellink1 li a span p {
          margin: 5px 0 0 !important;
          font-size: 10px; }
          @media print, (min-width: 768px) {
            ul.labellink1 li a span p {
              font-size: 14px; } }

ul.labellink2 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.labellink2 li {
    margin: 16px 0 0;
    width: calc(50% - 8px); }
    @media print, (min-width: 768px) {
      ul.labellink2 li {
        width: calc((100% - 64px) / 3);
        margin: 32px 0 0 0; }
        ul.labellink2 li:nth-of-type(3) {
          margin-top: 0; } }
    ul.labellink2 li:nth-of-type(1), ul.labellink2 li:nth-of-type(2) {
      margin-top: 0; }
    ul.labellink2 li a {
      display: block;
      padding: 8px 0 8px 3px;
      position: relative;
      border: 1px solid #ccc;
      box-sizing: border-box;
      text-decoration: none; }
      @media print, (min-width: 768px) {
        ul.labellink2 li a {
          padding: 0px 0 0px 16px; } }
      ul.labellink2 li a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #cf2d5d;
        border-right: 1px solid #cf2d5d;
        transform: translateY(-50%) rotate(45deg); }
        @media print, (min-width: 768px) {
          ul.labellink2 li a:after {
            right: 20px;
            width: 20px;
            height: 20px; } }
      ul.labellink2 li a span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%; }
        ul.labellink2 li a span figure {
          width: 35px; }
          @media print, (min-width: 768px) {
            ul.labellink2 li a span figure {
              width: 90px; } }
        ul.labellink2 li a span .text {
          width: calc(100% - 40px);
          box-sizing: border-box;
          padding-right: 25px;
          font-size: 9px;
          text-align: center;
          font-weight: bold; }
          @media print, (min-width: 768px) {
            ul.labellink2 li a span .text {
              width: calc(100% - 100px);
              font-size: 18px;
              padding-right: 48px; } }

ul.labellink3 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.labellink3 li {
    margin: 16px 0 0;
    width: 100%; }
    @media print, (min-width: 768px) {
      ul.labellink3 li {
        width: calc((100% - 32px) / 2);
        margin: 32px 0 0 0; }
        ul.labellink3 li:nth-of-type(2) {
          margin-top: 0; } }
    ul.labellink3 li:nth-of-type(1) {
      margin-top: 0; }
    ul.labellink3 li a {
      display: block;
      padding: 8px 8px 8px 8px;
      position: relative;
      border: 1px solid #ccc;
      box-sizing: border-box;
      text-decoration: none;
      color: #cf2d5d; }
      @media print, (min-width: 768px) {
        ul.labellink3 li a {
          padding: 8px 16px 8px 16px; } }
      ul.labellink3 li a small {
        color: #333;
        display: block; }
      ul.labellink3 li a span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%; }
        ul.labellink3 li a span figure {
          width: 106px;
          order: 2; }
          @media print, (min-width: 768px) {
            ul.labellink3 li a span figure {
              width: 106px; } }
        ul.labellink3 li a span .text {
          order: 1;
          width: calc(100% - 40px);
          box-sizing: border-box;
          padding-right: 25px;
          font-size: 12px;
          text-align: center;
          font-weight: bold;
          line-height: 1.4; }
          @media print, (min-width: 768px) {
            ul.labellink3 li a span .text {
              width: calc(100% - 100px);
              font-size: 18px;
              padding-right: 48px; } }

/*------------------------------------------*/
@media print, (min-width: 768px) {
  dl.featurelist {
    padding: 0 40px; } }
dl.featurelist dt {
  font-weight: bold;
  font-size: 1.2rem;
  color: #cf2d5d;
  margin: 0 0 8px; }
  @media print, (min-width: 768px) {
    dl.featurelist dt {
      margin: 0  0 16px; } }
dl.featurelist dd {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px dotted #ccc; }
  @media print, (min-width: 768px) {
    dl.featurelist dd {
      margin: 0 0 32px;
      padding: 0 0 32px; } }
  dl.featurelist dd:last-child {
    border: none;
    margin: 0;
    padding: 0; }
  dl.featurelist dd > *:first-child {
    margin-top: 0 !important; }
  dl.featurelist dd > *:last-child {
    margin-bottom: 0 !important; }

/*------------------------------------------*/
@media print, (min-width: 768px) {
  .columnwrap2 {
    display: flex;
    justify-content: space-between; } }
@media print, (min-width: 768px) {
  .columnwrap2 .column {
    width: calc(50% - 16px); }
    .columnwrap2 .column > *:first-child {
      margin-top: 0 !important; }
    .columnwrap2 .column > *:last-child {
      margin-bottom: 0 !important; } }
.columnwrap2 .column + .column {
  margin-top: 16px; }
  @media print, (min-width: 768px) {
    .columnwrap2 .column + .column {
      margin: 0; } }
@media print, (min-width: 768px) {
  .columnwrap2 .column.w284 {
    width: 248px; }
  .columnwrap2 .column.w600 {
    width: 600px; } }

/*------------------------------------------*/
ul.labels {
  overflow: hidden;
  margin: -5px 0 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  ul.labels li {
    display: block;
    background: #cf2d5d;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 10px;
    margin: 5px 0 0 5px; }

/*------------------------------------------*/
#top_about_more {
  background: url("../images/footer2_bg.jpg") no-repeat center center/cover #212a32;
  padding: 24px 16px; }
  @media print, (min-width: 768px) {
    #top_about_more {
      padding: 48px; } }
  #top_about_more .frame {
    background: #fff;
    width: 100%;
    max-width: 810px;
    box-sizing: border-box;
    padding: 16px;
    margin: 0 auto; }
    @media print, (min-width: 768px) {
      #top_about_more .frame {
        padding: 40px; } }
    #top_about_more .frame > *:last-child {
      margin-bottom: 0; }
  #top_about_more figure {
    width: 94px;
    margin: 0 auto 16px; }
    @media print, (min-width: 768px) {
      #top_about_more figure {
        float: right;
        margin: 0 110px 0 0;
        width: 125px; } }
  #top_about_more .title {
    font-weight: bold;
    font-size: 21px;
    text-align: center; }
    @media print, (min-width: 768px) {
      #top_about_more .title {
        font-size: 28px;
        margin-top: 0;
        text-align: left; } }
  #top_about_more .label {
    text-align: center; }
    @media print, (min-width: 768px) {
      #top_about_more .label {
        font-size: 16px;
        text-align: left; } }
    #top_about_more .label em {
      display: inline-block;
      font-style: normal;
      color: #fff;
      width: 6em;
      background: #333;
      padding: 8px 0;
      vertical-align: bottom;
      margin: 0 5px 0 0;
      text-align: center; }
      @media print, (min-width: 768px) {
        #top_about_more .label em {
          margin: 0 16px 0 0; } }

/*------------------------------------------*/
#top_news {
  overflow: hidden; }
  #top_news .news {
    margin: 0 0 24px; }
    @media print, (min-width: 768px) {
      #top_news .news {
        width: calc(50% - 16px);
        float: left;
        margin: 0; } }
  @media print, (min-width: 768px) {
    #top_news .support {
      width: calc(50% - 16px);
      float: right; } }
  #top_news dl.datelist {
    border: 1px solid #ccc;
    padding: 16px; }

/*------------------------------------------*/
ul.about_anchor {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    ul.about_anchor {
      flex-direction: column; } }
  ul.about_anchor li {
    width: 300px;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      ul.about_anchor li {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        margin-bottom: 8px;
        height: 100%; } }
    ul.about_anchor li .sub {
      color: #fff;
      background: #cf2d5d;
      padding: 8px;
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        ul.about_anchor li .sub {
          display: flex;
          align-items: center;
          font-size: 16px;
          width: 20%;
          justify-content: center; } }
    ul.about_anchor li .ttl {
      display: none; }
      @media screen and (max-width: 767px) {
        ul.about_anchor li .ttl {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 60%;
          font-size: 16px;
          font-weight: bold;
          color: #cf2d5d;
          text-align: center;
          text-decoration: underline;
          text-decoration-color: #cf2d5d;
          border-bottom: none; } }
    ul.about_anchor li .img {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 32px; }
      @media screen and (max-width: 767px) {
        ul.about_anchor li .img {
          padding: 4px;
          width: 20%;
          height: 100%; }
          ul.about_anchor li .img div {
            height: 100%;
            width: 100%; } }
      ul.about_anchor li .img p {
        font-family: "Noto Sans Japanese";
        letter-spacing: 0.05em;
        font-size: 24px;
        font-weight: bold;
        color: #cf2d5d;
        border-bottom: 2px solid #cf2d5d; }
        @media screen and (max-width: 767px) {
          ul.about_anchor li .img p {
            display: none; } }
      ul.about_anchor li .img div {
        margin-top: 16px; }
        @media screen and (max-width: 767px) {
          ul.about_anchor li .img div {
            margin-top: 0; } }
    ul.about_anchor li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -999px; }
      ul.about_anchor li a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    ul.about_anchor li::after {
      content: "";
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top: 10px solid #cf2d5d;
      margin: -16px auto 8px;
      display: block; }
      @media screen and (max-width: 767px) {
        ul.about_anchor li::after {
          border: 6px solid transparent;
          border-top: 6px solid #cf2d5d;
          margin: 0 auto;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0; } }

/*------------------------------------------*/
@media print, (min-width: 768px) {
  .frame_and_photo1 {
    display: flex;
    justify-content: space-between; } }
.frame_and_photo1 .frame {
  border: 1px solid #ccc;
  padding: 16px;
  box-sizing: border-box;
  margin: 0  0 24px; }
  @media print, (min-width: 768px) {
    .frame_and_photo1 .frame {
      width: 590px;
      padding: 30px 40px;
      margin: 0; }
      .frame_and_photo1 .frame > *:last-child {
        margin-bottom: 0 !important; } }
@media print, (min-width: 768px) {
  .frame_and_photo1 .photo {
    width: 260px; } }
.frame_and_photo1 .photo figure {
  margin: 0  0 16px; }
.frame_and_photo1 .prof {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  .frame_and_photo1 .prof figure {
    width: 40%; }
    @media print, (min-width: 768px) {
      .frame_and_photo1 .prof figure {
        width: 20%; } }
  .frame_and_photo1 .prof .text {
    background: #f5f5f5;
    width: 60%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 10px; }
    @media print, (min-width: 768px) {
      .frame_and_photo1 .prof .text {
        width: calc(80% - 10px);
        padding: 20px;
        font-size: 14px; } }

/*------------------------------------------*/
.frame_and_photo2 .frame {
  border: 1px solid #ccc;
  padding: 16px;
  box-sizing: border-box;
  margin: 0  0 24px; }
  @media print, (min-width: 768px) {
    .frame_and_photo2 .frame {
      padding: 30px 40px;
      margin: 0 0 32px; }
      .frame_and_photo2 .frame > *:last-child {
        margin-bottom: 0 !important; } }
@media print, (min-width: 768px) {
  .frame_and_photo2 .photo {
    display: flex;
    justify-content: space-between; } }
.frame_and_photo2 .photo figure {
  margin: 0  0 16px; }
  @media print, (min-width: 768px) {
    .frame_and_photo2 .photo figure {
      width: 280px; } }
  .frame_and_photo2 .photo figure figcaption {
    font-size: 10px;
    color: #999;
    display: block;
    margin: 10px 0 0 0; }
    @media print, (min-width: 768px) {
      .frame_and_photo2 .photo figure figcaption {
        font-size: 12px; } }
.frame_and_photo2 ul li {
  text-indent: -1em;
  padding-left: 1em; }

/*------------------------------------------*/
@media print, (min-width: 768px) {
  ul.case_graph {
    display: flex;
    justify-content: space-between; } }
ul.case_graph li {
  border: 2px solid #333;
  margin: 0  0 16px; }
  @media print, (min-width: 768px) {
    ul.case_graph li {
      width: calc(50% - 16px);
      margin: 0; } }
  ul.case_graph li figure {
    padding: 0 16px 16px; }
    ul.case_graph li figure figcaption {
      display: block;
      margin: 0 -16px 16px;
      background: #333;
      color: #fff;
      text-align: center;
      padding: 5px; }

/*------------------------------------------*/
@media print, (min-width: 768px) {
  .text_and_photo {
    display: flex;
    justify-content: space-between; } }
.text_and_photo .text {
  margin: 0 0 16px; }
  @media print, (min-width: 768px) {
    .text_and_photo .text {
      width: calc(100% - 290px); } }
@media print, (min-width: 768px) {
  .text_and_photo .photo {
    width: 260px; } }

/*------------------------------------------*/
ol.numlist {
  margin: 0;
  padding: 0; }
  ol.numlist li {
    text-indent: -1.5em;
    padding: 0 0 0 1.5em;
    margin: 0  0 10px; }

/*------------------------------------------*/
ol.numnote {
  margin: 16px 0 0 0;
  padding: 0; }
  ol.numnote li {
    text-indent: -2em;
    padding: 0 0 0 2em;
    margin: 0  0 0px;
    color: #999; }
    ol.numnote li a {
      color: #999; }

ol.numnote.bk li {
  color: #333; }
  ol.numnote.bk li a {
    color: #333; }

/*------------------------------------------*/
ul.note {
  margin: 16px 0 0 0;
  padding: 0; }
  ul.note li {
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0  0 0px;
    color: #999; }
    ul.note li a {
      color: #999; }

ul.note.bk li {
  color: #333; }
  ul.note.bk li a {
    color: #333; }

/*------------------------------------------*/
dl.faq {
  margin: 0 -16px; }
  @media print, (min-width: 768px) {
    dl.faq {
      margin: 0; } }
  dl.faq dt {
    background: #333;
    cursor: pointer;
    padding: 15px 40px 15px 45px;
    margin: 10px 0 0 0;
    position: relative;
    color: #fff; }
    dl.faq dt:before {
      content: "Q";
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      background: #fff;
      border-radius: 100px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      color: #333;
      text-align: center; }
    dl.faq dt:after {
      content: "╋";
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%); }
    dl.faq dt.open:after {
      content: "━"; }
  dl.faq dd {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 1px 20px;
    display: none; }

/*------------------------------------------*/
ul.catalog_list {
  margin: -30px 0 0 0; }
  @media print, (min-width: 768px) {
    ul.catalog_list {
      margin: -48px 40px -48px 8px;
      overflow: hidden; } }
  ul.catalog_list li {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 0 95px;
    position: relative; }
    @media print, (min-width: 768px) {
      ul.catalog_list li {
        width: calc((100% - 96px) / 3);
        padding: 0 0 100px;
        margin: 48px 0 0 31px;
        float: left; }
        ul.catalog_list li:nth-of-type(3n + 1) {
          clear: both; } }
    ul.catalog_list li figure {
      margin: 0 0 15px;
      padding: 0 20px; }
      @media print, (min-width: 768px) {
        ul.catalog_list li figure {
          padding: 0; } }
      ul.catalog_list li figure img {
        width: 100%;
        border: 1px solid #ccc;
        box-sizing: border-box; }
    ul.catalog_list li dl dt {
      font-size: 15px;
      font-weight: bold; }
      @media print, (min-width: 768px) {
        ul.catalog_list li dl dt {
          font-size: 18px; } }
    ul.catalog_list li dl dd p {
      margin: 10px 0 !important; }
    ul.catalog_list li dl dd > span {
      font-size: 12px;
      position: absolute;
      bottom: 75px;
      left: 0; }
    ul.catalog_list li .btns {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      box-sizing: border-box; }

/*------------------------------------------*/
table.event_table td.col03,
table.event_table td.col04 {
  text-align: center; }
table.event_table dl dt span {
  display: block; }
table.event_table dl dt span img {
  margin: 0 8px 0 0; }
table.event_table dl dt a {
  font-weight: bold; }

@media (max-width: 767px) {
  table.event_table {
    border: none; }
    table.event_table thead {
      display: none; }
    table.event_table tbody tr {
      display: block;
      margin: 0 0 10px;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc; }
      table.event_table tbody tr td {
        display: block;
        text-align: left !important;
        position: relative;
        padding-left: 102px; }
        table.event_table tbody tr td.col04 {
          font-weight: bold; }
        table.event_table tbody tr td:before {
          display: block;
          width: 90px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border-right: 1px solid #ccc;
          padding: 10px 12px;
          box-sizing: border-box;
          background: #f5f5f5;
          font-weight: normal; }
        table.event_table tbody tr td:nth-of-type(1):before {
          content: "開催日"; }
        table.event_table tbody tr td:nth-of-type(2):before {
          content: "セミナー・展示会名"; }
        table.event_table tbody tr td:nth-of-type(3):before {
          content: "場所"; }
        table.event_table tbody tr td:nth-of-type(4):before {
          content: "お申し込み"; } }
/*------------------------------------------*/
ul.partnerlist li {
  margin: 0 0 32px; }
  @media print, (min-width: 768px) {
    ul.partnerlist li {
      margin: 0  0 32px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  ul.partnerlist li .logo {
    border: 1px solid #ccc;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 10px;
    display: block; }
    @media print, (min-width: 768px) {
      ul.partnerlist li .logo {
        height: 100px;
        margin: 0;
        width: 250px; } }
    ul.partnerlist li .logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media print, (min-width: 768px) {
    ul.partnerlist li .text {
      width: calc(100% - 290px); } }
  ul.partnerlist li .text a {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    font-size: 20px; }
  ul.partnerlist li .best {
    margin: 10px 0 0 0; }

/*------------------------------------------*/
#contactform input[type="radio"],
#contactform input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px; }
#contactform input[type="text"] {
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 5px 0;
  max-width: 100%; }
#contactform input#company,
#contactform input#dept,
#contactform input#address1,
#contactform input#address2,
#contactform input#email,
#contactform input#tel,
#contactform input#fax {
  width: 25em; }
#contactform textarea {
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 5px 0; }
@media print, (min-width: 768px) {
  #contactform table th {
    width: 300px;
    box-sizing: border-box; } }
#contactform table th div {
  position: relative;
  padding-right: 50px; }
#contactform table ul li {
  display: inline-block;
  margin: 5px 1em 5px 0; }
#contactform table p {
  margin: 0 !important; }
#contactform span.label01 {
  margin: 0 5px 0 0; }
#contactform span.must {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: inline-block;
  background: #ea0000;
  color: #fff;
  padding: 0 5px; }
#contactform .se-note-block01-b {
  padding: 12px 0 0 0;
  border: 1px solid #ccc; }
  #contactform .se-note-block01-b dl {
    padding: 0 15px; }
    #contactform .se-note-block01-b dl dt {
      font-weight: bold;
      color: #cc3333; }
    #contactform .se-note-block01-b dl dd ul {
      padding: 18px 0 18px 0; }
  #contactform .se-note-block01-b .agree01 {
    padding: 16px 0 15px 0;
    margin: 0 !important;
    background: #eee;
    text-align: center; }
    #contactform .se-note-block01-b .agree01 input {
      vertical-align: middle;
      margin: 0 14px 0 0; }
#contactform .se-error-block01-b {
  border: solid 1px #C00;
  background-color: #FEE;
  margin-bottom: 20px;
  padding: 15px; }
#contactform .error01 th {
  background-color: #F0E1E1 !important; }
#contactform .error01 td {
  background-color: #FBEBEB; }
#contactform .error-msg01 {
  background: rgba(0, 0, 0, 0) url("/common/img/se_inq/icn_error02.gif") no-repeat scroll 0 0.1em;
  display: block;
  color: #ff0000;
  margin: 0 !important;
  padding: 0.1em 0 0 20px !important; }

/*------------------------------------------*/
ol.form_step {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  ol.form_step li {
    margin: 0;
    padding: 15px;
    border-top: 1px dotted #ccc; }
    ol.form_step li:first-child {
      border-top: none; }
    ol.form_step li.active {
      background: #cf2d5d;
      color: #fff;
      font-weight: bold; }
    ol.form_step li .step {
      display: inline-block;
      margin-right: 10px; }
    @media print, (min-width: 768px) {
      ol.form_step li {
        float: left;
        box-sizing: border-box;
        width: 33.3333333332%;
        position: relative;
        height: 60px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: none; }
        ol.form_step li .step {
          margin: 0;
          font-size: 90%; }
        ol.form_step li:before {
          content: "";
          position: absolute;
          border: 32px solid transparent;
          border-left: 32px solid #ccc;
          position: absolute;
          top: 50%;
          left: 1px;
          margin: -32px 0 0 0; }
        ol.form_step li:after {
          content: "";
          position: absolute;
          border: 32px solid transparent;
          border-left: 32px solid #fff;
          position: absolute;
          top: 50%;
          left: -1px;
          margin: -32px 0 0 0; }
        ol.form_step li:first-child:before, ol.form_step li:first-child:after {
          display: none; }
        ol.form_step li.active + li:after {
          border-left-color: #cf2d5d; } }

/*------------------------------------------*/
a.pdf {
  display: inline-block;
  background: url("../images/ico_pdf_download.gif") no-repeat center left;
  padding-left: 23px; }

/*------------------------------------------*/
.pickup .point {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px; }
  .pickup .point:first-child {
    margin-top: 0; }
  .pickup .point dt {
    margin-right: 16px; }
.pickup dd.balloon {
  background: #f8f1f4;
  width: 520px;
  padding: 20px 32px;
  font-size: 14px;
  line-height: 1.5; }
  @media print, (min-width: 768px) {
    .pickup dd.balloon {
      font-size: 18px; } }
.pickup dd.arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #f8f1f4;
  border-bottom: 20px solid transparent; }
.pickup dd p {
  color: #cf2d5d;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 !important; }
  @media print, (min-width: 768px) {
    .pickup dd p {
      font-size: 20px; } }

@media print, (min-width: 768px) {
  .pickup_flow {
    display: flex; } }
@media print, (min-width: 768px) {
  .pickup_flow .pickup_flow_block {
    width: 300px; } }
.pickup_flow .pickup_flow_block .pickup_flow_img img {
  width: 100%;
  height: auto; }
.pickup_flow .pickup_flow_block .pickup_flow_txt {
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-top: none;
  height: auto; }
  @media print, (min-width: 768px) {
    .pickup_flow .pickup_flow_block .pickup_flow_txt {
      height: 212px; } }
  .pickup_flow .pickup_flow_block .pickup_flow_txt h4 {
    font-size: 24px; }
    .pickup_flow .pickup_flow_block .pickup_flow_txt h4 span {
      font-size: 14px;
      display: block;
      color: #d02b5c; }
  .pickup_flow .pickup_flow_block .pickup_flow_txt p {
    margin-top: 16px; }
  .pickup_flow .pickup_flow_block .pickup_flow_txt .pickup_flow_btn {
    margin-top: 16px; }
.pickup_flow .pickup_flow_arrow {
  margin: 8px;
  text-align: center;
  height: 65px;
  margin-top: -20px; }
  @media print, (min-width: 768px) {
    .pickup_flow .pickup_flow_arrow {
      margin: auto 8px !important;
      height: 100%; } }
  .pickup_flow .pickup_flow_arrow img {
    transform: rotate(90deg); }
    @media print, (min-width: 768px) {
      .pickup_flow .pickup_flow_arrow img {
        transform: rotate(0deg);
        margin-top: 0; } }

/*------------------------------------------*/
.cooperation_list .cooperation_frame {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media print, (min-width: 768px) {
    .cooperation_list .cooperation_frame {
      flex-direction: row;
      justify-content: center;
      flex-wrap: nowrap;
      align-items: flex-start; } }
  .cooperation_list .cooperation_frame .cooperation_block {
    margin: 8px;
    width: auto; }
    @media print, (min-width: 768px) {
      .cooperation_list .cooperation_frame .cooperation_block {
        margin: 16px;
        width: 100%; } }
    .cooperation_list .cooperation_frame .cooperation_block a {
      display: block; }

/*------------------------------------------*/
.pickup_kk .kadai {
  display: flex; }
  .pickup_kk .kadai p {
    margin: 0 !important;
    width: 100%; }
    .pickup_kk .kadai p:first-child {
      color: #ff0000;
      width: 70px; }
.pickup_kk .kaiketu {
  margin-top: 8px;
  display: flex; }
  .pickup_kk .kaiketu p {
    margin: 0 !important;
    width: 100%; }
    .pickup_kk .kaiketu p:first-child {
      color: #0000ff;
      width: 70px; }
.pickup_kk .name {
  margin-top: 8px;
  background: #E6E6E6;
  width: 350px;
  padding: 4px;
  margin: 8px auto 0;
  text-align: center;
  font-weight: bold; }
  @media print, (min-width: 768px) {
    .pickup_kk .name {
      margin: 8px 0 0 auto; } }

/*------------------------------------------*/
@media print, (min-width: 768px) {
  .pickup_bluearea .frame {
    display: flex;
    justify-content: space-between;
    width: 100%; } }
.pickup_bluearea .frame .block {
  position: relative;
  background: #dcefff;
  border: solid 2px #5fb3f5;
  box-sizing: border-box; }
  @media print, (min-width: 768px) {
    .pickup_bluearea .frame .block {
      width: 48%; } }
  .pickup_bluearea .frame .block a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pickup_bluearea .frame .block .sub {
    background: #5fb3f5;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px; }
  .pickup_bluearea .frame .block ul {
    padding: 16px;
    margin: 0; }
  .pickup_bluearea .frame .block:last-child {
    margin-top: 16px; }
    @media print, (min-width: 768px) {
      .pickup_bluearea .frame .block:last-child {
        margin-top: 0; } }

/*------------------------------------------*/
.taisaku {
  display: flex;
  align-items: center; }
  .taisaku span {
    width: 100%;
    font-size: 18px; }
    .taisaku span:first-child {
      width: 100px; }

/*------------------------------------------*/
/* サポート情報のみ */
.su_ul {
  margin-left: 25px; }
  .su_ul li {
    margin-bottom: 10px;
    list-style-type: disc; }
    .su_ul li:last-child {
      margin-bottom: 0; }

.su_ol {
  padding: 0;
  counter-reset: number; }
  .su_ol > li {
    display: flex;
    margin-bottom: 15px; }
    .su_ol > li:last-child {
      margin-bottom: 0; }
    .su_ol > li:before {
      counter-increment: number;
      content: "（" counter(number) "）"; }

.su_ol2 {
  padding: 0;
  counter-reset: number; }
  .su_ol2 > li {
    display: flex;
    margin-bottom: 15px; }
    .su_ol2 > li:last-child {
      margin-bottom: 0; }
    .su_ol2 > li:before {
      counter-increment: number;
      content: "（" counter(number,lower-roman) "）"; }

.su_alphabet {
  margin-left: -6px;
  padding: 0; }
  .su_alphabet > li {
    display: flex;
    margin-bottom: 10px; }
    .su_alphabet > li:last-child {
      margin-bottom: 0; }
    .su_alphabet > li:nth-of-type(1):before {
      content: "（a）"; }
    .su_alphabet > li:nth-of-type(2):before {
      content: "（b）"; }
    .su_alphabet > li:nth-of-type(3):before {
      content: "（c）"; }
    .su_alphabet > li:nth-of-type(4):before {
      content: "（d）"; }
    .su_alphabet > li:nth-of-type(5):before {
      content: "（e）"; }
    .su_alphabet > li:nth-of-type(6):before {
      content: "（f）"; }
    .su_alphabet > li:nth-of-type(7):before {
      content: "（g）"; }
    .su_alphabet > li:nth-of-type(8):before {
      content: "（h）"; }
    .su_alphabet > li:nth-of-type(9):before {
      content: "（i）"; }
    .su_alphabet > li:nth-of-type(10):before {
      content: "（j）"; }
    .su_alphabet > li:nth-of-type(11):before {
      content: "（k）"; }
    .su_alphabet > li:nth-of-type(12):before {
      content: "（l）"; }
    .su_alphabet > li:nth-of-type(13):before {
      content: "（m）"; }
    .su_alphabet > li:nth-of-type(14):before {
      content: "（n）"; }
    .su_alphabet > li:nth-of-type(15):before {
      content: "（o）"; }
    .su_alphabet > li:nth-of-type(16):before {
      content: "（p）"; }
    .su_alphabet > li:nth-of-type(17):before {
      content: "（q）"; }
    .su_alphabet > li:nth-of-type(18):before {
      content: "（r）"; }
    .su_alphabet > li:nth-of-type(19):before {
      content: "（s）"; }
    .su_alphabet > li:nth-of-type(20):before {
      content: "（t）"; }
    .su_alphabet > li:nth-of-type(21):before {
      content: "（u）"; }
    .su_alphabet > li:nth-of-type(22):before {
      content: "（v）"; }
    .su_alphabet > li:nth-of-type(23):before {
      content: "（w）"; }
    .su_alphabet > li:nth-of-type(24):before {
      content: "（x）"; }
    .su_alphabet > li:nth-of-type(25):before {
      content: "（y）"; }
    .su_alphabet > li:nth-of-type(26):before {
      content: "（z）"; }

.su_ul ol,
.su_ul ul,
.su_ol ol,
.su_ol ul,
.su_ol2 ol,
.su_ol2 ul,
.su_alphabet ul,
.su_alphabet ol {
  margin-top: 10px;
  margin-bottom: 10px; }

.su_ul a, .su_ol a, .su_ol2 a, .su_alphabet a {
  color: #0044cc; }

.su_box {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background-color: #f5f5f5; }

/*------------------------------------------*/
table.foreign tr:nth-child(2) td, table.foreign tr:nth-child(3) td {
  text-align: center; }
table.foreign tr:nth-child(n + 4) td:nth-child(1), table.foreign tr:nth-child(n + 4) td:nth-child(3), table.foreign tr:nth-child(n + 4) td:nth-child(4) {
  text-align: center; }
table.foreign ._ieHeight {
  height: 200px; }

/*------------------------------------------*/
#sitemap .frame {
  width: 100%;
  margin-top: -16px; }
  @media print, (min-width: 768px) {
    #sitemap .frame {
      display: flex;
      justify-content: space-between; } }
  @media print, (min-width: 768px) {
    #sitemap .frame .left, #sitemap .frame .right {
      width: 48%; } }
  #sitemap .frame .left ul.first li, #sitemap .frame .right ul.first li {
    margin-top: 16px; }
    #sitemap .frame .left ul.first li a, #sitemap .frame .right ul.first li a {
      display: block;
      font-size: 16px;
      line-height: 1.5em;
      padding: 0 0 0 2em;
      position: relative;
      text-decoration: none; }
      #sitemap .frame .left ul.first li a::before, #sitemap .frame .right ul.first li a::before {
        content: "";
        width: 0;
        height: 0;
        border: 0.3em solid transparent;
        border-left: 0.4em solid #fff;
        display: block;
        position: absolute;
        top: 50%;
        left: 0.6em;
        z-index: 1;
        margin-top: -0.3em; }
      #sitemap .frame .left ul.first li a::after, #sitemap .frame .right ul.first li a::after {
        content: "";
        width: 1.5em;
        height: 1.5em;
        background: #cf2d5d;
        position: absolute;
        top: 0;
        left: 0;
        display: block; }
  #sitemap .frame .left ul.second li, #sitemap .frame .right ul.second li {
    margin-top: 10px; }
    #sitemap .frame .left ul.second li a, #sitemap .frame .right ul.second li a {
      display: block;
      font-size: 14px;
      line-height: 1.5em;
      padding: 0 0 0 2em;
      position: relative;
      text-decoration: none; }
      #sitemap .frame .left ul.second li a::after, #sitemap .frame .right ul.second li a::after {
        content: "";
        width: 0;
        height: 0;
        border: 0.3em solid transparent;
        border-left: 0.4em solid #fff;
        display: block;
        position: absolute;
        top: 50%;
        border-left-color: #cf2d5d;
        left: 1em;
        z-index: 1;
        margin-top: -0.3em; }

/*------------------------------------------*/
.support_detail .hw_type2 {
  font-size: 20px;
  line-height: 1.3; }
  @media print, (min-width: 768px) {
    .support_detail .hw_type2 {
      font-size: 28px; } }
  .support_detail .hw_type2 small {
    margin-top: 5px;
    font-size: 16px; }
    @media print, (min-width: 768px) {
      .support_detail .hw_type2 small {
        margin-top: 5px;
        font-size: 20px; } }

/*------------------------------------------*/
/* (R)サイズ*/


/*----------------------------------------
html {
  visibility: hidden; }

html.wf-active, html.loading-delay {
  visibility: visible; }
--*/
/*------------------------------------------*/

/*------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------*/
/*------------------------------------------*/
.campaign {
    padding: 1em 1em 0;
    margin: 1em 0;
    border: double 5px #cf2d5d;
}
.campaign dl{
	margin-top: 20px;
}

.campaign dl div{
  overflow: hidden;
  padding: 5px 0;
}
  @media print, (min-width: 768px) {
.campaign dt {
	width: 20%;
	clear: left;
	float: left;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}

.campaign dd {
  float: left;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 0;
}
}
@media print, (max-width: 767px) {
.campaign dt {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}
.campaign dd {
  float: left;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 0;
}
}


.campaign dd span{
	margin: 0 2px;
	font-size: 120%;
	border-bottom: solid 1px red;
	color: red;
}

