@charset "UTF-8";
/*******************************************************
 * for SURVEY PAGE
 *******************************************************/

 /* インターネット調査結果ページ
---------------------------------------- */
.brmb::before, .brpc::before {
content: "\A" ;
white-space: pre ;
}
.brpc::before { display: none; }
.page_survey .hero .title {
 font-size: 3rem;
 line-height: 1.75;
}
.page_survey .hero .text span {
 padding: 0 0.25rem;
 background-color: #fff;
}
.page_survey .survey picture {
 display: block;
 margin-top: 2rem;
 text-align: center;
}
.page_survey picture img { max-width: 100%; }
.page_survey .survey picture img { filter:drop-shadow(3px 3px 2px #aaa); }
.page_survey .wbox {
 margin: 0 0 6rem;
 padding: 3rem 1rem;
 border-radius: 10px;
 background-color: #fff;
 text-align: center;
 position: relative;
}
.page_survey .wbox.total { padding: 2rem 1rem 3rem; }
.page_survey #item { margin-top: 6rem; }
.page_survey .wbox h2 {
 margin: 0 auto 0.8rem;
 color: #e57777;
 font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
 font-weight: bold;
 text-align: center;
}
.page_survey .wbox.total h2 {
 margin-bottom: 0.5rem;
 color: #444;
 font-size: clamp(0.875rem, 0.557rem + 1.59vw, 1.75rem);
 line-height: 1.5;
}
.page_survey .wbox.total h2 span:not(.brmb) {
 color: #e57777;
 font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}
.page_survey .wbox .h2img {
 position: absolute;
 top: -32px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 width: 35%;
 min-width: 170px;
 max-width: 222px;
}

.page_survey .wbox.total ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.page_survey .wbox.total li {
 padding: 1.5rem 0.5rem 0.5rem;
 width: 48%;
}
.page_survey .areamap h2 {
 margin: 0 auto 0.8rem;
 font-size: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
 font-weight: bold;
 text-align: center;
 line-height: 1.5;
}
.page_survey .areamap p { font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem); }
.page_survey .areamap h2 + p {
 font-size: clamp(1.063rem, 0.813rem + 1.25vw, 1.75rem);
 text-align: center;
 line-height: 1.5;
}
.page_survey .areamap > div { margin-bottom: 2rem; }
.page_survey .areamap ul {
 margin: 1.5rem auto 1rem;
 padding: 1rem 1.4rem;
 width: 90%;
 background-color: #fff;
}
.page_survey .areamap li {
 margin: 0 0 0.2rem;
 padding: 0;
 font-size: clamp(0.813rem, 0.653rem + 0.8vw, 1.25rem);
 line-height: 1.5;
 list-style: none;
}
.page_survey .areamap li::before {
 margin-right: 0.3rem;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f111";
 color: #47b9bf;
 font-size: 80%;
}
.page_survey .areamap li span {
 margin: 0.2rem 0 0 1.6em;
 display: block;
 font-size: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
 line-height: 1.5;
}

.page_survey .wbox .column2 picture { margin: 0 auto; }
.page_survey .wbox .column2 p {
 margin: 1.2rem 0 2rem;
 font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
 line-height: 1.7;
 text-align: left;
}
.page_survey .wbox .column2 dl {
 margin: 0;
 padding: 1.5rem 0 1rem;
 background-color: #ffeded;
 border-radius: 15px;
 text-align: left;
}
.page_survey .wbox .column2 dt span {
 position: relative;
 display: inline-block;
 margin: 0 0 0.5rem 0;
 padding: 0 3rem 0 2rem;
 height: 45px;
 background: #e57777;
 color: #fff;
 line-height: 45px;
}
.page_survey .wbox .column2 dt span:after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-color: transparent #ffeded transparent transparent;
 border-width: 25px 13px 25px 0;
}
.page_survey .wbox .column2 dt i { margin-left: 0.3rem; }

.page_survey .wbox .column2 dd {
 margin: 0;
 padding: 1rem;
 color: #db6565;
}
.page_survey .wbox .column2 dd ul {
 margin: 0 0 0 1.4rem;
 padding: 0;
}
.page_survey .wbox .column2 dd li {
 margin: 0 0 0.5rem;
 padding: 0;
 font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
 font-weight: bold;
 line-height: 1.5;
 list-style: none;
 position: relative;
}
.page_survey .wbox .column2 dd li::before {
 margin-right: 0.5rem;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f111";
 color: #db6565;
 font-size: 80%;
 position: absolute;
 top: 0.1rem;
 left: -2em;
}


@media only screen and (max-width: 480px) {
.page_survey .wbox .column2 picture img { margin: 0 -0.5rem; max-width: calc(100% + 1rem); }
}

@media only screen and (min-width: 768px) {
.brmb::before { display: none; }
.brpc::before { display: initial; }

.page_survey .survey h1 { margin: 0 auto 3rem; }
.page_survey .wbox {
 margin-bottom: 8rem;
 padding: 4rem 1.5rem 2.5rem;
 border-radius: 20px;
}
 .page_survey .wbox h2 { margin-bottom: 2rem; }
.page_survey .wbox.total { padding: 4.5rem 2.5rem 3rem; }
.page_survey .wbox.total h2 span:not(.brmb) { margin: 0 0.5rem; }
.page_survey .wbox.total ul {
 flex-wrap: nowrap;
 justify-content: center;
 }
.page_survey .wbox.total li {
 padding: 2.5rem 1rem 1rem;
 width: 24%;
}
.page_survey .areamap > div {
 display: flex;
 align-items:flex-start;
 justify-content: center;
 margin: 3rem auto;
 width: 90%;
}
.page_survey .areamap ul {
 margin: 1.5rem 3rem 1rem 0;
 padding: 2rem 1.6rem;
 max-width: 280px;
} 
.page_survey .areamap li {
 margin: 0 0 0.5rem;
}
.page_survey .areamap li span { margin-top: 0.5rem; }
.page_survey .areamap p {
 margin: 0 auto;
 width: 70%;
 max-width: 750px;
}
.page_survey #item { margin-top: 10rem; }
.page_survey .wbox .column2 { display: flex; }
.page_survey .wbox .h2img { top: -45px; }
.page_survey .wbox .column2 div:first-of-type,
.page_survey .wbox .column2 > picture { padding-top: 1rem; width: 40%; }
.page_survey .wbox .column2 div:last-of-type {
 padding: 0 1rem 0 2rem;
 width: 58%;  
}
.page_survey .wbox .column2 p {
 margin: 0 0 2.5rem;
 line-height: 1.8;
}
.page_survey .wbox .column2 dd ul { margin: 0 0.8rem 0 2.4rem; }
.page_survey .wbox .column2 dd li::before { top: 0.2rem; }
 
}
