@charset "UTF-8";
button {
  border: 0;
  cursor: pointer;
}

.btn-default {
  color: white;
  background-color: #E4E4E4;
}

.btn-pink {
  background-color: #e64d69;
  color: white;
  cursor: pointer;
}

.btn-green {
  background-color: #03bb2b;
  color: white;
  cursor: pointer;
}

.btn-outlink-pink {
  border: 1px solid #e64d69;
}

.btn-purple {
  background-color: #5B7AF8;
  color: white;
  cursor: pointer;
}

.btn-yellow {
  background-color: #FAB55B;
  color: white;
  cursor: pointer;
}

.btn-yellow-bold {
  background-color: #D89C25;
  color: white;
  cursor: pointer;
}

.text-pink {
  color: #e64d69;
}

.pani {
  display: block;
  font-size: 1.6rem;
  font-family: "SourceHanSansJP-Regular";
}
.pani a {
  color: #2680EB;
}

p.errors {
  font-size: 1rem;
  display: block;
  color: red;
  text-align: right;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

input:focus-visible {
  outline: unset;
}

.btn-default {
  background-color: #E4E4E4;
  color: white;
}

.drop-box {
  margin-left: auto;
  max-width: 20rem;
}
.drop-box .dropdown {
  position: relative;
  border-radius: 5px;
}
.drop-box .dropdown a {
  border: 1px solid #E4E4E4;
  background-color: white;
  line-height: 2;
  color: #707070;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-image: url(../../assets/image/drop-down-grey.png);
  background-position: center right 1rem;
  background-repeat: no-repeat;
}
.drop-box .dropdown ul {
  position: absolute;
  list-style: none;
  margin: 0;
  background-color: white;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  padding: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}
.drop-box .dropdown ul li {
  color: #707070;
  font-size: 1.5rem;
  padding-left: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.drop-box .dropdown ul li:hover {
  background-color: rgba(0, 0, 0, 0.1490196078);
}

/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.5rem;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  background-color: white;
}

.checkmark-15 {
  height: 16px !important;
  width: 16px !important;
  border: 2px solid #BBBBBB;
  border-radius: 1px;
  margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #FA5B78;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-checkbox .checkmark-15:after {
  left: 4px;
  top: -1px;
  width: 5px;
}

.header-top-pages {
  background-color: black;
}

/* Desktops and laptops ———– */
@media (min-width: 1025px) {
  /* Styles */
}
/* Large screens ———– */
@media (min-width: 1824px) {
  /* Styles */
}
/* Desktops and laptops ———– */
@media (min-width: 1025px) {
  /* Styles */
}
/* Large screens ———– */
@media (min-width: 1824px) {
  /* Styles */
}
/* update your 'styles.css' with */
/* or your 'styles.scss' with */
@font-face {
  font-family: "SourceHanSansJP-Bold";
  src: url(/assets/font/SourceHanSansJP-Bold.otf);
}
@font-face {
  font-family: "SourceHanSansJP-Light";
  src: url(/assets/font/SourceHanSansJP-Light.otf);
}
@font-face {
  font-family: "SourceHanSansJP-Regular";
  src: url(../../assets/font/SourceHanSansJP-Regular.otf);
}
@font-face {
  font-family: "SourceHanSansJP-Medium";
  src: url(../../assets/font/SourceHanSansJP-Medium.otf);
}
@font-face {
  font-family: "SourceHanSansJP-Normal";
  src: url(/assets/font/SourceHanSansJP-Normal.otf);
}
@font-face {
  font-family: "SourceHanSansJP-Heavy";
  src: url(/assets/font/SourceHanSansJP-Heavy.otf);
}
@font-face {
  font-family: "SFCompactDisplay-Bold";
  src: url(/assets/font/SFCompactDisplay-Bold.ttf);
}
@font-face {
  font-family: "Rounded Mgen+ 1m Medium";
  src: url(/assets/font/rounded-mgenplus-1m-medium.ttf);
}
@font-face {
  font-family: "HiraginoKakuGothicProN-W3";
  src: url(/assets/font/HiraginoKakuGothicProN-W3.otf);
}
@font-face {
  font-family: "HiraginoKakuGothicProN-W6";
  src: url(/assets/font/HiraginoKakuGothicProN-W6.otf);
}
@font-face {
  font-family: "NotoSansJP";
  src: url(../../assets/font/NotoSansJP-Medium.otf);
}
@font-face {
  font-family: "ExtraLight";
  src: url(/assets/font/Adequate-ExtraLight.ttf);
}
@font-face {
  font-family: "YuGothic-bold";
  src: url(/assets/font/yugothib.ttf);
}
@font-face {
  font-family: "YuGothic-md";
  src: url(/assets/font/Yu-Gothic-Medium.ttf);
}
@font-face {
  font-family: "Hiragino-w3";
  src: url(/assets/font/hiragino-kaku-gothic-pron-w3.otf);
}
@font-face {
  font-family: "Han-Sans-nm";
  src: url(/assets/font/SourceHanSans-Normal.otf);
}
@font-face {
  font-family: "Han-Sans-lg";
  src: url(/assets/font/SourceHanSans-Light.otf);
}
@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Alternate Bold"), url("/fonts/DINAlternate-Bold.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro";
  src: url(/assets/font/Acumin-Pro.ttf);
}
header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 5;
  padding-left: 5rem;
  padding-right: 5rem;
  transition: background 0.2s;
}
header #header-content {
  display: flex;
}
header #right {
  margin-left: auto;
  padding-top: 2.8rem;
  padding-bottom: 2rem;
}
header #right ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header #right ul .mr-auto {
  margin-left: auto;
}
header #right ul li {
  margin-right: 2.5rem;
}
header #right ul li a {
  font-size: 1.6rem;
  color: white;
  text-decoration: unset;
}
header #right ul li .btn {
  border-radius: 2rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
header #right ul li .btn img {
  width: 3.3rem;
}
header #right ul li .btn-grey {
  background-color: gray;
  text-align: center;
  padding: 1.55rem 1rem;
  margin-right: 1rem;
}
header #right ul li.mr-0 {
  margin-right: 0;
}
header #left {
  display: flex;
  align-items: center;
}
header #left img {
  width: 19rem;
}

#toogle {
  display: none;
  width: 2.8rem;
  position: relative;
  margin-left: auto;
  margin-top: 1.8rem;
  margin-right: 2.5rem;
  /* on activation */
}
#toogle .toggle-button {
  display: block;
  width: 29px;
  height: 30px;
  padding: 4px 0;
  cursor: pointer;
  z-index: 99;
}
#toogle .toggle-button span {
  position: relative;
  display: block;
}
#toogle .toggle-button span:after,
#toogle .toggle-button span:before {
  content: "";
  position: absolute;
  left: 0;
}
#toogle .toggle-button span:after {
  top: 9px;
}
#toogle .toggle-button span:before {
  top: 18px;
}
#toogle .toggle-button span,
#toogle .toggle-button span:after,
#toogle .toggle-button span:before {
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
#toogle .toggle-button.on span {
  background-color: transparent;
}
#toogle .toggle-button.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
  top: 0;
}
#toogle .toggle-button.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  top: 18px;
}

@media (max-width: 768px) {
  #toogle {
    display: block;
  }
  header {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 55px;
    background-color: #fa5b78;
  }
  header #header-content {
    position: absolute;
    padding: 2rem;
    width: 100%;
    background-color: #5B7AF8;
    flex-direction: column;
    right: 0;
  }
  header #header-content.right2000 {
    right: -2000px;
  }
  header #right {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  header #right ul {
    flex-direction: column;
  }
  header #right ul li {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  header #right ul .mr-auto {
    margin-left: 0;
  }
}
.pc {
  display: block !important;
}

.mb {
  display: none !important;
}

footer #copyright {
  font-size: 1.6rem;
  color: white;
  font-family: "SourceHanSansJP-Medium";
  background-color: #e64d69;
  margin: 0;
  text-align: center;
  padding: 1rem 0;
  line-height: 2;
}
footer #top {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
footer #top ul#parent {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
}
footer #top ul#parent li.first {
  width: 30%;
}
footer #top ul#parent li.second {
  width: 40%;
}
footer #top ul#parent li.thirst {
  width: 30%;
}
footer #top ul#parent li div#link {
  display: flex;
}
footer #top ul#parent li div img#logo {
  max-width: 29.3rem;
}
footer #top ul#parent li div .style {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 0;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
  font-size: 2rem;
  cursor: pointer;
  text-decoration: unset;
  border-radius: 2.6rem;
  height: 10.7rem;
  text-align: center;
  max-width: 27rem;
  margin-left: auto;
  line-height: 1.5;
}
footer #top ul#parent li div .purple {
  box-shadow: 0 1px 3px #B5C0EF;
  color: #5B7AF8;
}
footer #top ul#parent li div .pink {
  box-shadow: 0 1px 3px #FDE7ED;
  color: #e64d69;
}
footer #top ul#parent li div ul.child {
  margin: 0;
  padding: 0;
  width: 50%;
  list-style: none;
  margin-top: 3.5rem;
  padding-left: 2rem;
}
footer #top ul#parent li div ul.child .first {
  margin-bottom: 4rem;
}
footer #top ul#parent li div ul.child li {
  margin-bottom: 3.5rem;
  width: 100%;
  font-size: 1.6rem;
  font-family: "SourceHanSansJP-Medium";
}
footer #top ul#parent li div ul.child li a {
  display: block;
  color: #707070;
}
footer #top ul#parent li div .pd7 {
  padding-left: 7rem;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  footer #top {
    margin-top: 8.5rem;
    margin-bottom: 7.5rem;
  }
  footer #top ul#parent {
    flex-direction: column;
  }
  footer #top ul#parent li.first {
    width: 100%;
  }
  footer #top ul#parent li.second {
    width: 100%;
  }
  footer #top ul#parent li.thirst {
    width: 100%;
  }
  footer #top ul#parent li div#link {
    display: flex;
    justify-content: space-evenly;
  }
  footer #top ul#parent li div img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 24rem;
    margin-bottom: 0;
  }
  footer #top ul#parent li div .style {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    max-width: 18.6rem;
    margin-top: 0.5rem;
  }
  footer #top ul#parent li div ul.child {
    width: auto;
    padding-left: 0;
    margin-top: 4.5rem;
  }
  footer #top ul#parent li div ul.child .first {
    margin-bottom: 4.2rem;
  }
  footer #top ul#parent li div ul.child li {
    margin-bottom: 4.2rem;
    font-size: 1.2rem;
  }
}
#notice-detail {
  max-width: 102rem;
  margin-right: auto;
  margin-left: auto;
}
#notice-detail h1 {
  font-size: 3rem;
  font-family: "SourceHanSansJP-Medium";
  margin: 0;
  line-height: 1.2;
  margin: 7rem 0 5rem;
  color: #000000;
}
#notice-detail h1 span {
  font-size: 1.6rem;
}
#notice-detail #inner-notice-detail {
  position: relative;
}
#notice-detail #inner-notice-detail h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 4rem;
  display: block;
  color: #000000;
}
#notice-detail #inner-notice-detail h3, #notice-detail #inner-notice-detail h4, #notice-detail #inner-notice-detail h5, #notice-detail #inner-notice-detail h6 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
  color: #000000;
}
#notice-detail #inner-notice-detail p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
}
#notice-detail #inner-notice-detail .notice-detail-content {
  margin: 2rem 0;
  padding: 0rem;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-top {
  margin-top: 8rem;
  background-repeat: no-repeat;
  background-position: 0 -60px;
  background-size: cover;
  padding: 0 0 48% 0%;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom {
  margin-top: 4rem;
  padding: 0 1.4rem;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom a {
  text-decoration: underline;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom ul {
  list-style-type: disc;
  margin-left: 4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom ul li {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom ul li a {
  text-decoration: underline;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom ::ng-deep {
  font-size: 16px;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom ::ng-deep img {
  max-width: 100%;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom ::ng-deep img {
  max-width: 100%;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom ::ng-deep pre {
  white-space: break-spaces;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-button {
  text-align: center;
  margin: 11.5rem 0rem;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-button button {
  padding: 0.6rem 4rem;
  font-size: 1.4rem;
}
#notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-button button a {
  color: #ffffff;
}

@media (max-width: 992px) {
  #notice-detail {
    padding: 3rem 5rem;
  }
}
@media (max-width: 768px) {
  #notice-detail {
    padding: 3rem 1.5rem;
  }
  #notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-top {
    background-position: center;
  }
}
@media (max-width: 576px) {
  #notice-detail #inner-notice-detail .notice-detail-content {
    padding: 0rem 1rem;
  }
  #notice-detail #inner-notice-detail .notice-detail-content .notice-detail-cotent-bottom {
    padding: 0 0;
  }
}
html {
  font-size: 62.5%;
  min-width: 320px;
  scroll-behavior: smooth;
}
html body {
  margin: 0;
  color: #707070;
  font-family: "SourceHanSansJP-Regular", "NotoSansJP", "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

input:focus {
  outline: unset;
}

textarea:focus {
  outline: unset;
}

DEFAUTL html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
hr {
  padding: 0;
  margin: 0;
  /*zoom: 1;*/
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  word-break: break-all;
}

a {
  text-decoration: none;
}

/* ------------------------------------------------------------ body reset */
.SP {
  display: none !important;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

table {
  font-size: 100%;
}

strong {
  font-weight: normal;
}

/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------------ Form Elements */
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: 0;
}

button:hover {
  cursor: pointer;
}

label {
  cursor: pointer;
}

/* ------------------------------------------------------------ etc */
a,
fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style-type: none;
}

/* ------------------------------------------------------------ img */
*:first-child + html img {
  vertical-align: bottom;
}

* html img {
  vertical-align: bottom;
}

img {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  border: none;
}

/* ------------------------------------------------------------ input */
input {
  vertical-align: middle;
  display: inline;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

*:first-child + html input {
  vertical-align: middle;
}

* html input {
  vertical-align: middle;
}

/* ------------------------------------------------------------ select */
select {
  vertical-align: middle;
}

*:first-child + html select {
  vertical-align: middle;
}

* html select {
  vertical-align: middle;
}

/* ------------------------------------------------------------ clear Fix */
.cfx:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cfx {
  min-height: 1px;
}

* html .cfx {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ------------------------------------------------------------other format */
.bgrlnk a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------ iphone */
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
    /* iPhone */
  }
}
.blue.router-link-active svg:not(.search) path {
  fill: #5B7AFA !important;
}
.blue.router-link-active svg.search path {
  stroke: #5B7AFA !important;
}

.pink.router-link-active svg path {
  fill: #fa5b78 !important;
}

.yellow.router-link-active svg path {
  fill: #D89C25 !important;
  stroke: #D89C25 !important;
}

.pink li a.router-link-active-child svg.sigle path {
  fill: #fa5b78 !important;
}
.pink li a.router-link-active-child svg.path {
  fill: white !important;
}
.pink li a.router-link-active-child svg.path circle {
  fill: #fa5b78 !important;
}

.owl-dt-container-disabled, .owl-dt-trigger-disabled {
  opacity: 1 !important;
  color: #707070;
}

/*# sourceMappingURL=style.css.map */
