@charset "UTF-8";
/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  color: #333;
  font-size: 62.5%; }

body {
  font-family: Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

/* p {
	@include fz_vw(13);
@media print, screen and (min-width: 769px) {
		font-size: 30px;
	}
} */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%; }
  body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.0rem; }
  .pconly,
  .pcimg {
    display: none; }
  body {
    word-wrap: break-word;
    background: #FFFFFF; }
  img {
    width: 100%; }
  .wrapper {
    overflow: hidden; }
  header {
    position: relative;
    width: 100%;
    background: url(/svcsol/campaign/images/uom_201802/top/bg_mainvisual_sp.jpg) no-repeat right bottom;
    background-size: cover; }
    header:after {
      display: block;
      padding-top: 136%;
      content: ''; }
  .in_head {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 5px; }
  .grand_title .logotop {
    display: inline-block;
    width: 75px;
    height: 49px;
    background-color: #000; }
    .grand_title .logotop a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding: 10px 9px 7px 10px; }
      .grand_title .logotop a img {
        min-width: 100%; }
  .main_visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 100%;
    margin: auto;
    background: url(/svcsol/campaign/images/uom_201802/top/bg_page_title_sp.png) no-repeat center bottom;
    background-size: cover; }
  .main_visual_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; }
    .main_visual_title h1 {
      position: relative;
      top: -15px;
      right: 10px;
      width: 100%; }
      .main_visual_title h1 img {
        width: 100%; }
  .parent_box .title_box {
    padding: 20px 0;
    background: #fff; }
    .parent_box .title_box h2 {
      margin: 0 auto; }
      .parent_box .title_box h2 img {
        width: 100%;
        min-width: 100%; }
  .pcbr {
    display: none; }
  a.btn {
    font-size: 1.4rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #d00042 0%, #b80021 100%);
    justify-content: center;
    align-items: center; }
    a.btn.btn02 {
      background: linear-gradient(60deg, #6193de 0%, #4471d4 100%); }
    a.btn:hover {
      position: relative;
      cursor: pointer; }
      a.btn:hover:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: background 1s linear;
        opacity: .1;
        background: #FFFFFF; }
    a.btn > span {
      font-size: 1.4rem;
      line-height: 1;
      position: relative;
      top: 2px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin: 0 5px;
      padding-right: 15px;
      background: url(/svcsol/campaign/images/uom_201802/common/icon_externallink.svg) no-repeat right center;
      background-size: 9px 8px;
      align-items: center; }
      a.btn > span span {
        font-size: 1.7rem; }
  .tit_box {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 108px;
    padding-top: 10px;
    background: url(/svcsol/campaign/images/uom_201802/top/bg_part.jpg) no-repeat center top;
    background-size: cover;
    justify-content: flex-start;
    align-items: center; }
    .tit_box::before {
      position: absolute;
      bottom: -10px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -10px;
      content: '';
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #3a79dd transparent transparent transparent; }
    .tit_box .tit_img {
      width: 234px;
      margin-bottom: 10px; }
      .tit_box .tit_img img {
        width: 100%; }
    .tit_box .tit_txt {
      font-size: 1.7rem;
      width: 290px;
      height: 25px;
      text-align: center;
      color: #fff;
      background: url(/svcsol/campaign/images/uom_201802/common/bg_border.svg) no-repeat center bottom;
      background-size: 100% auto; }
  .in_content {
    padding: 30px 10px;
    background: url(/svcsol/campaign/images/uom_201802/top/bg_part_child_sp.jpg) no-repeat center top;
    background-size: cover; }
  .lead {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 15px; }
  .desc_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #FFFFFF; }
  .desc_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center; }
    .desc_item picture {
      width: 100%; }
  .blank_link {
    overflow: hidden; }
    .blank_link li {
      background: url(/svcsol/campaign/images/uom_201802/common/icon_arrow_r_03.svg) no-repeat left center/6px 10px;
      padding-left: 10px;
      margin-bottom: 8px;
      float: left; }
      .blank_link li:not(:first-child) {
        margin-left: 10px; }
      .blank_link li:nth-child(3n) {
        clear: left;
        margin-left: 0; }
      .blank_link li > a,
      .blank_link li > span {
        color: inherit;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.4rem;
        background: url(/svcsol/campaign/images/uom_201802/common/icon_externallink.svg) no-repeat right top/9px 8px;
        padding-right: 10px; }
        .blank_link li > a .full,
        .blank_link li > span .full {
          font-size: 1.2rem;
          padding: 5px;
          color: #f00; }
      .blank_link li .yet {
        color: #b1b1b1;
        font-weight: normal; }
  .card {
    background-color: #FFFFFF; }
  .card_title {
    font-size: 1.5rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 30px;
    color: #FFFFFF;
    background-color: #1e82e0;
    justify-content: center;
    align-items: center; }
  .card_inner {
    padding: 15px;
    border: 2px solid #1e82e0;
    border-top: none;
    justify-content: space-between; }
  .card_item h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: url(/svcsol/campaign/images/uom_201802/common/line_1.gif) repeat-x left bottom;
    background-size: auto 2px; }
  .card_item p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-bottom: 10px; }
  .card_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    flex-wrap: wrap; }
    .card_list li {
      font-size: 1.2rem;
      line-height: 1;
      box-sizing: border-box;
      width: 50%;
      padding: 5px 0;
      text-align: center;
      border-right: 1px solid #dedede;
      border-bottom: 1px solid #dedede; }
  .hd01 {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 9px;
    text-align: center;
    border-bottom: 6px solid #d2d2d2; }
    .hd01::before {
      position: absolute;
      bottom: -6px;
      left: 50%;
      width: 100px;
      height: 6px;
      margin-left: -50px;
      content: '';
      background-color: #1e82e0; }
  .hd02 {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 9px;
    text-align: center;
    color: #f8ff1b;
    border-bottom: 6px solid #d2d2d2; }
    .hd02::before {
      position: absolute;
      bottom: -6px;
      left: 50%;
      width: 100px;
      height: 6px;
      margin-left: -50px;
      content: '';
      background-color: #1e82e0; }
  .hd03 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 8px 5px 7px;
    color: #FFFFFF;
    background-color: #1e82e0; }
  .grid_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #dedede;
    background-color: #FFFFFF;
    justify-content: center; }
    .grid_item ~ .grid_item {
      margin-top: 15px; }
  .grid_img {
    margin-bottom: 25px;
    text-align: center; }
  .grid_txt {
    font-size: 1.2rem;
    line-height: 1.5; }
    .grid_txt strong {
      font-size: 1.4rem;
      font-weight: bold;
      display: block;
      margin-bottom: 5px;
      text-align: center; }
  .faq {
    margin-bottom: 10px;
    padding-bottom: 15px;
    background: url(/svcsol/campaign/images/uom_201802/common/line_2.gif) repeat-x left bottom;
    background-size: auto 2px; }
    .faq dt,
    .faq dd {
      font-size: 1.4rem;
      position: relative;
      padding-left: 30px; }
    .faq dt {
      font-weight: bold;
      margin-bottom: 10px; }
    .faq dd {
      line-height: 1.5; }
    .faq:last-child {
      margin-bottom: 0;
      background: none; }
  .faq-q,
  .faq-a {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0; }
  .faq-q {
    color: #f05408; }
  .faq-a {
    color: #4873a9; }
  .link_box {
    position: relative; }
    .link_box > .btn_area {
      margin-bottom: 15px; }
      .link_box > .btn_area .btn01 {
        display: block;
        text-align: center;
        line-height: 1.8; }
        .link_box > .btn_area .btn01 img {
          margin-right: 8px;
          vertical-align: top; }
        .link_box > .btn_area .btn01 > span {
          display: inline-block;
          vertical-align: top; }
          .link_box > .btn_area .btn01 > span span {
            display: inline-block;
            vertical-align: bottom; }
  /* start 20190117 add */
  .contact_box.pgtop {
    background: transparent url(/svcsol/campaign/images/uom_201802/top/bg_planhead.jpg) no-repeat center top;
    margin: 10px 0;
    padding: 20px 0; }
    .contact_box.pgtop .dlpdf__box {
      padding-top: 20px;
      margin: 0 10px;
      color: #666;
      border: 1px solid #dedede;
      background-color: rgba(255, 255, 255, 0.9); }
    .contact_box.pgtop .pdf {
      margin: 0;
      border: none;
      background: none; }
    .contact_box.pgtop .pdf__title {
      /*font-size: 1.3rem;*/
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.4;
      padding-bottom: 70px;
      text-align: center;
      color: #068e89;
      background: url(/svcsol/campaign/images/uom_201802/top/bg_pdf.png) no-repeat center bottom;
      background-size: 95px 57px; }
      .contact_box.pgtop .pdf__title span:before, .contact_box.pgtop .pdf__title span:after {
        content: none; }
    .contact_box.pgtop .pdf__title--sub {
      margin-bottom: 10px;
      font-size: 1rem;
      line-height: 1.5;
      text-align: center; }
    .contact_box.pgtop .btn_area {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
      .contact_box.pgtop .btn_area .btn.btn04 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 1.2rem;
        font-weight: bold;
        padding: 10px;
        background: #068e89;
        color: #fff;
        border-radius: 4px; }
        .contact_box.pgtop .btn_area .btn.btn04 span:before {
          display: inline-block;
          margin-top: -3px;
          margin-right: 5px;
          content: url(/svcsol/campaign/images/uom_201802/common/ico_pdf_white.svg);
          width: 16px;
          height: 22px; }
  .dlpdf__box .pdf {
    margin: 20px 0 0 0;
    /*padding: 20px;*/
    padding: 0.25rem 20px 20px 20px;
    border: 1px solid #dedede;
    background-color: rgba(255, 255, 255, 0.9); }
  .pdf .btn_area {
    margin: 0 auto 15px; }
  .pdf__title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
    color: #068e89; }
    .pdf__title span {
      position: relative;
      display: inline-block; }
      .pdf__title span:before {
        position: absolute;
        top: -20px;
        left: -50px;
        content: "";
        background: url(/svcsol/campaign/images/uom_201802/common/ico_pdf.svg);
        width: 26px;
        height: 37px;
        background-size: contain; }
      .pdf__title span:after {
        position: absolute;
        bottom: 6px;
        right: -14px;
        content: "";
        background: url(/svcsol/campaign/images/uom_201802/common/icon_externallink_grey.svg) no-repeat right center;
        width: 9px;
        height: 8px;
        background-size: contain; }
  .btn_area .btn.btn04 {
    position: relative;
    display: block;
    font-size: 1rem;
    padding: 10px;
    border-radius: 0;
    border: 4px solid #068e89;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.8; }
    .btn_area .btn.btn04:hover {
      cursor: pointer;
      background: #fff; }
      .btn_area .btn.btn04:hover:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: background 1s linear;
        opacity: .1;
        background: #FFFFFF; }
    .btn_area .btn.btn04 span {
      font-size: 1.4rem; }
  /* end 20190117 add */
  .contact_box {
    padding: 30px 10px 20px;
    background: #3b3b3b; }
  .tel_box {
    width: 100%;
    margin: 10px 0;
    text-align: center; }
    .tel_box:before {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      content: '';
      vertical-align: top;
      background: url(/svcsol/campaign/images/uom_201802/common/icon_tel_white.svg) no-repeat center center;
      background-size: 15px 15px; }
    .tel_box .txt {
      font-size: 1.2rem;
      font-weight: bold;
      margin-right: 5px;
      color: #FFFFFF; }
    .tel_box .number {
      font-size: 1.4rem;
      font-weight: bold;
      color: #FFFFFF; }
    .tel_box .time {
      font-size: 1rem;
      display: block;
      margin-top: 10px;
      color: #FFFFFF; }
  .movie {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    .movie::before {
      display: block;
      content: '';
      padding-top: 56.25%; }
    .movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
    .desc_item .movie {
      margin: 20px 0; }
  footer {
    background: #000; }
    footer .in_foot {
      width: 100%;
      padding: 20px 0; }
      footer .in_foot .foot_nav ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        footer .in_foot .foot_nav ul li a {
          font-size: 1rem;
          text-decoration: none;
          color: #fff; }
          footer .in_foot .foot_nav ul li a:after {
            display: inline-block;
            width: 12px;
            height: 10px;
            margin-left: 10px;
            content: '';
            background: url(/svcsol/campaign/images/uom_201802/common/icon_externallink.svg) no-repeat center top;
            background-size: cover; }
        footer .in_foot .foot_nav ul li:first-child {
          margin-right: 20px; }
          footer .in_foot .foot_nav ul li:first-child:after {
            content: none; }
        footer .in_foot .foot_nav ul li:before {
          margin-right: 20px;
          content: '|';
          color: #fff; }
        footer .in_foot .foot_nav ul li:after {
          margin-left: 20px;
          content: '|';
          color: #fff; }
      footer .in_foot .copy {
        margin-top: 20px;
        text-align: center;
        color: #fff; }
  #fixed_btn {
    display: none; } }

@media screen and (max-width: 767px) {
  main .post_body {
    overflow: scroll;
    word-wrap: normal; } }

/*#########################################################

各種ページファイル読み込み

#########################################################*/
@media screen and (max-width: 767px) {
  #hands_on .child_box {
    padding: 25px 10px; }
  #hands_on h2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 10px; }
    #hands_on h2 span {
      font-size: 1.3rem;
      color: #fff;
      background-color: #1e82e0;
      padding: 5px 5px 2px;
      margin-bottom: 8px;
      line-height: 1; }
  #president {
    background-color: #f2f2f2;
    padding: 30px 10px; }
    #president h2 {
      width: 211px;
      margin: 0 auto 20px; }
      #president h2.hd_president {
        width: 95%;
        margin: 0 auto 10px auto;
        color: #1e82e0;
        font-size: 2.1rem;
        font-weight: bold;
        text-align: center; }
    #president p.president_name {
      font-weight: bold;
      text-align: center;
      font-size: 1.4rem; }
    #president .president_img {
      width: 100px;
      height: 100px;
      margin: 0 auto 20px; }
    #president .president_comment p {
      font-size: 1.4rem;
      line-height: 1.571; }
      #president .president_comment p ~ p {
        margin-top: 25px; }
  .about_box .title_box {
    padding: 25px 0 20px; }
    .about_box .title_box h2 {
      text-align: center; }
      .about_box .title_box h2 img {
        min-width: inherit;
        max-width: 217px; }
  .about_box .child_box {
    padding: 0 10px 10px;
    background-color: #fff; }
    .about_box .child_box .outline {
      font-size: 1.4rem;
      line-height: 1.8; }
    .about_box .child_box .jirei_section {
      margin-bottom: 20px; }
    .about_box .child_box .jirei_title {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      box-sizing: border-box;
      height: 34px;
      margin-bottom: 25px;
      color: #1e82e0;
      border: 1px solid;
      justify-content: center;
      align-items: center; }
    .about_box .child_box .jirei_box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap; }
      .about_box .child_box .jirei_box p {
        box-sizing: border-box;
        width: 33.333%;
        height: 58px;
        margin-bottom: 10px;
        border-left: 1px solid #b0b0b0; }
        .about_box .child_box .jirei_box p:last-child {
          width: calc(33.333% + 1px);
          border-right: 1px solid #b0b0b0; }
        .about_box .child_box .jirei_box p a {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          width: 100%;
          height: 100%;
          justify-content: center;
          align-items: center; }
    .about_box .child_box .jirei_logo01 {
      width: 70px; }
    .about_box .child_box .jirei_logo02 {
      width: 68px; }
    .about_box .child_box .jirei_logo03 {
      width: 90px; }
    .about_box .child_box .jirei_logo04 {
      width: 77px; }
    .about_box .child_box .jirei_logo05 {
      width: 76px; }
  .question_box .title_box {
    padding: 30px 0 25px; }
    .question_box .title_box h2 {
      width: 135px;
      margin: 0 auto; }
      .question_box .title_box h2 img {
        width: 100%; }
  .question_box .child_box {
    padding: 0 10px 30px;
    background-color: #fff; }
    .question_box .child_box .outline {
      font-size: 1.4rem;
      line-height: 1.8;
      margin-bottom: 15px; }
      .question_box .child_box .outline span {
        font-weight: bold;
        color: #f9072f; }
  .question_box .qlink_item {
    position: relative;
    width: 100%;
    border: 1px solid #999; }
    .question_box .qlink_item:not(:last-child) {
      margin-bottom: 44px; }
      .question_box .qlink_item:not(:last-child)::before {
        position: absolute;
        bottom: -29px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -14.5px;
        content: '';
        border-width: 14px 14.5px 0 14.5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent; }
    .question_box .qlink_item a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 16px;
      text-decoration: none; }
      .question_box .qlink_item a span:nth-child(1) {
        font-size: 1.4rem;
        font-weight: bold;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100%;
        height: 29px;
        color: #fff;
        background-color: #1e82e0;
        justify-content: center;
        align-items: center; }
        .question_box .qlink_item a span:nth-child(1):before {
          position: absolute;
          top: 8px;
          right: 17px;
          width: 21px;
          height: 12px;
          content: '';
          background: url(/svcsol/campaign/images/uom_201802/common/icon_arrow_w.svg) no-repeat left top;
          background-size: 21px 12px; }
      .question_box .qlink_item a span:nth-child(2) {
        padding: 15px 0;
        text-align: center; }
      .question_box .qlink_item a span:nth-child(3) {
        font-size: 1.3rem;
        line-height: 1.8;
        color: #333; }
      .question_box .qlink_item a .ico_01 {
        width: 50.559%;
        max-width: 271px; }
      .question_box .qlink_item a .ico_02 {
        width: 38.020%;
        max-width: 219px; }
      .question_box .qlink_item a .ico_03 {
        width: 23.784%;
        max-width: 137px; }

    /* add 20190610 start */
    .question_box .moreInfo {
      padding-top: 1.5rem;
      font-size: 1.2rem;
      line-height: 1.4;
    }
    .question_box .moreInfo a.blankLink {
      padding-right: 21px;
      background: url(/svcsol/campaign/images/uom_201802/common/icon_externallink.svg) no-repeat right center;
      background-size: 15px 12px;
    }
    /* add 20190610 end */

  .part01 .desc_img01 {
    width: 100%;
    max-width: 473px; }
  .part01 .desc_item {
    padding: 0 20px; }
  .part02 .desc_img03 {
    width: 100%;
    max-width: 369px; }
  .part02 .desc_img04 {
    width: 100%;
    max-width: 534px; }
  .part02 .desc_item:nth-child(1) {
    padding: 0 35px 10px; }
  .part03 .desc_item {
    padding: 0 10px; }
  .part03 .desc_img05 {
    width: 100%;
    max-width: 508px; }
  .function_box {
    padding: 30px 10px; }
  .function_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    flex-wrap: wrap; }
    .function_list li {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: 50%;
      padding: 8px;
      border-right: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      justify-content: flex-start;
      align-items: center; }
      .function_list li span {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        box-sizing: border-box;
        min-height: 50px;
        padding-bottom: 10px;
        justify-content: center;
        align-items: center; }
      .function_list li p {
        font-size: 1.2rem;
        line-height: 1.4; }
        .function_list li p strong {
          font-size: 1.4rem;
          font-weight: bold;
          display: block;
          margin-bottom: 5px;
          text-align: center; }
    .function_list .function_img01 {
      width: 40px; }
    .function_list .function_img02 {
      width: 50px; }
    .function_list .function_img03 {
      width: 60px; }
    .function_list .function_img04 {
      width: 45px; }
    .function_list .function_img05 {
      width: 40px; }
    .function_list .function_img06 {
      width: 51px; }
    .function_list .function_img07 {
      width: 54px; }
    .function_list .function_img08 {
      width: 44px; }
    .function_list .function_img09 {
      width: 45px; }
  .trial_box {
    padding: 30px 10px;
    background-color: #005cc3; }
    .trial_box h2 {
      line-height: 1.3;
      padding-bottom: 7px; }
    .trial_box .child_box p {
      font-size: 1.4rem;
      line-height: 1.5;
      margin-bottom: 15px;
      color: #fff; }
    .trial_box .side_by_side {
      display: block;
      margin-bottom: 20px; }
      .trial_box .side_by_side li {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 30px;
        text-align: center;
        background-color: #fff; }
        .trial_box .side_by_side li:last-child {
          margin-bottom: 0; }
    .trial_box .trial_step {
      background-color: #489eff;
      border: 3px solid #489eff; }
      .trial_box .trial_step h3 {
        color: #fff;
        text-align: center;
        width: 100%;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1;
        padding: 6px 0 9px; }
      .trial_box .trial_step .trial_step_inner {
        background-color: #fff; }
      .trial_box .trial_step .trial_step_box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0 15px;
        padding-bottom: 10px; }
        .trial_box .trial_step .trial_step_box:first-child {
          padding-top: 15px; }
        .trial_box .trial_step .trial_step_box h4 {
          width: 66px;
          height: 36px;
          margin-right: 10px; }
        .trial_box .trial_step .trial_step_box p {
          flex: 1;
          color: #333;
          font-size: 1.4rem;
          margin-bottom: 0; }
          .trial_box .trial_step .trial_step_box p span {
            font-weight: bold;
            display: block; }
      .trial_box .trial_step + p {
        margin-top: 10px;
        color: #fff;
        font-size: 1rem; }
  .seminar_info {
    margin-bottom: 15px; }
    .seminar_info:last-child {
      margin-bottom: 25px; }
    .seminar_info ~ .seminar_info {
      padding-top: 18px;
      background: url(/svcsol/campaign/images/uom_201802/common/line_2.gif) repeat-x left top;
      background-size: auto 2px; }
    .seminar_info p {
      font-weight: bold;
      font-size: 1.4rem;
      margin-bottom: 12px;
      line-height: 1.5; }
    .seminar_info .blank_link a,
    .seminar_info .blank_link .yet {
      font-weight: normal; }
  .fee_box {
    padding: 30px 10px; }
  .fee_table {
    overflow: auto;
    width: 100%; }
    .fee_table table {
      width: 100%;
      border-top: 2px solid #e5e5e5;
      border-left: 2px solid #e5e5e5; }
      .fee_table table th,
      .fee_table table td {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        border-right: 2px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5; }
      .fee_table table thead th {
        color: #fff;
        /* add 20180927↓ */ }
        .fee_table table thead th:nth-child(2) {
          background-color: #3c7ede; }
          .fee_table table thead th:nth-child(2) span {
            font-size: 2.4rem;
            display: block; }
/* del 20210705
        .fee_table table thead th:nth-child(3) {
          background-color: #eb8c1a; }
          .fee_table table thead th:nth-child(3) span {
            display: block; }
            .fee_table table thead th:nth-child(3) span:nth-child(3) {
              font-size: 1.8rem; }
            .fee_table table thead th:nth-child(3) span:nth-child(4) {
              font-size: 1.8rem; }
              .fee_table table thead th:nth-child(3) span:nth-child(4) span {
                font-size: 2.4rem;
                display: inline; }
            .fee_table table thead th:nth-child(3) span:nth-child(5) {
              font-size: 1.2rem;
              line-height: 1.2; }
 */
        .fee_table table thead th .price {
          font-size: 2.4rem; }
      .fee_table table .server {
        font-weight: bold;
        color: #eb0048; }
    .fee_table .img_deals {
      width: 100px; }
    .fee_table .img_server {
      width: 50px;
      margin-top: 5px; }
  .plan_box .title_box {
    padding: 20px;
    background: url(/svcsol/campaign/images/uom_201802/top/bg_planhead_sp.jpg) no-repeat center top; }
    .plan_box .title_box .child_box {
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .plan_box .title_box h2 {
      width: 100%;
      margin: 0 0 20px;
      text-align: left; }
      .plan_box .title_box h2 img {
        width: 100%;
        max-width: 583px; }
    .plan_box .title_box p {
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 1.7;
      padding-right: 10px;
      color: #fff;
      flex: 1; }
    .plan_box .title_box span {
      width: 95px; }
      .plan_box .title_box span img {
        width: 100%;
        margin-bottom: 8px; }
  .plan_inner {
    padding: 30px 10px;
    background: url(/svcsol/campaign/images/uom_201802/top/bg_plan_sp.jpg) no-repeat center top;
    background-size: 100% auto; }
  .plan_section {
    padding-bottom: 25px; }
    .plan_section:last-child {
      padding-bottom: 0; }
  .img_plan01 {
    width: 109px; }
  .img_plan02 {
    width: 73px; }
  .img_plan03 {
    width: 52px; }
  .img_plan04 {
    width: 237px; }
  .img_plan05 {
    width: 237px; }
  .ico_60days {
    width: auto;
    height: 20px; }

/* add 20210705 start */
  .hd02 {
    border-bottom: none;
  }
  .hd02::before {
    display: none;
  }
  a.btn.btn05 {
    max-width: 400px;
    background: #068e89;
    border: 1px solid #fff;
  }
/* add 20210705 end */
}
