@charset "Shift_JIS";
/* ----------------------------------------------------------------------
		HTML NORMALIZE
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}

a {
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

pre, code, kbd, samp, tt {
  font-family: monospace, serif;
  font-size: 1em;
}
button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

[hidden] {
  display: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

video, audio, canvas {
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
}

sup {
  vertical-align: text-top;
}
.clearfix:before, .footer-contents:before, .clearfix:after, .footer-contents:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after, .footer-contents:after {
  clear: both;
}
a {
  color: #004ea2;
  transition: background-color 0.6s, opacity 0.6s;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Droid Sans", sans-serif;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

sup {
  font-size: 60%;
}
/* ======================================================================== */
/* PC */
/* ======================================================================== */
.pc {
  display: block;
}
.sp {
  display: none;
}
.ml05 {
  margin-left: 0.5em;
}
.ml1em {
  margin-left: 1em !important;
}

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

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

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

.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

.mb80 {
  margin-bottom: 80px !important;
}
.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_underline {
  text-decoration: underline;
}

.txt_14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.txt_16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.txt_18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.txt_20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.txt_30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.btn {
  display: inline-block;
  border-radius: 50px;
  padding: 5px;
}

.btn-inr {
  display: table;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.btn-inr > span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  line-height: 1.25;
}

.btn > span.btn-inr > span {
  transform: translateY(-2%);
}

.btn.type01 {
  background: #004ea2;
}

.btn.type01 .btn-inr {
  background: #cae2fc;
  color: #004ea2;
}
.btn.type01 .btn-inr span::before {
  content: "\00276F";
  display: inline;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 0px;
}

.btn.type01.type-index .btn-inr {
  font-size: 24px;
  font-size: 2.4rem;
}
.btn.type01.type-index .btn-inr span::before {
  font-size: 26px;
  font-size: 2.6rem;
}

.btn.type02 {
  background: #e94709;
}

.btn.type02 .btn-inr {
  background: #fce2d8;
  color: #e94709;
}
.btn.type02 .btn-inr span::before {
  content: "\00276F";
  display: inline;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 0px;
}

.btn.type02.type-index .btn-inr {
  font-size: 24px;
  font-size: 2.4rem;
}
.btn.type02.type-index .btn-inr span::before {
  font-size: 26px;
  font-size: 2.6rem;
}

.btn.type03 .btn-inr {
  background: #fff;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn.type03 .btn-inr span::before {
  content: "\00276F";
  display: inline;
  margin-right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}

.btn.type03_02 .btn-inr {
  background: #fff;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn.type03_02 .btn-inr span::before {
  content: "\00276F";
  display: inline;
  margin-right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}

.btn.type03_02.is-indexBtn {
  width: 220px;
}

.btn.type03_02.is-indexBtn .btn-inr {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn.type03_02.is-indexBtn .btn-inr span::before {
  font-size: 20px;
  font-size: 2rem;
}

.btn.type03_02.is-pdf {
  width: 220px;
  margin-top: 0;
}

.btn.type03_02.is-pdf .btn-inr {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn.type03_02.is-pdf .btn-inr span::before {
  font-size: 20px;
  font-size: 2rem;
}

.btn.type03_02.is-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.btn.type04 {
  background: #968607;
}

.btn.type04 .btn-inr {
  background: #fbf2a9;
  color: #968607;
}
.btn.type04 .btn-inr span::before {
  content: "\00276F";
  display: inline;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 0px;
}

.btn.type04.type-index .btn-inr {
  font-size: 24px;
  font-size: 2.4rem;
}
.btn.type04.type-index .btn-inr span::before {
  font-size: 26px;
  font-size: 2.6rem;
}

.btn.typeMenu {
  background: #fff;
  width: 440px;
}

.btn.typeMenu .btn-inr {
  width: 100%;
  color: #fff;
  height: 64px;
  line-height: 64px;
  font-size: 17px;
  font-size: 1.7rem;
}
.btn.typeMenu .btn-inr span::before {
  content: "\00276F";
  display: inline;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  top: 0px;
}

.btn.typePoint .btn-inr {
  display: inline-block;
}

.btn.type-exlink .btn-inr {
  padding: 0 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
}
.btn.type-exlink .btn-inr span::before {
  content: "\00276F";
  display: inline;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  top: 0px;
}

.btn.type-exlink.agree {
  background-image: linear-gradient(0deg, #e6470b 0%, #014ea1 100%);
}

.btn.type-exlink.agree .btn-inr {
  font-size: 24px;
  font-size: 2.4rem;
  background-position: 0 70px;
  position: relative;
  transition: background-color 0.6s, color 0.1s, opacity 0.6s;
}

.btn.type-exlink.agree .btn-inr > span {
  position: relative;
  z-index: 1;
  color: #004ea2;
}
.btn.type-exlink.agree .btn-inr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transition: background-color 0.5s, color 0.1s, opacity 0.5s;
}
.btn.type-exlink.agree .btn-inr::after {
  content: "";
  display: block;
  width: 101%;
  height: 101%;
  opacity: 0;
  background-image: linear-gradient(0deg, #e6470b 0%, #014ea1 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s;
}

.btn.type-exlink.disagree {
  margin-left: 100px;
  background: #666;
}

.btn.type-exlink.disagree .btn-inr {
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}

.btn.type-index .btn-inr {
  padding: 0 60px;
  height: 70px;
  line-height: 70px;
}

.exlink {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.exlink-bg {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

.exlink-bg.is-active {
  display: block;
}
.exlink a.agree:hover .btn-inr::before {
  opacity: 0;
}
.exlink a.agree:hover .btn-inr::after {
  opacity: 1;
}

.exlink a.agree:hover .btn-inr > span {
  color: #fff;
}

.exlink a.disagree:hover .btn-inr {
  background: #666;
  color: #fff;
}

.exlink.is-active {
  display: block;
}

.exlink-wall {
  width: 100%;
  height: 100%;
  display: table;
}

.exlink-inr {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.exlink-contents {
  background: #fff;
  display: inline-block;
  padding: 45px 55px 70px;
}

.exlink-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  margin-bottom: 25px;
}

.exlink-msg {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.61538;
  font-weight: bold;
  margin-bottom: 35px;
}

.exlink-btns {
  letter-spacing: -0.5em;
}

.exlink-btns_col {
  letter-spacing: normal;
  display: inline-block;
}

.accordion {
  border: 3px solid #000;
  background: #fff;
  border-radius: 34px;
}

.accordion-inr {
  font-weight: bold;
  overflow: hidden;
  transition: background-color 0.5s ease, color 0.5s ease;
  padding: 0 27px 0;
}

.accordion-title {
  padding: 25px 28px 25px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-indent: -1.25em;
  margin-left: 1.25em;
  cursor: pointer;
  position: relative;
}
.accordion-title::before {
  line-height: 1;
}

.accordion-title.is-active {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-title span {
  font-weight: bold;
}

.accordion .note {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.accordion-contents {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-contents p {
  font-weight: normal;
}

.accordion-contents.is-active {
  display: block;
}

.accordion + .accordion {
  margin-top: 30px;
}

.breadcrumbs {
  letter-spacing: -0.5em;
  padding: 50px 0 40px;
}

.breadcrumbs > div {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline;
}

.breadcrumbs > div > a {
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumbs > div > a + span {
  margin: 0 10px;
}

.breadcrumbs > div > span {
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumbs-wrap + .second_title02 {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}

.grid02 {
  letter-spacing: -0.5em;
}

.grid02 > div {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 460px;
}

.grid02 > div.single {
  width: 100%;
}

.grid02 > div img {
  width: 100%;
}

.grid02 > div img.maxSize {
  max-width: 100%;
  width: auto;
}

.grid02 > div img.imgAuto {
  width: auto;
}

.grid02 > div + div {
  margin-left: 40px;
}

.grid02.grid-over > div:nth-child(2n+1) {
  margin-left: 0;
}

.grid02.grid-over > div > div {
  margin-top: 30px;
}

.grid02.grid-over > div + div {
  margin-left: 40px;
}

.grid02.gridFix {
  display: flex;
}

.grid02.gridFix > div {
  align-self: stretch;
  width: 50%;
}

.grid02.gridFix > div + div {
  margin-left: 0px;
}

.grid02.gridFlex {
  display: flex;
}

.grid02.gridFlex > div {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.grid02.gridFlex > div + div {
  margin-left: 20px;
  margin-right: 0px;
}

.grid02.gridFlex.gridFlex-ml20 > div {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.grid02.gridFlex.gridFlex-ml20 > div + div {
  margin-left: 10px;
  margin-right: 0px;
}

.grid02.gridFlex.gridFlex-sizeAuto > div {
  width: auto;
}

.grid02.gridFlex.gridFlex-size500 > div {
  width: 500px;
}

.grid02.gridFlex.gridFlex-size500 > div + div {
  width: calc(100% - 540px);
}

.grid02.gridCenter {
  text-align: center;
}

.grid03 {
  letter-spacing: -0.5em;
}

.grid03 > div {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 310px;
}

.grid03 > div img {
  width: 100%;
}

.grid03 > div + div {
  margin-left: 15px;
}

.grid03 > div:nth-child(3n+1) {
  margin-left: 0;
}

.grid03.bottom-links > div:nth-child(1) {
  margin-left: 0;
}

.grid03.bottom-links > div > div + div {
  margin-top: 15px;
}

.grid03.gridCenter {
  text-align: center;
}

.grid04 {
  letter-spacing: -0.5em;
}

.grid04 > div {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 240px;
}

.grid04 > div.single {
  width: 100%;
}

.grid04 > div img {
  width: 100%;
}

.grid04 > div img.maxSize {
  max-width: 100%;
  width: auto;
}

.grid04 > div img.imgAuto {
  width: auto;
}

.grid04.gridFix {
  display: flex;
}
.grid04.gridFix > div {
  align-self: stretch;
  width: 50%;
}

.grid04.gridFix > div + div {
  margin-left: 0px;
}
.grid-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-center.is-pdf > div {
  padding: 0 20px;
}

.grid-flex03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grid-flex03-col {
  margin-bottom: 60px;
}
.grid-flex03::after {
  display: block;
  content: "";
  width: 300px;
}

.grid-flex03.is-w290 .grid-flex03-col {
  width: 290px;
}
.grid-flex03.is-w290::after {
  width: 290px;
}

.grid-indexbtns {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.grid-indexbtns-col {
  width: 220px;
}

.grid-indexbtns-col a {
  width: 100%;
}
.fxbox01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fxbox01 > li {
  width: 460px;
  margin: 30px 0 0;
}
.note-grid02 {
  display: flex;
  margin-top: 30px;
}

.note-grid02 > * {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364;
}

.note-grid02 dd {
  margin-left: 0.7em;
}

.pagination {
  margin-bottom: 60px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.pagination .pagination__list {
  letter-spacing: -0.5em;
}

.pagination .pagination__list > li {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  padding: 2px;
}

.pagination .pagination__list > li a {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 24px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
}
.pagination .pagination__list > li::before {
  content: "\25b6";
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #cfcfcf;
  margin: 0 7px 0 4px;
}
.pagination .pagination__list > li:first-child::before {
  display: none;
}

.header {
  background: #fff;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e0e0e0;
}

.header h1 {
  text-align: center;
}

.header h1 a {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.header .btn-tell {
  position: absolute;
  top: 0;
  right: 0;
}

.header .btn-tell > div {
  display: block;
  position: relative;
  cursor: pointer;
}

.header .pop-col {
  display: none;
  position: absolute;
  top: 63px;
  right: 30px;
  z-index: 6;
}

.header .pop-col_inr {
  position: relative;
}

.header .pop-col_inr a {
  display: block;
}

.nomal {
  min-width: 1260px;
}

.nomal .wrap {
  background: linear-gradient(90deg, #cae2fc 0%, #cae2fc 50%, #fce2d8 50%, #fce2d8 100%);
}
.nomal .wrap2 {
  background: #fbf2a9;
}
.nomal .wrap3 {
  background: #cae2fc;
}
.nomal .wrap4 {
  background: #fce2d8;
}
.nomal .wrap-inr {
  width: 1260px;
  margin: 0 auto;
}

.index .header {
  position: relative;
  z-index: 6;
}
.index .header h1 a {
  font-size: 2.4rem;
}
.index .wrap,
.index .wrap2 {
  position: relative;
  z-index: 4;
}

.index .wrap-inr {
  padding: 0;
  position: relative;
  width: 100%;
}
.index h2 {
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 120px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 8vh;
}

.index-grid-table {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.index-grid-table_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.index-grid-table_col > span {
  display: inline-block;
  padding: 5vh 0;
}
.index-grid-table_col > span:has(.product-img) {
  padding: 8vh 0;
}
.index-grid-table_col.is-single {
  width: 100%;
}
.index-grid-table_col:hover .product-img {
  transform: scale(1.05);
}
.index-grid-table_col:hover .type01 .btn-inr {
  background: #004ea2;
  color: #cae2fc;
}
.index-grid-table_col:hover .type02 .btn-inr {
  background: #e94709;
  color: #fce2d8;
}
.index-grid-table_col:hover .amd-link {
  opacity: 0.6;
}
.index-grid-table_col:hover .type04 .btn-inr {
  background: #968607;
  color: #fbf2a9;
}
.index-grid-table_col .product-img {
  display: block;
  max-width: 381px;
  margin-bottom: 0;
  transition: background-color 0.6s, color 0.1s, transform 0.6s, opacity 0.6s;
}
.index-grid-table_col .product-img img {
  width: 100%;
}
.index-grid-table_col .product-img + .btn {
  position: relative;
  z-index: 1;
}
.index-grid-table_col .amd-link {
  color: #e94709;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.6s;
}
.index-otherlink {
  text-align: center;
  padding: 3vh 0;
}
.index-otherlink a {
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #d7063b;
}
.index-otherlink a span {
  margin-bottom: 1em;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.index.sitemap .wrap-inr {
  max-width: 1400px;
  height: auto;
}
.index.sitemap .index-grid-table {
  max-width: 1400px;
}
.index.sitemap h2 {
  top: 60px;
}
.index.sitemap .index-grid-table_col {
  padding-top: 165px;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  vertical-align: top;
  padding-bottom: 165px;
}
.index.sitemap .sitemap_title {
  font-size: 30px;
  font-size: 3rem;
}
.index.sitemap .sitemap {
  padding: 0 20px;
}
.index.sitemap .sitemap > li {
  margin-top: 40px;
}
.index.sitemap .sitemap > li a {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.index.sitemap .sitemap > li .sitemap > li {
  margin-top: 20px;
}
.index.sitemap .sitemap > li .sitemap > li a {
  font-size: 18px;
  font-size: 1.8rem;
}
.second {
  min-width: 1260px;
}
.second .imgMaxwidth {
  max-width: 100%;
  width: auto !important;
}
.second .btn {
  padding: 3px;
}
.second .wrap {
  letter-spacing: -0.5em;
}
.second .wrap > div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.second .wrap-left {
  width: 260px;
}
.second .wrap-right {
  width: calc(100% - 260px);
}
.second .wrap-right .contents {
  max-width: 1040px;
  min-width: 1040px;
  padding: 0 40px;
  margin: 0 auto;
}
.second .stitle01 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 30px;
}
.second .stitle01 + .second-index_movie {
  margin-bottom: 100px;
}
.second .stitle01_1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.second .stitle01_1.indent {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.second .stitle01_1.indent2 {
  text-indent: -2em;
  margin-left: 2em;
}
.second .stitle01_1.isnt0 {
  margin-bottom: 0;
}
.second .stitle01_1 strong {
  font-size: 28px;
  font-size: 2.8rem;
}
.second .stitle01_1 .note {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.second .stitle02 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.second-index_title {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.35;
  margin-bottom: 90px;
}
.second-index_movie {
  margin-bottom: 60px;
}
.second-index_movie h3 + a:hover {
  opacity: 0.6;
}
.second-index_movie h4 + a:hover {
  opacity: 0.6;
}
.second-index_movie img + .btn {
  margin-top: 30px;
}
.second-index_otherLink {
  margin-bottom: 60px;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.second-index_otherLink .grid02 + .grid02 {
  margin-top: 30px;
}
.second-index_otherLink.is-nobb {
  border-bottom: 0;
  padding-bottom: 0;
}
.second .amd-point {
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 60px;
}
.second .top-bnr {
  margin-bottom: 100px;
  text-align: center;
}
.second .top-bnr a {
  display: inline-block;
}
.second .top-bnr a:hover {
  opacity: 0.6;
}
.second_title01 {
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 50px;
}
.second_title02 {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 50px;
}
.second_title02_02 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 45px;
}
.second .color_red {
  color: #e60012;
}
.second .color_yellow {
  color: #a67b0a;
}
.second .color-pink {
  color: #f09bdc;
}
.second .color-mgreen {
  color: #70a55f;
}
.second .col {
  margin-bottom: 60px;
}
.second .col img {
  width: 100%;
}
.second .col .img_pc-auto {
  width: auto;
}
.second .col p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
}
.second .col p.color_red {
  color: #e60012;
}
.second .col p + p {
  margin-top: 1em;
}
.second .col.img-col {
  margin-bottom: 0;
}
.second .col.col2 {
  margin-bottom: 40px;
}
.second .accordion-contents p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.second .attend {
  padding: 40px;
  background: #feeadb;
}
.second .attend.is-prNone {
  padding: 40px 0 40px 40px;
}
.second .attend.is-pbNone {
  padding-bottom: 0 !important;
}
.second .attend.single {
  padding: 24px 40px;
}
.second .attend-grid {
  display: flex;
}
.second .attend-grid.is-pcBetween {
  justify-content: space-between;
}
.second .attend-grid_col img {
  width: auto;
}
.second .attend-grid_col + div {
  margin-left: 40px;
}
.second .attend-grid_col p {
  font-size: 24px;
  font-size: 2.4rem;
}
.second .attend-grid_col p.color_red {
  color: #cc0000 !important;
}
.second .attend-grid_col .col img {
  max-width: 100%;
  width: auto;
}
.second .attend-title {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.second .attend-title > img {
  max-width: 35px;
  min-width: 35px;
  margin-right: 10px;
}
.second .attend-title > img + span {
  max-width: 835px;
}
.second .attend-title span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.second .attend-title.red span {
  color: #cc0000;
}
.second .attend-title.blue span {
  color: #004ea2;
}
.second .attend-title.point > img + span {
  max-width: 760px;
}
.second .attend-title.center {
  align-items: center;
  display: block;
}
.second .attend.type-gray {
  background: #eee;
}
.second .attend.type-gray .attend-title span {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
}
.second .attend.type-gray_col p {
  font-size: 18px;
  font-size: 1.8rem;
}
.second .attend.type-gray ul.note > li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.22222;
}
.second .attend.type-gray ul.note > li ul.note > li {
  line-height: 1.5;
}
.second .attend.type-yellow {
  padding: 30px 40px;
  background: #fdf6de;
}
.second .attend.type-yellow .attend-title span {
  color: #ba7201;
  font-size: 24px;
  font-size: 2.4rem;
}
.second .attend.type-blue {
  background: #e4f1fe;
}
.second .attend ul.note > li {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66667;
}
.second ul.note_grid > li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.second ul.note_grid > li > div {
  line-height: 1.77778;
}
.second ul.note > li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.second ul.note > li + li {
  margin-top: 5px;
}
.second ul.note > li p {
  text-indent: 0;
}
.second ul.note > li b {
  font-size: 26px;
  font-size: 2.6rem;
  top: 3px;
  position: relative;
}
.second ul.note > li > .note > li + li {
  margin-top: 0px;
}
.second ul.note.grid {
  display: flex;
  flex-wrap: wrap;
}
.second ul.note.grid > li {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-left: 0;
  line-height: 1;
  margin-top: 0;
}
.second ul.note.grid > li:nth-child(2n) {
  margin-right: 0px;
  margin-left: 20px;
}
.second ul.note.grid > li span {
  display: block;
  line-height: 1.77778;
  text-indent: -1em;
  margin-left: 1em;
}
.second ul.note.grid.is-02 > li span {
  text-indent: -0.4em;
  margin-left: 0.6em;
}
.second ul.note.red > li {
  color: #cc0000;
  font-weight: normal;
}
.second ul.note.is-ifu > li > span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: url("../img/pen/ifu/icon_img01.png") left center no-repeat;
  padding-left: 25px;
}
.second ul.note.is-ifu > li > span.is-nomal {
  font-weight: normal;
}
.second ul.note.is-ifu > li > .note {
  margin-left: 15px;
}
.second ul.check-list > li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
}
.second ul.check-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 4px solid #000;
  transform: translate(0px, 4px);
}
.second ul.check-list > li + li {
  margin-top: 19px;
}
.second .next-page {
  padding: 60px 0 0px 0;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.second .next-page .btn {
  max-width: 440px;
}
.second .next-page + .bottom-links {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  margin-top: 60px;
}
.second .next-page.is-sim {
  border-top: none;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
.second .bottom-links {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.second .bottom-links + .bottom-links {
  border-bottom: 0;
}
.second .bottom-links.noborder {
  padding-bottom: 60px;
  border-bottom: 0;
}
.second .bottom-links.noborder2 {
  padding-bottom: 0;
  border-bottom: 0;
}
.second .bottom-links.mess-end {
  padding-bottom: 60px;
  border-bottom: 0;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}
.second .faq .second_title01 {
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}
.second .faq .accordion-title {
  margin-left: 0;
  text-indent: 0;
}
.second .faq .accordion-title > span {
  padding-left: 35px;
  display: inline-block;
  line-height: 1.35;
  font-size: 22px;
  font-size: 2.2rem;
}
.second .faq .accordion-title::before {
  content: "Q";
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 53%;
  margin-top: -14px;
}
.second .faq .accordion-title::after {
  top: 24%;
  right: 5px;
}
.second .faq .accordion-title.is-active::after {
  right: 20px;
  top: 50%;
  margin-top: 5px;
}
.second .faq .accordion-title.is-01 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-01::before {
  content: "Q1.";
}
.second .faq .accordion-title.is-02 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-02::before {
  content: "Q2.";
}
.second .faq .accordion-title.is-03 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-03::before {
  content: "Q3.";
}
.second .faq .accordion-title.is-04 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-04::before {
  content: "Q4.";
}
.second .faq .accordion-title.is-05 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-05::before {
  content: "Q5.";
}
.second .faq .accordion-title.is-06 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-06::before {
  content: "Q6.";
}
.second .faq .accordion-title.is-07 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-07::before {
  content: "Q7.";
}
.second .faq .accordion-title.is-08 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-08::before {
  content: "Q8.";
}
.second .faq .accordion-title.is-09 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-09::before {
  content: "Q9.";
}
.second .faq .accordion-title.is-10 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-10::before {
  content: "Q10.";
}
.second .faq .accordion-title.is-11 > span {
  padding-left: 55px;
}
.second .faq .accordion-title.is-11::before {
  content: "Q11.";
}
.second .point .second_title01 {
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}
.second .point .accordion-title {
  margin-left: 0;
  text-indent: 0;
}
.second .point .accordion-title > span {
  padding-left: 35px;
  display: inline-block;
  line-height: 1.35;
  color: #000 !important;
}
.second .point .accordion-title span {
  font-size: 28px;
  font-size: 2.8rem;
}
.second .point .accordion-title span span {
  color: #fc3200 !important;
}
.second .point .accordion-title::before {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 53%;
  margin-top: -14px;
}
.second .point .accordion-title::after {
  top: 24%;
  right: 5px;
}
.second .point .accordion-title.is-active::after {
  right: 20px;
  top: 50%;
  margin-top: 5px;
}
.second .point .accordion-title.amd-point_num01::before {
  content: "\002460";
}
.second .point .accordion-title.amd-point_num02::before {
  content: "\002461";
}
.second .point .accordion-title.amd-point_num03::before {
  content: "\002462";
}
.second .point .accordion-title.amd-point_num04::before {
  content: "\002463";
}
.second .point .accordion-title.amd-point_num05::before {
  content: "\002464";
}
.second .point .accordion-contents {
  padding: 40px 16px;
}
.second .point .accordion-contents .color_red {
  color: #fc3300;
}
.second .point-note {
  text-indent: -2em;
  margin-left: 2em;
}
.second .grid03.bottom-links .type03 .btn-inr {
  font-size: 13px;
  font-size: 1.3rem;
  height: 44px;
  line-height: 44px;
  letter-spacing: -0.05em;
}
.second .grid03.bottom-links .type03 .btn-inr span::before {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  top: 2px;
  position: relative;
}
.second .grid03.bottom-links.is-currentNum7 {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}
.second .mess-menu_col {
  padding: 10px 0 40px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 40px auto;
}
.second .bottom-note {
  margin-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
.second-page-nav {
  margin-top: -1.5em;
}
.second-page-nav > li {
  display: inline-block;
  padding-right: 2em;
  margin-right: 2em;
  border-right: 1px solid #333;
  margin-top: 1.5em;
}
.second-page-nav > li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
.second-page-nav > li:last-child {
  border-right: none;
}
.second .m-table {
  overflow-x: auto;
}
.second .m-table-wrap {
  border: 1px solid #ccc;
  padding: 70px 79px;
}
.second .m-table table {
  width: 100%;
}
.second .m-table table th, .second .m-table table td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.second .m-table table th {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
}
.second .m-table table th strong {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.second .m-table table th.is-header {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.second .m-table table th.is-header.is-txtBlack {
  color: #000;
}
.second .m-table.is-blue table th {
  background-color: #cae2fc;
}
.second .m-table.is-blue table th.is-header {
  background-color: #004ea2;
}
.second .m-table.is-blue table td {
  background-color: #d7eafc;
}
.second .m-table.is-orange table th {
  background-color: #fce2d8;
}
.second .m-table.is-orange table th.is-header {
  background-color: #fb3200;
}
.second .m-table.is-orange table td {
  background-color: #fcefea;
}
.second .m-sim-col {
  display: none;
}
.second .m-sim-col.is-active {
  display: block;
}
.second .m-sim-col + .m-sim-col {
  margin-top: 30px;
}
.second .m-sim-col label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  gap: 10px;
}
.second .m-sim-col label input {
  accent-color: #004da8;
  inline-size: 16px;
  inline-size: 1.6rem;
  block-size: 16px;
  block-size: 1.6rem;
}
.second .m-sim-col label + label {
  margin-top: 20px;
}
.second .m-sim .m-sim-data-wrap {
  background-image: linear-gradient(90deg, #004ea2 0%, #00c6fb 100%);
  padding: 40px;
  text-align: center;
}
.second .m-sim .m-sim-data-wrap h4 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.second .m-sim .m-sim-data-wrap .m-sim-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.second .m-sim .m-sim-data-wrap .m-sim-data .m-sim-data--col {
  background-color: #fff;
  padding: 25px 0 35px;
}
.second .m-sim .m-sim-data-wrap .m-sim-data .m-sim-data--col.is-y {
  background-color: #fdf6de;
}
.second .m-sim .m-sim-money {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #004ea8;
  font-weight: bold;
}
.second .m-sim .m-sim-money span {
  font-size: 30px;
  font-size: 3rem;
}
.second .m-sim .m-sim-money span.is-l {
  font-size: 36px;
  font-size: 3.6rem;
}
.second .m-sim .is-resolut {
  display: none;
}
.second .m-sim .is-resolut .is-resolut01, .second .m-sim .is-resolut .is-resolut02 {
  display: none;
}
.second .m-sim .is-resolut.is-active {
  display: block;
}
.second .m-sim .is-resolut.is-01 .is-resolut01 {
  display: block;
}
.second .m-sim .is-resolut.is-02 .is-resolut02 {
  display: block;
}
.second .m-sim .m-table table th {
  text-align: left;
}
.second .m-sim .m-table table th strong,
.second .m-sim .m-table table td {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding: 10px 30px;
}
.second span.is-ib {
  display: inline-block;
  text-indent: 0;
}
.sorry .wrap {
  background: #f6f6f6;
  padding: 170px 0 185px;
}
.sorry h2 {
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 50px;
}
.sorry-msg {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 105px;
}
.sorry-content {
  width: 960px;
  margin: 0 auto;
}
.sorry-content_title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  text-align: center;
}
.sorry-corprates {
  letter-spacing: -0.5em;
  text-align: center;
}
.sorry-corprates_col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom;
  width: 390px;
}
.sorry-corprates_col + div {
  margin-left: 40px;
}
.sorry-corprates_col .type03 {
  background: #666;
  width: 100%;
  margin-top: 30px;
  padding: 3px;
}
.sorry-corprates_col .type03 .btn-inr {
  width: 100%;
  background: #f6f6f6;
  color: #666;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-size: 1.4rem;
}
.sorry-corprates_col .type03:hover .btn-inr {
  color: #f6f6f6;
  background: #666;
}
.sorry .exlink {
  display: none !important;
}
.sorry .exlink-bg {
  display: none !important;
}
.terms-of-use .wrap {
  background: #f6f6f6;
  padding-bottom: 105px;
}
.terms-of-use .wrap-inr {
  max-width: 1350px;
  padding: 0 35px;
}
.terms-of-use h2 {
  margin-bottom: 40px;
}
.terms-of-use h2::after {
  content: "";
  background-image: linear-gradient(90deg, #666666 0%, #cccccc 100%);
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 19px;
}
.terms-of-use h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.terms-of-use h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #666;
}
.terms-of-use .use-table {
  table-layout: fixed;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
  max-width: 980px;
}
.terms-of-use .use-table th,
.terms-of-use .use-table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.terms-of-use .use-table th {
  background: #898989;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
}
.terms-of-use .use-table td {
  background: #fff;
  padding: 13px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.terms-of-use .use-table td.cell-gray {
  background: #eaeaea;
  font-weight: bold;
}
.terms-of-use .col {
  margin-bottom: 60px;
}
.terms-of-use .col p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
}
.terms-of-use .col p + p {
  margin-top: 1em;
}
.pen .color_key {
  color: #004da8;
}
.pen .menu-row:nth-child(1) .menu-col {
  background: #004da8;
}
.pen .menu-row:nth-child(2) .menu-col {
  background: #cae2fc;
  height: calc(100% - 210px);
}
.pen .menu-row:nth-child(2) .menu-col a:hover {
  opacity: 0.6;
}
.pen .menu-row:nth-child(3) .menu-col {
  background: #fbf2a9;
  height: 160px;
}
.pen .menu-row:nth-child(3) .menu-col .btn .btn-inr {
  width: 165px;
}
.pen .menu-row:nth-child(3) .menu-col a {
  display: inline-block;
}
.pen .menu-row:nth-child(3) .menu-col a:hover .type04 .btn-inr {
  background: #a69200;
  color: #fff;
}
.pen .menu-row:nth-child(4) .menu-col {
  background: #fce2d8;
  height: 160px;
}
.pen .menu-row:nth-child(4) .menu-col .btn .btn-inr {
  width: 165px;
}
.pen .menu-row:nth-child(4) .menu-col a {
  display: inline-block;
}
.pen .menu-row:nth-child(4) .menu-col a .product-img {
  width: 67px;
  display: block;
  margin: 0 auto 15px;
}
.pen .menu-row:nth-child(4) .menu-col a:hover .type02 .btn-inr {
  background: #e94709;
  color: #fff;
}
.pen h2 {
  color: #004da8;
}
.pen h2::after {
  content: "";
  background-image: linear-gradient(90deg, #004ea2 0%, #00c6fb 100%);
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 19px;
}
.pen h4.stitle02 {
  color: #004da8;
}
.pen .type03 {
  background: #004da8;
  width: calc(100% - 20px);
  margin: 0 10px;
}
.pen .type03 .btn-inr {
  text-align: center;
  width: 100%;
  color: #004da8;
}
.pen .type03:hover .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .type03_is-active .btn-inr {
  color: #fff;
  background: #004da8;
}
.pen .type03_is-disable {
  opacity: 0.5;
}
.pen .type03_is-disable:hover .btn-inr {
  background: #fff;
  color: #004da8;
}
.pen .type03_02 {
  background: #00c6fb;
  display: block;
  width: 50%;
  margin: 50px auto 0;
}
.pen .type03_02 .btn-inr {
  text-align: center;
  width: 100%;
  color: #00c6fb;
}
.pen .type03_02:hover .btn-inr {
  background: #00c6fb;
  color: #fff;
}
.pen .note-grid02 dt {
  color: #004da8;
}
.pen p.color-key,
.pen strong.color-key,
.pen span.color-key {
  color: #004da8;
}
.pen .pagination .pagination__list > li {
  padding: 2px;
}
.pen .pagination .pagination__list > li a {
  color: #004da8;
  border-color: #004da8;
}
.pen .pagination .pagination__list > li a:hover {
  color: #fff;
  background: #004da8;
}
.pen .pagination .pagination__list > li.is-active::before {
  color: #004da8;
}
.pen .pagination .pagination__list > li.is-active a {
  color: #fff;
  background: #004da8;
}
.pen .grid-over.is-currentNum1 .is-currentNum1 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum1 .is-currentNum1 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum2 .is-currentNum2 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum3 .is-currentNum3 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum4 .is-currentNum4 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum5 .is-currentNum5 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum6 .is-currentNum6 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum7 .is-currentNum7 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links.is-currentNum8 .is-currentNum8 .btn-inr {
  background: #004da8;
  color: #fff;
}
.pen .bottom-links .type03 {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.pen .bottom-links.grid-over .type03 {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.pen .accordion {
  border-color: #004da8;
}
.pen .accordion .accordion-title {
  color: #004da8;
  background-image: url(../img/common/icon_a_down02.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.pen .accordion .accordion-title.is-active {
  background-image: url(../img/common/icon_a_up02.png);
}
.pen .menu-contents {
  background: #004da8;
}
.pen .typeMenu {
  background: #fff;
}
.pen .typeMenu .btn-inr {
  background: #004da8;
}
.pen .typeMenu:hover .btn-inr {
  background: #fff;
  color: #004da8;
}
.pen ul.note.color-key > li {
  color: #004da8;
}
.pen .sitemap_title {
  color: #004da8 !important;
}
.pen .sitemap_title::after {
  content: "";
  background-image: linear-gradient(90deg, #004ea2 0%, #00c6fb 100%);
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 19px;
}
.pen .sitemap_title a {
  color: #004da8;
  background: url("../img/common/icon_a_right01.png") right 50% no-repeat;
  padding-right: 20px;
}
.pen .sitemap_title a:hover {
  opacity: 0.6;
}
.pen .sitemap a {
  color: #004da8;
  background: url("../img/common/icon_a_right01.png") right 50% no-repeat;
  background-size: auto 14px;
  padding-right: 20px;
}
.pen .sitemap a:hover {
  opacity: 0.6;
}
.amd .color_key {
  color: #fb3200;
}
.amd .menu-row:nth-child(1) .menu-col {
  background: #fb3200;
}
.amd .menu-row:nth-child(2) .menu-col {
  background: #fce2d8;
  height: calc(100% - 210px);
}
.amd .menu-row:nth-child(2) .menu-col a {
  display: inline-block;
  color: #fb3200;
}
.amd .menu-row:nth-child(2) .menu-col a .product-img {
  width: 160px;
  display: block;
  margin: 0 auto 15px;
}
.amd .menu-row:nth-child(2) .menu-col a:hover {
  opacity: 0.6;
}
.amd .menu-row:nth-child(3) .menu-col {
  background: #cae2fc;
  height: 160px;
}
.amd .menu-row:nth-child(3) .menu-col .btn .btn-inr {
  width: 165px;
}
.amd .menu-row:nth-child(3) .menu-col a {
  display: inline-block;
}
.amd .menu-row:nth-child(3) .menu-col a .product-img {
  width: 160px;
  display: block;
  margin: 0 auto 15px;
}
.amd .menu-row:nth-child(3) .menu-col a .type01 .btn-inr {
  padding: 0 40px;
}
.amd .menu-row:nth-child(3) .menu-col a:hover .type01 .btn-inr {
  background: #004ea2;
  color: #fff;
}
.amd .menu-row:nth-child(4) .menu-col {
  background: #fbf2a9;
  height: 160px;
}
.amd .menu-row:nth-child(4) .menu-col .btn .btn-inr {
  width: 165px;
}
.amd .menu-row:nth-child(4) .menu-col a {
  display: inline-block;
}
.amd .menu-row:nth-child(4) .menu-col a .product-img {
  width: 67px;
  display: block;
  margin: 0 auto 15px;
}
.amd .menu-row:nth-child(4) .menu-col a:hover .type04 .btn-inr {
  background: #a69200;
  color: #fff;
}
.amd h2 {
  color: #fb3200;
}
.amd h2::after {
  content: "";
  background-image: linear-gradient(90deg, #fb3200 0%, #fbc900 100%);
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 19px;
}
.amd h4.stitle02 {
  color: #fb3200;
}
.amd .typePoint {
  background: #fff;
  width: 100%;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 70px;
  border: 3px solid #fb3200;
}
.amd .typePoint-wrap {
  background: none;
  width: 100%;
  border-radius: 0;
  transition: background-color 0.5s ease, color 0.5s ease;
  text-align: center;
  padding: 20px 0;
}
.amd .typePoint .btn-inr {
  vertical-align: middle;
  color: #fb3200;
}
.amd .typePoint .btn-inr span::before {
  content: "\00276F";
  display: inline;
  margin-right: 10px;
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  top: 2px;
}
.amd .typePoint .btn-inr + .btn-inr {
  margin-left: 40px;
}
.amd .typePoint:hover {
  background: #fb3200;
}
.amd .typePoint:hover .btn-inr {
  color: #fff;
}
.amd .type03 {
  background: #fb3200;
  width: calc(100% - 20px);
  margin: 0 10px;
}
.amd .type03 .btn-inr {
  text-align: center;
  width: 100%;
  color: #fb3200;
}
.amd .type03:hover .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .type03_is-active .btn-inr {
  color: #fff;
  background: #fb3200;
}
.amd .type03_is-disable {
  opacity: 0.5;
}
.amd .type03_is-disable:hover .btn-inr {
  background: #fff;
  color: #fb3200;
}
.amd .type03_02 {
  background: #bf9900;
  display: block;
  width: 50%;
  margin: 50px auto 0;
}
.amd .type03_02 .btn-inr {
  text-align: center;
  width: 100%;
  color: #bf9900;
}
.amd .type03_02:hover .btn-inr {
  background: #bf9900;
  color: #fff;
}
.amd .type03_02.is-indexBtn {
  background: #de7e02;
}
.amd .type03_02.is-indexBtn .btn-inr {
  color: #de7e02;
}
.amd .type03_02.is-indexBtn:hover .btn-inr {
  background: #de7e02;
  color: #fff;
}
.amd .note-grid02 dt {
  color: #fb3200;
}
.amd p.color-key,
.amd strong.color-key,
.amd span.color-key {
  color: #fb3200;
}
.amd .pagination .pagination__list > li {
  padding: 2px;
}
.amd .pagination .pagination__list > li a {
  color: #fb3200;
  border-color: #fb3200;
}
.amd .pagination .pagination__list > li a:hover {
  color: #fff;
  background: #fb3200;
}
.amd .pagination .pagination__list > li.is-active::before {
  color: #fb3200;
}
.amd .pagination .pagination__list > li.is-active a {
  color: #fff;
  background: #fb3200;
}
.amd .grid-over.is-currentNum1 .is-currentNum1 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum1 .is-currentNum1 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum2 .is-currentNum2 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum3 .is-currentNum3 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum4 .is-currentNum4 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum5 .is-currentNum5 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum6 .is-currentNum6 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum7 .is-currentNum7 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links.is-currentNum8 .is-currentNum8 .btn-inr {
  background: #fb3200;
  color: #fff;
}
.amd .bottom-links .type03 {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.amd .bottom-links.grid-over .type03 {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.amd .accordion {
  border-color: #fb3200;
}
.amd .accordion .accordion-title {
  color: #fb3200;
  background-image: url(../img/common/icon_a_down.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.amd .accordion .accordion-title.is-active {
  background-image: url(../img/common/icon_a_up.png);
}
.amd .menu-contents {
  background: #df421a;
}
.amd .typeMenu {
  background: #fff;
}
.amd .typeMenu .btn-inr {
  background: #df421a;
}
.amd .typeMenu:hover .btn-inr {
  background: #fff;
  color: #df421a;
}
.amd ul.note.color-key > li {
  color: #fb3200;
}
.amd .sitemap_title {
  color: #fb3200 !important;
}
.amd .sitemap_title::after {
  content: "";
  background-image: linear-gradient(90deg, #fb3200 0%, #fbc900 100%);
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 19px;
}
.amd .sitemap_title a {
  color: #fb3200;
  background: url("../img/common/icon_a_right02.png") right 50% no-repeat;
  padding-right: 20px;
}
.amd .sitemap_title a:hover {
  opacity: 0.6;
}
.amd .sitemap a {
  color: #fb3200;
  background: url("../img/common/icon_a_right02.png") right 50% no-repeat;
  background-size: auto 14px;
  padding-right: 20px;
}
.amd .sitemap a:hover {
  opacity: 0.6;
}
.disease .color_key {
  color: #a69200;
}
.disease .menu-row:nth-child(1) .menu-col {
  background: #a69200;
}
.disease .menu-row:nth-child(2) .menu-col {
  background: #fbf2a9;
  height: calc(100% - 210px);
}
.disease .menu-row:nth-child(2) .menu-col a {
  display: inline-block;
  color: #a69200;
}
.disease .menu-row:nth-child(2) .menu-col a .product-img {
  width: 160px;
  display: block;
  margin: 0 auto 15px;
}
.disease .menu-row:nth-child(2) .menu-col a:hover {
  opacity: 0.6;
}
.disease .menu-row:nth-child(3) .menu-col {
  background: #cae2fc;
  height: 160px;
}
.disease .menu-row:nth-child(3) .menu-col .btn .btn-inr {
  width: 165px;
}
.disease .menu-row:nth-child(3) .menu-col a {
  display: inline-block;
}
.disease .menu-row:nth-child(3) .menu-col a .product-img {
  width: 160px;
  display: block;
  margin: 0 auto 15px;
}
.disease .menu-row:nth-child(3) .menu-col a .type01 .btn-inr {
  padding: 0 40px;
}
.disease .menu-row:nth-child(3) .menu-col a:hover .type01 .btn-inr {
  background: #004ea2;
  color: #fff;
}
.disease .menu-row:nth-child(4) .menu-col {
  background: #fce2d8;
  height: 160px;
}
.disease .menu-row:nth-child(4) .menu-col .btn .btn-inr {
  width: 165px;
}
.disease .menu-row:nth-child(4) .menu-col a {
  display: inline-block;
}
.disease .menu-row:nth-child(4) .menu-col a .product-img {
  width: 67px;
  display: block;
  margin: 0 auto 15px;
}
.disease .menu-row:nth-child(4) .menu-col a:hover .type02 .btn-inr {
  background: #e94709;
  color: #fff;
}
.disease h2 {
  color: #a69200;
}
.disease h2::after {
  content: "";
  background-image: linear-gradient(90deg, #a69200 0%, #fbf2a9 100%);
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 19px;
}
.disease h2.second-index_title {
  margin-bottom: 55px;
}
.disease h4.stitle02 {
  color: #a69200;
}
.disease .type03 {
  background: #a69200;
  width: calc(100% - 20px);
  margin: 0 10px;
}
.disease .type03 .btn-inr {
  text-align: center;
  width: 100%;
  color: #a69200;
}
.disease .type03:hover .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .type03_02 {
  background: #bf9900;
  display: block;
  width: 50%;
  margin: 50px auto 0;
}
.disease .type03_02 .btn-inr {
  text-align: center;
  width: 100%;
  color: #bf9900;
}
.disease .type03_02:hover .btn-inr {
  background: #bf9900;
  color: #fff;
}
.disease .note-grid02 dt {
  color: #a69200;
}
.disease p.color-key {
  color: #a69200;
}
.disease .pagination .pagination__list > li {
  padding: 2px;
}
.disease .pagination .pagination__list > li a {
  color: #a69200;
  border-color: #a69200;
}
.disease .pagination .pagination__list > li a:hover {
  color: #fff;
  background: #a69200;
}
.disease .pagination .pagination__list > li.is-active::before {
  color: #a69200;
}
.disease .pagination .pagination__list > li.is-active a {
  color: #fff;
  background: #a69200;
}
.disease .grid-over.is-currentNum1 .is-currentNum1 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum1 .is-currentNum1 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum2 .is-currentNum2 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum3 .is-currentNum3 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum4 .is-currentNum4 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum5 .is-currentNum5 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum6 .is-currentNum6 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum7 .is-currentNum7 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links.is-currentNum8 .is-currentNum8 .btn-inr {
  background: #a69200;
  color: #fff;
}
.disease .bottom-links .type03 {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.disease .bottom-links.grid-over .type03 {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.disease .menu-contents {
  background: #a69200;
}
.disease .typeMenu {
  background: #fff;
}
.disease .typeMenu .btn-inr {
  background: #a69200;
}
.disease .typeMenu:hover .btn-inr {
  background: #fff;
  color: #a69200;
}
.disease ul.note.color-key > li {
  color: #a69200;
}
.disease .sitemap_title {
  color: #a69200 !important;
}
.disease .sitemap_title::after {
  content: "";
  background-image: linear-gradient(90deg, #a69200 0%, #fbf2a9 100%);
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 19px;
}
.disease .sitemap_title a {
  color: #a69200;
  background: url("../img/common/icon_a_right03.png") right 50% no-repeat;
  padding-right: 20px;
}
.disease .sitemap_title a:hover {
  opacity: 0.6;
}
.disease .sitemap a {
  color: #a69200;
  background: url("../img/common/icon_a_right03.png") right 50% no-repeat;
  background-size: auto 14px;
  padding-right: 20px;
}
.disease .sitemap a:hover {
  opacity: 0.6;
}
.menu {
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.menu-inr {
  width: 100%;
  height: 100%;
  position: relative;
}
.menu-wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.menu-wrap.pc {
  display: table;
}
.menu-wrap.sp {
  display: none;
}
.menu-row {
  display: table-row;
}
.menu-row.pc {
  display: table-row;
}
.menu-row.sp {
  display: none;
}
.menu-row .amd-link {
  display: block;
  color: #e94709;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  transition: opacity 0.6s;
}
.menu-row .amd-link:hover {
  opacity: 0.6;
}
.menu-row .amd-link .pc {
  display: inline;
}
.menu-row:nth-child(1) .menu-col {
  height: 50px;
  max-height: 50px;
}
.menu-row:nth-child(2) .menu-col {
  height: calc(100% - 210px);
}
.menu-row:nth-child(2) .menu-col .product-name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  font-weight: bold;
}
.menu-row:nth-child(3) .menu-col {
  height: 160px;
}
.menu-row:nth-child(3) .menu-col .btn .btn-inr {
  font-size: 1.8rem;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}
.menu-row:nth-child(4) .menu-col {
  height: 160px;
}
.menu-row:nth-child(4) .menu-col .btn .btn-inr {
  font-size: 1.8rem;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}
.menu-row:nth-child(5) .menu-col {
  height: 100px;
  border-right: 1px solid #e0e0e0;
  background: #fff;
}
.menu-row:nth-child(5) .menu-col a {
  color: #d7063b;
}
.menu-row:nth-child(5) .menu-col .product-name {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: bold;
}
.menu-row:nth-child(5) .menu-col .product-name-sub {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.menu-col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.menu-col img {
  max-width: 100%;
}
.menu-trigger > span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s;
  position: relative;
  width: 30px;
  height: 20px;
}
.menu-trigger > span span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger > span span:nth-of-type(1) {
  top: 0;
}
.menu-trigger > span span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger > span span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger > span.menu-trigger_name {
  position: static;
  width: auto;
  height: auto;
}
.menu-trigger.is-active > span span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.is-active > span span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.is-active > span span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.menu-trigger_name {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 1px;
}
.menu-contents {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 260px;
  width: calc(100% - 260px);
  z-index: 3;
  transition: all 0.4s;
}
.menu-contents.is-active {
  height: 100%;
  opacity: 1;
}
.menu-contents_wall {
  display: table;
  width: 100%;
  height: 100%;
}
.menu-contents_col {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.menu-contents_items {
  margin-top: 50px;
}
.menu-contents_items-wrap {
  display: flex;
  justify-content: center;
}
.menu-contents_items > div {
  padding: 0 10px;
}
.menu-contents_items > div + div {
  margin-top: 30px;
}
.menu-contents_items + div {
  margin-left: 30px;
}
.footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
.footer-contents {
  border-top: 1px solid #e0e0e0;
}
.footer-link {
  float: left;
  letter-spacing: -0.5em;
  margin-top: 10px;
}
.footer-link > li {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}
.footer-link > li::after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}
.footer-link > li a {
  font-size: 11px;
  font-size: 1.1rem;
}
.footer-link > li + li {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.footer-logos {
  float: right;
}
.footer-logos_col {
  display: inline-block;
  vertical-align: bottom;
}
.footer-logos_col.f-logo01 {
  width: 110px;
  margin-left: 5px;
}
.footer-logos_col.f-logo01 img {
  max-width: 100%;
}
.footer-logos_col.f-logo02 {
  width: 80px;
}
.footer-logos_col.f-logo02 img {
  max-width: 100%;
}
.footer-bottom {
  background: #ccc;
  padding: 10px 0px;
}
.footer-bottom p {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.nomal .footer-sitemap {
  display: none;
}
.nomal .footer-contents {
  width: 1260px;
  padding: 30px 40px;
  margin: 0 auto;
}
.nomal .footer-bottom p {
  width: 1260px;
  padding: 0px 40px;
  margin: 0 auto;
}
.second.amd .footer-sitemap, .second.pen .footer-sitemap, .second.disease .footer-sitemap {
  border-top: 1px solid #e0e0e0;
  padding-top: 60px;
}
.second.amd .footer-sitemap > div, .second.pen .footer-sitemap > div, .second.disease .footer-sitemap > div {
  display: none;
  max-width: 1040px;
  min-width: 1040px;
  padding: 0 40px 60px;
  margin: 0 auto;
}
.second.amd .footer-sitemap-grid, .second.pen .footer-sitemap-grid, .second.disease .footer-sitemap-grid {
  display: flex;
  justify-content: space-between;
}
.second.amd .footer-sitemap-grid-col, .second.pen .footer-sitemap-grid-col, .second.disease .footer-sitemap-grid-col {
  max-width: 560px;
  width: 100%;
}
.second.amd .footer-sitemap-grid-col + div, .second.pen .footer-sitemap-grid-col + div, .second.disease .footer-sitemap-grid-col + div {
  max-width: 340px;
}
.second.amd .footer-sitemap-grid-col .footer-sitemap-grid-col, .second.pen .footer-sitemap-grid-col .footer-sitemap-grid-col, .second.disease .footer-sitemap-grid-col .footer-sitemap-grid-col {
  max-width: 100%;
  width: 50%;
}
.second.amd .footer-sitemap-grid-col .footer-sitemap-grid-col + div, .second.pen .footer-sitemap-grid-col .footer-sitemap-grid-col + div, .second.disease .footer-sitemap-grid-col .footer-sitemap-grid-col + div {
  max-width: 100%;
}
.second.amd .footer-sitemap .sitemap_title, .second.pen .footer-sitemap .sitemap_title, .second.disease .footer-sitemap .sitemap_title {
  font-size: 18px;
  font-size: 1.8rem;
}
.second.amd .footer-sitemap .sitemap_title::after, .second.pen .footer-sitemap .sitemap_title::after, .second.disease .footer-sitemap .sitemap_title::after {
  height: 2px;
  margin-top: 10px;
}
.second.amd .footer-sitemap div.sitemap + div.sitemap, .second.pen .footer-sitemap div.sitemap + div.sitemap, .second.disease .footer-sitemap div.sitemap + div.sitemap {
  margin-top: 60px;
}
.second.amd .footer-sitemap div.sitemap.amd .sitemap_title, .second.pen .footer-sitemap div.sitemap.amd .sitemap_title, .second.disease .footer-sitemap div.sitemap.amd .sitemap_title {
  color: #fb3200;
}
.second.amd .footer-sitemap div.sitemap.amd .sitemap_title::after, .second.pen .footer-sitemap div.sitemap.amd .sitemap_title::after, .second.disease .footer-sitemap div.sitemap.amd .sitemap_title::after {
  background-image: linear-gradient(90deg, #fb3200 0%, #fbc900 100%);
}
.second.amd .footer-sitemap div.sitemap.amd .sitemap_title a, .second.pen .footer-sitemap div.sitemap.amd .sitemap_title a, .second.disease .footer-sitemap div.sitemap.amd .sitemap_title a {
  color: #fb3200;
  background: url(../img/common/icon_a_right02.png) right 50% no-repeat;
}
.second.amd .footer-sitemap div.sitemap.amd ul.sitemap > li a, .second.pen .footer-sitemap div.sitemap.amd ul.sitemap > li a, .second.disease .footer-sitemap div.sitemap.amd ul.sitemap > li a {
  color: #fb3200;
}
.second.amd .footer-sitemap div.sitemap.pen .sitemap_title, .second.pen .footer-sitemap div.sitemap.pen .sitemap_title, .second.disease .footer-sitemap div.sitemap.pen .sitemap_title {
  color: #004da8;
}
.second.amd .footer-sitemap div.sitemap.pen .sitemap_title::after, .second.pen .footer-sitemap div.sitemap.pen .sitemap_title::after, .second.disease .footer-sitemap div.sitemap.pen .sitemap_title::after {
  background-image: linear-gradient(90deg, #004ea2 0%, #00c6fb 100%);
}
.second.amd .footer-sitemap div.sitemap.pen .sitemap_title a, .second.pen .footer-sitemap div.sitemap.pen .sitemap_title a, .second.disease .footer-sitemap div.sitemap.pen .sitemap_title a {
  color: #004da8;
  background: url(../img/common/icon_a_right01.png) right 50% no-repeat;
}
.second.amd .footer-sitemap div.sitemap.pen ul.sitemap > li a, .second.pen .footer-sitemap div.sitemap.pen ul.sitemap > li a, .second.disease .footer-sitemap div.sitemap.pen ul.sitemap > li a {
  color: #004da8;
}
.second.amd .footer-sitemap div.sitemap.disease .sitemap_title, .second.pen .footer-sitemap div.sitemap.disease .sitemap_title, .second.disease .footer-sitemap div.sitemap.disease .sitemap_title {
  color: #a69200;
}
.second.amd .footer-sitemap div.sitemap.disease .sitemap_title::after, .second.pen .footer-sitemap div.sitemap.disease .sitemap_title::after, .second.disease .footer-sitemap div.sitemap.disease .sitemap_title::after {
  background-image: linear-gradient(90deg, #a69200 0%, #fbf2a9 100%);
}
.second.amd .footer-sitemap div.sitemap.disease .sitemap_title a, .second.pen .footer-sitemap div.sitemap.disease .sitemap_title a, .second.disease .footer-sitemap div.sitemap.disease .sitemap_title a {
  color: #a69200;
  background: url(../img/common/icon_a_right03.png) right 50% no-repeat;
}
.second.amd .footer-sitemap div.sitemap.disease ul.sitemap > li a, .second.pen .footer-sitemap div.sitemap.disease ul.sitemap > li a, .second.disease .footer-sitemap div.sitemap.disease ul.sitemap > li a {
  color: #a69200;
}
.second.amd .footer-sitemap ul.sitemap, .second.pen .footer-sitemap ul.sitemap, .second.disease .footer-sitemap ul.sitemap {
  padding: 0 0px 0 20px;
}
.second.amd .footer-sitemap ul.sitemap > li a, .second.pen .footer-sitemap ul.sitemap > li a, .second.disease .footer-sitemap ul.sitemap > li a {
  font-weight: bold;
}
.second.amd .footer-sitemap ul.sitemap.is-m, .second.pen .footer-sitemap ul.sitemap.is-m, .second.disease .footer-sitemap ul.sitemap.is-m {
  margin-top: 30px;
}
.second.amd .footer-sitemap ul.sitemap.is-m > li, .second.pen .footer-sitemap ul.sitemap.is-m > li, .second.disease .footer-sitemap ul.sitemap.is-m > li {
  margin-top: 30px;
}
.second.amd .footer-sitemap ul.sitemap.is-m > li > a, .second.pen .footer-sitemap ul.sitemap.is-m > li > a, .second.disease .footer-sitemap ul.sitemap.is-m > li > a {
  font-size: 16px;
  font-size: 1.6rem;
}
.second.amd .footer-sitemap ul.sitemap.is-s, .second.pen .footer-sitemap ul.sitemap.is-s, .second.disease .footer-sitemap ul.sitemap.is-s {
  margin-top: 20px;
}
.second.amd .footer-sitemap ul.sitemap.is-s > li, .second.pen .footer-sitemap ul.sitemap.is-s > li, .second.disease .footer-sitemap ul.sitemap.is-s > li {
  margin-top: 14px;
  margin-top: 1.4rem;
}
.second.amd .footer-sitemap ul.sitemap.is-s > li > a, .second.pen .footer-sitemap ul.sitemap.is-s > li > a, .second.disease .footer-sitemap ul.sitemap.is-s > li > a {
  font-size: 14px;
  font-size: 1.4rem;
}
.second.amd .footer-sitemap-amd {
  display: block !important;
}
.second.pen .footer-sitemap-pen {
  display: block !important;
}
.second.disease .footer-sitemap-disease {
  display: block !important;
}
.second .footer-contents {
  width: 960px;
  padding: 30px 0px;
  margin: 0 auto;
}
.second .footer-bottom p {
  width: 100%;
  padding: 0px 40px;
  margin: 0 auto;
}
/* ======================================================================== */
/* SP */
/* ======================================================================== */
@media only screen and (min-width: 0) and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mt10 {
    margin-top: 1.30378vw !important;
  }
  .mt20 {
    margin-top: 2.60756vw !important;
  }
  .mt30 {
    margin-top: 3.91134vw !important;
  }
  .mb10 {
    margin-bottom: 1.30378vw !important;
  }
  .mb20 {
    margin-bottom: 2.60756vw !important;
  }
  .mb30 {
    margin-bottom: 3.91134vw !important;
  }
  .mb40 {
    margin-bottom: 5.21512vw !important;
  }
  .mb50 {
    margin-bottom: 6.5189vw !important;
  }
  .mb60 {
    margin-bottom: 7.82269vw !important;
  }
  .mb70 {
    margin-bottom: 9.12647vw !important;
  }
  .mb80 {
    margin-bottom: 10.43025vw !important;
  }
  .txt_14 {
    font-size: 2.34681vw !important;
  }
  .txt_16 {
    font-size: 2.86832vw !important;
  }
  .txt_18 {
    font-size: 3.38983vw !important;
  }
  .txt_20 {
    font-size: 3.91134vw !important;
  }
  .txt_30 {
    font-size: 6.5189vw !important;
  }
  .btn {
    border-radius: 6.5189vw;
    padding: 3px;
  }
  .btn-inr {
    border-radius: 6.5189vw;
  }
  .btn.type01.type-index .btn-inr {
    font-size: 3.78096vw;
  }
  .btn.type02.type-index .btn-inr {
    font-size: 3.78096vw;
  }
  .btn.type04.type-index .btn-inr {
    font-size: 3.78096vw;
  }
  .btn.type03 {
    border-radius: 13.03781vw;
  }
  .btn.type03 .btn-inr {
    border-radius: 13.03781vw;
    font-size: 3.12907vw;
    height: 8.3442vw;
    line-height: 8.3442vw;
  }
  .btn.type03 .btn-inr span::before {
    margin-right: 10px;
    font-size: 4.1721vw;
    top: 1px;
  }
  .btn.type03_02 {
    border-radius: 13.03781vw;
  }
  .btn.type03_02 .btn-inr {
    border-radius: 13.03781vw;
    font-size: 3.12907vw;
    height: 8.3442vw;
    line-height: 8.3442vw;
  }
  .btn.type03_02 .btn-inr span::before {
    margin-right: 10px;
    font-size: 4.1721vw;
    top: 1px;
  }
  .btn.type03_02.is-indexBtn {
    width: 100%;
  }
  .btn.type03_02.is-indexBtn .btn-inr {
    height: 8.3442vw;
    line-height: 8.3442vw;
    font-size: 3.65059vw;
  }
  .btn.type03_02.is-indexBtn .btn-inr span::before {
    font-size: 4.1721vw;
  }
  .btn.type03_02.is-pdf {
    width: 170px;
  }
  .btn.type03_02.is-pdf .btn-inr {
    height: 8.3442vw;
    line-height: 8.3442vw;
    font-size: 3.65059vw;
  }
  .btn.type03_02.is-pdf .btn-inr span::before {
    font-size: 4.1721vw;
  }
  .btn.type03_02.is-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn.typeMenu {
    width: 100%;
    border-radius: 13.03781vw;
  }
  .btn.typeMenu .btn-inr {
    border-radius: 13.03781vw;
    font-size: 3.12907vw;
    height: 8.3442vw;
    line-height: 8.3442vw;
    letter-spacing: normal;
  }
  .btn.typeMenu .btn-inr span::before {
    transform: translate(-170%, -50%);
    font-size: 4.1721vw;
  }
  .btn.type-exlink .btn-inr {
    padding: 0 9.12647vw;
    height: 9.12647vw;
    line-height: 9.12647vw;
  }
  .btn.type-exlink .btn-inr span::before {
    margin-right: 5px;
    font-size: 4.1721vw;
    top: 2px;
  }
  .btn.type-exlink.agree .btn-inr {
    font-size: 3.12907vw;
    background-position: 0 9.12647vw;
  }
  .btn.type-exlink.agree .btn-inr::before {
    border-radius: 6.5189vw;
  }
  .btn.type-exlink.agree .btn-inr::after {
    border-radius: 3.91134vw;
  }
  .btn.type-exlink.disagree {
    margin-left: 10.43025vw;
  }
  .btn.type-exlink.disagree .btn-inr {
    font-size: 2.60756vw;
  }
  .btn.type-index {
    width: 100%;
  }
  .btn.type-index .btn-inr {
    width: 100%;
    padding: 0 0;
    height: 9.12647vw;
    line-height: 9.12647vw;
  }
  .btn.type-index .btn-inr span::before {
    font-size: 3.91134vw !important;
  }
  .exlink {
    padding: 0 5.21512vw;
  }
  .exlink-contents {
    background: #fff;
    display: inline-block;
    padding: 5.86701vw 7.1708vw 9.12647vw;
  }
  .exlink-txt {
    font-size: 3.65059vw;
    margin-bottom: 3.25945vw;
    text-align: left;
  }
  .exlink-msg {
    font-size: 4.1721vw;
    margin-bottom: 4.56323vw;
  }
  .exlink a.agree:hover .btn-inr::before {
    opacity: 1;
  }
  .exlink a.agree:hover .btn-inr::after {
    opacity: 0;
  }
  .exlink a.agree:hover .btn-inr > span {
    color: #cae2fc;
  }
  .exlink a.disagree:hover .btn-inr {
    background: #fff;
    color: #666;
  }
  .accordion-inr {
    padding: 0 3.52021vw 0;
  }
  .accordion-title {
    padding: 3.65059vw 4.30248vw 3.52021vw 0;
    font-size: 3.65059vw;
  }
  .accordion-title::after {
    top: 62%;
  }
  .accordion-contents {
    display: none;
    padding-top: 3.91134vw;
    padding-bottom: 3.91134vw;
  }
  .accordion + .accordion {
    margin-top: 3.91134vw;
  }
  .breadcrumbs {
    padding: 5.21512vw 0 6.5189vw;
  }
  .breadcrumbs > div {
    display: inline-block;
    margin-top: 1.30378vw;
  }
  .breadcrumbs > div > a {
    font-size: 2.86832vw;
  }
  .breadcrumbs > div > a + span {
    margin: 0 10px;
  }
  .breadcrumbs > div > span {
    font-size: 2.86832vw;
  }
  .breadcrumbs-wrap + .second_title02 {
    border-top: 1px solid #e0e0e0;
    padding-top: 5.21512vw;
  }
  .grid02 > div {
    display: block;
    width: 100%;
  }
  .grid02 > div + div {
    margin-left: 0px;
    margin-top: 6.5189vw;
  }
  .grid02 > div img.imgAuto {
    width: 100%;
  }
  .grid02.grid-over > div > div {
    margin-top: 3.91134vw;
  }
  .grid02.grid-over > div + div {
    margin-left: 0px;
    margin-top: 3.91134vw;
  }
  .grid02.gridFix > div + div {
    margin-left: 0px;
    margin-top: 0;
  }
  .grid02.gridFlex {
    display: block;
  }
  .grid02.gridFlex > div {
    width: 100%;
    margin-right: 0px;
  }
  .grid02.gridFlex > div + div {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 3.91134vw;
  }
  .grid02.gridFlex.gridFlex-ml20 > div {
    width: 100%;
    margin-right: 0px;
  }
  .grid02.gridFlex.gridFlex-ml20 > div + div {
    margin-left: 0px;
    margin-right: 0px;
  }
  .grid02.gridFlex.gridFlex-size500 > div {
    width: 100%;
  }
  .grid02.gridFlex.gridFlex-size500 > div + div {
    width: 100%;
  }
  .grid03 > div {
    display: block;
    width: 100%;
  }
  .grid03 > div + div {
    margin-left: 0px;
    margin-top: 3.91134vw;
  }
  .grid03.grid-over > div > div {
    margin-top: 3.91134vw;
  }
  .grid03.grid-over > div + div {
    margin-left: 0px;
  }
  .grid04 > div {
    display: block;
    width: 100%;
  }
  .grid04 > div + div {
    margin-left: 0px;
    margin-top: 3.91134vw;
  }
  .grid-center.is-pdf > div {
    padding: 0 2.60756vw;
  }
  .grid-flex03 {
    display: block;
  }
  .grid-flex03::after {
    display: none;
  }
  .grid-flex03.is-w290 .grid-flex03-col {
    width: 100%;
  }
  .grid-indexbtns {
    display: block;
  }
  .grid-indexbtns-col {
    width: 100%;
  }
  .grid-indexbtns-col a {
    width: 100%;
  }
  .fxbox01 > li {
    width: 100%;
    margin: 3.91134vw 0 0;
  }
  .fxbox01 > li:nth-child(1) {
    margin-top: 1.30378vw;
  }
  .note-grid02 {
    margin-top: 3.91134vw;
  }
  .note-grid02 > * {
    font-weight: bold;
    font-size: 3.91134vw;
    line-height: 1.5;
  }
  .note-grid02 dt {
    width: 50px;
  }
  .note-grid02 dd {
    margin-left: 0.2em;
  }
  .pagination {
    text-align: left;
    margin-bottom: 7.82269vw;
    padding: 1.30378vw 0 3.91134vw;
  }
  .pagination .pagination__list > li {
    text-align: center;
    margin-top: 5px;
  }
  .pagination .pagination__list > li a {
    font-size: 3.12907vw;
    width: 7.82269vw;
    height: 7.82269vw;
    line-height: 2.2;
  }
  .pagination .pagination__list > li::before {
    font-size: 2.60756vw;
    margin: 0 0.91265vw 0 0.39113vw;
  }
  .header h1 a {
    font-size: 3.25945vw;
    height: 40px;
    line-height: 40px;
  }
  .header .btn-tell > div > .sp img {
    height: 40px;
  }
  .header .pop-col {
    width: 95.17601vw;
    top: 43px;
    right: 1.95567vw;
  }
  .header .pop-col img {
    width: 100%;
  }
  .nomal {
    min-width: inherit;
  }
  .nomal .wrap-inr {
    width: 100%;
    margin: 0 auto;
  }
  .index .header h1 a {
    font-size: 3.25945vw;
  }
  .index .wrap-inr {
    height: auto;
    min-height: inherit;
  }
  .index-otherlink {
    padding: 3vh 0 3vh;
  }
  .index-otherlink a {
    font-size: 5.73664vw;
  }
  .index-otherlink a span {
    margin-bottom: 1em;
    font-size: 3.12907vw;
  }
  .index h2 {
    font-size: 6.25815vw;
    line-height: 1.5;
    margin-bottom: 0;
    position: static;
    padding-top: 10.43025vw;
  }
  .index-grid-table {
    width: 100%;
  }
  .index-grid-table_col {
    width: 50%;
    height: auto;
  }
  .index-grid-table_col > span {
    width: 100%;
    padding: 5vh 5.21512vw;
  }
  .index-grid-table_col > span:has(.product-img) {
    padding: 8vh 5.21512vw;
  }
  .index-grid-table_col .product-img img {
    width: 100%;
  }
  .index-grid-table_col:hover .product-img {
    transform: scale(1);
  }
  .index-grid-table_col:hover .type01 .btn-inr {
    background: #cae2fc;
    color: #004ea2;
  }
  .index-grid-table_col:hover .type02 .btn-inr {
    background: #fce2d8;
    color: #e94709;
  }
  .index-grid-table_col:hover .amd-link {
    opacity: 1;
  }
  .index-grid-table_col:hover .type04 .btn-inr {
    background: #fbf2a9;
    color: #968607;
  }
  .index-grid-table_col .product-img {
    margin: 0 auto;
  }
  .index-grid-table_col .btn {
    width: 70%;
  }
  .index-grid-table_col .amd-link {
    font-size: 3.7333333333vw;
  }
  .index.sitemap {
    min-width: inherit;
  }
  .index.sitemap .wrap-inr {
    width: 100%;
    height: auto;
  }
  .index.sitemap .index-grid-table {
    width: 100%;
  }
  .index.sitemap .index-grid-table_col {
    padding-top: 5.21512vw;
    text-align: left;
    padding-left: 3.91134vw;
    padding-right: 3.91134vw;
    vertical-align: top;
    padding-bottom: 10.43025vw;
  }
  .index.sitemap .sitemap_title {
    font-size: 3.38983vw;
  }
  .index.sitemap .sitemap_title a {
    line-height: 1.35;
  }
  .index.sitemap .sitemap {
    padding: 0 2.60756vw;
  }
  .index.sitemap .sitemap > li {
    margin-top: 5.21512vw;
  }
  .index.sitemap .sitemap > li a {
    font-size: 2.86832vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .index.sitemap .sitemap > li .sitemap > li {
    margin-top: 2.60756vw;
  }
  .index.sitemap .sitemap > li .sitemap > li a {
    font-size: 2.34681vw;
  }
  .second {
    min-width: inherit;
    overflow: auto;
  }
  .second.is-fixed .wrap {
    padding-top: 100px;
  }
  .second.is-fixed .menu {
    position: fixed;
    height: 100px;
  }
  .second > .sp {
    position: relative;
    z-index: 1;
  }
  .second .btn {
    padding: 0px;
  }
  .second .btn.type-exlink {
    padding: 3px;
  }
  .second .top-bnr {
    margin-bottom: 7.1708vw;
  }
  .second .top-bnr a:hover {
    opacity: 1;
  }
  .second .top-bnr img {
    width: 100%;
  }
  .second .wrap {
    position: relative;
    z-index: 0;
  }
  .second .wrap > div {
    display: block;
  }
  .second .wrap-left {
    width: 100%;
  }
  .second .wrap-right {
    width: 100%;
  }
  .second .wrap-right .contents {
    max-width: 1040px;
    min-width: inherit;
    padding: 0 5.21512vw;
    margin: 0 auto;
  }
  .second .stitle01 {
    font-size: 4.1721vw;
    line-height: 1.44;
    margin-bottom: 2.60756vw;
  }
  .second .stitle01 + .second-index_movie {
    margin-top: 7.82269vw;
    margin-bottom: 7.1708vw;
  }
  .second .stitle01_1 {
    font-size: 3.91134vw;
    line-height: 1.2;
    margin-bottom: 1.95567vw;
  }
  .second .stitle01_1 strong {
    font-size: 4.1721vw;
  }
  .second .stitle01_1 .note {
    font-size: 3.25945vw;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .second .stitle02 {
    font-size: 3.12907vw;
    margin-bottom: 2.60756vw;
  }
  .second-index_title {
    font-size: 5.21512vw;
    line-height: 1.25;
    margin-bottom: 7.1708vw;
  }
  .second-index_movie {
    margin-bottom: 6.5189vw;
  }
  .second-index_movie h3 + a:hover {
    opacity: 1;
  }
  .second-index_movie h4 + a:hover {
    opacity: 1;
  }
  .second-index_movie.grid02 > div + div {
    margin-top: 7.82269vw;
  }
  .second-index_movie img + .btn {
    margin-top: 5.21512vw;
  }
  .second-index_otherLink {
    margin-bottom: 7.82269vw;
    padding: 6.5189vw 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .second-index_otherLink.grid02 > div + div {
    margin-top: 3.91134vw;
  }
  .second-index_otherLink .grid02 + .grid02 {
    margin-top: 6.5189vw;
  }
  .second .amd-point {
    padding-bottom: 7.82269vw;
    margin-bottom: 7.82269vw;
  }
  .second_title01 {
    font-size: 5.21512vw;
    margin-bottom: 6.5189vw;
  }
  .second_title02 {
    font-size: 5.21512vw;
    margin-bottom: 6.5189vw;
  }
  .second_title02_02 {
    font-size: 3.91134vw;
    margin-bottom: 5.86701vw;
  }
  .second .col {
    margin-bottom: 7.82269vw;
  }
  .second .col p {
    font-size: 3.91134vw;
    line-height: 1.6;
  }
  .second .col p + p {
    margin-top: 1em;
  }
  .second .col.img-col {
    margin-bottom: 0;
  }
  .second .col.col2 {
    margin-bottom: 5.21512vw;
  }
  .second .accordion-contents p {
    font-size: 2.86832vw;
  }
  .second .attend {
    padding: 5.21512vw;
  }
  .second .attend.is-prNone {
    padding: 5.21512vw;
  }
  .second .attend.single {
    padding: 3.12907vw 5.21512vw;
  }
  .second .attend-grid {
    display: block;
  }
  .second .attend-grid_col.is-img img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .second .attend-grid_col + div {
    margin-left: 0;
    margin-top: 3.91134vw;
  }
  .second .attend-grid_col + div img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .second .attend-grid_col p {
    font-size: 3.65059vw;
  }
  .second .attend-title {
    margin-bottom: 2.60756vw;
  }
  .second .attend-title > img {
    max-width: 25px;
    min-width: 25px;
    margin-right: 2.60756vw;
  }
  .second .attend-title span {
    font-size: 3.91134vw;
  }
  .second .attend-title.red span {
    font-size: 3.91134vw;
  }
  .second .attend.type-gray .attend-title span {
    font-size: 3.65059vw;
  }
  .second .attend.type-gray p {
    font-size: 3.38983vw;
  }
  .second .attend.type-gray ul.note > li {
    font-size: 3.38983vw;
    line-height: 1.65;
  }
  .second .attend.type-yellow {
    padding: 3.25945vw 5.21512vw;
  }
  .second .attend.type-yellow .attend-title span {
    font-size: 3.65059vw;
  }
  .second .attend ul.note > li {
    font-size: 3.91134vw;
    line-height: 1.65;
  }
  .second ul.note > li {
    font-size: 3.91134vw;
    line-height: 1.6;
  }
  .second ul.note > li + li {
    margin-top: 5px;
  }
  .second ul.note > li b {
    font-size: 4.1721vw;
    top: 3px;
    position: relative;
  }
  .second ul.note.grid {
    display: block;
  }
  .second ul.note.grid > li {
    width: 100%;
    margin-right: 0px;
    margin-top: 5px;
  }
  .second ul.note.grid > li:nth-child(2n) {
    margin-left: 0px;
  }
  .second ul.note.grid > li span {
    line-height: 1.77778;
    text-indent: -1em;
    margin-left: 1em;
  }
  .second ul.note.is-ifu > li {
    margin-left: 0;
    text-indent: 0;
    padding-left: 3.91134vw;
  }
  .second ul.note.is-ifu > li > span {
    font-size: 3.91134vw;
    font-weight: bold;
    background: url("../img/pen/ifu/icon_img01.png") left center no-repeat;
    background-size: auto 3.91134vw;
    padding-left: 3.91134vw;
    margin-left: -3.91134vw;
  }
  .second ul.note.is-ifu > li > span.is-nomal {
    font-weight: normal;
  }
  .second ul.note.is-ifu > li > .note {
    margin-left: 0;
  }
  .second ul.check-list > li {
    padding-left: 30px;
    font-size: 3.91134vw;
    line-height: 1.6;
  }
  .second ul.check-list > li::before {
    width: 20px;
    height: 20px;
    border: 3px solid #000;
    transform: translate(0px, 1px);
  }
  .second ul.check-list > li + li {
    margin-top: 19px;
  }
  .second .next-page {
    padding: 7.82269vw 0 0 0;
  }
  .second .next-page + .bottom-links {
    border-top: 1px solid #e0e0e0;
    padding-top: 5.21512vw;
    margin-top: 7.82269vw;
  }
  .second .next-page .btn {
    max-width: 100%;
  }
  .second .grid03.bottom-links .type03 {
    max-width: 90%;
    display: block;
    margin: auto;
  }
  .second .grid03.bottom-links .type03 .btn-inr {
    font-size: 3.12907vw;
    height: 8.3442vw;
    line-height: 8.3442vw;
  }
  .second .bottom-links {
    padding-bottom: 5.21512vw;
    border-bottom: 1px solid #e0e0e0;
  }
  .second .bottom-links .type03 .btn-inr {
    font-size: 3.12907vw;
    height: 8.3442vw;
    line-height: 8.3442vw;
  }
  .second .bottom-links .type03 .btn-inr span::before {
    margin-right: 10px;
    font-size: 2rem;
    top: 2px;
  }
  .second .bottom-links + .bottom-links {
    border-bottom: 0;
  }
  .second .bottom-links.noborder {
    padding-bottom: 7.82269vw;
  }
  .second .bottom-links.mess-end {
    padding-bottom: 7.82269vw;
    padding-top: 5.21512vw;
  }
  .second .bottom-links.is-currentNum7 {
    padding-top: 5.21512vw !important;
  }
  .second .point .second_title01 {
    border-top: 1px solid #e0e0e0;
    padding-top: 6.5189vw;
  }
  .second .point .accordion-title > span {
    padding-left: 5.86701vw;
    font-size: 4.56323vw;
  }
  .second .point .accordion-title > span span {
    font-size: 4.56323vw;
  }
  .second .point .accordion-title::before {
    font-size: 4.56323vw;
    top: 50%;
    margin-top: -2.5vw;
  }
  .second .point .accordion-title::after {
    top: 38%;
  }
  .second .point .accordion-title.is-active::after {
    right: 9px;
    top: 50%;
  }
  .second .point .accordion-contents {
    padding: 5.21512vw 2.08605vw;
  }
  .second .faq .second_title01 {
    border-top: 1px solid #e0e0e0;
    padding-top: 6.5189vw;
  }
  .second .faq .accordion-title > span {
    padding-left: 5.86701vw;
    font-size: 3.91134vw;
  }
  .second .faq .accordion-title::before {
    content: "Q";
    font-size: 4.56323vw;
    top: 50%;
    margin-top: -2.5vw;
  }
  .second .faq .accordion-title::after {
    top: 38%;
  }
  .second .faq .accordion-title.is-active::after {
    right: 9px;
    top: 50%;
  }
  .second .faq .accordion-title.is-01 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-02 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-03 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-04 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-05 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-06 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-07 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-08 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-09 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-10 > span {
    padding-left: 12.38592vw;
  }
  .second .faq .accordion-title.is-11 > span {
    padding-left: 12.38592vw;
  }
  .second .mess-menu_col {
    padding: 1.30378vw 0 5.21512vw 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 5.21512vw auto;
  }
  .second .bottom-note {
    margin-top: 3.91134vw;
    padding-bottom: 7.82269vw;
  }
  .second .m-table-wrap {
    padding: 35px 40px;
  }
  .second .m-table table {
    width: 960px;
  }
  .second .m-table table th,
  .second .m-table table td {
    font-size: 3.91134vw;
  }
  .second .m-sim .m-sim-data-wrap .m-sim-data {
    grid-template-columns: 1fr;
  }
  .second .m-sim .m-table table th strong,
  .second .m-sim .m-table table td {
    font-size: 3.91134vw;
  }
  .sorry .wrap {
    padding: 8.47458vw 5.21512vw;
  }
  .sorry h2 {
    font-size: 6.25815vw;
    margin-bottom: 6.5189vw;
  }
  .sorry-msg {
    font-size: 3.91134vw;
    line-height: 1.8;
    margin-bottom: 10.43025vw;
  }
  .sorry-content {
    width: 100%;
  }
  .sorry-content_title {
    font-size: 4.1721vw;
    padding-bottom: 2.60756vw;
    margin-bottom: 7.82269vw;
  }
  .sorry-corprates_col {
    display: block;
    width: 100%;
    padding: 0 3.25945vw;
  }
  .sorry-corprates_col img {
    width: 25.42373vw;
  }
  .sorry-corprates_col + div {
    margin-left: 0;
    margin-top: 7.82269vw;
  }
  .sorry-corprates_col + div img {
    width: 29.33507vw;
  }
  .sorry-corprates_col .type03 {
    margin-top: 3.91134vw;
  }
  .sorry-corprates_col .type03 .btn-inr {
    height: 32px;
    line-height: 32px;
    font-size: 2.60756vw;
  }
  .sorry-corprates_col .type03:hover .btn-inr {
    background: #f6f6f6;
    color: #666;
  }
  .terms-of-use.nomal {
    min-width: inherit;
  }
  .terms-of-use .wrap {
    padding-bottom: 13.6897vw;
  }
  .terms-of-use .wrap-inr {
    width: auto;
    padding: 0 4.56323vw;
  }
  .terms-of-use h2 {
    margin-bottom: 5.21512vw;
  }
  .terms-of-use h3 {
    font-size: 4.43286vw;
    margin-bottom: 3.91134vw;
  }
  .terms-of-use h4 {
    font-size: 3.91134vw;
    margin-bottom: 2.60756vw;
  }
  .terms-of-use .col {
    margin-bottom: 7.82269vw;
  }
  .terms-of-use .col p {
    font-size: 3.12907vw;
    line-height: 1.77778;
  }
  .terms-of-use .col p + p {
    margin-top: 1em;
  }
  .terms-of-use .use-table th {
    font-size: 3.65059vw;
  }
  .terms-of-use .use-table td {
    font-size: 3.12907vw;
  }
  .pen .menu-row:nth-child(1) {
    background: #004da8;
  }
  .pen .menu-row:nth-child(2) {
    background: #cae2fc;
  }
  .pen .menu-row:nth-child(2) .menu-col a:hover {
    opacity: 1;
  }
  .pen .menu-row:nth-child(2) .menu-col a .product-img {
    width: 64px;
    display: inline-block;
    vertical-align: middle;
  }
  .pen .menu-row:nth-child(2) .menu-col a .product-name {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .pen .menu-row:nth-child(3) {
    background: #fbf2a9;
  }
  .pen .menu-row:nth-child(3) .btn {
    display: inline-block;
    padding: 0;
    background: none;
  }
  .pen .menu-row:nth-child(3) .menu-col {
    height: auto;
  }
  .pen .menu-row:nth-child(3) .menu-col .btn .btn-inr {
    width: 100%;
  }
  .pen .menu-row:nth-child(3) .menu-col a .product-img {
    width: 100%;
    margin: 0 auto 0px;
  }
  .pen .menu-row:nth-child(3) .menu-col a:hover .type04 .btn-inr {
    background: none;
    color: #968607;
  }
  .pen .menu-row:nth-child(3) .menu-col a .btn-inr {
    font-size: 1.2rem;
    padding: 0;
    line-height: 1;
    height: auto;
  }
  .pen .menu-row:nth-child(3) .menu-col a .btn-inr span::before {
    display: none;
  }
  .pen .menu-row:nth-child(4) {
    background: #fce2d8;
  }
  .pen .menu-row:nth-child(4) .menu-col {
    height: auto;
  }
  .pen .menu-row:nth-child(4) .menu-col .btn .btn-inr {
    width: 100%;
  }
  .pen .menu-row:nth-child(4) .menu-col a .product-img {
    width: 30px;
    margin: 0 auto 0px;
  }
  .pen .menu-row:nth-child(5) {
    background: #fff;
  }
  .pen .menu-row:nth-child(5) .menu-col {
    height: auto;
    padding: 10px 0px 11px;
  }
  .pen h2::after {
    height: 3px;
    margin-top: 2.7137vw;
  }
  .pen .type03 {
    border: 3px solid #004da8;
  }
  .pen .type03:hover .btn-inr {
    background: #fff;
    color: #004da8;
  }
  .pen .type03_02 {
    border: 3px solid #00c6fb;
  }
  .pen .type03_02:hover .btn-inr {
    background: #fff;
    color: #00c6fb;
  }
  .pen .accordion .accordion-title {
    background-image: url(../img/common/icon_a_down02.png);
    background-size: 12px auto;
  }
  .pen .accordion .accordion-title.is-active {
    background-image: url(../img/common/icon_a_up02.png);
    background-size: 12px auto;
  }
  .pen .typeMenu {
    border: 3px solid #fff;
  }
  .pen .typeMenu:hover .btn-inr {
    background: #004da8;
    color: #fff;
  }
  .pen .sitemap_title a {
    padding-right: 20px;
  }
  .pen .sitemap_title a:hover {
    opacity: 1;
  }
  .pen .sitemap a {
    padding-right: 20px;
  }
  .pen .sitemap a:hover {
    opacity: 1;
  }
  .amd .menu-row:nth-child(1) {
    background: #fb3200;
  }
  .amd .menu-row:nth-child(2) {
    background: #fce2d8;
  }
  .amd .menu-row:nth-child(2) .menu-col {
    width: 100%;
  }
  .amd .menu-row:nth-child(2) .menu-col a .product-img {
    display: inline-block;
    width: 49px;
    margin: 0 auto 0px;
  }
  .amd .menu-row:nth-child(2) .menu-col a .product-name {
    margin-left: 2.5vw;
  }
  .amd .menu-row:nth-child(2) .menu-col a:hover {
    opacity: 1;
  }
  .amd .menu-row:nth-child(3) {
    background: #cae2fc;
  }
  .amd .menu-row:nth-child(3) .menu-col {
    width: 100%;
    height: auto;
  }
  .amd .menu-row:nth-child(3) .menu-col .btn .btn-inr {
    width: 100%;
  }
  .amd .menu-row:nth-child(3) .menu-col a .product-img {
    width: 95%;
    margin: 0 auto 0px;
  }
  .amd .menu-row:nth-child(4) {
    background: #fbf2a9;
  }
  .amd .menu-row:nth-child(4) .btn {
    display: inline-block;
    padding: 0;
    background: none;
  }
  .amd .menu-row:nth-child(4) .menu-col {
    height: auto;
  }
  .amd .menu-row:nth-child(4) .menu-col .btn .btn-inr {
    width: 100%;
  }
  .amd .menu-row:nth-child(4) .menu-col a .product-img {
    width: 100%;
    margin: 0 auto 0px;
  }
  .amd .menu-row:nth-child(4) .menu-col a:hover .type04 .btn-inr {
    background: none;
    color: #968607;
  }
  .amd .menu-row:nth-child(4) .menu-col a .btn-inr {
    font-size: 1.2rem;
    padding: 0;
    line-height: 1;
    height: auto;
  }
  .amd .menu-row:nth-child(4) .menu-col a .btn-inr span::before {
    display: none;
  }
  .amd .menu-row:nth-child(5) {
    background: #fff;
  }
  .amd .menu-row:nth-child(5) .menu-col {
    height: auto;
    padding: 10px 0px 11px;
  }
  .amd h2::after {
    height: 3px;
    margin-top: 2.7137vw;
  }
  .amd .typePoint {
    font-size: 4.1721vw;
    border-radius: 7.30117vw;
  }
  .amd .typePoint-wrap {
    border-radius: 0;
    padding: 2.60756vw 0;
  }
  .amd .typePoint .btn-inr span::before {
    margin-right: 10px;
    font-size: 5.21512vw;
    top: 1px;
  }
  .amd .typePoint .btn-inr + .btn-inr {
    margin-left: 5.21512vw;
  }
  .amd .typePoint img {
    max-width: 14.60235vw;
  }
  .amd .typePoint:hover {
    background: #fff;
  }
  .amd .typePoint:hover .btn-inr {
    color: #fb3200;
  }
  .amd .type03 {
    border: 3px solid #fb3200;
  }
  .amd .type03:hover .btn-inr {
    background: #fff;
    color: #fb3200;
  }
  .amd .type03_02 {
    border: 3px solid #bf9900;
  }
  .amd .type03_02:hover .btn-inr {
    background: #fff;
    color: #bf9900;
  }
  .amd .type03_02.is-indexBtn {
    border: 3px solid #de7e02;
  }
  .amd .type03_02.is-indexBtn:hover .btn-inr {
    background: #fff;
    color: #de7e02;
  }
  .amd .accordion .accordion-title {
    background-image: url(../img/common/icon_a_down.png);
    background-size: 12px auto;
  }
  .amd .accordion .accordion-title.is-active {
    background-image: url(../img/common/icon_a_up.png);
    background-size: 12px auto;
  }
  .amd .typeMenu {
    border: 3px solid #fff;
  }
  .amd .typeMenu:hover .btn-inr {
    background: #fb3200;
    color: #fff;
  }
  .disease .menu-row:nth-child(1) {
    background: #a69200;
  }
  .disease .menu-row:nth-child(2) {
    background: #fbf2a9;
  }
  .disease .menu-row:nth-child(2) .menu-col a .product-img {
    display: inline-block;
    width: 13.16819vw;
    margin: 0 auto 0px;
  }
  .disease .menu-row:nth-child(2) .menu-col a .product-name {
    margin-left: 3.65059vw;
    font-size: 1.2rem;
  }
  .disease .menu-row:nth-child(2) .menu-col a:hover {
    opacity: 1;
  }
  .disease .menu-row:nth-child(3) {
    background: #cae2fc;
  }
  .disease .menu-row:nth-child(3) .menu-col {
    width: 100%;
    height: auto;
  }
  .disease .menu-row:nth-child(3) .menu-col .btn .btn-inr {
    width: 100%;
  }
  .disease .menu-row:nth-child(3) .menu-col a .product-img {
    width: 95%;
    margin: 0 auto 0px;
  }
  .disease .menu-row:nth-child(4) {
    background: #fce2d8;
  }
  .disease .menu-row:nth-child(4) .menu-col {
    height: auto;
  }
  .disease .menu-row:nth-child(4) .menu-col .btn .btn-inr {
    width: 100%;
  }
  .disease .menu-row:nth-child(4) .menu-col .btn .btn-inr {
    width: 100%;
  }
  .disease .menu-row:nth-child(4) .menu-col a .product-img {
    width: 100%;
    margin: 0 auto 0px;
  }
  .disease .menu-row:nth-child(5) {
    background: #fff;
  }
  .disease .menu-row:nth-child(5) .menu-col {
    height: auto;
    padding: 10px 0px 11px;
  }
  .disease h2::after {
    height: 3px;
    margin-top: 2.7137vw;
  }
  .disease h2.second-index_title {
    margin-bottom: 7.1708vw;
  }
  .disease .type03 {
    border: 3px solid #a69200;
  }
  .disease .type03:hover .btn-inr {
    background: #fff;
    color: #a69200;
  }
  .disease .type03_02 {
    border: 3px solid #bf9900;
  }
  .disease .type03_02:hover .btn-inr {
    background: #fff;
    color: #bf9900;
  }
  .disease .typeMenu {
    border: 3px solid #fff;
  }
  .disease .typeMenu:hover .btn-inr {
    background: #a69200;
    color: #fff;
  }
  .menu {
    position: relative;
    width: 100%;
    letter-spacing: -0.5em;
  }
  .menu-wrap {
    height: 50px;
  }
  .menu-wrap.pc {
    display: none;
  }
  .menu-wrap.sp {
    display: table;
  }
  .menu-wrap.sp a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    color: #d7063b;
  }
  .menu-wrap.sp a .product-name {
    font-size: 14px;
  }
  .menu-wrap.sp a .product-name-sub {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
  }
  .menu-wrap.sp a img {
    width: 14px;
  }
  .menu-col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none !important;
  }
  .menu-row {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: 50px;
  }
  .menu-row.pc {
    display: none;
  }
  .menu-row.sp {
    display: block;
  }
  .menu-row .amd-link {
    font-size: 1rem;
    white-space: nowrap;
  }
  .menu-row .amd-link:hover {
    opacity: 1;
  }
  .menu-row .amd-link .pc {
    display: none;
  }
  .menu-row:nth-child(1) {
    width: 16.28223vw;
  }
  .menu-row:nth-child(1) .menu-col {
    height: auto;
    max-height: 100%;
  }
  .menu-row:nth-child(1) .menu-trigger_name {
    display: none;
  }
  .menu-row:nth-child(2) {
    width: 51.1533242877vw;
  }
  .menu-row:nth-child(2) .menu-col {
    height: auto !important;
  }
  .menu-row:nth-child(2) .menu-col a {
    display: inline-block;
  }
  .menu-row:nth-child(2) .menu-col a .product-img {
    width: 23.06649vw;
    display: inline-block;
    vertical-align: middle;
  }
  .menu-row:nth-child(2) .menu-col a .product-name {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    line-height: 1.5;
  }
  .menu-row:nth-child(2) .menu-col a:hover {
    opacity: 1;
  }
  .menu-row:nth-child(3) {
    width: 16.28223vw;
  }
  .menu-row:nth-child(3) .btn {
    display: none;
  }
  .menu-row:nth-child(4) {
    width: 16.28223vw;
  }
  .menu-row:nth-child(4) .btn {
    display: none;
  }
  .menu-contents {
    position: static;
    top: 16.28223vw;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 3;
    max-height: 0;
  }
  .menu-contents.is-active {
    height: auto;
    max-height: 500px;
  }
  .menu-contents_col {
    padding: 5.42741vw 0;
  }
  .menu-contents_items {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 0 5.42741vw;
  }
  .menu-contents_items > div {
    padding: 0 0;
  }
  .menu-contents_items > div + div {
    margin-top: 5.42741vw;
  }
  .menu-contents_items + div {
    margin-top: 5.42741vw;
    margin-left: 0px;
  }
  .menu-contents_items-wrap {
    display: block;
  }
  .footer-link {
    float: none;
    margin-top: 0px;
    margin-bottom: 3.91134vw;
  }
  .footer-link > li {
    margin-bottom: 10px;
  }
  .footer-link > li a {
    font-size: 2.86832vw;
  }
  .footer-link > li + li {
    padding-left: 1.30378vw;
    margin-left: 1.30378vw;
  }
  .footer-link > li:nth-child(4) {
    border-left: 0;
    padding-left: 0vw;
    margin-left: 0vw;
  }
  .footer-logos {
    float: none;
    text-align: center;
  }
  .footer-logos_col {
    display: inline-block;
  }
  .footer-logos_col.f-logo01 {
    width: 28.68318vw;
    margin-left: 1.30378vw;
  }
  .footer-logos_col.f-logo01 img {
    max-width: 100%;
  }
  .footer-logos_col.f-logo02 {
    width: 23.07692vw;
  }
  .footer-logos_col.f-logo02 img {
    max-width: 100%;
  }
  .footer-bottom {
    padding: 2.60756vw 0px;
  }
  .footer-bottom p {
    font-size: 2.34681vw;
    line-height: 1.5;
  }
  .nomal .footer-contents {
    width: 100%;
    padding: 3.91134vw 5.21512vw 5.21512vw;
  }
  .nomal .footer-bottom p {
    width: 100%;
    padding: 0px 5.21512vw;
  }
  .second.amd .footer-sitemap, .second.pen .footer-sitemap, .second.disease .footer-sitemap {
    padding-top: 0;
  }
  .second.amd .footer-sitemap > div, .second.pen .footer-sitemap > div, .second.disease .footer-sitemap > div {
    min-width: 0;
    padding: 0 5.21512vw 7.82269vw;
  }
  .second.amd .footer-sitemap-grid, .second.pen .footer-sitemap-grid, .second.disease .footer-sitemap-grid {
    display: block;
  }
  .second.amd .footer-sitemap-grid-col, .second.pen .footer-sitemap-grid-col, .second.disease .footer-sitemap-grid-col {
    max-width: 100%;
  }
  .second.amd .footer-sitemap-grid-col + div, .second.pen .footer-sitemap-grid-col + div, .second.disease .footer-sitemap-grid-col + div {
    max-width: 100%;
  }
  .second.amd .footer-sitemap-grid-col .footer-sitemap-grid-col, .second.pen .footer-sitemap-grid-col .footer-sitemap-grid-col, .second.disease .footer-sitemap-grid-col .footer-sitemap-grid-col {
    max-width: 100%;
    width: 100%;
  }
  .second.amd .footer-sitemap-grid-col .footer-sitemap-grid-col + div, .second.pen .footer-sitemap-grid-col .footer-sitemap-grid-col + div, .second.disease .footer-sitemap-grid-col .footer-sitemap-grid-col + div {
    max-width: 100%;
  }
  .second.amd .footer-sitemap .sitemap_title, .second.pen .footer-sitemap .sitemap_title, .second.disease .footer-sitemap .sitemap_title {
    font-size: 1.8rem;
  }
  .second.amd .footer-sitemap .sitemap_title::after, .second.pen .footer-sitemap .sitemap_title::after, .second.disease .footer-sitemap .sitemap_title::after {
    margin-top: 10px;
  }
  .second.amd .footer-sitemap div.sitemap, .second.pen .footer-sitemap div.sitemap, .second.disease .footer-sitemap div.sitemap {
    margin-top: 7.82269vw;
  }
  .second.amd .footer-sitemap div.sitemap + div.sitemap, .second.pen .footer-sitemap div.sitemap + div.sitemap, .second.disease .footer-sitemap div.sitemap + div.sitemap {
    margin-top: 7.82269vw;
  }
  .second.amd .footer-sitemap div.sitemap.amd .sitemap_title a, .second.pen .footer-sitemap div.sitemap.amd .sitemap_title a, .second.disease .footer-sitemap div.sitemap.amd .sitemap_title a {
    background: url(../img/common/icon_a_right02.png) right 50% no-repeat;
  }
  .second.amd .footer-sitemap div.sitemap.pen .sitemap_title a, .second.pen .footer-sitemap div.sitemap.pen .sitemap_title a, .second.disease .footer-sitemap div.sitemap.pen .sitemap_title a {
    background: url(../img/common/icon_a_right01.png) right 50% no-repeat;
  }
  .second.amd .footer-sitemap div.sitemap.disease .sitemap_title a, .second.pen .footer-sitemap div.sitemap.disease .sitemap_title a, .second.disease .footer-sitemap div.sitemap.disease .sitemap_title a {
    background: url(../img/common/icon_a_right03.png) right 50% no-repeat;
  }
  .second.amd .footer-sitemap ul.sitemap, .second.pen .footer-sitemap ul.sitemap, .second.disease .footer-sitemap ul.sitemap {
    padding: 0 2.60756vw 0 2.60756vw;
  }
  .second.amd .footer-sitemap ul.sitemap.is-m, .second.pen .footer-sitemap ul.sitemap.is-m, .second.disease .footer-sitemap ul.sitemap.is-m {
    margin-top: 3.91134vw;
  }
  .second.amd .footer-sitemap ul.sitemap.is-m > li, .second.pen .footer-sitemap ul.sitemap.is-m > li, .second.disease .footer-sitemap ul.sitemap.is-m > li {
    margin-top: 3.91134vw;
  }
  .second.amd .footer-sitemap ul.sitemap.is-m > li > a, .second.pen .footer-sitemap ul.sitemap.is-m > li > a, .second.disease .footer-sitemap ul.sitemap.is-m > li > a {
    font-size: 1.6rem;
  }
  .second.amd .footer-sitemap ul.sitemap.is-s, .second.pen .footer-sitemap ul.sitemap.is-s, .second.disease .footer-sitemap ul.sitemap.is-s {
    margin-top: 2.60756vw;
  }
  .second.amd .footer-sitemap ul.sitemap.is-s > li, .second.pen .footer-sitemap ul.sitemap.is-s > li, .second.disease .footer-sitemap ul.sitemap.is-s > li {
    margin-top: 1.4rem;
  }
  .second.amd .footer-sitemap ul.sitemap.is-s > li > a, .second.pen .footer-sitemap ul.sitemap.is-s > li > a, .second.disease .footer-sitemap ul.sitemap.is-s > li > a {
    font-size: 1.4rem;
  }
  .second .footer-contents {
    width: 100%;
    padding: 3.91134vw 5.21512vw 5.21512vw;
  }
  .second .footer-bottom p {
    width: 100%;
    padding: 0px 5.21512vw;
  }
}
/* ======================================================================== */
/* additional styles - 2024/12 */
/* ======================================================================== */
/* for nl_pen-manual1.asp */
.second .col .pm1pt__ls {
  display: flex;
  gap: calc(10 / 375 * 100vw) 15px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1pt__ls {
    flex-direction: column;
  }
}
.second .col .pm1pt__ls > li {
  position: relative;
  flex: 1 1 33.3333%;
  padding: 20px;
  border: 1px solid #CCCCCC;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1pt__ls > li {
    padding: calc(20 / 375 * 100vw);
  }
}
.second .col .pm1pt__ls > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  aspect-ratio: 40/40;
  background: 50% 50%/contain no-repeat;
  z-index: 2;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1pt__ls > li::before {
    width: calc(40 / 375 * 100vw);
  }
}
.second .col .pm1pt__ls > li:nth-child(1)::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAb1BMVEUAAADlABLgAA/lABLlABLlABLlABLlABLmABHmABLlABLkABDlABLmABLlABPmABLkABPmABPlABLqABXMAADlABLmABHmABHoAA/mABDlABL////sRFHxd4H6zNDoHCzvZnH97u/2qrDziJDqM0Epn7uBAAAAGnRSTlMA5xD49OvGpWhTgC7f0rOqeygdDAWBXFshHwG+JKQAAAG8SURBVHja5ZlZjoMwEETLLDYmhABZCE1mn/ufcSZSEilC0DZTf/MO8NRAe+kCCmd/dLbK5Jessu7oz1hPcnJGJhh3SrCCg69TmSGt/SG2uMbIIqZJYnRlJipZGawscgkiLxBCayUY20KlSCWCVCtyv5NIdnss0G0lmm2HWTZGVmA2s75cVpFvFB/J2BlZjekwYb+VP7CdfmulX17HG5eZ7pn0syzyNipCKfBEq6yPF1WYPq9CqxT4oQrFRjywfI1PQvWhE6UD38cQYZ7gTqn5goRSPgrMFt/f5xgozO4lNjLH9+Xl0YC6UJrb+Taz5i7jBEVoDrjihSUUjys1T1gDQJLyhGkCoBeeUHoAjil0AAxTaIBBmEIZ4CWAcKFHyRWWcFyhg+UKLSqusELGFWYQrlD+oZD+UehtQ29s+tKjbw787WvgCgfAMIUGgGMKHYCeKexvB71G1EGPmiesccXzhP5+ndOIu86hYQkb7Ur8IPJKjJIjLIPHCokdK1AwhIUymsUKrTI8xgrTVhlvYymUATyWHT0iYIcY7JiFHgTxoyp+mMaP+/iBJD8y5Ye6/NiZH4zzo3v+zwX6748fskn9ysvLjq0AAAAASUVORK5CYII=");
}
.second .col .pm1pt__ls > li:nth-child(2)::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAdVBMVEUAAADlABLlABLgAA/lABLlABLlABLlABLmABHmABLkABDlABLmABLlABPmABLkABPmABPlABLqABXmABHmABHoAA/mABDlABL////97u/4u8Dxd4HnESL6zNDsRFHoIjLuVWH2qrDziJDqM0HvZnH1maD83d/hIzOnAAAAF3RSTlMA9ucQ68algGhTLt/Ss6p7KB0MXFshH6v+7z8AAAJ9SURBVHhevZnZcuMgEEWFVsu2vMVxg3Z5+/9PnFRlZlzKpQFByufVVccNTbO0IgufZZFnG0FfiE2WF+Vn5E/ykccExPlH4qUrK0EMoioXB7ePyUi8T5boCkFWROGsXKXkRLpy0h0yciY7OIQnaAHCFuRpRwvZnUy+45YWsz3yvnVMHsRr1peSF+naxRduPMbkTXxE34nNR99c61pJKbt6asZWnxnM9Y6xPZSc0zU65w7KjXSMndSgdMofZXgQhAy1ZFAjCMW8CjNCbkryNFjXtgHfpZGradBJao0PucNqfO2PBQGtzScVZKb4H6AgoJZWHpCXfyHuCehngue1H4javnmaQ9z/FcZcgJjRUZlmMf72lQQMOPuYKxwzfZ+uFQENrA/dTzUIKy4lk3zR8sGTNi1nQp4v30Q/MAnp/CXMCYEZdBXmkGMQ9ny+OiJNni+E3AxRNLMsA5eo1AnrF4b/uhNSQh0D/JbRElJAToz0CmoZspKRG7hFDqQhizbkSvuAPRvZRMJ5+rqZryMtIiJHGjn3taTHUTjU4AsS3hVs1iHCdsIzlBcKl8U3Q/XEI+zL5irndAMZ2NgW9tDBAW8ks5TeaBsull6xZLhTSxaKqHTPrhrJShldeF8H4dm5wBEAPkt4eNTnTr6aCw8PqTNpmRxrA4/RRFg3F3UjHrx/VYQMUBtOVHBZsl4PzRNRcte5XnoJY/bC+fAT7rkrcSu9hCLhLu2jn7BgnxVXL2GasA+f2ku44p9mykeYGR6P0kMoDvC8DWOFD/AgdkyLwJft6bebGG9os4DR3xfeqnpDMy2o3fe+hmR4yzS8qfvutnN4Yzy8df/+jwvhnz/+ABSoyFCUJcQ5AAAAAElFTkSuQmCC");
}
.second .col .pm1pt__ls > li:nth-child(3)::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAdVBMVEUAAADlABLlABLgAA/lABLlABLlABLlABLmABHmABLkABDlABLmABLlABPmABLkABPmABPlABLqABXmABHmABHoAA/mABDlABL////xd4H4u8DnESL97u/sRFHoIjLvZnH2qrD6zND83d/ziJDuVWHqM0H1maAUXGqMAAAAF3RSTlMA9ucQ68algGhTLt/Ss6p7KB0MXFshH6v+7z8AAAKdSURBVHjardlZcusgEAVQ0GjFcwZfEJple/9LfEnqxXHUDUgqzq/Kt8CNDLSFx0eRZ+lWAoDcpllefIj14rcsAhFlb7FYo9hLWMh9sXhwxwhO0TFeEpdLeMl8duQmwSzJRsxxSjFbehJeG4kFpG+QrwcsdHgVDucdFtudhdVLhBWiF2teglWSF3teyMRzhNWiM1PfHXim1veyVJ+GstNXA86O1vrAp7Wlmui1AXUg65mN05XicJGTFX6SoOpBWVRXTMmTeJaCapVDi6mUTJjkObWuSccJiKtyqxpMJLH4kYMwlfIoMZU/BihBaOVFhih/hnj0DbDUbf1Jd+qZxtTxf2DkrkjZ4EfTOecciW8FqFI99LYHA4hCfNmDUr+u1uKD2NtKUts/Rp6QsrzDWePeGtiDehdCZKCa+uE2eaIeOlAZqbGPniwbWucL/PjlZMC4iALzmZGsa7pwcsx0a+/qSW/AyZma2FeRPw+ZSFcFjga8VGyXB1b3BjZbIcMGSoGwU8bKQFXdAgSSxNWBjf7SDX8TDR8oMd+tU0/ufFG2q99l1bDLJsUi2vM2pyLDMr3nB5Hd5OtfxjHEAVQuChCN+lU7txuqEBfPnrcw8MJuAYN6GF11BhHxm1Tn+J7uzm0v47dRbZ9zo5xVfuc3+sb6zpreuQ5lbDmKlM+Jte3U3fBHEVH4fl56XQNo6nHwnDhRWI9zpfKraY3tB85bpXxGEEfHkbhVHr3hS/ItBzUuzkPuvFZAK4fOgEhicvGZfTPTgOe2lzrujjTOgJHSyyNl2o5MtjXgyBO53vLMVXfl9+TLctQ1bDbsBXy9A9siWG/3GrqJEbrNErwRFL5VFb6ZFr7dF74hGb5lGr6pG77tHL4xHr51H/7PheB/f/wD/CLJeaKxu08AAAAASUVORK5CYII=");
}
.second .col .pm1pt__ls__p {
  position: relative;
  margin: 0 auto 20px;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1pt__ls__p {
    max-width: 540px;
    padding: 0 calc(15 / 375 * 100vw);
    margin: 0 auto calc(20 / 375 * 100vw);
  }
}
.second .col .pm1pt__ls__p img {
  display: block;
  width: 100%;
  height: auto;
}
.second .col .pm1pt__ls__tt {
  margin: 0 0 15px;
  color: #BC2A15;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24);
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1pt__ls__tt {
    margin: 0 0 calc(15 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(18 / 15);
  }
}
.second .col .pm1pt__ls__t {
  margin: 0;
  font-size: 18px;
  line-height: calc(32 / 18);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1pt__ls__t {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 15);
  }
}
.second .col .pm1pt__ls__t > b {
  color: #004DA8;
  font-weight: 700;
}
.second .col .pm1ck__tt {
  margin: 0 0 45px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__tt {
    margin: 0 0 calc(20 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(18 / 15);
  }
}
.second .col .pm1ck__ls {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__ls {
    gap: calc(20 / 375 * 100vw) 0;
  }
}
.second .col .pm1ck__ls > div > dt {
  margin: 0 0 15px;
  color: #004DA8;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(26 / 24);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__ls > div > dt {
    margin: 0 0 calc(10 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 15);
  }
}
.second .col .pm1ck__cls {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__cls {
    gap: calc(10 / 375 * 100vw) 0;
  }
}
.second .col .pm1ck__cls > li {
  position: relative;
}
.second .col .pm1ck__cls > li::before, .second .col .pm1ck__cls > li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  box-sizing: border-box;
  transform: translateY(50%);
  pointer-events: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__cls > li::before, .second .col .pm1ck__cls > li::after {
    top: 0;
    bottom: auto;
    transform: none;
  }
}
.second .col .pm1ck__cls > li::before {
  width: 36px;
  aspect-ratio: 36/36;
  border: 4px solid #A4AFD9;
  background: #fff;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__cls > li::before {
    width: calc(26 / 375 * 100vw);
    border: calc(3 / 375 * 100vw) solid #A4AFD9;
  }
}
.second .col .pm1ck__cls > li::after {
  width: 20px;
  height: 13px;
  margin: 0 0 1px 3.5px;
  border-left: 4px solid #A4AFD9;
  border-bottom: 4px solid #A4AFD9;
  rotate: -45deg;
  z-index: 2;
  opacity: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__cls > li::after {
    width: calc(15 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
    margin: calc(6 / 375 * 100vw) 0 0 calc(5.5 / 375 * 100vw);
    border-left: calc(3 / 375 * 100vw) solid #A4AFD9;
    border-bottom: calc(3 / 375 * 100vw) solid #A4AFD9;
  }
}
.second .col .pm1ck__cls > li:has(input:checked)::after {
  opacity: 1;
}
.second .col .pm1ck__cls > li input {
  position: absolute;
  right: calc(100% + 5px);
}
.second .col .pm1ck__cls > li label {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 36px;
  position: relative;
  padding: 0 0 0 51px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .second .col .pm1ck__cls > li label {
    cursor: pointer;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__cls > li label {
    align-items: flex-start;
    min-height: calc(26 / 375 * 100vw);
    padding: 0 0 0 calc(36 / 375 * 100vw);
  }
}
.second .col .pm1ck__cls > li label > span {
  display: block;
  font-size: 18px;
  line-height: calc(28 / 18);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .second .col .pm1ck__cls > li label > span {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 15);
  }
}