@charset "utf-8";

/* base color ------------- */
:root {
  --blue: #1a5098;
  --bg: #f2f5fc;
}



/* menu ------------- */
.page-anchor-link {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
.page-anchor-link { 
  gap: 1.68em;
  width: 869px;
}
}

.page-anchor-link li {
  display: block;
  margin: 0;
  padding: 0;
  width: 47%;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.page-anchor-link li { width: 23%; }
}
@media only screen and (min-width: 1367px) {
.page-anchor-link li { width: 197px; }
}

.page-anchor-link li a {
  border: 2px solid var(--blue);
  border-radius: 20px;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 1367px) {
.page-anchor-link li a { transition: .3s ease; }
.page-anchor-link li a:hover { opacity: .7; }
}

.page-anchor-link li a span {
  background-color: var(--blue);
  border-radius: 16px 16px 0 0;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 4em;
  text-align: center;
}

.page-anchor-link li a figure {
  display: block;
  margin: 0;
  padding: 0 0 8px;
}

.page-anchor-link li a img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}



/* button ------------- */
.entry-button { background-color: #115bc1; }
.entry-button:hover {
  background-color: #fff;
  border-color: #115bc1;
}
.entry-button:hover .button-inner,
.entry-button:hover:after { color: #115bc1; }

.login-button { background-color: #ff9600; }
.login-button:hover {
  background-color: #fff;
  border-color: #ff9600;
}
.login-button:hover .button-inner,
.login-button:hover:after { color: #ff9600; }

.entry-button:before { color: #115bc1; }
.login-button:before { color: #ff9600; }



/* headline ------------- */
.headline-underline-half-inner {
  text-decoration-color: var(--blue);
  color: var(--blue);
  font-size: 18px;
}

.headline-frame { background-color: var(--blue); }
.headline-frame-inner { color: #fff; }



/* commnetary target products ------------- */
.commnetary_target-products { margin: 70px auto 0; }
@media only screen and (min-width: 1367px) {
.commnetary_target-products { margin: 80px auto 0; }
}

.commnetary_target-products p {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #ffdc65;
  text-underline-offset: 4px;
  text-decoration-thickness: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.commnetary_target-products p { font-size: 24px; }
}
@media only screen and (min-width: 1367px) {
.commnetary_target-products p {
  font-size: 16px;
  line-height: 1.28;
}
}

.commnetary_target-products p span {
  background-color: #575757;
  border-bottom: 4px solid  #ffdc65;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 2;
  padding: 0 2em;
}
@media only screen and (min-width: 1367px) {
.commnetary_target-products p span {
  border-bottom: 3px solid  #ffdc65;
  font-size: 10px;
}
}

.commnetary_target-products figure {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.commnetary_target-products figure img {
  display: block;
  height: auto;
  margin: 1em auto 0;
  width: 100%;
}



/* select target item ------------- */
.select-target-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1em;
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
}

.select-target-item li {
  display: block;
  margin: 0;
  padding: 0;
  width: 47%;
}
@media only screen and (min-width: 1367px) {
.select-target-item li { width: 250px; }
}

.select-target-item li a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 1367px) {
.select-target-item li a:hover,
.select-target-item li a:active,
.select-target-item li a:visited { text-decoration: none; }
}

.select-target-item figure {
  border-radius: 20px;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.select-target-item figure img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
.select-target-item figure img { transition: .3s ease; }
.select-target-item a:hover figure img { transform: scale(1.1); }
}

.select-target-item h3 {
  color: var(--blue);
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1367px) {
.select-target-item a h3 { font-size: 25px; }
.select-target-item a:hover h3 { opacity: .7; }
}

.select-target-item h3 span {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: .5em;
}
@media only screen and (min-width: 1367px) {
.select-target-item a h3 span {
  font-size: 12px;
  line-height: 2;
  margin-top: 0;
}
.select-target-item a:hover h3 span { text-decoration: underline; }
}



/* article contents frame ------------- */
.article-contents-frame {
  background-color: var(--bg);
  border-radius: 20px;
}

.article-contents-frame h2 {
  align-items: flex-start;
  color: var(--blue);
  display: flex;
  gap: .2em;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 1367px) {
.article-contents-frame h2 {
  align-items: center;
  text-align: center;
}
}

.article-contents-frame h2 img {
  display: block;
  height: auto;
}

.article-contents-frame h2 span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}



/* other item ------------- */
.other-item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 0;
  justify-content: center;
  margin: 25px 0 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.other-item_wrap { gap: 2em; }
}
@media only screen and (min-width: 1367px) {
.other-item_wrap {
  gap: 2em;
  margin-top: 40px;
}
}

.other-item {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.other-item { width: 47%; }
}
@media only screen and (min-width: 1367px) {
.other-item {
  transition: .3s;
  width: 410px;
}
.other-item:hover { 
  opacity: .7;
  text-decoration: none;
}
.other-item:visited,
.other-item:active { text-decoration: none; }

}

.other-item h3 {
  background-color: var(--blue);
  border-radius: 16px 16px 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.57em;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1367px) {
.other-item h3 { line-height: 36px; }
}

.other-item_main {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
.other-item_main { flex-wrap: nowrap; }
}

.other-item figure {
  display: block;
  margin: 0 auto 1em;
  padding: 0;
  width: 50%;
}
@media only screen and (min-width: 1367px) {
.other-item figure {
  margin: 0 1em 0 0;
  width: 40%;
}
}

.other-item figure img {
  display: block;
  height: auto;
  width: 100%;
}

.other-item_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
.other-item_body {
  gap: 1.5em;
  justify-content: flex-start;
  width: 55%;
}
}

.other-item p {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1367px) {
.other-item p { text-align: left; }
}

.other-item_button {
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 10px;
  line-height: 2.5;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}




/* msec style select cta ------------- */
.msec-style-select_cta {
  border-bottom: 1px dashed #000;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 3em;
}
@media only screen and (min-width: 1367px) {
.msec-style-select_cta {
  display: grid;
  gap: 2em;
  grid-template-columns: 48% 49%;
  grid-template-rows: 10px 55px 50px 80px auto;
  padding: 0 0 70px;
}
}

.msec-style-select_cta h2 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.44;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
.msec-style-select_cta h2 {
  font-size: 25px;
  grid-column: 2;
  grid-row: 2 / 3;
  padding: 0;
  text-align: left;
  width: 100%;
}
}

.msec-style-select_cta p {
  font-size: 13px;
  line-height: 1.5;
  margin: 1.5em 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1367px) {
.msec-style-select_cta p {
  font-size: 16px;
  grid-column: 2;
  grid-row: 3 / 4;
  margin-top: 0;
  text-align: left;
}
}

.msec-style-select_cta figure {
  display: block;
  margin: 1em auto 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.msec-style-select_cta figure { width: 70%; }
}
@media only screen and (min-width: 1367px) {
.msec-style-select_cta figure {
  grid-column: 1;
  grid-row: 1 / 5;
  margin-top: 0;
  width: 100%;
}
}

.msec-style-select_cta figure img {
  display: block;
  height: auto;
  width: 100%;
}

.msec-style-select_cta_button {
  align-items: center;
  border: 1px solid #000;
  color: #000;
  display: flex;
  height: 3.86em;
  justify-content: center;
  margin: 1.5em auto 0;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.msec-style-select_cta_button { width: 60%; }
}
@media only screen and (min-width: 1367px) {
.msec-style-select_cta_button {
  grid-column: 2;
  grid-row: 4 / 5;
  margin: 0;
  transition: .3s;
}
.msec-style-select_cta_button:hover {
  color: #000;
  opacity: .7;
  text-decoration: none;
}
.msec-style-select_cta_button:visited,
.msec-style-select_cta_button:active { text-decoration: none; }
}

.msec-style-select_cta_button span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}
@media only screen and (min-width: 1367px) {
.msec-style-select_cta_button span {
  font-size: 15px;
  width: 65%;
}
}

.msec-style-select_cta_button span:after {
  color: #000;
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: -1.2em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1367px) {
.msec-style-select_cta_button span:after { right: .5em; }
}