@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
  .sp_nav {
    display: none;
  }
  .mainvisual {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  nav.ps {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_nav {
    display: block;
  }
  header {
    height: 0;
  }
  header inner {
    display: none;
  }
  header ul {
    bottom: unset;
  }
  header ul li {
    float: none;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
    background: none;
    height: auto;
    line-height: unset;
    padding-left: 0;
    margin-left: 0;
  }
  #main_wrap #main {
    width: 100%;
  }
  .campaign-bnr {
    padding: 0 10px;
  }
  .campaign-bnr a {
    display: block;
  }
  .campaign-bnr a + a {
    margin-top: 10px;
  }
  .campaign-bnr a img {
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .content .box {
    width: 100%;
    margin: 0 auto 30px;
    overflow: scroll;
  }
  .howtostartList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .howtostartList li {
    float: none;
    width: 49%;
    margin-right: 0;
  }
  .otherBox {
    padding: 15px 10px;
  }
  .material_other + ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .material_other + ul li {
    float: none;
    width: 49%;
    margin-right: 0;
  }
  .pslist li {
    width: 100%;
    display: block;
  }
  .pslist li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  #sincloBox {
    display: none !important;
  }

  /******************
  #sp-header　g-nav
  ******************/
  .sp_nav {
    position: fixed;
    z-index: 11;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 5px #ddd;
  }

  ul {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: black;
  }
  a:visited {
    text-decoration: none;
    color: #777;
  }
  body {
    font-family: 'Dosis', sans-serif;
  }
  #menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #menu-wrapper .logo {
    padding: 10px 0 0 10px;
  }
  #menu-wrapper p {
    display: flex;
    align-items: center;
    font-size: 3.5vw;
  }
  #menu-wrapper .logo img {
    width: 100px;
  }
  #menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
  }
  #menu-wrapper #hamburger-menu-outer {
    background-color: #d31d3e;
  }
  #menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 20px;
    color: black;
    background-color: #fff;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }

  #menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
  }
  #menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
  }
  #menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
  }
  #menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }
  #menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }
  #menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }

  #menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #menu-container .menu-list .menu-submenu {
    padding: 0;
  }
  .accordion-toggle:first-of-type a:before,
  .accordion-toggle:first-of-type a:after {
    display: none;
  }
  #menu-container .menu-list .menu-submenu:first-of-type:after {
    display: none;
  }
  #menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: fixed;
    width: 100%;
    max-width: 450px;
    background: white;
    box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    right: -100%;
    height: 100%;
  }

  #menu-container .menu-list a.menu-link {
    padding: 0;
  }
  #lineupTop #menu-wrapper #hamburger-menu-outer,
  #lineupTop #menu-container .menu-list .fly a,
  #menu-container .menu-list li.accordion-toggle,
  body.top #menu-wrapper #hamburger-menu-outer,
  body.top #menu-container .menu-list .fly a,
  body.top #menu-container .menu-list li.accordion-toggle,
  body.column #menu-wrapper #hamburger-menu-outer,
  body.column #menu-container .menu-list .fly a,
  body.column #menu-container .menu-list li.accordion-toggle {
    background-color: #222;
  }
  #menu-container .menu-list .fly {
  }
  #menu-container .menu-list .fly a {
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    /* border-top: 1px solid #dbdcd2; */
    background-color: #222;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #print_service #menu-container .menu-list .fly a,
  #print_service #menu-container .menu-list li.accordion-toggle {
    background-color: #d31d3e !important;
  }
  #menu-container .menu-list > li:first-of-type a {
    padding-top: 20px;
  }
  #menu-container .menu-list li:last-of-type a {
    padding-bottom: 20px;
  }
  #menu-container .menu-list li.accordion-toggle,
  #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    /*border-top: 1px solid #dbdcd2;*/
  }

  #menu-container .menu-list .menu-submenu {
    background-color: #d31d3e18;
  }
  .ps_sp #menu-container .menu-list .menu-submenu {
    background-color: #efefef;
  }

  #menu-container .menu-list .menu-submenu li {
    padding: 10px 0 10px 30px;
  }
  #menu-container .menu-list .menu-submenu li + li {
    border-top: 1px dotted #d31d3e;
  }
  .ps_sp #menu-container .menu-list .menu-submenu li + li {
    border-top: 1px dotted #ccc;
  }
  #menu-container .menu-list .menu-submenu li a {
    text-decoration: none;
    color: #d31d3e;
  }
  .ps_sp #menu-container .menu-list .menu-submenu li a {
    color: #000;
  }
  #menu-container .menu-list .menu-submenu li:last-of-type {
    padding-bottom: 10px;
  }
  #menu-container .menu-list .menu-submenu li:last-of-type a {
    padding-bottom: 0;
  }
  #menu-container .menu-list li:first-of-type {
    border-top: 0;
  }
  #menu-container .menu-list li.accordion-toggle a {
    color: #fff;
    text-decoration: none;
  }
  .accordion-toggle,
  .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
  }

  .accordion-content {
    display: none;
  }

  .accordion-toggle:before,
  .accordion-toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
  }
  .accordion-toggle:before {
    transform: rotate(-90deg);
  }
  .accordion-toggle.active-tab:before {
    transform: rotate(-180deg);
    opacity: 1;
    z-index: 2;
  }

  .accordion-toggle.active-tab {
    background: #d31d3e !important;
    transition: all 0.3s ease;
  }
  .ps_sp .accordion-toggle.active-tab {
    background: #000 !important;
    transition: all 0.3s ease;
  }
  .accordion-toggle .active:before {
    transform: rotate(0deg);
    background: #fff !important;
  }

  .accordion-toggle .active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
  }

  /******************
#下部固定ナビ
******************/
  .fixfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 1;
    border-top: 1px solid #ebebeb;
    display: none;
    z-index: 10000;
  }
  .footer_navi_in {
    padding: 0 0 10px;
    position: fixed;
    bottom: -10px;
    background-color: #fff;
  }
  .footer_navi_in.sp {
    display: block;
    width: 100%;
  }
  .open_close-btn {
    display: block;
    width: auto;
    height: 50px;
    background-color: #d31d3e;
    position: relative;
    background-image: none;
  }
  .open_close-btn p {
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px !important;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .btn_footer_navi_01,
  .btn_footer_navi_02,
  .btn_footer_navi_03,
  .btn_footer_navi_04 {
    width: 50%;
    display: inline-block;
    margin: 0;
    background-color: #fff;
  }
  .footer_navi_in.sp div {
    box-sizing: border-box;
    font-weight: normal;
  }

  .footer_navi_in.sp div a {
    height: 50px;
    background-color: #d31d3e;
    color: #fff !important;
    margin: 0 auto;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_navi_in.sp .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    flex-pack: justify;
    flex-wrap: wrap;
  }
  .btn_footer_navi_01 a:after,
  .btn_footer_navi_02 a:after,
  .btn_footer_navi_03 a:after,
  .btn_footer_navi_04 a:after {
    content: '';
    background-image: url('../images/foot_btn_arrow.png');
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .open_close-btn.on {
    bottom: 100px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .open_close-btn:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-20%) rotate(-45deg);
    transition: 0.3s;
  }
  .open_close-btn.on:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    top: 44%;
    right: 15px;
    transform: translateY(-20%) rotate(-225deg);
    transition: 0.3s;
  }
  .open_close-btn.close-box {
    bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  /******************
#contents common
******************/
  #localNav,
  #sideNav {
    display: none;
  }
  #option.w970px {
    width: 100% !important;
  }
  #option .opt_list.opt_list_two {
    width: 100%;
  }
  .content .foot_bn ul li,
  .content .foot_bn3 ul li,
  .btn a {
    width: 100%;
  }
  #breadcrumbs ul,
  #main_wrap #main #newsBlock {
    width: 100%;
  }
  .footer_inner,
  footer .inner,
  footer .footer_adj_d {
    width: 100%;
  }
  .c2_t > * {
    display: block;
    clear: both;
    float: none;
    width: 100% !important;
  }
  .content .linklistnew,
  .w300px {
    width: 100%;
  }
  #content * {
    box-sizing: border-box !important;
  }
  #content p {
    font-size: 13px;
    line-height: 20px;
  }
  #content .box dl dt {
    line-height: 19px;
  }

  /******************
#print_service contents
******************/
  h2 {
    line-height: 1.2;
    height: auto;
    padding-bottom: 5px;
    font-size: 21px;
  }
  h2.l2 {
    line-height: 29px;
    height: auto;
  }
  #main_wrap {
    margin-top: 50px;
  }
  #main_wrap #main .inner {
    height: 290px;
  }
  #sliderMain li {
    overflow: hidden;
  }
  #sliderMain li img {
    min-height: 100%;
  }
  #main_wrap #main .inner {
    height: 275px;
  }
  #main_wrap #main .inner h1 {
    font-size: 24px;
    padding: 40px 20px 0;
  }
  #main_wrap #main .inner h1 .h1_sub {
    font-size: 24px;
  }
  #main_wrap #main .inner p {
    padding: 10px 20px 0 20px;
  }
  #main_wrap #main .conversion {
    position: static;
    padding-bottom: 10px;
  }
  #print_top_main_cvlink {
    margin: 0;
    text-align: center;
  }
  .conversion a {
    margin: 0;
    width: 100%;
  }
  #print_top_main_cvlink:after {
    right: 8px;
    left: initial;
  }
  #main_wrap #main .conversion li {
    width: 90%;
    margin: 0 auto 5px;
  }
  #main_wrap #main .conversion li:last-of-type {
    margin-bottom: 0;
  }
  #newsBlock {
    padding: 0 10px;
    margin-top: 20px;
  }
  #option .opt_list {
    padding-top: 0;
  }
  #option .opt_list li {
    float: none;
    width: 100%;
    margin: 0 0 60px;
  }
  #option .opt_list li img {
    padding-bottom: 5px;
  }
  #option .opt_list li p {
    width: 320px;
  }
  .content .foot_bn ul li.btn {
    margin-bottom: 5px;
  }
  .content .box h3 {
    padding-bottom: 10px;
    height: auto;
    line-height: inherit;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .c2 > *:nth-child(1) img {
    height: auto;
  }
  .c2 > *:nth-child(1) {
    width: 100% !important;
  }
  .c2 > *:nth-child(2) {
    float: none;
    margin-bottom: 25px;
  }
  .content .linklistnew {
    padding: 20px;
  }
  .content .linklistnew h3 {
    margin: 0 0 10px;
    line-height: 1.25;
  }
  .content .linklistnew .textarea {
    background: none;
    width: 100%;
    padding: 20px 0 0;
  }
  .content .linklistnew .detail {
    line-height: 1.3;
  }
  .content .box a.ov img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .balloon_list .balloon {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 24px;
  }
  .balloon_list .balloon:not(.last):before {
    display: none;
  }
  .balloon_list .balloon:not(.last):after {
    bottom: -17px;
    left: 50%;
    transform: rotate(-0deg);
  }
  #faq.box {
    margin-bottom: 20px;
  }
  #faq dl dd.sp_hidden {
    display: none;
  }
  /* .content .box dl dt {
    margin-top:10px;
  }*/

  .campaign-bnr {
    padding: 0;
  }
  #breadcrumbs {
    padding-left: 10px;
  }
  #breadcrumbs.upper {
    width: 100%;
    margin: 50px auto 0 auto;
    background-color: #efefef !important;
    padding: 20px 0 20px 10px !important;
  }
  #breadcrumbs ul li {
    margin-top: 5px;
  }
  .footer_a {
    padding: 40px 10px;
  }
  .mar_none {
    margin-bottom: 0;
  }
  .content .foot_bn {
    margin-top: 20px;
  }
  .content .foot_bn ul li {
    margin-bottom: 5px;
  }
  .toPagetop {
    right: 0 !important;
    bottom: 50px !important;
  }
  footer .inner {
    padding: 28px 10px;
  }
  footer .c2 > *:nth-child(2) {
    /*width: 244px !important;*/
    float: left;
    margin-left: 10px;
  }
  footer .c2 > *:nth-child(1) {
    width: auto !important;
  }
  .footer_category_wrap {
    margin-bottom: 20px;
  }
  .footer_inner.c2_t .mt20,
  .footer_inner.c2_t .w300px p:last-of-type {
    text-align: center;
  }
  footer .footer_d {
    margin-bottom: 50px;
  }
  footer .footer_d.footer_d_ps {
    padding-bottom: 0;
  }
  footer .inner .copyright {
    float: none;
    margin-top: 40px;
  }
  #content .box {
    width: 100%;
  }
  .balloon_list a {
    text-decoration: none;
  }
  .content .box dl dt {
    line-height: 1.4;
  }
  /******************
#lineup contents
******************/

  #lineupTop nav.fix {
    display: none;
  }
  .contentbody.lineupindex .lineupTtl.bkimglineup {
    background-size: contain;
    background-position: right 35px;
  }

  #lineupTop .contentbody .lineupTtl,
  #title,
  .centerBlock,
  .filterList {
    width: 100%;
    height: auto;
  }

  #lineupTop .contentbody #title h1 {
    font-size: 29px;
  }
  #lineupTop .contentbody #title p {
    padding: 10px;
    font-size: 13px;
    background-color: rgba(115, 115, 115, 0.5);
    font-size: 13px;
    width: 91%;
    margin: 0 auto;
    color: #fff;
  }
  #lineupTop .menuTab ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    flex-pack: justify;
  }
  #lineupTop .menuTab li {
    width: 130px;
    display: block;
    font-size: 13px;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contentbody.lineupindex {
    height: 210px;
  }
  .contentbody.lineupindex #title h1 {
    padding: 48px 10px 24px 10px;
    text-shadow:
      0 0 2px #fff,
      0 0 2px #fff,
      0 0 2px #fff,
      0 2px 4px #fff,
      0 2px 4px #fff,
      0 -2px 4px #fff,
      0 -2px 4px #fff,
      0 -2px 4px #fff;
  }
  #lineupTop .filterArea {
    padding: 0;
  }
  #lineupTop .filterList .selArea ul {
    display: block;
  }
  #prdList {
    width: 100%;
  }
  #lineupTop .prdItem {
    width: 166px;
    float: none;
    display: inline-block;
    margin: 0 6px 14px;
    background-position: center top;
    overflow: hidden;
    background: none;
  }

  #lineupTop .prdItem img {
    width: 100%;
  }
  #lineupTop .prdItem .co {
    left: 50%;
    transform: translateX(-50%);
  }

  #lineupTop #content {
    width: 100%;
    margin-top: 0px !important;
  }
  #lineupTop .contentbody.lineupindex {
    height: auto;
  }
  .underTri {
    display: none;
  }
  .box.bnrArea a img {
    width: 100%;
    height: auto;
  }

  .filterList .utyArea {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    margin-right: 0;
  }
  .filterList .selArea ul {
    margin: 10px;
  }
  .filterList #selClear {
    right: 20px;
    top: 50%;
    transform: translateY(-32%);
  }
  .filterList .expTxt {
    margin-bottom: 0 !important;
    padding: 0 10px;
    margin-top: 20px;
  }
  .menuTab ul a {
    text-decoration: none;
  }
  #lineupTop #content #faq dl dt {
    line-height: 20px;
  }
  #lineupTop .centerBlock {
    box-sizing: border-box !important;
  }
  .filterList .countArea {
    width: 100%;
    height: auto;
    border: none;
    display: flex;
    padding: 10px;
  }
  .filterList .countArea .unit {
    position: static;
    box-sizing: border-box !important;
  }
  .filterList #selClear .m_ov {
    position: static;
  }
  .filterList .filterArea .utyArea .expTxt {
    padding: 0 10px;
  }
  .lineup .bnrArea a + a {
    margin-top: 3px;
  }
  #lineup_f1 .box {
    margin-bottom: 0;
  }
  #lineupTop .centerBlock {
    margin-bottom: 50px;
  }
  #lineupTop .content.bnr {
    margin-top: 20px !important;
  }

  /******************
#byMethod contents
******************/
  #content.byMethod {
    width: 100%;
    padding: 0 10px;
  }
  #content.byMethod #title h1 {
    text-align: center;
    line-height: 1.2;
  }
  #content.byMethod .irohaBox li a,
  .link-list li a {
    font-size: 14px;
  }
  #content.byMethod .nowrap {
    white-space: normal !important;
  }
  #content.byMethod .about-box .fright {
    float: none;
    margin: 0 auto 10px;
  }
  #content.byMethod img {
    width: 100%;
    height: auto;
  }
  #content.byMethod .c2 .btn-list li {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #content .box table {
    overflow: scroll;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #content.byMethod .box .mateBox td {
    font-size: 13px !important;
  }
  #content.byMethod table .mtype {
    min-width: 300px;
  }
  #content.byMethod table .btn-scroll-wrap {
    font-size: 13px;
    padding-left: 26px;
  }
  #content .box table.table-type-02 th,
  #content .box table.table-type-02 td {
    display: block;
    padding: 0.8em;
  }
  #content .box table.table-type-02 .sozai td {
    padding-left: 0.8em;
  }
  #content.byMethod .hjf {
    margin: 25px auto 60px;
  }
  #content.byMethod .box ul.hjf li {
    float: none;
    margin: 5px auto 5px;
    width: 100%;
    display: flex;
    height: 160px;
  }

  #content.byMethod .hjf img {
    display: block;

    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #content.byMethod .hjf dl {
    padding: 10px;
    width: 70%;
  }
  #content.byMethod .hjf dl dt {
    font-size: 13px;
    text-align: left;
    padding: 0;
    line-height: 1.3;
    height: auto;
    margin-bottom: 5px;
    border-bottom: 1px dotted #333;
  }
  #content.byMethod .hjf li dl dt:before {
    font-size: 10px;
    background: #0d97dc;
    color: #fff;
    border-radius: 50%;
    padding: 0 4px;
    margin-right: 2px;
    width: 28px;
    margin-bottom: 2px;
  }
  #content.byMethod .hjf li:nth-of-type(1) dl dt:before {
    content: '1';
  }
  #content.byMethod .hjf li:nth-of-type(2) dl dt:before {
    content: '2';
  }
  #content.byMethod .hjf li:nth-of-type(3) dl dt:before {
    content: '3';
  }
  #content.byMethod .hjf li:nth-of-type(4) dl dt:before {
    content: '4';
  }
  #content.byMethod .hjf dl dd {
    font-size: 13px;
    line-height: 1.5;
  }
  #content.byMethod .foot_bn ul li,
  #content .foot_bn3 ul li {
    display: block;
  }
  #content.byMethod .btn a {
    font-size: 13px;
    text-align: center;
    padding: 0;
  }
  #content.byMethod .dw_bn {
    padding: 40px 20px 50px;
  }
  #content.byMethod .dw_bn .dw_bn_box {
    width: 100%;
    padding: 20px 25px;
  }
  #content.byMethod .dw_bn .dwTtl {
    font-size: 18px !important;
  }
  #content.byMethod .dw_bn .dwTtl span {
    font-size: 23px;
    line-height: 1;
  }
  #content.byMethod .dw_bn .dwCopy {
    line-height: 28px;
    font-size: 24px !important;
  }
  #content.byMethod .footer_a a {
    font-size: 12px;
  }
  /******************
#top  contents
******************/
  .top .top_center {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px 60px;
    left: inherit;
  }

  .top .top_center img.sp {
    width: 100%;
    display: block;
  }
  .top #top01,
  .top .sl_block {
    width: 100%;
    height: auto;
    position: static;
  }
  .top #top01 {
    position: static;
    display: none;
  }
  #top03 h2,
  #top05 h2,
  #top06 h2,
  #top07 h2,
  div#top_proposal h2,
  div#top_case h2,
  div#top_useful h2,
  div#top_use h2,
  div#top_event h2,
  div#top_news h2,
  div#top04 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #top03 h2,
  #top05 h2,
  #top06 h2,
  #top07 h2 {
    position: relative;
  }
  #top03 h2:before,
  #top05 h2:before,
  #top06 h2:before,
  #top07 h2:before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/images/top/h2_ttl02.svg);
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: 10px;
  }
  div#top_proposal h2 span:before,
  div#top_case h2 span:before,
  div#top_use h2 span:before,
  div#top_useful h2 span:before,
  div#top_event h2 span:before,
  div#top_news h2 span:before,
  div#top04 h2 span:before {
    width: 40px;
    height: 40px;
    background-size: contain;
    right: -47px;
  }
  #top03 h2:after,
  #top05 h2:after,
  #top06 h2:after,
  #top07 h2:after {
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: 0;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/images/top/h2_ttl01.svg);
  }
  #top03 h2 span,
  #top05 h2 span,
  #top06 h2 span,
  #top07 h2 span {
    font-size: 15px;
    display: block;
    font-weight: 500;
  }

  #top03 h2 #top03 a {
    position: static;
    top: inherit;
    left: inherit;
    background-color: #000;
    display: block;
    width: 202px;
    margin: 0 auto;
  }
  #top03 a {
    position: static;
    background-color: #000;
    display: block;
    margin: 10px auto 0;
  }

  #top05 a,
  #top06 a {
    position: static;
    display: block;
    margin: 10px auto 0;
    width: 202px;
  }
  #top07 a.ov {
    position: static;
    display: block;
    margin: 10px auto 0;
    width: 289px;
  }
  #top03 a.pc,
  #top05 a.pc,
  #top06 a.pc,
  #top07 a.pc {
    display: none;
  }
  .top div#top_proposal .inner,
  .top div#top_case .inner,
  .top div#top_useful .inner,
  .top div#top_use .inner,
  .top div#top_event .inner,
  .top div#top_news .inner {
    width: 100%;
  }
  .top ul.btn.btnList {
    overflow: unset;
  }
  .top ul.btn.btnList li {
    display: block;
    width: 90%;
    margin: 5px auto 5px;
  }

  #top05 .txtBlock,
  #top06 a.link2,
  #top06 .txtBlock,
  #top03 .txtBlock,
  #top07 .txtBlock {
    position: static;
    width: 100%;
    display: block;
    height: auto;
    font-size: 13px;
    line-height: 1.7;
  }
  #top03 .txtBlock,
  #top05 .txtBlock,
  #top06 .txtBlock,
  #top07 .txtBlock {
    color: #222222;
    left: 20px;
    width: 100%;
    color: #000;
    margin-top: 5px;
  }
  #top07 .txtBlock {
    margin: 20px auto;
  }
  div#top_proposal p.copy,
  div#top_case p.copy,
  div#top_useful p.copy,
  div#top_use p.copy,
  div#top_event p.copy {
    font-size: 13px;
    line-height: 1.7;
  }
  div#top_proposal {
    padding: 0 10px 40px;
  }
  div#top_proposal,
  div#top_case,
  div#top_use .inner,
  div#top_useful,
  div#top_event,
  div#top_news {
    padding: 0px 10px 50px;
  }
  div#top_case .linklistnew {
    padding: 20px;
  }
  div#top_case .linklistnew .textarea {
    float: none;
    background: none;
  }
  .top .slick-slider {
    margin-bottom: 10px;
  }
  .top div#top_event .es_c {
    display: block;
    width: 100% !important;
  }
  div#top_event .es_sch {
    text-align: left;
  }
  .top div#top_event .es_c1 {
    margin-left: 0;
    display: none;
  }
  .top div#top_event .es_c2,
  .top div#top_event .es_c3 {
    display: inline;
  }
  div#top_event .es_c .contents {
    font-size: 13px;
    text-align: left;
    display: block;
  }
  div#top_event .dispblock {
    margin-bottom: 2px;
  }
  .slick-track {
    display: flex;
  }
  .slick-slide {
    float: none;
  }
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }
  #top_proposal div#prdList {
    overflow: hidden;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    min-height: 260px;
  }
  #top_proposal .prdItem:nth-child(n + 3) {
    display: none;
  }
  .top_case_slider {
    margin-top: 20px;
  }
  div#top04 {
    padding: 0 10px 60px;
  }
  #info_area {
    position: static;
    width: 100%;
    height: auto;
  }
  #info_area .info_c3 {
    width: 100%;
    display: block;
    margin-top: 8px;
    line-height: 1.4;
  }
  #mainvisual {
    display: flex;
    padding-top: 60px;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;
  }
  #mainvisual li {
    width: 100%;
  }
  #mainvisual li:nth-of-type(n + 2) {
    display: none;
  }
  #mainvisual li img {
    width: 100%;
  }

  /*251117 c-buttonクラスのスタイル調整---------------------------------------------*/
  .c-button-wrapper:not(.c-button-wrapper--sp-link) {
    text-align: center;
  }
  .c-button-wrapper.c-button-wrapper--sp-link {
    text-align: right;
  }
  .c-button-wrapper.c-button-wrapper--2col,
  .c-button-wrapper.c-button-wrapper--3col {
    gap: 16px;
  }
  .c-button-wrapper {
    margin-top: 30px;
  }
  .c-button.c-button--sp-link {
    display: inline-block;
    width: auto;
    min-height: auto;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    background: 0 0;
    border: none;
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .c-button.c-button--sp-link,
  .c-button.c-button--sp-link:link,
  .c-button.c-button--sp-link:visited {
    color: #000;
  }
  .c-button.c-button--sp-link:hover {
    color: #000;
    background: 0 0;
    opacity: 0.3;
  }
  .c-button.c-button--sp-link::after {
    content: none;
  }
  .c-button.c-button--sp-link::before {
    display: inline-block;
    width: 10px;
    height: 1em;
    margin-right: 10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: '';
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/assets/img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
  }

  /******************
#footer contents
******************/
  .footer_inner.c2_t .mt20,
  .footer_inner.c2_t .w300px p:last-of-type {
    border: none;
  }
  footer .inner ul li {
    margin-bottom: 5px;
  }
  .footer_category_wrap .c3_t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_category_wrap .c3_t .footer_cat {
    width: 49%;
    margin-bottom: 20px;
  }
  .footer_category_wrap .c3_t .footer_cat.knowledge {
    width: 100%;
  }
  .footer_a .footer_category_wrap .c3_t + .c3_t {
    margin-top: 15px;
  }
  .footer_inner .w300px > p {
    text-align: center;
  }
  .footer_a .footer_cat_title:after {
    content: none;
  }
  .footer_a .footer_cat_title {
    margin-bottom: 8px;
  }
  .footer_a .footer_cat_elem + .footer_cat_elem {
    margin-top: 8px;
  }
  #breadcrumbs {
    margin-top: 0;
  }
  /*251117 フッター改修にともなうc-footerクラスのスタイル調整---------------------------------------------*/
  .c-footer__inner {
    padding: 40px 20px;
  }
  .c-footer__inner.c-footer__inner--narrow {
    padding-block: 30px;
  }
  .c-footer__cta {
    padding: 15px;
  }
  .c-footer__cta__button.c-footer__cta__button--enquiry::before {
    width: 32px;
    height: 32px;
  }
  .c-footer__cta-copy {
    margin-top: 30px;
  }
  .c-footer__menu {
    row-gap: 15px;
  }
  .c-footer__menu__title::after,
  .c-footer__menu__title::before {
    display: block;
  }
  .c-footer__link-area {
    row-gap: 15px;
  }
  .c-footer__nav {
    row-gap: 30px;
  }
  .c-footer__about {
    grid-template-columns: repeat(2, auto);
    gap: 15px 30px;
  }
  ul.lineupLinkList {
    padding: 20px 10px 10px;
    line-height: 1.4;
  }
  .lineupLinkList li a {
    display: block;
    padding-left: 20px;
    font-size: 13px;
  }

  /*200214---------------------------------------------*/
  .campaign-bnrBox .pc-hide {
    display: block;
  }
  .campaign-bnrBox .sp-hide {
    display: none;
  }
  .campaign-bnrBox img {
    width: 100%;
  }
  .campaign-bnrBox {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  /*200221----------------------------------------------*/
  #top_proposal .small_attention {
    font-size: 13px;
  }
  .ps_price .floatl,
  .floatr {
    float: none;
  }
  .dptcell {
    display: block;
  }
  #print_service .w700,
  .w969,
  .w240px {
    width: 100%;
  }
  #print_service .dptcell img {
    display: block;
    margin: 0 auto;
  }
  #print_service .imgCaption01 {
    width: 340px;
    margin: 0 auto;
  }
  #print_service .sampleCaption {
    width: 340px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    float: none;
    text-align: right;
  }
  #print_service .colorBoxYellow01 {
    float: right;
  }
  #title h1 {
    font-size: 21px;
  }
  #print_service .mt128 {
    margin-top: 100px !important;
  }
  #print_service table {
    width: 969px;
  }
  #print_service .tab-style02,
  #print_service .tab_wrap {
    border-bottom: none;
  }
  #print_service .tab-style-base .tab {
    border-bottom: solid 1px #cccccc;
  }
  #print_service .tab-style02 .active,
  .tab-style02 .tab:hover {
    border-bottom: solid 1px #e43332;
  }
  #print_service .tab {
    width: 47%;
    display: inline-block;
    margin-bottom: 10px;
  }
  #print_service .tab_inner {
    display: block;
  }
  #print_service .campaign-bnr {
    margin-bottom: 40px;
  }
  #print_service .br_mt80 {
    margin-top: 40px;
  }
  #print_service .irohaBox li a,
  .link-list li a {
    background-size: 12px;
  }
  #print_service .tab_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #print_service .tab_inner li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
  }
  #print_service .tableType01 {
    width: 100%;
    margin: 0 auto 20px;
    overflow: scroll;
  }
  #print_service .p_price td {
    padding: 10px;
  }
  #print_service .att_scr {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0px;
  }
  #print_service table.tableTypeE {
    margin: 20px auto 0px;
  }
  #print_service .link-list li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #print_service .box_969 {
    width: 100%;
    margin: 0px;
  }
  #print_service .sp_mt40 {
    margin-top: 40px;
  }
  #print_service .sp_wid100 {
    width: calc(100% - 32px);
  }
  #print_service .sp_100 {
    width: 100% !important;
  }
  #print_service .sp_resize {
    max-width: 180px;
  }

  #print_service .sp__tbwidth th:first-of-type {
    width: 190px;
  }
  /*200304 sticky*/
  .tabl_resp #print_service th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
  #list #print_service .th2 {
    left: 32.8px;
  }
  .tabl_resp #print_service th:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #b3b3b3;
  }
  .tabl_resp #print_service tr th:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #b3b3b3;
  }
  .tabl_resp table thead th {
    height: auto !important;
  }
  .footer_cat.knowledge + .footer_cat {
    padding-left: 0px;
    width: 100%;
  }

  div#top_news {
    padding-top: 60px;
  }
  .news-category li {
    width: 50%;
    font-size: 14px;
    padding: 25px 5px;
  }
  .news-category li:nth-of-type(1),
  .news-category li:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
  }
  .news-category li:nth-of-type(2n) {
    border-right: none;
  }
  .news-category li a {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/ico_external.png) no-repeat;
    background-position: right center;
  }
  #important_news .inner {
    width: 100%;
    padding: 0 10px 50px;
    display: block;
  }
  #important_news .inner .topics {
    width: auto;
    margin-right: 0;
    padding: 10px 15px;
  }
  #important_news .info_c3 {
    width: 100%;
    display: block;
    margin-top: 8px;
    line-height: 1.4;
  }
  #important_news .inner #info_area2 {
    width: 100%;
  }

  #lineup_info_menu .flex {
    flex-wrap: wrap;
  }

  div#lineup_info_menu img {
    max-width: 100%;
  }

  div#lineup_info_menu .menu li {
    margin: 30px auto 0;
  }

  h1.top_h1 {
    font-size: 24px;
  }

  .top_cv_btn {
    width: 94%;
    box-sizing: border-box;
  }

  .top_cv_btn a {
    width: 100%;
    color: #fff;
  }

  #important_news {
    margin: 60px 0 0;
  }

  div#top_proposal h2 span {
    font-size: 20px;
    /* width: 100%; */
  }
  #breadcrumbs ul {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  /* 20260323追記 グローバルナビのスタイル
-------------------------------------------- */
  .c-header-nav {
    padding-bottom: 100px;
  }
}
