/*aaa*/
h3 {
}


/*＝＝＝＝＝＝＝＝＝＝地図画像*/
#one-day {
	padding: 55px 0px;
	background: url(../img/common/jimon_nami.jpg);
}

h3#one-day1_1{
	display: block;
    padding-top: 9rem;
    height: 14rem;
    margin-top: -5rem;
}

h3#one-day2_11{
	display: block;
    padding-top: 9rem;
    height: 14rem;
    margin-top: -5rem;
}

h3#one-day3_20{
	display: block;
    padding-top: 9rem;
    height: 14rem;
    margin-top: -5rem;
}

#one-day .sanpai .pcShow{
    display: flex;
    position: relative;
    height: 710px;
}


#one-day .sanpai .spnShow{
    display: none;
}

#one-day .sanpai .answerWap .answerImg{
    display: block;
    width: auto;
    height: auto;
}

#one-day .sanpai .answerWap .answerTxt{
    display: block;
    padding-right: 4rem;
    padding-left: 4rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#one-day .sanpai_img{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

#one-day .sanpai_img .sanpaiBox{
    /*width: calc(100% / 3);*/
    box-sizing: border-box;
    padding-bottom: 10px;
    position: absolute;
}

#one-day .sanpai_img .sanpaiBox p{
    color: #000000;
    font-weight: bold;
}

#one-day p.answerImgTxt{
    color: #000000;
    font-weight: bold;
}

#one-day .sanpai_img .box_1{

}

#one-day .sanpai_img .box_2{
    right: 5%;
    top: 20%;
}

#one-day .sanpai_img .box_3{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#one-day .sanpai_img .box_4{
    right: 3%;
    bottom: 20%;
}

#one-day .sanpai_img .box_5{
    left: 10%;
    bottom: 0;
}

#one-day .sanpai_img .sanpaiBox img{
    padding-right: 5px;
    width: 100%;
    height: auto;
    max-width: 250px;
}


#one-day .interviewTitle {
    display: block;
    padding: 150px 0 0 0;
}

#one-day .interview {
    display: block;
    padding: 0 0 0 0;
}

#one-day .interview .titleWap{
    display: block;
    width: 100%;
    position: unset;
}

#one-day .interview .answerWap{
    width: 100%;
    display: table;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

#one-day .interview .q {
    font-weight: bold;
    margin-bottom: 0;
}

#one-day .interview .a {
    padding-right: 0;
}

#one-day .interview .interview_imgLine {
    padding-top: 30px;
    padding-bottom: 30px;
}

#one-day .interview .interview_imgLine img{
    width: 400px;
    height: auto;
    box-shadow: 5px 5px 2px 1px rgb(127 174 180 / 20%);
}

#one-day .questionLine{
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#one-day .questionLine .speech_bubble{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-left: 70px;
    position: relative;
    box-shadow: 5px 5px 2px 1px rgb(127 174 180 / 20%);
}

#one-day .questionLine .speech_bubble:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 40px 10px 0 10px;
    transform: rotate(45deg);
}

#one-day .answerLine{
    text-align: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#one-day .answerLine .speech_bubble{
    width: 70%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-right: 70px;
    position: relative;
    box-shadow: 5px 5px 2px 1px rgb(127 174 180 / 20%);
}

#one-day .answerLine .speech_bubble_short{
    width: 30% !important;
    text-align: center;
}

@media handheld, only screen and (max-width: 768px) {
    #one-day .answerLine .speech_bubble_short {
        width: 50% !important;
    }
    
    #one-day .questionLine .speech_bubble_short {
        width: 50% !important;
    }
}

@media handheld, only screen and (min-width: 413px) and (max-width: 767px){
    #one-day .answerLine .speech_bubble_short {
        width: 50% !important;
    }

    #one-day .questionLine .speech_bubble_short {
        width: 50% !important;
    }
}

@media handheld, only screen and (max-width: 412px){
    #one-day .answerLine .speech_bubble_short {
        width: 90% !important;
    }
}

#one-day .answerLine .speech_bubble:after{
    content: "";
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 40px 10px 0 10px;
    transform: rotate(-45deg);
}


.oneQ {
	width: 100%;
	max-width: 980px;
	margin: 0px auto 2rem;
	border-bottom: dotted 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    background: #f9feff;
    opacity: 0.9;
    display: block;
    padding: 0 0 15px 0;
    position: relative;
}

.oneQ .q {
	font-size: 2.5rem;
	/*margin: 6rem 2rem 2rem;*/
    margin: 0;
	color: #000;
	text-indent: -11px;
    /*border-bottom: 1px solid #000;*/
    display: block;
    vertical-align: middle;
    padding: 20px 20px 20px 35px;
    text-align: center;
}

/*.oneQ .q  span.bg_title{
    color: #e2f4f8;
    font-size: 5rem;
    position: absolute;
    top: 3.5rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: -10;
    letter-spacing: 0.5rem;
    font-weight: bold;
}*/

.bg_title{
    position: absolute;
    z-index: -100;
    font-size: 100px;
    color: #ffc4c4;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.even_answer .bg_title{
    position: absolute;
    z-index: -100;
    font-size: 100px;
    color: #ffc4c4;
    top: 50%;
    left: 0%;
    right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sanpai .even_answer .bg_title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.saigi .even_answer .bg_title{
    position: absolute;
    z-index: -100;
    font-size: 100px;
    color: #ffc4c4;
    top: 50%;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.oneQ .even_title .q {
    /*text-align: right;*/
    /*padding: 20px 20px 20px;*/
    padding: 20px 20px 20px 35px;
}

/*.oneQ .q:hover {
	color: #e60012;
}*/

.oneQ .a {
	/*display: block;*/
	margin-bottom: 4rem;
	/*width: 100%;*/
	padding-right: 0;
    /*padding-left: 4rem;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.oneQ .even_answer .a {
    margin-bottom: 4rem;
    padding-top: 4rem;
    padding-right: 4rem;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.oneQ .a a{
	color: red;
}

.titleWap {
    display: flex;
    /*width: 250px;*/
    width: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    right: 0;
    background: #fff;
}

.even_title {
    display: flex;
    padding: 0px 0px;
    text-align: center;
    position: absolute;
    left: 0;
    right: auto;
    background: #fff;
}

.sanpai .even_title {
    position: unset;
    left: 0;
    right: auto;
}

.saigi .even_title{
    position: unset;
    left: 0;
    right: auto;
}

.miko_sanpaiImg img,
.miko_shinsatsuImg img{
    max-width: 250px;
}

#one-day .interview .interview_imgLine .img_tate{
    width: 267px;
    box-shadow: 5px 5px 2px 1px rgb(127 174 180 / 20%);
}

.answerBox{
    margin-top: 80px;
}


@media handheld, only screen and (min-width: 768px) and (max-width: 999px) {


    #one-day .sanpai .pcShow{
        display: none;
    }

    #one-day .sanpai .spnShow{
        display: block;
    }

        .sanpai .even_title {
        position: unset;
    }

    #one-day .sanpai .answerWap .answerTxt {
        margin-bottom: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
        position: relative;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    #one-day .sanpai_img .sanpaiBox {
        width: 100%;
        position: unset;
    }

    .saigi .even_answer .bg_title {
       font-size: 70px;
    }

    .bg_title {
        font-size: 70px;
    }

    .even_answer .bg_title {
        font-size: 70px;
    }

    .saigi .even_answer .bg_title {
       font-size: 70px;
    }

}

.answer_solo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.number_box {
    display: block;
    vertical-align: middle;
    font-weight: bold;
    background: #ffffff;
    color: #e60012;
    border: 1px solid #000000;
    font-size: 30px;
    padding: 5px 10px;
    width: 60px;
    /*max-width: 60px;*/
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px;
}

.even_number {
    display: inline-block;
    text-align: right;
}

.a .tomoe {
	width: 140px;
	margin: 0px auto 2rem;
}

.a .tamagushi{
	width: 465px;
	margin: 0px auto 2rem;
}

.questionBtn {
    width: auto;
    /*margin:0 0 30px;*/
    text-align: center;
    /*cursor: pointer;*/
    padding: 20px 30px;
    font-size: 2rem;
    font-weight: bold;
    /*border: solid 1px #000;*/
    background-color: #c8343f;
    position: relative;
    border-radius: 15px 15px 0 0/15px 15px 0 0;
}

div.questionBtn{
    color: #fff;
}

.q_nestBox{
    padding: 0 30px 30px;
    background: #fff;
    border-radius: 0 0 15px 15px/0 0 15px 15px;
}

.faq_accordion_nest {
    width: auto;
    margin:0 0;
    text-align: center;
    cursor: pointer;
    padding: 40px 30px;
    font-size: 1.6rem;
    border-bottom: solid 1px #e60012;
    /*border: solid 1px #000;*/
    background-color: #fff;
    position: relative;
}

div.faq_accordion_nest{
    color: #e60012;
}

.faq_accordion_nest:hover {
    color: #6f6b69;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}


div.faq_accordion_nest:hover {
    /*color: #fff;*/
}

.faq_accordion_nest::after{
    content: "▼";
    display: block;
    transform: rotate(0deg);
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 30px;
    height: 50px;
    margin: 0 auto;
}

.all_faq div.nest_on::after{
    content: "▼";
    display: block;
    transform: rotate(180deg);
    bottom: 10px;
}

.all_faq .on {
    background-color: #6f6b69;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}

.all_faq .nest_on {
    color: #a39f9d;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    margin: 0;
}

.all_faq div.on {
    /*color: #fff;*/
}

.all_faq div.nest_on {
    /*color: #fff;*/
}

.nest_1{
    /*margin:0 0 30px;*/
}

.nest_2{
    /*margin:0 0 30px;*/
}

.nest_3{
    /*margin:0 0 30px;*/
}

.bt_oneQ{
    width: auto;
    display: block;
    margin:0 0;
    text-align: center;
    cursor: pointer;
    padding: 25px 30px;
    font-size: 1.6rem;
    border-bottom: dashed 1px #878787;
    background-color: #fff; 
    color: #000;
}

.bt_oneQ:last-of-type{
    border-bottom: solid 1px #e60012;
}
/*
.nest_list:last-of-type{
    border-bottom: solid 1px #000;
}*/

.faqBt{
    display: block;
	/*width: 100%;*/
	width: calc(100% / 3.5);
    /*width: auto;*/
    margin:0 0 30px;
    text-align: center;
    cursor: pointer;
    padding: 40px 30px;
    font-size: 1.6rem;
    border: solid 1px #000;
    background: url(../img/common/arrow_k.png)left center no-repeat;
    background-color: #fff;
}

a.faqBt{
    color: #e60012;
}

.faqBt:hover {
    background: url(../img/common/arrow_w.png)20px center no-repeat;
    background-color: #6f6b69;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}


a.faqBt:hover {
    color: #fff;
}

.faqBt_sns{
	/*width: 43%;*/
	width: calc(100% / 4.5);
    margin:0 0 30px;
    text-align: center;
    cursor: pointer;
    padding: 40px 30px;
    font-size: 1.6rem;
    border: solid 1px #000;
    background: url(../img/common/arrow_k.png)left center no-repeat;
    background-size: 30px;
    background-color: #fff;
}

.faqBt_sns .icon{

}


.faqBt_sns .icon_tw::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_twitter_faq.png)20px center no-repeat;
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;    
}

.faqBt_sns .icon_fb::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_fb_faq.png)20px center no-repeat;    
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;  
}

.faqBt_sns .icon_inst::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_instagram_faq.png)20px center no-repeat;    
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;  
}

.faqBt_sns .icon_yt::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_youtube_faq.png)20px center no-repeat;    
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;  
}

.faqBt_sns:hover .icon_tw::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_twitter_faq_hover.png)20px center no-repeat; 
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;     
}

.faqBt_sns:hover .icon_fb::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_fb_faq_hover.png)20px center no-repeat;
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;    
}

.faqBt_sns:hover .icon_inst::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_instagram_faq_hover.png)20px center no-repeat; 
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;     
}

.faqBt_sns:hover .icon_yt::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/faq/sns_kandamyoujin_youtube_faq_hover.png)20px center no-repeat; 
    background-position-x: 0;
    position: absolute;
    left: -40px;
    top: -8px;     
}

.faqBt_sns a{
    color: #e60012;
    position: relative;
    margin-left: 40px;
    padding-left: 5px;
}

.faqBt_sns:hover {
    background-size: 30px !important;
    background: url(../img/common/arrow_w.png)20px center no-repeat;
    background-color: #6f6b69;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}

.faqBt_sns:hover a {
    color: #fff;
}

.tabNaviWap {
	margin-bottom: 25px;
}

#relatedPage{

}

.answerWap {
    width: 100%;
    padding: 35px 35px;
    background: #beb5e2;
    display: flex;
    /*flex-direction: column;*/
    display: table;
}

.answerWap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/interview_femalePriest/omamori_container_right_bg.png);
    background-size: 30vw 30vh;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -200px;
    right: -75%;
    z-index: 0;
}

.answerWap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/interview_femalePriest/omamori_container_left_bg.png);
    background-size: 30vw 30vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: -10%;
    z-index: 0;
}

.questionLine .icon_chara{
    width: 50px;
    margin: 0px 10px 0px 0px;
}

.answerLine .icon_chara{
    width: 50px;
    margin: 0px 0px 0px 10px;
}

.answerTxt p{
    color: #333333;
}

.even_answer {
    /*flex-direction: column;*/
}

.answerWap .answerTxt {
    /*display: block;*/
    display: table-cell;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

.answerWap .answerImg {
    /*display: block;*/
    display: table-cell;
    width: 400px;
    height: auto;
    text-align: center;
    /*padding: 0px 0 0 20px;*/
    vertical-align: top;
    /*background: #ccc;*/
    margin: 0 auto 30px;
    /*margin-bottom: 30px;*/
    vertical-align: middle;
}

.answerWap .answerImg img{
    width: 400px;
    height: auto;
}

.midTitle{
    margin-top: 100px;
}

.midTxt{
    margin-top: 100px;
    font-size: 18px;
}



@media handheld, only screen and (min-width: 413px) and (max-width: 767px) {

    #one-day .sanpai .pcShow{
        display: none;
    }

    #one-day .sanpai .spnShow{
        display: block;
    }

    .answerWap .answerTxt {
        display: block;
        vertical-align: top;
        margin: 0 0 4rem;
        padding: 0;
    }

    .answerWap .answerblock_short{
        display: table-cell;
        margin: 0;
    }

    .answerWap .answerImg {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 50px;
    }

    .answerWap .answerImg img{
        width: 70%;
    }

    #one-day .sanpai_img .sanpaiBox img {
        width: 70%;
    }

    #one-day .interview .interview_imgLine img {
        width: 70%;
        max-width: 400px;
    }

    .faqBt {
        width: 100%;
    }

    .faqBt_sns {
        width: 100%;
    }

    .tabNaviWap {
        padding: 20px;
    }

    #relatedPage {
        padding: 10px;
    }

    .oneQ{
        display: block;
        padding: 0 0 15px 0;
    }

    .titleWap {
        width: 100%;
        position: unset;
    }

    .sanpai .even_title {
        position: unset;
    }

    .oneQ .even_answer {
        flex-direction: column;
        display: flex;
    }

    .answerWap {
        width: 100%;
        padding: 35px 35px;
        flex-direction: column-reverse;
        display: flex;
    }

    #one-day .sanpai .answerWap .answerTxt {
        margin-bottom: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
        position: relative;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .oneQ .even_answer .a{
        padding-right: 2rem;
        padding-left: 2rem;
    }

    #one-day .sanpai_img .sanpaiBox {
        width: 100%;
        position: unset;
    }

    #one-day .interview .answerWap {
        width: 100%;
        padding: 35px 10px;
        flex-direction: column-reverse;
        display: flex;
    }

    #one-day .questionLine .speech_bubble {
        width: 65%;
    }

    #one-day .answerLine .speech_bubble {
        width: 65%;
    }



    .bg_title {
        font-size: 70px;
        right: 0%;
        left: 0%;
    }

    .even_answer .bg_title {
        font-size: 70px;
        right: 0%;
        left: 0%;
    }

    .saigi .even_answer .bg_title {
       font-size: 70px;
    }

    #one-day .interview .interview_imgLine .img_tate{
        width: 70%;
        max-width: 267px;
    }
}

@media handheld, only screen and (max-width: 412px) {

    #one-day .sanpai .pcShow{
        display: none;
    }

    #one-day .sanpai .spnShow{
        display: block;
    }

    .answerWap .answerTxt {
        display: block;
        vertical-align: top;
        margin: 0 0 4rem;
        padding: 0;
    }

    .answerWap .answerImg {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 50px;
    }

    .answerWap .answerImg img{
        width: 100%;
    }

    #one-day .sanpai .answerWap .answerTxt {
        margin-bottom: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
        position: unset;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .faqBt {
        width: 100%;
    }

    .faqBt_sns {
        width: 100%;
    }

    .tabNaviWap {
        padding: 20px;
    }

    #relatedPage {
        padding: 10px;
    }

    .oneQ{
        display: block;
        padding: 0 0 15px 0;
    }

    .titleWap {
        width: 100%;
        position: unset;
    }

    .sanpai .even_title {
        position: unset;
    }

    .oneQ .even_answer {
        flex-direction: column;
        display: flex;
    }

    .answerWap {
        width: 100%;
        padding: 35px 35px;
        flex-direction: column-reverse;
        display: flex;
    }

    #one-day .sanpai .answerWap .answerTxt {
        margin-bottom: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
        position: relative;
    }

    .oneQ .even_answer .a{
        padding-right: 2rem;
        padding-left: 2rem;
    }


    #one-day .sanpai_img .sanpaiBox {
        width: 100%;
        position: unset;
    }

    #one-day .interview .answerWap {
        width: 100%;
        padding: 35px 10px;
        flex-direction: column-reverse;
        display: flex;
    }

    #one-day .interview .interview_imgLine img{
        width:100%;
    }

    #one-day .answerLine .speech_bubble {
        margin-right: 65px;
    }

    #one-day .questionLine .speech_bubble {
        margin-left: 65px;
    }

    #one-day .questionLine .speech_bubble {
        width: 60%;
    }

    #one-day .answerLine .speech_bubble {
        width: 60%;
    }

    .bg_title {
        font-size: 60px;
        right: 0%;
        left: 0%;
    }

    #one-day .sanpai .answerWap .answerTxt p{
        position: relative;
        z-index: 10;
    }

    .even_answer .bg_title {
        font-size: 60px;
        right: 0;
        left: 0;
        bottom: 10%;
        top: auto;
        z-index: -100;
        transform: none; 
        -webkit-transform: none;
        -ms-transform: none;
    }

    .saigi .even_answer .bg_title {
       font-size: 60px;
    }

    #one-day .interview .interview_imgLine img {
        width: 70%;
        max-width: 400px;
    }
    
    #one-day .interview .interview_imgLine .img_tate{
        width: 70%;
        max-width: 267px;
    }

    #one-day .pickUP h3{
        font-size: 2.7rem;
    }
}


@media handheld, only screen and (max-width: 320px) {

    #one-day .pickUP h3{
        font-size: 2.3rem;
    }
    
}















