@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  color: #333;
  background-color: #fff;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 769px) {
  a,
  input[type=button],
  button {
    transition: ease 0.1s;
  }
  a.trans:hover {
    opacity: 0.7;
  }
  html {
    font-size: 62.5%;
  }
  .SPpart {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .PCpart {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}
@media all and (min-width: 769px) {
  a {
    transition: all 0.2s;
  }
  a:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  #Wrapper {
    position: relative;
  }
}
@media all and (min-width: 769px) {
  .topPage .layer_board_bg,
  .topPage .layer_board {
    position: absolute;
  }
  .topPage .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed;
  }
  .topPage .layer_board {
    display: none;
    width: 730px;
    height: 550px;
    background-color: #fff;
    border: 10px solid #d8dde2;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .topPage .layer_board #head {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #0E2849;
    padding: 40px 0 15px;
  }
  .topPage .layer_board #body {
    padding: 0 38px 50px;
  }
  .topPage .layer_board p {
    font-size: 15px;
    line-height: 30px;
  }
  .topPage .layer_board .btn {
    text-align: center;
    padding: 20px 0 40px;
  }
  .topPage .layer_board .btn .title {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 25px;
  }
  .topPage .layer_board .btn .yes,
  .topPage .layer_board .btn .no {
    display: inline-block;
    margin: 0 10px;
  }
  .topPage .layer_board .btn .yes a,
  .topPage .layer_board .btn .no a {
    display: block;
    width: 190px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    color: white;
    background-color: #0E2849;
  }
  .topPage .layer_board .logo {
    text-align: center;
  }
  .topPage .layer_board .logo img {
    width: 252px;
  }
  .topPage .header {
    border-bottom: 1px solid #000;
    /*
    &__lead{
    	border-top: 1px solid #000;
    	border-bottom: 1px solid #000;
    	p{
    		width: 1100px;
    		font-size: 19px;
    		line-height: 39px;
    		margin: 0 auto;
    	}
    }
    */
  }
  .topPage .header-wrap {
    width: 1100px;
    text-align: right;
    padding: 35px 0 30px;
    margin: 0 auto;
  }
  .topPage .header-wrap p {
    font-size: 13px;
  }
  .topPage .mainvisual {
    min-width: 1100px;
    border-bottom: 1px solid #000;
  }
  .topPage .mainvisual__slide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .topPage .mainvisual__slide__half {
    width: 50%;
  }
  .topPage .mainvisual__slide__half:nth-of-type(2) {
    text-align: center;
  }
  .topPage .mainvisual__slide__half:nth-of-type(2) h1 {
    width: 84%;
    margin-inline: auto;
  }
  .topPage .news {
    margin-bottom: 50px;
  }
  .topPage .news__title {
    font-size: 20px;
    font-weight: 600;
    color: #727171;
    margin-bottom: 12px;
  }
  .topPage .news dl {
    display: flex;
    align-items: flex-start;
  }
  .topPage .news dl + dl {
    padding-top: 8px;
  }
  .topPage .news dl dt {
    width: 100px;
    font-size: 18px;
    letter-spacing: -0.08rem;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
  }
  .topPage .news dl dd {
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px 0 10px;
  }
  .topPage .news dl dd a {
    border-bottom: 1px solid #666;
  }
  .topPage .news dl dd a:hover {
    opacity: 0.8;
    border-bottom: 1px solid #fff;
  }
  .topPage .contents {
    width: 1100px;
    margin: 0 auto 100px;
  }
  .topPage .contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .contents-main {
    width: 810px;
    padding-top: 50px;
    border-right: 2px solid #8c8c8c;
  }
  .topPage .contents-sub {
    width: 230px;
    padding-top: 50px;
  }
  .topPage .contents__title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: #727171;
    margin-bottom: 20px;
  }
  .topPage .contents__lead {
    font-size: 17px;
    margin-bottom: 23px;
  }
  .topPage .contents__lead.mbnarrow {
    margin-bottom: -5px;
  }
  .topPage .contents__lead b {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .topPage .contents__subtitle {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #878787;
    border-bottom: 1px solid #878787;
  }
  .topPage .contents__ctitle {
    font-size: 23px;
    font-weight: 600;
    padding-top: 8px;
    margin-bottom: 20px;
  }
  .topPage .contents__clink a {
    position: relative;
    display: flex;
    align-items: center;
    width: 165px;
    height: 40px;
    font-size: 17px;
    line-height: 1.1;
    padding-left: 18px;
    border-radius: 7px;
  }
  .topPage .contents__clink a::after {
    position: absolute;
    right: 15px;
    top: 14px;
    content: "";
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
  .topPage .contents__clink.pink a {
    color: #EE869A;
    border: 1px solid #EE869A;
  }
  .topPage .contents__clink.pink a::after {
    background-image: url(/_assets/images/common/ico-link-pk.png);
  }
  .topPage .contents__clink.navy a {
    color: #0E2849;
    border: 1px solid #0E2849;
  }
  .topPage .contents__clink.navy a::after {
    background-image: url(/_assets/images/common/ico-link-nv.png);
  }
  .topPage .contents__clink.purple a {
    color: #781F52;
    border: 1px solid #781F52;
  }
  .topPage .contents__clink.purple a::after {
    background-image: url(/_assets/images/common/ico-link-pp.png);
  }
  .topPage .contents .list dl {
    position: relative;
    display: flex;
    padding-top: 44px;
    padding-bottom: 35px;
  }
  .topPage .contents .list dl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 1px;
    background-color: #e0e0e0;
  }
  .topPage .contents .list dl dt {
    width: 300px;
  }
  .topPage .contents .list dl dt img {
    width: 230px;
  }
  .topPage .contents .list dl dd {
    width: 430px;
  }
  .topPage .contents .banner dl + dl {
    padding-top: 27px;
  }
  .topPage .contents .banner dl dt {
    margin-bottom: 13px;
  }
  .topPage .contents .banner dl dt img {
    width: 230px;
  }
  .topPage .contents .banner dl dd {
    font-size: 12px;
    letter-spacing: 0;
  }
  .topPage .footer {
    width: 1100px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .topPage .footer__link ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  .topPage .footer__link ul li:nth-of-type(1)::after, .topPage .footer__link ul li:nth-of-type(2)::after {
    content: "｜";
  }
  .topPage .footer__link ul li a {
    color: #878787;
    text-decoration: underline;
  }
  .topPage .footer__copyright {
    text-align: center;
    color: #231815;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 8px;
  }
}
@media all and (max-width: 768px) {
  .topPage #layer_board_area {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topPage .layer_board_bg,
  .topPage .layer_board {
    position: absolute;
  }
  .topPage .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed;
  }
  .topPage .layer_board {
    display: none;
    width: 86%;
    background-color: #fff;
    border: 5px solid #d8dde2;
    z-index: 2000;
    margin-top: 100vh;
  }
  .topPage .layer_board.narrow {
    height: 200px;
  }
  .topPage .layer_board #head {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #0E2849;
    padding: 20px 0 15px;
  }
  .topPage .layer_board #body {
    padding: 0 20px 25px;
  }
  .topPage .layer_board p {
    font-size: 14px;
    line-height: 23px;
  }
  .topPage .layer_board .btn {
    text-align: center;
    padding: 15px 0;
  }
  .topPage .layer_board .btn .title {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 15px;
  }
  .topPage .layer_board .btn .yes,
  .topPage .layer_board .btn .no {
    display: inline-block;
    width: 30%;
    margin: 0 5px;
  }
  .topPage .layer_board .btn .yes a,
  .topPage .layer_board .btn .no a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    color: white;
    background-color: #0E2849;
    margin-left: auto;
    margin-right: auto;
  }
  .topPage .layer_board .logo {
    text-align: center;
  }
  .topPage .layer_board .logo img {
    width: 200px;
  }
  .topPage .header {
    border-bottom: 1px solid #000;
    /*
    &__lead{
    	border-top: 1px solid #000;
    	border-bottom: 1px solid #000;
    	p{
    		font-size: 14px;
    		line-height: 20px;
    		padding: 8px 20px;
    	}
    }
    */
  }
  .topPage .header-wrap {
    text-align: right;
    padding: 15px 20px 20px;
  }
  .topPage .header-wrap p {
    font-size: 13px;
  }
  .topPage .mainvisual {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
  }
  .topPage .mainvisual__slide__half {
    text-align: center;
    font-size: 0;
  }
  .topPage .mainvisual__slide__half:nth-of-type(1) {
    padding-top: 20px;
    width: 85%;
    margin-inline: auto;
  }
  .topPage .mainvisual__slide__half:nth-of-type(2) {
    padding: 20px 0;
    width: 85%;
    margin-inline: auto;
  }
  .topPage .news {
    margin-bottom: 30px;
  }
  .topPage .news-wrap {
    position: relative;
    padding-bottom: 10px;
  }
  .topPage .news-wrap::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #8c8c8c;
  }
  .topPage .news__title {
    font-size: 16px;
    font-weight: 600;
    color: #727171;
    margin-bottom: 10px;
  }
  .topPage .news dl {
    padding-bottom: 20px;
  }
  .topPage .news dl dt {
    font-size: 16px;
    letter-spacing: -0.08rem;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
  }
  .topPage .news dl dd {
    font-size: 14px;
    font-weight: 500;
  }
  .topPage .news dl dd a {
    border-bottom: 1px solid #666;
  }
  .topPage .contents {
    padding-bottom: 20px;
  }
  .topPage .contents-wrap {
    padding: 0 30px;
  }
  .topPage .contents-sub {
    position: relative;
  }
  .topPage .contents-sub::after {
    content: "";
    position: absolute;
    top: -25px;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #8c8c8c;
  }
  .topPage .contents__title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: #727171;
    margin-bottom: 10px;
  }
  .topPage .contents__lead {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .topPage .contents__lead.mbnarrow {
    margin-bottom: -5px;
  }
  .topPage .contents__lead b {
    display: block;
    margin-bottom: 3px;
  }
  .topPage .contents__subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #878787;
    border-bottom: 1px solid #878787;
  }
  .topPage .contents__ctitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 4px;
    margin-bottom: 10px;
  }
  .topPage .contents__clink a {
    position: relative;
    display: flex;
    align-items: center;
    width: 120px;
    height: 30px;
    font-size: 15px;
    line-height: 1.1;
    padding-left: 12px;
    border-radius: 5px;
  }
  .topPage .contents__clink a::after {
    position: absolute;
    right: 8px;
    top: 9px;
    content: "";
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
  .topPage .contents__clink.pink a {
    color: #EE869A;
    border: 1px solid #EE869A;
  }
  .topPage .contents__clink.pink a::after {
    background-image: url(/_assets/images/common/ico-link-pk.png);
  }
  .topPage .contents__clink.navy a {
    color: #0E2849;
    border: 1px solid #0E2849;
  }
  .topPage .contents__clink.navy a::after {
    background-image: url(/_assets/images/common/ico-link-nv.png);
  }
  .topPage .contents__clink.purple a {
    color: #781F52;
    border: 1px solid #781F52;
  }
  .topPage .contents__clink.purple a::after {
    background-image: url(/_assets/images/common/ico-link-pp.png);
  }
  .topPage .contents .list {
    padding-bottom: 30px;
  }
  .topPage .contents .list dl {
    padding-bottom: 20px;
  }
  .topPage .contents .list dl + dl {
    padding-top: 22px;
    border-top: 1px solid #e0e0e0;
  }
  .topPage .contents .list dl dt {
    text-align: center;
    margin-bottom: 15px;
  }
  .topPage .contents .list dl dt img {
    width: 70%;
  }
  .topPage .contents .banner {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .topPage .contents .banner dl + dl {
    padding-top: 27px;
  }
  .topPage .contents .banner dl dt {
    text-align: center;
    margin-bottom: 13px;
  }
  .topPage .contents .banner dl dt img {
    width: 70%;
  }
  .topPage .contents .banner dl dd {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
  }
  .topPage .footer {
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .topPage .footer__link {
    padding-bottom: 5px;
  }
  .topPage .footer__link ul {
    display: flex;
    justify-content: center;
    font-size: 11px;
  }
  .topPage .footer__link ul li:nth-of-type(1)::after, .topPage .footer__link ul li:nth-of-type(2)::after {
    content: "｜";
  }
  .topPage .footer__link ul li a {
    color: #878787;
    text-decoration: underline;
    letter-spacing: -0.03rem;
  }
  .topPage .footer__copyright {
    text-align: center;
    color: #231815;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 5px;
  }
}

@media all and (min-width: 769px) {
  .lowerPage .header {
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
  }
  .lowerPage .header-wrap {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    padding: 35px 0 30px;
    margin: 0 auto;
  }
  .lowerPage .header-wrap p {
    font-size: 13px;
  }
  .lowerPage .header__logo {
    width: 300px;
  }
  .lowerPage .privacy-wrap {
    width: 1100px;
    margin: 0 auto 100px;
  }
  .lowerPage .privacy__title {
    font-size: 20px;
    letter-spacing: 0.2rem;
    padding-bottom: 50px;
  }
  .lowerPage .privacy__title h2 {
    font-weight: 600;
  }
  .lowerPage .privacy__subtitle {
    display: inline-block;
    font-size: 17px;
    border-bottom: 1px solid #878787;
    margin-bottom: 0.5rem;
  }
  .lowerPage .privacy__subtitle h3 {
    font-weight: 600;
  }
  .lowerPage .privacy p {
    font-size: 15px;
    line-height: 1.7;
  }
  .lowerPage .privacy p + p,
  .lowerPage .privacy p + .privacy__subtitle {
    padding-top: 3rem;
  }
  .lowerPage .footer {
    width: 1100px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .lowerPage .footer__link ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  .lowerPage .footer__link ul li:nth-of-type(1)::after, .lowerPage .footer__link ul li:nth-of-type(2)::after {
    content: "｜";
  }
  .lowerPage .footer__link ul li a {
    color: #878787;
    text-decoration: underline;
  }
  .lowerPage .footer__copyright {
    text-align: center;
    color: #231815;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 8px;
  }
}
@media all and (max-width: 768px) {
  .lowerPage .header {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
  }
  .lowerPage .header-wrap {
    padding: 15px 20px 10px;
  }
  .lowerPage .header-wrap p {
    text-align: right;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .lowerPage .header__logo {
    width: 250px;
  }
  .lowerPage .privacy {
    padding-bottom: 40px;
  }
  .lowerPage .privacy-wrap {
    padding: 0 20px;
  }
  .lowerPage .privacy__title {
    font-size: 16px;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
  }
  .lowerPage .privacy__title h2 {
    font-weight: 600;
  }
  .lowerPage .privacy__subtitle {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #878787;
    margin-bottom: 0.5rem;
  }
  .lowerPage .privacy__subtitle h3 {
    font-weight: 600;
  }
  .lowerPage .privacy p {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .lowerPage .privacy p + p,
  .lowerPage .privacy p + .privacy__subtitle {
    padding-top: 2rem;
  }
  .lowerPage .footer {
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .lowerPage .footer__link ul {
    display: flex;
    justify-content: center;
    font-size: 11px;
  }
  .lowerPage .footer__link ul li:nth-of-type(1)::after, .lowerPage .footer__link ul li:nth-of-type(2)::after {
    content: "｜";
  }
  .lowerPage .footer__link ul li a {
    color: #878787;
    text-decoration: underline;
    letter-spacing: -0.03rem;
  }
  .lowerPage .footer__copyright {
    text-align: center;
    color: #231815;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 5px;
  }
}

@media all and (min-width: 769px) {
  .surveyPage {
    background-image: url(/_assets/images/survey-nurse2303/bg.png);
    background-size: 10px auto;
    background-position: top center;
    background-repeat: repeat-x;
  }
  .surveyPage .header {
    min-width: 960px;
  }
  .surveyPage .header-wrap {
    padding: 30px 0;
  }
  .surveyPage .header__logo h1 {
    width: 800px;
    margin: 0 auto;
  }
  .surveyPage .menu-wrap {
    position: relative;
    overflow: hidden;
    width: 960px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #e5005a;
  }
  .surveyPage .menu-wrap::before, .surveyPage .menu-wrap::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/_assets/images/survey-nurse2303/bg-menu.png);
    background-size: 100px 100px;
  }
  .surveyPage .menu-wrap::after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
  }
  .surveyPage .menu-wrap p {
    font-family: serif;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .surveyPage .menu-wrap ul li + li {
    margin-top: 10px;
  }
  .surveyPage .menu-wrap ul li a {
    color: white;
    display: block;
    text-align: center;
    font-size: 20px;
    width: 80%;
    padding: 5px 0;
    background-color: #0d294a;
    margin: 0 auto;
    border-radius: 20px;
  }
  .surveyPage .menu__illust {
    min-width: 960px;
    position: relative;
    margin: -15px auto 40px;
  }
  .surveyPage .menu__illust span {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .surveyPage .detail-wrap {
    width: 960px;
    margin: 0 auto;
  }
  .surveyPage .detail__title {
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    background-color: #e9536b;
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .surveyPage .detail__q-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
  }
  .surveyPage .detail__q-title span {
    display: inline-block;
    color: white;
    font-size: 16px;
    line-height: 1.1;
    padding: 8px 7px 8px 10px;
    background-color: #7d7d7d;
    margin-right: 8px;
  }
  .surveyPage .detail__q-title h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .surveyPage .detail__a {
    margin-bottom: 50px;
  }
  .surveyPage .detail__a__title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .surveyPage .detail__a__pct {
    text-align: center;
    margin-bottom: 30px;
  }
  .surveyPage .detail__a__pct.q01 img {
    width: 490px;
  }
  .surveyPage .detail__a__pct.q02 img {
    width: 500px;
  }
  .surveyPage .detail__a__pct.q03 img {
    width: 660px;
  }
  .surveyPage .detail__a__pct.q041 img {
    width: 500px;
  }
  .surveyPage .detail__a__pct.q042 img {
    width: 660px;
  }
  .surveyPage .detail__a__pct.q043 img {
    width: 670px;
  }
  .surveyPage .detail__a__pct.q05 img {
    width: 540px;
  }
  .surveyPage .detail__a__pct.q06 img {
    width: 620px;
  }
  .surveyPage .detail__a__pct.q07 img {
    width: 810px;
  }
  .surveyPage .detail__a__pct.q08 img {
    width: 550px;
  }
  .surveyPage .detail__a__pct.q09 img {
    width: 480px;
  }
  .surveyPage .detail__a__pct.q10 img {
    width: 690px;
  }
  .surveyPage .detail__a__text {
    font-size: 16px;
    line-height: 1.6;
    color: #E9546B;
    padding: 12px 20px;
    border: 1px solid #E9546B;
    margin: 0 60px 30px;
  }
  .surveyPage .detail__a__text + .detail__a__attention {
    margin: -20px 60px 30px;
  }
  .surveyPage .detail__a__attention {
    text-align: right;
    font-size: 13px;
    margin: 0 60px 30px;
  }
  .surveyPage .detail__data {
    padding: 40px 0 10px;
  }
  .surveyPage .footer {
    min-width: 960px;
    padding: 30px 0 20px;
  }
  .surveyPage .footer__copyright {
    font-size: 14px;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .surveyPage {
    background-image: url(/_assets/images/survey-nurse2303/bg.png);
    background-size: 5px auto;
    background-position: top center;
    background-repeat: repeat-x;
  }
  .surveyPage .header-wrap {
    padding: 20px 0;
  }
  .surveyPage .header__logo h1 {
    width: 90%;
    margin: 0 auto;
  }
  .surveyPage .menu-wrap {
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin: 0 20px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #e5005a;
  }
  .surveyPage .menu-wrap::before, .surveyPage .menu-wrap::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/_assets/images/survey-nurse2303/bg-menu.png);
    background-size: 50px 50px;
  }
  .surveyPage .menu-wrap::after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
  }
  .surveyPage .menu-wrap p {
    font-family: serif;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .surveyPage .menu-wrap ul li + li {
    margin-top: 10px;
  }
  .surveyPage .menu-wrap ul li a {
    color: white;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 100%;
    padding: 5px 10px;
    background-color: #0d294a;
    margin: 0 auto;
    border-radius: 10px;
  }
  .surveyPage .menu__illust {
    position: relative;
    margin: -10px auto 20px;
  }
  .surveyPage .menu__illust span {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .surveyPage .detail-wrap {
    padding: 0 20px;
  }
  .surveyPage .detail__title {
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #e9536b;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .surveyPage .detail__q-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
  }
  .surveyPage .detail__q-title span {
    display: inline-block;
    color: white;
    font-size: 16px;
    line-height: 1.1;
    padding: 4px 4px 4px 5px;
    background-color: #7d7d7d;
    margin-right: 4px;
  }
  .surveyPage .detail__q-title h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .surveyPage .detail__a {
    margin-bottom: 30px;
  }
  .surveyPage .detail__a__title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .surveyPage .detail__a__pct {
    text-align: center;
    margin-bottom: 15px;
  }
  .surveyPage .detail__a__pct img {
    width: 100%;
  }
  .surveyPage .detail__a__text {
    font-size: 13px;
    line-height: 1.6;
    color: #E9546B;
    padding: 6px 10px;
    border: 1px solid #E9546B;
    margin: 0 20px 30px;
  }
  .surveyPage .detail__a__text + .detail__a__attention {
    margin: -18px 20px 30px;
  }
  .surveyPage .detail__a__attention {
    text-align: right;
    font-size: 11px;
    margin: 0 20px 30px;
  }
  .surveyPage .detail__data {
    padding: 5px 0 10px;
  }
  .surveyPage .footer {
    padding: 15px 0 15px;
  }
  .surveyPage .footer__copyright {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */