h2.h2_single {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.border_underline-brown {
    background: url(../img/common/line_brown.svg) no-repeat center bottom;
    background-size: 100px 5px;
    padding-bottom: 4px;
    margin-bottom: 30px;
}

.border_underline-brown span.line {
    display: block;
    border-bottom: 1px solid #854E4B;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 10px;
}


.subtitle_under-white {
    text-align: center;
    font-weight: bold;
}

.subtitle_under-white.t-shadow {
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 0px 0px 5px #fff;
}

.subtitle_under-white h2 {
    font-size: 170%;
    background: url(../img/common/line_brown.svg) no-repeat center bottom;
    background-size: 100px 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.subtitle_under-white h3 {
    font-size: 120%;
}



.subtitle_under-brown {
    text-align: center;
    font-weight: bold;
}

.subtitle_under-brown h2 {
    font-size: 170%;
    background: url(../img/common/line_brown.svg) no-repeat center bottom;
    background-size: 100px 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.subtitle_under-brown h2 span.middle {
    font-size: 85%;
}

.subtitle_under-brown h2 span.small {
    font-size: 65%;
}

.subtitle_under-brown h2 span {
    font-weight: bold;
}



.subtitle_under-brown h2.column {
    display: flex;
    flex-flow: column;
}



.subtitle_under-brown h3 {
    font-size: 120%;
}

.subtitle_under-brown h3.eng {
    font-weight: normal;
}


.btn_normal {}

.btn_normal.center {
    text-align: center;
}

.btn_normal a {
    background: #fff;
    font-weight: bold;
    border-top: 1px solid var(--subcolor);
    border-right: 1px solid var(--subcolor);
    border-bottom: 5px solid var(--subcolor);
    border-left: 5px solid var(--subcolor);
    padding: 15px 40px 15px 20px;
    text-decoration: none;
    min-width: 300px;
    display: inline-block;
    text-align: center;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
}

.btn_normal a span.icon {
    background: url(../img/common/icon_arrow_right_brown.svg) no-repeat center right;
    background-size: 20px 20px;
    font-weight: bold;
    padding: 0 30px;
}

.btn_normal a:hover {
    background: var(--subcolor02);
}

















/******************
TOP
******************/


/*トップ*/

#top_mainimg_wrap {
    position: relative;
}

#top_mainimg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#top_mainimg section {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    min-height: 500px;
    z-index: 2;
    position: relative;
}

#top_mainimg section .catch {
    width: 50%;
    text-align: center;
    color: #fff;
}

#top_mainimg section .catch h2 {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 30px;
}

#top_mainimg section .catch h3 {
    font-size: 120%;
    font-weight: bold;
}

#top_mainimg section .catch h2 rt {
    font-size: 40%;
    margin-bottom: 5px;
}


/*トップスライド*/

#top_mainimg .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity 1s ease;
    /* フェード時間 */
}

#top_mainimg .slide.active {
    opacity: 1;
}

/* ページャー */
#top_mainimg_pager.pager {
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    line-height: 0;
}

#top_mainimg_pager.pager span {
    display: inline-block;
    width: 70px;
    height: 13px;
    background: #79B6C8;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s;
}

#top_mainimg_pager.pager span.active {
    background: #fff;
}





/*トップ新着*/

#top_news {
    background: var(--maincolor);
    color: #fff;
    margin-bottom: 40px;
}

#top_news dl {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

#top_news dl dd {}

#top_news dl dd.news {
    position: relative;
    height: 25px;
    overflow: hidden;
    width: 75%;
    display: flex;
    align-items: center;
}

#top_news dl dd.news .news_list {
    display: flex;
    flex-flow: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
    /* スライド＋フェード */
}

#top_news dl dd.news .news_list.active {
    opacity: 1;
    transform: translateY(0);
}

#top_news dl dd.news .news_list.exit {
    opacity: 0;
    transform: translateY(100%);
}




#top_news dl dd.news .news_list .date {
    margin-right: 20px;
}

#top_news dl dd.news .news_list .label {}

#top_news dl dd.news .news_list .label a {
    font-weight: bold;
}


#top_news dl dd.news .news_list .label a.arrow_after:before {
    color: var(--color_white);
}


#top_news dl dd.btn {
    width: 20%;
}

#top_news dl dd.btn a {
    background: #fff;
    color: #1E1E1E;
    padding: 10px 15px;
}




/*トップblock1*/

#top_custom01_wrap {
    padding-bottom: 50px;
}

.top_custom01_bg {
    background: url(../img/top/top_slide_bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 90px 0 15vh;
    position: relative;
    z-index: 1;
}


.top_custom01_list {
    position: relative;
    z-index: 2;
    top: -10vh;
    margin-bottom: -7vh;
}

.top_custom01_list dl {
    display: flex;
    flex-flow: wrap;
    gap: 4%;
}

.top_custom01_list dl dd {
    padding: 0 1.5vw;
}

.top_custom01_list dl dd .photo {
    text-align: center;
    margin-bottom: 15px;
}

.top_custom01_list dl dd .label {
    background: var(--subcolor);
    border-radius: 100px;
    font-size: 90%;
    color: #333;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.top_custom01_list dl dd .label span {
    font-weight: bold;
}

.top_custom01_list dl dd dl.spec {
    font-size: 90%;
    width: 90%;
    margin: 0 auto;
}

.top_custom01_list dl dd dl.spec dt {
    width: 30%;
}

.top_custom01_list dl dd dl.spec dt:before {
    content: '-';
    margin-right: 5px;
}

.top_custom01_list dl dd dl.spec dd {
    width: 65%;
    padding: 0;
}


.top_custom01_list .slick-next {
    right: 1%;
}

.top_custom01_list .slick-prev {
    left: 1%;
}

.top_custom01_list .slick-dots {
    bottom: -35px;
}


.top_custom01_list .slick-prev:before,
.top_custom01_list .slick-next:before {
    color: var(--maincolor);
}

#top_custom01_wrap p.lead {
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    margin-bottom: 50px;
}




#top_custom02_wrap {
    background: var(--subcolor02);
    padding: 70px 0;
}

#top_custom02_wrap p.lead {
    text-align: center;
    margin-bottom: 50px;
}

#top_custom02_wrap .order_wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#top_custom02_wrap .order_wrap .box {
    width: 47%;
    position: relative;
}

#top_custom02_wrap .order_wrap .box .label {
    position: relative;
    z-index: 2;
    text-align: center;
}

#top_custom02_wrap .order_wrap .box .label h4 {
    background: var(--subcolor);
    border-radius: 100px;
    padding: 10px 45px;
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
}

#top_custom02_wrap .order_wrap .box .photo {
    text-align: center;
    position: relative;
    z-index: 1;
    top: -20px;
}

#top_custom02_wrap .order_wrap .box .text {
    margin-bottom: 50px;
}





#top_custom03_wrap {
    padding: 70px 0;
    background: var(--subcolor02);
}

#top_custom03_wrap .subtitle_under-brown {
    margin-bottom: 40px;
}


#top_custom03_wrap .workssample_box {
    margin-bottom: 30px;
}

#top_custom03_wrap .workssample_box:last-child {
    margin-bottom: 70px;
}

#top_custom03_wrap .workssample_box a {
    display: flex;
    flex-flow: wrap;
}

#top_custom03_wrap .workssample_box .photo {
    width: 45%;
    order: 1;
}

#top_custom03_wrap .workssample_box .text {
    width: 55%;
    padding: 0 30px;
    order: 2;
    background: #fff;
    display: flex;
    align-items: center;
}

#top_custom03_wrap .workssample_box .text h4 {
    position: relative;
}

#top_custom03_wrap .workssample_box .text h4 span.icon {
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 10px;
    background: url(../img/common/icon_arrow_right_brown.svg) no-repeat center right;
    background-size: auto 90%;
    padding-right: 40px;
    display: inline-block;
}


#top_custom03_wrap .workssample_box .text p {
    margin: 0;
}

#top_custom03_wrap .workssample_box.right .photo {
    order: 2;
}

#top_custom03_wrap .workssample_box.right .text {
    order: 1;
}










#top_custom04_wrap {
    padding: 70px 0;
}

#top_custom04_wrap .tab_layout .wraps ul li a span.icon {
    font-weight: bold;
}



#top_custom04_wrap .tab_content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* 表示中のタブ */
#top_custom04_wrap .tab_content.active {
    display: block;
    opacity: 1;
}


#top_custom04_wrap .tab_content dl {
    display: flex;
    flex-flow: wrap;
    gap: 4%;
    width: 90%;
    margin: 0 auto 70px auto;
}

#top_custom04_wrap .tab_content dl dd {
    margin-bottom: 20px;
    width: 48%;
}

#top_custom04_wrap .tab_content dl dd a {
    text-align: center;
    display: block;
    border-bottom: 2px solid var(--subcolor);
    padding-bottom: 10px;
}

#top_custom04_wrap .tab_content dl dd a span.icon {
    display: inline-block;
    font-weight: bold;
    background: url(../img/common/icon_arrow_right_brown.svg) no-repeat center left;
    background-size: auto 80%;
    padding: 0 30px;
}


.bnrbox_wrap {
    display: flex;
    flex-flow: wrap;
    gap: 5%;
}

.bnrbox_wrap .box {}

.bnrbox_wrap .box .photo {
    margin-bottom: 5px;
}

.bnrbox_wrap .box .text {
    text-align: center;
}

.bnrbox_wrap .box .text.caption {
    font-size: 85%;
}

.bnrbox_wrap.column2 .box {
    width: 47%;
}

.bnrbox_wrap.column3 .box {
    width: 30%;
}

.bnrbox_wrap.top_3bnrbox .photo {
    position: relative;
}

.bnrbox_wrap.top_3bnrbox .photo .img {
    position: relative;
    z-index: 1;
}

.bnrbox_wrap.top_3bnrbox .photo .text {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.bnrbox_wrap.top_3bnrbox .photo .line {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}




#top_custom05_wrap {
    background: var(--subcolor) url(../img/top/top_block05-bg.png) no-repeat right top;
    background-size: auto 100%;
    padding: 100px 5%;
    display: flex;
    flex-flow: wrap;
    gap: 5%;
}

#top_custom05_wrap .title {
    width: 20%;
}

#top_custom05_wrap .body {
    width: 40%;

}

#top_custom05_wrap .body h3 {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 30px;

}

#top_custom05_wrap .body p.text {}






#top_custom06_wrap {
    background: var(--subcolor02);
    padding: 70px 0;
}


#top_custom06_wrap .insta_title {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 2%;
    margin-bottom: 50px;
}

#top_custom06_wrap .insta_title h2 {
    font-size: 250%;
    font-weight: bold;
}

#top_custom06_wrap .insta_title h3 {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    padding-top: 10px;
}

#top_custom06_wrap .insta_title h3 .icon {}

#top_custom06_wrap .insta_title h3 .label {}


#top_custom06_wrap p.lead {
    margin-bottom: 50px;
    font-weight: bold;
}

#top_custom06_wrap .insta_wrap {
    display: flex;
    flex-flow: wrap;
    gap: 30px 3%;
    margin-bottom: 50px;
}

#top_custom06_wrap .insta_wrap .box {
    width: 22%;
}









/*ページ*/

.page_title_wrap {
    padding: 50px 0 0;
}


#page_main.brown {
    background: var(--maincolor);
    padding: 50px 0;
}

#page_main.brown h2 {
    color: #fff;
    font-size: 150%;
    font-weight: bold;
}

#page_main.beige {
    border-top: 25px solid var(--maincolor);
    padding: 50px 0;
    text-align: center;
    background: var(--subcolor02);
}

#page_main.column2 section {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    width: 100%;
}

#page_main.column2 section .right_box {
    padding: 100px 0;
    width: 50%;
}


#page_main.column2.concierge {
    background: #090708 url(../img/page/page_main_concierge.jpg) no-repeat left center;
    background-size: 50% auto;
    color: #fff;
}

#page_main.column2.yamakasa {
    background: #050537 url(../img/page/page_main_yamakasa.jpg) no-repeat left center;
    background-size: 50% auto;
    color: #fff;
}

#page_main.column2.concierge .subtitle_under-brown h2,
#page_main.column2.yamakasa .subtitle_under-brown h2,
#page_main.column2.ippangaku .subtitle_under-brown h2 {
    background: url(../img/common/line_white.svg) no-repeat center bottom;
    background-size: 100px 5px;
}


#page_main.column2.ecsite {
    background: #090708 url(../img/page/page_main_ecsite.jpg) no-repeat left center;
    background-size: cover;
}


#page_main.column2.ippangaku {
    background: #854E4B url(../img/page/gaku-ippan_main.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}







#page_pankz {
    font-size: 90%;
    padding-top: 10px;
}

#page_pankz.beige {
    background: var(--subcolor02);
}

#page_pankz ul {
    display: flex;
    flex-flow: wrap;
    margin: 0;
}

#page_pankz ul li {}

#page_pankz ul li a {
    text-decoration: underline;
}

#page_pankz ul li a span {}

#page_pankz ul li:after {
    content: '>';
    margin: 0 10px;
}

#page_pankz ul li:first-child a span {
    background: url(../img/common/icon_home.svg) no-repeat left center;
    background-size: 20px auto;
    display: inline-block;
    padding-left: 25px;
    text-decoration: underline;
}

#page_pankz ul li:last-child a {
    pointer-events: none;
    text-decoration: none;
}

#page_pankz ul li:last-child:after {
    content: unset;
}


.page_contact_wrap {
    background: var(--subcolor);
    padding: 50px 0;
}

.page_contact_wrap .subtitle_under-brown {
    margin-bottom: 40px;
}

.page_contact_wrap .contact_wrap {
    display: flex;
    flex-flow: wrap;
}

.page_contact_wrap .contact_wrap .box {
    border-right: 1px solid #fff;
    padding: 0 5%;
    width: calc(100% / 3);
}

.page_contact_wrap .contact_wrap .box .img {
    text-align: center;
    margin-bottom: 20px;
}

.page_contact_wrap .contact_wrap .box .img img {
    width: 90px;
}

.page_contact_wrap .contact_wrap .box .label {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 20px;
    text-align: center;
}

.page_contact_wrap .contact_wrap .box .telnum {
    margin-bottom: 0px;
    text-align: center;
}

.page_contact_wrap .contact_wrap .box .telnum span {
    font-weight: bold;
    font-size: 150%;
}


.page_contact_wrap .contact_wrap .box .btn_normal a {
    min-width: auto;
    padding: 15px 20px 15px 0px;
}

.page_contact_wrap .contact_wrap .box .info {
    margin: 0;
    text-align: center;
    font-size: 85%;
}


.page_contact_wrap .contact_wrap .box .telnum span {
    background: url(../img/common/icon_contact-tel.svg) no-repeat left center;
    background-size: 20px auto;
    display: inline-block;
    padding-left: 25px;
}

.page_contact_wrap .contact_wrap .box .telnum.fax span {
    background: url(../img/common/icon_contact-fax.svg) no-repeat left center;
    background-size: 20px auto;
}

.page_contact_wrap .contact_wrap .box .telnum.fax a {
    pointer-events: none;
}


#page_body {
    padding: 50px 0 0 0;
}


.page_tablelayout table {
    border-top: 1px solid #854E4B;
    border-bottom: 1px solid #854E4B;
    width: 100%;
}

.page_tablelayout table th {
    background: var(--subcolor02);
    text-align: center;
    width: 30%;
    padding: 30px 5%;
    border-bottom: 1px dotted #ccc;
}

.page_tablelayout table td {
    width: 70%;
    padding: 30px 5%;
    border-bottom: 1px dotted #ccc;
}


.photo-column1_wrap {
    margin-bottom: 70px;
}

.photo-column1_wrap .photo_block {
    margin-bottom: 30px;
    text-align: center;
}

.photo-column1_wrap .title_block {
    width: 94%;
    margin: 0 auto 30px auto;
}

.photo-column1_wrap .title_block h4 {}

.photo-column1_wrap .title_block span.eng {
    font-size: 80%;
    margin-bottom: 5px;
    display: block;
}

.photo-column1_wrap .title_block span.jp {
    border-bottom: 3px solid #854E4B;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 150%;
    display: block;
    padding-bottom: 10px;
}



.photo-column1_wrap .text_block {
    width: 88%;
    margin: 0 auto 0px auto;
}





.page_anchor_wrap {
    background: var(--subcolor02);
    padding: 50px 0;
}

.page_anchor_wrap ul {
    display: flex;
    flex-flow: wrap;
    gap: 20px 5%;
}

.page_anchor_wrap ul li {
    width: 30%;
}

.page_anchor_wrap ul li a {
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px;
}


#page_main_img {
    min-height: 450px;
}


.lead_text .main_title {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}



.contents_block {
    padding: 70px 0 20px 0;
}


.title_bg {}

.title_bg .mask_black {
    background: rgba(0, 0, 0, 0.35);
}

.title_bg .mask_black section {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    min-height: 280px;
}

.title_bg .mask_black .title {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    color: #fff;
}


.contents_block.width100 section {
    width: 100%;
}



.title_point {
    margin-bottom: 30px;
}

.title_point .htitle {
    display: flex;
    flex-flow: column;
}

.title_point span {
    display: inline-block;
}

.title_point .htitle .jp {
    font-size: 170%;
    font-weight: bold;
}

.title_point .htitle .en {
    font-size: 95%;
    margin-bottom: 5px;
}

#page_pankz.footer {
    border-top: 1px solid #707070;
    padding: 25px 0;
}

.tab_content_wrap {}

.tab_content_wrap .tab_content {
    display: none;
}

.tab_content_wrap .tab_content.active {
    display: block;
}


.tab_content_wrap .tab_content dl {
    display: flex;
    flex-flow: wrap;
    gap: 15px 3%;
    width: 80%;
    margin: 0 auto;
}

.tab_content_wrap .tab_content dl dd {
    width: 47%;
}

.tab_content_wrap .tab_content dl dd a {
    border-bottom: 2px solid var(--maincolor);
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 110%;
}

.tab_content_wrap .tab_content dl dd a span.icon {
    background: url(../img/common/icon_arrow_right_brown.svg) no-repeat left center;
    background-size: 20px auto;
    padding: 0 0 0 30px;
}

/*ひらかわのこだわり*/

#page_main_img.kodawari {
    background: url(../img/page/kodawari_main.jpg) no-repeat center center;
    background-size: cover;
}

.title_bg.kodawari01 {
    background: url(../img/page/kodawari_title01.jpg) no-repeat center center;
    background-size: cover;
}


.kodawari_wrap {}

.kodawari_wrap .box {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 30px;
    width: 80%;
    background: url(../img/page/kodawari_boxline.svg) no-repeat left bottom;
    background-size: 50% 1px;
}

.kodawari_wrap .box .photo {
    width: 35%;
}

.kodawari_wrap .box .text {
    width: 65%;
    padding: 40px 5%;
}

.kodawari_wrap .box.right {
    margin-left: 20%;
}

.kodawari_wrap .box.right {
    background: url(../img/page/kodawari_boxline.svg) no-repeat right bottom;
    background-size: 50% 1px;
}

.kodawari_wrap .box.right .photo {
    order: 2;
}

.kodawari_wrap .box.right .text {
    order: 1;
}

/* company history専用 dl */
dl.company_history_item dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.company_history_text {
    flex: 1;
}

.company_history_img {
    width: 35%;
    max-width: 280px;
}

.company_history_img img {
    width: 100%;
    height: auto;
    display: block;
}






/*山笠記念グッズ*/

.contents_wrap.yamakasa {
    background-image: url(../img/page/yamakasa-bg01.jpg), url(../img/page/yamakasa-bg02.jpg);
    background-position: right top, bottom left;
    background-size: 65% auto, 65% auto;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 50px;
}

.yamakasa_block01 {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 50px;
}

.yamakasa_block01 .photo {
    width: 40%;
}

.yamakasa_block01 .text {
    width: 60%;
    padding: 40px 5%;
}

.yamakasa_block02 {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 30px;
}

.yamakasa_block02 .photo {
    width: 40%;
}

.yamakasa_block02 .text {
    width: 60%;
    padding: 0 5%;
}

.yamakasa_block02.right .photo {
    order: 2;
}

.yamakasa_block02.right .text {
    order: 1;
}


.yamakasa_wrap2 {}

.yamakasa_column3menu .box .label {
    font-weight: bold;
    text-align: center;
}

.yamakasa_column3menu .box .photo {
    text-align: center;
}

.yamakasa_column3menu .box .photo img {
    max-height: 230px;
}






/*ecshop*/

#ecshop_wrap {
    padding: 70px 0;
}

#ecshop_wrap .ec-shelfGrid .ec-shelfGrid__item p.name {
    font-weight: bold;
    border-bottom: 1px solid #854E4B;
    font-size: 130%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#ecshop_wrap .ec-productRole__actions {
    background: #FEF7F5;
    padding: 15px;
}

#ecshop_wrap .ec-blockBtn--action {
    background: #854E4B;
    padding: 0% 10%;
    height: auto;
    color: #fff;
}

#ecshop_wrap .itemoption {
    margin-bottom: 15px;
}

#ecshop_wrap .price02-default {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

#ecshop_wrap .price02-default span.label {
    color: #fff;
    background: #854E4B;
    padding: 3px 10px;
    display: inline-block;
    font-size: 90%;
    margin-right: 5px;
}

#ecshop_wrap .price02-default span.number {
    font-weight: bold;
    font-size: 110%;
}



/*ecshop詳細*/


#ecshop_detail_wrap .ec-productRole .ec-productRole__code {
    padding: 0 0 10px 0;
    border-bottom: none;
}

#ecshop_detail_wrap .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: bold;
}

#ecshop_detail_wrap .ec-productRole .ec-productRole__tags {
    margin-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #854E4B;
}

#ecshop_detail_wrap .ec-productRole .ec-productRole__price .ec-price {
    display: flex;
    flex-flow: wrap;
    color: #854E4B;
    padding: 0 0.3em 0 0;
    align-items: end;
}

#ecshop_detail_wrap .ec-price .ec-price__tax {
    padding-bottom: 5px;
}

#ecshop_detail_wrap .ec-productRole__category {
    margin-bottom: 30px;
}

#ecshop_detail_wrap .ec-productRole__category div {
    font-weight: bold;
    margin-bottom: 5px;
}

#ecshop_detail_wrap .ec-productRole__category ul {
    margin-left: 20px;
}

#ecshop_detail_wrap .item_option_wrap {}

#ecshop_detail_wrap .item_option_wrap dl {
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    font-size: 95%;
    margin-bottom: 0px;
}

#ecshop_detail_wrap .item_option_wrap dl dt {
    width: 20%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#ecshop_detail_wrap .item_option_wrap dl dd {
    width: 30%;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}

#ecshop_detail_wrap .ec-productRole__actions {
    margin-bottom: 30px;
}




/*基礎知識*/

.knowledge_block {
    margin-bottom: 100px;
}

.knowledge_block .photo {}

.knowledge_block .title_point {
    width: 90%;
    margin: 0 auto;
    border-bottom: 3px solid #854E4B;
    padding: 0 0 15px;
    margin-bottom: 30px;
}

.knowledge_block .textarea {
    width: 80%;
    margin: 0 auto;
}

.knowledge_block .cta_area {
    width: 80%;
    margin: 0 auto;
}


.knowledge_block.column2 .box.text {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.knowledge_block.column2.right .box.img {
    order: 2;
}

.knowledge_block.column2.right .box.text {
    order: 1;
}




/*ひらかわ会社概要*/


.about_block {
    margin-bottom: 70px;
}

.about_block.beige {
    background: var(--subcolor);
    padding: 70px 0;
}


/*お問い合わせ*/


.contact_block_beige {
    background: #FEF7F5;
    padding: 50px;
    margin-bottom: 30px;
}


.contactform_layout {
    margin-bottom: 50px;
}

.contactform_layout dl {
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.contactform_layout dl dt {
    width: 25%;

}

.contactform_layout dl dd {
    width: 75%;
}

.contactform_layout dl dt span {
    display: inline-block;
}

.contactform_layout dl dt .label {
    color: #fff;
    font-size: 85%;
    padding: 2px 8px;
    margin-right: 5px;
}

.contactform_layout dl dt .label.hissu {
    background: #F70C00;
}

.contactform_layout dl dt .label.nini {
    background: #7572CC;
}

.contactform_layout dl dt .name {
    font-weight: bold;
}

.contactform_layout dl.text dd input {
    border: 1px solid #ccc;
    padding: 10px;
    width: 50%;
    max-width: 320px;
    border-radius: 5px;
}


.contactform_layout dl.textarea dd textarea {
    width: 100% !important;
    height: 200px;
    !important;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.contactform_layout dl dd {}


.contactform_layout dl dd .dl_wrap.dl_side dl {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.contactform_layout dl dd dd.text input {
    border: 1px solid #ccc;
    padding: 10px;
    width: 50%;
    max-width: 320px;
    border-radius: 5px;
}

.contactform_layout dl dd dd.select select {
    border: 1px solid #ccc;
    padding: 10px;
    width: 50%;
    max-width: 320px;
}

.contactform_layout dl.radio dd .wpcf7-radio {
    display: flex;
    flex-flow: column;
}

.contactform_layout dl dd a {
    text-decoration: underline;
}



.contact_btn_wrap {
    margin-top: 50px;
    text-align: center;
}

.contact_btn_wrap .contact_btn {}

.contact_btn_wrap .contact_btn input {
    color: #fff;
    background: #854E4B;
    border-radius: 5px;
    font-size: 20px;
    padding: 20px 50px;
    font-weight: bold;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
}

.contact_btn_wrap .contact_btn input:hover {
    opacity: 0.8;
}

.wpcf7-not-valid-tip {
    font-weight: bold;
    margin-top: 5px;
}


.contact_thanks {
    text-align: center;
    margin-bottom: 70px;
}

.contact_thanks p.logo img {
    max-width: 170px;
}





/*注文ガイド*/

.guide_flow {
    margin-bottom: 70px;
}


.guide_flow dl {
    display: flex;
    flex-flow: wrap;
    gap: 3%;
    width: 84%;
    margin: 0 auto;
}

.guide_flow dl dt {
    width: 26%;
}

.guide_flow dl dd {
    display: flex;
    flex-flow: wrap;
    width: 5%;
    align-items: center;
    justify-content: center;
}

.guide_flow dl dt p.text {
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}

.guide_flow dl dt p.img {
    text-align: center;
}

.guide_flow dl dt p.img img {
    max-height: 100px;
}

/* ご注文ガイド〜ご注文方法3ステップ */
.guide_flow dl dt p.img.is-large img {
    max-height: 180px;
}



.guide-step_wrap {
    margin-bottom: 70px;
    margin-top: 40px;
}


.guide-step_wrap dl.step_block {
    margin-top: 30px;
}

.guide-step_wrap dl.step_block a {
    background: #FEF7F5;
    display: flex;
    flex-flow: wrap;
    gap: 5%;
    pointer-events: none;
}

.guide-step_wrap dl.step_block a dt {
    background: #fff;
    border: 3px solid #854D4B;
    text-align: center;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1em 0.5em 1em 2em;
}

.guide-step_wrap dl.step_block a dt:last-child {
    padding-right: 1em;
}

.guide-step_wrap dl.step_block a dt:last-child:before,
.guide-step_wrap dl.step_block a dt:last-child:after {
    display: none;
}

.guide-step_wrap dl.step_block a dt:before,
.guide-step_wrap dl.step_block a dt:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.guide-step_wrap dl.step_block a dt:before {
    top: -2px;
    right: -15px;
    border-style: solid;
    border-color: transparent transparent transparent #854D4B;
    border-width: 31px 0px 31px 12px;
    z-index: 10;
}

.guide-step_wrap dl.step_block a dt:after {
    top: -2px;
    right: -12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 31px 0px 31px 12px;
    z-index: 10;
}

.guide-step_wrap dl.step_block a dt.is-current {
    background: #9bbb30;
    font-weight: bold;
}

.guide-step_wrap dl.step_block a dt.is-current:after {
    border-color: transparent transparent transparent #9bbb30;
}



.guide-step_wrap dl.step_block a dd {
    width: 70%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.guide-step_wrap dl.step_block a dt span {
    font-size: 120%;
    font-weight: bold;
}

.guide-step_wrap dl.step_block a dd span {}

.guide-step_wrap .step_fukidashi .title_org_fukiborder-up {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 3% 5%;
    width: 90%;
    border-radius: 10px;
    text-align: left;
}

.li_check_red {}

.li_check_red li {
    background: url(../img/page/li_check_red.svg) no-repeat left top;
    background-size: 27px auto;
    padding-left: 33px;
    margin-bottom: 10px;

}

.guide_bg_darkbeige {
    padding: 50px 0;
    margin-bottom: 50px;
    background: #F6DED4;
}


.guide_kiyaku_box {
    border: 5px solid #F6DED4;
    padding: 3% 5%;
    margin-bottom: 50px;
}

.guide_kiyaku_box p:last-child {
    margin-bottom: 0;
}




.guide_flow.use_flow dl {
    display: flex;
    flex-flow: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    gap: 5%;
}

.guide_flow.use_flow dl dt {
    width: 40%;
}


.guide_flow dl dt p.text {
    text-align: left;
    font-weight: normal;
    font-size: 100%;
}

.guide_flow dl dt p.img {
    text-align: center;
}



.guide-use_junbi {
    text-align: center;
    margin-bottom: 50px;
}

.guide-use_junbi span {
    color: #fff;
    background: #854E4B;
    display: inline-block;
    border-radius: 100px;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 120%;
}


.guide-use_block01 .box {
    background: #FEF7F5;
    padding: 10px 20px;
}

.dl_wrap.dl_side.dt_bg.guide-use_block02 dl dt {
    background: #FEF7F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl_wrap.dl_side.dt_bg.guide-use_block02 dl dt span {
    font-weight: bold;
}

.dl_wrap.dl_side.dt_bg.guide-use_block02 dd {
    font-weight: bold;
}


/*一般額*/

.gaku_matlist {}

.gaku_matlist .photo {
    text-align: center;
    margin-bottom: 15px;
}

.gaku_matlist .title {
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}

.gaku_matlist p {
    text-align: center;
}



.gaku_point_wrap {
    background: #FEF7F5;
}

.gaku_point_wrap .box {}

.gaku_point_wrap .box .point {
    text-align: center;
    margin-bottom: 20px;
}

.gaku_point_wrap .box .point .label {
    font-weight: bold;
    border: 1px solid #707070;
    border-radius: 100px;
    font-size: 110%;
    padding: 3px 20px;
}

.gaku_point_wrap .box .point .label .num {
    font-weight: bold;
    font-size: 130%;
    margin-left: 5px;
}

.gaku_point_wrap .box .icon {
    text-align: center;
    margin-bottom: 20px;
}

.gaku_point_wrap .box .icon img {
    max-height: 130px;
}

.gaku_point_wrap .box h4 {
    text-align: center;
    margin-bottom: 15px;
    color: #854D4B;
    font-size: 120%;
    font-weight: bold;
}

.gaku_point_wrap .box p.text {
    margin: 0;
}

.gaku_lead {
    padding: 0 0 50px 0;
}

.gaku_lead .main_title {}

.gaku_lead .subtitle_brown-round {}

.gaku_lead .slider.ippangaku {
    margin-bottom: 40px;
}

.btn_deco {
    text-align: center;
    margin-bottom: 10px;
}

.btn_deco span:before {
    content: '＼';
}

.btn_deco span:after {
    content: '／';
}

.gaku-slider {
    margin-bottom: 60px !important;
}

.gaku-slider .slick-prev {
    left: 5%;
}

.gaku-slider .slick-next {
    right: 5%;
}

.gaku-slider .slick-prev:before,
.gaku-slider .slick-next:before {
    color: #854E4B;
}

.gaku-slider .slick-dots {
    bottom: -35px;
}

/* 額装メール相談室 特別クラス */


.email-consultation .main_title_custom {
    color: var(--maincolor);
    font-weight: bold;
    border-left: 5px solid var(--maincolor);
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
}

.email-consultation .intro_box {
    background: var(--subcolor02);
    border: 1px solid var(--subcolor);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.email-consultation .consultation_examples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.email-consultation .example_card {
    background: var(--color_white);
    border: 1px solid var(--color_lightgray);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.email-consultation .example_card h5 {
    color: var(--maincolor);
    font-weight: bold;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-consultation .example_card h5::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23854E4B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='1' ry='1'%3E%3C/rect%3E%3Cpath d='M3 9h18M9 21V3'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    flex-shrink: 0;
}

.email-consultation .step_info {
    background: var(--color_lightgray);
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
    border: 1px dashed var(--color_darkgray);
}

.email-consultation .contact_btn_area {
    text-align: center;
    margin-top: 40px;
}

.email-consultation .contact_link {
    display: inline-block;
    background: var(--maincolor);
    color: var(--color_white);
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s;
}

.email-consultation .contact_link:hover {
    opacity: 0.8;
}


.email-consultation-h3 {
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.6;

    border: 1px solid #ccc;
    padding: 15px 20px;
}


.email-consultation-p {
    margin-bottom: 30px;
    line-height: 1.9;
    font-size: 1rem;
}

.email-consultation-p .label {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
}




/* FAQ */


.tab_layout .wraps ul li a:has(.fag-ch-page) {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}


.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    color: var(--text-color);
}

.faq-title {
    text-align: center;
    color: var(--maincolor);
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.faq-item {
    background-color: var(--subcolor02);
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid var(--subcolor);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item[open] {
    background-color: #fff;
    border-color: var(--maincolor);
}

.faq-question {
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 50px;
    transition: color 0.3s;
}

.faq-question:hover {
    color: var(--maincolor);
}

.icon.fag-ch-page {
    color: var(--maincolor);
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 1.2rem;
    color: var(--maincolor);
    transition: transform 0.3s;
}


.faq-item[open] .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px 20px 20px;
    line-height: 1.6;
    border-top: 1px solid var(--subcolor02);
}

.faq-question::-webkit-details-marker {
    display: none;
}








































/**********************************************************************/

/* for TB & SP CSS   */

/**********************************************************************/








/******************/
/* TB    */
/******************/

@media only screen and (min-width: 600px) and (max-width: 1019px) {}









/******************
SP
******************/
@media only screen and (max-width: 599px) {



    .tab_layout.mar30px {
        margin-bottom: 10px !important;
        px
    }

    .page_anchor_wrap ul {
        gap: 0px 5%;
    }

    .tab_content_wrap .tab_content dl {
        width: 90%;
    }

    .tab_content_wrap .tab_content dl dd {
        width: 100%;
    }

    .tab_content_wrap .tab_content dl dd a {
        border-bottom: 1px solid var(--maincolor);
        font-size: 100%;
        text-align: left;

    }





    #top_mainimg section {
        min-height: 250px;
    }

    #top_mainimg section .catch {
        width: 100%;
    }

    #top_mainimg section .catch h2 {
        font-size: 140%;
    }

    #top_mainimg section .catch h3 {
        font-size: 100%;
    }


    #top_news dl {
        flex-flow: column;
    }

    #top_news dl dd.btn {

        display: none;
    }

    #top_news dl dd.news {
        width: 100%;
        height: 55px;
    }


    .subtitle_under-white h2 {
        font-size: 150%;
    }

    .subtitle_under-white h3 {
        font-size: 100%;
    }

    .top_custom01_bg {
        padding: 40px 0;
        margin-bottom: 20px;
    }

    .top_custom01_list {
        top: 0;
        margin-bottom: 40px;
        width: 90%;
        margin: 0 auto 40px auto;
    }

    #top_custom01_wrap .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    #top_custom01_wrap p.lead {
        font-size: 100%;
        text-align: left;
        padding-top: 20px;
    }


    .top_custom01_list dl dd dl.spec {
        font-size: 80%;
    }

    #top_custom02_wrap .order_wrap {
        flex-flow: column;
    }

    #top_custom02_wrap p.lead {
        text-align: left;
    }

    #top_custom03_wrap .workssample_box a {
        flex-flow: column;
    }

    #top_custom03_wrap .workssample_box .photo {
        width: 100%;
    }

    #top_custom03_wrap .workssample_box .text {
        width: 100%;
        padding: 20px;
    }

    #top_custom03_wrap .workssample_box.right .text {
        order: 2;
    }

    #top_custom03_wrap .workssample_box.right .photo {
        order: 1;
    }

    #top_custom03_wrap .workssample_box .text h4 span.icon {
        font-size: 110%;
    }

    #top_custom04_wrap .tab_content dl {
        flex-flow: column;
    }

    #top_custom04_wrap .tab_content dl dd {
        width: 100%;
    }

    #top_custom04_wrap .tab_content dl dd a {
        text-align: left;
    }

    #top_custom04_wrap .tab_content dl {
        margin: 0 auto 20px auto;
    }



    .bnrbox_wrap .box .text.caption {
        text-align: left;
    }


    .bnrbox_wrap.column3 .box {
        width: 47%;
    }

    .bnrbox_wrap.top_3bnrbox .photo .line {
        width: 10%;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }



    .border_underline-brown span.line {
        font-size: 120%;
    }

    #top_custom05_wrap {
        flex-flow: column;
        padding: 50px 5%;
        background: var(--subcolor)
    }

    #top_custom05_wrap .title {
        width: 100%;
    }

    #top_custom05_wrap .body {
        width: 100%;
        text-align: center;
    }

    #top_custom05_wrap .body p.text {
        text-align: left;
    }


    h2.h2_single {
        font-size: 125%;
    }

    #top_custom02_wrap .order_wrap .box {
        width: 100%;
        position: relative;
    }

    #top_custom02_wrap .order_wrap .box .text {
        margin-bottom: 0px;
    }

    .subtitle_under-brown h2 {
        font-size: 140%;
    }

    .subtitle_under-brown h3 {
        font-size: 100%;
    }

    #top_custom04_wrap .tab_layout {
        margin-top: 30px;
    }


    .page_title_wrap {
        padding: 30px 0 0;
    }


    #page_main {
        padding: 30px 0;
    }



    .page_contact_wrap .contact_wrap {
        flex-flow: column;
    }

    .page_contact_wrap .contact_wrap .box {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .page_contact_wrap .contact_wrap .box .img img {
        width: auto;
    }

    .page_contact_wrap .contact_wrap .box .img {
        text-align: center;
        margin-bottom: 20px;
        width: 20%;
    }

    .page_contact_wrap .contact_wrap .box .right {
        width: 75%;
    }

    .page_contact_wrap .contact_wrap .box .label {
        font-size: 110%;
        margin-bottom: 10px;
        text-align: left;
    }

    .page_contact_wrap .contact_wrap .box .telnum {
        text-align: left;
    }

    .page_contact_wrap .contact_wrap .box .info {
        text-align: left;
    }




    #page_main.beige {
        padding: 30px 0;
    }



    #page_main_img {
        min-height: 150px;
    }

    .title_bg .mask_black section {
        min-height: 120px;
    }

    .contents_block.width100 section {
        width: 94%;
    }

    .title_point .htitle .jp {
        font-size: 150%;
        font-weight: bold;
    }


    .contents_block.padtop0 {
        padding-top: 0px;
    }



    /*ひらかわのこだわり*/

    .kodawari_wrap .box.right,
    .kodawari_wrap .box {
        width: 100%;
        background: none;
    }

    .kodawari_wrap .box.right {
        margin-left: 0%;
    }

    .kodawari_wrap .box .photo {
        width: 100%;
    }

    .kodawari_wrap .box .text {
        width: 100%;
    }

    .kodawari_wrap .box.right .photo {
        order: 1;
    }

    .kodawari_wrap .box.right .text {
        order: 2;
    }

    /* company history専用 dl */

    dl.company_history_item dd {
        flex-direction: column;
        align-items: flex-start;
    }

    .company_history_img {
        width: 100%;
        max-width: none;
        margin-top: 15px;
    }




    /*基礎知識*/



    .knowledge_block .textarea {
        width: 90%;
        margin: 0 auto;
    }





    /*お問い合わせ*/


    .contact_block_beige {
        padding: 30px 30px;
    }

    .contactform_layout dl {
        flex-flow: column;
    }

    .contactform_layout dl dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .contactform_layout dl dd {
        width: 100%;
    }

    .contactform_layout dl.text dd input {
        width: 100%;
        max-width: unset;
    }

    .contactform_layout dl dd dd.text input {
        width: 100%;
        max-width: unset;
    }


    .contact_thanks {
        text-align: left;
    }

    .contact_thanks p.logo,
    .contact_thanks h3 {
        text-align: center;
    }


    /* 一般額について */



    .photo.is-large img {
        width: 300px;
        max-height: 600px !important;
    }





    /*ご注文ガイド*/





    .guide_flow dl {
        flex-flow: column;
    }

    .guide_flow dl dt {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        border: 3px solid #854E4B;
        border-radius: 10px;
        padding: 20px 20px 0 20px
    }

    .guide_flow dl dt p.img img {
        max-height: 170px;
    }

    .guide_flow dl dd {
        display: none;
    }






    .guide-step_wrap dl.step_block a {
        gap: 5%;
    }


    .guide-step_wrap dl.step_block a dt {
        width: 50%;
    }

    .guide-step_wrap dl.step_block a dd {
        width: 90%;
        margin: 15px auto 25px;
    }

    .guide-step_wrap dl.step_block a dt {
        padding: 0.5em 0.5em 0.5em 2em;
    }

    .guide-step_wrap dl.step_block a dt:after {
        border-width: 24px 0px 24px 12px;

    }

    .guide-step_wrap dl.step_block a dt:before {
        border-width: 24px 0px 24px 12px;

    }




    /*一般額*/

    .gaku_point_wrap .box {
        margin-bottom: 35px;
    }

    .gaku_point_wrap .box .icon_wrap {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }

    .gaku_point_wrap .box .icon img {
        max-height: 80px;
    }

    .gaku_point_wrap .box h4 {
        margin-left: 10px;
    }

    .gaku_matlist {
        margin-top: 30px;
    }

    .gaku_matlist .photo img {
        max-height: 150px;
    }


    /* メール相談室 */


    .email-consultation .step_info {
        text-align: left;

    }




    /* FAQ */



    .faq-title {
        font-size: 1.15rem;
    }

    .faq-question {
        padding: 15px 45px 15px 15px;
        font-size: 0.95rem;
    }

    .faq-answer {
        font-size: 0.9rem;
        padding: 15px;
    }





    /* シュミレーターの使い方 */

    .guide_flow.use_flow dl {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .guide_flow.use_flow dl dt {
        width: 90%;
    }


    .guide_flow dl dt p.img img {
        max-height: 120px;
    }






















}