@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  }
}

.wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 3.125%;
  }
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

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

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

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.bold {
  font-weight: bold;
}

.alC {
  text-align: center;
}

.normal {
  font-weight: normal;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.txtLink.iconOther {
  display: inline-block;
  padding-left: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) 0 6px no-repeat;
}
.txtLink.iconOther::before {
  width: 0;
  height: 0;
  background: none;
}

.noteList > li .txtLink.iconOther {
  padding-left: 30px;
}

.table_typeA {
  overflow: auto;
  white-space: normal;
  margin-top: 10px;
}

.table_typeA table {
  table-layout: fixed;
  background: linear-gradient(to left, hsla(0deg, 0%, 100%, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, hsla(0deg, 0%, 100%, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  /*border-collapse:collapse;*/
  width: 950px;
  border-spacing: 0;
  border-collapse: separate;
}
@media screen and (max-width: 640px) {
  .table_typeA table {
    width: 100%;
  }
}

.table_typeA .tblLayout_auto table {
  table-layout: auto;
}

.table_typeA-auto {
  overflow: hidden;
}

.table_typeA-auto.table_typeA {
  white-space: normal;
  margin-right: 0px;
}

.table_typeA-auto.table_typeA table {
  table-layout: fixed;
  width: 100%;
}

.table_typeA::-webkit-scrollbar {
  height: 5px;
}

.table_typeA::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.table_typeA::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.table_typeA table tr:first-child td {
  border-top: 1px solid #ffffff;
}

.table_typeA table tr th:first-child,
.table_typeA table tr td:first-child {
  border-left: none;
}

.table_typeA table tr th {
  padding: 10px 15px;
  background: #666666;
  background: rgba(102, 102, 102, 0.9);
  color: #ffffff;
  border-top: 1px solid #ffffff;
  font-weight: bold;
  border-left: 1px solid #ffffff;
}

.table_typeA table tr td {
  padding: 10px 15px;
  background: rgba(156, 156, 156, 0.1);
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

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

.table_typeA table tr td.em {
  background: rgba(226, 16, 16, 0.1);
}

.table_typeA ul {
  padding-left: 1.2em;
  list-style-type: disc;
}

.table_typeA ol {
  padding-left: 1.2em;
  list-style-type: decimal;
}

.table_typeA .txtListBox ul {
  padding-left: 0px;
  list-style-type: none !important;
}

.table_typeA .txtListBox ul {
  padding-left: 0px;
  list-style-type: none !important;
}

.table_typeA [valign=top] {
  vertical-align: top;
}

.table_typeA [valign=bottom] {
  vertical-align: bottom;
}

.table_typeA [valign=baseline] {
  vertical-align: baseline;
}

.table_typeA table {
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.table_typeA table tr th:first-child, .table_typeA table tr td:first-child {
  border-left: 1px solid #d0d0d0;
}

main {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 50px;
  }
}

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

.ttlLv1 {
  padding: 60px 0 14px 0;
  margin: 0 auto 20px;
  position: relative;
  border-bottom: 3px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .ttlLv1 {
    padding: 40px 10px 8px;
  }
}
.ttlLv1::after {
  content: "";
  display: block;
  width: 37.5%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #c41419;
}
.ttlLv1 .heading {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttlLv1 .heading {
    font-size: 20px;
    line-height: 1.3;
  }
}

.ttlLv2 {
  margin-bottom: 20px;
  padding: 60px 0 8px;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (max-width: 640px) {
  .ttlLv2 {
    padding-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.ttlLv2 .heading {
  border-left: 5px solid #cc0000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .ttlLv2 .heading {
    font-size: 18px;
  }
}

.btn {
  display: block;
  width: 45%;
  max-width: 100%;
  min-height: 48px;
  margin: 20px auto 0 auto;
  padding: 13px 30px 13px 20px;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    min-height: auto;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  font-size: inherit;
  width: 8px;
  height: 13px;
  background-image: url(/commonY15/img/icon/arw_s_white.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
}

.btnRD .btn {
  background-color: #c00;
  color: #fff;
  border: 0px;
}

.noteList {
  margin-top: 10px;
}
.noteList > li {
  text-indent: -1em;
  padding-left: 1em;
}

.txtLink {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  color: #0f0f69;
  margin-top: 5px;
}
.txtLink::before {
  width: 8px;
  height: 12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/sp/common_renewal/img/parts/mod-icon_arrow.png) no-repeat center 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.lead__txt {
  margin-top: 50px;
  text-align: center;
}

.accordion {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #cdcdcd;
}

.accordion--head {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.accordion--head:hover {
  cursor: pointer;
}
.accordion--head::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/commonY15/img/icon/arw_left.png) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.accordion--head.open::after {
  transform: rotate(90deg);
}

.accordion--content {
  display: none;
}

.flow {
  margin-top: 25px;
}

.flow .box {
  border: 1px solid #EA3442;
}

.flow01 {
  background-image: url(../img/flow_img01.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.flow01 p {
  padding: 30px 20px;
  font-size: 20px;
  color: #EA3442;
}

.flow02 {
  background-image: url(../img/flow_arw.gif);
  background-position: 86% bottom;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.flow02 .btm_arw, .flow02 .top_arw {
  width: 70%;
  padding-top: 30px;
  background-image: url(../img/flow_arw.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 15px auto;
  font-size: 1;
}
.flow02 .box {
  width: 70%;
  padding: 15px;
}
.flow02 .box h4 {
  font-size: 15px;
  color: #EA3442;
  margin-bottom: 0.3em;
  font-weight: normal;
}
.flow02.no--arrow {
  background-image: none;
}

.flow--pattern-a {
  position: relative;
}
.flow--pattern-a::after {
  position: absolute;
  left: 20%;
  top: 10px;
  content: "必要書類の提出が必要な方";
  font-size: 13px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .flow--pattern-a::after {
    top: 3px;
  }
}

.flow--pattern-b {
  position: relative;
}
.flow--pattern-b::before {
  position: absolute;
  right: 5%;
  top: 10px;
  content: "受付時に必要書類を提示済みの方";
  font-size: 13px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .flow--pattern-b::before {
    top: 10px;
    right: 3%;
    content: "受付時に\a必要書類を\a提示済みの方";
    white-space: pre;
    text-align: center;
  }
}

.flow--pattern-c {
  position: relative;
}
.flow--pattern-c::after {
  position: absolute;
  left: 20%;
  top: 10px;
  content: "本人確認がお済みでない方";
  font-size: 13px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .flow--pattern-c::after {
    top: 3px;
  }
}

.flow--pattern-d {
  position: relative;
}
.flow--pattern-d::before {
  position: absolute;
  right: 5%;
  top: 10px;
  content: "本人確認がお済みの方";
  font-size: 13px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .flow--pattern-d::before {
    top: 10px;
    right: 3%;
    content: "本人確認が\aお済みの方";
    white-space: pre;
    text-align: center;
  }
}

.center_arw {
  padding-top: 30px;
  background-image: url(../img/flow_arw.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 15px auto;
  font-size: 1;
}

.flow03 {
  background-image: url(../img/flow_img02.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.flow03 p {
  padding: 30px 20px;
  font-size: 20px;
  color: #EA3442;
}

.flow04 {
  background-image: url(../img/flow_img03.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.flow04 p {
  padding: 30px 20px;
  font-size: 20px;
  color: #EA3442;
}

.flow05 {
  margin-bottom: 10px;
}
.flow05 h4 {
  background: #EA3442;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: normal;
}
.flow05 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .flow05 .flexbox {
    flex-flow: row wrap;
    padding: 10px;
  }
}

.red {
  color: #EA3442;
}

@media screen and (max-width: 640px) {
  .item--send {
    flex: 0 1 50%;
  }
}

.item--send__txt {
  text-align: center;
}

.item--send__box {
  display: flex;
  padding: 10px;
  background: #FCE3E5;
}
@media screen and (max-width: 640px) {
  .item--send__box {
    flex: 0 1 100%;
  }
}

.caption.caption--flow05 {
  margin-bottom: 10px;
}

.flow06 {
  margin-bottom: 0.2em;
}
.flow06 h4 {
  font-size: 20px;
  color: #EA3442;
  padding: 0.3em 0;
  font-weight: normal;
}
.flow06 h4 span {
  font-size: 16px;
  color: #000;
}
.flow06.box {
  padding: 20px;
}
.flow06 .btn {
  margin: 20px 0 0;
  background-color: #EA3442;
}
.flow06 .flexbox {
  display: flex;
  justify-content: space-between;
}
.flow06 .flexbox .img {
  flex: 0 1 15%;
}
@media screen and (max-width: 640px) {
  .flow06 .flexbox .img {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 640px) {
  .flow06 .flexbox .item__text {
    flex: 0 1 70%;
  }
}

.flow07 {
  background: #EA3442;
  color: #fff;
  padding: 15px;
}
.flow07 h4 {
  font-size: 20px;
  padding: 0.3em 0;
  font-weight: normal;
}
.flow07 .text {
  margin-bottom: 10px;
}
.flow07 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow07 .flexbox .img {
  flex: 0 1 10%;
}
@media screen and (max-width: 640px) {
  .flow07 .flexbox .img {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 640px) {
  .flow07 .flexbox .item__text {
    flex: 0 1 70%;
  }
}
.flow07 .btn__white a {
  display: block;
  border: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.flow08 {
  border: 1px solid #EA3442;
  padding: 15px;
}
.flow08 .text {
  padding: 10px;
}
.flow08 .text h4 {
  color: #EA3442;
  font-size: 20px;
  padding: 0.3em 0;
  font-weight: normal;
}
.flow08 .flexbox {
  display: flex;
  justify-content: space-between;
}
.flow08 .flexbox .img {
  flex: 0 1 15%;
}
@media screen and (max-width: 640px) {
  .flow08 .flexbox .img {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 640px) {
  .flow08 .flexbox .item__text {
    flex: 0 1 70%;
  }
}

.ca_entry {
  text-align: center;
}
.ca_entry img {
  max-width: 420px;
}
@media screen and (max-width: 640px) {
  .ca_entry img {
    max-width: 100%;
  }
}

.catch {
  font-size: 16px;
  color: #EA3442;
  text-align: center;
  padding: 1em 0 2em 0;
}

.tel {
  font-size: 20px;
  margin-top: 16px;
  font-weight: bold;
}