@charset "UTF-8";
/*! 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;
}

@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: #2a2a2a;
    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;
  }
  a {
    color: #2045ff;
  }
  a:hover {
    color: #2045ff;
    text-decoration: underline;
  }
  a:visited {
    color: #2045ff;
  }
  a:active {
    color: #2045ff;
  }
  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 .headerIn .headerTop {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  header .headerIn .headerTop .logo {
    flex-basis: calc(100% - 110px);
    padding: 10px 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;
    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 #073190;
    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 #073190;
    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: #073190;
    border-top: 1px solid #fff;
    position: relative;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 6;
    display: none;
    background: linear-gradient(to bottom, #153372 0%, #1a408f 100%);
  }
  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.now::before {
    content: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a.home::after {
    content: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a {
    position: relative;
    color: #fff;
    background-color: #073190;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px 15px 25px;
    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;
    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;
    speak: normal;
  }
  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;
  }
  footer {
    background-color: #0b3382;
    padding: 25px 0 85px;
  }
  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: 15px;
    width: 60px;
    height: 60px;
  }
  footer .toTop.on {
    opacity: 1;
    transition: all 0.5s;
  }
  footer .toTop img {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  footer .toTop img: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;
  }
  ul.commonList {
    list-style-type: none;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ul.commonList li {
    padding-left: 16px;
    position: relative;
    box-sizing: border-box;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 10px;
  }
  ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #0b3190;
    position: absolute;
    left: 0;
    top: 13px;
  }
  ul.commonList li.text_l span {
    font-size: 18px;
  }
  ul.commonList li.text_l::before {
    top: 16px;
  }
  .bold {
    font-weight: bold;
  }
  .blue {
    color: #073190;
  }
  .black {
    color: #000 !important;
  }
  .pink {
    color: #CC2B5F;
  }
  .alignC {
    text-align: center !important;
  }
  .alignL {
    text-align: left !important;
  }
  .alignR {
    text-align: right !important;
  }
  .kome {
    color: #D63569;
    text-align: center;
    margin-top: 10px;
  }
  .icon_arrow {
    position: relative;
    padding-left: 30px;
  }
  .icon_arrow::before {
    content: "";
    background: url(../images/common/arrow_right.png) no-repeat;
    position: absolute;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    left: 0;
    top: 50%;
  }
  .floatNone {
    float: none !important;
  }
  .btnWrap .btnIco {
    display: inline-block;
    line-height: 21px;
    margin-left: 20px;
  }
  .btn {
    background: #e95377;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px #bde1d6;
    color: #fff !important;
    display: block;
    font-weight: bold;
    width: 100%;
    max-width: 546px;
    position: relative;
    text-align: center;
    transition: 0.3s ease;
    text-decoration: none;
    font-size: 20px;
    margin: 20px 0 20px;
    padding: 30px 2em 30px 25px;
  }
  .btn:hover {
    text-decoration: none;
    opacity: 0.8;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
  }
  .btn.link::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
  }
  .btn_left {
    display: flex;
    justify-content: flex-start;
  }
  .btn_center {
    display: flex;
    justify-content: center;
  }
  .btn_right {
    display: flex;
    justify-content: flex-end;
  }
  .bgBox {
    background-color: #ffe2e9;
    margin: 30px auto 0;
    padding: 20px;
    max-width: 700px !important;
    line-height: 1.75;
  }
  .commonWrap {
    max-width: 1000px;
    margin: auto;
    padding: 0;
    width: 90%;
  }
  .commonWrap p,
  .commonWrap dl {
    line-height: 1.875;
  }
  .commonWrap p {
    margin-bottom: 1em;
    font-size: 16px;
  }
  .commonWrap .img100 img {
    width: 100%;
  }
  .commonWrap .img100 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .img {
    margin-bottom: 30px;
  }
  .commonWrap .img_line2 {
    margin-bottom: 30px;
  }
  .commonWrap .img_line2 li {
    text-align: center;
    margin-bottom: 15px;
  }
  .commonWrap .img_line2 li img {
    max-width: 100%;
  }
  .commonWrap .img_line2 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .img_line3 {
    margin-bottom: 30px;
  }
  .commonWrap .img_line3 li {
    text-align: center;
    margin-bottom: 15px;
  }
  .commonWrap .img_line3 li img {
    max-width: 100%;
  }
  .commonWrap .img_line3 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .img_line4 {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .commonWrap .img_line4 li {
    margin-bottom: 15px;
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .commonWrap .img_line4 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .commonWrap .img_line4 li img {
    width: 100%;
  }
  .commonWrap .imgInP .img {
    display: block;
    margin: 0 auto 20px;
  }
  .commonWrap .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .imgInP.col2 .text {
    margin-bottom: 20px;
    display: block;
  }
  .commonWrap .imgInP.sp_img_btm {
    display: flex;
    flex-wrap: wrap;
  }
  .commonWrap .imgInP.sp_img_btm .img {
    order: 2;
    margin: 20px auto 0;
  }
  .commonWrap .imgInP.sp_img_btm .text {
    flex-basis: 100%;
    order: 1;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #2951a6;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  .preBox.preBoxLast {
    margin-bottom: 0;
  }
  .secondWrap {
    max-width: 1000px;
    margin: 40px auto 100px;
  }
  .secondWrap .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0;
    width: 90%;
  }
  .secondWrap .showy {
    color: #e95377;
    font-size: 36px;
  }
  .secondWrap .h1 {
    color: #073190;
    border-bottom: 4px solid #f2f2f2;
    position: relative;
    width: 100%;
    font-size: 24px;
    margin: 40px auto 30px;
    padding: 0 0 2px 0;
    width: 95%;
  }
  .secondWrap .h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    border-bottom: 3px solid #073190;
    width: 110px;
  }
  .secondWrap .h2 {
    background-color: #073190;
    color: #fff;
    border-radius: 20px;
    position: relative;
    margin: 24px 0 14px;
    font-size: 20px;
    padding: 14px 0 14px 30px;
    padding-left: 40px;
  }
  .secondWrap .h2::before {
    content: "";
    display: block;
    background-color: #e95377;
    width: 5px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 24px;
  }
  .secondWrap .h3 {
    line-height: 1.3;
    margin: 30px 0 18px;
    font-size: 16px;
  }
  .secondWrap .h3 span {
    display: block;
    margin-right: 20px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .secondWrap .miniTtlA {
    color: #0b3190;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 4px !important;
  }
  .secondWrap .miniTtlA.miniTtlA_red {
    color: #bb305c;
  }
  .secondWrap .miniTtlB {
    color: #e95377;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 0 !important;
    font-size: 18px;
  }
  .secondWrap p.miniTtlA, .secondWrap p.miniTtlB {
    margin-bottom: 0 !important;
  }
  .secondWrap .stepTtl {
    background-color: #e95377;
    font-weight: bold;
    padding: 2px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    margin: 30px 0 16px;
  }
  .secondWrap .stepTtl .step {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 8px 8px;
  }
  .secondWrap .stepTtl .step .num {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 24px;
  }
  .secondWrap .stepTtl .ttl {
    background-color: #073190;
    color: #fff;
    border-radius: 0px 0 10px 10px;
    font-size: 18px;
    padding: 20px 12px;
    width: 100%;
    text-align: center;
  }
  .secondWrap .accordionList {
    margin: 15px 0 30px;
  }
  .secondWrap .accordionList dl:not(:first-child) {
    margin-top: 18px;
  }
  .secondWrap .accordionList dt .acoBtn {
    border: 2px solid #e95377;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px #bde1d6;
    color: #073190;
    font-weight: bold;
    position: relative;
    transition: 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 18px;
    padding: 18px 40px 18px 15px;
  }
  .secondWrap .accordionList dt .acoBtn.on {
    border: 2px solid #073190;
    box-shadow: 5px 5px 0px 0px transparent;
    padding: 18px 40px 18px 15px;
  }
  .secondWrap .accordionList dt .acoBtn:not(:first-child) {
    margin-top: 26px;
  }
  .secondWrap .accordionList dt .acoBtn:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    cursor: pointer;
    z-index: 100;
    transform: translate(-50%, -50%);
    transition: 0.3s cubic-bezier(0.46, -0.1, 0.49, 0.96);
    right: 0;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 3px;
    background-color: #073190;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 18px;
    background-color: #073190;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn.clicked {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn.clicked::before {
    transition: 0.3s cubic-bezier(0.46, -0.1, 0.49, 0.96);
    opacity: 0;
  }
  .secondWrap .accordionList dd {
    color: #073190;
    font-size: 16px;
    display: none;
    padding: 16px 0 0;
  }
  .secondWrap .faqList dt .acoBtn, .secondWrap .faqList dd {
    position: relative;
  }
  .secondWrap .faqList dt .acoBtn {
    padding-left: 3em;
  }
  .secondWrap .faqList dd {
    padding-left: 4.5em;
  }
  .secondWrap .faqList .q, .secondWrap .faqList .a {
    color: #D63569;
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
    position: absolute;
    left: 20px;
    font-size: 18px;
    top: 18px;
  }
  .secondWrap .faqList .a {
    top: 16px;
  }
  hr.b {
    background-color: #1c54c1;
    height: 2px;
    margin: 10px 0 20px;
  }
  .sec-step p {
    font-size: 16px;
    line-height: 1.86;
  }
  .stepList {
    counter-reset: number;
    margin-top: 18px;
  }
  .stepList li {
    list-style: none;
    box-shadow: 5px 5px 0px 0px #bde1d6;
    border: 2px solid #e95377;
    border-radius: 10px;
  }
  .stepList li:not(:first-child) {
    margin-top: 20px;
  }
  .stepList a {
    color: #073190;
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    transition: 0.3s ease;
    width: 100%;
    flex-direction: column;
  }
  .stepList a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .stepList a .ico {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    left: 20px;
    top: calc(50% + 26px);
  }
  .stepList a .ico.search {
    background: url(../images/second/ico_search.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.banlist {
    background: url(../images/second/ico_banlist.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.symptom {
    background: url(../images/second/ico_symptom.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.pharmacist {
    background: url(../images/second/ico_pharmacist.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.fax {
    background: url(../images/second/ico_fax.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList .listTtl {
    color: #073190;
    font-size: 24px;
    display: block;
    background-color: #e95377;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 8px 8px;
    text-align: center;
  }
  .stepList .listTtl::before {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: italic;
    counter-increment: number;
    content: counter(number, decimal) "．";
    font-size: 20px;
    margin-right: -8px;
  }
  .stepList .listDesc {
    color: #073190;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 15px 15px 110px;
    min-height: 60px;
    line-height: 1.625;
  }
  .stepList.stepList_col2 {
    margin-bottom: 40px;
  }
  .stepList.stepList_col2 ul + ul {
    margin-top: 20px;
  }
  .stepList.stepList_col2 .listTtl {
    background-color: #fff;
    border-radius: 5px;
    color: #073190;
    padding: 30px 8px;
  }
  .stepList.stepList_col2 .listTtl::before {
    content: none;
  }
  .stepList.stepList_col2 .listDesc {
    display: none;
  }
  .stepList.stepList_col2 a .ico {
    top: 50%;
    width: 12vw;
    height: 12vw;
    max-width: 40px;
    max-height: 40px;
  }
  .stepList.stepList_col2 a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #073190;
    border-right: 2px solid #073190;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
  }
  .step-process {
    margin: 20px auto 60px;
  }
  .step-process ul {
    list-style: none;
  }
  .step-process .box {
    background-color: #f0f0f0;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px 8px;
  }
  .step-process .box .processTtl {
    position: relative;
  }
  .step-process .box .processTtl::before {
    content: "";
    background: url(../images/second/human.png) no-repeat center 0;
    background-size: contain;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    width: 26px;
    height: 79px;
    top: calc(50% + 16px);
    left: -41px;
  }
  .step-process .process-col1 .box {
    color: #073190;
    font-weight: bold;
    font-size: 15px;
  }
  .step-process .process-col1 .box.long {
    width: 100%;
  }
  .step-process .process-col1.row1 .box {
    position: relative;
    overflow: visible;
  }
  .step-process .process-col1.row1 .box:not(:last-child)::after {
    content: "";
    display: block;
    width: 67px;
    height: 61px;
    background: url(../images/second/sp/step_arrowBtm2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -61px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .step-process .process-col1.row1 .box + .box {
    margin-top: 61px;
  }
  .step-process .process-col2 > ul {
    position: relative;
  }
  .step-process .process-col2 > ul li .process-col2In {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
  }
  .step-process .process-col2 > ul li .process-col2In .box {
    color: #073190;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    font-size: 15px;
    margin-top: 27px;
    flex-wrap: wrap;
  }
  .step-process .process-col2 > ul li .process-col2In .box.short {
    width: 47%;
  }
  .step-process .process-col2 > ul li .process-col2In .box .pink.stepNum {
    font-size: 18px;
  }
  .step-process .process-col2 > ul li .process-col2In.arrowTop::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/second/sp/step_arrowTop.png) no-repeat center 0;
    background-size: contain;
    width: 204px;
    height: 27px;
  }
  .step-process .process-col2 > ul li .process-col2In.arrowBtm::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/second/sp/step_arrowBtm.png) no-repeat center 0;
    background-size: contain;
    width: 226px;
    height: 34px;
  }
  .step-process .process-col2 > ul li .process-col2In.arrowBtm .box {
    margin-top: 34px;
  }
  .step-process .process-col2New {
    display: flex;
    width: 100%;
    padding-top: 28px;
    background: url(../images/second/sp/step_arrowTop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-size: 210px auto;
    gap: 20px;
  }
  .step-process .process-col2New ul {
    flex: 1;
  }
  .step-process .process-col2New ul li {
    color: #073190;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    font-size: 15px;
    background-color: #f0f0f0;
    text-align: center;
    border-radius: 20px;
    padding: 20px 8px;
    position: relative;
  }
  .step-process .process-col2New ul li + li {
    margin-top: 34px;
  }
  .step-process .process-col2New ul li + li:before {
    content: "";
    display: block;
    background: url(../images/second/sp/step_arrowBtm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 34px;
    width: 36px;
    height: 34px;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .step-process .process-col2New .pink.stepNum {
    font-size: 18px;
  }
  .sec-caution p,
  .sec-caution dl {
    line-height: 1.875;
  }
  .sec-caution p {
    margin-bottom: 1em;
    font-size: 16px;
  }
  .pageNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  .pageNavi > div {
    position: relative;
    width: 30%;
    border-left: 2px solid #0b3190;
  }
  .pageNavi > div:last-of-type,
  .pageNavi > div:nth-of-type(3) {
    border-right: 2px solid #0b3190;
  }
  .pageNavi > div:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .pageNavi > div a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 10px 60px;
  }
  .pageNavi > div a img {
    width: 100%;
  }
  .pageNavi > div a:after {
    content: "";
    background: url(../images/common/nav_arrow.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 17px);
    transition: all 0.3s;
  }
  .attention_list li {
    position: relative;
    padding-left: 35px;
  }
  .attention_list li:not(:first-of-type) {
    margin-top: 15px;
  }
  .attention_list li:before {
    content: "";
    background: url(../images/common/icon_surprised_s.png) no-repeat;
    display: inline-block;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  #fix_display {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fix_display .close {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -20px;
    right: 0;
    line-height: 1;
    cursor: pointer;
    top: 0px;
    width: 50px;
    text-align: center;
  }
  #fix_display iframe {
    width: 100%;
    height: 100% !important;
  }
  #contents_bottom .contents_bottom_inner .box .confirm {
    margin-top: 30px;
  }
  #contents_bottom .contents_bottom_inner .box .confirm .confirm_title {
    display: block;
    margin-bottom: 15px;
  }
  #contents_bottom .contents_bottom_inner .box .confirm .confirm_title img {
    max-width: 100%;
  }
  #contents_bottom .contents_bottom_inner .box .confirm p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #contents_bottom .contents_bottom_inner .box .confirm p .icon {
    background-color: none;
    display: inline-block;
    margin-right: 10px;
  }
  .common_list {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
  }
  .common_list.pdf {
    padding-left: 0;
    text-indent: inherit;
  }
  .common_list li {
    margin-bottom: 20px;
  }
  .common_list li:before {
    content: "";
  }
  .common_list li.pdf {
    position: relative;
    padding-left: 40px;
  }
  .common_list li.pdf:before {
    content: "";
    background: url(../images/common/pdficon.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .read {
    margin-top: 30px;
  }
  .read + .movie_wrap {
    margin-top: 30px;
  }
  .movieList .movieItem + .movieItem {
    margin-top: 30px;
  }
  .movieList .movieItem:nth-child(n+3) {
    margin-top: 40px;
  }
  .movieList p {
    margin-bottom: 0;
  }
  .movieList a {
    display: block;
    transition: 0.3s ease;
  }
  .movieList img {
    width: 100%;
  }
  .movieList .iframeItem {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 10px;
  }
  .movieList iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
  }
  .movieList .movieTitle {
    font-weight: bold;
    font-size: 16px;
  }
  .movieList .movieSubTitle {
    margin-top: 4px;
    font-size: 13px;
  }
  .txt_c_black {
    color: #000;
  }
}
@media print, screen and (min-width: 1024px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #2a2a2a;
    font-size: 20px;
    line-height: 1.4;
  }
  body {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    min-width: 993px;
    overflow-y: scroll;
    font-size: 15px;
  }
  ul {
    list-style-type: none;
  }
  a {
    color: #2045ff;
  }
  a:hover {
    color: #2045ff;
    text-decoration: underline;
  }
  a:visited {
    color: #2045ff;
  }
  a:active {
    color: #2045ff;
  }
  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 {
    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 {
    width: 379px;
    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: #073190;
    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: 25%;
    flex-basis: 25%;
    height: 65px;
    transition: 0.3s ease;
  }
  header .headerIn #gNavi .headerNav > ul > li .nav-acdBtn {
    display: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a.now::before {
    content: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a.home::after {
    content: none;
  }
  header .headerIn #gNavi .headerNav > ul > li > a {
    position: relative;
    background-color: #073190;
    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 25px;
  }
  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:hover::before {
    transition: 0.5s ease;
    opacity: 0;
  }
  header .headerIn #gNavi .headerNav > ul > li > a::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 > span {
    position: relative;
    z-index: 2;
    display: block;
  }
  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;
    speak: normal;
  }
  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;
  }
  footer {
    background-color: #0b3382;
    padding: 50px 0 75px;
  }
  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: relative;
    z-index: 1;
  }
  footer .toTop img {
    display: inline-block;
    width: 71px;
    height: 71px;
    transition: 0.3s ease;
  }
  footer .toTop img: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;
  }
  ul.commonList {
    list-style-type: none;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  ul.commonList li {
    padding-left: 16px;
    position: relative;
    box-sizing: border-box;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 10px;
  }
  ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #0b3190;
    position: absolute;
    left: 0;
    top: 13px;
  }
  ul.commonList li.text_l span {
    font-size: 20px;
    line-height: 1.8;
  }
  ul.commonList li.text_l::before {
    top: 16px;
  }
  ul.col2List {
    display: flex;
    flex-wrap: wrap;
  }
  ul.col2List li {
    width: 50%;
    flex-basis: 50%;
  }
  ul.col2List li:not(:first-of-type) {
    margin-top: 0px;
  }
  ul.col2List li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .bold {
    font-weight: bold;
  }
  .blue {
    color: #073190;
  }
  .black {
    color: #000 !important;
  }
  .pink {
    color: #CC2B5F;
  }
  .alignC {
    text-align: center !important;
  }
  .alignL {
    text-align: left !important;
  }
  .alignR {
    text-align: right !important;
  }
  .kome {
    color: #D63569;
    text-align: center;
    margin-top: 10px;
  }
  .icon_arrow {
    position: relative;
    padding-left: 30px;
  }
  .icon_arrow::before {
    content: "";
    background: url(../images/common/arrow_right.png) no-repeat;
    position: absolute;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    left: 0;
    top: 50%;
  }
  .floatNone {
    float: none !important;
  }
  .btnWrap .btnIco {
    display: inline-block;
    line-height: 21px;
    margin-left: 20px;
  }
  .btn {
    background: #e95377;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px #bde1d6;
    color: #fff !important;
    display: block;
    font-weight: bold;
    width: 100%;
    max-width: 546px;
    position: relative;
    text-align: center;
    transition: 0.3s ease;
    text-decoration: none;
    font-size: 22px;
    margin: 60px 0 20px;
    padding: 20px;
  }
  .btn:hover {
    text-decoration: none;
    opacity: 0.8;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
  }
  .btn.link::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
  }
  .btn_left {
    display: flex;
    justify-content: flex-start;
  }
  .btn_center {
    display: flex;
    justify-content: center;
  }
  .btn_right {
    display: flex;
    justify-content: flex-end;
  }
  .btn_s {
    width: 30%;
  }
  .btn_m {
    width: 40%;
  }
  .btn_l {
    width: 100%;
    max-width: 100%;
  }
  .bgBox {
    background-color: #ffe2e9;
    margin: 30px auto 0;
    padding: 20px;
    max-width: 700px !important;
    line-height: 1.75;
  }
  .commonWrap {
    max-width: 1000px;
  }
  .commonWrap p,
  .commonWrap dl {
    line-height: 1.875;
  }
  .commonWrap p {
    margin-bottom: 1em;
  }
  .commonWrap .img100 img {
    width: 100%;
  }
  .commonWrap .img100 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .img {
    margin-bottom: 30px;
  }
  .commonWrap .img_line2 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .commonWrap .img_line2 li {
    text-align: center;
    width: calc(50% - 8px);
  }
  .commonWrap .img_line2 li:nth-of-type(odd) {
    margin-right: 16px;
  }
  .commonWrap .img_line2 li img {
    max-width: 100%;
  }
  .commonWrap .img_line2.small li {
    width: calc(33% - 8px);
  }
  .commonWrap .img_line2 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .img_line3 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .commonWrap .img_line3 li {
    text-align: center;
    width: calc(33% - 8px);
    margin-right: 16px;
  }
  .commonWrap .img_line3 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .commonWrap .img_line3 li img {
    max-width: 100%;
  }
  .commonWrap .img_line3 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .img_line4 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .commonWrap .img_line4 li {
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  .commonWrap .img_line4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .commonWrap .img_line4 li img {
    width: 100%;
  }
  .commonWrap .imgInP {
    overflow: hidden;
  }
  .commonWrap .imgInP .img {
    max-width: 300px;
  }
  .commonWrap .imgInP .img img {
    width: 100%;
  }
  .commonWrap .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .commonWrap .imgInP .img.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .commonWrap .imgInP .img.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .commonWrap .imgInP.col2 {
    overflow: hidden;
  }
  .commonWrap .imgInP.col2 .text {
    float: left;
    width: calc(70% - 20px);
    display: block;
  }
  .commonWrap .imgInP.col2 .text.left {
    float: left;
  }
  .commonWrap .imgInP.col2 .text.right {
    float: right;
  }
  .commonWrap .imgInP.col2 .img {
    width: 30%;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #2951a6;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  .preBox.preBoxLast {
    margin-bottom: 0;
  }
  .secondWrap {
    max-width: 1000px;
    margin: 75px auto 150px;
  }
  .secondWrap .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  .secondWrap .showy {
    color: #e95377;
    font-size: 40px;
  }
  .secondWrap .h1 {
    color: #073190;
    border-bottom: 4px solid #f2f2f2;
    position: relative;
    width: 100%;
    font-size: 30px;
    margin: 40px 0 30px;
    padding: 0 0 2px 0;
  }
  .secondWrap .h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    border-bottom: 3px solid #073190;
    width: 225px;
  }
  .secondWrap .h2 {
    background-color: #073190;
    color: #fff;
    border-radius: 20px;
    position: relative;
    margin: 30px 0 20px;
    font-size: 24px;
    padding: 20px 0 20px 40px;
  }
  .secondWrap .h2::before {
    content: "";
    display: block;
    background-color: #e95377;
    width: 5px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 30px;
  }
  .secondWrap .h3 {
    font-size: 24px;
    margin: 30px 0 24px;
  }
  .secondWrap .h3 span {
    font-size: 30px;
    margin-right: 30px;
  }
  .secondWrap .miniTtlA {
    color: #0b3190;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 4px !important;
  }
  .secondWrap .miniTtlA.miniTtlA_red {
    color: #bb305c;
  }
  .secondWrap .miniTtlB {
    color: #e95377;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 0 !important;
  }
  .secondWrap p.miniTtlA, .secondWrap p.miniTtlB {
    margin-bottom: 0 !important;
  }
  .secondWrap .stepTtl {
    background-color: #e95377;
    font-weight: bold;
    padding: 2px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin: 50px 0 24px;
  }
  .secondWrap .stepTtl .step {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 24px;
    width: 150px;
  }
  .secondWrap .stepTtl .step .num {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 36px;
  }
  .secondWrap .stepTtl .ttl {
    background-color: #073190;
    color: #fff;
    border-radius: 0px 50px 50px 0px;
    display: flex;
    align-items: center;
    font-size: 24px;
    padding: 20px 10px 20px 40px;
    width: 90%;
    min-height: 73px;
  }
  .secondWrap .accordionList {
    margin: 50px 0 50px;
  }
  .secondWrap .accordionList dl:not(:first-child) {
    margin-top: 18px;
  }
  .secondWrap .accordionList dt .acoBtn {
    border: 2px solid #e95377;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px #bde1d6;
    color: #073190;
    font-weight: bold;
    position: relative;
    transition: 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 24px;
    padding: 20px 50px;
  }
  .secondWrap .accordionList dt .acoBtn.on {
    border: 2px solid #073190;
    box-shadow: 5px 5px 0px 0px transparent;
    padding: 30px 50px;
  }
  .secondWrap .accordionList dt .acoBtn:not(:first-child) {
    margin-top: 26px;
  }
  .secondWrap .accordionList dt .acoBtn:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    cursor: pointer;
    z-index: 100;
    transform: translate(-50%, -50%);
    transition: 0.3s cubic-bezier(0.46, -0.1, 0.49, 0.96);
    right: 10px;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 3px;
    background-color: #073190;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 18px;
    background-color: #073190;
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn.clicked {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .secondWrap .accordionList dt .acoBtn .acdBtn.clicked::before {
    transition: 0.3s cubic-bezier(0.46, -0.1, 0.49, 0.96);
    opacity: 0;
  }
  .secondWrap .accordionList dd {
    color: #073190;
    font-size: 16px;
    display: none;
    padding: 20px 60px 30px;
  }
  .secondWrap .faqList dt .acoBtn, .secondWrap .faqList dd {
    position: relative;
  }
  .secondWrap .faqList dt .acoBtn {
    padding-left: 3em;
  }
  .secondWrap .faqList dd {
    padding-left: 4.5em;
  }
  .secondWrap .faqList .q, .secondWrap .faqList .a {
    color: #D63569;
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
    position: absolute;
    left: 20px;
    font-size: 24px;
    top: 18px;
  }
  .secondWrap .faqList .a {
    top: 18px;
  }
  hr.b {
    background-color: #1c54c1;
    height: 2px;
    margin: 10px 0 20px;
  }
  .sec-step p {
    font-size: 16px;
    line-height: 2;
  }
  .stepList {
    counter-reset: number;
    margin: 50px 0 0;
  }
  .stepList li {
    list-style: none;
    box-shadow: 5px 5px 0px 0px #bde1d6;
    border: 2px solid #e95377;
    border-radius: 25px;
  }
  .stepList li:not(:first-child) {
    margin-top: 26px;
  }
  .stepList a {
    color: #073190;
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    transition: 0.3s ease;
    width: 100%;
    padding: 30px 60px 30px 200px;
  }
  .stepList a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #073190;
    border-right: 2px solid #073190;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
  }
  .stepList a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .stepList a .ico {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    transform: translateY(-50%);
    width: 77px;
    height: 77px;
    margin-left: 5px;
    left: 60px;
    top: 50%;
  }
  .stepList a .ico.search {
    background: url(../images/second/ico_search.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.banlist {
    background: url(../images/second/ico_banlist.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.symptom {
    background: url(../images/second/ico_symptom.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.pharmacist {
    background: url(../images/second/ico_pharmacist.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList a .ico.fax {
    background: url(../images/second/ico_fax.png) no-repeat 0 0;
    background-size: contain;
  }
  .stepList .listTtl {
    color: #073190;
    font-size: 24px;
    display: block;
  }
  .stepList .listTtl::before {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: italic;
    counter-increment: number;
    content: counter(number, decimal) "．";
    padding-right: 5px;
  }
  .stepList .listDesc {
    color: #073190;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
    padding-left: 45px;
  }
  .stepList.stepList_col2 {
    margin-bottom: 60px;
  }
  .stepList.stepList_col2 ul {
    display: flex;
    flex-flow: wrap;
  }
  .stepList.stepList_col2 ul + ul {
    margin-top: 20px;
  }
  .stepList.stepList_col2 ul li {
    width: 49%;
    display: flex;
    align-items: center;
  }
  .stepList.stepList_col2 ul li:nth-child(odd) {
    margin-right: 2%;
  }
  .stepList.stepList_col2 ul li:not(:first-child) {
    margin-top: 0;
  }
  .stepList.stepList_col2 .listTtl::before {
    content: none;
  }
  .stepList.stepList_col2 .listDesc {
    display: none;
    padding-left: 0;
  }
  .stepList.stepList_col2 a {
    justify-content: center;
    text-align: center;
    padding: 30px 60px 30px 90px;
  }
  .stepList.stepList_col2 a .ico {
    width: 55px;
    height: 55px;
    left: 30px;
  }
  .step-process {
    margin: 30px auto 100px;
  }
  .step-process ul {
    list-style: none;
  }
  .step-process .box {
    background-color: #f0f0f0;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    padding: 20px;
  }
  .step-process .box .processTtl {
    position: relative;
  }
  .step-process .box .processTtl::before {
    content: "";
    background: url(../images/second/human.png) no-repeat center 0;
    background-size: contain;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    width: 32px;
    height: 98px;
    top: calc(50% + 16px);
    left: -56px;
  }
  .step-process .process-col1 .box {
    color: #073190;
    font-weight: bold;
    font-size: 22px;
  }
  .step-process .process-col1 .box.long {
    width: 100%;
  }
  .step-process .process-col1.row1 .box {
    position: relative;
    overflow: visible;
  }
  .step-process .process-col1.row1 .box:not(:last-child)::after {
    content: "";
    display: block;
    width: 67px;
    height: 61px;
    background: url(../images/second/sp/step_arrowBtm2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -61px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .step-process .process-col1.row1 .box + .box {
    margin-top: 61px;
  }
  .step-process .process-col2 > ul {
    position: relative;
  }
  .step-process .process-col2 > ul li .process-col2In {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
  }
  .step-process .process-col2 > ul li .process-col2In .box {
    color: #073190;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    font-size: 18px;
    margin-top: 45px;
  }
  .step-process .process-col2 > ul li .process-col2In .box.short {
    width: calc(50% - 35px);
  }
  .step-process .process-col2 > ul li .process-col2In .box .pink.stepNum {
    font-size: 24px;
  }
  .step-process .process-col2 > ul li .process-col2In.arrowTop::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/second/step_arrowTop.png) no-repeat center 0;
    background-size: contain;
    width: 542px;
    height: 45px;
  }
  .step-process .process-col2 > ul li .process-col2In.arrowBtm::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/second/step_arrowBtm.png) no-repeat center 0;
    background-size: contain;
    width: 582px;
    height: 52px;
  }
  .step-process .process-col2 > ul li .process-col2In.arrowBtm .box {
    margin-top: 52px;
  }
  .step-process .process-col2New {
    display: flex;
    width: 100%;
    padding-top: 52px;
    background: url(../images/second/step_arrowTop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-size: 550px 52px;
    gap: 70px;
  }
  .step-process .process-col2New ul {
    flex: 1;
  }
  .step-process .process-col2New ul li {
    color: #073190;
    font-weight: bold;
    min-height: 66px;
    font-size: 18px;
    background-color: #f0f0f0;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  .step-process .process-col2New ul li + li {
    margin-top: 52px;
  }
  .step-process .process-col2New ul li + li:before {
    content: "";
    display: block;
    background: url(../images/second/step_arrowBtm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 52px;
    width: 65px;
    height: 52px;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .step-process .process-col2New .pink.stepNum {
    font-size: 24px;
  }
  .sec-caution p,
  .sec-caution dl {
    line-height: 1.875;
  }
  .sec-caution p {
    margin-bottom: 1em;
  }
  .pageNavi {
    display: flex;
    width: 96%;
    max-width: 1200px;
    margin: 75px auto 0;
  }
  .pageNavi > div {
    position: relative;
    width: 20%;
  }
  .pageNavi > div:not(:first-of-type) {
    border-left: 2px solid #0b3190;
  }
  .pageNavi > div a {
    display: block;
    text-align: center;
    padding: 30px 20px 60px;
  }
  .pageNavi > div a img {
    max-width: 100%;
  }
  .pageNavi > div a:hover:after {
    bottom: 0;
  }
  .pageNavi > div a:after {
    content: "";
    background: url(../images/common/nav_arrow.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 17px);
    transition: all 0.3s;
  }
  .attention_list li {
    position: relative;
    padding-left: 35px;
  }
  .attention_list li:not(:first-of-type) {
    margin-top: 30px;
  }
  .attention_list li:before {
    content: "";
    background: url(../images/common/icon_surprised_s.png) no-repeat;
    display: inline-block;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  #fix_display {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  #fix_display .close {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -20px;
    right: 0;
    line-height: 1;
    cursor: pointer;
  }
  #fix_display iframe {
    width: 100%;
    height: 300px;
  }
  #contents_bottom .contents_bottom_inner .box .step_box2 {
    max-width: 890px;
    margin: 30px auto 0;
  }
  #contents_bottom .contents_bottom_inner .box .step_box2 .bg_box {
    margin: 30px auto;
  }
  #contents_bottom .contents_bottom_inner .box .step_box2 .bg_box span {
    display: block;
    font-size: 15px;
  }
  #contents_bottom .contents_bottom_inner .box .confirm {
    margin-top: 45px;
  }
  #contents_bottom .contents_bottom_inner .box .confirm .confirm_title {
    display: block;
    margin-bottom: 30px;
  }
  #contents_bottom .contents_bottom_inner .box .confirm p {
    margin-bottom: 10px;
  }
  #contents_bottom .contents_bottom_inner .box .confirm p .icon {
    background-color: none;
    display: inline-block;
    margin: 0 15px;
  }
  .common_list {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 30px;
  }
  .common_list.pdf {
    padding-left: 0;
    text-indent: inherit;
  }
  .common_list li {
    margin-bottom: 20px;
  }
  .common_list li:before {
    content: "";
  }
  .common_list li.pdf {
    position: relative;
    padding-left: 40px;
  }
  .common_list li.pdf:before {
    content: "";
    background: url(../images/common/pdficon.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .read {
    margin-top: 30px;
  }
  .read + .movie_wrap {
    margin-top: 30px;
  }
  .movieList {
    display: flex;
    flex-flow: wrap;
  }
  .movieList .movieItem {
    width: calc(50% - 20px);
  }
  .movieList .movieItem:nth-child(odd) {
    margin-right: 40px;
  }
  .movieList .movieItem:nth-child(n+3) {
    margin-top: 40px;
  }
  .movieList p {
    margin-bottom: 0;
  }
  .movieList a {
    display: block;
    transition: 0.3s ease;
  }
  .movieList a:hover {
    opacity: 0.7;
  }
  .movieList img {
    width: 100%;
  }
  .movieList .iframeItem {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 25px;
  }
  .movieList iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
  }
  .movieList .movieTitle {
    font-weight: bold;
    font-size: 18px;
  }
  .movieList .movieSubTitle {
    margin-top: 4px;
    font-size: 15px;
  }
  .txt_c_black {
    color: #000;
  }
}
@media print, screen and (max-width: 374px) {
  .stepList.stepList_col2 a .ico {
    display: none;
  }
}
/*# sourceMappingURL=map/style.css.map */
