@charset "UTF-8";
/*--------------------------
 変数
----------------------------*/
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/*--------------------------
 ページスタイル
----------------------------*/

/*PC用*/
@media screen and (min-width:641px) {

  #business_maker_product #under_main_img {
    background: url(../images/business_maker_product/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 430px;
    padding: 0px !important;
    margin-bottom: 135px;
    position: relative;
  }
  
  #business_maker_product #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 4.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #business_maker_product #under_main_img .main_en_txt {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #business_maker_product #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #business_maker_product .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 135px;
  }
  
  #business_maker_product .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #business_maker_product .contactBlock__link {
    background: #A00000;
  }
  
  #business_maker_product .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #business_maker_product .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #business_maker_product .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #business_maker_product .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: flex;
    justify-content: center;
  }
  
  #business_maker_product .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #business_maker_product .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner.line {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 30px;
    margin-right: 30px;
  }
  
  #business_maker_product .cntsBlock {
    padding: 75px 0px 0px 0px;
  }
  
  #business_maker_product .cntsBlock.slideBlockWrap {
    padding: 0px 0px;
  }
  
  #business_maker_product .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #business_maker_product .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #business_maker_product .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #business_maker_product .cntsBlock h3 {
    font-size: 2.6rem;
    color: #000450;
  }
  
  #business_maker_product .cntsBlock p {
    font-size: 1.6rem;
  }
  
  #business_maker_product .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #business_maker_product .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #business_maker_product .cntsBlock .slideBlock__inner {
    display: inline-block;
    padding: 75px 50px;
    text-align: center;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #business_maker_product .cntsBlock .slideBlock .bx-wrapper,
  #business_maker_product .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #business_maker_product .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  
  #business_maker_product .cntsBlock .effortsList {
    width: 1120px;
    margin: 0px auto;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc {
    display: block;
    text-align: center;
    margin-bottom: 100px;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc li {
    display: inline-block;
    margin: 0px 3px;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc li a {
    display: block;
    background: #B4B4B4;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.6rem;
    color: #fff;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc li a:hover {
    background: #B59F74;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName {
    width: 15%;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 {
    writing-mode: vertical-rl;
    color: inherit;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 .jp {
    display: block;
    font-size: 7.5rem;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 .jp .txt-s {
    font-size: 2.5rem;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 .en {
    display: block;
    font-size: 1.6rem;
    color: #B4B4B4;
    text-align: right;
    transform: rotate(180deg);
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap {
    width: 83%;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .outline {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data {
    width: 65%;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data h4 {
    color: #460000;
    font-size: 3rem;
    margin-bottom: 15px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table th,
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td {
    text-align: left;
    font-size: 1.6rem;
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table th {
    white-space: nowrap;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td table {
    width: auto;
    border: none;
    margin-bottom: 0px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td table th,
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td table td {
    padding: 0px 20px 10px 0px;
    border: none;
    white-space: nowrap;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td dl dt {
    font-weight: bold;
    margin: 10px 0px 0px 0px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td dl dd ul {
    list-style: circle;
    margin-left: 20px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data .noteTxtS {
    font-size: 1.4rem;
    text-align: right;
    color: #5c5c5c;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__pht {
    width: 30%;
  }
  

}

/*SP用*/
@media screen and (max-width: 640px) {

  #business_maker_product #under_main_img {
    background: url(../images/business_maker_product/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 296px;
    padding: 0px !important;
    margin-bottom: 92px;
    position: relative;
  }
  
  #business_maker_product #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 74vw;
  }
  
  #business_maker_product #under_main_img .main_en_txt {
    display: block;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #business_maker_product #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 168px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #business_maker_product .leadTxt {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 83px;
    padding: 0 3vw;
  }
  
  #business_maker_product .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #business_maker_product .contactBlock__link {
    background: #A00000;
  }
  
  #business_maker_product .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #business_maker_product .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #business_maker_product .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #business_maker_product .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: block;
    justify-content: center;
  }
  
  #business_maker_product .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #business_maker_product .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 28px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 30px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #business_maker_product .contactBlock__TelFax__inner.line {
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    /* padding-right: 30px; */
    /* margin-right: 30px; */
    margin: 0 0 31px;
  }
  
  #business_maker_product .cntsBlock {
    padding: 75px 0px 0px 0px;
  }
  
  #business_maker_product .cntsBlock.slideBlockWrap {
    padding: 0px 0px;
  }
  
  #business_maker_product .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 33px;
  }
  
  #business_maker_product .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #business_maker_product .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #business_maker_product .cntsBlock h3 {
    font-size: 2.6rem;
    color: #000450;
  }
  
  #business_maker_product .cntsBlock p {
    font-size: 1.6rem;
  }
  
  #business_maker_product .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #business_maker_product .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #business_maker_product .cntsBlock .slideBlock__inner {
    display: inline-block;
    padding: 13px 5px;
    text-align: center;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    /* white-space: nowrap; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 72%;
  }
  
  #business_maker_product .cntsBlock .slideBlock .bx-wrapper,
  #business_maker_product .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #business_maker_product .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  
  #business_maker_product .cntsBlock .effortsList {
    width: 100%;
    margin: 0px auto;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc {
    display: block;
    text-align: center;
    margin-bottom: 42px;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc li {
    display: inline-block;
    margin: 0px 3px 11px;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc li a {
    display: block;
    background: #B4B4B4;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.6rem;
    color: #fff;
  }
  
  #business_maker_product .cntsBlock .effortsList__anc li a:hover {
    background: #B59F74;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner {
    width: 96%;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName {
    width: 28%;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 {
    writing-mode: vertical-rl;
    color: inherit;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 .jp {
    display: block;
    font-size: 4.5rem;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 .jp .txt-s {
    font-size: 2.5rem;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__catName h3 .en {
    display: block;
    font-size: 1.6rem;
    color: #B4B4B4;
    text-align: right;
    transform: rotate(180deg);
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap {
    width: 84%;
    margin: 0 auto;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .outline {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock {
    display: grid;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data {
    width: 98%;
    order: 2;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data h4 {
    color: #460000;
    font-size: 3rem;
    margin-bottom: 15px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table th,
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td {
    text-align: left;
    font-size: 1.6rem;
    padding: 6px;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    word-wrap: break-word;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table tr td td {
 
    display: inline-block;
    width: initial;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table th {
    white-space: nowrap;
    display: block;
    width: 100%;
    background: #e5e5e5;
  }
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table tr td th   {
    display: inline-block;
    width: initial;
    background: #fff;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td table {
    width: auto;
    border: none;
    margin-bottom: 0px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td table th,
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td table td {
    padding: 0px 20px 10px 0px;
    border: none;
    white-space: nowrap;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td dl dt {
    font-weight: bold;
    margin: 10px 0px 0px 0px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data table td dl dd ul {
    list-style: circle;
    margin-left: 20px;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__data .noteTxtS {
    font-size: 1.4rem;
    text-align: right;
    color: #5c5c5c;
  }
  
  #business_maker_product .cntsBlock .effortsList__inner__dataWrap .itemBlock__pht {
    width: 75%;
    order: 1;
    margin: 0 auto 11px;
  }
  

}
