@charset "UTF-8";
/*
* mixin
************************************************/
/***  BreakPoint  ***/
/***  MediaQuery  ***/
/*
* common
************************************************/
/*
* フォント
**************************/
@font-face {
  font-family: NotoSansCJKjp;
  src: url("/static/fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url("/static/fonts/NotoSansCJKjp-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: NotoSansCJKjp;
  src: url("/static/fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: bold;
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  min-width: 375px;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

.mod__reccomend h3 {

  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  float:left;
  width:300px;

}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

br {
  font-size: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

select {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

select::-ms-expand {
  display: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.is-pc {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
}

.is-pcmin {
  display: none !important;
}

@media screen and (min-width: 750.02px) and (max-width: 1000px) {
  .is-pcmin {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .is-pcmin {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc--ib {
  display: inline-block !important;
}

@media screen and (max-width: 750px) {
  .is-pc--ib {
    display: none !important;
  }
}

.is-sp--ib {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .is-sp--ib {
    display: inline-block !important;
  }
}

.is-pc--flex {
  display: flex !important;
}

@media screen and (max-width: 750px) {
  .is-pc--flex {
    display: none !important;
  }
}

.is-sp--flex {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .is-sp--flex {
    display: flex !important;
  }
}

.is-none {
  display: none !important;
}

/***  BreakPoint  ***/
/***  MediaQuery  ***/
html {
  font-size: 50%;
}

html.is-noscroll-ad {
  overflow: hidden !important;
}

html.is-noscroll-ip {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body {
  color: #333;
  box-sizing: border-box;
  font-family: "NotoSansCJKjp", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.4;
  position: relative;
}

body.is-noscroll-ad {
  overflow: hidden !important;
}

body.is-noscroll-ip {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background: #dbdbdb;
}

*::-webkit-scrollbar-thumb {
  background: #bebebe;
}

* a img {
  transition: opacity 0.2s linear;
}

* a img:hover {
  opacity: 0.6;
}

input[type="checkbox"] {
  display: none;
}

input[type="radio"] {
  display: none;
}

.content .main {
  margin: 0 0 100px;
}

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

@media screen and (max-width: 750px) {
  .content .main {
    margin: 0;
  }
  .content__inner {
    padding: 0;
  }
}

/* relation info */
.mod__subttl--border {
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 2px solid #1d71e1;
  padding-bottom: 15px;
  margin-top:20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
/* #91 s-tanaka */ 
ul.listtest3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
ul.listtest3 > li {
  width: 33%;
  list-style: none;
  /* background: lightblue; */
  /* border: 1px solid white; */
  box-sizing: border-box;
  margin-top: 10px;
  min-height: 80px;
  padding:5px;
}
@media screen and (max-width: 750px) {
  ul.listtest3 > li {
    width: 100%;
  }
}
.listtest3 > li .thumb {
  width: 36%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  float:left;
  border-top : 4px solid #dfedff;;
  border-left : 4px solid #dfedff;;
  border-bottom : 4px solid #dfedff;;
  height: 100%;
}

.listtest3 > li .thumb a {
  display: block;
  width: 100%;
  padding-top: 90%;
  position: relative;
}

.listtest3 > li .thumb a img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.listtest3 > li .info {
  width: 64%;
  background: #fff;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  border-top : 4px solid #dfedff;;
  border-right : 4px solid #dfedff;;
  border-bottom : 4px solid #dfedff;;
}

.listtest3 > li .info__txt {
  font-size: 1.6rem;
}

.listtest3 .mod__ttl--h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3px;
  position: relative;
  padding-left: 20px;
}

.listtest3 p.mod__tag  {
  font-size: 1.1rem  !important;
}

/* 製品情報の要ログインコンテンツ（鍵アイコン表示） */
.mod__relative_info div.locked {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background: url(/static/img/common/icon_lock.png) center/contain no-repeat;
}

.body_text_toggle {
  color: blue;
  font-size : 1.6rem;
  margin-top:20px;
  /* cursor: pointer;     */
}
.toggle_open {
  background-image: url(../img/common/icon_plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 5px 0px 0px 10px;
}
.toggle_close {
  background-image: url(../img/common/icon_minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 5px 0px 0px 10px;
}

.text_slide {
  margin-left:25px !important;
  text-decoration: underline;
}

/*
* module
************************************************/
/*********************************
* module
**********************************/
.mod__ttl--border {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #1d71e1;
  padding-bottom: 15px;
  margin-bottom: 40px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .mod__ttl--border {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.mod__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative;
}

.mod__ttl::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  background: url(/static/img/common/icon__arrow__right.png) center/contain no-repeat;
}

.mod__ttl a {
  transition: all 0.2s linear;
}

.mod__ttl a:hover {
  color: #1d71e1;
}

.mod__ttl .lock {
  padding-right: 25px;
  position: relative;
}

.mod__ttl .lock::after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 16px;
  height: 18px;
  background: url(/static/img/common/icon_lock.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .mod__ttl {
    font-size: 1.8rem;
    padding-left: 30px;
  }
  .mod__ttl::before {
    width: 20px;
    height: 20px;
  }
  .mod__ttl .lock {
    padding-right: 20px;
  }
  .mod__ttl .lock::after {
    bottom: 4px;
    width: 12px;
    height: 16px;
  }
}

.mod__ttl--h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .mod__ttl--h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.mod__ttl--h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.mod__ttl--icon {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 55px;
  position: relative;
}

.mod__ttl--icon::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 43px;
  height: 36px;
  background: url(/static/img/common/icon_book.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .mod__ttl--icon {
    font-size: 2rem;
    padding-left: 50px;
  }
  .mod__ttl--icon::before {
    width: 20px;
    height: 20px;
  }
}

.mod__ttl--h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
}

.mod__ttl--h4:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(/static/img/common/icon__arrow__right.png) center/contain no-repeat;
}

.mod__ttl--h4 a {
  transition: all 0.2s linear;
}

.mod__ttl--h4 a:hover {
  opacity: 1;
  color: #1d71e1;
}

.mod__tag {
  margin: 0 3px 6px;
}

.mod__tag__wrap {
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
}

.mod__tag a {
  display: block;
  font-size: 1.6rem;
  color: #506889;
  background: #edeeef;
  padding: 7px 12px;
  border-radius: 20px;
  line-height: 1;
  transition: all 0.2s linear;
}

.mod__tag a:hover {
  color: #edeeef;
  background: #506889;
}

.mod__btn--clear {
  display: inline-block;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 60px;
  height: 46px;
  background: #fff;
  border: 2px solid #1d71e1;
  color: #1d71e1;
  cursor: pointer;
}

.mod__btn--clear span {
  position: relative;
  padding-left: 25px;
  transition: all 0.2s linear;
}

.mod__btn--clear span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 17px;
  height: 19px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  background: url(/static/img/common/icon_clear.png) center/contain no-repeat;
}

@media screen and (min-width: 750.02px) {
  .mod__btn--clear:hover {
    background: #f6faff;
    opacity: 1;
  }
}

.mod__btn--add {
  margin-left: 25px;
}

.mod__btn--add span {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1d71e1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 30px;
  position: relative;
  transition: all 0.2s linear;
}

.mod__btn--add span::before, .mod__btn--add span::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.2s linear;
}

.mod__btn--add span::before {
  background: url(/static/img/common/icon_add_btn.png) center/contain no-repeat;
}

.mod__btn--add span::after {
  background: url(/static/img/common/icon_add_hover.png) center/contain no-repeat;
  opacity: 0;
}

@media screen and (min-width: 750.02px) {
  .mod__btn--add span:hover::after {
    box-shadow: none;
    opacity: 1;
  }
}

.mod__btn--register {
  /* margin-left: 20px; */
  display: inline-block;
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .mod__btn--register {
    display: none;
  }
}

.mod__btn--register a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  border-radius: 60px;
  height: 38px;
  padding-left: 25px;
  background: #1d71e1;
  border: 2px solid #1d71e1;
  color: #fff;
  position: relative;
  transition: all 0.2s linear;
}

.mod__btn--register a span {
  position: relative;
}

.mod__btn--register a span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}

@media screen and (min-width: 750.02px) {
  .mod__btn--register a:hover {
    background: #f6faff;
    color: #1d71e1;
  }
}

.mod__btn--register a span::before {
  background: url(/static/img/common/icon_register.png) center/contain no-repeat;
}

.mod__btn--register a:hover span::before {
  background: url(/static/img/common/icon_register_blue.png) center/contain no-repeat;
}

.mod__btn--login {
  margin-left: 20px;
  /* margin-right: 10px; */
  display: inline-block;
  width: 120px;
}

.mod__btn--login a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  border-radius: 60px;
  height: 38px;
  padding-left: 25px;
  background: #1d71e1;
  border: 2px solid #1d71e1;
  color: #fff;
  position: relative;
  transition: all 0.2s linear;
}

.mod__btn--login a span {
  position: relative;
}

.mod__btn--login a span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}

@media screen and (max-width: 750px) {
  .mod__btn--login {
    width: 60px;
  }
  .mod__btn--login a span {
    font-size: 0;
  }
  .mod__btn--login a span::before {
    width: 20px;
    height: 20px;
    left: -22px;
  }
  .mod__btn--login a:hover {
    background: #f6faff;
    color: #1d71e1;
  }
}


.mod__btn--login a span::before {
  background: url(/static/img/common/icon_key.png) center/contain no-repeat;
}

.mod__btn--login a:hover span::before {
  background: url(/static/img/common/icon_key_blue.png) center/contain no-repeat;
}

.mod__btn--white {
  margin-left: 20px;
  display: inline-block;
  width: 170px;
  margin-left: 0;
}

.mod__btn--white a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 60px;
  height: 46px;
  padding-left: 25px;
  background: #1d71e1;
  border: 2px solid #1d71e1;
  color: #fff;
  position: relative;
  transition: all 0.2s linear;
}

.mod__btn--white a span {
  position: relative;
}

.mod__btn--white a span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}

@media screen and (min-width: 750.02px) {
  .mod__btn--white a:hover {
    background: #f6faff;
    color: #1d71e1;
  }
}

.mod__btn--white a {
  background: #fff;
  color: #1d71e1;
  padding-left: 0;
  font-weight: bold;
  font-size: 1.8rem;
  height: 55px;
}

@media screen and (min-width: 750.02px) {
  .mod__btn--white a:hover {
    background: #f6faff;
  }
}

@media screen and (max-width: 750px) {
  .mod__btn--white a {
    height: 48px;
    font-size: 1.5rem;
  }
}

.mod__input__box--icon {
  position: relative;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.mod__input__box--icon .mod__input__box__inner {
  background: #fff;
  border: 2px solid #cccccc;
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  width: 100%;
}

.mod__input__box--icon .mod__input__box__inner input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 1.8rem;
}

.mod__input__box--icon .mod__input__box__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

.mod__input__box--icon .mod__input__box__submit input {
  width: 100%;
  height: 100%;
}

.mod__input__box--icon .mod__input__box__submit::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/static/img/common/icon_search.png) center/contain no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .mod__input__box--icon {
    width: 100%;
    /* margin-left: 0; */
  }
}

.mod__ac {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.mod__ac + .mod__ac {
  margin-top: 50px;
}

.mod__ac__ttl {
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
}

.mod__ac__ttl span {
  position: relative;
  padding-left: 40px;
}

.mod__ac__ttl span::before, .mod__ac__ttl span::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  transition: all 0.2s linear;
}

.mod__ac__ttl span::before {
  background: url(/static/img/common/icon_minus.png) center/contain no-repeat;
  opacity: 0;
}

.mod__ac__ttl span::after {
  background: url(/static/img/common/icon_plus.png) center/contain no-repeat;
  opacity: 1;
}

.mod__ac__ttl.type01 {
  font-size: 2.4rem;
}

.mod__ac__ttl.type02 {
  font-size: 2rem;
}

.mod__ac__ttl.type03 {
  font-size: 1.8rem;
}

.mod__ac__ttl.type04 {
  font-size: 1.7rem;
}

.mod__ac__ttl.active {
  background: #dfedff;
}

.mod__ac__ttl.active span::before {
  opacity: 1;
}

.mod__ac__ttl.active span::after {
  opacity: 0;
}

.mod__ac__content {
  padding: 5px 0 0 30px;
  display: none;
}

.mod__ac__content__inner {
  padding: 15px 20px 40px 0;
}

.mod__ac > .mod__ac__content .mod__ac__content {
  border-left: 1px solid #cccccc;
}

.mod__ac > .mod__ac__content .mod__ac__ttl {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

@media screen and (max-width: 750px) {
  .mod__ac {
    margin: 0 10px;
  }
  .mod__ac + .mod__ac {
    margin-top: 30px;
  }
  .mod__ac__ttl {
    padding: 13px 10px;
  }
  .mod__ac__ttl span {
    padding-left: 35px;
  }
  .mod__ac__ttl span::before, .mod__ac__ttl span::after {
    width: 26px;
    height: 26px;
  }
  .mod__ac__ttl.type01 {
    font-size: 2rem;
  }
  .mod__ac__ttl.type02 {
    font-size: 2rem;
  }
  .mod__ac__ttl.type03 {
    font-size: 1.7rem;
  }
  .mod__ac__ttl.type04 {
    font-size: 1.6rem;
  }
  .mod__ac__content {
    padding: 5px 0 0 10px;
  }
  .mod__ac__content__inner {
    padding: 10px 10px 5px 0;
  }
}

.mod__select__box {
  position: relative;
  background: #fff;
  border: 2px solid #cccccc;
  border-radius: 6px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.mod__select__box select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 34px 0 15px;
}

.mod__select__box::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 9px;
  background: url(/static/img/common/icon_bottom_blue.png) center/contain no-repeat;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  pointer-events: none;

  display: none;
}

.mod__radiobox label {
  position: relative;
  padding-left: 25px;
  display: block;
  font-size: 1.8rem;
}

.mod__radiobox label::before, .mod__radiobox label::after {
  content: '';
  position: absolute;
  top: 50%;
  transition: all 0.2s linear;
}

.mod__radiobox label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  transform: translateY(-50%);
}

.mod__radiobox label::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}

.mod__radiobox input[type="radio"]:checked ~ label::before {
  border: 2px solid #1d71e1;
}

.mod__radiobox input[type="radio"]:checked ~ label::after {
  background-color: #1d71e1;
}

.mod__radiobox + .mod__radiobox {
  margin-top: 10px;
}

.mod__checkbox {
  margin-left: 20px;
}

.mod__checkbox__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0;
}

.mod__checkbox__wrapper .mod__checkbox {
  margin: 10px 40px 10px 0;
}

@media screen and (max-width: 750px) {
  .mod__checkbox__wrapper {
    display: block;
    margin: 0;
  }
  .mod__checkbox__wrapper .mod__checkbox {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.mod__checkbox label {
  position: relative;
  padding-left: 25px;
  display: block;
  font-size: 1.8rem;
}

.mod__checkbox label::before, .mod__checkbox label::after {
  content: '';
  position: absolute;
  top: 50%;
  transition: all 0.2s linear;
}

.mod__checkbox label::before {
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  transform: translateY(-50%);
}

.mod__checkbox label::after {
  transform: translateY(-50%);
  left: 4px;
  width: 10px;
  height: 8px;
  background: url(/static/img/common/icon_check_white.png) center/contain no-repeat;
  opacity: 0;
}

.mod__checkbox input[type="checkbox"]:checked ~ label::before {
  background: #1d71e1;
  border: 2px solid #1d71e1;
}

.mod__checkbox input[type="checkbox"]:checked ~ label::after {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .mod__checkbox label {
    font-size: 1.6rem;
  }
}

.mod__card {
  border: 1px solid #cccccc;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  min-height: 180px;
}

.mod__card:nth-child(n + 2) {
  margin-top: 20px;
}

.mod__card__thumb {
  width: 220px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod__card__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.mod__card__thumb a img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.mod__card__txt {
  flex: 1;
  padding: 30px 40px;
  width: calc(100% - 220px);
}

.mod__card__txt.alc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mod__card__sub {
  font-size: 1.4rem;
}

.mod__card__sub .mod__tag {
  display: inline-block;
}

.mod__card__sub .mod__tag a {
  display: inline-block;
}

.mod__card__sub .mod__tag a .highlight {
  background: #b4fc91;
  transition: all 0.2s linear;
}

.mod__card__sub .mod__tag a:hover .highlight {
  color: #506889;
}

.mod__card__summary {
  font-size: 1.6rem;
  margin-top: 5px;
  line-height: 1.6;
}

.mod__card__summary .highlight {
  background: #b4fc91;
}

.mod__card + .mod__ttl--border {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .mod__card {
    display: flex;
  }
  .mod__card__thumb {
    height: 180px;
  }
  .mod__card__thumb a {
    padding-top: 0;
  }
  .mod__card__txt {
    padding: 20px 15px;
    width: 100%;
  }
  .mod__card__sub {
    line-height: 1.8;
  }
  .mod__card + .mod__ttl--border {
    margin-top: 60px;
  }
}

.mod__result__card {
  border: 1px solid #cccccc;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  min-height: 180px;
}

.mod__result__card:nth-child(n + 2) {
  margin-top: 20px;
}

.mod__result__card__thumb {
  width: 220px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod__result__card__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.mod__result__card__thumb a img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.mod__result__card__txt {
  padding: 30px 40px;
  width: calc(100% - 220px);
}

.mod__result__card__txt.alc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mod__result__card__sub {
  font-size: 1.4rem;
}

.mod__result__card__sub .mod__tag {
  display: inline-block;
}

.mod__result__card__sub .mod__tag a {
  display: inline-block;
}

.mod__result__card__sub .mod__tag a .highlight {
  background: #b4fc91;
  transition: all 0.2s linear;
}

.mod__result__card__sub .mod__tag a:hover .highlight {
  color: #506889;
}

.mod__result__card__summary {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.6;
}

.mod__result__card__summary .highlight {
  background: #b4fc91;
}

.mod__result__card + .mod__ttl--border {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .mod__result__card {
    display: block;
  }
  .mod__result__card__thumb {
    width: 100%;
    height: 220px;
  }
  .mod__result__card__thumb a {
    padding-top: 0;
  }
  .mod__result__card__thumb a img {
    height: 90%;
  }
  .mod__result__card__txt {
    padding: 20px 15px;
    width: 100%;
  }
  .mod__result__card__sub {
    line-height: 1.8;
  }
  .mod__result__card + .mod__ttl--border {
    margin-top: 60px;
  }
}

.mod__index_pos {
  width: 100%;
  position: relative;
  pointer-events: none;
}

.mod__index_pos > div:nth-child(1) {
  display: none;
}
.mod__index_pos > div:nth-child(3) {
  display: none;
}

.mod__index_pos > div.DISPLAY {
  display: block;
}

.mod__index_scroll {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  pointer-events: auto;
}
.mod__index_scroll::-webkit-scrollbar{
  display: none;
}

.mod__index_scroll_left {
  position: absolute;
  width: 30px;
  height: 56px;
  top: 0;     /* なくてもいい */
  right: calc(100% - 30px);
  z-index: 2;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: auto;
}
.mod__index_scroll_right {
  position: absolute;
  width: 30px;
  height: 56px;
  top: 0;
  left: calc(100% - 30px);
  z-index: 2;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  /* 優先度 高 */
  .mod__index_pos > .mod__index_scroll_left.DISPLAY,
  .mod__index_pos > .mod__index_scroll_right.DISPLAY {
    /* display: none; */
  }
  .mod__index_scroll_left,
  .mod__index_scroll_right {
    width: 20px;
  }
}
.mod__index_scroll_left::before,
.mod__index_scroll_right::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 10px;
  border: 12px solid transparent;
  opacity: 0.3;
}
.mod__index_scroll_left::before {
  left: -5px;
  border-right: 15px solid #000000;
}
.mod__index_scroll_right::before {
  right: -5px;
  border-left: 15px solid #000000;
}
@media screen and (max-width: 750px) {
  .mod__index_scroll_left::before,
  .mod__index_scroll_right::before {
    top: 16px;
  }
}


.mod__index {
  /* width: 100%; */
  display: flex;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  /* padding-top: 50px; */
}

.mod__index li {
  flex: 1;
  min-width: 150px;
}

.mod__index li a {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: relative;
  background: #fff;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 3px solid #1d71e1;
  transition: all 0.2s linear;
  cursor: pointer;
}

.mod__index li a:hover {
  background: #f6faff;
}

.mod__index li:first-child a {
  border-radius: 6px 0 0 6px;
}

.mod__index li:last-child a {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #dddddd;
}

.mod__index li.active a {
  pointer-events: none;
  border: 0;
  background: #1d71e1;
  color: #fff;
  font-weight: bold;
}

.mod__index li.active a::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #1d71e1 transparent transparent transparent;
  transform: translateX(-50%);
}

.mod__index li.active .lock::after {
  opacity: 0;
}

.mod__index li.active .lock::after {
  opacity: 1;
}

.mod__index li .lock {
  position: relative;
  padding-right: 25px;
}

.mod__index li .lock::after, .mod__index li .lock::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(/static/img/common/icon_lock.png) center/contain no-repeat;
  transition: all 0.2s linear;
}

.mod__index li .lock::after {
  opacity: 1;
  background: url(/static/img/common/icon_lock.png) center/contain no-repeat;
}

.mod__index li .lock::after {
  background: url(/static/img/common/icon_lock_white.png) center/contain no-repeat;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .mod__index_pos {
    padding-inline: 10px;
  }
  .mod__index {
    /* margin-bottom: 10px; */
    /* padding-bottom: 10px; */
    /* padding-inline: 10px; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    box-shadow: none;
  }
  .mod__index li {
    flex: none;
    /* width: calc(50% - 5px); */
    width: 150px;
    /* gap: 5px; */
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
  }
  .mod__index li:nth-child(n + 3) {
    /* margin-top: 10px; */
  }
  .mod__index li:first-child a {
    border-radius: 6px;
  }
  .mod__index li:last-child a {
    border-radius: 6px;
  }
  .mod__index li a {
    height: 56px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .mod__index li.active {
    box-shadow: none;
  }
  .mod__index li.active a::before {
    display: none;
  }
}

.mod__pager {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.mod__pager--prev, .mod__pager--next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mod__pager--prev a, .mod__pager--next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: 0.2s linear;
}
@media screen and (max-width: 750px) {
  .mod__pager--prev a, .mod__pager--next a {
    width: 30px;
    height: 30px;
  }
}

.mod__pager--prev a:hover, .mod__pager--next a:hover {
  background-color: #eff3fb;
}

.mod__pager--prev span, .mod__pager--next span {
  width: 10px;
  height: 16px;
  background: url(/static/img/common/icon_arrow_right_blue.png) center/contain no-repeat;
}

.mod__pager--prev {
  margin-right: 15px;
}
@media screen and (max-width:750px) {
  .mod__pager--prev {
    margin-right: 5px;
  }
}

.mod__pager--prev span {
  transform: rotate(-180deg);
}

.mod__pager--next {
  margin-left: 15px;
}
@media screen and (max-width:750px) {
  .mod__pager--next {
    margin-left: 5px;
  }
}

.mod__pager ul {
  display: flex;
}

.mod__pager ul li {
  margin: 0 5px;
}

.mod__pager ul li a {
  display: block;
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: 0.2s linear;
}
@media screen and (max-width: 750px) {
  .mod__pager ul li a {
    width: 30px;
    height: 30px;
  }
}

.mod__pager ul li a.active {
  background-color: #1d71e1;
  color: #fff;
  pointer-events: none;
}

.mod__pager ul li a:hover {
  background-color: #eff3fb;
}

.mod__pager ul li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}

.mod__pager .icon {
  width: 44px;
  height: 44px;
}

.mod__reccomend {
  background: #dfedff;
  width: calc(35% - 5px);
  padding: 30px 20px;
  align-self: flex-start;
}
.mod__reccomend > .clearfix {
  margin-bottom: 20px;
}

.mod__reccomend .mod__ttl--h3 {
  color: #1d71e1;
  width: 200px;
  text-align: center;
}

.mod__reccomend .mod__ttl--h3 span {
  padding-left: 35px;
  position: relative;
}

.mod__reccomend .mod__ttl--h3 span::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 34px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(/static/img/common/icon__reccomend.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .mod__reccomend {
    width: 100%;
    padding: 30px 20px 40px;
  }
}

.mod__reccomend__list > li {
  display: flex;
  margin-top: 10px;
  min-height: 120px;
}

.mod__reccomend__list > li .thumb {
  width: 25%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod__reccomend__list > li .thumb a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.mod__reccomend__list > li .thumb a img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.mod__reccomend__list > li .info {
  width: 75%;
  background: #fff;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mod__reccomend__list > li .info__txt {
  font-size: 1.6rem;
}

/*
* モジュール "ヘルパー用クラス - 余白打消し用"
******************************/
.mt0 {
  margin-top: 0 !important;
}

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

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

.pb0 {
  padding-bottom: 0 !important;
}

/*
* parts
************************************************/
header {
  position: relative;
  margin: 0 auto;
  z-index: 99;
}

header .mediportal {
  height: 80px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  background: #fff;
  padding: 0 25px 0 25px;
  position: relative;
  z-index: 15;
}

header .mediportal__ttl {
  font-size: 2.2rem;
  color: #1d71e1;
  display: flex;
  align-items: center;
}

header .mediportal__ttl a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 750.02px) {
  header .mediportal__ttl a:hover img {
    opacity: 1;
  }
}

header .mediportal__ttl .icon {
  display: inline-block;
  width: 290px;
  height: 40px;
  margin-right: 10px;
}

header .mediportal__info {
  flex: 1;
  display: flex;
  align-items: center;
}

header .mediportal__info__name {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  header .mediportal {
    height: 60px;
    padding: 0 15px;
  }
  header .mediportal__ttl {
    font-size: 2rem;
  }
  header .mediportal__ttl .icon {
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin: 0;
  }
  header .mediportal__ttl .icon img {
    width: auto;
    height: 36px;
  }

  header .mediportal__info .mod__form__item {
    display: none;
  }
}

header .burger {
  /* position: absolute;
  padding: 0 25px;
  top: 0;
  bottom: 0;
  right: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
}

header .burger__trigger {
  display: block;
  position: relative;
  padding: 0;
  z-index: 16;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

header .burger__trigger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #1d71e1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .burger__trigger span:nth-child(1) {
  top: 8px;
}

header .burger__trigger span:nth-child(2) {
  top: 20px;
}

header .burger__trigger span:nth-child(3) {
  top: 32px;
}

header .burger__trigger.active span:nth-child(1) {
  top: 18px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .burger__trigger.active span:nth-child(2) {
  top: 18px;
  opacity: 0;
}

header .burger__trigger.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .burger__menu {
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  transition: all 0.2s linear;
  width: 300px;
  padding: 80px 0 0 0;
  background: #fff;
}

header .burger__menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

header .burger__menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

header .burger__menu ul li:nth-child(n + 2) {
  border-top: 1px solid #cccccc;
}

header .burger__menu ul li a {
  display: block;
  transition: all 0.2s linear;
  font-size: 1.8rem;
  padding: 25px;
  background: #fff;
}

header .burger__menu ul li a:hover {
  color: #1d71e1;
  background: #dfedff;
}

header .burger__menu.active {
  transform: translateY(0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
  header .burger {
    padding: 0 15px;
  }
  header .burger__trigger {
    width: 30px;
    height: 30px;
  }
  header .burger__trigger span:nth-child(1) {
    top: 3px;
  }
  header .burger__trigger span:nth-child(2) {
    top: 14px;
  }
  header .burger__trigger span:nth-child(3) {
    top: 26px;
  }
  header .burger__trigger.active span:nth-child(1) {
    top: 14px;
  }
  header .burger__trigger.active span:nth-child(2), header .burger__trigger.active span:nth-child(3) {
    top: 14px;
  }
  header .burger__menu {
    width: 100%;
    padding: 60px 0 0 0;
  }
  header .burger__menu ul li a {
    padding: 20px;
  }
}

footer {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #32363a;
}

footer .copy {
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  footer {
    height: 70px;
  }
}

.topbtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}

.topbtn a {
  border-radius: 50px;
  background: #1d71e1;
  width: 46px;
  height: 46px;
  display: block;
}

.topbtn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/static/img/common/icon__arrow_top.png) center/contain no-repeat;
  width: 12px;
  height: 7px;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .topbtn {
    right: 15px;
    bottom: 15px;
  }
}

.page-mediportal .search {
  padding: 30px 0;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 20;
}

.page-mediportal .search.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  animation: DownAnime 0.2s linear;
}

.page-mediportal .search.no-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-180px);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  animation: UpAnime 0.2s linear;
}

.page-mediportal .search + .content__wrapper {
  margin-top: 175px;
}

@media screen and (max-width: 750px) {
  .page-mediportal .search {
    top: 60px;
    padding: 30px 10px 40px;
  }
  .page-mediportal .search.no-fixed {
    transform: translateY(-465px);
  }
  .page-mediportal .search + .content__wrapper {
    margin-top: 335px;
  }
}

@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-180px);
  }
}

@keyframes DownAnime {
  from {
    transform: translateY(-180px);
  }
  to {
    transform: translateY(0);
  }
}

@media screen and (max-width: 750px) {
  @keyframes UpAnime {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-465px);
    }
  }
  @keyframes DownAnime {
    from {
      transform: translateY(-465px);
    }
    to {
      transform: translateY(0);
    }
  }
}

.mod__form__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  max-width: 400px;
}

.mod__form__item:nth-child(n + 2) {
  margin-top: 20px;
}

.mod__form__seachbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}

.mod__form__ttl {
  font-size: 2rem;
  font-weight: bold;
}

.mod__form .mod__btn--clear {
  display: inline-block;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 60px;
  height: 46px;
  background: #fff;
  border: 2px solid #1d71e1;
  color: #1d71e1;
  cursor: pointer;
  width: 140px;
  margin-left: 20px;
}

.mod__form .mod__btn--clear span {
  position: relative;
  padding-left: 25px;
  transition: all 0.2s linear;
}

.mod__form .mod__btn--clear span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 17px;
  height: 19px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  background: url(/static/img/common/icon_clear.png) center/contain no-repeat;
}

@media screen and (min-width: 750.02px) {
  .mod__form .mod__btn--clear:hover {
    background: #f6faff;
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  .mod__form__item {
    position: relative;
  }
  .mod__form__item label {
    width: 100%;
  }
  .mod__form__item .mod__checkbox {
    background: #fff;
    width: 50%;
    margin-left: 0;
  }
  .mod__form__item .mod__checkbox label {
    padding: 15px 15px 15px 40px;
  }
  .mod__form__item .mod__checkbox label::before {
    left: 15px;
  }
  .mod__form__item .mod__checkbox label::after {
    left: 18.5px;
  }
  .mod__form__item .mod__checkbox:nth-of-type(n + 3) {
    border-top: 1px solid #cccccc;
  }
  .mod__form__item .mod__checkbox:nth-of-type(2n) {
    border-left: 1px solid #cccccc;
  }
  .mod__form__item:nth-child(2) {
    margin-top: 25px;
  }
  .mod__form__item:nth-child(2) .mod__form__ttl {
    margin-bottom: 10px;
  }
  .mod__form__item:nth-child(2) .mod__btn--add {
    position: absolute;
    top: -6px;
    right: 0;
  }
  .mod__form__ttl {
    width: 100%;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .mod__form .mod__btn--clear {
    display: inline-block;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 60px;
    height: 46px;
    background: #fff;
    border: 2px solid #1d71e1;
    color: #1d71e1;
    cursor: pointer;
    width: 100px;
    height: 36px;
    position: absolute;
    right: 0;
    top: -5px;
  }
  .mod__form .mod__btn--clear span {
    position: relative;
    padding-left: 25px;
    transition: all 0.2s linear;
  }
  .mod__form .mod__btn--clear span::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 17px;
    height: 19px;
    transform: translate(0, -50%);
    transition: all 0.2s linear;
    background: url(/static/img/common/icon_clear.png) center/contain no-repeat;
  }
}

@media screen and (max-width: 750px) and (min-width: 750.02px) {
  .mod__form .mod__btn--clear:hover {
    background: #f6faff;
    opacity: 1;
  }
}

/*
* page 
************************************************/
.page-mediportal .detail {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 750.02px) and (max-width: 1000px) {
  .page-mediportal .detail {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .page-mediportal .detail {
    display: block;
  }
}

.page-mediportal .detail__main {
  width: 65%;
  margin-right: 50px;
}

.page-mediportal .detail__main .scroll_area {
  max-height: 600px;
  background: #757f8d;
  padding: 30px;
  overflow-y: auto;
}

.page-mediportal .detail__main .scroll_area .image__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.page-mediportal .detail__main .scroll_area .image__list__item {
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-mediportal .detail__main .scroll_area .image__list__item:nth-child(n + 2) {
  margin-top: 30px;
}

.page-mediportal .detail__main .article__info__item {
  padding: 30px 0;
  color: #666666;
  font-size: 1.6rem;
  list-style-type: none;
}

.page-mediportal .detail__main .article__info__item:nth-child(n + 2) {
  border-top: 1px solid #cccccc;
}

.page-mediportal .detail__main .article__info__txt a {
  color: #1d71e1;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s liner;
  padding:3.5px;
}

/* お気に入りボタン */
.page-mediportal .detail__main .btn__area {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.page-knowledge .detail__main .btn__area__left {
  display: flex;
}
.page-knowledge .detail__main .btn__area__left .mod__btn--download {
  margin-left: 10px;
}
.page-knowledge .detail__main .btn__area__right {
  display: flex;
}

/* お気に入り登録ボタン(詳細ベース) */
.mod__btn--read {
  width: 160px;
}
.mod__btn--read a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  height: 46px;
  padding-left: 25px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  position: relative;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.2s linear;
}
.mod__btn--read a span {
  position: relative;
}
.mod__btn--read a span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}
@media screen and (min-width: 750.02px) {
  .mod__btn--read a:hover {
      background: #f6faff;
      opacity: 1;
      box-shadow: none;
  }
}
.mod__btn--read a {
  border: 1px solid #1d71e1;
  background: #fff;
  color: #1d71e1;
}
.mod__btn--read a span::before {
  background: url(/static/img/common/icon_star_blue.png) center/contain no-repeat;
}
.mod__btn--delete {
  width: 160px;
}
.mod__btn--delete a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  height: 46px;
  padding-left: 25px;
  background: #1d71e1;
  border-radius: 4px;
  border: 1px solid #1d71e1;
  color: #fff;
  position: relative;
  transition: all 0.2s linear;
}
.mod__btn--delete a span {
  position: relative;
}
.mod__btn--delete a span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  background: url(/static/img/common/icon_star.png) center/contain no-repeat;
}
/* 強調したい外部リンク */
/* .page-mediportal .detail__main .article__info__txt a.emphasis_outer_link {
  color: #ffffff;
  background-color: #1d71e1;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-bottom: 4px solid #ffffff;
  line-height: 1;
  text-underline-offset: 3px;
  transition: all 0.2s liner;
} */

/* 強調したい外部リンク */
/* .page-mediportal .detail__main .article__info__txt a.emphasis_outer_link:hover {
  color: #ffffff;
  background-color: #1d71e1;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-bottom: 4px solid #1d71e1;
  line-height: 1;
  text-underline-offset: 3px;
  transition: all 0.2s liner;
} */


/* 強調したい外部リンク */
/* .page-mediportal .detail__main .article__info__txt a.emphasis_outer_link:after {
  content:"";
  border-bottom: 6px solid #1d71e1;
  border-right: 4px solid #1d71e1;
  border-left: 4px solid #1d71e1;
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:calc(100% + 8px);
} */

/* 強調したい外部リンク */
.page-mediportal .detail__main .article__info__txt a.emphasis_outer_link{
  text-decoration: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  font-size: 2rem;
  border-radius: 60px;
  /* height: 46px; */
  padding-left: 20px;
  padding-right: 20px;
  background: #1d71e1;
  border: 2px solid #1d71e1;
  color: #fff;
  position: relative;
  transition: all 0.2s linear;
}

/* 強調したい外部リンク */
.page-mediportal .detail__main .article__info__txt a.emphasis_outer_link:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f0c1';
}

/* 強調したい外部リンク */
@media screen and (min-width: 750.02px){
  .page-mediportal .detail__main .article__info__txt a.emphasis_outer_link:hover {
    background: #f6faff;
    color: #1d71e1;
  }
}





.page-mediportal .detail__main .article__info__txt a:hover {
  text-decoration-color: transparent;
}

.page-mediportal .detail__main .article__info__txt + .article__info__txt {
  margin-top: 15px;
}

@media screen and (min-width: 750.02px) and (max-width: 1000px) {
  .page-mediportal .detail__main {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .page-mediportal .detail__main {
    width: 100%;
    padding: 0 10px;
  }
  .page-mediportal .detail__main .scroll_area {
    max-height: 355px;
    padding: 20px;
  }
  .page-mediportal .detail__main .scroll_area .image__list__item {
    max-width: 80%;
  }
  .page-mediportal .detail__main .scroll_area .image__list__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .page-mediportal .detail__main .article__info__item {
    padding: 25px 0;
  }
  .page-mediportal .detail__main .article__info__txt + .article__info__txt {
    margin-top: 10px;
  }
}

.page-mediportal .detail__sub {
  background: #ecedee;
  width: calc(35% - 50px);
  padding: 30px 20px;
  align-self: flex-start;
}

.page-mediportal .detail__sub .related__list > li {
  display: flex;
  margin-top: 10px;
}

.page-mediportal .detail__sub .related__list > li .thumb {
  width: 25%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-mediportal .detail__sub .related__list > li .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.page-mediportal .detail__sub .related__list > li .thumb a img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  padding: 5px;
}

.page-mediportal .detail__sub .related__list > li .info {
  width: 75%;
  background: #fff;
  padding: 20px 15px;
}

.page-mediportal .detail__sub .related__list > li .info .mod__tag__wrap {
  margin-top: 10px;
}

.page-mediportal .detail__sub .related__list > li .info .mod__tag a {
  font-size: 1.3rem;
}

@media screen and (min-width: 750.02px) and (max-width: 1000px) {
  .page-mediportal .detail__sub {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .page-mediportal .detail__sub {
    width: 100%;
    margin-top: 50px;
    padding: 40px 10px;
  }
}

.page-mediportal.top .top__search {
  background: #f5f5f5;
  padding-bottom: 115px;
}

@media screen and (max-width: 750px) {
  .page-mediportal.top .top__search {
    padding-bottom: 40px;
  }
}

.page-mediportal.top .top__search .mod__btn--clear {
  width: 360px;
  margin: 40px auto 0;
  font-size: 1.8rem;
  height: 62px;
}

.page-mediportal.top .top__search .mod__btn--clear span {
  padding-left: 30px;
}

@media screen and (max-width: 750px) {
  .page-mediportal.top .top__search .mod__btn--clear {
    width: 300px;
    height: 54px;
    font-size: 1.5rem;
    margin: 30px auto 0;
  }
}

.page-mediportal.top .top__reccomend {
  margin-top: -105px;
  margin-bottom: 100px;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .page-mediportal.top .top__reccomend {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.page-mediportal.top .top__reccomend .mod__ttl--border {
  font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
  .page-mediportal.top .top__reccomend .mod__ttl--border {
    font-size: 2rem;
    padding-bottom: 8px;
  }
}

.page-mediportal.top .top__reccomend .content__inner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .page-mediportal.top .top__reccomend .content__inner {
    display: block;
  }
}

.page-mediportal.top .top__reccomend__main {
  width: 65%;
  margin-right: 50px;
}

@media screen and (max-width: 1000px) {
  .page-mediportal.top .top__reccomend__main {
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
  }
}

.page-mediportal.result .result__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.page-mediportal.result .result__list dt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  width: 140px;
}

.page-mediportal.result .result__list dd {
  font-size: 1.6rem;
  line-height: 1.8;
  width: calc(100% - 140px);
}

@media screen and (max-width: 750px) {
  .page-mediportal.result {
    padding: 0 10px 30px;
  }
}

.page-mediportal.products {
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .page-mediportal.products {
    padding-bottom: 0;
  }
}

.page-mediportal.products .mod__index {
  /* margin-bottom: 0; */
}

.page-mediportal.products .products__search {
  background: #f5f5f5;
  padding: 40px 0 40px;
  /* margin-top: -33px; */
  margin-bottom: 70px;
}

.page-mediportal.products .products__search .content__inner {
  display: flex;
}

.page-mediportal.products .products__search .content__inner .flex__item {
  width: 50%;
  padding: 0 50px;
}

.page-mediportal.products .products__search .content__inner .field {
  border-right: 1px solid #cccccc;
}

.page-mediportal.products .products__search .content__inner .field .mod__ttl--icon::before {
  width: 43px;
  height: 36px;
  background: url(/static/img/common/icon_book.png) center/contain no-repeat;
}

.page-mediportal.products .products__search .content__inner .field__wrapper {
  background: #e3e5e9;
  padding: 57px 30px;
}

.page-mediportal.products .products__search .content__inner .field .mod__input__box--icon {
  margin-left: 0;
  width: 100%;
}

.page-mediportal.products .products__search .content__inner .name .mod__ttl--icon::before {
  width: 36px;
  height: 35px;
  left: 3px;
  background: url(/static/img/common/icon_kana.png) center/contain no-repeat;
}

.page-mediportal.products .products__search .content__inner .name__list {
  display: flex;
  flex-wrap: wrap;
}

.page-mediportal.products .products__search .content__inner .name__list li {
  width: calc((100% - 40px) / 5);
  height: 50px;
  margin-right: 10px;
}

.page-mediportal.products .products__search .content__inner .name__list li:nth-child(5n) {
  margin-right: 0;
}

.page-mediportal.products .products__search .content__inner .name__list li:nth-child(n + 6) {
  margin-top: 10px;
}

.page-mediportal.products .products__search .content__inner .name__list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1d71e1;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.2s linear;
}

.page-mediportal.products .products__search .content__inner .name__list li a span {
  font-size: 1.4rem;
  margin-top: 7px;
}

.page-mediportal.products .products__search .content__inner .name__list li a:hover {
  background: #f6faff;
  box-shadow: none;
}

.page-mediportal.products .products__search .content__inner .name__list li.active a {
  background: #1d71e1;
  color: #fff;
  box-shadow: none;
}

.page-mediportal.products .products__search .content__inner .name__list li.wide {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .page-mediportal.products .products__search {
    padding: 30px 0 40px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .page-mediportal.products .products__search .content__inner {
    display: block;
  }
  .page-mediportal.products .products__search .content__inner .flex__item {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0;
  }
  .page-mediportal.products .products__search .content__inner .field {
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
  }
  .page-mediportal.products .products__search .content__inner .field .mod__ttl--icon::before {
    width: 35px;
    height: 28px;
  }
  .page-mediportal.products .products__search .content__inner .field__wrapper {
    background: #e3e5e9;
    padding: 30px 10px;
  }
  .page-mediportal.products .products__search .content__inner .field .mod__input__box--icon {
    margin-left: 0;
    width: 100%;
  }
  .page-mediportal.products .products__search .content__inner .name .mod__ttl--icon::before {
    width: 30px;
    height: 30px;
    left: 3px;
  }
  .page-mediportal.products .products__search .content__inner .name__list li {
    height: 48px;
  }
}

.page-mediportal.products .products__contents .content__inner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .page-mediportal.products .products__contents .content__inner {
    display: block;
  }
}

.page-mediportal.products .products__contents .products__main {
  width: 65%;
  margin-right: 50px;
}

@media screen and (max-width: 1000px) {
  .page-mediportal.products .products__contents .products__main {
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
  }
}

.page-mediportal.login {
  padding: 50px 0 100px;
}

.page-mediportal.login .login__main .content__inner {
  display: flex;
}

.page-mediportal.login .login__main .content__inner .login__item {
  width: calc(50% - 20px);
  margin-right: 40px;
  padding: 50px;
  background: #f6f6f6;
}

.page-mediportal.login .login__main .content__inner .login__item .mod__ttl--h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.page-mediportal.login .login__main .content__inner .login__item__txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.page-mediportal.login .login__main .content__inner .login__item__txt--small {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.page-mediportal.login .login__main .content__inner .login__item .mod__btn--register, .page-mediportal.login .login__main .content__inner .login__item .mod__btn--login {
  width: 350px;
  margin: 0 auto;
  display: block;
}

.page-mediportal.login .login__main .content__inner .login__item .mod__btn--register a, .page-mediportal.login .login__main .content__inner .login__item .mod__btn--login a {
  font-size: 1.8rem;
  height: 62px;
  font-weight: bold;
}

.page-mediportal.login .login__main .content__inner .login__item__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 440px;
  margin: 0 auto 30px;
}

.page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white {
  width: calc((100% - 40px) / 2);
  max-width: 210px;
  margin-right: 20px;
}

.page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white:nth-child(2n) {
  margin-right: 0;
}

.page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (min-width: 750.02px) and (max-width: 1350px) {
  .page-mediportal.login .login__main .content__inner .login__item {
    padding: 20px 20px 30px;
  }
  .page-mediportal.login .login__main .content__inner .login__item .mod__ttl--h2 {
    font-size: 2.5rem;
  }
  .page-mediportal.login .login__main .content__inner .login__item__txt {
    text-align: left;
  }
  .page-mediportal.login .login__main .content__inner .login__item__txt .is-pc {
    display: none !important;
  }
  .page-mediportal.login .login__main .content__inner .login__item__txt--small {
    text-align: left;
  }
  .page-mediportal.login .login__main .content__inner .login__item .mod__btn--register, .page-mediportal.login .login__main .content__inner .login__item .mod__btn--login {
    width: 90%;
    max-width: 350px;
  }
  .page-mediportal.login .login__main .content__inner .login__item .mod__btn--register a, .page-mediportal.login .login__main .content__inner .login__item .mod__btn--login a {
    font-size: 1.6rem;
    height: 54px;
  }
  .page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white {
    width: calc((100% - 20px) / 2);
    max-width: inherit;
    margin-right: 10px;
  }
  .page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white:nth-child(n + 3) {
    margin-top: 10px;
  }
  .page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white a {
    height: 48px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .page-mediportal.login {
    padding: 30px 10px 50px;
  }
  .page-mediportal.login .login__main .content__inner {
    display: block;
  }
  .page-mediportal.login .login__main .content__inner .login__item {
    width: 100%;
    margin-right: 0;
    padding: 20px 10px 30px;
  }
  .page-mediportal.login .login__main .content__inner .login__item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .page-mediportal.login .login__main .content__inner .login__item .mod__ttl--h2 {
    font-size: 2.3rem;
  }
  .page-mediportal.login .login__main .content__inner .login__item__txt {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .page-mediportal.login .login__main .content__inner .login__item__txt--small {
    text-align: left;
    margin-bottom: 20px;
  }
  .page-mediportal.login .login__main .content__inner .login__item .mod__btn--register, .page-mediportal.login .login__main .content__inner .login__item .mod__btn--login {
    width: 300px;
  }
  .page-mediportal.login .login__main .content__inner .login__item .mod__btn--register a, .page-mediportal.login .login__main .content__inner .login__item .mod__btn--login a {
    font-size: 1.5rem;
    height: 54px;
  }
  .page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white {
    width: calc((100% - 20px) / 2);
    max-width: inherit;
    margin-right: 10px;
  }
  .page-mediportal.login .login__main .content__inner .login__item__btn .mod__btn--white:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* 以下、デザイナーから受領後に追加したスタイル****************************************************************** */
:root {
  --root-border-color-gray: #dee2e6;
  --root-primary-color: #1d71e1;
  --root-font-color-dark-gray: rgb(100, 100, 100);
}

a:hover {
  color: unset;
  text-decoration: none;
}

/* 詳細画面で表示するPDF */
.detail__main .pdf-frame {
  width: 100%;
  height: 600px;
}

.detail__main .pdf-name {
  font-size: 2rem;  
}

/* 詳細画面で表示するサムネイル */
.detail__main .contents-thumbnail {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

/* 選択中のタブのリンクを有効化 */
.mod__index li.active a {
  pointer-events: initial;
}

/* 詳細画面の外部リンクリンク */
.page-mediportal .detail__main .article__link__item {
  padding-top: 0px;
  padding-bottom: 15px;
  /* font-size: 2rem; */
  font-size:1.8rem;
  list-style-type: none;
}


/* 製品詳細画面の外部リンクボタン */
.product-link-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.mod__btn--product-link {
  margin-left: 20px;
  display: inline-block;
  min-width: 40%;
}

.mod__btn--product-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.6rem;
    border-radius: 60px;
    height: 46px;
    padding-left: 46px;
    padding-right: 20px;
    background: #1d71e1;
    border: 2px solid #1d71e1;
    color: #fff;
    position: relative;
    transition: all 0.2s linear;
}

.mod__btn--product-link a span {
  position: relative;
}

.mod__btn--product-link a span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}

@media screen and (min-width: 750.02px){
  .mod__btn--product-link a:hover {
    background: #f6faff;
    color: #1d71e1;
  }
}

.mod__btn--product-link.url a span::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f0c1';
}

.mod__btn--product-link.file a span::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f019';
}

/* 製品詳細画面のリンクアンカー */
.product-link-table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.product-link-table .product-link-cell {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 5px;
  border: 1px solid var(--root-border-color-gray);
  margin-top: -1px;
  margin-left: -1px;
}

.product-link-table .product-link-cell a {
  font-size: 1.6rem;
  color: #1d71e1;
}

/* 製品詳細画面の本文 */
.article__info__bod_txt {
  padding: 30px 0;
  font-size: 1.6rem;
}

/* タグはリンクにしない */
.mod__tag__wrap p.mod__tag, span.mod__tag  {
  display: block;
  font-size: 1.6rem;
  color: #506889;
  background: #edeeef;
  padding: 7px 12px;
  border-radius: 20px;
  line-height: 1;
  transition: all 0.2s linear;
}

/* レコメンド一覧内のタグ */
.mod__reccomend__list .mod__tag__wrap p.mod__tag  {
  font-size: 1.3rem;
}

/* レコメンド一覧の要ログインコンテンツ（鍵アイコン表示） */
.mod__reccomend__list div.locked {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background: url(/static/img/common/icon_lock.png) center/contain no-repeat;
}

/* 一覧画面の要ログインコンテンツ（鍵アイコン表示） */
.mod__ttl div.locked {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 26px;
  height: 26px;
  background: url(/static/img/common/icon_lock.png) center/contain no-repeat;
}

/* ヘッダのボタン（新規会員登録・ログイン） */
.header-buttons {
  /* margin-right: -70px; */
  margin-left: auto;
  display: flex;
}

/* ログインユーザ名の余白 */
header .mediportal__info__name {
  margin-left: auto;
  margin-right: 10px;
}
.mediportal__info__name > .mediportal__info__name {
  margin: 0;
}
@media screen and (max-width: 750px) {
  header .mediportal__info__name {
    margin-right: 0;
  }
}

/* 一覧画面のサムネイルサイズ */
.mod__card__thumb {
  width: 180px;
}

/* 画面の左側の領域 */
.mod__sub {
  width: calc(35% - 50px);
}

@media screen and (max-width: 1000px){

  .mod__sub {
    width: 100%;
    padding: 30px 0px 40px;
  }
}

/* レコメンド一覧 */
.mod__reccomend {
  width: 100%;
}

/* 履歴一覧 */
.mod__history {
  background: #f5f5f5;
  padding: 30px 20px;
  align-self: flex-start;
  margin-top: 20px;
}

/* 履歴一覧タイトル */
.mod__history .mod__ttl--h3 {
  text-align: center;
  font-weight: bold;
}

/* 日付 */
.suggest-history-date {
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: -10px;
  margin-bottom: -5px;
}

.suggest-history-date:not(:first-child) {
  margin-top: 15px;
}

/* 履歴一覧の画像の背景（レコメンド一覧と一緒にすると背景色とかぶる） */
.mod__history .mod__reccomend__list > li .thumb {
  background: white;
}

/* 履歴一覧へのリンク */
.suggest-history-send-to-history-list {
  text-align: right;
  margin-top: 10px;
  font-size: 1.5rem;
  color: #1d71e1;
}

/* 一覧画面に検索条件がある場合 */
.mod__ttl--border.exist-search {
  margin-bottom: 0;
}

/* 一覧画面検索条件 */
.search-condition {
  border-bottom: solid 2px var(--root-primary-color);
  width: 100%;
}

.search-condition .search-condition-row {
  padding: 4px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

@media screen and (max-width: 750px){
  .search-condition .search-condition-row {
    /* display: block; */
    /* flex-wrap: wrap; */
  }
}

.search-condition .search-condition-row:not(:last-child) {
  border-bottom: solid 1px var(--root-border-color-gray);
}

.search-condition-col {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.search-condition-col.wrap {
  flex-wrap: wrap;
  row-gap: 10px;
}
.search-condition-col-inner {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.search-condition-col .mod__input__box--icon {
  margin-left: 0px;
}

.search-condition-col .mod__input__box__inner {
  height: 37px;
}

.search-condition-col.select-link .mod__select__box {
  width: auto;
}

.seminar-search-priod {
  /* margin-left: 10px !important; */
}

.search-condition .select-link a {
  margin: 0 10px;
  color: #1d71e1;
}

.search-condition .select-link a.selected {
  font-weight: bold;
}

.search-condition .cursor-pointer label, .search-condition .cursor-pointer input {
  cursor: pointer;
}

.search-condition .mod__select__box {
  height: 29px;
  margin-left: 5px;
}

.issue_date_range {
  margin-left: auto;
}

.search-condition .issue_date_range .mod__select__box {
  width: 150px;
}

.search-condition .event_range_cd .mod__select__box {
  width: 290px;
}

.search-condition select {
  padding: 0 15px;
  cursor: pointer;
}

.search-condition .date-container {
  display: flex;
}

@media screen and (max-width: 750px){
  .search-condition-col {
    margin-block: 12px !important;
  }

  .search-condition .mod__checkbox {
    margin-left: 0px;
  }

  .search-condition .version a {
    margin-left: 0px;
  }
}


/* ページャー */
.mod__pager a.disabled {
  pointer-events: none;
}

.mod__pager--first, .mod__pager--last {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mod__pager--first a, .mod__pager--last a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: 0.2s linear;
}
@media screen and (max-width:750px) {
  .mod__pager--first a, .mod__pager--last a {
    width: 30px;
    height: 30px;
  }
}

.mod__pager--first a:hover, .mod__pager--last a:hover {
  background-color: #eff3fb;
}

.mod__pager--first span, .mod__pager--last span {
  width: 20px;
  height: 16px;
  background: url(/static/img/common/icon_arrow_w_right_blue.png) center/contain no-repeat;
}

.mod__pager--first {
  margin-right: 15px;
}
@media screen and (max-width:750px) {
  .mod__pager--first {
    margin-right: 10px;
  }
}

.mod__pager--first span {
  transform: rotate(-180deg);
}

.mod__pager--last {
  margin-left: 15px;
}
@media screen and (max-width:750px) {
  .mod__pager--last {
    margin-left: 10px;
  }
}

/* 日付用テキストボックス */
.search-condition .date-container input[type="text"] {
  background: #fff;
  border: 2px solid #cccccc;
  border-radius: 6px;
  height: 29px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  width: 120px;
  padding: 0 15px;
}

.search-condition .date-container .far.fa-calendar-alt {
  font-size: 1.6rem;
}

.search-condition .date-container .datepicker {
  font-size: calc(1rem / 0.625);
}

.search-condition .date-container .bootstrap-datetimepicker-widget.dropdown-menu {
  width: calc(14rem / 0.625);
}

.search-condition .date-title-label {
  margin-right: 5px;
  margin-bottom: 0px
}

.search-condition .from-to-label {
  margin: 0 10px;
}

/* 検索ボタン */
.search-condition .search-button{
  text-align: center;
  width: 70px;
  font-size: 1.6rem;
  border-radius: 60px;
  height: 29px;
  background: #1d71e1;
  border: 2px solid #1d71e1;
  color: #fff;
  padding-bottom: 2px;
  margin-left: 20px;
}

/* 履歴一覧　日付 */
.history-date {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 20px;
}

/* 詳細画面カルーセル */
.thumbnail-container {
  text-align: center;
}

.thumbnail-container .thumbnail {
  height: 300px;
  width: 300px;
  object-fit: contain;
}

.prev-icon, .next-icon {
  color: var(--root-font-color-dark-gray);
}

#carouselTumbnailControls .carousel-indicators {
  overflow: auto;
  position: static;
  white-space: nowrap;
  margin-left: 0;
  width: 100%;
}

#carouselTumbnailControls .carousel-indicators li {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  width: auto;
}

#carouselTumbnailControls .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  height: 40px;
  width: 40px;
  object-fit: contain;
}

#carouselTumbnailControls .carousel-indicators li.active img {
  opacity: 1;
}

#carouselTumbnailControls .carousel-indicators li:hover img {
  opacity: 0.75;
}

/* 動画詳細 */
.movie-link {
  font-size: 1.6rem;
}

.movie-link a {
  color: #1d71e1;
}

/* セミナー詳細 */
.seminar-top {
  display: flex;
}

.seminar-top-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 750.02px){
  .seminar-top {
    display: block;
  }

  .seminar-top-col {
    max-width: 100%;
    padding: 15px 0;
  }
}

.seminar-link-data a {
  color: #1d71e1;
}

/* 不要スタイルの上書き */
.page-mediportal.top .top__reccomend {
  margin: 0 0 100px;
  padding-top: 0px;
}



.thumbnail_area{
  display: flex;
  width: 100%;
}
.mod__card__thumbnail {
  width: calc((100% - 50px)/5);
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.mod__card__thumbnail div {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.mod__card__thumbnail div img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}



/* 詳細画面のリコメンド上に表示される矩形のエリア */
.announce_box {
  margin       : auto auto 10px auto;
  width        : auto;
  height       : 150px;
  padding: 10px;
  background:  #E3F2FF;
  text-align: center;
}
.adbox {
  display: flex;
  height: 100%;
  /* margin-top: 15px; */
}
.adbox > .thumb {
  flex:1 ;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.adbox > .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  /* padding-top: 100%; */
  position: relative;
  /* background-color: #000000; */
}
.adbox > .thumb a img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.recommend_announce{
  background-color: #ffffff;
  border: 1px solid #000000;
  text-align: center;
}

.announce_header {
  text-align: center;
  background-color: #1d71e1;
  color: #ffffff;
}

.ah_unread {
  width: 13%;
}
.ah_title {
  width: 49%;
}
.ah_last_modified {
  width: 38%;
}

.announce_title {
  color: #1d71e1;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.announce_box a , a:hover{
  color: #1d71e1;
}

.announce_record {
  overflow-y: auto;
  height: 100px;
  width: 90%;
  margin: 0px 5%;
}
/* コンテンツ詳細（動画）のサムネイルサイズの変更 */
.movie_thumbnail_sp {
  width: 95% !important;
  height: auto !important; 
  max-width: 100%;
  max-height: 30vw;
}

.seminars_thumbnail_sp {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: 20vw;
}

/* 強調したい外部リンク */
.movie-link a.emphasis_outer_link{
  text-decoration: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  font-size: 2rem;
  border-radius: 60px;
  /* height: 46px; */
  padding-left: 20px;
  padding-right: 20px;
  background: #1d71e1;
  border: 2px solid #1d71e1;
  color: #fff;
  position: relative;
  transition: all 0.2s linear;
}

/* 強調したい外部リンク */
/* .movie-link a.emphasis_outer_link:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f0c1';
} */

/* 強調したい外部リンク */
@media screen and (min-width: 750.02px){
  .movie-link a.emphasis_outer_link:hover {
    background: #f6faff;
    color: #1d71e1;
  }
}

/* 検索ソート設定関連 */
.search-condition.sort{
  border-bottom: none;
}

.search-condition-col.sort{
  margin-left:auto;
}

/* エラー画面用 */
.announce_error {
  text-align: center;
  font-size: 1.8rem;
}

.announce_error a {
  text-decoration: underline;
}

/* #40 候補が多い場合のスクロールあり */
.ui-autocomplete {
  max-height: 50vh;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.result_title {
  float: left;
  width: 140px;
}

.result_annotation {
  float:none;
  margin-left:150px; 
  padding-top:6px;
}

.trans_word_text_common{
  font-size: 1.8rem;
}
.trans_word_text_eng_list{
    font-size: 1.6rem;
    font-style: italic;
    font-weight: bold;
    /* color:#1a0dab */
    color: #767676;
}

/* 2293 add*/
.errorlist .list-table {
  display: table;
  width: 30%;
  margin:0 auto
}
.errorlist .list-table .list-row {
  display: table-row;
}
.errorlist .list-table .list-cell {
  display: table-cell;
  padding: 8px;
  border: 1px solid #1d558d;
}
.errorlist .column_name {
  background-color: azure;
}
