@charset "UTF-8";
@import url('guide_navi.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%; /* 10px */
}
body {
  width: 100%;
  height: 100%;
  color: #404040;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  line-height: 1.2rem;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
a {
  color: #fd89c0;
  text-decoration: underline;
}

a:hover {
  color: #fd89c0;
  text-decoration: none;
}

/****** content title ******/
.content-title-area {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  padding-bottom: 80px;
}
h2.content-title {
  position: relative;
  display: inline-block;
  font-size: 4.2rem;
  line-height: 5.2rem;
}
h2.content-title::before {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff89c0;
}

/****** table contents ******/
.table-contents {
  box-sizing: border-box;
  width: 500px;
  border: 2px solid #fd89c0;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.table-contents .table-contents-ttl {
  text-align: center;
  background: #fd89c0;
  padding: 15px;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.table-contents .table-contents-inner {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.table-contents .table-contents-inner .table-list {
  list-style: none;
  font-weight: bold;
}
.table-contents .table-contents-inner .table-list li {
  padding-bottom: 5px;
}
.table-contents .table-contents-inner .table-list li:last-child {
  padding-bottom: 0;
}
.table-contents .table-contents-inner .table-list span {
  color: #fd89c0;
}
.table-contents .table-contents-inner .table-list a {
  color: #404040;
  text-decoration: none;
}
.table-contents .table-contents-inner .table-list a:hover {
  color: #404040;
  text-decoration: underline;
}

/****** contents wrapper *******/
.contents-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/****** title ******/
.section-title {
  position: relative;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.section-title span {
  color: #fd89c0;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 2px;
  background: #ff89c0;
  z-index: 1;
}

/****** content section ******/
.content-section {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.content-section .sec01-pic {
  width: 370px;
}
.content-section .sec01-pic img {
  width: 100%;
}

.sec-ttl-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  justify-content: flex-start;
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-bottom: 30px;
}
.sec-ttl-item .sec-ttl-txt {
  display: inline;
  flex: 1;
  min-width: 0;
}
.sec-ttl-item .sec-ttl-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fd89c0;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bold;
  flex-shrink: 0;
}
.download-area {
  width: 500px;
  border: 5px solid #fd89c0;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.download-area .qr-d-pos {
  width: 177px;
  margin: 0 auto 20px;
}
.download-area .qr-d-pos img {
  width: 177px;
  height: auto;
  display: block;
}
.download-area .app-down-list {
  display: flex;
  gap: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.download-area .app-down-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-area .app-down-list li img {
  display: block;
  height: 60px;
  width: auto;
}
.sec-pic-pos {
  width: 500px;
  box-sizing: border-box;
  text-align: center;
}
.sec-pic-pos img {
  width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sec-pic-arrow {
  width: 500px;
  box-sizing: border-box;
  text-align: center;
}
.sec-pic-comp {
  width: 500px;
  box-sizing: border-box;
  text-align: center;
  background: #d0f0e0;
  padding: 20px;
  border-radius: 20px;
}
.sec-pic-mina {
  width: 500px;
  box-sizing: border-box;
  text-align: center;
  background: #b5d9f5;
  padding: 20px;
  border-radius: 20px;
}
.sec-pic-mina .mina-ttl {
  font-size: 2.8rem;
  line-height: 3.8rem;
  text-align: center;
  padding-bottom: 20px;
  color: #2c4fa0;
}
.sec-pic-mina .mina-sub-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.sec-pic-mina .mina-pic {
  text-align: center;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.sec-pic-mina .mina-pic img {
  width: 350px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/****** need ******/
.need-area {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
  background: #ffeef0;
}
.need-area .need-ttl {
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #fd89c0;
  padding-bottom: 20px;
}
.need-area .need-ttl span {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ff0000;
  padding-left: 10px;
}
.need-area .need-inner {
  display: flex;
  box-sizing: border-box;
}
.need-area .need-list {
  list-style: none;
  display: flex;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0;
  margin: 0;
  flex: 1;
}
.need-area .need-list li {
  position: relative;
  padding-left: 29px;
  background-image: url("../img_guide/icon_check.png");
  background-repeat: no-repeat;
  background-position: left 0.6em;
  background-size: 19px 12px;
  margin-right: 20px;
}
.need-area .need-list li:last-child {
  position: relative;
  padding-left: 29px;
  background-image: url("../img_guide/icon_check.png");
  background-repeat: no-repeat;
  background-position: left 0.6em;
  background-size: 19px 12px;
  margin-right: 0;
}
.need-area .need-pic {
  box-sizing: border-box;
  width: 144px;
  padding-left: 30px;
}

/****** flow ******/
.flow-area {
  width: 500px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 80px;
}
.flow-area .flow-icon {
  font-size: 2.0rem;
  padding: 20px 10px;
  border-radius: 30px;
  background: #fd89c0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  max-width:80px;
}
.flow-area .flow-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.flow-area .flow-pic {
  box-sizing: border-box;
}
.flow-pic-comp {
  width: 500px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #ffeef0;
  padding: 20px;
  border-radius: 20px;
}

/****** ready ******/
.ready-area {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background: #ffecb7;
  margin-bottom: 80px;
}
.ready-area .ready-ttl {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #d98f10;
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ready-area .ready-cont {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.ready-sub-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
  padding-bottom: 20px;
}
.ready-sub-icon {
  flex-shrink: 0;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ready-sub-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.ready-sub-txt {
  flex: 1;
  min-width: 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: left;
  font-weight: bold;
  color: #d98f10;
}

/****** cost ******/
.cost-area {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.cost-area .cost-txt {
  padding-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.cost-area .cost-txt span {
  color: #ca2e59;
}
.cost-pic-pos {
  width: 350px;
  box-sizing: border-box;
}
.cost-pic-pos img {
  width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/****** tax ******/
.tax-area {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 80px;
  background: #ffeef0;
  box-sizing: border-box;
}
.tax-area .tax-inner {
  display: flex;
  box-sizing: border-box;
}
.tax-area .tax-cont {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
  flex: 1;
}
.tax-area .tax-cont .tax-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.tax-area .tax-pic {
  box-sizing: border-box;
  width: 127px;
  padding-left: 30px;
}

/****** contact ******/
.contact-area {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 80px;
  background: #daf4f6;
  box-sizing: border-box;
}
.contact-area .contact-inner {
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.contact-area .contact-inner .contact-cont {
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: flex;
}
.contact-area .contact-inner .contact-cont .contact-info-pos {
  box-sizing: border-box;
  flex: 1;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber {
  box-sizing: border-box;
  display: flex;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-icon {
  box-sizing: border-box;
  width: 112px;
  padding-right: 20px;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-icon img {
  width: 100%;
  height: auto;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-number {
  box-sizing: border-box;
  flex: 1;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-number .phone-info-txt {
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-number .phone-info-ttl {
  font-size: 6.8rem;
  line-height: 6.8rem;
  font-weight: bold;
  color: #107a85;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    0 2px 0 #fff;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos {
  box-sizing: border-box;
  width: 270px;
  padding-left: 50px;
  text-align: center;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos .cont-pic-list {
  box-sizing: border-box;
  display: flex;
  list-style: none;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos .cont-pic-list li {
  box-sizing: border-box;
  margin-right: 20px;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos .cont-pic-list li:last-child {
  box-sizing: border-box;
  margin-right: 0;
}
.contact-area .info-ope-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 10px;
}
.contact-area .info-date-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 10px;
}
.contact-area .info-support-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/****** link bottom ******/
.link-btm-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
/* 共通：リンクをアイコン分ずらす */
.link-prev a,
.link-next a {
  display: inline-block;
  position: relative;
  padding: 0 28px; /* アイコン分の余白 */
  box-sizing: border-box;
}

/* prev：左アイコン */
.link-prev a {
  padding-left: 28px;
  background-image: url("../img_guide/l_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 15px;
}

/* next：右アイコン */
.link-next a {
  padding-right: 28px;
  background-image: url("../img_guide/r_arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 15px;
}

/******************************************************
footer
******************************************************/
footer {
  width: 100%;
  background: #ffffff;
  padding: 30px 10px;
  border-top: 1px solid #fd89c0;
  box-sizing: border-box;
  font-size: 1.4rem;
}
footer .copyright {
  text-align: center;
}



/******************************************************
smartphone
******************************************************/
@media screen and (max-width: 768px) {

/****** content title ******/
.content-title-area {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  padding-bottom: 80px;
}
h2.content-title {
  position: relative;
  display: inline-block;
  font-size: 4.2rem;
  line-height: 5.2rem;
}
h2.content-title::before {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff89c0;
}

/****** table contents ******/
.table-contents {
  box-sizing: border-box;
  width: 94%;
  border: 2px solid #fd89c0;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

/****** contents wrapper *******/
.contents-wrapper {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/****** title ******/
.section-title {
  position: relative;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.section-title span {
  color: #fd89c0;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #ff89c0;
  z-index: 1;
}

/****** content section ******/
.content-section {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.content-section .sec01-pic {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content-section .sec01-pic img {
  width: 100%;
  height: auto;
}

.sec-ttl-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  justify-content: flex-start;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
}
.sec-ttl-item .sec-ttl-txt {
  display: inline;
  flex: 1;
  min-width: 0;
}
.sec-ttl-item .sec-ttl-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fd89c0;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bold;
  flex-shrink: 0;
}
.download-area {
  width: 80%;
  border: 5px solid #fd89c0;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.download-area .qr-d-pos {
  width: 115px;
  margin: 0 auto 20px;
}
.download-area .qr-d-pos img {
  width: 115px;
  height: auto;
  display: block;
}
.download-area .app-down-list {
  display: flex;
  gap: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.download-area .app-down-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-area .app-down-list li img {
  display: block;
  height: 40px;
  width: auto;
}
.sec-pic-pos {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.sec-pic-pos img {
  width: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sec-pic-arrow {
  width: 94%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sec-pic-comp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-align: center;
  background: #d0f0e0;
  padding: 20px;
  border-radius: 20px;
}
.sec-pic-comp img {
  width: 100%;
  height: auto;
}
.sec-pic-mina {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #b5d9f5;
  padding: 20px;
  border-radius: 20px;
}
.sec-pic-mina .mina-pic {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sec-pic-mina .mina-pic img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.link-btm-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  padding-bottom: 80px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/****** need ******/
.need-area {
  width: 94%;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
  background: #ffeef0;
}
.need-area .need-inner {
  display: block;
  box-sizing: border-box;
}
.need-area .need-list {
  list-style: none;
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0;
  margin: 0;
}
.need-area .need-list li {
  position: relative;
  padding-left: 29px;
  background-image: url("../img_guide/icon_check.png");
  background-repeat: no-repeat;
  background-position: left 0.6em;
  background-size: 19px 12px;
  margin-right: 0;
  margin-bottom: 10px;
}
.need-area .need-list li:last-child {
  position: relative;
  padding-left: 29px;
  background-image: url("../img_guide/icon_check.png");
  background-repeat: no-repeat;
  background-position: left 0.6em;
  background-size: 19px 12px;
  margin-right: 0;
  margin-bottom: 0;
}
.need-area .need-pic {
  box-sizing: border-box;
  width: 144px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 0;
  text-align: center;
}

/****** flow ******/
.flow-area {
  width: 94%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.flow-area .flow-icon {
  font-size: 2.0rem;
  padding: 20px 10px;
  border-radius: 30px;
  background: #fd89c0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  max-width:80px;
}
.flow-area .flow-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.flow-area .flow-pic {
  box-sizing: border-box;
  width: 100%;
}
.flow-area .flow-pic img {
  width: 80%;
  height: auto;
}
.flow-pic-comp {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #ffeef0;
  padding: 20px;
  border-radius: 20px;
}
.flow-pic-comp img {
  width: 80%;
  height: auto;
}

/****** tax ******/
.tax-area {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 80px;
  background: #ffeef0;
  box-sizing: border-box;
}
.tax-area .tax-inner {
  display: block;
  box-sizing: border-box;
}
.tax-area .tax-cont {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.tax-area .tax-cont .tax-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.tax-area .tax-pic {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-left: 0;
}

/****** contact ******/
.contact-area {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 80px;
  background: #daf4f6;
  box-sizing: border-box;
}
.contact-area .contact-inner {
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.contact-area .contact-inner .contact-cont {
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: block;
}
.contact-area .contact-inner .contact-cont .contact-info-pos {
  box-sizing: border-box;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber {
  box-sizing: border-box;
  display: block;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-icon {
  box-sizing: border-box;
  width: 100%;
  padding-right: 0;
  text-align: center;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-icon img {
  width: 50px;
  height: auto;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-number {
  box-sizing: border-box;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-number .phone-info-txt {
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: center;
  padding-bottom: 10px;
}
.contact-area .contact-inner .contact-cont .contact-info-pos .contact-phonenumber .info-phone-number .phone-info-ttl {
  font-size: 3.8rem;
  line-height: 3.8rem;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #107a85;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    0 2px 0 #fff;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  text-align: center;
  padding-top: 30px;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos .cont-pic-list {
  box-sizing: border-box;
  display: flex;
  list-style: none;
  justify-content: center;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos .cont-pic-list li {
  box-sizing: border-box;
  margin-right: 10px;
}
.contact-area .contact-inner .contact-cont .contact-pic-pos .cont-pic-list li:last-child {
  box-sizing: border-box;
  margin-right: 0;
}
.contact-area .info-ope-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 10px;
  text-align: center;
}
.contact-area .info-date-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 10px;
  text-align: center;
}
.contact-area .info-support-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
}
}

/****** common style ******/
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb80 { margin-bottom: 80px; }