@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

/* common */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.5;
    background: #f9f9f9;
}

a {
    color: #000000;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.6;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}


#footer {
    background-color: #f9f9f9;
    background-image: none;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}

.footer_in_box {
    margin: 0 auto;
    width: 100%;
}

.footer_top_box {
    border-bottom: 1px solid #808080;
    margin: 0 0 28px;
}

.footer_top_box>ul {
    padding: 0 0 32px;
    width: 582px;
    margin: 0 auto;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.footer_top_box>ul li {
    float: left;
    padding: 0 18px 0 18px;
    border-right: 1px solid #8f8f8f;
    font-size: 14px;
}

.footer_bt_box {
    text-align: center;
    padding: 0 0 30px;
}

.footer_bt_01 img {
    width: 160px;
    margin: 0 0 12px;
}

.footer_bt_02 {
    font-size: 12px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.foot_cv_sec .cv_btn {
	width: auto;
	margin: 20px 0 0;
}
.foot_cv_sec .cv_btn a {
	background-color: #555555;
	display: block;
	color: #fff;
	text-align: center;
	padding: 30px 0;
    position: relative;
}
.foot_cv_sec .cv_btn img:nth-of-type(1) {
	margin: -8px 14px 0 0;
	vertical-align: middle;
}
.foot_cv_sec .cv_btn img:nth-of-type(2) {
	position: absolute;
	top: 44px;
	right: 30px;
}
.foot_cv_sec .b09_1 {
    border: 1px solid #000;
    background-color: #fff;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
}
.foot_cv_sec .b09_1 dt {
    font-size: 40px;
    border-bottom: 1px solid #000;
    margin: 0 0 30px;
    padding: 0 0 14px;
    display: table;
}
.foot_cv_sec .b09_1 dt img {
    width: 130px;
    display: table-cell;
}
.foot_cv_sec .b09_1 dt p {
    font-weight: bold;
    width: 490px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 40px;
    font-size: 90%;
}
.foot_cv_sec .b09_2 {
    border: 1px solid #000;
    background-color: #fff;
    text-align: left;
    margin-bottom: 30px;
}
.foot_cv_sec .b09_2 p {
    padding: 30px;
    text-align: left;
}
.foot_cv_sec .b09_2 .cv_btn {
    margin: 0 30px 30px;
    width: auto;
}
.foot_cv_sec .b09_2 .cv_btn img:nth-of-type(1) {
    display: none;
}

@media screen and (min-width: 751px) {
    /* 全体 */
    .pcOnly {
        display: block;
    }

    .spOnly {
        display: none;
    }

    body {
        font-size: 28px;
    }

    .img img {
        margin: 0 auto;
    }

    .txt {
        text-align: left;
    }

    .wrap{
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .w690{
        width: 690px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ↓アコーディオン↓ */
    .acc_box{
        width: 690px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        position: relative;
        z-index: 10;
    }

    .recipe_ac {
        background: #fff;
    }

    .recipe_ac>dt {
        background: #000;
        color: #fff;
        position: relative;
        padding: 20px 0;
    }

    .recipe_ac>dt:hover {
        cursor: pointer;
    }

    .recipe_ac>dt:after {
        content: "";
        width: 30px;
        height: 2px;
        border-top: 4px solid #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .recipe_ac>dt:before {
        content: "";
        width: 4px;
        height: 30px;
        border-right: 4px solid #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 33px;
    }

    .recipe_ac.flowm_off>dt:before {
        display: block;
    }

    .recipe_ac.flowm_on>dt:before {
        display: none;
    }

    .recipe_ac>dd {
        text-align: left;
        font-size: 22px;
        line-height: 1.7;
    }

    .recipe_ac_inner {
        padding: 30px 30px;
    }

    .recipe_ac_inner dt {
        font-weight: 600;
    }

    .recipe_ac_inner dd:not(:last-child) {
        margin-bottom: 30px;
    }

    .recipe_ac_inner ol {
        list-style: decimal;
        padding-left: 1.5em;
    }

    .recipe_ac_line {
        border: 1px solid #000;
        padding: 20px;
    }

    .recipe_ac .close_acc{
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 2px solid;
        text-align: center;
        cursor: pointer;
    }

    .recipe_ac .close_acc::after{
        content: "";
        width: 10px;
        height: 2px;
        border-top: 2px solid #000;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0 auto 10px;
    }

    .recipe_ac .sltop_wrap {
        padding: 0 30px 10px 30px;
        border: 1px solid;
    }
    .recipe_ac .sltop_wrap .sltop{
        margin: 28px 0 56px 0;
    }
    .recipe_ac .sltop_wrap .sltop dt{
        font-size: 40px;
        font-weight: bold;
        border-bottom: 1px solid #000;
        padding: 0 0 22px;
        margin: 0 0 34px;
        text-align: center;
    }
    .recipe_ac .sltop_wrap .sltop dd{
        text-align: left;
    }
    .recipe_ac .sltop_wrap .sltop dd p{
        font-weight: bold;
        font-size: 34px;
        margin: 0 0 8px;
    }
    /* ↑/アコーディオン↑ */

    /* ↓コメント↓ */
    .comment_box {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        background-color: #f9f7f2;
        border-radius: 24px;
        text-align: left;
    }

    .comment_box+.comment_box {
        margin-top: 24px;
    }

    .comment_box .comment_box_inner {
        padding: 30px 30px 30px 24px;
    }

    .comment_box .comment_box_inner .comment_ttl {
        font-weight: bold;
    }

    .comment_box .comment_box_inner p+p {
        margin-top: 20px;
    }

    .comment_box .comment_box_inner p:first-of-type {
        position: relative;
        padding-left: 50px;
    }

    .comment_box .comment_box_inner p:first-of-type::before {
        position: absolute;
        content: '';
        width: 36px;
        height: 36px;
        left: 0;
        display: inline-block;
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/ico_voice.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .comment_box .comment_box_inner .comment_author {
        text-align: right;
    }
    /* ↑コメント↑ */

    .nekoposBox {
        width: 690px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .nekopos_selectBox {
        float: left;
    }

    .nekopos_selectBox p {
        text-align: left;
        font-size: 14px;
    }

    .nekoposBox select {
        width: 74px;
        height: 40px;
        margin: 5px 7px 0px 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        position: relative;
        background-color: #ffffff;
        background-image: url(/img/common/select_btn.png);
        background-repeat: no-repeat;
        background-position: 58px center;
        padding: 0 0 0 5px;
        border: 1px solid #c4c4c4;
        font-size: 16px;
    }

    .nekoposBox input[type="button"] {
        border: none;
        outline: none;
        width: 600px;
        height: 112px;
        line-height: 88px;
        font-size: 28px;
        text-align: center;
        padding: 0 0 0 40px;
        background-color: #000;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }

    .nekoposBox .neko_cart {
        margin: 0 0 20px 80px;
        position: relative;
    }

    .nekoposBox .neko_cart:after {
        content: "";
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/kse_ico05.png);
        background-repeat: no-repeat;
        width: 47px;
        height: 36px;
        position: absolute;
        top: 45%;
        left: 80px;
        margin: -11.5px 0px 0px 0px;
    }

    .nekoposBox .neko_cart:before {
        content: "";
        width: 15px;
        height: 25px;
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/kse_ico07.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 40%;
        right: 50px;
        margin: -2.5px 0px 0px 0px;
    }


    /* セクションごと */
    .section +.section{
        margin-top: 170px;
    }

    .fv_sec .block {
        width: 100%;
        padding-top: 0;
    }

    .fv_sec .fv_img_box {
        margin-bottom: -7em;
        position: relative;
        z-index: 2;
    }

    /* .fv_sec .fv_img_box.ofu {
        margin-bottom: -1em;
    } */

    .fv_sec .acc_box {
        margin-bottom: 120px;
    }

    .fv_sec .cv_box {
        position: relative;
        z-index: 7;
    }

    .set_product_sec {
        padding-top: 40px;
        padding-bottom: 80px;
        background-image: none;
    }
    
    .comment_sec{
        padding: 40px;
        background-color: #fff;
    }
    .comment_sec h2{
        margin-bottom: 40px;
    }
    .comment_sec .voice_inner{
        border-top: 1px dotted #000;
        padding: 30px 20px;
    }
    .comment_sec .voice_inner dt{
        text-align: left;
        padding: 0 0 10px 40px;
        position: relative;
    }
    .comment_sec .voice_inner dd{
        text-align: left;
    }
    .comment_sec .voice_inner dt:before {
        content: '';
        background-image: url(/img/lpec2/kayanoya/mday/icon_b.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 34px;
        height: 32px;
        position: absolute;
        top: 4px;
        left: 0;
    }
    .comment_sec .voice_ac>dt{
        background: #fff;
        color: #000;
        border: 3px solid #000;
    }
    .comment_sec .voice_ac>dt::before{
        border-right: 4px solid #000;
    }
    .comment_sec .voice_ac>dt::after{
        border-top: 4px solid #000;
    }

    .product_info_sec .acc_box{
        margin-top: 30px;
    }

    .product_info_sec .full_box p{
        padding: 0 14px;
        margin-top: 20px;
        text-align: left;
    }

    .product_info_sec .youtube_box{
        position: relative;
        width: 100%;
        padding-top: 56.25%!important;
        margin-bottom: 20px;
    }

    .product_info_sec .youtube_box iframe{
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .product_info_sec.sec_05 .full_box{
        margin-bottom: 110px;
    }

    .product_info_sec.sec_10 .full_box{
        margin-bottom: 80px;
    }

    .sec_12{
        margin-bottom: 100px;
    }
    .sec_12 .cv_box{
        margin-top: 160px;
    }

	.note {
	    font-size: 18px;
	    margin: 0 0 60px;
	}
	.voicenote{
	    margin: 30px 0 10px;
	}
}


@media screen and (max-width: 750px) {
    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    body {
        font-size: 4vw;
    }

    .txt {
        text-align: left;
    }

    .acc_box{
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        position: relative;
        z-index: 10;
    }

    .recipe_ac {
        margin-top: 30px;
        background: #fff;
    }

    .recipe_ac>dt {
        background: #000;
        color: #fff;
        position: relative;
        padding: 2vw 0;
    }

    .recipe_ac>dt:hover {
        cursor: pointer;
    }

    .recipe_ac>dt:after {
        content: "";
        width: 30px;
        height: 2px;
        border-top: 4px solid #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .recipe_ac>dt:before {
        content: "";
        width: 4px;
        height: 30px;
        border-right: 4px solid #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 33px;
    }

    .recipe_ac.flowm_off>dt:before {
        display: block;
    }

    .recipe_ac.flowm_on>dt:before {
        display: none;
    }

    .recipe_ac>dd {
        text-align: left;
        font-size: 22px;
        line-height: 1.7;
    }

    .recipe_ac_inner {
        padding: 4vw;
    }

    .recipe_ac_inner dt {
        font-weight: 600;
    }

    .recipe_ac_inner dd:not(:last-child) {
        margin-bottom: 30px;
    }

    .recipe_ac_inner ol {
        list-style: decimal;
        padding-left: 1.5em;
    }

    .recipe_ac_line {
        border: 1px solid #000;
        padding: 20px;
    }

    .recipe_ac>dd {
        font-size: 1rem;
    }

    .recipe_ac_ttl {
        font-size: 1.2rem;
    }

    .recipe_ac_ttl:before {
        width: 28px;
        background-size: contain;
    }

    .recipe_ac>dt:after {
        width: 16px;
        border-top: 3px solid #fff;
    }

    .recipe_ac>dt:before {
        height: 16px;
        border-right: 3px solid #fff;
        right: 27px;
    }

    .recipe_ac_line {
        padding: 10px;
    }

    .recipe_ac .close_acc{
        position: relative;
        padding-top: 3vw;
        padding-bottom: 3vw;
        border-top: 2px solid;
        text-align: center;
        cursor: pointer;
    }

    .recipe_ac .close_acc::after{
        content: "";
        width: 10px;
        height: 2px;
        border-top: 2px solid #000;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0 auto 10px;
    }

    .comment_box {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        background-color: #f9f7f2;
        border-radius: 15px;
        text-align: left;
    }

    .comment_box+.comment_box {
        margin-top: 4vw;
    }

    .comment_box .comment_box_inner {
        padding: 4vw 4vw 4vw 3vw;
    }

    .comment_box .comment_box_inner .comment_ttl {
        font-weight: bold;
    }

    .comment_box .comment_box_inner p+p {
        margin-top: 1vw;
    }

    .comment_box .comment_box_inner p:first-of-type {
        position: relative;
        padding-left: 10vw;
    }

    .comment_box .comment_box_inner p:first-of-type::before {
        position: absolute;
        content: '';
        width: 8vw;
        height: 8vw;
        left: 0;
        display: inline-block;
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/ico_voice.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .comment_box .comment_box_inner .comment_author {
        text-align: right;
    }

    .nekoposBox {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6vw;
    }

    .nekopos_selectBox {
        float: left;
    }

    .nekopos_selectBox p {
        text-align: left;
        font-size: 12px;
        margin-left: 20px;
    }

    .nekoposBox select {
        width: 74px;
        height: 30px;
        margin: 5px 7px 0px 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        position: relative;
        background-image: url(/img/common/select_btn.png);
        background-repeat: no-repeat;
        background-position: 58px center;
        padding: 0 0 0 5px;
        border: 1px solid #c4c4c4;
        font-size: 16px;
    }

    .nekoposBox input[type="button"] {
        width: 80%;
        height: 100%;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        padding: 0px;
        background-color: #000;
        box-sizing: border-box;
        border: none;
        color: #fff;
        -webkit-appearance: none;
        border-radius: 0;
        cursor: pointer;
        font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }

    .nekoposBox .neko_cart {
        margin: 0 0 20px 80px;
        position: relative;
    }

    .nekoposBox .neko_cart:after {
        content: "";
        background-image: url(/sp/img/common/cartc_ico.png);
        position: absolute;
        background-repeat: no-repeat;
        background-size: 24px;
        top: 50%;
        left: 17%;
        width: 24px;
        height: 18px;
        margin: -10px 0px 0px 0px;
    }

    .nekoposBox .neko_cart:before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 45%;
        right: 35px;
        /*30*/
        margin: -4px 0px 0px 0px;
        background-image: none;
    }

    /* セクションごと */
    .section +.section{
        margin-top: 20vw;
    }

    .fv_sec .block {
        width: 100%;
        padding-top: 0;
    }

    .fv_sec .fv_img_box {
        margin-bottom: -9em;
        position: relative;
        z-index: 2;
    }

    /* .fv_sec .fv_img_box.ofu {
        margin-bottom: -2em;
    } */

    .fv_sec .acc_box {
        margin-bottom: 20vw;
    }

    .fv_sec .cv_box {
        position: relative;
        z-index: 7;
    }

    .set_product_sec {
        padding-top: 40px;
        padding-bottom: 80px;
        background-image: none;
    }

    .cv_box .img{
        width: 92%;
        margin: 0 auto;
    }
    
    .comment_sec{
        padding: 30px 10px;
        background-color: #fff;
        width: 94%;
        margin: 0 auto;
    }
    .comment_sec h2{
        margin-bottom: 20px;
    }
    .comment_sec .voice_inner{
        border-top: 1px dotted #000;
        padding: 20px 10px;
    }
    .comment_sec .voice_inner dt{
        font-size: 1.3rem;
        padding: 0 0 10px 36px;
        text-align: left;
        position: relative;
    }
    .comment_sec .voice_inner dd{
        font-size: 1.1rem;
        text-align: left;
    }
    .comment_sec .voice_inner dt:before {
        content: '';
        background-image: url(/img/lpec2/kayanoya/mday/icon_b.png);
        background-repeat: no-repeat;
        width: 8vw;
        height: 8vw;
        position: absolute;
        background-size: 100% auto;
        top: 4px;
        left: 0;
    }
    .comment_sec .voice_ac{
        margin-top: 4vw;
    }
    .comment_sec .voice_ac>dt{
        background: #fff;
        color: #000;
        border: 3px solid #000;
    }
    .comment_sec .voice_ac>dt::before{
        border-right: 4px solid #000;
    }
    .comment_sec .voice_ac>dt::after{
        border-top: 4px solid #000;
    }
    .comment_sec .voice_ac>dt .voice_ac_ttl{
        font-size: 1.4rem;
    }

    .product_info_sec .acc_box{
        margin-top: 30px;
    }

    .product_info_sec .full_box p{
        padding: 0 calc((14/750)*100vw);
        margin-top: 2vw;
        text-align: left;
        font-size: 4.2vw;
    }

    .product_info_sec .youtube_box{
        position: relative;
        width: 100%;
        padding-top: 56.25%!important;
    }

    .product_info_sec .youtube_box iframe{
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .product_info_sec.sec_05 .full_box{
        margin-bottom: 14vw;
    }

    .product_info_sec.sec_10 .full_box{
        margin-bottom: 14vw;
    }

    .sec_12{
        margin-bottom: 16vw;
    }

    .sec_12 .cv_box{
        margin-top: 16vw;
    }

    .foot_cv_sec {
        width: 94%;
        margin: 0 auto;
    }
    .foot_cv_sec .cv_btn {
        width: auto;
        margin: 20px 0 0;
    }
    .foot_cv_sec .cv_btn a {
        padding: 16px 0;
        font-size: 1.2em;
    }
    .foot_cv_sec .cv_btn img:nth-of-type(1) {
        margin: -4px 7px 0 0;
        width: 23px;
    }
    .foot_cv_sec .cv_btn img:nth-of-type(2) {
        position: absolute;
        top: 22px;
        right: 15px;
        width: 7px;
    }
    .foot_cv_sec .b09_1 {
        padding: 15px;
    }
    .foot_cv_sec .b09_1 dt {
        font-size: 1.4em;
        margin: 0 0 20px;
        width: 100%;
    }
    .foot_cv_sec .b09_1 dt p {
        width: auto;
        padding: 0 0 0 10px;
        font-size: 0.96em;
    }
    .foot_cv_sec .foot_cv_sec .b09_1 dt img {
        width: 80px;
    }
    .foot_cv_sec .b09_2 p {
        padding: 15px;
    }
    .foot_cv_sec .b09_2 .cv_btn {
        margin: 0 15px 15px;
    }

    #footer {
        background-color: #ece7db;
        background-image: none;
        margin: 0;
        padding: 20px 0 0;
        font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }

    .footer_in_box {
        padding: 0 15px 13px;
        width: auto;
    }

    .footer_top_box {
        border-left: 1px solid #dadada;
        border-top: 1px solid #dadada;
        border-bottom: none;
        margin: 0 0 13px;
    }

    .footer_top_box>ul {
        padding: 0 0 0;
        width: auto;
        margin: 0 auto;
    }

    .footer_top_box>ul>li {
        float: left;
        width: 50%;
        padding: 0px;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

    .footer_top_box>ul>li a {
        font-size: 12px;
        height: 60px;
        position: relative;
        padding: 21px 0 21px 15px;
        display: block;
        box-sizing: border-box;
        text-align: left;
    }

    .footer_top_box>ul>li a img {
        position: absolute;
        right: 12px;
        top: 22px;
        width: 8px;
    }

    .footer_top_box>ul>li:nth-of-type(2) a {
        padding: 12px 0 12px 15px;
    }

    .footer_bt_01 img {
        margin: 0 0 7px;
        width: 137px;
    }

    .footer_bt_02 {
        font-size: 10px;
        margin: 0 0 18px;
    }

    .footer_bt_box {
        margin: 0px;
        padding: 0px;
    }
    .note {
        font-size: 0.8rem;
    }
    .voicenote{
        margin: 20px 0 10px;
    }

}