
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
    }

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
    }

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

button{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

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

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #000;
}
a:visited{
    color: #000;
}

html {
    font-size: 62.5%
}

body{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #3d2f29;
    position: relative;
    z-index: 0;
    background-color: #fcffe9;
}
@media (min-width: 700px) {
    body{
        font-size: 20px;
    }
}
p{
    font-weight: 700;
    letter-spacing: 0.05rem;
}

main{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.u-inline_block{
    display: inline-block;
}

.u-pc_block{
    display: block;
}

@media (max-width: 768px) {
    .u-pc_block{
        display: none;
    }
}
.u-sp_block{
    display: none;
}
@media (max-width: 768px) {
    .u-sp_block{
        display: block;
    }
}

.u-text__pink{
    color: #FF648D;
    font-weight: 700;

}

/* @media (min-width: 700px) {
    .u-section__paddingTop{
        padding-top: 60px;
    }
}
.u-section__paddingTop{
    padding-top: 40px;
} */



.u-fcolor--red{
    color: #b6001f;
    font-weight: 700;
}
.u-fcolor--blue{
    color: #005cc7;
    font-weight: 700;
}


/* common */
.c-title{
    margin-bottom: 30px;
}


/* layout */

body{
    background-size: 100vw 100vh;
    background-attachment: fixed;
}

.l-main{
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 10px 0px #00000033; 
}

.l-container{
    padding: 0 15px;
    margin: 0 auto;
}

@media screen and (min-width: 500px) {
    .l-container{
        padding: 0 40px;
        margin: 0 auto;
    }
    
}

/* common */



/* fv */


/* tv */
.p-tv {
    background-image: url(../img/tv_bg_sp.webp);
    background-size: cover;
    padding: 40px 0;
}

@media screen and (min-width: 700px) {
    .p-tv {
        padding: 70px 0;
    }
}

.p-tv .p-tv__tit{
    width: 73%;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (min-width: 700px) {
    .p-tv .p-tv__tit{
        margin-bottom: 40px;
    }
}

.p-tv__text{
    background-image: url(../img/tv_txtbg.webp);
    background-size: cover;
    border-radius: 10px;
    padding: 17px;
    margin-top: 20px;
    box-shadow: 0px 0px 5px 0px #00000033; 
    background-position: 100% 100%;
}
@media screen and (min-width: 700px) {
    .p-tv__text{
        padding: 30px;
        background-position: 100% 100%;
    }
}



/* free */

.p-free{
    background-image: url(../img/free_bg_sp.webp);
    background-size: cover;
    padding: 50px 0 50px;
}

@media screen and (min-width: 700px) {
    .p-free{
        padding: 80px 0 80px;
        background-size: inherit;
    }
}


.p-free__tit{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.p-free__content{
    position: relative;
    z-index: 0;
}

.p-free__list_num{
    width: 29%;
    margin-bottom: 10px;
}


@media screen and (min-width: 700px) {
    .p-free__list_num{
        width: 22%;
        margin-bottom: 20px;
    }
}

.p-free__content__list{
    position: relative;
    padding: 30px 15px;
}
@media screen and (min-width: 700px) {
    .p-free__content__list{
        padding: 30px 30px;
    }
}

.p-free__content__list::before {
    content: '';
    width: 100%;
    height: 82%;
    position:absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: 0px 0px 5px 0px #00000033; 
}

.p-free__content__list:nth-of-type(2n) .p-free__list__head_text{
    order: 2;

}
.p-free__content__list:nth-of-type(2n) .p-free__list_num{
    margin-left: auto;

}

.p-free__list__head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-free__list__head h3{
    font-size: 25px;
    color: #578c00;
    letter-spacing: 0.05rem;
	font-weight: 700;
}
@media screen and (min-width: 700px) {
    .p-free__list__head h3{
        font-size: 36px;
    }

}
.p-free__list__img{
    width: 40%;
    position: relative;
    right: -15px;
}
@media screen and (min-width: 700px) {
    .p-free__list__img{
        width: 35%;
    }
    .p-free__list__head_text{
        width: 60%;
    }
}

.p-free__content__list:nth-of-type(2n) .p-free__list__img{
    left: -15px;
}

.p-free__content p{
    margin-top: 20px;
    line-height: 1.7em;
}
.p-free__content p.--kome{
    font-size: 12px;
}

.p-free__content__list.--5::before {
    height: 87%;

}

/* .p-free_compensation{
    margin-top: 30px;
} */


.c-cta{
    background-image: url(../img/cta_bg.webp);
    padding: 20px 15px;
    background-size: cover;
}
.c-cta__btn{
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.c-cta p{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.c-cta.tel_only p{
    font-size: 21px;
    letter-spacing: 0em;
}

@media screen and (min-width: 700px) {
    .c-cta{
        background-image: url(../img/cta_bg.webp);
        padding: 40px 60px;
        background-size: cover;
    }
    .c-cta p{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .c-cta.tel_only p{
        font-size: 30px;
    }
    
    
}


.c-cta a {
	display: block;
	position: relative;
	overflow: hidden;
    transition: 0.4s;
}

.c-cta a:hover {
    opacity: 0.7;
}

.c-cta a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	transition: 1s;
	animation: shiny-btn1 3s ease-in-out infinite;
}

/* ボタンを光らせるアニメーション */
@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 1;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}


.p-price{
    padding: 40px 0;
    background-image: url(../img/price_bg.png);
    background-size: cover;
}

.p-price__tit{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media screen and (min-width: 700px) {
    .p-price{
        padding: 80px 0;
    }
    .p-price__tit{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.p-price_subtit{
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #fff;
}
@media screen and (min-width: 700px) {
    .p-price_subtit{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}


.p-price__content__list{
    background-image: url(../img/price_list_bg.png);
    background-size: cover;
    background-position: 100%;
    padding: 10px;
}
@media screen and (min-width: 700px) {
    .p-price__content__list{
        padding: 20px;
    }
}

.p-price__list__img{
    width: 37%;
}

.p-price__content__list{
    display: flex;
    gap: 10px;
    /* justify-content: space-between; */
}

@media screen and (min-width: 700px) {
    .p-price__content__list{
        gap: 30px;
    }
}

.p-price__list__text{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.p-price__list__text__head{
    font-size: 20px;
    font-weight: 700;
    border-bottom: solid 1px #3d2f29;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.p-price__list__text__head small{
    font-size: 14px;
}
@media screen and (min-width: 500px) {
    .p-price__list__text__head{
        font-size: 5vw;
    }
    .p-price__list__text__head small{
        font-size: 3vw;
    }
}
@media screen and (min-width: 700px) {
    .p-price__list__text__head{
        font-size: 32px;
        padding-bottom: 8px;
    }
    .p-price__list__text__head small{
        font-size: 20px;
    }
}


.p-price__list__price{
    color: #b6001f;
    font-size: 35px;
    font-family: "dnp-shuei-shogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
}

.p-price__list__price small{
    font-size: 20px;
    font-weight: 700;
}

@media screen and (min-width: 500px) {
    .p-price__list__price{
        font-size: 8.5vw;
    }
    .p-price__list__price small{
        font-size: 5.5vw;
    }
}
@media screen and (min-width: 1000px) {
    .p-price__list__price{
        font-size: 60px;
    }
    .p-price__list__price small{
        font-size: 38px;
    }

}

.p-price__list__text .kome{
    text-align: center;
    font-size: 14px;
}

.p-price__list__pricebox{
    display: flex;
    align-items: center;
    gap: 15px;
}

.p-price__list__pricebox span{
    background-color: #3d2f29;
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 700px) {
    .p-price__list__pricebox span{
        font-size: 20px;
    }
}

.p-price__list__price{
    line-height: 1em;
    vertical-align: middle;
    margin: 0 auto;
}

.p-price__content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
@media screen and (min-width: 700px) {

    .p-price__content{
        gap: 20px;
    }
}



.p-price__content__list{
    width: 100%;
}

.p-price__content__list:nth-of-type(3),.p-price__content__list:nth-of-type(4){
    width: 47.5%;

}
@media screen and (min-width: 700px) {
    .p-price__content__list:nth-of-type(3),.p-price__content__list:nth-of-type(4){
        width: 48%;
    
    }
}

.p-price__content__list:nth-of-type(3) .p-price__list__text,.p-price__content__list:nth-of-type(4) .p-price__list__text{
    width: 100%;
}

.p-price__list__pricebox__wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* product */
.p-product{
    padding: 40px 0;
    background-image: url(../img/product_bg.webp);
    background-size: cover;
    /* background-repeat: repeat; */
}

.p-product_tit{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (min-width: 700px) {
    .p-product{
        padding: 80px 0;
    }
    
    .p-product_tit{
        margin-bottom: 50px;
    }
}
.p-product h3{
    margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
    .p-product h3{
        margin-bottom: 30px;
    }
    
    .p-product_tit{
        margin-bottom: 50px;
    }
}
.p-product h3:nth-of-type(2){
    margin-top: 50px;
}
.p-product_box{
    background-image: url(../img/product_frame.png);
    background-size: 100% 100%;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 15px;
}

.p-product_box_head{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
    .p-product_box{
        padding: 25px 45px;
    }
    .p-product_box_head{
        font-size: 32px;
        margin-bottom: 20px;
    }
}

.p-product_box_head::before {
    content: '';
    background-image: url(../img/product_titdeco.png);
    width:21px;
    height:12px;
    background-size: contain;
    position:absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-repeat: no-repeat;
}
.p-product_box_head::after {
    content: '';
    background-image: url(../img/product_titdeco.png);
    width:21px;
    height:12px;
    background-size: contain;
    position:absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-repeat: no-repeat;
}
@media screen and (min-width: 700px) {

    .p-product_box_head::before {
        width:42px;
        height:24px;
        left: -80px;
    }
    .p-product_box_head::after {
        width:42px;
        height:24px;
        right: -80px;
    }
}

.p-product_box p{
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: -0.06em;
}

@media screen and (min-width: 700px) {
    .p-product_box p{
        margin: 15px 0;
        font-size: 20px;
        letter-spacing: 0.05em;
    }
}

.p-product__price{
    color: #b6001f;
    font-size: 40px;
    font-family: "dnp-shuei-shogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 0.8em;
    margin-left: 30px;
}

.p-product_box_2 .p-product__price{
    margin-top: 20px;
}


.p-product__price small{
    font-size: 23px;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .p-product__price{
        font-size: 60px;
    }
    
    .p-product__price small{
        font-size: 30px;
        font-weight: 700;
    }
}


.p-product_img_big{
    display: flex;
    justify-content: space-between;
}

.p-product_img_big a{
    width: 33%;
}


.image-popup p{
font-size: 12px;
font-family: "Noto Sans JP", sans-serif;
font-weight: 600;
margin-top: 5px;
}

.image-popup p::after{
    content: "";
    background-image: url(../img/zoom.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

@media screen and (min-width: 700px) {
    .image-popup p{
        font-size: 16px;
    }

.image-popup p::after{
    width: 20px;
    height: 20px;
}
}

.p-product_img_normal{
    display: flex;
    justify-content: space-around;
}

.p-product_img_list{
    width: 44%;
}





/* 商品　スライド */
.slick-track {
    display: flex!important;
}
.slick-slide {
    height: auto !important;
}

.slide-arrow{
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
}

@media screen and (min-width: 700px) {
    .slide-arrow{
        width: 52px;
        height: 52px;
    }
}

.prev-arrow{
    left: -3%;
}
.next-arrow{
    right:  -3%;
}

.p-product_box_slider .slick-dots li button{
    background-color: #9f9f9fff;
    width: 9px;
    height: 9px;
    margin: 0 auto;
}
.p-product_box_slider .slick-dots li {
    margin: 0 3px;
}

.p-product_box_slider .slick-dots{
    bottom: -25px;
}
@media screen and (min-width: 700px) {
    .p-product_box_slider .slick-dots li button{
        width:15px;
        height: 15px;
    }
    .p-product_box .slick-dots{
        bottom: -40px;
    }
}

.p-product_box_slider .slick-dots li button:before{
display: none;
}

.p-product_box_slider .slick-dots li.slick-active button{
    background-color: #b6001f;
    width: 9px;
    height: 9px;
}
@media screen and (min-width: 700px) {
    .p-product_box_slider .slick-dots li.slick-active button{
        width: 15px;
        height: 15px;
    }
}


.p-product_box_note{
    font-size: 13px;
    text-align: right;
}
@media screen and (min-width: 700px) {
    .p-product_box_note{
        font-size: 15px;
    }
}


/* campaign */

.p-campaign{
    background-image: url(../img/cam_bg.webp);
    background-size: cover;
    /* padding-bottom: 50px; */
}

.p-campaign_tit{
    position: relative;
    top: -25px;
}

@media screen and (min-width: 700px) {
    .p-campaign_tit{
        top: -35px;
    }
}

.p-campaign_tit.c-title{
    margin-bottom: 0;
}


.p-campaign_text{
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6em;
}

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

    .p-campaign_text{
        font-size: 27px;
        margin-bottom: 30px;
    }
}

.p-campaign_text span{
    background: linear-gradient(transparent 50%, #f9d8d9 50%);
}

.p-campaign_card{
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px #00000033; 
    margin-bottom: 24px;
}

@media screen and (min-width: 700px) {
    .p-campaign_card{
        padding: 40px 45px;
        border-radius: 15px;
        margin-bottom: 40px;
    }
}

.p-campaign_card_head{
    margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
    .p-campaign_card_head{
        margin-bottom: 25px;
    }
}

.p-campaign_card_ribon{
    width: 64%;
}

.p-campaign_card_price{
    color: #b6001f;
    font-size: 77px;
    font-family: "dnp-shuei-shogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: -15px;
}

.p-campaign_card_price small{
    font-size: 49px;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .p-campaign_card_price{
        font-size: 100px;
    }
    
    .p-campaign_card_price small{
        font-size: 60px;
    }
}


.p-campaign_card_img{
    margin-bottom: 14px;
    position: relative;
}

.p-campaign_card_present{
    position: absolute;
    width: 38%;
    right: -3%;
    bottom: -40%;
}

.p-campaign_card_tax{
    font-size: 11px;
    text-align: right;
    margin-right: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

@media screen and (min-width: 700px) {
    .p-campaign_card_tax{
        font-size: 20px;
    }
}


.p-campaign_card_note{
    font-size: 11px;
    text-align: left;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
@media screen and (min-width: 700px) {
    .p-campaign_card_note{
        font-size: 16px;
    }
}



.p-about{
    background-image: url(../img/about_bg.webp);
    background-size: cover;
    padding-bottom: 40px;
}

.p-about h2 span{
    font-size: 21px;
    color: #3d2f29;
}

.p-about h2{
    text-align: center;
    font-size: 28px;
    color: #b6001f;
    font-weight: 700;
}
.p-about_text{
    text-align: center;
    font-size: 17px;
    margin: 20px 0;
}

.p-about_text2{
    text-align: left;
    font-size: 17px;
    margin: 20px 0;
}


.p-about_way_list{
    margin-bottom: 10px;
}

@media screen and (min-width: 700px) {
    .p-about h2 span{
        font-size: 30px;
    
    }
    .p-about h2{
        font-size: 42px;
    }
    .p-about_text{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .p-about_text2{
        font-size: 22px;
    }
    .p-about_way_list{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}


/* reason */

.p-reason{
    background-image: url(../img/reason_bg.png);
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 20px;
}

.p-reason_tit{
    width: 66%;
    margin: 0 auto;
}



.p-reason_content{
    margin-top: 50px;

}

@media screen and (min-width: 700px) {
    .p-reason{
        padding-top: 140px;
    }
    .p-reason_content{
        margin-top: 100px;
    
    }
    
}

.p-reason__item{
    width: 96%;
    gap: 20px;
    padding: 32px 20px 25px 20px;
    border: solid 1px #3d3d3d;
    box-shadow: 5px 5px 0px 0px #b6001f; 
    margin-bottom: 50px;
    background-color: #fff;
    position: relative;
    border-left: none;
}

.p-reason__item:nth-of-type(2n){
    margin-left: auto;
    box-shadow: -5px 5px 0px 0px #b6001f; 
    border-left: solid 1px #3d3d3d;
    border-right: none;
}

.p-reason__item:nth-of-type(2n+1){
    margin-right: auto;
}


.p-reason__num{
    position: absolute;
    top: -35px;
    left: 15px;
    width: 30%;
    
}

@media screen and (min-width: 700px) {
    .p-reason__item{
        width: 92%;
        gap: 20px;
        padding: 60px 40px 50px 40px;
        border: solid 1px #3d3d3d;
        box-shadow:10px 10px 0px 0px #b6001f; 
        margin-bottom: 70px;
        background-color: #fff;
        position: relative;
        border-left: none;
    }
    
    .p-reason__num{
        /* width: 25%; */
        top: -55px;
        
    }
    
}


.p-reason__item:nth-of-type(2n) .p-reason__num{
    /* left: 15px; */
    left: auto;
    right: 15px;
}

.p-reason__item__title h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (min-width: 700px) {
    .p-reason__item__title h3{
        font-size: 36px;
        
    }
    
}


.p-reason__item__list{
    width: 90%;
    margin: 0 auto;
}

.p-reason__item__list ul li{
    list-style-type: disc;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
}
::marker{
    font-size: 70%;
}


.p-reason__item__img{
    margin-top: 20px;
}
@media screen and (min-width: 700px) {
    .p-reason__item__list ul li{
        font-size: 22px;
        
    }

    .p-reason__item__img{
        margin-top: 30px;
        /* width: 90%; */
    }
    
}

.p-reason__item__note{
    font-size: 11px;
    margin-top: 20px;
}
@media screen and (min-width: 700px) {
    .p-reason__item__note{
        font-size: 16px;
    }
    
}

.p-reason__item__text{
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.7em;
    font-weight: 600;
}

.p-reason__item__text_s{
    font-size: 15px;
    margin-top: 6px;
    letter-spacing: 0;
    font-weight: 600;
}
@media screen and (min-width: 700px) {
    .p-reason__item__text_s{
        font-size: 20px;
    }
    
}


.p-compare{
    background-image: url(../img/cam_bg.jpg); 
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    
}
@media screen and (min-width: 700px) {
    .p-compare{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
}

.p-compare_tit{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.p-voice{
    padding: 50px 0;
    background-color: #dfdfc299;
}
@media screen and (min-width: 700px) {
    .p-voice{
        padding: 80px 0;
        background-color: #dfdfc299;
    }
    
}
.p-voice_tit{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.p-voice_title_from{
    font-size: 12px;
    text-align: right;
}

.p-voice_list{
    background-color: #fff;
    border: solid 1px #af8c5d;
    padding: 15px 20px 20px;
    width: 95%;
    margin: 0 auto;
    margin: 0 10px;
}

.p-voice_head{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-end;
    margin-bottom: 20px;
}

.p-voice_img{
    width: 30%;
    margin-right: 10px;
}

.p-voice_list_title{
    font-size: 20px;
    width: 66%;
}
@media screen and (min-width: 700px) {
    .p-voice_list{
        padding: 30px 40px 40px;
        width: 95%;
        margin: 0 auto;
        margin: 0 10px;
    }
    
    .p-voice_list_title{
        font-size: 30px;
    }
    .p-voice_head{
        margin-bottom: 40px;
    }
    .p-voice_img{
        width: 25%;
        margin-right: 20px;
    }
    .p-voice_title_from{
        font-size: 16px; 
    }
    .p-voice_tit{
        margin-bottom: 50px;
    }
    
    
}

.p-voice_comment{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6em;
}
@media screen and (min-width: 700px) {
    .p-voice_comment{
        font-size: 22px;
    }
    
}


.p-voice__slider .slick-dots li button{
    background-color: #9f9f9fff;
    width: 9px;
    height: 9px;
    margin: 0 auto;
}
.p-voice__slider  .slick-dots li {
    margin: 0 3px;
}

.p-voice__slider .slick-dots{
    bottom:-35px;
}

.p-voice__slider .slick-dots li button:before{
display: none;
}

.p-voice__slider .slick-dots li.slick-active button{
    background-color: #af8c5d;
    width: 9px;
    height: 9px;
}

@media screen and (min-width: 700px) {
    .p-voice__slider .slick-dots li button{
        width: 15px;
        height: 15px;
    }
    .p-voice__slider .slick-dots li.slick-active button{
        width: 15px;
        height: 15px;
    }
}



/* research */

.p-research{
    background-image: url(../img/research_bg.jpg);
    padding-bottom: 30px;

}
.p-research p{
   text-align: center;
   margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
    .p-research p{
        font-size: 24px;
     }
}


.p-research_msg{
    width: 65%;
    margin: 0 auto;
}

.p-research_point picture{
    display: block;
    margin-bottom: 6px;
}

.p-research_img{
    margin-bottom: 20px;
}


/* flow */

.p-flow{
    background-image: url(../img/flow_bg.webp);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}


.p-flow_tit{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media screen and (min-width: 700px) {
    .p-flow{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    
    .p-flow_tit{
        margin-bottom: 50px;
    }
}

.p-flow_list{
    border-left: 1.5px solid #b6001f;
    padding-left: 20px;
    margin-left: 45px;
    position: relative;
    padding-bottom: 20px;
}

@media screen and (min-width: 700px) {
    .p-flow_list{
        padding-left: 80px;
        margin-left: 80px;
        padding-bottom: 40px;
        border-left: 2px solid #b6001f;
    }
    
}

.p-flow_list h3{
    font-size: 24px;
    color: #b6001f;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 15px 0 20px;
    margin-left: 20px;
}
@media screen and (min-width: 700px) {
    .p-flow_list h3{
        font-size: 36px;
        margin-left: 0px;
        padding: 25px 0 35px;
    }
    
}
.p-flow_list_head{
    /* display: flex;
    align-items: center;
    gap: 20px; */
    /* position: relative; */
}
.p-flow_list_head_num{
    width: 20%;
    position: absolute;
    left: -10%;
    /* top: 10px; */

}

.p-flow_list p{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    padding-right: 15px;
}

@media screen and (min-width: 700px) {
    .p-flow_list p{
        font-size: 22px;
        margin-top: 20px;
        line-height: 1.5em;
    }
    
}

.p-flow_after{
    margin-top: 20px;
}

.p-flow_after_tit{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .p-flow_after_tit{
        font-size: 26px;
    }
    
    
}
.p-flow_after_tit::before{
    content: "";
    background-image: url(../img/deco_wave.png);
    width: 29px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.p-flow_after_tit::after{
    content: "";
    background-image: url(../img/deco_wave.png);
    width: 29px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}


.p-flow_after p{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-top: 10px;
}

@media screen and (min-width: 700px) {
    .p-flow_after p{
        font-size: 20px;
    }

}

/* qa */
.p-qa{
    background-color:  #b8c766;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}

.p-qa_tit{
    width: 49%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media screen and (min-width: 700px) {
    .p-qa{
        padding-top: 70px;
    }
    
    .p-qa_tit{
        margin-bottom: 50px;
    }
}

/*
アコーディオンの2つ目以降、上に余白を取る。
開閉動作に影響なし。
*/
/* .f-accordion__item:nth-child(n+2) {
    margin-top: 10px;
} */

/*
    アコーディオンの開閉ボタンの装飾。
    position: relative;が無いと、
    「+」「-」の位置がずれるので注意。
*/
.f-accordion__head {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .5s ease;
    display: flex;
}

.f-accordion__icon{
    /* width: 10%; */
    margin-right: 2rem;
}
.f-accordion__head p{
    position: relative;
}

@media (max-width: 768px) {
    .f-accordion__head {
        align-items: flex-start;
    }
    .f-accordion__head p{
        padding: 0;
    }
    .f-accordion__icon{
        width: 34px;
        margin-right: 1rem;
    }
}


/*
    アコーディオンの開閉ボタン
*/
.f-accordion__head::before {
    /* content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.4s; */
}

.f-accordion__head::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    /* display: inline-block;
    width: 13px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.4s; */
}

/* .f-accordion__item.active .f-accordion__head::before {
    opacity: 0;
} */
.f-accordion__item.active .f-accordion__head::after {
    transform: translateY(-50%) rotate(180deg);
}

/* @media (max-width: 768px) {
.f-accordion__head::before {
    width: 13px;
    height: 2px;
    right: 20px;
}

.f-accordion__head::after {
    width: 13px;
    height: 2px;
    right: 20px;
}
} */

/*
    アコーディオンの閉じている部分の装飾。
    height: 0; overflow: hidden;にすることで、
    通常時は表示されないようにする。
*/
.f-accordion__body {
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: all .2s ease;
    position: relative;
}


/* .f-accordion__item:last-of-type .f-accordion__body {
    align-items: center;
} */

/*
    アコーディオンが開いた際に、
    heightを0からautoに、paddingの上下を0から10に。
*/
.f-accordion__item.active .f-accordion__body {
    height: auto;
}


/* オリジナル */

.p-qa_list{
    margin-top: 9px;
}
.p-qa_head{
    font-size: 16px;
    color: #fff;
    background-color: #3d2f29;
    padding: 20px 30px 20px 15px;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 600;
}
@media (min-width: 700px) {
    .p-qa_head{
        font-size: 20px;
    }
}
.p-qa_head span{
    margin-right: 10px;
}

.p-qa_body{
    background-color: #e6eacb;
}

.p-qa_body_content{
    display: flex;
    gap: 5px;
    padding: 15px 15px;
    letter-spacing: 0.01em;
}

.f-accordion__item.active .p-qa_body{
    margin-top: 5px;
}

.p-qa h3{
    font-size: 20px;
    text-align: center;
    border-top: 1px solid #3d2f29;
    border-bottom: 1px solid #3d2f29;
    padding: 5px 0;
    font-weight: 700;
    margin-top: 30px;
}

@media (min-width: 700px) {
    .p-qa h3{
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}



/* area */

.p-area{
    background-color:  #b8c766;
    padding-top: 50px;
    padding-bottom: 40px;
}
.p-area_tit{
    width: 55%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media screen and (min-width: 700px) {
    .p-area{
        padding-top: 70px;
    }
    
    .p-area_tit{
        margin-bottom: 50px;
        width: 45%;
    }
}


/* area オリジナル */

.p-area_list{
    margin-top: 9px;
}
.p-area_head{
    font-size: 20px;
    color: #3d2f29;
    background-color: #fff;
    padding: 15px 30px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    font-weight: 600;
}
@media (min-width: 700px) {
    .p-area_head{
        font-size: 24px;
    }
}

.p-area_head span{
    margin-right: 10px;
}

.p-area_body{
    background-color: #e6eacb;
}
.p-area_body_content{
    display: flex;
    gap: 5px;
    letter-spacing: 0.01em;
    padding: 15px 15px;
}

.f-accordion__item.active .p-area_body{
    margin-top: 5px;
}

.p-area .f-accordion__head::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #3d2f29;
    border-bottom: 0;
    position: absolute;
    right: 15px;
    top: 50%;
}


.l-footer{
    background-color: #3d2f29;
    padding: 10px 15px;
    padding-bottom: 150px;
    max-width: 700px;
    margin: 0 auto;
}
.l-footer p{
    color: #fff;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 700px) {
    .l-footer{
        background-color: #3d2f29;
        padding: 20px 30px;
        padding-bottom: 110px;
    }
    .l-footer p{
        max-width: 700px;
        margin: 0 auto;
        padding: 0px 0px;
        margin-bottom: 20px;
    }
}

.l-footer_company{
    font-size: 13px;
    margin-bottom: 30px;
    
}
.l-footer_copyright{
    font-size: 11px;   
    text-align: center;
}


/* fixedBtn */

.l-fixedBtn{
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    z-index: 999;
    /* left: 0; */
    /* opacity: 0; */
	/* transform: translateY(150px); */
}


.p-fixedBtn{
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 0px 1px 13px -3px #999;
    padding: 5px 5px 5px;
}


.p-fixedBtn p{
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.p-fixedBtn_btn{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 4px;

}
@media (min-width: 700px) {
    .p-fixedBtn{
    }

    .p-fixedBtn .l-container_small{
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    
    .p-fixedBtn p{
        font-size: 22px;
        box-shadow: 0px 0px 13px -3px #fff;
    }
    .p-fixedBtn_btn{
        max-width: 700px;
        /* margin: 0 auto; */
    }
}
@media (min-width: 1400px) {
    .p-fixedBtn{
        background-color: #ffffff;
        box-shadow: 0px 1px 13px -3px #999;
    }
    .p-fixedBtn p{
        font-size: 26px;
    }
    /* .p-fixedBtn_btn{
        max-width: 700px;
        margin: 0 auto;
    } */
}

.p-fixedBtn_btn a{
    transition: 0.4s;
}

.p-fixedBtn_btn a:hover{
    opacity: 0.7;
}

/*　上に上がる動き　*/

#js-appear.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#js-appear.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(150px);
}
}


/* contact */
.p-form{
    padding: 50px 0;

}

.p-form{
    background-color:  #f3eed6;
    padding: 50px 0;
}
.p-form_tit{
    width: 87%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.p-form_form{
    background-color: #fff;
}


@media (min-width: 700px) {
    .p-form{
        padding-top: 80px;
    }
    
    .p-form_tit{
        margin-bottom: 50px;
        width: 75%;
    }
}

.p-form_subtit{
    font-size: 14px;
    background-color: #B6001F;
    color: #fff;
    text-align: center;
    /* display: inline-block; */
    margin: 0 auto;
    padding: 4px 4px;
    margin-bottom: 20px;
    /* width: 300px; */
}
@media (min-width: 700px) {
    .p-form_subtit{
        font-size:22px;
    }
}





/*form*/
.p-form_form{
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
}

@media (min-width: 700px) {
    .p-form_form{
        border-radius: 30px;
        padding: 30px;
    }
}

.p-form_inner_title{
    /* display: flex; */
    /* margin-bottom: 15px; */
    display: block;

}

@media (min-width: 700px) {
    .p-form_inner_title{
        margin-top: 10px;
    
    }
}


.p-form_inner_title p{
    font-size: 18px;
    display: inline-block;
}

@media (min-width: 700px) {
    .p-form_inner_title p{
        font-size: 25px;
    }
}

.p-form_inner_title p.p-req{
    font-size: 12px;
    background-color: #b6001f;
    color: #fff;
    padding: 2px;
}

.p-form_inner_content p{
    font-size: 16px;
}
@media (min-width: 700px) {
    .p-form_inner_content p{
        font-size: 20px;
    }
}

.p-form_inner_content{
 margin-bottom: 7px;
}

.p-form_inner_content_select{
    display: flex;
}


.p-form_inner_content_select p{
    width: 20%;
}
@media (min-width: 700px) {
    .p-form_inner_content_select p{
        width: 20%;
    }
}

select{
    -webkit-appearance: none;
    appearance: none;
}

.p-form_inner_content_select > div{
    width: 80%;
}
.p-form_inner_content_select select{
    height: 42px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #3d3d3d;
    padding-left: 5px;
}
@media (min-width: 700px) {
    .p-form_inner_content_select > select{
        height: 50px;
    }
    
}
.p-form_inner_content_select.address select{
    height: 42px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    margin-top: 8px;
}

.p-form_select_wrap{
    margin-top: 10px;
}

.p-form_select_arrow{
    position: relative;
}

.p-form_select_arrow::after {
    pointer-events: none; /*矢印部分をクリックを可能にする*/
    position: absolute;
    color: #3d2f29;
    top: 50%;
    right:  10px;
    transform: translateY(-50%); /*▼を上に移動*/
    content: "▼";
    font-size: 10px;
}

input{
    height: 55px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

@media (min-width: 700px) {
    input{
        margin-top: 12px;
        margin-bottom: 14px;
    }
    input::placeholder{
        font-size: 16px;
    }
    
}
textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 10px 5px;
    margin-top: 8px;
    margin-bottom: 10px;
}

input[type="checkbox"] {
    width: 16px; /* チェックボックスの幅 */
    height: 16px; /* チェックボックスの高さ */
}


.p-privacy_box{
    padding: 10px;
    width: 100%;
    border: 1px solid #000;
    height: 120px;
    overflow: scroll;
}

.p-privacy_box p,.p-privacy_box h4,.p-privacy_box li{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.p-privacy_box h3{
    text-align: center;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}
@media (min-width: 700px) {
    .p-privacy_box{
        height: 250px;
        padding: 30px;
    }
    
    .p-privacy_box h3{
        font-size: 24px;
        font-weight: 600;
    }
    
}
.p-privacy_box h4{
font-weight: 500;
margin-top: 10px;
}

.c-form__button{
    background-image: linear-gradient(180deg, #b6001f 70%, #93001c);
    display: block;
    width: 100%;
    height: 70px;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    transition: 0.4s;
}

.c-form__button:hover{
    opacity: 0.6;

}


/* confirm */
.p-confirm .p-confirm_tit{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.p-confirm_input p{
    width: 100%;
}


.p-confirm_select p{
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-weight: 400;
}

.p-confirm_input p{
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 400;
}


@media (min-width: 700px) {

    .p-confirm_select p{
        font-size: 20px;
    }
    .p-confirm_input p{
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    
    
}

.p-form_inner_content_select.--confirm{

}

.p-confirm .p-form_inner_title p{
    border-bottom: solid 1px #b6001f;
    display: block;
    padding-bottom: 5px;
}

.error{
    margin-bottom: 10px;
}


.c-form__button__back{
    background-image: none;
    background-color: #999;
    margin-top: 10px;
}


/* thanks */
.p-thanks .p-thanks_tit{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* umezumi_accordion */
.p-umezumi_content{
    padding: 15px 0 25px;
    position: relative;
}
@media (min-width: 700px) {
    .p-umezumi_content{
        padding: 50px 0;
    }  
}
.p-umezumi_list{
    position: relative;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.p-umezumi_list::after{
    content: "";
    background-image: url(../img/umezumi_deco_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
    bottom: 24%; 
    right: -1%;
    position: absolute;
    z-index: 2;
    animation: blink 1s infinite steps(1);
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
}
@media (min-width: 700px) {
    .p-umezumi_list::after{
        width: 72px;
        height: 64px;
        bottom: -15%; 
    }  
}

.p-umezumi_list.active::after{
    display: none;
}


.p-umezumi_head {
    /* background-color: #578c00; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(0deg, #578c00, #82a629 40%);
}
.p-umezumi_head div{
    color: #fff;
    text-align: center;
    padding: 17px 10px;
    font-size: 17px;
    font-weight: 600;

}
.p-umezumi_head div span{
    color: yellow;
    font-size: 18px;
}
@media (min-width: 700px) {
    .p-umezumi_head div{
        padding: 20px;
        font-size: 30px;
    }
    .p-umezumi_head div span{
        color: yellow;
        font-size: 32px;
    }
    @me
    
}
.p-umezumi_head div::before{
    content: "";
    background-image: url(../img/umezumi_deco_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 34px;
    display: inline-block;
    top: -12%;
    left: -3%;
    position: absolute;
    z-index: 2;
}
@media (min-width: 700px) {
    .p-umezumi_head div::before{
        width: 52px;
        height: 44px;
    }  
}


.p-umezumi_body{
    border-right: solid 5px #578c00;
    border-bottom: solid 5px #578c00;
    border-left: solid 5px #578c00;
}
/* .p-umezumi_list.active .p-umezumi_body{
    border: solid 5px #B6001F;
} */

.p-umezumi_body_content{
    padding: 10px;
}

.p-umezumi_body_content.--1{
    padding: 10px;
    background-image: url(../img/umazumi_con1_bg.png);
    background-size: 100% 100%;

}

@media (min-width: 700px) {
    .p-umezumi_body_content.--1{
        padding: 20px;
    
    }
    
}


.p-umezumi_content_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.p-umezumi_content_list p{
    margin-left: 10px;
    font-size: 16px;
    line-height: 28px;
    width: 55%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.p-umezumi_content_list p{
    margin-left: 10px;
}
.p-umezumi_body_content p{
    font-size: 16px;
    line-height: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: -0.02rem;
}
@media (min-width: 700px) {
    .p-umezumi_body_content p{
        font-size: 20px;
        line-height: 36px;
    }
    
}

.p-umezumi_body_content p span{
    color: #B6001F;
}
.p-umezumi_body_content p span.line{
    border-bottom: solid 1px #B6001F;
    white-space: nowrap;
}
.p-umezumi_content_list picture{
    width: 42%;
}

@media (min-width: 700px) {
    .p-umezumi_content_list picture{
        width: 39%;
    }
}
.p-umezumi_content_but{
    text-align: center;
    padding-bottom: 20px;
}
.p-umezumi_content_but span{
    font-size: 19px;
    color: #B6001F;
    text-align: center;
    display: inline-block;
    border-bottom: solid 2px #B6001F;
}
@media (min-width: 700px) {
    .p-umezumi_content_but{
        margin-top: 20px;
    }
    .p-umezumi_content_but span{
        font-size: 26px;
    }
}

.p-umezumi_body_content_tit{
    margin-bottom: 10px;
}
@media (min-width: 700px) {
    .p-umezumi_body_content_tit{
        margin-bottom: 20px;
    }
}


.p-umezumi_body_content.--2{
    padding: 10px;
    background-image: url(../img/umazumi_con2_bg.png);
    background-size: cover;
    /* background-position: center; */

}
@media (min-width: 700px) {

    .p-umezumi_body_content.--2{
        padding: 20px;
    }
    
}

.p-umezumi_img_point{
    width: 80%;
    margin: 20px auto;
    
}
@media (min-width: 700px) {
    .p-umezumi_img_point{
        width: 70%;
        margin: 30px auto;
        
    }
}


.p-umezumi_specialist{
    margin: 20px 0;
    width: 90%;
}

.p-umezumi_close{
    background-color: #999;
    color: #fff;
    text-align: center;
    width: 200px;
    border-radius: 100vh;
    font-size: 16px;
    padding: 8px;
    margin: 0 auto; 
    position: relative;
    margin-bottom: 30px;
}

.p-umezumi_close::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-top: 0;
    position: absolute;
    right: 22px;
    top: 41%;
}

@media (min-width: 700px) {
    .p-umezumi_close{
        width: 300px;
        font-size: 22px;
    }
}

.p-umezumi_head.f-accordion__head::after {
    border-top: 9px solid #ffffff;
}

@media (min-width: 700px) {
    .p-umezumi_head.f-accordion__head::after {
        border-top: 15px solid #ffffff;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        right: 40px;
    }
}

.p-photo_contest{
    margin: 10px 0 40px;
}