/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import url("//fonts.googleapis.com/css?family=Roboto");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

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

html {
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1.4;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

ul {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

.valignT {
  vertical-align: top !important;
}

.valignM {
  vertical-align: middle !important;
}

.valignB {
  vertical-align: bottom !important;
}

header .headerIn .headerTop .sp_officialBtn {
  background-color: #073190;
}
header .headerIn .headerTop .sp_officialBtn .txt_official {
  color: #fff;
  font-size: 12px;
}
header .headerIn .headerTop #h_righthWrap {
  text-align: center;
}
header .headerIn .headerTop #h_righthWrap a {
  color: #fff;
  background-color: #073190;
  border-radius: 20px;
  box-shadow: 3px 3px 0px 0px #bde1d6;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
  transition: 0.3s ease;
  letter-spacing: 1px;
  text-decoration: none;
}
header .headerIn .headerTop #h_righthWrap a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header .headerIn .headerTop #h_righthWrap a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
header .headerIn #gNavi {
  background-color: #16779c;
  border-top: 1px solid #fff;
  position: relative;
}
header .headerIn #gNavi .headerNav > ul > li {
  position: relative;
}
header .headerIn #gNavi .headerNav > ul > li > a.home::after {
  content: none;
}
header .headerIn #gNavi .headerNav > ul > li > a {
  position: relative;
}
header .headerIn #gNavi .headerNav > ul > li .gnav--child {
  background-color: #fff;
  display: none;
  padding: 0;
}
header .headerIn #gNavi .headerNav > ul > li .gnav--child > li {
  width: 100%;
  position: relative;
}
header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a {
  background-color: #fff;
  color: #073190;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease;
  font-size: 15px;
}
header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #073190;
  border-right: 2px solid #073190;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  transition: border 0.3s ease;
}
header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a .txt {
  font-size: 15px;
}
header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a .icon {
  line-height: 1;
}
header .headerIn #gNavi .headerNav > ul > li .gnav--child > li:not(:last-child) a::before {
  content: "";
  background-color: #e9e9e9;
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.header_footer_hide header .headerIn #gNavi {
  display: none !important;
}
body.header_footer_hide header .headerIn .headerTop #sp_menuBtn {
  display: none !important;
}

footer {
  background-color: #0b3382;
}
footer .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
footer .copyright small {
  font-size: 12px;
}
footer .toTop a:hover {
  transform: translateY(-2px);
}

body.header_footer_hide footer {
  border-top: 1px solid #ccc;
  margin-top: 50px;
}
body.header_footer_hide footer .footerLinkWrap,
body.header_footer_hide footer .footerBnWrap {
  display: none !important;
}
body.header_footer_hide .breadcrumb {
  display: none !important;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 5;
  top: 0;
  left: 0;
}

.footerTitle {
  font-weight: bold;
  text-align: center;
}
.footerTitle + p {
  text-align: center;
  margin-top: 5px;
}

div.inner {
  display: block;
  width: 100%;
}

.colorBoxText {
  text-align: center;
  color: #16779c;
  font-weight: 700;
}

h3.title {
  color: #16779c;
}
h3.title + .titleSub, caption.titleSub {
  color: #16779c;
}
caption.titleSub {
  font-size: 16px;
  text-align: left;
}

.btnWrap a {
  text-decoration: none;
}

.btnWhite {
  border: #16779c solid 2px;
  color: #16779c;
}
.btnWhite:hover {
  color: #16779c;
}
.btnWhite .arrow {
  background-image: url(../images/home/green_arrow.png);
}

.btnGreen {
  background-color: #16779c;
  color: #ffffff;
}
.btnGreen:hover {
  color: #fff;
}

.btnPink {
  background-color: #D63569;
  color: #ffffff;
}
.btnPink:hover {
  color: #fff;
}

.download {
  display: inline-block;
  background-image: url(../images/home/download_img.png);
  background-size: contain;
}

.arrow {
  display: inline-block;
  background-image: url(../images/home/white_arrow.png);
  background-size: contain;
}

.colorBox,
.colorBoxAdd {
  background: #f5f5f5;
}

.colorBox .colorBoxTitle,
.colorBoxAdd .colorBoxTitle {
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
}
.commonTable {
  width: 100%;
  text-align: center;
  line-height: 1.25;
}
.commonTable tr + tr {
  border-top: 1px solid #e0e5e7;
}
.commonTable tr * + * {
  border-left: 1px solid #e0e5e7;
}
.commonTable tr th {
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  border: 1px solid #e0e5e7;
  font-weight: 500;
  word-break: break-all;
  background: #eaf4f8;
}
.commonTable tr th[scope=row] {
  text-align: left;
}
.commonTable tr th.thwidth {
  width: 32%;
}
.commonTable tr td {
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  border: 1px solid #e0e5e7;
  background: #fff;
}
.commonTable th.valTop,
.commonTable td.valTop {
  vertical-align: top;
}
.commonTable th.nowrap,
.commonTable td.nowrap {
  white-space: nowrap;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}

.size15 {
  font-size: 15px !important;
}

.size16 {
  font-size: 16px !important;
}

.size17 {
  font-size: 17px !important;
}

.size18 {
  font-size: 18px !important;
}

.size19 {
  font-size: 19px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size28 {
  font-size: 28px !important;
}

.colorRed {
  color: #de0000 !important;
}

.colorBlue {
  color: #356fcf !important;
}

.colorBox ul.commonList,
.colorBox ol.commonList {
  margin-top: 0;
}

ul.commonList {
  margin-top: 30px;
}
ul.commonList li {
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 25px;
  line-height: 1.85;
  word-break: break-word;
}
ul.commonList li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border-radius: 50%;
  background-color: #16779c;
  position: absolute;
  left: 0;
  top: 14.5px;
}
ul.commonList li a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
ul.commonList li a:hover {
  color: #333;
  text-decoration: none;
}

span.author {
  display: block;
}

ul.flow {
  position: relative;
}
ul.flow li:not(:last-child) dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 32px;
  height: calc(100% + 15px);
  border-left: #16779c dashed 2px;
  z-index: -1;
}
ul.flow li {
  display: flex;
  margin-bottom: 20px;
  counter-increment: mycounter;
  position: relative;
}
ul.flow li::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  left: 0;
  background-image: url(../images/second/hexagon.png);
  width: 64px;
  height: 55px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-family: Roboto;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
}

dl {
  background-color: #eaf4f8;
  border-radius: 5px;
  width: 100%;
}

dt {
  font-weight: 700;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
}
dt span {
  font-size: 16px;
  font-weight: 400;
}

dd {
  font-size: 16px;
  width: 100%;
}
dd span {
  font-size: 14px;
}

ol.commonList {
  counter-reset: ol_num;
  margin-top: 1.5em;
  list-style-type: none;
}
ol.commonList li {
  position: relative;
}
ol.commonList li:before {
  font-weight: bold;
  margin-right: 10px;
  line-height: 1;
  counter-increment: ol_num;
  content: counter(ol_num) ".";
  color: #16779c;
  position: absolute;
  left: 0;
}
.partsTriangle {
  margin-top: 20px;
  text-align: center;
}
.partsTriangle > span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 14px solid #16779c;
  border-right: 12px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 12px solid transparent;
}

.secondHead {
  width: 100%;
  background-color: #ccc;
  background-image: url(../images/second/main_bg_common.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}

.secondHeadTitle {
  font-weight: bold;
  height: 100%;
  color: #16779c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondHeadTitle .ja {
  display: block;
}

.icon_pdf {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(../images/common/icon_pdf.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}

#breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
}
#breadcrumb .breadcrumb a {
  color: #333;
  text-decoration: underline;
}
#breadcrumb .breadcrumb a:hover {
  color: #333;
  text-decoration: none;
}
#breadcrumb .breadcrumb > div {
  display: flex;
  align-items: center;
  position: relative;
}
#breadcrumb .breadcrumb > div:after {
  content: "";
  border-right: 2px solid #16779c;
  border-bottom: 2px solid #16779c;
  transform: rotate(-45deg);
}
#breadcrumb .breadcrumb > div:last-child:after {
  display: none;
}
#breadcrumb .breadcrumb > div .now {
  color: #16779c;
}
/* 共通ここまで */

/* スマホ　SP　ここから */
@media screen and (max-width: 1023px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
  }
  body {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    width: 100%;
    position: relative;
    background: #fff;
    font-size: 15px;
  }
  ul {
    list-style-type: none;
  }
  img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  .forPC {
    display: none !important;
  }
  .onlySP {
    display: inherit !important;
  }
  .onlyPC {
    display: none !important;
  }
  .onlyTB {
    display: none !important;
  }
  .onlyMD {
    display: none !important;
  }
  .valignT {
    vertical-align: top !important;
  }
  .valignM {
    vertical-align: middle !important;
  }
  .valignB {
    vertical-align: bottom !important;
  }
  header {
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    z-index: 6;
    background: #fff;
    height: 80px;
  }
  header.navNone .headerIn .headerTop {
    right: 0 !important;
  }
  header .headerIn .headerTop {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  header .headerIn .headerTop .logo {
    flex-basis: calc(100% - 110px);
    padding: 19px 10px 0 25px;
  }
  header .headerIn .headerTop .logo img {
    height: auto;
    max-width: 154px;
    width: 58%;
  }
  header .headerIn .headerTop .sp_officialBtn {
    background-color: #073190;
    width: 74px;
    height: 80px;
    position: absolute;
    right: 76px;
  }
  header .headerIn .headerTop .sp_officialBtn a {
    display: block;
    padding: 20px 10px 10px 10px;
  }
  header .headerIn .headerTop .sp_officialBtn .txt_official {
    color: #fff;
    font-size: 12px;
  }
  header .headerIn .headerTop #sp_menuBtn {
    width: 74px;
    height: 80px;
    background: url("../images/common/ico_menu_sp.png") no-repeat center center #16779c;
    background-size: 100%;
    position: absolute;
    right: 0;
  }
  header .headerIn .headerTop #sp_menuBtn.m_close {
    width: 74px;
    height: 80px;
    background: url("../images/common/ico_menu_sp_close.png") no-repeat center center #16779c;
    background-size: 100%;
    position: absolute;
    right: 0;
    z-index: 3;
  }
  header .headerIn .headerTop #h_righthWrap {
    text-align: center;
  }
  header .headerIn .headerTop #h_righthWrap a {
    color: #fff;
    background-color: #073190;
    border-radius: 20px;
    box-shadow: 3px 3px 0px 0px #bde1d6;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
    transition: 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
    display: none;
    position: absolute;
    top: 51px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
  }
  header .headerIn .headerTop #h_righthWrap a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  header .headerIn .headerTop #h_righthWrap a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
  header .headerIn #gNavi {
    background-color: #16779c;
    border-top: 1px solid #fff;
    position: relative;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 6;
    display: none;
    background: #16779c;
  }
  header .headerIn #gNavi ul li {
    border-bottom: 1px solid #fff;
  }
  header .headerIn #gNavi ul li a {
    color: #fff;
  }
  header .headerIn #gNavi #close {
    background-color: #073190;
    color: #fff;
    font-weight: bold;
    padding: 30px 15px;
    text-align: center;
    cursor: pointer;
  }
  header .headerIn #gNavi #close:before {
    content: "";
    color: #fff;
    display: inline-block;
    background: url(../images/common/close_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    margin-right: 5px;
  }
  header .headerIn #gNavi .headerNav a:hover {
    text-decoration: none;
  }
  header .headerIn #gNavi .headerNav > ul > li {
    position: relative;
  }
  header .headerIn #gNavi .headerNav > ul > li .nav-acdBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 63px;
    height: 53px;
    cursor: pointer;
    z-index: 100;
    transition: 0.3s cubic-bezier(0.46, -0.1, 0.49, 0.96);
  }
  header .headerIn #gNavi .headerNav > ul > li .nav-acdBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 22px;
    width: 2px;
    background-color: #fff;
    transition: 0.3s cubic-bezier(0.46, -0.1, 0.49, 0.96);
  }
  header .headerIn #gNavi .headerNav > ul > li .nav-acdBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 22px;
    background-color: #fff;
  }
  header .headerIn #gNavi .headerNav > ul > li .nav-acdBtn.clicked {
    transform: rotate(180deg);
  }
  header .headerIn #gNavi .headerNav > ul > li .nav-acdBtn.clicked::before {
    opacity: 0;
  }
  header .headerIn #gNavi .headerNav > ul > li > a.home::after {
    content: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a {
    position: relative;
    color: #fff;
    background-color: #16779c;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px 15px 25px;
    position: relative;
    text-decoration: none;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child {
    background-color: #fff;
    display: none;
    padding: 0;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li {
    width: 100%;
    position: relative;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a {
    background-color: #fff;
    color: #073190;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s ease;
    font-size: 15px;
    padding: 15px 40px;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #073190;
    border-right: 2px solid #073190;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    transition: border 0.3s ease;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a .txt {
    font-size: 15px;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a .icon {
    line-height: 1;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li:not(:last-child) a::before {
    content: "";
    background-color: #e9e9e9;
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body.header_footer_hide header {
    height: 65px;
  }
  body.header_footer_hide header .headerIn #gNavi {
    display: none !important;
  }
  body.header_footer_hide header .headerIn .headerTop #sp_menuBtn {
    display: none !important;
  }
  #pageTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    background-image: url(../images/home/main_titleback_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 55px;
    position: relative;
  }
  footer {
    background-color: #0b3382;
    padding: 25px 0 20px;
  }
  footer .copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  footer .copyright small {
    font-size: 12px;
  }
  footer .toTop {
    z-index: 100;
    position: fixed;
    right: 5px;
    opacity: 0;
    transition: all 0.5s;
    bottom: 70px;
    width: 60px;
    height: 60px;
    transition: all 0.5s;
  }
  footer .toTop.on {
    opacity: 1;
  }
  footer .toTop a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/home/totop.png") no-repeat 0 0;
    background-size: contain;
  }
  footer .toTop a:hover {
    transform: translateY(-2px);
  }
  body.header_footer_hide footer {
    border-top: 1px solid #ccc;
    margin-top: 50px;
  }
  body.header_footer_hide footer .footerLinkWrap,
  body.header_footer_hide footer .footerBnWrap {
    display: none !important;
  }
  body.header_footer_hide .breadcrumb {
    display: none !important;
  }
  body .fancybox-content .modal_body .mo_in {
    margin-bottom: 20px;
  }
  body .fancybox-content .modal_body .mo_tit {
    padding-bottom: 10px;
    border-bottom: 3px solid #5dbf5d;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
  }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 5;
    top: 0;
    left: 0;
  }
  .footerTitle {
    font-size: 24px;
  }
  .footerTitle + p {
    text-align: center;
    margin-top: 5px;
  }
  .guide {
    background-image: url(../images/home/footer_guideback_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 20px;
  }
  .guide .btnWrap {
    margin-top: 40px;
  }
  .contents {
    padding-top: 68px;
    padding-bottom: 74px;
  }
  .secondContents {
    padding-top: 40px;
    padding-bottom: 74px;
  }
  div.inner {
    padding: 0 20px;
    margin: auto;
  }
  p {
    font-size: 16px;
    line-height: 1.875;
  }
  * + p {
    margin-top: 10px;
  }
  .colorBoxText span {
    font-size: 16px;
  }
  .colorBoxText strong {
    font-size: 25px;
    font-weight: 700;
  }
  h1.title {
    max-width: 400px;
  }
  h1.title::before, h1.title::after {
    content: "";
    display: block;
    position: absolute;
  }
  h1.title::before {
    width: 55px;
    height: 82px;
    background-image: url(../images/home/doctor_sp.png);
    background-size: contain;
    top: 20px;
    left: 0;
  }
  h1.title::after {
    width: 58px;
    height: 112px;
    background-image: url(../images/home/player_sp.png);
    background-size: contain;
    bottom: -14px;
    right: 15px;
  }
  * + h2.title {
    margin-top: 68px;
  }
  h2.title {
    position: relative;
    font-size: 24px;
    line-height: 1.38;
    padding-left: 14px;
    padding-bottom: 15px;
  }
  h2.title::before {
    content: "";
    position: absolute;
    background-color: #16779c;
    width: 4px;
    height: calc(100% - 20px);
    left: 0;
    top: 5px;
  }
  h2.title::after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url(../images/home/secondtitle_dot.png) repeat-x;
    background-position: left -4px top;
    background-size: auto 5px;
    margin-top: 12px;
  }
  h2.title + .imgWrap {
    margin-top: 30px;
  }
  h2.title + p {
    margin-top: 15px;
  }
  h3.title {
    font-size: 20px;
    margin-top: 25px;
  }
  h3.title + p {
    margin-top: 2px;
  }
  h3.title + .colorBox {
    margin-top: 10px;
  }
  h3.title + .titleSub, caption.titleSub {
    line-height: 1.4;
  }
  .btnWrap + .btnWrap {
    display: block;
    margin-top: 18px;
  }
  .btnWrap a + a {
    margin-top: 18px;
  }
  * + .btnWrap {
    margin-top: 40px;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    text-align: center;
    transition: 0.3s ease;
    font-size: 20px;
    font-weight: bold;
    padding: 21px 60px;
  }
  .btn:hover {
    text-decoration: none;
  }
  .btn .download {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
  }
  .btn .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
  }
  .download {
    width: 20px;
    height: 20px;
  }
  .arrow {
    width: 10px;
    height: 16px;
  }
  * + .colorBox {
    margin-top: 30px;
  }
  * + .colorBoxAdd {
    margin-top: 15px;
  }
  .colorBox {
    padding: 15px 13px 15px;
  }
  .colorBox + h3.title {
    margin-top: 35px;
  }
  .colorBox.textBox {
    padding: 20px;
  }
  .colorBoxAdd {
    padding: 18px 15px 18px;
  }
  .colorBox .colorBoxTitle,
  .colorBoxAdd .colorBoxTitle {
    font-size: 15px;
  }
  .colorBox .colorBoxTitle + p,
  .colorBoxAdd .colorBoxTitle + p {
    margin-top: 6px;
  }
  caption.titleSub {
    margin-bottom: 10px;
  }
  .commonTable {
    font-size: 14px;
  }
  .commonTable tr th {
    padding: 12px 30px;
  }
  .commonTable tr th[scope=row] {
    width: 150px;
  }
  .commonTable tr td {
    padding: 12px 20px;
  }
  * + .scrollTable {
    margin-top: 6px;
  }
  .scrollTable {
    overflow: auto;
  }
  .scrollTable table {
    min-width: calc(100% + 50px);
    width: 600px;
    margin-top: 0;
  }
  * + .scrollText {
    margin-top: 15px;
  }
  .scrolltext {
    width: 160px;
    display: block;
    padding: 4px 8px;
    margin-bottom: 8px;
    margin-left: auto;
    color: #16779c;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    background: #333;
  }
  .preBox {
    margin-top: 20px;
  }
  .taC_sp {
    text-align: center !important;
  }
  .taL_sp {
    text-align: left !important;
  }
  .taR_sp {
    text-align: right !important;
  }
  .pT0_sp {
    padding-top: 0 !important;
  }
  .pT10_sp {
    padding-top: 10px !important;
  }
  .pT20_sp {
    padding-top: 20px !important;
  }
  .pB0_sp {
    padding-bottom: 0 !important;
  }
  .pB10_sp {
    padding-bottom: 10px !important;
  }
  .pB20_sp {
    padding-bottom: 20px !important;
  }
  .pB30_sp {
    padding-bottom: 30px !important;
  }
  .pB40_sp {
    padding-bottom: 40px !important;
  }
  .pT30_sp {
    padding-top: 30px !important;
  }
  .pT40_sp {
    padding-top: 40px !important;
  }
  .mB0_sp {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB15_sp {
    margin-bottom: 15px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mB60_sp {
    margin-bottom: 60px !important;
  }
  .mB70_sp {
    margin-bottom: 70px !important;
  }
  .mB80_sp {
    margin-bottom: 80px !important;
  }
  .mT0_sp {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mT60_sp {
    margin-top: 60px !important;
  }
  .mT70_sp {
    margin-top: 70px !important;
  }
  .mT80_sp {
    margin-top: 80px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size13_sp {
    font-size: 13px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size15_sp {
    font-size: 15px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size17_sp {
    font-size: 17px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size19_sp {
    font-size: 19px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .size22_sp {
    font-size: 22px !important;
  }
  .size24_sp {
    font-size: 24px !important;
  }
  .size28_sp {
    font-size: 28px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  ul.commonList li {
    font-size: 16px;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 10px;
  }
  ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #16779c;
    position: absolute;
    left: 0;
    top: 14.5px;
  }
  span.author {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  ul.flow {
    margin-top: 23px;
  }
  ul.flow li {
    font-size: 18px;
  }
  ul.flow li::before {
    top: 20px;
  }
  dl {
    padding: 20px;
    margin-left: 70px;
  }
  dt {
    font-size: 18px;
  }
  dd {
    margin-top: 10px;
  }
  ol.commonList li {
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.55;
  }
  ol.commonList li:before {
    font-size: 14px;
    top: 4px;
  }
  ol.commonList li + li {
    margin-top: 12px;
  }
  ol.commonList li .commonList {
    margin-bottom: 1.5em;
  }
  .scheduleArea {
    margin-top: 20px;
  }
  .secondHead {
    height: 140px;
  }
  .secondHeadTitle {
    padding: 0 20px;
  }
  .secondHeadTitle .ja {
    font-size: 24px;
  }
  #breadcrumb {
    margin: 0 20px;
    padding: 10px 0;
    font-size: 14px;
  }
  #breadcrumb .breadcrumb > div {
    font-size: 14px;
  }
  #breadcrumb .breadcrumb > div > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 13em;
    overflow: hidden;
  }
  #breadcrumb .breadcrumb > div:after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #16779c;
    margin: 0 1em;
  }

  .btnWrap.rs_videoWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 500px;
    margin-inline: auto;
  }

  .btnWrap .rs_video {
    width: 100%;
  }

  .btnWrap .rs_video p {
   font-size: 13px;
  }

  .btnWrap .rs_video iframe {
    aspect-ratio: 478 / 270;
    width: 100%;
    height: auto;
  }
}
/* スマホ　SP　ここまで */

/* PC　ここから */
@media print, screen and (min-width: 1023px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
  }
  body {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
    font-size: 15px;
  }
  ul {
    list-style-type: none;
  }
  img {
    border: none;
    vertical-align: top;
  }
  .forSP {
    display: none !important;
  }
  .onlySP {
    display: none !important;
  }
  .onlyPC {
    display: inherit !important;
  }
  .onlyTB {
    display: none !important;
  }
  .onlyMD {
    display: none !important;
  }
  .valignT {
    vertical-align: top !important;
  }
  .valignM {
    vertical-align: middle !important;
  }
  .valignB {
    vertical-align: bottom !important;
  }
  header:not(.navNone) {
    height: 170px;
  }
  header .headerIn .headerTop {
    max-width: 1200px;
    position: relative;
    height: 104px;
    margin: 0 auto;
    font-size: 14px;
  }
  header .headerIn .headerTop .logo {
    float: left;
    padding-top: 20px;
    display: flex;
    align-items: center;
  }
  header .headerIn .headerTop .logo img {
    height: 66px;
  }
  header .headerIn .headerTop .sp_officialBtn {
    background-color: #073190;
    display: none;
  }
  header .headerIn .headerTop .sp_officialBtn .txt_official {
    color: #fff;
    font-size: 12px;
  }
  header .headerIn .headerTop #sp_menuBtn {
    display: none;
  }
  header .headerIn .headerTop #sp_menuBtn.m_close {
    display: none;
  }
  header .headerIn .headerTop #h_righthWrap {
    text-align: center;
  }
  header .headerIn .headerTop #h_righthWrap a {
    color: #fff;
    background-color: #073190;
    border-radius: 20px;
    box-shadow: 3px 3px 0px 0px #bde1d6;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
    transition: 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
    min-width: 220px;
    float: right;
    clear: right;
    padding: 10px 18px;
  }
  header .headerIn .headerTop #h_righthWrap a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  header .headerIn .headerTop #h_righthWrap a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
  header .headerIn #gNavi {
    background-color: #16779c;
    border-top: 1px solid #fff;
    position: relative;
    min-width: 0px;
    display: block !important;
  }
  header .headerIn #gNavi .headerNav {
    width: 100%;
  }
  header .headerIn #gNavi .headerNav > ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  header .headerIn #gNavi .headerNav > ul > li {
    position: relative;
    width: 20%;
    flex-basis: 20%;
    height: 65px;
    transition: 0.3s ease;
  }
  header .headerIn #gNavi .headerNav > ul > li:first-child::before {
    content: "";
    display: block;
    height: 40px;
    background-color: #fff;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.6s;
    z-index: 1;
  }
  header .headerIn #gNavi .headerNav > ul > li .nav-acdBtn {
    display: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a.home::after {
    content: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a {
    position: relative;
    background-color: #16779c;
    color: #fff;
    display: block;
    height: 65px;
    text-align: center;
    font-size: 1.071em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
    padding: 15px 0px;
    /*&::after{
    	content: "";
    	display: block;
    	width: 10px;
    	height: 10px;
    	border: 0px;
    	border-top: solid 2px #fff;
    	border-right: solid 2px #fff;
    	transform: translateX(-50%)rotate(135deg);
    	position: absolute;
    	bottom: 12px;
    	left: 50%;
    	z-index: 2;
    }*/
  }
  header .headerIn #gNavi .headerNav > ul > li > a:hover, header .headerIn #gNavi .headerNav > ul > li > a.now {
    background-color: #D63569;
  }
  header .headerIn #gNavi .headerNav > ul > li > a:hover {
    text-decoration: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a::before {
    content: "";
    display: block;
    height: 40px;
    background-color: #fff;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.6s;
  }
  header .headerIn #gNavi .headerNav > ul > li > a > span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    z-index: 2;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li {
    width: 100%;
    position: relative;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a {
    background-color: #fff;
    color: #073190;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s ease;
    font-size: 15px;
    padding: 15px 25px 15px 30px;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #073190;
    border-right: 2px solid #073190;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    transition: border 0.3s ease;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a .txt {
    font-size: 15px;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a .icon {
    line-height: 1;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a:hover {
    color: #D63569;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li > a:hover::after {
    border-color: #D63569;
  }
  header .headerIn #gNavi .headerNav > ul > li .gnav--child > li:not(:last-child) a::before {
    content: "";
    background-color: #e9e9e9;
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  header .headerIn #gNavi .headerNav > ul > li:hover > a {
    color: #fff;
    background-color: #D63569;
  }
  header .headerIn #gNavi .headerNav > ul > li:hover .gnav--child a {
    text-decoration: none;
  }
  body.header_footer_hide header {
    height: 110px;
    border-bottom: 1px solid #ccc;
  }
  body.header_footer_hide header .headerIn #gNavi {
    display: none !important;
  }
  body.header_footer_hide header .headerIn .headerTop #sp_menuBtn {
    display: none !important;
  }
  #pageTitle {
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
    background-image: url(../images/home/main_titleback.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  footer {
    background-color: #0b3382;
    padding: 42px 0 38px;
    position: relative;
  }
  footer .copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  footer .copyright small {
    font-size: 12px;
  }
  footer .toTop {
    max-width: 1200px;
    margin: -100px auto -35px;
    text-align: right;
    position: absolute;
    bottom: 95px;
    right: 40px;
    z-index: 1;
  }
  footer .toTop a {
    display: inline-block;
    width: 71px;
    height: 71px;
    background: url("../images/home/totop.png") no-repeat 0 0;
    background-size: contain;
    transition: 0.3s ease;
  }
  footer .toTop a:hover {
    transform: translateY(-2px);
  }
  body.header_footer_hide footer {
    border-top: 1px solid #ccc;
    margin-top: 50px;
  }
  body.header_footer_hide footer .footerLinkWrap,
  body.header_footer_hide footer .footerBnWrap {
    display: none !important;
  }
  body.header_footer_hide .breadcrumb {
    display: none !important;
  }
  body .fancybox-content .modal_body .mo_in {
    margin-bottom: 20px;
  }
  body .fancybox-content .modal_body .mo_tit {
    padding-bottom: 10px;
    border-bottom: 3px solid #5dbf5d;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 5;
    top: 0;
    left: 0;
  }
  .footerTitle {
    font-size: 30px;
  }
  .footerTitle + p {
    text-align: center;
    margin-top: 5px;
  }
  .guide {
    background-image: url(../images/home/footer_guideback.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .guide .btnWrap {
    margin-top: 42px;
  }
  .contents {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  .secondContents {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  div.inner {
    max-width: 997px;
    margin: auto;
  }
  p {
    font-size: 16px;
    line-height: 1.875;
  }
  * + p {
    margin-top: 3px;
  }
  .colorBoxText span {
    font-size: 18px;
  }
  .colorBoxText strong {
    font-size: 28px;
    font-weight: 700;
  }
  h1.title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h1.title::before, h1.title::after {
    content: "";
    display: block;
  }
  h1.title::before {
    width: 213px;
    height: 286px;
    background-image: url(../images/home/doctor.png);
    background-size: contain;
    margin-right: 50px;
  }
  h1.title::after {
    width: 182px;
    height: 352px;
    background-image: url(../images/home/player.png);
    background-size: contain;
    margin-left: 55px;
  }
  * + h2.title {
    margin-top: 85px;
  }
  h2.title {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    padding-left: 21px;
    padding-bottom: 18px;
  }
  h2.title::before {
    content: "";
    position: absolute;
    background-color: #16779c;
    width: 4px;
    height: calc(100% - 24px);
    left: 0;
    top: 5px;
  }
  h2.title::after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background: url(../images/home/secondtitle_dot.png) repeat-x;
    background-position: left -4px top;
    background-size: auto 9px;
  }
  h2.title + .imgWrap {
    margin-top: 50px;
  }
  h2.title + p {
    margin-top: 30px;
  }
  h2.title + h3.title {
    margin-top: 50px;
  }
  h3.title {
    font-size: 24px;
    margin-top: 30px;
    letter-spacing: 0.1em;
  }
  h3.title + .colorBox {
    margin-top: 10px;
  }
  h3.title + .titleSub, caption.titleSub {
    line-height: 1.4;
  }
  .btnWrap {
    display: flex;
    justify-content: center;
  }
  .btnWrap + .btnWrap {
    margin-top: 40px;
  }
  .btnWrap a + a {
    margin-left: 40px;
  }
  * + .btnWrap {
    margin-top: 60px;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    position: relative;
    text-align: center;
    transition: 0.3s ease;
    font-size: 20px;
    font-weight: bold;
    padding: 25px 60px;
  }
  .btn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .btn .download {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
  }
  .btn .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
  }
  .download {
    width: 20px;
    height: 20px;
  }
  .arrow {
    width: 10px;
    height: 16px;
  }
  * + .colorBox {
    margin-top: 40px;
  }
  * + .colorBoxAdd {
    margin-top: 20px;
  }
  .colorBox {
    padding: 40px 40px 40px;
  }
  .colorBox + h3.title {
    margin-top: 42px;
  }
  .colorBox.textBox {
    padding: 30px 40px;
  }
  .colorBoxAdd {
    padding: 20px 40px 20px;
  }
  .colorBox .colorBoxTitle,
  .colorBoxAdd .colorBoxTitle {
    font-size: 18px;
  }
  .colorBox .colorBoxTitle + p,
  .colorBoxAdd .colorBoxTitle + p {
    margin-top: 4px;
  }
  caption.titleSub {
    margin-bottom: 16px;
  }
  .commonTable {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .commonTable tr th {
    padding: 15px 35px;
    font-size: 18px;
  }
  .commonTable tr th[scope=row] {
    width: 150px;
  }
  .commonTable tr td {
    padding: 15px 35px;
    font-size: 16px;
  }
  * + .scrollTable {
    margin-top: 6px;
  }
  .scrolltext {
    display: none !important;
  }
  .preBox {
    margin-top: 30px;
  }
  .taC_pc {
    text-align: center !important;
  }
  .taL_pc {
    text-align: left !important;
  }
  .taR_pc {
    text-align: right !important;
  }
  .pT10_pc {
    padding-top: 10px !important;
  }
  .pT20_pc {
    padding-top: 20px !important;
  }
  .pT30_pc {
    padding-top: 30px !important;
  }
  .pT40_pc {
    padding-top: 40px !important;
  }
  .pB10_pc {
    padding-bottom: 10px !important;
  }
  .pB20_pc {
    padding-bottom: 20px !important;
  }
  .pB30_pc {
    padding-bottom: 30px !important;
  }
  .pB40_pc {
    padding-bottom: 40px !important;
  }
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB15_pc {
    margin-bottom: 15px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mB60_pc {
    margin-bottom: 60px !important;
  }
  .mB70_pc {
    margin-bottom: 70px !important;
  }
  .mB80_pc {
    margin-bottom: 80px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mT70_pc {
    margin-top: 70px !important;
  }
  .mT80_pc {
    margin-top: 80px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL55_pc {
    margin-left: 55px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .mR55_pc {
    margin-right: 55px !important;
  }
  .size12_pc {
    font-size: 12px !important;
  }
  .size13_pc {
    font-size: 13px !important;
  }
  .size14_pc {
    font-size: 14px !important;
  }
  .size15_pc {
    font-size: 15px !important;
  }
  .size16_pc {
    font-size: 16px !important;
  }
  .size17_pc {
    font-size: 17px !important;
  }
  .size18_pc {
    font-size: 18px !important;
  }
  .size19_pc {
    font-size: 19px !important;
  }
  .size20_pc {
    font-size: 20px !important;
  }
  .size22_pc {
    font-size: 22px !important;
  }
  .size24_pc {
    font-size: 24px !important;
  }
  .size28_pc {
    font-size: 28px !important;
  }
  .hoverAlpha,
  .hoverAlpha img {
    display: block;
    transition: 0.3s opacity;
  }
  .hoverAlpha:hover, .hoverAlpha:hover img,
  .hoverAlpha img:hover,
  .hoverAlpha img:hover img {
    opacity: 0.8;
  }
  ul.commonList li {
    font-size: 16px;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 15px;
  }
  ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #16779c;
    position: absolute;
    left: 0;
    top: 14.5px;
  }
  span.author {
    font-size: 14px;
    margin-top: 5px;
  }
  ul.flow {
    margin-top: 30px;
    line-height: 1.6;
  }
  ul.flow li {
    font-size: 22px;
  }
  ul.flow li::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  dl {
    padding: 25px 40px;
    display: flex;
    margin-left: 80px;
  }
  dt {
    font-size: 20px;
  }
  ol.commonList li {
    font-size: 16px;
    padding-left: 26px;
  }
  ol.commonList li:before {
    font-size: 16px;
    top: 4px;
  }
  ol.commonList li + li {
    margin-top: 15px;
  }
  ol.commonList li .commonList {
    margin-top: 10px;
    margin-bottom: 1.5em;
  }
  .scheduleArea {
    margin-top: 30px;
  }
  .secondHead {
    max-width: 2400px;
    margin: auto;
    height: 200px;
    position: relative;
    overflow-x: hidden;
  }
  .secondHeadTitle {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
  }
  .secondHeadTitle .ja {
    font-size: 36px;
  }
  #breadcrumb {
    max-width: 1220px;
    margin: 20px auto 0;
    padding: 0 10px;
  }
  #breadcrumb .breadcrumb > div {
    font-size: 14px;
  }
  #breadcrumb .breadcrumb > div:after {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }

  .btnWrap.rs_videoWrap {
    justify-content: space-between;
  }

  .btnWrap .rs_video {
    width: 48.5%;
  }

  .btnWrap .rs_video p {
   font-size: 14px;
  }

  .btnWrap .rs_video iframe {
    aspect-ratio: 478 / 270;
    width: 100%;
    height: auto;
  }
}
/* PC　ここまで */

/* スモールサイズ */
@media print, screen and (max-width: 374px) {
  .stepList.stepList_col2 a .ico {
    display: none;
  }
}
/*# sourceMappingURL=map/style.css.map */

.jada-accessibility_link {
  position: relative;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: -1em auto 1em;
}
.jada-accessibility_link > a {
  color: #fff !important;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .jada-accessibility_link {
    margin: 0 auto 1em;
  }
}