#headerWrapper {
    height: 72px;
    margin-bottom: 0;
    z-index: 803;
}
@media screen and (max-width: 960px) {
    #headerWrapper {
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    #headerWrapper {
        position: relative;
    }
}

#header {
    position: fixed;
    max-width: 100%;
    width: 100%;
    height: 72px;
    background-color: #b01e23;
}
@media screen and (max-width: 767px) {
    #header {
        height: 72px;
    }
}
@media screen and (max-width: 960px) {
    #header {
        height: 72px;
    }
}

.headerSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.header__logo {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0 0 0 7.5px;
    padding: 8px 0;
    width: 460px;
    height: 44px;
    cursor: pointer;
}
.header__logoImg {
    width: 170px;
    height: 33px;
    vertical-align: bottom;
}
@media screen and (max-width: 960px) {
    .header__logoImg {
        width: 110px;
    }
}
.header__logoTxt {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.header__Link:hover {
    text-decoration: none;
}
@media screen and (max-width: 960px) {
    .header__logoTxt {
        font-size: 11px;
    }
}
.header__logoTxt:hover {
    text-decoration: none;
}

.hLeadText {
    font-size: 24px;
}

.headerContactBtnBox {
    height: 72px;
}

.btn--HContact {
    background-color: #FFFFFF;
    border: 3px solid #FFA200;
    color: #000000;
    font-size: 14px;
}
.btn--HContact:hover {
    background-color: #FFFFFF;
    border: 3px solid #FFA200;
}
@media screen and (max-width: 1080px) {
    .btn--HContact {
        font-size: 1.2rem;
    }
}

/* .btn--PDF {
    background-color: #c76068;
    padding: 0.75em 2em;
    margin-right: 5px;
}
.btn--PDF:hover {
    background-color: #c76068;
} */


.btn--FC1 {
    padding: 0.75em 2em;
    margin-right: 5px;
}
.btn--FC2 {
    padding: 0.75em 3em;
    margin-right: 5px;
}
.btn--FC3 {
    background-color: #FFA200;
    border: 3px solid #FFF;
    color: #000;
    padding: 0.75em 2em;
}
.btn--FC1:hover,
.btn--FC2:hover {
    background-color: #FFA200;
    border: 3px solid #FFF;
}
.btn--FC3:hover {
    background-color: #FCCA6A;
    border: 3px solid #FFA200;
}

@media screen and (max-width: 960px) {
    .headerSpMenuBtn {
        width: 20%;
    }
}

.headerNavTggleBtn {
    cursor: pointer;
}

#headerProductNav {
    position: fixed;
    z-index: 799;
    margin-top: 72px;
}

.ProductNav {
    position: fixed;
    z-index: 799;
    width: 100%;
}

#headerWrapper .tabMenu__item {
    display: initial;
    padding: 5px 25px;
    cursor: pointer;
    background: #eee;
}
#headerWrapper .tabMenu__item.tab--active {
    background: #000;
    color: #fff;
}

.fc_topimg {
    height: 315px;
    background: url("../img/acceacafe_fc_topim.jpg") center center / cover no-repeat;
}
@media screen and (max-width: 960px) {
    .fc_topimg {
    height: 124px;
    background: url("../img/acceacafe_fc_topimg.jpg") center center / cover no-repeat;
    }
}
@media screen and (max-width: 767px) {
    .fc_topimg {
    height: 375px;
    background: url("../img/acceacafe_fc_topimg_sp.jpg") center center / cover no-repeat;
    }
}

.breadcrumbWrapper {
    padding-left: 24px;
}
.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    max-width: 1240px;
    list-style-type: none;
    color: #535353;
    font-size: 11px;
    margin: 20px auto 0 auto;
}
@media screen and (max-width: 960px) {
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs li:not(:last-child):after {
    content: ">";
    padding: 0 5px 0 5px;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumbs a:visited {
    color: #000;
}

#contentsWrapper {
    max-width: 100%;
}

.fcBox {
}

.fcTab {
    position: relative;
    top: 43px;
    z-index: 801;
    width: 100%;
    height: 318px;
    margin: 0 auto;
    padding: 0 10px;
    background: url("../img/acceacafe_fc_topimg.jpg") center center / cover no-repeat;
    display: flex;
    align-items: start;
    box-sizing: border-box;
}

.fcMenu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.fcMenu__item {
    display: block;
    list-style-type: none;
    text-align: center;
    width: 183px;
    font-size: 12px;
    font-weight: bold;
    color: #434E64;
    background: #FFFFFF;
    cursor: pointer;
}
@media screen and (max-width: 1080px) {
    .fcMenu__item {
        width: 146px;
        font-size: 11px;
    }
}
@media screen and (max-width: 960px) {
    .fcMenu__item {
        width: 100%;
        height: 2em;
        padding: 10px 0;
        margin: 0 auto;
        border-radius: 0;
        border-bottom: 1px solid #B01E23;
        box-shadow: 2px 2px 2px #CCCCCC;
    }
}
.fcMenu__item:hover {
    color: #E10008;
    background: #FFFFFF;
}
.fcMenu__item.active {
    color: #FFFFFF;
    background: #B01E23;
}
.fcMenu__item--anchor {
    padding: 13px 0;
}
@media screen and (max-width: 960px) {
    .fcMenu__item--anchor {
        padding: 0;
    }
}

  /* Example One */
#magic-line { 
    position: absolute;
    bottom: -3px; 
    left: 0; 
    width: 100px; 
    height: 3px; 
    background: #B01E23;
}

.fcBox__item {
    margin-top: 43px;
    /* position: relative;
    z-index: 802; */
}
@media screen and (max-width: 960px) {
        .fcBox__item {
        margin-top: 0;
        /* z-index: 1;*/
    }
}

.fcDiv {
    max-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 45px 0 67px 0;
}
@media screen and (max-width: 767px) {
    .fcDiv {
    }
}
.fcDiv--beige {
    background: #FFF7DC;
    position: relative;
}
.fcDiv--beige--triangle {
    position: absolute;
    z-index: 2;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top: 63px solid #FFF7DC;
    border-bottom: none;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .fcDiv--beige--triangle {
        bottom: -103px;
        border: 60px solid transparent;
        border-top: 43px solid #FFF7DC;
    }
}
.fcDiv--gray {
    background: #DDDDDD;
    position: relative;
}
.fcDiv--gray--triangle {
    position: absolute;
    z-index: 2;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top: 63px solid #DDDDDD;
    border-bottom: none;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .fcDiv--gray--triangle {
        bottom: -103px;
        border: 60px solid transparent;
        border-top: 43px solid #DDDDDD;
    }
}
.fcDiv--white {
    background: #FFFFFF;
    position: relative;
}
.fcDiv--white--triangle {
    position: absolute;
    z-index: 2;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top: 63px solid #FFFFFF;
    border-bottom: none;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .fcDiv--white--triangle {
        bottom: -103px;
        border: 60px solid transparent;
        border-top: 43px solid #FFFFFF;
    }
}
@media screen and (max-width: 767px) {
    .fcDiv--beige,
    .fcDiv--gray,
    .fcDiv--white {
        padding: 0 2rem;
    }
}

.fcSec {
}
@media screen and (max-width: 767px) {
    .fcSec {
    }
}

/* BASE CSS */
.bl_media_container * {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.bl_media_container img {
    width: 100%;
    vertical-align: bottom;
}
/* ここからカードレイアウトのスタイリング */
/* PC　4-3カラム */
.bl_media_container {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-20px / 2);
    padding: 20px;
}
.bl_media_itemWrapper2 {
    display: flex;
    width: calc(100% / 2 - 20px);
    margin: calc(20px / 2);
    margin-bottom: 0;
}
.bl_media_itemWrapperC {
    display: flex;
    width: calc(100% / 2 - 20px);
    margin: calc(20px / 2);
    margin-bottom: 0;
}
.bl_media_itemWrapper3 {
    display: flex;
    width: calc(100% / 3 - 20px);
    margin: calc(20px / 2);
    margin-bottom: 0;
}
.bl_media_itemWrapper4 {
    display: flex;
    width: calc(100% / 4 - 20px);
    margin: calc(20px / 2);
    margin-bottom: 0;
}
.bl_media_item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.bl_media_item:hover {
    text-decoration: none;
}
/* タブレット　3-2カラム */
@media screen and (max-width: 1024px) {
    .bl_media_itemWrapper2 {
        width: calc(100% / 2 - 20px);
    }
    .bl_media_itemWrapperC {
        width: calc(100% / 1 - 20px);
    }
    .bl_media_itemWrapper3 {
        width: calc(100% / 2 - 20px);
    }
    .bl_media_itemWrapper4 {
        width: calc(100% / 2 - 20px);
    }
}
/* スマホ 1カラム*/
@media screen and (max-width: 599px) {
    .bl_media_container {
        padding: 0;
    }
    .bl_media_itemWrapper2 {
        width: calc(100% / 1 - 20px);
    }
    .bl_media_itemWrapperC {
        width: calc(100% / 1 - 20px);
    }
    .bl_media_itemWrapper3 {
        width: calc(100% / 2 - 20px);
    }
    .bl_media_itemWrapper4 {
        width: calc(100% / 2 - 20px);
    }
}

.fcSecTitle2Wrapper {
    width: fit-content;
    margin: 0 auto 25px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fcSecTitle2 {
    font-size: 32px;
    font-weight: bold;
    color: #302E2E;
    padding: 20px 5px 0 5px;
    margin: 0;
    border-bottom: 10px solid #FFE600;
    padding-top: 40px;
    margin-top: -40px;
}
@media screen and (max-width: 767px) {
    .fcSecTitle2 {
        font-size: 19px;
    }
}
.fcSecTitle2--m50 {
    margin: 0 50px 0 50px;
}
@media screen and (max-width: 767px) {
    .fcSecTitle2--m50 {
        margin: 0;
    }
}
.fcSecTitle2--m20 {
    margin: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
    .fcSecTitle2--m20 {
        margin: 0;
    }
}
.jump_point {
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}
@media screen and (max-width: 767px) {
    .jump_point {
        padding-top: 80px;
        margin-top: -80px;
    }
}

.fcSecTitle3 {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    color: #00A1E9;
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .fcSecTitle3 {
        margin-top: 65px;
        font-size: 18px;
    }
}

.fcSecTitle4 {
    font-size: 20px;
    font-weight: bold;
    color: #434E64;
    margin-top: 17px;
}
@media screen and (max-width: 767px) {
    .fcSecTitle4 {
        margin-top: 10px;
        font-size: 14px;
    }
}

.fcSecFlex {
    display: flex;
    column-gap: 45px;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .fcSecFlex {
    flex-wrap: wrap;
    }
    .fcSecFlex--reverse {
    flex-direction: column-reverse;
    }
}

.fcSecP {
    margin-top: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 1.6rem;
    text-align: justify;
}
@media screen and (max-width: 767px) {
    .fcSecP {
    margin-top: 0;
    line-height: 1.5;
    font-size: 1.4rem;
    text-align: justify;
    }
}

.fcSecP2 {
    font-size: 16px;
    color: #434E64;
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
    .fcSecP2 {
        font-size: 13px;
        line-height: 1.3em;
    }
}

.fcImg {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
    .fcImg {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
    }
}

.fcInqMailIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    margin: 0;
}
.fcInqMail {
    min-width: 450px;
    min-height: 80px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 3px solid #FFA200;
    border-radius: 40px;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,.35) 2px 2px 4px 0px;
    padding: 0 10px;
    margin: 0.35em auto;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .fcInqMail {
        min-width: 334px;
    }
}
.fcTitleIcon {
    margin: 0 15px;
    width: unset !important;
}
.fcTitleText {
    font-size: 18px;
    font-weight: bold;
    color: #00A1E9;
}
.fcTitleText2 {
    font-size: 28px;
    font-weight: bold;
    color: #00A1E9;
}
.fcTitleText3 {
    font-size: 14px;
    font-weight: bold;
    color: #00A1E9;
}
.fcTitleText4 {
    font-size: 14px;
    font-weight: normal;
    color: #00A1E9;
}
@media screen and (max-width: 767px) {
    .fcTitleText {
        font-size: 14px;
        font-weight: bold;
        color: #00A1E9;
    }
    .fcTitleText2 {
        font-size: 24px;
        font-weight: bold;
        color: #00A1E9;
        line-height: 1.5;
    }
    .fcTitleText3 {
        font-size: 12px;
        font-weight: bold;
        color: #00A1E9;
        line-height: 0.5;
    }
    .fcTitleText4 {
        font-size: 10px;
        font-weight: normal;
        color: #00A1E9;
        line-height: 0.5;
    }
}
.fcInqMailIconHeader {
    line-height: 0.8;
}
@media screen and (max-width: 1080px) {
    .fcInqMailIconHeader .fcTitleText2 {
        font-size: 23px;
    }
    .fcInqMailIconHeader .fcTitleText4 {
        font-size: 11px;
    }
}

.fcLink {
    margin-top: auto;
    padding-top: 7px;
    text-decoration: underline;
}
.fcLink:hover {
    filter: opacity(0.7);
}

.fc_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px 0 0 20px;
    color: #4c4949;
    font-weight: bold;
    text-align: center;
}
.w32p {
    width: 32% !important;
}
.w36p {
    width: 36% !important;
}
.w50p {
    width: 50% !important;
}
.w45p {
    width: 45% !important;
}
.fc_table_info {
    text-align: center;
    font-weight: bold;
    color: #4c4949;
    border: 1px solid #4c4949;
    margin: 10px;
    padding: 5px;
}
.fc_table_category {
    border-spacing: 4px 0;
}
.mormal_cost {
    padding: 6px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #05355c;
    border: none;
    border-radius: 10px 10px 0 0;
}
.low_cost {
    padding: 6px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #b71940;
    border: none;
    border-radius: 10px 10px 0 0;
}
.initial {
    border: 2px solid #0086cd;
}
@media screen and (max-width: 767px) {
    .initial {
    border-radius: 0 0 0 20px;
    }
}
.running {
    border: 2px solid #ec6e82;
}
.initial td {
    padding: 5px;
    border-left: 1px solid #0086cd;
}
.running td {
    padding: 5px;
    border-left: 1px solid #ec6e82;
}
.cost_t {
    font-size: 18px;
    text-align: center;
    /* writing-mode: vertical-rl;
    writing-mode: tb-rl;
    display: inline-block; */
}
@media screen and (max-width: 767px) {
    .cost_t {
    font-size: 13px;
    }
}
.blue_t {
    font-size: 14px;
    color: #FFFFFF;
    background: #0086cd;
    border-radius: 15px 0 0 15px;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
    .blue_t {
    border-radius: 0 0 0 15px;
    }
}
.blue1 {
    font-size: 15px;
    color: #FFFFFF;
    background: #2a9ad7;
    border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
    .blue1 {
    font-size: 12px;
    }
    .blue1 .tx12 {
    font-size: 10px;
    }
    .blue1 .tx14 {
    font-size: 12px;
    }
}
.blue1_last {
    border: none;
}
.blue2 {
    font-size: 16px;
    background: #e2ecf8;
}
@media screen and (max-width: 767px) {
    .blue2 {
    font-size: 14px;
    }
    .blue2 .tx14 {
    font-size: 12px;
    }
}
.pink_t {
    font-size: 14px;
    color: #FFFFFF;
    background: #ec6e82;
    border-radius: 15px 0 0 15px;
    writing-mode: vertical-rl;
}
.pink1 {
    font-size: 15px;
    color: #FFFFFF;
    background: #f08e9a;
    border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
    .pink1 {
    font-size: 14px;
    }
    .pink1 .tx12 {
    font-size: 10px;
    }
    .pink1 .tx14 {
    font-size: 12px;
    }
}
.pink1_last {
    border: none;
}
.pink2 {
    font-size: 16px;
    background: #fce6e6;
}
@media screen and (max-width: 767px) {
    .pink2 {
    font-size: 14px;
    }
    .pink2 .tx14 {
    font-size: 12px;
    }
}
.white2 {
    font-size: 16px;
    background: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .white2 {
    font-size: 14px;
    }
    .white2 .tx14 {
    font-size: 12px;
    }
}
.essential {
    font-size: 18px;
    color: #b71940;
}
@media screen and (max-width: 767px) {
    .essential {
    font-size: 16px;
    }
    .essential .tx16 {
    font-size: 14px;
    }
}

.sp_table {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp_table {
        display: table;
    }
}

.FCguide_flex a {
    margin-left: 5px;
}
@media screen and (max-width: 767px) {
    .FCguide_flex {
    flex-wrap: wrap;
    }
    .FCguide_flex a {
    margin-left: 0;
    margin-top: 5px;
    }
}

.FCvoiceWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.FCvoiceWrapper div {
    width: 32%;
}
.FCvoiceWrapper h3 {
    font-size: 14px;
    margin: 10px 0 5px 0;
}
.FCvoiceWrapper p {
    height: 3em;
    font-size: 12px;
}
.FCvoiceWrapper a div {
    color: white;
    background: black;
    width: 80%;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .FCvoiceWrapper div {
    width: 100%;
    text-align: center;
    }
    .FCvoiceWrapper h3 {
    width: 85%;
    margin: 10px auto 5px auto;
    text-align: justify;
    }
    .FCvoiceWrapper p {
    width: 85%;
    margin: 0 auto;
    text-align: justify;
    }
    .FCvoiceWrapper img {
    width: 85%;
    }
    .FCvoiceWrapper .sp_mb {
    margin-bottom: 1.5em;
    }
    .FCvoiceWrapper a div {
    max-width: 263px;
    margin-bottom: 50px;
    }
    .FCvoiceWrapper div:last-child a div {
    margin-bottom: 0;
    }
}

.topimgWrapper {
    margin-bottom: 50px;
}

.mLRauto {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .mLRauto_sp {
    display: block;
    margin: 0 auto;
    }
}

.tab_block {
    display: none !important;
}
@media screen and (max-width: 960px) {
    .tab_block {
        display: block !important;
    }
}
@media screen and (max-width: 960px) {
    .tab_none {
        display: none !important;
    }
}

.sp_block {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .sp_block {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }
}

.pt15 {
    padding-top: 15px;
}
.tx11 {
    font-size: 11px;
}
.text-white {
    color: #FFFFFF !important;
}