.u-margin__top--60{
   margin-top: 20px; 
}

section.questions {
    margin-top: 130px;
    text-align: center;
	padding: 20px;
    font-family: '游明朝体','din-2014', 'ff-scala', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'YuGothic M', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Arial, sans-serif;
}

section.result {
    margin-top: -160px;
    text-align: center;
	padding: 20px;
    font-family: '游明朝体','din-2014', 'ff-scala', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'YuGothic M', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Arial, sans-serif;
}

.start{

}

.questions .ttl_h2{
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: '游明朝体','din-2014', 'ff-scala', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'YuGothic M', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Arial, sans-serif;
}

section.questions p.start_txt {
    font-size: 1.5em;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 40px;
	line-height: 2;
}

section.questions p.q_text {
    font-size: 1.9em;
    display: inline-block;
    margin-bottom: 40px;
	line-height: 2;
    font-weight: 600;
}

section.result p.a_text {
    font-size: 1.4em;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.products_pd{
    min-width: 160px;
}

.osusume{
    background-color: #505050;
    padding:6px;
    margin-bottom: 7px;
}

.osusume .osu_p{
    color:#fff;
    font-size: 1em;
}

button#start-btn {
    margin: 0px auto;
    width: 40%;
}

.result button.restart{
    margin: 40px auto;
}

.plusitem{
    margin: 20px auto 0px;
}

.plus_img{
    width: 60%;
    margin: 0 auto;
}

.colorimg{
    width:12%;
    margin: 0 auto 20px;
}

.plusitem .plusimg{
    width: 100%;
    margin: 0px auto;
}

.products_pd .plus{
    line-height: 1.4;
    margin: 7px 0px;
}

.yorn {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.questions button,
.result button {
    padding: 20px;
    font-size:22px;
  display: block;
  position: relative;
  width: 250px;
  color: #fff;
  background-color: #1e1e1e;
}
.result button {
    padding: 20px;
    font-size: 17px;
    display: block;
    position: relative;
    width: 210px;
  color: #fff;
  background-color: #1e1e1e;
}

/*
.questions button:before,
.result button:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #bbb;
}

button.no {
    background: #fff;
    border: 2px solid #bbb;
}

button.no::before {
    color: #fff;
	top: 6px;
	left: 6px;
	border: none;
}*/

.btn-more{
    border: 2px solid #000;
    font-size: 1.2em;
    padding: 6px 0;
}

section.result p.answer_title {
    border: none;
    display: block;
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 0px;
}

.answer_img {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.plusdiv{
        width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.answer_img img {
    /*max-width: 100px;*/
    width: 70%;
    margin: 0 auto;
}

.answer_img p {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.siyou{
    margin: 30px auto;
    border: 3px solid #eeeeee;
}

.siyou_ttl{
    padding: 10px;
    background-color: #eee;
    font-size: 1.4em;
}

.siyou_txt{
    font-size: 1em;
    text-align: left;
    padding: 10px;
}

.fs-l-footer{
    display: none;
}

@media(min-width:831px){ /*pc*/

    .pc{
        display: block;
    }
    .sp{
        display: none;
    }

    .plus_img {
    width: 32%;
}
.colorimg{
    width:14%;
    margin: 0 auto 20px;
}
.siyou{
    width: 70%;
}
}


@media(max-width:830px){ /*ipad*/
    .plus_img {
    width: 69%;
}
.colorimg{
    width: 24%;
}

.siyou{
    width: 100%;
}

}


@media(max-width:750px){ /*sp*/

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    .u-margin__top--60 {
    margin-top: 130px;
    }

    .u-margin__bottom--100{
        margin-bottom: 170px;
    }

    section.questions{
        margin-top: 100px;
        padding: 10px;
    }

    button#start-btn {
    margin: 40px auto;
    width: 80%;
    }

    .questions button{
        margin: 12px;
        padding: 20px;
        font-size: 17px;
        width: 85%; /* 幅を広げる */
        max-width: 300px; /* 最大幅を設定 */
        height: auto; /* 高さを自動調整 */
        line-height: 1.4; 
    }

    section.questions p.q_text{
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    section.result p.a_text{
        font-size: 1em;
        margin-bottom: 22px;
        padding-bottom: 14px;
    }

    .yorn{
        gap: 5px;
        justify-content: space-between;
    }

     .yorn button {
        flex: 1; /* 均等に幅を分ける */
        min-width: 120px;
    }

    section.result {
        margin-top: -160px;
    }

    section.result p.answer_title{
        font-size: 1.6em;
    }

    .answer_img{
       gap: 10px; 
    }

    .products_pd {
    min-width: 98px;
        max-width: 136px;
    }

    .answer_img img{
       width: 57%; 
    }

    .products_pd .plus{
       font-size: 0.8em; 
    }

    .plusitem .plusimg{
        width: 80%;
        margin: 0px auto 10px;
    }

    .colorimg {
        width: 41%;
        margin: 0 auto 16px;
    }

    .btn-more{
        font-size: 0.7em;
        padding: 6px 0;
    }

    .c-icon-draw{
      margin-right: 2vw;
        width: 7vw;  
    }

    .plusitem{
        margin: 10px auto 0px;
    }

    .result button{
        padding: 14px;
        font-size: 14px;
        width: 65%;
        max-width: 300px;
        height: auto;
        line-height: 1.4;
    }
}


