@charset "UTF-8";

/* universal reset ------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    word-break: break-all;
}

body {
    background: #fff;
    color: #3a3a3a;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    box-sizing: border-box;
    background: transparent;
    min-width: 320px;
}

img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}

strong {
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: initial;
}

li {
    list-style: none;
}


/* universal reset ------------------------- */


/* .c-anime01
================================================== */

.c-anime01 {
    position: relative;
}

.c-anime01 img,
.c-anime01 .c-anime01__content {
    visibility: hidden;
}

.c-anime01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #A00000;
}

.c-anime01.is-animated img,
.c-anime01.is-animated .c-anime01__content {
    visibility: visible;
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
}

.c-anime01.is-animated::after {
    -webkit-animation: slide 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: slide 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes slide {
    0% {
        width: 0%;
        left: 0%;
    }
    50% {
        width: calc(100% + 1px);
        left: 0%;
    }
    100% {
        width: 0%;
        left: calc(100% + 1px);
    }
}

@-webkit-keyframes slide {
    0% {
        width: 0%;
        left: 0%;
    }
    50% {
        width: calc(100% + 1px);
        left: 0%;
    }
    100% {
        width: 0%;
        left: calc(100% + 1px);
    }
}


/* .c-anime01
================================================== */

.fadeUp_active {
    opacity: 1!important;
    /* 透明度を元に戻す */
    top: 50px!important;
    transform: translate(0, 0)!important;
    /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (min-width: 1025px) {
    .sp {
        display: none;
    }
}

.pc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    min-width: 0;
    background-color: #fff;
    padding: 0 20px;
}

.logo img {
    width: 180px;
    height: auto;
}

.navigation {
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 100px;
}

.g_nav {
    display: flex;
}

.g_nav li {
    padding: 0 10px;
    font-weight: 700;
}

.nav_btn01 {
    width: 120px;
    height: 35px;
    border-radius: 5px;
    background-color: #A00000;
    border: 2px solid #A00000;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
}

.nav_btn01:hover {
    border: 2px solid #A00000;
    background-color: #fff;
}

.nav_btn02 {
    width: 220px;
    height: 35px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #A00000;
    font-size: 14px;
    font-weight: 700;
}

.nav_btn02 span {
    font-size: 10px;
    display: block;
}

.nav_btn02:hover {
    border: 2px solid #A00000;
    background-color: #A00000;
}

.nav_right {
    display: flex;
    align-items: center;
}

.nav_btn {
    display: flex;
}

.order_btn {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.order_btn:hover {
    color: #A00000;
}

.online_btn {
    width: 100%;
    height: 100%;
    color: #A00000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.online_btn:hover {
    color: #fff;
}

.sns {
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
}

.sns::before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    width: 1px;
    height: 20px;
    background-color: #1a1a1a;
}

.insta {
    display: block;
    width: 25px;
    height: 25px;
}


/* mv ------------------------- */

.mvSP {
    display: none;
}

.mv {
    width: 100%;
    margin: 100px auto 0;
    max-height: 700px;
    position: relative;
    z-index: 0;
}

.kv_inner {
    display: block;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    left: 10%;
}

.kv_bg {
    background-color: #fff;
    z-index: 0;
}

.kv_text {
    font-size: 24px;
    line-height: 2.0;
    padding: 40px 50px;
}

.kv_span {
    font-size: 32px;
    margin-left: 5px;
}


/* mv ------------------------- */

.cmn_en {
    color: #A00000;
    font-size: 1.0em;
    font-weight: 700;
}

.cmn_ja {
    font-weight: 700;
    font-size: 1.5em;
}

.cmn_title.left {
    text-align: left;
}

.cmn_btn {
    margin: 0 auto;
    background-color: #A00000;
    border: 2px solid #A00000;
    max-width: 250px;
    display: flex;
    align-items: center;
}

.c_btn_link::after {
    content: url(../image/cmn/arrow_white.png);
    display: inline-block;
    margin-left: 10px;
}

.c_btn_link:hover::after {
    content: url(../image/cmn/arrow_red.png);
}

.c_btn_link {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding: 6px 0;
    display: block;
    transition: 0.5s;
}

.c_btn_link:hover {
    color: #A00000;
    background-color: #fff;
}


/* news ------------------------- */

.news_wrap {
    margin: 100px auto;
}

.news_container {
    background-color: #F7F7F7;
    padding: 50px 100px;
}

.news_list {
    margin: 50px auto;
    width: 100%;
}

.news_list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cacaca;
}

.news_list li:first-of-type {
    border-top: 1px solid #cacaca;
}

.news_list li a {
    padding: 24px 30px 24px 20px;
    display: block;
    width: 100%;
}

.news_list .info {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.news_list .info .date {
    font-size: 14px;
    margin-right: 10px;
}

.news_list .info .category {
    font-size: 12px;
    color: #fff;
    background: #A00000;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px;
    margin-right: 25px;
}

.news_list .info p {
    text-align: left;
}


/* about ------------------------- */

.about_inner {
    width: 100%;
    display: flex;
    align-items: center;
}

.about_image {
    width: 50%;
    min-width: 540px;
}

.about_discription {
    width: 50%;
    padding: 50px;
}

.about_text {
    text-align: left;
    padding: 25px 0;
}

.about_text p {
    line-height: 2.0;
}


/* product ------------------------- */

.product_wrap {
    margin: 100px auto;
}

.product_discription {
    margin: 50px 0;
    text-align: left;
}

.product_discription p {
    line-height: 2.0;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.product_list li {
    list-style: none;
    width: 30%;
    background-color: #F5F5F5;
    transform: translate(0, 50px);
    opacity: 0;
    transition: all 1s;
}

.product_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.product_list li img {
    padding: 0px;
}

.product_info {
    text-align: left;
    margin: 20px 0;
}

.product_tag {
    background-color: #fff;
    text-align: center;
    width: 60px;
    padding: 3px 2px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.product_info>.title {
    font-size: 1.0em;
    font-weight: 700;
    margin-bottom: 10px;
}

.price {
    font-size: 12px;
}

.price span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 5px;
}


/* company ------------------------- */

.company_wrap {
    margin: 100px auto;
    background-image: url(../image/top/companyBG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 520px;
    position: relative;
}

.company_inner {
    background-color: #fff;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10%;
    width: 370px;
    padding: 50px;
}

.company_text {
    margin: 20px 0;
    text-align: center;
}

.btn_center {
    margin: 0 auto 0 0;
}


/* farmer ------------------------- */

.farmer_wrap {
    margin: 100px auto;
    width: 100%;
    color: #fff;
}


/* footer ------------------------- */

footer {
    background-color: #F4F6F8;
    padding: 50px;
}

.footer_inner {
    display: flex;
    align-items: center;
}

.footer_left {
    width: 48%;
    text-align: left;
}

.footer_left img {
    width: 270px;
    margin-bottom: 10px;
}

.address {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.f_contact {
    font-size: 14px;
    font-weight: 700
}

.footer_right {
    width: 48%;
}

.bnr_content {
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
}

.bnr_content a {
    margin: 0 10px;
}

.f_nav {
    margin: 20px auto;
}

.f_nav_list {
    display: flex;
    justify-content: center;
}

.f_nav_list li {
    padding: 0 10px;
}

.f_nav_list li a {
    font-weight: 700;
    font-size: 14px;
}

.copyright {
    font-size: 14px;
}


/* 下層メイン ------------------------- */

.l_kv {
    width: 100%;
    margin: 100px 0 0 0;
    height: 300px;
    background-color: #F5F6F7;
    position: relative;
}

.l_kv_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.l_kv_en {
    color: #A00000;
    font-size: 48px;
    line-height: 1;
}

.l_kv_en::after {
    display: block;
    margin: 12px auto 8px;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #A00000;
}

.l_kv_ja {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.text {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}


/* 下層メイン ------------------------- */


/* パンくずリスト ------------------------- */

#bread-list {
    overflow: hidden;
    clear: both;
    padding: 25px 0 0;
}

#bread-list ul {
    margin: 0;
}

#bread-list ul li {
    float: left;
    list-style: none;
    font-size: 13px;
    padding: 0 10px 0 0;
    color: #1a1a1a;
}

#bread-list ul li:after {
    content: ">";
    padding: 0 0 0 10px;
}

#bread-list ul li:last-child:after {
    content: "";
}

#bread-list ul li a {
    color: #CCC;
}

@media only screen and (max-width:798px) {
    p {
        font-size: 15px;
        letter-spacing: 1.5px;
    }
    #bread-list {
        margin: 20px 0 0 0 !important;
        padding: 0!important;
    }
    #bread-list ul {
        margin: 0 20px;
    }
    #bread-list ul li {
        font-size: 14px;
        padding: 5px;
        list-style: none;
        text-align: left;
    }
}


/* パンくずリスト ------------------------- */


/* 製品情報 ------------------------- */

.l_product_wrap {
    margin: 100px auto;
}

.l_product_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.l_product_image {
    width: 48%;
    background-color: #F5F6F7;
}

.works_detail_ph {
    width: 100%;
    padding: 20px 20px;
}

.works_detail_ph_main img {
    width: 100%;
}

.works_detail_ph_thumb {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.works_detail_ph_thumb li {
    width: calc(96% / 5);
    padding: 10px 10px 10px 0;
    list-style: none;
}

.works_detail_ph_thumb li img {
    width: 100%;
}

.l_product_discription {
    width: 48%;
}

.product_btn {
    margin: 50px auto 0 0;
}

.item_text {
    margin: 50px 0;
    text-align: left;
}

.item_text p {
    line-height: 2.0;
}

.item_title {
    font-size: 1.0em;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.item_info {
    text-align: left;
}

.table-list {
    width: 70%;
    border-collapse: collapse;
    margin: 50px auto 50px 0;
}

.table-list th {
    text-align: left;
    font-size: 14px;
    width: 30%;
    font-weight: 500;
    border-bottom: 1px solid #8f8f8f;
    padding: 14px 0 14px 20px;
}

.table-list td {
    width: 70%;
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #8f8f8f;
    padding: 14px 0 14px 20px;
}

.table-list td a {
    color: #1a1a1a;
}

.item_voice {
    margin: 50px 0;
    text-align: left;
}

.item_voice p {
    line-height: 2.0;
}

.item_voice01 {
    font-size: 1.0em;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.item_voice_name {
    font-size: 1.0em;
    font-weight: 500;
    display: block;
}


/* 新着情報 ------------------------- */

.l_news_wrap {
    margin: 100px auto;
}

.news-more-content {
    max-width: 1080px;
    padding: 90px 100px;
    margin: 50px auto;
    border: 1px solid #d7d7d7;
}

.news-more-title-area {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.news-more-title {
    display: flex;
    margin-right: 40px;
    margin-bottom: 20px;
}

.news-more-time {
    display: flex;
    align-items: center;
    line-height: 1;
    width: 100px;
}

.news-category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.news-category-list li {
    list-style: none;
}

.news-category-btn {
    min-width: 90px;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    letter-spacing: 0.01em;
    background-color: rgb(var(--light_navy));
    box-sizing: border-box;
    display: block;
    background-color: #A00000;
}

.news-more-main-title {
    font-size: 1.2em;
    font-weight: 700;
    text-align: left;
}

.news-more-inner {
    text-align: left;
}


/* 会社概要 ------------------------- */

.l_company_wrap {
    margin: 100px auto;
}

.cmt_inner {
    display: flex;
    align-items: center;
    margin: 100px auto;
}

.cmt_image {
    width: 500px;
    margin-right: 50px;
}

.cmt_discription {
    width: calc(100% - 500px);
    text-align: left;
}

.cmt_title {
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.cmt_discription p {
    font-size: 14px;
}

.flex_r {
    flex-direction: row-reverse;
}

.flex_r>.cmt_image {
    margin-right: 0;
    margin-left: 50px;
}

.outline_wrap {
    background-color: #F5F5F5;
    padding: 100px 0;
}

.table-list.outline {
    margin: 50px auto;
}

.table-list.outline td,
th {
    padding: 24px 0 24px 20px;
}

.timeline_wrap {
    margin: 100px auto;
}

.timeline-001 {
    padding: 0 15px;
    width: 80%;
    margin: 100px auto 0;
}

.timeline-001__section {
    position: relative;
    padding: 0 1.5em 1.5em 2em;
    text-align: left;
}

.timeline-001__section:not(:last-child)::before,
.timeline-001__section::after {
    position: absolute;
    content: '';
}

.timeline-001__section:not(:last-child)::before {
    bottom: 0;
    left: 14px;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #d6dde3;
}

.timeline-001__section::after {
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #A00000;
}

.timeline-001__content {
    border-bottom: dashed 1px #c6cdd3;
    padding-bottom: 1.5em;
}

.timeline-001__label {
    margin-bottom: .1em;
    color: #bcbfc7;
    font-size: .85em;
}

.timeline-001__title {
    color: #A00000;
    font-size: 1.05em;
    font-weight: 600;
    margin: 0 auto .5em;
}


/* お問い合わせ ------------------------- */

.l_contact_wrap {
    margin: 100px auto;
}

.c-form01 {
    padding: 80px 100px 90px;
    /* border: 1px solid #D1DAE1; */
}

.c-stepbar01 {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 255px;
    margin: 0 auto;
}

.c-stepbar01 {
    max-width: 450px;
    margin-bottom: 100px;
}

.c-stepbar01::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    margin: 0 auto;
    background-color: #D1DAE1;
}

.c-stepbar01__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.c-stepbar01__item-ico {
    position: relative;
    width: 23px;
    height: 23px;
    margin-bottom: 4px;
    border: 1px solid #D1DAE1;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}

.mw_wp_form_input .c-stepbar01__item:nth-child(1) .c-stepbar01__item-ico {
    border-color: #D1DAE1;
}

.c-stepbar01__item-ico::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    border-radius: 50%;
    background-color: #D1DAE1;
}

.mw_wp_form_input .c-stepbar01__item:nth-child(1) .c-stepbar01__item-ico::before {
    background-color: #D1DAE1;
}

.u-serif {
    font-family: var(--font_serif);
    font-weight: 500;
}

.active>.c-stepbar01__item-ico::before {
    background-color: #A00000;
}

.c-form01__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #D1DAE1;
    margin: 50px auto;
}

.c-form01 tr {
    border-bottom: 1px solid #D1DAE1;
}

.c-form01 th {
    position: relative;
    width: 29.0909090909%;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px 55px 30px 10px;
    box-sizing: border-box;
}

.c-form01__option {
    /* display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 22px;
    margin: 2px 0 0 20px;
    overflow: hidden;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    background-color: #ABB7BC;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0; */
    position: absolute;
    top: 43px;
    right: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 22px;
    background-color: #D1DAE1;
}

.c-form01 th {
    /* position: relative;
    width: 29.0909090909%;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px 55px 30px 10px;
    box-sizing: border-box;
    line-height: var(--lh_head);
    font-size: 1.0rem;
    font-weight: 500;
    vertical-align: baseline; */
    position: relative;
    width: 29.0909090909%;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px 55px 30px 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
}

.c-form01 td {
    text-align: left;
    padding: 30px 0 30px 4.898%;
}

.c-form01__option.is-require {
    background-color: #A00000;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    outline: none;
    border: 1px solid;
    border-radius: 0;
    background: none;
    font-size: 15px;
}

.c-textbox01 {
    height: 46px;
    padding: 0 15px;
}

.c-textbox01 {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border: 1px solid #D1DAE1 !important;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-textarea01 {
    width: 100%;
    min-height: 180px;
    max-height: 500px;
    padding: 12px;
    color: rgb(var(--black));
    font-family: rgb(var(--font_sans));
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    border: 1px solid #D1DAE1 !important;
    border-radius: 0 !important;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical;
    padding: 10px 15px;
    min-height: 250px;
}

.form-table input[type=submit],
input[class="common-btn"] {
    text-align: center;
    margin: 50px auto;
    display: inline-block;
    background: #A00000;
    min-width: 250px;
    font-weight: bold;
    padding: 15px 30px;
    color: #FFF;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #A00000;
}

.form-table[type=submit],
input[class="common-btn"]:hover {
    background: #fff;
    color: #A00000;
}

#formWrap {
    max-width: 1080px;
    margin: 100px auto;
}

.check-title {
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 1px;
    color: #A00000;
    padding-bottom: 50px;
}

.formTable {
    margin: 50px auto;
    max-width: 1080px;
    width: 80%;
    border-top: 1px solid #D1DAE1;
    border-collapse: collapse;
}

.formTable th {
    padding: 25px 0;
}

.formTable td {
    padding: 25px 0;
}

.formTable tr {
    border-bottom: 1px solid #D1DAE1;
}

.check-btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    margin: 50px auto;
}

.check-btn-list li {
    list-style: none;
    min-width: 250px;
    margin: 0 15px;
}

.check-send-btn {
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #254678;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.check-back-btn {
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #707070;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    width: 100%;
}


/* プライバシーポリシー ------------------------- */

.l_pp_wrap {
    margin: 100px auto;
}

.paragraph {
    margin: 50px auto;
    text-align: left;
    display: block;
}

.paragraph.first {
    margin-top: 100px;
}

.paragraph h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.paragraph p {
    line-height: 2.0;
}


/* 購入方法 ------------------------- */

.l_order_wrap {
    margin: 100px 0;
}

.order_content {
    margin: 50px auto 100px;
}

.pay {
    text-align: left;
    margin-top: 20px;
    display: block;
}

.order_online {
    margin-top: 50px;
}

.cmn_btn.left {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
}

.news-more-content .news-more-content {
    padding: 0;
    border: none;
    margin: 0;
}

.p3_bnr {
    display: block;
    width: 180px;
    margin-bottom: 10px;
}

.p3_linktxt {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    color: #A00000;
}

.p1_linktxt {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    color: #A00000;
}