@charset "utf-8";
/*! Noto Sans JP | SIL Open Font License 1.1 | http://scripts.sil.org/OFL */
/* 特定商取引法 位置は適宜調節
-------------------------------------------------------------- */

#main {
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-family: "NotoSans-Regular", sans-serif;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
div#template{
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #666;
}
li{
    list-style-type: none;
}
ul{
    position: relative;
    padding-left: 0;
}

/*-------------------------------
	FV (sec1)
-------------------------------*/
.FV {
    position: relative;
}

/*-------------------------------
	Questions
-------------------------------*/
.inner {
    width: calc(580/640*100%);
    margin: 0 auto;
}
.q-list li label {
    cursor: pointer;
}
.q-list input {
    display: none;
}
.q_wrap {
  position: relative;
}
.q_wrap img.changed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
input[type="checkbox"]:checked + label img.changed,
input[type="radio"]:checked + label img.changed {
    opacity: 0;
}
ul.flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap; 
    justify-content: space-between;
}
ul.flex li {
    width: 48.5%;
    box-sizing: border-box;
}
ul.flex li:nth-child(odd){
  margin-right: 1.5%;
}
ul.flex li:nth-child(even){
  margin-left: 1.5%;
}
ul.flex li:nth-of-type(3),
ul.flex li:nth-of-type(4) {
  margin-top: calc(20/580*100%);
}
.q4 .q-list li {
  margin-bottom: calc(20/580*100%);
}

/*-------------------------------
	offer
-------------------------------*/
.offer {
}

/*-------------------------------
	footer
-------------------------------*/
.footer {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: calc(14px + 2 * (100vw - 320px)/320);
}
.footer .wrapper > a {
    display: block;
}
