@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

body {
  overflow-x: hidden;
}

.xy-seikaku__kv {
  position: relative;
  height: 43vh;
  border-top: 1px solid #BFC6CA;
  background-image: url(../seikaku_images/main_kv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.xy-seikaku__kv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0B41A0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.xy-seikaku__kv-text span {
  display: block;
  margin-top: 10px;
  font-size: 30px;
}
.xy-seikaku__main {
  padding: 40px 10px 60px;
  background: #0B41A0;
  color: #fff;
  font-size: 14px;
}
.xy-seikaku__text {
  margin-bottom: 40px;
  line-height: 21px;
}
.xy-seikaku__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}
.xy-seikaku__description {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.xy-seikaku__qBox {
  margin-bottom: 40px;
}
.xy-seikaku__qBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.xy-seikaku__qBox ul li {
  width: calc((100% / 4) - 1px);
  border-right: 1px solid transparent;
  text-align: center;
}
.xy-seikaku__qBox ul li:nth-child(1) .xy-seikaku__qBox-title,
.xy-seikaku__qBox ul li:nth-child(1) .xy-seikaku__qBox-num span {
  background: #4696EB;
}
.xy-seikaku__qBox ul li:nth-child(2) .xy-seikaku__qBox-title,
.xy-seikaku__qBox ul li:nth-child(2) .xy-seikaku__qBox-num span {
  background: #2FB2EA;
}
.xy-seikaku__qBox ul li:nth-child(3) .xy-seikaku__qBox-title,
.xy-seikaku__qBox ul li:nth-child(3) .xy-seikaku__qBox-num span {
  background: #5ACAC7;
}
.xy-seikaku__qBox ul li:nth-child(4) .xy-seikaku__qBox-title,
.xy-seikaku__qBox ul li:nth-child(4) .xy-seikaku__qBox-num span {
  background: #35C988;
}
.xy-seikaku__qBox ul li:last-child {
  border-right: none;
}
.xy-seikaku__qBox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  padding: 7px 0;
  font-size: 12px;
}
.xy-seikaku__qBox-title span {
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 18px;
}
.xy-seikaku__qBox-num {
  padding: 10px;
  background: #fff;
}
.xy-seikaku__qBox-num span {
  display: block;
  padding: 16px 0;
  border-radius: 6px;
}
.xy-seikaku__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
  margin-bottom: 40px;
}
.xy-seikaku__comment-img {
  width: 80px;
  margin-right: 20px;
}
.xy-seikaku__comment-img img {
  width: 100%;
}
.xy-seikaku__comment-bubble {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 159px;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  color: #0B41A0;
  font-size: 12px;
  line-height: 18px;
}
.xy-seikaku__comment-bubble::after {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: -26px;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 12px 14px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}
.xy-seikaku__qSection {
  margin-bottom: 40px;
  border-radius: 6px;
  background: #fff;
}
.xy-seikaku__qSectionTitle {
  margin-bottom: 15px;
  padding: 14px 0;
  border-radius: 6px 6px 0 0;
  background: #DAE2E5;
  color: #0B41A0;
  font-weight: bold;
  text-align: center;
}
.xy-seikaku__qSectionChoices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 12px;
}
.xy-seikaku__qSectionChoice {
  width: 50%;
  padding: 0 10px;
  font-weight: bold;
  text-align: center;
}
.xy-seikaku__qSectionChoice-title {
  margin-bottom: 10px;
  color: #4696EB;
}
.xy-seikaku__qSectionChoice-text {
  color: #24243F;
  font-weight: normal;
  line-height: 18px;
}
.xy-seikaku__qSectionChoice + .xy-seikaku__qSectionChoice {
  border-left: 1px solid #C5CBCE;
}
.xy-seikaku__qSectionChoice + .xy-seikaku__qSectionChoice .xy-seikaku__qSectionChoice-title {
  color: #35C988;
}
.xy-seikaku__qSectionAnswer {
  padding: 0 15px 15px;
}
.xy-seikaku__qSectionAnswer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xy-seikaku__qSectionAnswer ul li {
  width: calc(100% / 4);
  margin-right: 10px;
  padding: 16px 0;
  border-radius: 6px;
  text-align: center;
}
.xy-seikaku__qSectionAnswer ul li:nth-child(1) {
  background: #4696EB;
}
.xy-seikaku__qSectionAnswer ul li:nth-child(2) {
  background: #2FB2EA;
}
.xy-seikaku__qSectionAnswer ul li:nth-child(3) {
  background: #5ACAC7;
}
.xy-seikaku__qSectionAnswer ul li:nth-child(4) {
  background: #35C988;
}
.xy-seikaku__qSectionAnswer ul li:last-child {
  margin-right: 0;
}
.xy-seikaku__qSectionAnswer ul li.is-active {
  background: #8E7AEB;
}
.xy-seikaku__pageTop {
  display: block;
  margin: -20px 0 40px;
  font-size: 13px;
  text-align: right;
}
.xy-seikaku__pageTop a {
  position: relative;
  padding-left: 16px;
  color: #fff;
}
.xy-seikaku__pageTop a::before {
  position: absolute;
  top: 53%;
  left: -1px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.xy-seikaku__submit {
  border-radius: 6px;
  background: linear-gradient(45deg, #F06161, #E83DD4);
  text-align: center;
}
.xy-seikaku__submit a {
  display: block;
  width: 100%;
  padding: 24px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.xy-seikaku__submit.is-disable {
  background: #cdcdcd;
  pointer-events: none;
}
.xy-seikaku__submit.is-disable + .xy-seikaku__note {
  display: block;
  padding-top: 20px;
  line-height: 18px;
  text-align: center;
}
.xy-seikakuResult__kv {
  position: relative;
  height: 43vh;
  background: #1241A0;
}
.xy-seikakuResult__kv-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../seikaku_images/main_kv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}
.xy-seikakuResult__kv-text {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 80px);
  padding: 30px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E85BBE), to(#E93D84));
  background: linear-gradient(180deg, #E85BBE, #E93D84);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.xy-seikakuResult__kv-text p {
  margin-bottom: 10px;
}
.xy-seikakuResult__kv-text h1 {
  font-size: 30px;
  line-height: 39px;
}
.xy-seikakuResult__img {
  z-index: 3;
  position: absolute;
  top: -120px;
  left: 50%;
  width: 142px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xy-seikakuResult__img img {
  width: 100%;
}
.xy-seikakuResult__main {
  padding: 40px 10px 60px;
  background: #0B41A0;
  color: #fff;
  font-size: 14px;
}
.xy-seikakuResult__text {
  margin-bottom: 40px;
}
.xy-seikakuResult__text p {
  line-height: 21px;
}
.xy-seikakuResult__title {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.xy-seikakuResult__tag {
  margin-bottom: 60px;
  padding: 20px 15px;
  background: #fff;
  color: #0B41A0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.xy-seikakuResult__reEntry {
  margin-bottom: 60px;
  border-radius: 6px;
  background: linear-gradient(45deg, #F06161, #E83DD4);
  text-align: center;
}
.xy-seikakuResult__reEntry a {
  display: block;
  width: 100%;
  padding: 24px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.xy-seikakuResult__other {
  margin-bottom: 16px;
  text-align: center;
}
.xy-seikakuResult__otherBox {
  padding: 5px 0;
  border-radius: 6px;
  background: #fff;
}
.xy-seikakuResult__otherBox ul li {
  border-bottom: 1px solid #CCD2D5;
}
.xy-seikakuResult__otherBox ul li:last-child {
  border-bottom: none;
}
.xy-seikakuResult__otherBox ul li span {
  position: relative;
}
.xy-seikakuResult__otherBox ul li span:after {
  position: absolute;
  top: 53%;
  right: -16px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #0CA5E6;
  border-right: 2px solid #0CA5E6;
  content: "";
}
.xy-seikakuResult__otherBox ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 15px;
  color: #0CA5E6;
}
.xy-seikakuResult__more.more .more__title {
  margin-bottom: 20px;
  color: #0B41A0;
  font-size: 16px;
  font-weight: bold;
}
.xy-seikakuResult__more.more .more-content__button--twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.xy-seikakuResult__more.more .more-content__button--twitter img {
  display: inline-block;
  margin-right: 20px;
}
.xy-seikakuResult__more.more .more-content__ttl {
  margin: 0 0 20px;
}
.xy-seikakuResult__more.search {
  padding-top: 0;
}
.xy-seikakuResult__more.search + .more.xy-seikakuResult__more {
  padding: 10px 0 20px;
}
.xy-seikakuResult__more.search .search-content__subTtl {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #0B41A0;
  font-size: 14px;
  font-weight: bold;
}
.xy-seikakuResult__more.search .search__content {
  margin-bottom: 30px;
}
.xy-seikaku__note {
  display: none;
}

.update-date {
  margin: 20px 0;
  padding: 0 10px;
  color: #808D96;
  font-size: 14px;
}

.pagetop_rnet {
  padding: 0 10px;
  margin-bottom: 40px; /* 202602 */
}

#footerTx2 {
	color: #FFF;
	background-color: #888;
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 10px;
}

#footerTx2 a { color: #FFF; }
#footerTx2 a:hover { color: #FF9900; }

#footLogo_rnet {
padding: 14px 0;
text-align:left;
}

.modal-wrap {
  margin: 0 auto;
}

.modal {
  display: none;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.modal__bg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000000cc;
}
.modal__content {
  z-index: 2;
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 100%;
  max-width: 700px;
  overflow: scroll;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.modal__content a {
  display: block;
  margin-top: 20px;
  text-align: left;
}
.modal img {
  width: auto;
  max-width: 700px;
  max-height: 86vh;
}
.modal__close-button {
  position: absolute;
  top: 0;
  right: 0;
}
.modal__close-button span {
  display: inline-block;
  z-index: 3;
  position: relative;
  width: 4px;
  height: 30px;
  margin: 0 20px 0 7px;
  padding: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
.modal__close-button span::after {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  content: "";
}

.school-search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-align: center;
}
.school-search-button__ttl {
  width: 100%;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.school-search-button__main {
  display: inline-block;
  width: calc(100% - 20px);
  height: 70px;
  margin: 0 auto;
  border: 1px solid #0CA5E6;
  border-radius: 5px;
  background-color: #fff;
}
.school-search-button__txt {
  color: #0CA5E6;
  font-size: 22px;
  font-weight: bold;
}

.pankuzu {
  width: 100%;
  margin: 0 auto;
}
.pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.pankuzu ul li {
  margin: 0 10px 5px 0;
  float: left;
  font-size: 13px;
}
.pankuzu ul li a {
  font-size: 13px;
  text-decoration: none;
}
.pankuzu ul li a:hover {
  background-color: #EEEEEE;
}
.pankuzu ul li:after {
  margin-right: 10px;
  margin-left: 10px;
  color: #888888;
  content: ">";
}
.pankuzu ul li:last-child a {
  color: #333;
}
.pankuzu ul li:last-child:after {
  content: "";
}

.line-it-button {
  display: block !important;
  width: calc(100% - 20px) !important;
  height: 75px !important;
  margin: 0 auto !important;
  border-radius: 5px;
}
.line-it-button .shareEl {
  width: 300px;
}
.line-it-button .ver2 {
  width: 100% !important;
  height: 100px !important;
}

.btn {
  width: 355px;
  height: 75px;
}
.btn i {
  width: 70px !important;
  background-size: 35px 35px !important;
}

.tracking-bar {
  display: inline;
  z-index: 2;
  position: fixed;
  right: 5px;
  bottom: 60px;
}
.tracking-bar__ttl {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 5px;
  width: 100%;
  color: #fff;
}
.tracking-bar img {
  width: 70px;
  height: auto;
}

.search {
  width: 100%;
  margin: 0 auto;
  padding-top: 65px;
}
.search__ttl {
  text-align: center;
}
.search__ttl img {
  max-width: 126px;
}
.search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-align: center;
}
.search .search-content__ttl {
  display: block;
  width: 100%;
  margin: 28px 0 24px;
  color: #0B41A0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.search .search-content__button {
  display: inline-block;
  width: 170px;
  width: 46%;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #0CA5E6;
  border-radius: 5px;
  background-color: #fff;
}
.search .search-content__txt {
  color: #0CA5E6;
  font-size: 16px;
  font-weight: bold;
}
.search .search-home-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.search .search-home-screen img {
  width: 23px;
  height: 38px;
  margin-right: 10px;
}
.search .search-home-screen p {
  color: #6284C2;
  font-size: 16px;
  line-height: 1.5;
}

.more {
  width: 100%;
  margin: 0 auto;
  padding-top: 65px;
}
.more__ttl {
  margin-bottom: 28px;
  text-align: center;
}
.more__ttl img {
  max-width: 116px;
}
.more__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-align: center;
}
.more .more-content__ttl {
  display: block;
  width: 100%;
  margin: 28px 0;
  color: #0B41A0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.more .more-content__button {
  display: inline-block;
  width: calc(100% - 20px);
  height: 75px;
  margin: 0 auto 20px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background-color: #0CA5E6;
}
.more .more-content__button--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00B900;
  text-decoration: none;
}
.more .more-content__button--line img {
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
}
.more .more-content__txt {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.68;
}
@media screen and (max-width: 480px) {
  .xy-seikaku__kv {
    background-image: url(../seikaku_images/main_kv.png);
  }

  .xy-seikakuResult__kv-bg {
    background-image: url(../seikaku_images/main_kv.png);
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .xy-seikaku__kv,
.xy-seikakuResult__kv {
    height: 76vh;
    background-position: center;
    background-size: contain;
  }
}