/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}

.grad-wrap {
  position: relative;
  margin: 0 0 6rem;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #ff6a4e;
  cursor: pointer;
  transition: .2s ease;
  color: #fff;
  text-align: center;
  box-shadow: 0px 4px 0px 0px #000;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
  border-radius: 40px;
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #41413f;
}
.grad-btn .fa {
  margin-right: .5em;
  display: none;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 25rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}


#toc {
    width: 600px;
    margin: 0 auto 3rem;
    display: block;
    padding: 2rem 3rem 3rem;
    border: solid 4px #fdefec;
}
#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
}
#contents #toc ul {
    margin: 5px;
    padding: 0;
    width: 100%;
}
#contents #toc ul li {padding: 0 0 0 22px;margin: 2px;word-break: break-all;}
#contents #toc ul li li {
    display: none;
}
#contents #toc ul:nth-child(1) li {
    display: none;
}
#contents #toc ul:nth-child(3) li li {
    display: block;
}

.click {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    color: #e56440;
    z-index: 0;
    pointer-events: none;
}

.map-bg {
    position: relative;
}

.click.c1 {
    top: 23.2%;
    left: 57%;
}

.click.c2 {
    top: 14.5%;
    left: 34.6%;
}

.click.c3 {
    top: 44.6%;
    left: 29.5%;
    font-size: 13px;
}

.click.c4 {
    top: 44.5%;
    left: 37.4%;
}

.click.c5 {
    top: 44.6%;
    left: 47.3%;
    font-size: 13px;
}

.click.c6 {
    top: 44.5%;
    left: 57%;
}

.click.c7 {
    top: 44.5%;
    left: 72.8%;
}

.click.c8 {
    top: 44.5%;
    left: 89.6%;
}

.click.c9 {
    top: 53.3%;
    left: 83.5%;
    font-size: 13px;
}

.click.c10 {
    top: 65.5%;
    left: 83.5%;
    font-size: 13px;
}

.official ul {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    border: 3px double #333;
    margin-bottom: 15px;
}

.official ul li {
    display: block;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    text-align: left;
}

.official ul li:before {
    content: none;
}

.official ul li:last-child {
    border-bottom: none;
}

.official ul li span {
    font-size: 0.8em;
    display: block;
    background: none;
    color: #000;
    margin: 0px;
    font-weight: bold;
}

.official ul div {

    font-weight: bold;
}

.official h4 {
    font-size: 1.3em;
    border-bottom: 3px double #333;
    padding-left: 10px;
}

.official h5 {
    font-size: 1.2em;
    border-bottom: 1px dashed #333;
}

.official h6 {
    font-size: 1.1em;
}

.official h4,
.official h5,
.official h6 {
    font-weight: bold;
    margin: 20px 0;
}

.official h4:before,
.official h5:before,
.official h6 {
    content: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*20210623*/
.btn-web a {
    background: #f1e767;
    color: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: url("https://www.narasumu.com/wp/wp-content/uploads/arrow_new2.png") right 2rem top 50% no-repeat, linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    background-position: 90%;

}

.btn-web a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background: url("https://www.narasumu.com/wp/wp-content/uploads/arrow_new2.png") right 2rem top 50% no-repeat, linear-gradient(to top, #f1e767 0%, #feb645 100%);
    background-position: 90%;
}

.btn-web a:hover {
    opacity: 1;
}

.cmnPart01 .slick-slide img {
    max-height: 270px;
    margin: 0 auto;
}

.cmnPart01 ul.thumb.slick-initialized.slick-slider img {
    max-height: 67px;
    /* height: 50px; */
}

a.raijouyoyaku {
    background: url(https://www.narasumu.com/wp/wp-content/uploads/arrow_new2.png) right 2rem top 50% no-repeat, linear-gradient(to bottom, #ffbca0 0%, #f24437 100%);
    /* box-shadow: 0 10px 10px rgb(0 0 0 / 20%); */
    background-position: 90%;
    height: 80px;
    padding: 2.7rem 0;

}

a.raijouyoyaku:hover {
    background: url(https://www.narasumu.com/wp/wp-content/uploads/arrow_new2.png) right 2rem top 50% no-repeat, linear-gradient(to top, #ffbca0 0%, #f24437 100%);
    background-position: 90%;
}


/*20220526*/
.kanren {
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 1rem;
    background: #fff;
    border: solid 3px #333;
    border-radius: 10px;
    position: relative;
    padding: 2rem 2rem 3rem;
    max-width: 80%;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    height: 200px;

}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, #fff 100%);
    z-index: 1;
}

.readmore-label {
    display: table;
    bottom: 1rem;

    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    border-radius: 25px;
    color: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background-position: 90%;
    font-weight: 500;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

.readmore-label:hover {
    opacity: 0.7;
}

.readmore-label:before {
    content: '続きを読む';
}

.readmore-check {
    display: none;
}

.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.readmore-check:checked~.readmore-label:before {
    content: '閉じる';
}

.readmore-check:checked~.readmore-content {
    height: auto;
}

.readmore-check:checked~.readmore-content::before {
    display: none;
}

#main .listbox a,
#lower-main .listbox a {
    color: #555;
    display: block;
}

.kanren .listbox li {
    padding-left: 15px;
    margin-bottom: 8px;
}

.kanren .midashi {
    line-height: 1.8em;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 1rem 0 3rem;
    padding: 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    width: auto;
    background: url(img/bg_stripe_red.jpg) repeat-x bottom 3px left;
}

.kanren:before {
    content: "";
    background: url(img/icon_speaker.png) no-repeat;
    background-size: 100%;
    width: 67px;
    height: 70px;
    position: absolute;
    top: -33px;
    left: -28px;
}

.kanren a {
    display: block;
}

p.bnr a {
    position: fixed;
    width: 34rem;
    height: auto;
    right: 0;
    background-color: #feb1a2;
    bottom: 3rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem 0 2rem;
    border: solid 3px #000;
    z-index: 100;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    font-family: auto;
    border-radius: 1rem;
}

#contents .cmnPart01 .thumb--pr {
    display: block;
}

#contents .cmnPart01 .thumb--pr button {
    display: none !important;
}
.sideInr.sidebar__inner p.btn-internal.bi2 {
    width: 100%;
    margin: 0;
}

.sideInr.sidebar__inner p.btn-internal.bi2 a {
    background-size: 10px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 6px 2rem 6px 1rem;
    box-shadow: 0px 4px 0px 0px #000;
    -webkit-box-shadow: 0px 4px 0px 0px #000;
    -moz-box-shadow: 0px 4px 0px 0px #000;
    background-color: #592E27;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    .youtube iframe {
        width: 100%;
    }

    .official {
        width: 90%;
        margin: 0 auto;
        padding: 20px 50px;
        background: #f5f5f559;
        border-radius: 30px 30px 30px 30px;
    }

    .official ul {
        padding: 20px;
    }


    .official ul li:before {
        content: none;
    }

    .official ul li:last-child {
        border-bottom: none;
    }

    #index .sec03 .rightBox .txtWrap .btn-web a:before {
        content: "";
        background: url(img/deco_flag_2.gif) no-repeat;
        background-size: 100%;
        width: 140px;
        height: 113px;
        position: absolute;
        top: -2rem;
        right: -11.5rem;
        left: auto;
        transform: scale(-1, 1);
    }

    /*20210623*/
    .caption {
        width: 100%;
    }

    .date .top {
        padding: 0 0 0 260px;
        font-size: 12px;
        margin: 0;
    }

    .googlemap {
        position: relative;
        padding-bottom: 56.25%;
        /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        margin-top: 20px;
    }

    .googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    p.bnr a {
        right: 8rem;
    }

    .float-wrap.cf.nara3 .float-img.fl {
        padding-top: 9rem;
    }

    /*20221031*/

    .cmnPart02 {
        margin: 10rem auto;
        width: 1000px;
    }

    .itemBoxWrap01 {
        min-height: 1px;
    }

    .cmnPart02 .itemBox {
        float: left;
        width: 314px;
        margin: 0 2.9rem 0 0;
    }

    #contents .cmnPart02 .itemBox .fuki span {
        font-size: 1.4rem;
    }



    #contents .cmnPart02 .itemBox .fuki {
        padding: 3rem 2rem;
        font-size: 16px;
        letter-spacing: 0.075em;
        font-weight: 500;
        text-align: center;
        background: url(/wp/wp-content/uploads/fuki01.png) no-repeat bottom center;
        background-size: 100%;
        margin: 0 0 2rem;
        font-size: 16px;
    }


    .cmnPart02 .itemBox .borBox {
        border: solid 3px #333;
        border-radius: 10px;
        position: relative;
        padding: 2rem 2rem 3rem;
    }

    #contents .sec01 .itemBoxWrap01.cf .itemBox:last-child {
        margin-top: 13.5rem;
    }

    #contents .cmnPart02 .itemBox .costBox {
        margin: 1rem 0 3rem;
    }

    #contents .bkken {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        border-bottom: dashed 1px #000;
        letter-spacing: 0.075em;
        display: table;
        margin: 0 auto;
        padding: 0 0 0.5rem;
    }

    #contents .info1 {
        margin: 2rem auto !important;
        width: 100% !important;
    }

    #contents .info1 th {
        width: 30% !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
        padding: 7px 10px !important;
        font-size: 1.2rem !important;
    }

    #contents .info1 td {
        font-size: 13px !important;
        line-height: 1.3 !important;
        padding: 7px 10px !important;
    }

    #contents .cmnPart02 .itemBox .borBox {
        margin-bottom: 15px;
    }

    #contents .cmnPart02 .itemBox .btn-web {
        margin: 6rem 0 0;
    }

    #contents .cmnPart02 .itemBox {
        float: left;
        width: 314px;
    }

    #contents .cmnPart02 .itemBox .comName {
        font-size: 20px;
    }

    .gray {
        background: #eee;
        text-align: center;
        display: block;
        margin: 2rem auto;
        font-size: 18px;
        color: #f00;
        line-height: 8;
    }

    #contents .sec01 .itemBoxWrap01.cf .itemBox:last-child {
        margin-top: 14rem;

    }

    /*20221031 tuika */
    #contents .cmnPart01 .comName {
        font-size: 2.9rem;
    }

    .addtbl {
        clear: both;
        margin: 4rem auto 4rem;
        border: solid;
        border-radius: 10px;
        padding: 5rem;

    }

    .addtbl .bkken {
        font-size: 2.3rem;
    }

    #contents .info2 {
        width: 80%;
    }

    .pointArea {
        position: relative;
        z-index: 1;
        width: 1000px;
        margin: 0 auto;
    }

    .pointArea .secTitBox {
        padding: 10rem 6rem 0;
        position: relative;
    }

    .pointArea .secTitBox:before {
        content: "";
        background: url(img/icon_point02.png) no-repeat;
        background-size: 100%;
        width: 110px;
        height: 86px;
        position: absolute;
        top: 0;
        left: 50%;
    }

    .pointArea .secTit {
        background: url(img/deco_title.png) no-repeat left center, url(img/deco_title02.png) no-repeat right center;
        background-size: 32px auto;
        display: table;
        margin: 0 auto;
        padding: 0 6rem;
    }

    #contents .lp2 .pointArea .itemBoxWrap {
        margin-bottom: 4rem;
    }

    .pointArea .itemBox {
        border: solid 3px #000;
        border-radius: 10px;
        background: #fff;
        width: 312px;
        display: inline-block;
        vertical-align: top;
        padding: 3rem 3rem 3rem;
        margin: 0 0.9rem 3rem;
        position: relative;
    }

    .pointArea .itemBox:before {
        content: "";
        background: #fff;
        width: 160px;
        height: 3px;
        position: absolute;
        top: -3px;
        left: calc(50% - 80px);
    }


    .pointArea .itemBox .eng {
        text-align: center;
        font-size: 2.1rem;
        position: absolute;
        top: -1.8rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: auto;
    }

    .pointArea .itemBox .catch {
        display: table;
        width: 100%;
        border-bottom: dashed 1px #000;
        margin: 0 0 2rem;
        padding: 0 0 1.5rem;
        min-height: 70px;
    }

    .pointArea .itemBox .eng span {
        font-size: 2.6rem;
        margin: 0 0 0 1rem;
        font-weight: normal;
        color: #000;
    }


    .pointArea .itemBox p {
        font-size: 1.4rem;
        text-align: left;
        margin: 0;
        width: auto;
    }

    .sec03 .pointArea .txtWrap {
        margin: 1rem auto 0;
    }


    .sec03 .cmnPart01 .txtWrap .oneColTxt {
        width: 700px;
        margin: 0 auto;
    }

    .sec03 .cmnPart01 .txtWrap .oneColTxt .btnArea {
        display: table;
        margin: 0 auto;
    }


    #contents .cmnPart01 .txtWrap>div:last-child {
        float: none;
        margin: 0;
    }

    .sec03 .cmnPart01 .txtWrap .oneColTxt .btnArea {
        display: flex;
        position: relative;
        z-index: 1;
        width: 1000px;
        padding: 0 3rem;
    }

    #contents .cmnPart01 .txtWrap>div .btn-web {
        width: 400px;
        margin: 1rem auto 0;
    }


    .leftBox img {
        max-height: 30rem;
        margin: 0 auto;
        display: block;
    }

    .company01 {
        padding-top: 40px;
    }


    #contents .cmnPart01:after {
        display: none;
    }

    .cth {
        font-size: 18px;
        text-align: center;
    }

}






/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    .youtube iframe {
        width: 100%;
    }

    .official {
        background: #f5f5f559;
        border-radius: 30px;
        padding: 5% 10%;
    }

    .official ul {
        padding: 15px;
    }

    .date .top {
        font-size: 10px;
    }

    .time_function {
        font-size: 10px;
    }

    .cmnPart01 .slick-slide img {
        max-height: 200px;
        margin: 0 auto;
    }

    .cmnPart01 ul.thumb.slick-initialized.slick-slider img {
        max-height: 54px;
        /* height: 50px; */
    }

    .movie-wrap {
        position: relative;
        padding-bottom: 56.25%;
        /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
    }

    .movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .googlemap {
        position: relative;
        padding-bottom: 56.25%;
        /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        margin-top: 20px;
    }

    .googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .click {
        font-size: 2vw;
        line-height: 0.9;
        margin-left: -0.7vw;
        letter-spacing: -0.2px;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }

    .click.c3,
    .click.c5,
    .click.c9,
    .click.c10 {
        font-size: 1vw;
        margin-left: -1.2vw;
    }

    p.bnr a {
        width: 70%;
        padding: 1rem;
        line-height: 1.4;
        font-size: unset;
        bottom: 7rem;
        left: 0.3rem;
    }

    #contents footer {
        padding-bottom: 6rem;
    }


    /*20221031*/

    .cmnPart02 {
        margin: 10rem auto;
        width: 1000px;
    }

    .itemBoxWrap01 {
        min-height: 1px;
    }

    #contents .cmnPart02 .itemBox .fuki span {
        font-size: 1.4rem;
    }



    #contents .cmnPart02 .itemBox .fuki {
        padding: 3rem 2rem;
        font-size: 16px;
        letter-spacing: 0.075em;
        font-weight: 500;
        text-align: center;
        background: url(/wp/wp-content/uploads/fuki01.png) no-repeat bottom center;
        background-size: 100%;
        margin: 0 0 2rem;
        font-size: 16px;
    }


    .cmnPart02 .itemBox .borBox {
        border: solid 3px #333;
        border-radius: 10px;
        position: relative;
        padding: 2rem 2rem 3rem;
    }

    #contents .sec01 .itemBoxWrap01.cf .itemBox:last-child {
        margin-top: 13.5rem;
    }

    #contents .cmnPart02 .itemBox .costBox {
        margin: 1rem 0 3rem;
    }

    #contents .bkken {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        border-bottom: dashed 1px #000;
        letter-spacing: 0.075em;
        display: table;
        margin: 0 auto;
        padding: 0 0 0.5rem;
    }

    #contents .info1 {
        margin: 2rem auto !important;
        width: 100% !important;
    }

    #contents .info1 th {
        width: 30% !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
        padding: 7px 10px !important;
        font-size: 1.2rem !important;
    }

    #contents .info1 td {
        font-size: 13px !important;
        line-height: 1.3 !important;
        padding: 7px 10px !important;
    }

    #contents .cmnPart02 .itemBox .borBox {
        margin-bottom: 15px;
    }

    #contents .cmnPart02 .itemBox {
        float: left;
        width: 314px;
    }

    #contents .cmnPart02 .itemBox .comName {
        font-size: 20px;
    }

    .gray {
        background: #eee;
        text-align: center;
        display: block;
        margin: 2rem auto;
        font-size: 18px;
        color: #f00;
        line-height: 8;
    }

    #contents .sec01 .itemBoxWrap01.cf .itemBox:last-child {
        margin-top: 9rem;

    }

    #contents .cmnPart02 .itemBox {
        float: none;
        width: 94%;
        margin: 0 auto 3rem;
    }

    /*20221031 tuika */
    #contents .cmnPart01 .comName {
        font-size: 2.3rem;
    }

    .addtbl {
        clear: both;
        margin: 4rem auto 4rem;
        border: solid;
        border-radius: 10px;

    }

    .addtbl .bkken {
        font-size: 2.3rem;
    }

    #contents .info2 {
        width: 80%;
    }

    .pointArea {
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    .pointArea .secTitBox {
        padding: 10rem 6rem 0;
        position: relative;
    }

    .pointArea .secTitBox:before {
        content: "";
        background: url(img/icon_point02.png) no-repeat;
        background-size: 100%;
        width: 55px;
        height: 46px;
        position: absolute;
        top: 0;
        left: 45%;
    }

    .pointArea .secTit {
        background: url(img/deco_title.png) no-repeat left center, url(img/deco_title02.png) no-repeat right center;
        background-size: 32px auto;
        display: table;
        margin: 0 auto;
        padding: 0 6rem;
    }

    #contents .lp2 .pointArea .itemBoxWrap {
        margin-bottom: 4rem;
    }

    .pointArea .itemBox {
        border: solid 3px #000;
        border-radius: 10px;
        background: #fff;
        width: 312px;
        display: inline-block;
        vertical-align: top;
        padding: 3rem 3rem 3rem;
        margin: 0 0.9rem 3rem;
        position: relative;
    }

    .pointArea .itemBox:before {
        content: "";
        background: #fff;
        width: 160px;
        height: 3px;
        position: absolute;
        top: -3px;
        left: calc(50% - 80px);
    }


    .pointArea .itemBox .eng {
        text-align: center;
        font-size: 2.1rem;
        position: absolute;
        top: -1.8rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: auto;
    }

    .pointArea .itemBox .catch {
        display: table;
        width: 100%;
        border-bottom: dashed 1px #000;
        margin: 0 0 2rem;
        padding: 0 0 1.5rem;
        min-height: 70px;
    }

    .pointArea .itemBox .eng span {
        font-size: 2.6rem;
        margin: 0 0 0 1rem;
        font-weight: normal;
        color: #000;
    }


    .pointArea .itemBox p {
        font-size: 1.4rem;
        text-align: left;
        margin: 0;
        width: auto;
    }

    .sec03 .pointArea .txtWrap {
        margin: 1rem auto 0;
    }


    .sec03 .cmnPart01 .txtWrap .oneColTxt {
        width: 700px;
        margin: 0 auto;
    }

    .sec03 .cmnPart01 .txtWrap .oneColTxt .btnArea {
        display: table;
        margin: 0 auto;
    }


    #contents .cmnPart01 .txtWrap>div:last-child {
        float: none;
        margin: 0;
    }

    .sec03 .cmnPart01 .txtWrap .oneColTxt .btnArea {
        margin: 0 auto;
    }

    #contents .cmnPart01 .txtWrap>div .btn-web {
        margin: 1rem auto 0;
    }


    .leftBox img {
        max-height: 30rem;
        margin: 0 auto;
        display: block;
    }

    .company01 {
        padding-top: 40px;
    }


    #contents .cmnPart01:after {
        display: none;
    }




    .cth {
        position: absolute;
        top: -4rem;
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }

    .caption {
        margin: 0 auto !important;
    }

    #contents table th,
    #contents table td {
        display: revert;
    }

    #contents table th {
        font-size: 1.4rem;
    }
#contents #fixBot .btnList {
    display: none;
}

#contents #fixBot .modal-open {
    background: #FCF9DA;
}
#contents #fixBot:before {
    top: -23.5rem;
    z-index: 1000;
}
#contents #fixBot .modal-open {
    display: block;
    bottom: 0;
    width: 100%;
}	
#contents #fixBot .modal-open .btn-internal.bi2 {
    width: 100%;
}
#contents #fixBot .modal-open p.tit {
    position: absolute;
    top: -4rem;
    font-size: 2rem;
    background: #FCF9DA;
    width: 100%;
    display: block;
    padding: 1rem 2rem;
    left: 0;
}
#contents #fixBot .modal-open .btn-internal.bi2 a {
    background: #592E27;
}	
#page-top {
    bottom: 25rem;
}

#toc {
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 3rem;
}

#toc a {
    font-size: 14px;
}

#toc li {
    line-height: 1.2;
    margin: 10px 0;
}

#contents footer {
    padding-bottom: 15rem;
}	
#contents #toc ul li {
    margin: 8px 0;
}

header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before{
    float: left;
    margin-bottom: 1rem;
}
.grad-item {
    height: 26rem;
}	
}