@charset "UTF-8";
.under_mv {
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact_box {
    margin-top: 0;
}
.mt30 {
  margin-top: 30px;
}
.indent_2{
    text-indent: -2em;
    padding-left: 2em;
}
.indent_nega {
    text-indent: 0.5em;
    margin-left: -0.5em;
}

/*商品詳細ページ*/
.anchor {
    background: #EFEEDF;
    padding: 5px 0 100px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.anc_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  margin-top: 50px;
}
.anc_title {
    font-size: 3rem;
    font-weight: bold;
    color: #B10D0E;
}
.anc_list {
    display: flex;
    justify-content: flex-start;
    max-width: 783px;
    width: 90%;
    margin: 30px auto 0;
    flex-wrap: wrap;
}
.bot .anc_list {
  justify-content: center;
}
.anc_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    max-width: 241px;
    width: 100%;
    margin: 20px 10px 0;
}
.anc_btn.no_img {
    height: 160px;
}
.anc_plate {
    background: rgba(113, 95, 76, .6);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
.no_img .anc_plate {
    height: 160px;
}
.anc_plate::after{
    content: ' ';
    background: url("../img/anchor_arrow.png")center no-repeat;
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
}
.voice {
    padding: 90px 0 100px;
  position: relative;
  background: #EFEEDF;
}
.voice.odd {
  background: none;
}
.voice_inner {
    max-width: 1024px;
  width: 90%;
    margin: auto;
}
.voice_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.voice_plate {
    position: absolute;
    right: 0;
    max-width: 450px;
    width: 100%;
    background: #B10D0E;
    padding: 50px 75px;
    box-sizing: border-box;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.voice_title {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}
.voice_body {
    margin-top: 50px;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #B10D0E;
    line-height: 2;
  position: relative;
}
.voice_list {
    list-style: decimal;
    padding-left: 1em;
}
.voice_num::marker {
    color: #B10D0E;
}
.voice_bold {
    color: #B10D0E;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}
.voice_abs {
    position: absolute;
    right: 135px;
  top: 50px
}
.app {
    padding: 100px 0;
}
.app_inner {
    max-width: 1024px;
    width: 90%;
    padding: 50px 5%;
  box-sizing: border-box;
    margin: auto;
    border: 2px solid #B10D0E;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.app_title {
    font-size: 3rem;
    font-weight: bold;
    color: #B10D0E;
    line-height: 1.1;
}
.app_text {
    text-align: left;
  line-height: 2;
}
.app .ft_mail {
    max-width: 675px;
    width: 100%;
    margin-top: 40px;
}
.app .ft_mail_arrow {
  background: url("../img/arrow_bg.png") no-repeat;
  width: 125px;
  height: 40px;
}
.app .ft_mail_bg{
    padding-left: 100px;
}
@media screen and (max-width: 767px) {
.anchor {
    padding: 5px 0 50px 0;
}
.anc_list {
    position: static;
    max-width: 394px;
    margin: 30px auto 0;
}
.anc_btn {
    width: 48%;
    margin: 1%;
}
.anc_plate {
    font-size: 1.4rem;
}
.voice_head {
    flex-direction: column;
    align-items: center;
    max-width: 415px;
    margin: auto;
}
.voice_plate {
    position: static;
    padding: 15px 5%;
    line-height: 1.5;
}
.voice_body {
    padding: 30px 5%;
    margin-top: 30px;
}
.voice_title {
    font-size: 2.4rem;
}
.voice_abs {
    position: static;
}
.app {
    padding: 0px 0 70px;
}
.app_title {
    font-size: 2.4rem;
}
.app_tel a {
    font-size: 2.8rem;
}
.app .ft_mail {
    max-width: 675px;
    width: 100%;
    margin-top: 40px;
    height: auto;
    padding: 5px;
}
.app .ft_mail_bg {
    padding:15px 0;
}
.app .ft_mail_arrow {
    display: flex;
    height: 30px;
    background-size: contain;
    font-size: 1.4rem;
    align-items: flex-start;
    padding: 0 13px;
    top: -10px;
}
}
@media screen and (max-width:500px){
.anc_plate {
    font-size: 3vw;
    height: 40px;
}
}