@charset "utf-8";
body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333;
}

.wf-mplus1p {
    font-family: "Mplus 1p";
}

#commonHeader {
    position: relative;
    margin: 0 auto;
    z-index: 100000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.25em;
    background-image: url(https://hayni.itembox.design/product/001/000000000106/000000000106-01-l.jpg?t=20220128163419);
    background-size: cover;
    background-position: right center;
    text-shadow: 1px 1px 5px #777, -1px 1px 5px #777, 1px -1px 5px #777, -1px -1px 5px #777;
}

#commonHeader section#flows {
    margin: 0 auto;
    max-height: 170px;
    position: relative;
    font-size: 360%;
    text-align: center;
    padding: 5px 5px 30px;
    line-height: 1.2em;
}

#flowsHead {
    font-size: 100%;
    text-align: center;
    padding-top: 30px;
    padding: 30px 5px 5px;
}

#commonHeader section#flows a.homeLink {
    width: 555px;
    height: 58px;
    position: absolute;
    left: 200px;
    top: 77px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

article:after,
section:after,
.clrFx:after {
    content: '';
    clear: both;
    display: block;
}

main {
    padding: 0 0 35px 0;
    /* margin: 0 auto; */
    max-width: 980px;
    margin: 0 auto;
}

#pageBody {}

.hsd_question {
    position: relative;
    overflow: hidden;
    margin-bottom: 65px;
    margin-top: 50px;
}

.hsd_question ul {
    position: relative;
    left: 50%;
    float: left;
}

.hsd_question li {
    position: relative;
    left: -50%;
    float: left;
}

#pageBody p {
    margin-bottom: 1em;
    text-align: center;
}

.hsd_question_txt {
    padding: 8px 10px 0px 12px;
    font-size: 25px;
    color: #282828;
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.hds_answer {
    position: relative;
    overflow: hidden;
    margin-bottom: 85px;
}

.hds_answer ul {
    position: relative;
    left: 50%;
    float: left;
}

.hds_answer li {
    position: relative;
    left: -50%;
    float: left;
}

.img-yes {
    font-size: 10px;
}

#wrapper {
    position: relative;
    clear: both;
}

.margin {
    background-color: #fff;
    width: 50px;
    height: 151px;
}

.qalist {
    min-width: 320px;
    max-width: 800px;
    margin: 0 auto;
}

.qalist li:nth-child(1) {
    font-size: 130%;
    font-weight: bold;
    padding-top: 50px;
}

.qalist li {
    font-size: 130%;
    font-weight: bold;
    padding-top: 200px;
}

.qbox {
    text-align: center;
}

.qabox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

.question {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 auto;
}

.question:after {
    clear: both;
}

.answer {
    font-size: 15px;
    line-height: 1.5em;
    color: #000000;
    padding: 10px;
}

.sig {
    text-align: right;
    font-size: xx-small;
}

.button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: .65em 3em;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-in-out;
    margin: 20px auto;
}

.button span {
    position: relative;
    z-index: 2;
}

.button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
}

.button::after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    width: 101%;
    height: 105%;
    background-color: #fe5f95;
    transition: .3s ease-in-out;
}

.n::after {
    background-color: #62D7DE;
}

.button:hover {
    color: #fff;
}

.button:hover::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: .65em 3em;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-in-out;
    margin: 20px auto;
    margin-left: 10px;
}

.button2 span {
    position: relative;
    z-index: 2;
}

.button2::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
}

.button2::after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    width: 101%;
    height: 105%;
    background-color: #62D7DE;
    transition: .3s ease-in-out;
}

.button2:hover {
    color: #fff;
}

.button2:hover::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qabtn {
    position: relative;
}

.qabtn::before,
.qabtn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.qabtn,
.qabtn::before,
.qabtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.qabtn {}

.qabtn:active {
    top: 3px;
    box-shadow: none;
}

.qabtny {
    margin-right: 30px;
}

.btnBox {
    float: left;
}

.btnBox_y {
    background-color: #FF8DB4;
    margin-right: 40px;
}

.btnBox_n {}

.q {
    font-family: "Mplus 1p";
    font-size: 300%;
    height: 50px;
    color: #333;
}

.qtxt {}

.point_box {
    padding: 4px;
    padding-top: 30px;
    margin: 10px 5px 10px;
    font-size: 110%;
}

.point_box .box {
    padding: 5px 5px 1px;
}

.point_box .title {
    font-weight: bold;
    font-size: 115%;
    position: relative;
    line-height: 1.2;
}

.point_box .title {
    position: relative;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 1em 0 0.5em;
    text-align: left;
}

.point_box .title:after {
    /*タブ*/
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f0a7\ Result';
    background: #333;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}

.point_box .box .txt {
    padding: 10px 10px 0px;
    line-height: 1.45;
    text-align: center;
}

.bg-y {
    background: yellow;
}

.fs-18 {
    font-size: 120%;
    font-weight: bold;
    line-height: 140%;
}

.redtext,
.red {
    color: #D03F37;
}

.img {
    margin: 0 auto 20px;
    max-width: 500px;
    font-weight: bold;
}

.img img {
    max-width: 100%;
}

#pageBody .title p {
    margin: 3px 0 1px;
}

.square_btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #333;
    color: #333;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin-top: 30px;
}

.square_btn:active,
.square_btn:hover {
    box-shadow: inset 0 0 2px #333;
    transform: translateY(2px);
}

.Polka_v2 {
    background-image: radial-gradient(#dcdcdc 2px, transparent 2px), radial-gradient(#dcdcdc 2px, #ffffff 2px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}