@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../../../../../fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../../../../../fonts/NotoSans_medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../../../../../fonts/NotoSans_black.woff") format("woff");
}
/*リセット*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::before, ::after {
  box-sizing: border-box;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: #171A39;
  font-family: "NotoSansJP", sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
}

a {
  color: #171A39;
  line-height: 1;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: .7;
  cursor: pointer;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  font: inherit;
  outline: none;
}

textarea {
  box-sizing: border-box;
  resize: none;
}

label {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.mv .mv-body {
  background: url("../../../../img/renewal/pc/medicine_payment/mv_bg.png") no-repeat right top;
  margin: auto;
  width: 1366px;
  height: 640px;
}
.mv .mv-body .header .header-body {
  padding: 19px 96px;
}
.mv .mv-body .header .header-body h1 img {
  width: 294px;
}
.mv .mv-body .contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 44px 183px;
}
.mv .mv-body .contents .left-col {
  flex-shrink: 0;
  width: 364px;
}
.mv .mv-body .contents .left-col h2 img {
  width: 362px;
}
.mv .mv-body .contents .left-col .subtext {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
  white-space: nowrap;
}
.mv .mv-body .contents .left-col .btnbox {
  margin-top: 40px;
}
.mv .mv-body .contents .left-col .btnbox a {
  background: #2268B3;
  border-radius: 16px;
  box-shadow: 0 6px 0 #044284;
  color: #fff;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  height: 70px;
  line-height: 70px;
  margin: auto;
  text-align: center;
  width: 340px;
}
.mv .mv-body .contents .item {
  margin-left: 48px;
  padding: 16px 0 0 0;
  position: relative;
}
.mv .mv-body .contents .item img {
  width: 205px;
}
.mv .mv-body .contents .item .label {
  padding: 0;
  width: 210px;
  position: absolute;
  right: -157px;
  bottom: 91px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}
.mv .mv-body .contents .item .label dt {
  background: #2268B3;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding: 0 0 0 20px;
}
.mv .mv-body .contents .item .label dd {
  background: #EDF1F5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  padding: 0 0 0 20px;
}
.mv .mv-body .contents .item .label dd p {
  color: #2268B3;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.catch {
  background: #2268B3;
}
.catch .catch-body {
  margin: auto;
  width: 1366px;
  padding: 80px 183px;
}
.catch .catch-body .header h2 img {
  display: block;
  margin: auto;
  width: 580px;
}
.catch .catch-body .header .sub {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.0;
  margin-top: 30px;
  text-align: center;
}
.catch .catch-body .frame {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-top: 50px;
}
.catch .catch-body .frame li {
  background: #fff;
  border-radius: 40px;
  flex-shrink: 0;
  width: 480px;
  overflow: hidden;
}
.catch .catch-body .frame li .icon {
  background: #EDF1F5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.catch .catch-body .frame li .icon img {
  display: block;
}
.catch .catch-body .frame li dl {
  padding: 40px 40px 35px;
}
.catch .catch-body .frame li dl dt {
  color: #2268B3;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.catch .catch-body .frame li dl dd {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.catch .catch-body .frame li dl dd .small {
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: center;
}

.about .about-body .header .header-body {
  background: #EDF1F5;
  border-radius: 0 0 80px 0;
  padding: 90px 0 65px;
}
.about .about-body .header .header-body .ttl {
  margin: auto;
  width: 1366px;
}
.about .about-body .header .header-body .ttl .e-ttl {
  color: #2268B3;
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 2.0rem;
  font-weight: 800;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.09em;
}
.about .about-body .header .header-body .ttl .subttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.about .about-body .header .header-body .ttl h2 {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
}
.about .about-body .header .header-body .ttl h2 span {
  color: #2268B3;
  font-family: "Figtree", sans-serif;
  font-size: 8.8rem;
  font-weight: 700;
  vertical-align: -3px;
  margin-right: 7px;
}
.about .about-body .contents .pointbox-body .pointbox {
  margin: auto;
  padding: 60px 183px;
  width: 1366px;
}
.about .about-body .contents .pointbox-body .pointbox .ttl {
  margin-bottom: 55px;
}
.about .about-body .contents .pointbox-body .pointbox .ttl .subttl {
  background: #FBC131;
  border-radius: 20px;
  color: #2268B3;
  font-family: "Figtree", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 30px;
  text-align: center;
  width: 144px;
  letter-spacing: 0.1em;
}
.about .about-body .contents .pointbox-body .pointbox .ttl h3 {
  color: #2268B3;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .icon {
  background: #EDF1F5;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 300px;
  flex-shrink: 0;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .icon img {
  display: block;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 0 0 0;
  gap: 25px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox li:first-of-type {
  width: 340px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox li:last-of-type {
  flex: 1;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox li h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox li h4 span {
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox li .text {
  margin-top: 16px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox li .text p {
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  padding: 0 0 0 20px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-01 .textbox li .text p::before {
  content: "・";
  color: #2268B3;
  position: absolute;
  left: 0;
  top: 0;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 li {
  flex: 1;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 li .icon {
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 300px;
  flex-shrink: 0;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 li .icon img {
  display: block;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 li .icon.bottom {
  align-items: flex-end;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 li .text {
  margin-top: 30px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 li .text h4 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.about .about-body .contents .pointbox-body .pointbox .contents-02 li .text p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 18px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li {
  flex: 1;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li .icon {
  background: #EDF1F5;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 300px;
  flex-shrink: 0;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li .icon img {
  display: block;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li .icon.bottom {
  align-items: flex-end;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li .text {
  margin-top: 30px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li .text h4 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li .text p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 18px;
}
.about .about-body .contents .pointbox-body .pointbox .contents-03 li .text .sub {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
}
.about .about-body .contents:nth-child(odd of .contents) {
  background: #EDF1F5;
}
.about .about-body .contents:nth-child(odd of .contents) .pointbox-body {
  background: #fff;
  border-radius: 80px 0 0 80px;
}
.about .about-body .contents:nth-child(even of .contents) {
  background: #fff;
}
.about .about-body .contents:nth-child(even of .contents) .pointbox-body {
  background: #EDF1F5;
  border-radius: 0 80px 80px 0;
}
.about .about-body .contents:last-of-type .pointbox-body {
  border-radius: 80px 0 0 0 !important;
}

.other {
  background: #2268B3;
}
.other .other-body {
  margin: auto;
  width: 1366px;
  padding: 70px 183px 90px;
}
.other .other-body .header {
  margin-bottom: 60px;
}
.other .other-body .header .subttl {
  border: 4px solid #FBC131;
  border-radius: 28px;
  color: #FBC131;
  font-size: 2.4rem;
  font-weight: 700;
  height: 56px;
  line-height: 48px;
  margin: 0 auto 32px;
  text-align: center;
  width: 200px;
  position: relative;
}
.other .other-body .header .subttl::before {
  background: #FBC131;
  content: "";
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.other .other-body .header .subttl::after {
  background: #2268B3;
  content: "";
  height: 13px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.other .other-body .header h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
.other .other-body .contents .other-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.other .other-body .contents .other-list li {
  background: #fff;
  border-radius: 20px;
  flex-shrink: 0;
  overflow: hidden;
  width: 480px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 191px;
}
.other .other-body .contents .other-list li .icon {
  background: #EDF1F5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  flex-shrink: 0;
}
.other .other-body .contents .other-list li .icon img {
  display: block;
}
.other .other-body .contents .other-list li .text {
  padding: 35px 20px;
}
.other .other-body .contents .other-list li .text h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.other .other-body .contents .other-list li .text p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.operation .operation-body {
  margin: auto;
  padding: 80px 183px;
  width: 1366px;
}
.operation .operation-body .header {
  background: #fff;
  margin-bottom: 50px;
}
.operation .operation-body .header .header-body .ttl {
  margin: auto;
}
.operation .operation-body .header .header-body .ttl .e-ttl {
  color: #2268B3;
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 2.0rem;
  font-weight: 800;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.09em;
}
.operation .operation-body .header .header-body .ttl h2 {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
.operation .operation-body .contents .screen-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 74px;
}
.operation .operation-body .contents .screen-body li.screen {
  flex-shrink: 0;
  width: 531px;
}
.operation .operation-body .contents .screen-body li.screen .view {
  background: #171A39;
  border-radius: 20px;
  width: 100%;
  height: 406px;
  padding: 16px;
}
.operation .operation-body .contents .screen-body li.screen .view img {
  display: block;
  width: 100%;
}
.operation .operation-body .contents .screen-body li.explanation {
  flex: 1;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"] {
  background: #EDF1F5;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 35px 30px;
  position: relative;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"]:hover {
  cursor: pointer;
  opacity: 0.9;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"]:last-of-type {
  margin-bottom: 0;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"]::before {
  background: #FBC131;
  border: 4px solid #2268B3;
  border-radius: 50%;
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: none;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"]::after {
  background-image: repeating-linear-gradient(90deg, #2268B3, #2268B3 4px, transparent 4px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  content: "";
  position: absolute;
  width: 74px;
  height: 4px;
  left: -74px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"] h6 {
  color: #8D9AA8;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"] .txt {
  color: #8D9AA8;
  font-size: 1.8rem;
  line-height: 1.6;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"].is-active {
  background: #2268B3;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"].is-active::before, .operation .operation-body .contents .screen-body li.explanation [class*="summary-"].is-active::after {
  display: block;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"].is-active:hover {
  opacity: 1.0;
  cursor: default;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"].is-active h6 {
  color: #fff;
}
.operation .operation-body .contents .screen-body li.explanation [class*="summary-"].is-active .txt {
  color: #fff;
}

.security {
  background: #EDF1F5;
  border-radius: 80px 80px 0 0;
}
.security .security-body {
  margin: auto;
  padding: 85px 183px 80px;
  width: 1366px;
}
.security .security-body .header {
  margin-bottom: 110px;
}
.security .security-body .header .header-body .ttl {
  margin: auto;
}
.security .security-body .header .header-body .ttl .e-ttl {
  color: #2268B3;
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 2.0rem;
  font-weight: 800;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.09em;
}
.security .security-body .header .header-body .ttl h2 {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
.security .security-body .contents .frame {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
.security .security-body .contents .frame .security-box {
  background: #fff;
  border-top: 8px solid #2268B3;
  border-radius: 0 0 20px 20px;
  flex: 1;
  position: relative;
  padding: 112px 43px 35px;
}
.security .security-body .contents .frame .security-box .icon {
  background: #FBC131;
  border-radius: 50%;
  height: 144px;
  width: 144px;
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.security .security-body .contents .frame .security-box .textbox h6 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
}
.security .security-body .contents .frame .security-box .textbox .text {
  font-size: 1.6rem;
  line-height: 1.8;
}

footer .inquiry {
  background: #2268B3;
}
footer .inquiry .inquiry-body {
  margin: auto;
  padding: 40px 183px;
  width: 1366px;
}
footer .inquiry .inquiry-body ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .inquiry .inquiry-body ul li.ttl {
  flex: 1;
}
footer .inquiry .inquiry-body ul li.ttl p {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  height: 39px;
  line-height: 39px;
  padding: 0 0 0 70px;
  position: relative;
}
footer .inquiry .inquiry-body ul li.ttl p::before {
  background: url("../../../../img/renewal/pc/medicine_payment/mail_icon.png") no-repeat center center;
  content: "";
  height: 39px;
  width: 53px;
  position: absolute;
  left: 0;
  top: 0;
}
footer .inquiry .inquiry-body ul li.btn {
  flex-shrink: 0;
  width: 400px;
}
footer .inquiry .inquiry-body ul li.btn a {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 0 #D2DCE6;
  color: #2268B3;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  height: 88px;
  line-height: 88px;
  text-align: center;
  width: 400px;
}
footer .inquiry .inquiry-body ul li.btn a:hover {
  opacity: 1.0;
  color: rgba(34, 104, 179, 0.7);
}
footer .main-footer {
  background: #000;
}
footer .main-footer .main-footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin: auto;
  width: 1366px;
  padding: 0 183px;
}
footer .main-footer .main-footer-body .corp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
footer .main-footer .main-footer-body .corp dt {
  color: #fff;
  font-size: 1.4rem;
}
footer .main-footer .main-footer-body .corp dd {
  color: #fff;
  font-size: 1.4rem;
}
footer .main-footer .main-footer-body .corp a {
  color: #fff;
}
footer .main-footer .main-footer-body .copy {
  color: #F2F2F2;
  font-size: 1.2rem;
  opacity: 0.7;
}

/*topにもどる*/
.to-scrolltop {
  bottom: 20px;
  display: none;
  height: 76px;
  position: fixed;
  right: 20px;
  width: 76px;
}
.to-scrolltop p {
  background: #FBC131;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  width: 76px;
}
