@charset "UTF-8";
/* Box sizing rules */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* style */
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2c2d30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  letter-spacing: 0.05em;
}

p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

dd,
dt {
  letter-spacing: 0.05em;
  font-size: 14px;
}

th,
td {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.07em;
  color: #000;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

option {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  border: none;
}

table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-all;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form .error {
  color: #d51010 !important;
  font-weight: 600;
}

.wp-block-table {
  width: 100% !important;
}

a {
  color: #2c2d30;
}

.btn_next {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 60px 10px 20px;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 380px;
  margin: 0 auto;
}
.btn_next::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/arr_link.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.btn_next .step {
  font-family: "Roboto", sans-serif;
  color: #3c32b5;
  font-weight: 700;
}

.btn_page_top_wrap {
  position: fixed;
  bottom: 5vh;
  right: 5%;
}
.btn_page_top_wrap a {
  width: 50px;
  height: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .btn_page_top_wrap a {
    width: 36px;
    height: 36px;
  }
}
.btn_page_top_wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.page_cat_ttl {
  font-size: 26px;
  margin-bottom: 30px;
}
.page_cat_ttl .num {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  color: #3c32b5;
  margin-right: 15px;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff56));
  background: linear-gradient(transparent 60%, #ffff56 60%);
}

/* =============================================
共通レイアウト
============================================= */
.bg_deepgray {
  background: #6f6f6f;
}

.bg_gray {
  background: #f0f0f1;
}

.bg_white {
  background: #fff;
}

.container_m {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

/* =============================================
ヘッダー
============================================= */
header {
  width: 100%;
  height: 50px;
}
header a {
  color: #fff;
}
header .header_inner {
  height: 100%;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header_inner .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_inner .header_nav ul li:not(:last-child) {
  margin-right: 40px;
}

/* =============================================
フッター
============================================= */
footer .footer_inner {
  text-align: center;
  padding: 20px;
}
footer .footer_inner .copyright {
  font-size: 10px;
}

/* =============================================
トップ
============================================= */
.sec_top_ttl {
  width: 100%;
}
.sec_top_ttl .inner {
  padding: 80px 20px;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .sec_top_ttl .inner {
    padding: 50px 20px;
  }
}
.sec_top_ttl .inner h1 {
  color: #fff;
  font-size: 32px;
}

.top_main {
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .top_main {
    margin: 60px 0;
  }
}

.top_cat_li_wrap {
  width: 100%;
}
.top_cat_li_wrap .top_cat_list {
  width: 100%;
}
.top_cat_li_wrap .top_cat_list:not(:last-child) {
  margin-bottom: 35px;
}
.top_cat_li_wrap .top_cat_list a {
  display: block;
  background: #fff;
  padding: 25px 60px 25px 25px;
  border-radius: 10px;
  position: relative;
}
.top_cat_li_wrap .top_cat_list a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/icon/arr_link.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
.top_cat_li_wrap .top_cat_list a h2 {
  font-size: 18px;
  margin-bottom: 6px;
}
.top_cat_li_wrap .top_cat_list a p {
  font-size: 12px;
}

/* =============================================
固定ページ 共通
============================================= */
.page_ttl {
  width: 100%;
}
.page_ttl .inner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 20px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .page_ttl .inner {
    padding: 50px 20px;
  }
}
.page_ttl .inner h1 {
  color: #fff;
  font-size: 32px;
}

.page_main .page_main_inner {
  padding: 60px 20px;
}
.page_main .page_main_inner .page_main_container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.page_cat_link_wrap {
  border: 1px solid #ececec;
  padding: 40px;
  margin-bottom: 40px;
}
.page_cat_link_wrap .page_cat_link:not(:last-child) {
  margin-bottom: 20px;
}
.page_cat_link_wrap .page_cat_link a {
  display: block;
  padding-left: 30px;
  position: relative;
  font-weight: 700;
}
.page_cat_link_wrap .page_cat_link a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/arr_link.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page_cat_para {
  margin-bottom: 50px;
}
.page_cat_para h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 1.7;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #3c32b5;
  font-weight: 500;
}
.page_cat_para h3::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/icon_step.svg") no-repeat center center/contain;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
}
.page_cat_para p {
  margin-bottom: 1rem;
}
.page_cat_para figure {
  width: 100%;
  border: 1px solid #ececec;
  margin-bottom: 1rem;
}
.page_cat_para figure img {
  width: 90%;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.page_cat_para .caution_block {
  background: #f0f0f1;
  padding: 20px;
}
.page_cat_para .caution_block .caution_ttl {
  font-weight: 700;
  color: #d51010;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.page_cat_para .caution_block .caution_ttl::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/caution.svg") no-repeat center center/contain;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
}
.page_cat_para .caution_block ul {
  padding-left: 20px;
}
.page_cat_para .caution_block ul li {
  list-style: disc;
  margin-bottom: 3px;
  color: #d51010;
}
.page_cat_para .caution_block a {
  color: #d51010;
  text-decoration: underline;
}
.page_cat_para .page_cat_para_sub {
  margin-bottom: 35px;
}
.page_cat_para .page_cat_para_sub .page_cat_para_sub_ttl {
  font-size: 18px;
  border-left: 3px solid #3c32b5;
  padding-left: 15px;
  margin-bottom: 15px;
}
.page_cat_para .page_cat_para_sub .block_parts {
  margin-bottom: 20px;
}
.page_cat_para .page_cat_para_sub .block_parts .block_ttl {
  margin-bottom: 10px;
}
.page_cat_para .video_wrap {
  width: 100%;
  border: 1px solid #ececec;
  background: #ececec;
  margin-bottom: 1rem;
}
.page_cat_para .video_wrap video {
  display: block;
  width: 50%;
  margin: 0 auto;
}/*# sourceMappingURL=user_style.css.map */