@charset "UTF-8";
/* CSS Document */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*
a:hover {
    opacity: 0.5;
}
*/

a p:hover {
    opacity: 0.8;
}
.sp-only {
    display: none !important;
}


section {
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.inner {
    margin: 0 auto;
    display: block;
}
.topmain .jyoho {
    background-color: #F6F9F0;
    width: 1200px;
    height: 692px;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 30px;
}
.topmain .jyoho h2 {
    margin: 10px auto 30px;
    padding: 20px 20px;
    display: block;
    text-align: center;
    background-color: #A0BF4D;
    color: #fff;
    font-size: 24px;
    width: 730px;
}
.topmain .jyoho h3 {
    font-size: 28px;
    color: #A0BF4D;
    line-height: 1.7;
    letter-spacing: 0.05;
    margin-bottom: 20px;
    margin-top: 50px;
}
.topmain .jyoho p {
    line-height: 1.6;
    width: 1122px;
}
a p.pinkbtn {
    background-color: #EE7773;
    border-radius: 50px;
    padding: 20px 10px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 950px;
    margin: 60px auto 0;
    display: block;
}
.topmain .jyoho img.page {
    float: left;
    margin: 20px;
}
.question  h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #544C47;
}
.question-r {
    background: url("images/line.png") no-repeat;
    overflow: hidden;
}
.question .qlist {
    float: left;
}
.question img {
    margin: 50px auto 80px;
}
.question .questionlist {
    position: relative;
    width: 597px;
    margin-top: 64px;
}
.question .questionlist img {
    margin: 20px auto 30px;
}
.question .questionlist h4 {
    font-size: 28px;
    color: #544C47;
    margin-left: 141px;
    line-height: 2.0;
}
.question .questionlist h4:before {
    content: '';
    background: url("images/q1.png")no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 40px;
}
.question .questionlist p {
    font-size: 28px;
    color: #A0BF4D;
    margin: 50px 0 20px 141px;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 31px;
    width: 445px;
}
.question p.smalltext {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    width: 451px;
    margin: 0 0 20px 141px;
}
.question .questionlist p:before {
    content: '';
    background: url("images/a1.png")no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 40px;
}
.question .nexttext {
    float: left;
    width: 440px;
    margin-top: 69px;
    margin-left: 120px;
    line-height: 1.8;
    font-size: 28px;
    position: relative;
}
.question .nexttext h4 {
    margin-bottom: 40px;
    color: #544C47;
}
.question .nexttext p {
    font-size: 28px;
    color: #A0BF4D;
    font-weight: bold;
}
.question .nexttext span {
    font-size: 16px;
}
.question .nexttext span.green {
    font-size: 28px;
    color: #A0BF4D;
    font-weight: bold;
    border-bottom: 1px solid #A0BF4D;
    margin-bottom: 5px;
}
.question .nexttext:before {
    content: '';
    background: url("images/q2.png")no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -92px;
}
.question .nexttext p:before {
    content: '';
    background: url("images/a2.png")no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -92px;
}
.question ul.caetlalist li {
    display: inline-block;
    margin-right: 50px;
    margin-top: 0;
}
.question ul.caetlalist li img {
    margin: 0 0 50px;
}
.question ul.caetlalist li:nth-last-of-type(4) {
    margin-left: 0;
}
.question a img.pinkbtn-r {
    margin: 50px auto;
    display: block;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
			/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
			/*----------------------------------------------------------------------Break Point----------------------------------------------------------------------*/
			/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
			/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
                @media screen and (max-width: 767px) {
                .pc-only {
                    display: none !important;
                }
                .sp-only {
                    display: block !important;
                }
                .txt-center {
                    margin: 10px 0;
                }
                p {
                    font-size: 12px;
                }
                img {
                    max-width: 100%;
                }
                .inner {
                    width: 100%;
                    margin: 10px 0 0;
                }
                section {
                    width: 100%;
                    padding: 5px 10px;
                    overflow: hidden;
                }
                    
                .topmain .topsp{
                    margin-top: 70px;
                }    
                .topmain .jyoho {
                    background-color: #F6F9F0;
                    width: 100%;
                    height: auto;
                    margin-top: 30px;
                    overflow: hidden;
                }
                .topmain .jyoho h2 {
                    margin: 10px auto 30px;
                    padding: 10px;
                    line-height: 1.5;
                    font-size: 15px;
                    width: 95%;
                }
                .topmain .jyoho h3 {
                    font-size: 17px;
                    line-height: 1.5;
                    margin: 20px auto;
                    padding: 0 10px;
                    display: block;
                    text-align: center;
                }
                .topmain .jyoho p {
                    line-height: 1.5;
                    width: 100%;
                    padding: 0 10px;
                    font-size: 13px;
                }
                .jyoho p.pinkbtn {
                    font-size: 14px;
                    width: 91%;
                    padding: 10px 15px;
                    margin: 30px auto;
                }
                a p.pinkbtn {
                    border-radius: 32px;
                    padding: 10px 15px;
                    overflow: hidden;
                    font-size: 14px;
                    width: 91%;
                    margin: 60px auto 0;
                    display: block;
                    line-height: 1.5;
                }
                .topmain .jyoho img.page {
                    float: none;
                    margin: 0;
                    width: 100%;
                    padding: 0 10px;
                }
                .question img {
                    margin: 30px 0 15px;
                    padding: 0 10px;
                }
                .question p {
                    padding: 0 10px;
                    line-height: 1.8;
                    margin-bottom: 15px;
                }
                .question ul.caetlalist li {
                    display: block;
                    margin: 0 auto;
                }
                .question ul.caetlalist li img {
                    margin: 10px auto;
                    display: block;
                    width: 50%;
                    float: left;
                }
                .question ul.caetlalist li:nth-last-of-type(4) {
                    margin-left: 0;
                }
                .question a img.pinkbtn-r {
                    margin: 50px auto;
                    display: block;
                }
                    
                .question  h2 {
                font-size: 28px;
                text-align: center;
                margin-bottom: 30px;
                margin-top: 50px;
                color: #544C47;
            }
           
}
