@charset "UTF-8";
/*========================================================================= Common second CSS =========================================================================*/
.cm-header-inner {
  width: 100%;
  display: block;
  /* max-width: 1366px; */
  margin: auto;
}

.cm-header-left {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  .cm-header-left .cm-header-nav a {
    padding: 5px 25px;
  }
}
#cm-footer {
  padding-bottom: 30px;
}
#cm-footer nav li a {
  text-align: center;
}
#cm-footer nav li a:after {
  content: "";
}
#cm-footer nav li:last-child a:after {
  content: none;
}

@media screen and (max-width: 640px) {
  #cm-footer nav li a {
    padding: 5px 15px;
  }
}
.weblinks-title {
  /* text-align: center;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.5; */
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .weblinks-title {
    /* font-size: 45px; */
    margin-bottom: 20px;
  }
}
.cm-table {
  width: 65%;
  margin: auto;
}
.cm-table table {
  width: 100%;
}
.cm-table th {
  width: 30%;
  min-width: 100px;
  text-align: left;
}
.cm-table td {
  width: 70%;
}
.cm-table th, .cm-table td {
  padding: 18px 10px;
}

@media screen and (max-width: 767px) {
  .cm-table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cm-table th, .cm-table td {
    padding: 10px;
  }
}
.tbl table {
  width: 100%;
}
.tbl table th {
  width: 20%;
}
.tbl table td {
  width: 80%;
}
.tbl table th, .tbl table td {
  border: 1px solid #BCBCBC;
  padding: 8px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.5;
}

.tbl2 table {
  width: 80%;
  margin: auto;
}
.tbl2 table th {
  width: 20%;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.tbl2 table td {
  width: 80%;
  padding-left: 100px;
}
.tbl2 table th, .tbl2 table td {
  border-bottom: 1px solid #006EBB;
  vertical-align: middle;
  line-height: 1.5;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .tbl2 table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tbl2 table th {
    min-width: 100px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tbl2 table td {
    padding-left: 40px;
  }
}
.check-list-yellow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.check-list-yellow li {
  width: 48%;
  border-radius: 5px;
  background: url(../lp/keisai01/images/check-ico.webp) center left 25px no-repeat #FFF000;
  padding-left: 80px;
  padding-right: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #006EBB;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .check-list-yellow li {
    width: 49%;
    font-size: 17px;
    background-size: 22px;
    background-position: center left 15px;
    padding-left: 50px;
    margin-bottom: 2%;
    height: 85px;
  }
}
@media screen and (max-width: 640px) {
  .check-list-yellow li {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 480px) {
  .check-list-yellow li {
    font-size: 3vw;
    background-size: 15px;
    padding-left: 35px;
    background-position: center left 10px;
  }
}
.cm-btn {
  text-align: center;
}
.cm-btn a {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 20px;
  width: 515px;
  max-width: 90%;
  margin: auto;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.cm-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cm-btn.red a {
  background: #E83B2B;
}
.cm-btn.gray a {
  background: #F5F7FA;
  border-color: #BCBCBC;
  border-width: 1px;
  font-size: 16px;
  color: #000;
  padding: 5px;
  border-radius: 10px;
  width: 80%;
}
.cm-btn.gray a:after {
  border-color: #000;
}

@media screen and (min-width: 768px) {
  .cm-btn a:hover {
    background: #fff;
    color: #006EBB;
  }
  .cm-btn a:hover:after {
    border-color: #006EBB;
  }
}
@media screen and (max-width: 767px) {
  .cm-btn a {
    padding: 10px;
    font-size: 16px;
  }
  .cm-btn a:after {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .cm-btn.red a:hover {
    border-color: #E83B2B;
    background: #fff;
    color: #E83B2B;
  }
  .cm-btn.red a:hover:after {
    border-color: #E83B2B;
  }
}
@media screen and (min-width: 768px) {
  .cm-btn.gray a:hover {
    background: #006EBB;
    color: #fff;
  }
  .cm-btn.gray a:hover:after {
    border-color: #fff;
  }
}
.cm-btn-blue {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cm-btn-blue li {
  width: 32%;
}
.cm-btn-blue a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #006EBB;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding: 30px 10px;
}
.cm-btn-blue a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .cm-btn-blue li {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .cm-btn-blue a {
    padding: 10px;
    font-size: 18px;
  }
}
.cm-btn-yellow {
  display: flex;
  flex-wrap: wrap;
}
.cm-btn-yellow li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.cm-btn-yellow li:nth-child(3n+3) {
  margin-right: 0;
}
.cm-btn-yellow li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #f08d8d;
  padding: 13px;
  text-decoration: none;
  border: 2px solid #f08d8d;
}

@media screen and (max-width: 767px) {
  .cm-btn-yellow {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .cm-btn-yellow li a:hover {
    background: #fff;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .cm-btn-yellow li {
    width: 48%;
    margin: 0 0 4%;
    font-size: 16px;
  }
}
.cm-txt-line {
  position: relative;
  padding: 0 15px;
  font-weight: bold;
  color: #006EBB;
  display: inline-block;
}
.cm-txt-line:before, .cm-txt-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 2px;
  background: #006EBB;
}
.cm-txt-line:before {
  left: 0;
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
}
.cm-txt-line:after {
  right: 0;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
}

.red-clr {
  color: #E83B2B;
}

.yellow-line {
  background: url(../common_img/yellow-line.webp) bottom left repeat-x;
  background-size: 7px;
}

.pager {
  margin-bottom: 80px;
}
.pager li {
  margin: 3px;
}
.pager a {
  display: inline-block;
  background: #fff2f2;
  color: #000;
  border: 1px solid #BD1A21;
  text-decoration: none;
  min-width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.pager .next {
  margin-left: 30px;
}
.pager .prev {
  margin-right: 30px;
}
.pager .prev.back {
  margin: 0;
}
.pager .prev.back a {
  width: 162px;
}
.pager .next a {
  width: 115px;
  height: 48px;
  text-align: left;
  justify-content: flex-start;
  padding: 0 20px;
  border-color: #ccc;
  position: relative;
}
.pager .prev a {
  width: 115px;
  height: 48px;
  text-align: left;
  justify-content: flex-start;
  padding: 0 20px;
  border-color: #ccc;
  position: relative;
  text-align: right;
  justify-content: flex-end;
}
.pager .next a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pager .prev a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  right: auto;
  left: 15px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.pager li.current a {
  background: #BD1A21;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pager a {
    width: 25px;
    height: 25px;
  }
  .pager li:nth-child(5), .pager li:nth-child(6), .pager li:nth-child(7), .pager li:nth-child(8), .pager li:nth-child(9), .pager li:nth-child(10) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pager .prev.back a {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .pager a:hover {
    background: #BD1A21;
    color: #fff;
  }
  .pager .next a:hover:after, .pager .prev a:hover:after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .pager .next a, .pager .prev a {
    width: 85px;
  }
  .pager .next {
    margin-left: 10px;
  }
  .pager .prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pager .next a {
    width: 75px;
  }
  .pager .prev a {
    width: 75px;
  }
  .pager .prev a:after {
    left: 8px;
  }
  .pager .next a:after {
    right: 8px;
  }
}
.another-way .gray-bg {
  padding: 90px 0;
}
.another-way .gray-bg .cm-title02 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .another-way .gray-bg {
    padding: 40px 0 30px;
  }
  .another-way .gray-bg .cm-title02 {
    margin-bottom: 20px;
  }
}
.title-s30-blue {
  font-size: 30px;
  color: #BD1A21;
  margin-bottom: 18px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .title-s30-blue {
    font-size: 22px;
    margin-top: 15px;
  }
}
.title-s28 {
  font-size: 28px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .title-s28 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.title-s24 {
  font-size: 24px;
  margin-top: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .title-s24 {
    margin-top: 40px;
    font-size: 20px;
  }
}
/*========================================================================= Common breadcrumb, mv =========================================================================*/
.breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}
.breadcrumb ul li {
  padding: 0 20px;
  position: relative;
  letter-spacing: 0.3px;
  font-size: 13px;
  color: #fff;
}
.breadcrumb ul li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}

/* .breadcrumb .container{
    max-width: 1000px;
} */
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.mv {
  background: #BD1A21;
  padding: 25px 0 40px;
}
.mv .mv-title {
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}
.mv p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
  margin-top: 23px;
}
.mv .flex .txt-ico span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/ico01-w.webp) left center no-repeat, url(../images/ico02-w.webp) right center no-repeat;
  padding: 10px 20px;
  height: 77px;
}
.mv .flex .txt-right {
  padding-left: 25px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .mv {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 415px) {
  .mv .mv-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv p {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .mv .flex .txt-ico {
    width: 106px;
  }
  .mv .flex .txt-right {
    width: calc(100% - 106px);
    font-size: 12px;
    padding-left: 15px;
  }
  .mv .flex .txt-right br {
    display: none;
  }
}
/*========================================================================= 2.PAGE COMPANY =========================================================================*/
.page-company .main {
  padding: 80px 0;
}
.page-company .cm-table {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-company .main {
    padding: 40px 0;
  }
}
/*========================================================================= 3.PAGE CONTACT =========================================================================*/
.page-contact .mv-title {
  font-size: 20px;
}
.page-contact .mv-title span {
  font-size: 200%;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.page-contact .mv-title i {
  color: #ffb627;
}
.page-contact #cm-footer nav {
  display: none;
}
.page-contact .contact-form {
  padding: 83px 0 55px;
}
.page-contact .contact-form .container {
  max-width: 800px;
}
.page-contact .contact-form .form-content {
  /* margin: 30px 0 57px; */
}
.page-contact .contact-form .banner {
  background: url(../contact/images/bg-banner.webp) center center no-repeat;
  background-size: cover;
  padding: 20px 15px;
  margin-bottom: 84px;
}
.page-contact .contact-form .banner .title {
  background: url(../contact/images/bg-ttl.webp) center center no-repeat;
  background-size: 100%;
  font-size: 28px;
  color: #FF1777;
  width: 194px;
  text-align: center;
  margin: auto;
  padding: 15px 10px 40px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
.page-contact .contact-form .banner .white-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.page-contact .contact-form .banner .white-box p {
  text-align: center;
  font-size: 14px;
  color: #073190;
  line-height: 1.5;
}
.page-contact .contact-form .banner .white-box p span {
  font-size: 18px;
  font-weight: bold;
}
.page-contact .contact-form .banner .white-box-title {
  text-align: center;
  font-size: 30px;
  color: #073190;
  border-bottom: 4px solid #073190;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.page-contact .contact-form .contact-form-txt01 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.page-contact .contact-form .contact-form-line ul {
  display: flex;
  justify-content: space-between;
  border-top: 3px solid #BD1A21;
  margin: 0 10px;
  margin-bottom: 40px;
}
.page-contact .contact-form .contact-form-line ul li {
  color: #BD1A21;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  position: relative;
}
.page-contact .contact-form .contact-form-line ul li:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #BD1A21;
  border-radius: 100%;
}
.page-contact .contact-form .contact-form-line ul li:last-child:before {
  left: auto;
  right: 0;
}
.page-contact .contact-form .contact-form-line ul li.active:before {
  background: url(../contact/images/ico-check.webp) center center no-repeat #fff;
  border: 2px solid #FF1777;
  width: 18px;
  height: 18px;
  top: -11px;
}
.page-contact .contact-form .title-s28 {
  margin-bottom: 0;
}
.page-contact.step2 {
  /* #timerex_calendar{
      &>div{
          min-width: 100% !important;
      }
  } */
}
.page-contact.step2 .contact-form {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.page-contact.step2 .form-content {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .page-contact .mv-title {
    font-size: 17px;
  }
  .page-contact .mv-title span {
    font-size: 170%;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form .banner {
    margin-bottom: 40px;
    padding: 20px 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form .banner .title {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form .banner .white-box-title {
    font-size: 5vw;
  }
}
/* .page-contact .contact-form .contact-form-txt02 {
  max-width: 900px;
  margin: auto;
  padding: 0 3%;
} */
.inner-pp {
  padding: 115px 0 80px;
  border-top: 1px solid #E2E2E2;
}
.inner-pp .container {
  max-width: 1000px;
  margin: auto;
}
.inner-pp ul {
  margin-top: 20px;
}

.contact-form-inner {
  border: 1px solid #BCBCBC;
  padding: 30px 3% 50px;
}
.contact-form-inner .contact-submit {
  margin-top: 20px;
}
.contact-form-inner #checkbox1 {
  margin: -1px 7px 0;
}

@media screen and (max-width: 767px) {
  .inner-pp {
    padding: 30px 0 0;
  }
}
.contact-form-txt02 {
  margin: 20px 0 10px;
}

.contact-banner {
  background: #BD1A21;
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 50px;
}
.contact-banner a {
  color: #fff;
  background: url(../contact/images/ico_tel.webp) center left no-repeat;
  background-size: 37px;
  font-size: 50px;
  text-decoration: none;
  display: inline-block;
  padding-left: 50px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .contact-banner {
    font-size: 25px;
    padding: 30px 20px;
  }
  .contact-banner a {
    font-size: 32px;
    background-size: 22px;
    padding-left: 30px;
  }
}
/*========================================================================= 4.PAGE KEISAI01 =========================================================================*/
.page-contact2 #cm-header-lp {
  background: #2263B3;
  padding: 10px;
  margin: 10px;
}
.page-contact2 #cm-header-lp .inner {
  border: 2px solid #fff;
  padding: 20px;
}
.page-contact2 #cm-header-lp .logo {
  width: 150px;
  margin-bottom: 30px;
}
.page-contact2 #cm-header-lp .header-lp-txt {
  width: 60%;
}
.page-contact2 #cm-header-lp .header-lp-txt .yellow {
  display: flex;
}
.page-contact2 #cm-header-lp .header-lp-txt .yellow li {
  background: #FFF000;
  padding: 5px 20px;
  margin-right: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.page-contact2 #cm-header-lp .header-lp-txt p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.page-contact2 #cm-header-lp .header-lp-seo {
  font-size: 57px;
  color: #fff;
  line-height: 1.3;
  margin: 10px 0;
}
.page-contact2 #cm-header-lp .header-lp-seo span {
  display: inline-block;
  margin-left: -25px;
}
.page-contact2 #cm-header-lp .cm-btn {
  text-align: left;
  margin-top: 20px;
}
.page-contact2 #cm-header-lp .cm-btn a {
  font-size: 21px;
  padding: 10px;
  border: none;
  line-height: 1.5;
}
.page-contact2 #cm-header-lp .cm-btn .yellow-txt {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  background: #FFF000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.page-contact2 #cm-header-lp .photo {
  width: 54%;
  margin-top: -80px;
  margin-right: -15%;
  margin-bottom: -90px;
  position: relative;
}
.page-contact2 #cm-header-lp .photo .photo-txt {
  width: 144px;
  height: 144px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 25px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 100px;
  z-index: 2;
}
.page-contact2 #cm-header-lp .photo .photo-txt:before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  border-top: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 9px solid transparent;
  transform: rotate(178deg);
  -webkit-transform: rotate(178deg);
  z-index: -1;
}
.page-contact2 #cm-header-lp .photo .photo-txt span {
  font-size: 18px;
}
.page-contact2 .sec07 {
  padding: 85px 0 50px;
}
.page-contact2 .sec07 .contact-form {
  padding: 0;
  margin: 0;
  background: #fff;
  padding: 70px 70px 80px;
  border-radius: 10px;
}
.page-contact2 .sec07 .contact-form .form-content {
  margin: 0 0 80px;
}
.page-contact2 .sec07 .contact-form dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.page-contact2 .sec07 .contact-form dt {
  width: 24%;
}
.page-contact2 .sec07 .contact-form dt .form-label {
  display: block;
}
.page-contact2 .sec07 .contact-form dt .hissu {
  color: #E83B2B;
  margin-left: 0;
}
.page-contact2 .sec07 .contact-form dd {
  width: 76%;
  padding-left: 20px;
}
.page-contact2 .sec07 .contact-form dd input[type=text], .page-contact2 .sec07 .contact-form dd input[type=password], .page-contact2 .sec07 .contact-form dd input[type=email], .page-contact2 .sec07 .contact-form dd input[type=tel] {
  height: 48px;
}

@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .inner {
    padding: 20px 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .header-lp-txt {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-contact2 #cm-header-lp .header-lp-txt .yellow {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .header-lp-txt .yellow li {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact2 #cm-header-lp .header-lp-txt .yellow li {
    width: 48%;
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact2 #cm-header-lp .header-lp-txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .page-contact2 #cm-header-lp .header-lp-txt p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .header-lp-txt p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1200px) {
  .page-contact2 #cm-header-lp .header-lp-seo {
    font-size: 50px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact2 #cm-header-lp .header-lp-seo {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  .page-contact2 #cm-header-lp .header-lp-seo {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .header-lp-seo {
    margin: 20px 0;
    font-size: 6.5vw;
  }
  .page-contact2 #cm-header-lp .header-lp-seo span {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .cm-btn {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page-contact2 #cm-header-lp .cm-btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact2 #cm-header-lp .cm-btn a {
    font-size: 3vw;
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact2 #cm-header-lp .cm-btn .yellow-txt {
    width: 40px;
    height: 40px;
    font-size: 12px;
    left: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .page-contact2 #cm-header-lp .photo {
    margin-right: -10%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact2 #cm-header-lp .photo {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .photo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 375px) {
  .page-contact2 #cm-header-lp .photo img {
    margin-left: -10%;
  }
}
@media screen and (max-width: 1200px) {
  .page-contact2 #cm-header-lp .photo .photo-txt {
    font-size: 1.2vw;
    right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact2 #cm-header-lp .photo .photo-txt {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 960px) {
  .page-contact2 #cm-header-lp .photo .photo-txt {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 #cm-header-lp .photo .photo-txt {
    right: 5%;
    font-size: 14px;
    width: 144px;
    height: 144px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact2 #cm-header-lp .photo .photo-txt {
    right: 0;
    font-size: 2vw;
    width: 110px;
    height: 110px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact2 #cm-header-lp .photo .photo-txt {
    font-size: 11px;
    right: -20px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec06 {
    padding: 30px 0;
  }
  .page-contact2 .sec06 .cm-title02 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact2 .sec06 .cm-title02 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-contact2 .sec07 .contact-form {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-form .form-content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-form dl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-form dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-form dt .form-label {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-form dd {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-form dd input[type=text], .page-contact2 .sec07 .contact-form dd input[type=password], .page-contact2 .sec07 .contact-form dd input[type=email], .page-contact2 .sec07 .contact-form dd input[type=tel] {
    height: 40px;
  }
}
.contact-form dd input.form-ipt2 {
  width: 60% !important;
  margin: 0 3%;
}
.contact-form dd input.form-ipt3 {
  width: 30% !important;
  margin: 0 3%;
}

.page-contact2 .sec07 .contact-form {
  border: 1px solid #BCBCBC;
}
.page-contact2 .sec07 .contact-form dd .box-select select {
  height: 48px;
}
.page-contact2 .sec07 .contact-form dd .list-radio {
  display: block;
}
.page-contact2 .sec07 .contact-form .cm-btn {
  margin-top: 35px;
}
.page-contact2 .sec07 .contact-form .cm-btn a {
  font-size: 18px;
  width: 420px;
}
.page-contact2 .sec07 .contact-submit {
  background: #E83B2B;
  border-radius: 100px;
}
.page-contact2 .sec07 .contact-submit input {
  font-size: 18px;
}
.page-contact2 .sec08 {
  padding: 70px 0 80px;
  background: #fff2f2;
}
.page-contact2 .sec08 .white-box {
  background: #fff;
  border-radius: 10px;
  padding: 70px;
}
.page-contact2 .sec08 .white-box .inner {
  height: 470px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: 30px;
}
.page-contact2 .sec08 .white-box .inner::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff2f2;
}
.page-contact2 .sec08 .white-box .inner::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.page-contact2 .sec08 .white-box .inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #BD1A21;
}
.page-contact2 .sec08 .white-box .title-s24 {
  font-size: 20px;
  color: #BD1A21;
  border-bottom: 2px dotted #BD1A21;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-contact2 .sec07 .contact-submit input {
    height: 52px;
    line-height: 30px;
  }
  .contact-form dd input.form-ipt3 {
    width: 60% !important;
    margin: 0 3% 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec08 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-contact2 .sec08 .white-box {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec08 .white-box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact2 .sec08 .white-box .inner {
    padding-right: 10px;
  }
}
/*========================================================================= 5.PAGE COMPANY1 =========================================================================*/
.page-company1 #cm-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #BD1A21;
  box-shadow: 0 0 6px rgba(4, 110, 149, 0.3);
}
.page-company1 #main {
  padding-top: 200px;
}

.page-hpvendor #cm-header {
  position: relative;
  border: none;
  box-shadow: none;
}
.page-hpvendor #main {
  padding-top: 0;
}
.page-hpvendor .company1-list .item .cm-title03 {
  margin-bottom: 30px;
  overflow: hidden;
}
.page-hpvendor .company1-list .item .cm-title03 span {
  padding-bottom: 10px;
}
.page-hpvendor .company1-list .cm-btn-yellow li a {
  font-size: 12px;
  padding: 10px 5px;
}
.page-hpvendor .company1-list dl {
  display: block;
  margin-top: 20px;
}
.page-hpvendor .company1-list dl dt {
  width: 100%;
}
.page-hpvendor .company1-list dl dd {
  width: 100%;
}
.page-hpvendor .company1-list dl dd ul li {
  margin-bottom: 2px;
  margin-right: 7px;
}
.page-hpvendor .company1-list .content-block-inner dl dd ul a {
  border-radius: 3px;
  padding: 1px 3px;
  font-size: 11px;
}
.page-hpvendor .mv .txt01-area {
  margin: 40px auto 0;
  color: #fff;
  max-width: 100%;
  font-size: 22px;
  text-align: center;
}

.page-mypage .mv .txt01-mv {
  margin: 40px auto 0;
  color: #fff;
  max-width: 100%;
  font-size: 22px;
  text-align: center;
}
.page-mypage .mv .txt01-mv p {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 961px) {
  .page-hpvendor .company1-list .cm-btn-yellow li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page-hpvendor .company1-list .cm-btn-yellow li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .page-company1 #cm-header .cm-header-nav2 {
    height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
  }
  .page-company1 #main {
    padding-top: 60px;
  }
  .page-hpvendor #main {
    padding-top: 0;
  }
  .page-hpvendor .mv .txt01-area {
    font-size: 17px;
    margin-top: 25px;
  }
  .page-mypage .mv .txt01-mv {
    font-size: 17px;
    margin-top: 25px;
  }
}
.page-company1 .company1-sec01 .cm-banner-yellow {
  margin-bottom: 85px;
}
.page-company1 .cm-banner {
  padding: 80px 0;
}
.page-company1 .point {
  background: #fff8f8;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  border-radius: 10px;
}
.page-company1 .point .point-ttl {
  display: flex;
  align-items: center;
  width: 20%;
}
.page-company1 .point .point-ttl span {
  font-size: 22px;
  background: #FFF000;
  border-radius: 100px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
}
.page-company1 .point .point-txt {
  width: 80%;
}
.page-company1 .point .point-txt ul li {
  background: url(../common_img/circle-check.webp) top 8px left no-repeat;
  padding: 5px 0;
  padding-left: 38px;
  font-size: 18px;
  font-weight: bold;
}
.page-company1 .cm-btn-blue {
  margin-top: 60px;
}
.page-company1 .map-scroll {
  position: relative;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-company1 .map {
  margin-bottom: 10px;
  width: 49%;
}
.page-company1 .map .map-link {
  text-align: center;
  display: flex;
  margin-bottom: 15px;
}
.page-company1 .map .map-link li {
  margin-bottom: 3px;
  margin-right: 3px;
}
.page-company1 .map .map-link a {
  display: block;
  border: 1px solid #95725C;
  color: #95725C;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 11px;
  padding: 3px 7px 3px 5px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.page-company1 .map .map-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  right: 4px;
  border: solid #95725C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-company1 .map .map-link .flex_jus_between {
  justify-content: flex-start;
}
.page-company1 .map .map-link .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-company1 .map .map-link h3 {
  font-size: 15px;
  padding: 4px 5px 5px;
  color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
  word-break: keep-all;
  height: 100%;
  margin-right: 5px;
}
.page-company1 .map .map-link h3.active:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.page-company1 .map .map-link.blue h3 {
  background: #92CEE0;
}
.page-company1 .map .map-link.blue a {
  color: #92CEE0;
  border-color: #92CEE0;
}
.page-company1 .map .map-link.blue a:after {
  border-color: #92CEE0;
}
.page-company1 .map .map-link.green h3 {
  background: #97C954;
}
.page-company1 .map .map-link.green a {
  color: #97C954;
  border-color: #97C954;
}
.page-company1 .map .map-link.green a:after {
  border-color: #97C954;
}
.page-company1 .map .map-link.pink h3 {
  background: #ED2577;
}
.page-company1 .map .map-link.pink a {
  color: #ED2577;
  border-color: #ED2577;
}
.page-company1 .map .map-link.pink a:after {
  border-color: #ED2577;
}
.page-company1 .map .map-link.blue2 h3 {
  background: #2EAEC2;
}
.page-company1 .map .map-link.blue2 a {
  color: #2EAEC2;
  border-color: #2EAEC2;
}
.page-company1 .map .map-link.blue2 a:after {
  border-color: #2EAEC2;
}
.page-company1 .map .map-link.yellow h3 {
  background: #FDEE17;
  color: #005085;
}
.page-company1 .map .map-link.brown h3 {
  background: #D4B079;
  color: #fff;
}
.page-company1 .map .map-link.yellow a {
  color: #2EAEC2;
  border-color: #FDEE17;
  color: #000;
}
.page-company1 .map .map-link.yellow a:after {
  border-color: #FDEE17;
}
.page-company1 .map .map-link.blue3 h3 {
  background: #005085;
}
.page-company1 .map .map-link.blue3 a {
  color: #005085;
  border-color: #005085;
}
.page-company1 .map .map-link.blue3 a:after {
  border-color: #005085;
}
.page-company1 .map .map-link.pink2 h3 {
  background: #F29ABE;
}
.page-company1 .map .map-link.pink2 a {
  color: #F29ABE;
  border-color: #F29ABE;
}
.page-company1 .map .map-link.pink2 a:after {
  border-color: #F29ABE;
}
.page-company1 .map .map-link.org h3 {
  background: #F4795B;
}
.page-company1 .map .map-link.org a {
  color: #F4795B;
  border-color: #F4795B;
}
.page-company1 .map .map-link.org a:after {
  border-color: #F4795B;
}
.page-company1 .map .map-link.yellow2 h3 {
  background: #D4B079;
}
.page-company1 .map .map-link.yellow2 a {
  color: #D4B079;
  border-color: #D4B079;
}
.page-company1 .map .map-link.yellow2 a:after {
  border-color: #D4B079;
}
.page-company1 .company1-list {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .page-company1 .company1-sec01 .cm-banner-yellow {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-company1 .cm-banner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-company1 .point {
    padding: 20px 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-company1 .point .point-ttl {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .page-company1 .point .point-ttl span {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-company1 .point .point-txt {
    width: 100%;
  }
  .page-company1 .point .point-txt ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-company1 .cm-btn-blue {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .page-company1 .map {
    padding-top: 30px;
  }
  .page-company1 .map-scroll {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-company1 .map .map-link {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .page-company1 .map .map-link .list {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link a:hover {
    color: #fff !important;
  }
  .page-company1 .map .map-link a:hover:after {
    border-color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  .page-company1 .map .map-link h3 {
    font-size: 17px;
    width: 100%;
  }
  .page-company1 .map .map-link a {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.brown a:hover {
    background: #95725C;
  }
}
/* .page-company1 .map .map-link.blue {
  width: 97px;
  top: 25%;
  left: 23%;
} */
/* @media screen and (max-width: 1200px) {
  .page-company1 .map .map-link.blue {
    top: 18%;
  }
}
@media screen and (max-width: 960px) {
  .page-company1 .map .map-link.blue {
    width: 80px;
    top: 15%;
  }
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.blue a:hover {
    background: #92CEE0;
  }
}
/* .page-company1 .map .map-link.green {
  width: 97px;
  top: 18%;
  left: 35%;
}
@media screen and (max-width: 1200px) {
  .page-company1 .map .map-link.green {
    top: 7%;
  }
}
@media screen and (max-width: 960px) {
  .page-company1 .map .map-link.green {
    width: 80px;
    top: 5%;
  }
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.green a:hover {
    background: #97C954;
  }
}
/* .page-company1 .map .map-link.pink {
  width: 97px;
  top: 5%;
  left: 47%;
}
@media screen and (max-width: 1200px) {
  .page-company1 .map .map-link.pink {
    top: 0;
  }
} */
/* @media screen and (max-width: 960px) {
  .page-company1 .map .map-link.pink {
    width: 80px;
  }
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.pink a:hover {
    background: #ED2577;
  }
}
/* .page-company1 .map .map-link.blue2 {
  top: 16%;
  right: 14%;
  width: 97px;
} */
/* @media screen and (max-width: 960px) {
  .page-company1 .map .map-link.blue2 {
    width: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .page-company1 .map .map-link.blue2 {
    right: 7%;
  }
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.blue2 a:hover {
    background: #2EAEC2;
  }
}
/* .page-company1 .map .map-link.yellow {
  right: 0;
  top: 41%;
  right: 10%;
}
@media screen and (max-width: 1200px) {
  .page-company1 .map .map-link.yellow {
    right: 3%;
  }
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.yellow a:hover {
    background: #FDEE17;
    color: #000 !important;
  }
  .page-company1 .map .map-link.brown h3 {
    min-width: 100px;
  }
  .page-company1 .map .map-link.yellow a:hover:after {
    border-color: #000 !important;
  }
}
/* .page-company1 .map .map-link.blue3 {
  top: 78%;
  right: 13%;
}
@media screen and (max-width: 1200px) {
  .page-company1 .map .map-link.blue3 {
    right: 4%;
  }
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.blue3 a:hover {
    background: #005085;
  }
}
/* .page-company1 .map .map-link.pink2 {
  top: 100%;
  left: 47%;
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.pink2 a:hover {
    background: #F29ABE;
  }
}
/* .page-company1 .map .map-link.org {
  top: 100%;
  left: 25%;
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.org a:hover {
    background: #F4795B;
  }
}
/* .page-company1 .map .map-link.yellow2 {
  top: 100%;
  left: 10%;
  width: 97px;
} */
@media screen and (min-width: 768px) {
  .page-company1 .map .map-link.yellow2 a:hover {
    background: #D4B079;
  }
}
@media screen and (max-width: 960px) {
  .page-company1 .map {
    margin-left: 0;
    padding-top: 0;
  }
  .page-company1 .map-scroll .map figure {
    display: none;
  }
  .page-company1 .map .map-link {
    position: relative;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .page-company1 .map .map-link .title {
    cursor: pointer;
    position: relative;
  }
  .page-company1 .map .map-link ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .page-company1 .company1-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-company1 .map .map-link a {
    font-size: 3vw;
  }
}
.company1-txt01 {
  font-size: 20px;
  margin-bottom: 47px;
  padding: 0 30px;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .company1-txt01 {
    padding: 0;
    font-size: 17px;
    margin: 30px 0;
  }
}
.company1-list .item {
  border: 4px solid #BD1A21;
  padding: 45px 40px;
  padding-right: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
}
.company1-list .item .cm-title03 span {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.company1-list .item .cm-title03 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .company1-list .item:hover {
    border-color: #ff7a59;
  }
  .company1-list .item:hover .cm-title03 span {
    color: #ff7a59;
    border-bottom-color: #ff7a59;
  }
}
@media screen and (max-width: 767px) {
  .company1-list .item {
    border-width: 2px;
    padding: 20px 4%;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .company1-list .item figure {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-company1 .company1-list .item .flex_jus_between {
  display: block;
}

/* .company1-list .ct-txt {
  overflow: hidden;
} */
.company1-list .ct-txt li, .company1-list .ct-txt p {
  font-size: 14px;
}
.company1-list figure {
  width: 30%;
  float: right;
  margin-left: 30px;
  max-height: 250px;
  overflow: hidden;
}
.company1-list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.company1-list dl dt {
  width: 80px;
  font-size: 20px;
  color: #006EBB;
  padding-right: 20px;
}
.company1-list dl dd {
  width: calc(100% - 80px);
}
.company1-list dl dd ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.company1-list dl dd ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.company1-list dl dd ul li:last-child {
  margin-right: 0;
}
.company1-list dl dd ul a {
  display: inline-block;
  border: 1px solid #BD1A21;
  text-decoration: none;
  color: #BD1A21;
  border-radius: 5px;
  background: #fff2f2;
  line-height: 1.3;
  padding: 3px 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .company1-list .ct-txt {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company1-list figure {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .company1-list dl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company1-list dl dt {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .company1-list dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company1-list dl dd ul {
    margin-right: 5px;
  }
  .company1-list dl dd ul li {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .company1-list dl dd ul a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .company1-list dl dd ul a:hover {
    background: #BD1A21;
    color: #fff;
  }
}
.page-hpvendor .company1-list .ctaList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 20px;
  margin-top: 20px;
}
.page-hpvendor .company1-list .ctaList a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #FF7A59;
  box-shadow: 0 3px 0 #df5d3c;
  border: 1px solid #df5d3c;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  height: 50px;
  font-weight: bold;
  width: 260px;
  letter-spacing: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-hpvendor .company1-list .ctaList a.btnDetail {
  background: #006EBB;
  box-shadow: 0 3px 0 #00355a;
  border: 1px solid #006EBB;
}

@media screen and (min-width: 768px) {
  .page-hpvendor .company1-list .ctaList {
    flex-direction: row;
  }
  .page-hpvendor .company1-list .ctaList a:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 #df5d3c;
    border: none;
  }
}
/*========================================================================= 6.PAGE COMPANY2 =========================================================================*/
/* .page-company2 .cm-header-inner {
  max-width: 1366px;
} */
.page-company2 .cm-header-inner .cm-header-left {
  width: 100%;
}
.page-company2 .sec01 {
  padding: 58px 0 105px;
}
.page-company2 .sec01-box {
  background: #fff8f8;
  border-top: 7px solid #BD1A21;
  padding: 44px 65px 56px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-company2 .sec01-box .photo {
  width: 43%;
}
.page-company2 .sec01-box .photo figure {
  margin-bottom: 25px;
  max-height: 295px;
  overflow: hidden;
}
.page-company2 .sec01-box .photo p {
  text-indent: -57px;
  margin-left: 57px;
}
.page-company2 .sec01-box .ct-txt {
  width: 46%;
}
.page-company2 .sec01-box .ct-txt .cm-tel {
  background: #FF7A59;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin: 25px 0;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-company2 .sec01-box .ct-txt .cm-tel .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-company2 .sec01-box .ct-txt .cm-tel .cm-tel-number {
  color: #fff;
  font-size: 44px;
  background: url(../common_img/phone-w.webp) center left no-repeat;
  background-size: 43px;
  padding-left: 55px;
}
.page-company2 .sec01-box .ct-txt .cm-tel p {
  color: #fff;
  font-size: 29px;
}
.page-company2 .sec01-box .ct-txt .cm-btn a {
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
}
.page-company2 .sec01-line {
  margin: 109px 0 0;
  border-top: 2px solid #BD1A21;
  display: flex;
  justify-content: space-between;
}
.page-company2 .sec01-line li {
  /* width: 25%; */
  text-align: center;
}
.page-company2 .sec01-line li.active figure {
  border-color: #ED2577;
}
.page-company2 .sec01-line figure {
  width: 65px;
  height: 65px;
  border: 1px solid #BD1A21;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -30px;
  background: #fff;
  position: relative;
}
.page-company2 .sec01-line p {
  color: #BD1A21;
  font-size: 14px;
  margin-top: 10px;
}
.page-company2 .sec01-line a {
  text-decoration: none;
}
.page-company2 .sec02 {
  padding: 0 0 85px;
}
.page-company2 .sec02 .company2-list03 .item {
  background: #fff;
}
.page-company2 .sec02 .gray-bg {
  padding: 38px 0 70px;
  margin-bottom: 65px;
}
.page-company2 .sec02-box {
  border: 4px solid #BD1A21;
  border-radius: 20px;
  padding: 35px 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 83px;
}
.page-company2 .sec02-box .photo {
  width: 43%;
  text-align: center;
}
.page-company2 .sec02-box .ct-txt {
  width: 51%;
}
.page-company2 .sec02-box .ct-txt h4 {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 45px;
}
.page-company2 .sec02-box .ct-txt p .text_bold {
  font-size: 18px;
}
.page-company2 .sns {
  max-width: 480px;
  margin: auto;
  border-radius: 5px;
  padding: 40px 0 27px;
  background: #FFF000;
  position: relative;
  margin-top: 67px;
}
.page-company2 .sns .sns-title {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.page-company2 .sns .sns-title span {
  background: #fff;
  font-size: 24px;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1.3;
}
.page-company2 .sns ul {
  display: flex;
  justify-content: center;
}
.page-company2 .sns ul li {
  margin: 0 15px;
}
.page-company2 .sec03 {
  padding: 0 0 102px;
}
.page-company2 .sec03 .company2-title {
  margin-bottom: 50px;
}
.page-company2 .sec04 {
  padding: 0 0 80px;
}
.page-company2 .sec04 .company2-title {
  margin-bottom: 48px;
}
.page-company2 .sec04 .company2-list03 .item {
  border-width: 4px;
  padding: 30px;
}
.page-company2 .sec04-box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.page-company2 .sec04-box dt {
  font-size: 20px;
  color: #006EBB;
  width: 30%;
  font-weight: bold;
}
.page-company2 .sec04-box dd {
  width: 70%;
}
.page-company2 .sec04-box dd .line {
  width: 80%;
  position: relative;
  border-top: 3px solid #BD1A21;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.page-company2 .sec04-box dd .line:before, .page-company2 .sec04-box dd .line:after {
  content: "";
  position: absolute;
  top: -7px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #BD1A21;
  border-radius: 100%;
}
.page-company2 .sec04-box dd .line:before {
  left: 0;
}
.page-company2 .sec04-box dd .line:after {
  right: 0;
}
.page-company2 .sec04-box dd .line p {
  position: relative;
  padding-top: 10px;
  font-size: 14px;
  color: #BD1A21;
}
.page-company2 .sec04-box dd .line p:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #FF1777;
  border-radius: 100%;
}
.page-company2 .sec04-box dd .line p:first-child {
  margin-left: 100px;
}
.page-company2 .sec04-box dd .price li {
  margin-right: 20px;
  display: inline-block;
  /* border: 1px solid #BD1A21;*/
  color: #BD1A21;
  /*border-radius: 5px;*/
  /*background: #fff2f2;*/
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-company2 .sec04-box dd .price li label {
  text-decoration: none;
  /*display: block;
  width: 100%;
  height: 100%;
  padding: 3px 10px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;*/
}
.page-company2 .sec04-box dd .tbl th {
  text-align: left;
  width: 34%;
}
.page-company2 .sec04-box dd .tbl td {
  width: 66%;
}
.page-company2 .sec05 {
  padding-bottom: 100px;
}
.page-company2 .sec05 .company1-list dl dt {
  width: auto;
}
.page-company2 .sec05 dl {
  border-bottom: 1px solid #BD1A21;
  padding-bottom: 35px;
}
.page-company2 .sec05 dl dd .list {
  display: flex;
  flex-wrap: wrap;
}
.page-company2 .sec05 dl dd .list a {
  display: inline-block;
  border: 1px solid #FF1777;
  color: #FF1777;
  border-radius: 5px;
  background: #fff2f2;
  line-height: 1.3;
  padding: 3px 10px;
  font-size: 14px;
}
.page-company2 .sec05 dl dd .list.pink-list a {
  border-color: #FF1777;
  color: #FF1777;
}
.page-company2 .sec05 dl dd .list.blue-list a {
  border-color: #BD1A21;
  color: #BD1A21;
}
.page-company2 .sec05 dl dd .list.red-list a {
  border-color: #E83B2B;
  color: #E83B2B;
}
.page-company2 .sec05 dl dd .list.yellow-list a {
  border-color: #FFF000;
  color: #000;
}
.page-company2 .sec05 .company1-list-2cols {
  margin-top: 40px;
}
.page-company2 .sec05 .company1-list-2cols .box {
  width: 45%;
}
.page-company2 .sec05 .company1-list-2cols .box dl {
  padding-bottom: 10px;
  margin-top: 10px;
}
.page-company2 .sec05 .company1-list-2cols .box dt {
  width: 35%;
  line-height: 1.5;
}
.page-company2 .sec05 .company1-list-2cols .box dd {
  width: 65%;
}
.page-company2 .sec06, .page-company2 .sec07 {
  padding-bottom: 100px;
}
.page-company2 .sec08 {
  padding-bottom: 30px;
}
.page-company2 .sec08 .contact-form {
  max-width: 480px;
  margin: auto;
  margin-top: 60px;
}
.page-company2 .sec08 .contact-form dl {
  margin-bottom: 30px;
}
.page-company2 .sec08 .contact-submit {
  margin-top: 40px;
}
.page-company2 .another-way {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .page-company2 .cm-header-left {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec01 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .page-company2 .sec01-box {
    flex-direction: column-reverse;
    border-top-width: 3px;
    padding: 30px 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec01-box .photo p {
    text-indent: -45px;
    margin-left: 45px;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .page-company2 .sec01-box .photo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .page-company2 .sec01-box .ct-txt .cm-tel:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .page-company2 .sec01-box .ct-txt .cm-btn a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-company2 .sec01-box .ct-txt .cm-txt-line {
    font-size: 13px;
  }
  .page-company2 .sec01-box .ct-txt .cm-tel {
    margin: 15px 0;
  }
  .page-company2 .sec01-box .ct-txt .cm-tel .cm-tel-number {
    font-size: 35px;
    background-size: 35px;
  }
  .page-company2 .sec01-box .ct-txt .cm-tel p {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .page-company2 .sec01-box .ct-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-company2 .sec01-box .ct-txt .cm-tel {
    margin: 15px 0;
  }
  .page-company2 .sec01-box .ct-txt .cm-tel .cm-tel-number {
    font-size: 35px;
    background-size: 35px;
  }
  .page-company2 .sec01-box .ct-txt .cm-tel p {
    font-size: 20px;
  }
  .page-company2 .sec01-box .ct-txt .cm-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-company2 .sec01-box .ct-txt .cm-txt-line {
    font-size: 12px;
  }
  .page-company2 .sec01-box .ct-txt .cm-tel .cm-tel-number {
    font-size: 30px;
    background-size: 30px;
    padding-left: 40px;
  }
  .page-company2 .sec01-box .ct-txt .cm-btn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec01-line {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .page-company2 .sec01-line figure {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  .page-company2 .sec01-line p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .page-company2 .sec01-line a:hover {
    opacity: 1;
  }
  .page-company2 .sec01-line a:hover .img-off {
    display: none;
  }
  .page-company2 .sec01-line a:hover figure {
    border-color: #ED2577;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec02 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec02 .gray-bg {
    padding: 20px 0 40px;
    margin-bottom: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec02-box {
    padding: 25px 4%;
    display: block;
    border-width: 2px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec02-box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec02-box .ct-txt {
    width: 100%;
  }
  .page-company2 .sec02-box .ct-txt h4 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .page-company2 .sec02-box .ct-txt p .text_bold {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .page-company2 .sns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-company2 .sns ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec03 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec04 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec04 .company2-list03 .item {
    border-width: 2px;
    padding: 20px 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec04-box dl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec04-box dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec04-box dd {
    width: 100%;
  }
}
/*.page-company2 .sec04-box dd .price li input[type=checkbox] {
    display: none;
}
.page-company2 .sec04-box dd .price li input:checked+label {
background: #BD1A21;
      color: #fff;
}*/
@media screen and (min-width: 768px) {
  .page-company2 .sec04-box dd .price li a:hover {
    background: #BD1A21;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec04-box dd .tbl th {
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec05 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec05 dl {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-company2 .sec05 dl dd .list.pink-list a:hover {
    background: #FF1777;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .page-company2 .sec05 dl dd .list.blue-list a:hover {
    background: #BD1A21;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .page-company2 .sec05 dl dd .list.red-list a:hover {
    background: #E83B2B;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .page-company2 .sec05 dl dd .list.yellow-list a:hover {
    background: #FFF000;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec05 .company1-list-2cols .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec05 .company1-list-2cols .box dl {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec05 .company1-list-2cols .box dt {
    margin-bottom: 0;
    font-size: 15px;
    min-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec06 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec07 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .sec08 .contact-form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .another-way {
    margin-bottom: 50px;
  }
}
/*  .page-company2.page-sagasu01 .tbl2 td br:not(:first-child){
     display: none;
 }  */
.company2-title {
  background: #006EBB;
  padding: 45px 0;
  margin-bottom: 38px;
}
.company2-title .title {
  font-size: 36px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .company2-title {
    padding: 30px 4%;
    margin-bottom: 25px;
  }
  .company2-title .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .company2-title .title {
    font-size: 24px;
  }
}
.company2-list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2%;
}
.company2-list01 .item {
  width: 30%;
  margin: 0 1.6%;
  border: 2px solid #006EBB;
  border-radius: 10px;
  position: relative;
  margin-top: 100px;
  background: #fff;
}
.company2-list01 .item figure {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
}
.company2-list01 .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.company2-list01 .item .title {
  background: #006EBB;
  color: #fff;
  text-align: center;
  padding: 10px;
  padding-top: 45px;
  line-height: 1.5;
  border-radius: 5px 5px 0 0;
}
.company2-list01 .item .ct-txt {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.company2-list01 .item .ct-txt p {
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .company2-list01 .item {
    width: 100%;
    margin: 70px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .company2-list01 .item .ct-txt {
    padding: 10px;
  }
}
.company2-list02 .item {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
  border: 2px solid #006EBB;
}
.company2-list02 .item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 15px solid #006EBB;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.company2-list02 .item .photo {
  width: 32%;
}
.company2-list02 .item .photo > figure {
  margin-bottom: 25px;
  max-height: 265px;
  overflow: hidden;
}
.company2-list02 .item .photo .modal-content figure {
  text-align: center;
}
.company2-list02 .item .photo .modal-content figure img {
  display: block;
  margin: 10px 0;
}
.company2-list02 .item .ct-txt {
  width: 63%;
  margin-bottom: 30px;
}
.company2-list02 .item .ct-txt .cm-title03 {
  margin-bottom: 30px;
}
.company2-list02 .item .ct-txt .cm-title03 span {
  display: block;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .company2-list02 .item {
    flex-direction: column-reverse;
    padding: 30px 4% 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company2-list02 .item .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company2-list02 .item .ct-txt {
    width: 100%;
  }
  .company2-list02 .item .ct-txt .cm-title03 span {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .company2-list02 .item .ct-txt .tbl table th {
    min-width: 100px;
  }
}
.company2-list03 {
  margin-top: 20px;
}
.company2-list03 .item {
  border: 5px solid #BD1A21;
  background: #fff2f2;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.company2-list03 .title {
  font-size: 26px;
  color: #BD1A21;
  margin-bottom: 30px;
  line-height: 1.3;
}
.company2-list03 .title span {
  display: inline-block;
  background: #fff;
  color: #BD1A21;
  border: 1px solid #BD1A21;
  border-radius: 100px;
  font-size: 16px;
  padding: 5px 40px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .company2-list03 .item {
    border-width: 2px;
    padding: 20px 4%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company2-list03 .title {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company2-list03 .title span {
    display: block;
    margin-top: 15px;
    margin-left: 0;
    font-size: 13px;
    text-align: center;
  }
}
.company2-list04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company2-list04 .item {
  width: 48%;
  margin-bottom: 2%;
  border-radius: 10px;
}
.company2-list04 .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #fff2f2;
  padding: 20px;
  text-decoration: none;
}
.company2-list04 .item a:hover {
  background: #d7ecf8;
}
.company2-list04 .photo {
  width: 28%;
}
.company2-list04 .ct-txt {
  width: 68%;
}
.company2-list04 .ct-txt h3 {
  font-size: 18px;
  color: #006EBB;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .company2-list04 .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company2-list04 .item a {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .company2-list04 .ct-txt h3 {
    font-size: 15px;
  }
}
.page-company2 #cm-footer .copyright {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page-company2 #cm-footer .copyright {
    padding-bottom: 225px;
  }
}
/*========================================================================= 7.PAGE MYPAGE COMPANY =========================================================================*/
.page-mypage #main {
  position: relative;
}
.page-mypage .main > .container {
  position: inherit;
}

.mypage-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .mypage-content {
    padding: 40px 0;
  }
}
.mypage-sidebar {
  width: 255px;
  height: auto;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 9999;
  padding: 10px;
  /* display: none; */
  background: #fff;
  border: 2px solid #006ebb;
  padding: 30px 10px;
}
.mypage-sidebar.fixed {
  position: fixed;
  top: 64px !important;
}
.mypage-sidebar .logo {
  padding: 0 30px;
  text-align: center;
}
.mypage-sidebar .cm-tel {
  text-align: center;
  margin: 20px 0;
}
.mypage-sidebar .cm-tel .cm-tel-number {
  font-size: 24px;
  background-size: 21px;
  padding-left: 27px;
}
.mypage-sidebar .cm-tel time {
  font-size: 10px;
  padding-left: 0;
}
.mypage-sidebar ul {
  padding: 0 20px 10px;
  background: #006ebb;
}
.mypage-sidebar li {
  margin: 0 0 10px;
}
.mypage-sidebar li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #006EBB;
  background: #fff;
  padding: 7px;
  font-weight: bold;
}
.mypage-sidebar li.current a {
  background: #FF7A59;
  color: #fff;
}

/* @keyframes fadeIn{
  0% {
      left: -300px;
  }
  100% {
      left: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
      left: -500px;
  }
  100% {
      left: 0;
  }
} */
@media screen and (max-width: 960px) {
  .mypage-sidebar {
    width: 100%;
    top: 0 !important;
    left: auto;
    bottom: auto;
    margin: 0 auto 30px;
    position: relative !important;
  }
}
@media screen and (min-width: 768px) {
  .mypage-sidebar li:not(.current) a:hover {
    background: #FF7A59;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mypage-sidebar li a {
    font-size: 16px;
    padding: 10px;
  }
}
.mypage-sidebar-ttl {
  background: #006EBB;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.mypage-sidebar .cm-btn-yellow {
  background: #006EBB;
  padding-bottom: 10px;
}
.mypage-sidebar .cm-btn-yellow a {
  text-decoration: none;
  background: #FFF000;
  width: 150px;
  margin: auto;
  display: inline-block;
  border-radius: 5px;
  padding: 7px 10px;
  text-align: center;
}
.mypage-sidebar .cm-btn-blue {
  margin: 10px 0;
}
.mypage-sidebar .cm-btn-blue a {
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
.mypage-sidebar .org-btn {
  margin: 10px 0;
  background: #fff;
}
.mypage-sidebar .org-btn a {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  padding: 10px;
}
.mypage-sidebar .org-btn.gray-btn a {
  background: #fff2f2;
  color: #006EBB;
}

.mypage-inner {
  width: calc(100% - 250px);
  /* padding-left: 35px; */
  margin: auto;
}
.mypage-inner .contact-form {
  max-width: 520px;
  margin: auto;
}
.mypage-inner .contact-form .form-content {
  margin-top: 0;
}
.mypage-inner .contact-form .form-content .hissu {
  color: #f00;
}
.mypage-inner .contact-form .form-content textarea {
  min-height: 100px;
  max-height: 150px;
}
.mypage-inner .contact-form .photo-up {
  text-align: center;
  margin: 30px 0 40px;
}
.mypage-inner .contact-form .contact-submit input {
  font-weight: bold;
  font-size: 18px;
}
.mypage-inner .title01 {
  text-align: center;
  margin-bottom: 20px;
}
.mypage-inner .title01 span {
  background: #BD1A21;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px 0 0 10px;
  font-size: 25px;
  display: inline-block;
}
.mypage-inner .gray-bg {
  padding: 20px 20px 40px;
}
.mypage-inner .gray-bg .title-s30-blue {
  margin-top: 0;
}

@media screen and (max-width: 1366px) {
  .mypage-inner {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .mypage-inner {
    width: 100%;
    padding: 0;
  }
  .mypage-inner .contact-submit {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .mypage-inner .contact-form {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-inner .contact-form .contact-submit input {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .mypage-inner .contact-form .contact-submit input {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1200px) {
  .mypage-inner .title01 span {
    font-size: 18px;
    padding: 10px;
  }
}
.mypage-list-blue01 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.mypage-list-blue01 .item {
  width: 28.6%;
  margin-right: 7%;
  margin-bottom: 30px;
  overflow: hidden;
}
.mypage-list-blue01 .item:nth-child(3n+3) {
  margin-right: 0;
}
.mypage-list-blue01 .item .title {
  margin-bottom: 10px;
  color: #ffae41;
  text-align: center;
  padding: 10px 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  line-height: 1.5;
  min-height: 63px !important;
  background: #fff;
  border: 2px solid #ffae41;
}
.mypage-list-blue01 .item .title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
}
.mypage-list-blue01 .item .title.selected {
  background: #E83B2B;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  border-color: #E83B2B;
}
.mypage-list-blue01 .item .title.selected:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffae41;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 0;
  height: 0;
  border-left-color: #E83B2B;
}
.mypage-list-blue01 .item .ct-txt {
  padding: 5px;
  border: 2px solid #ccc;
}
.mypage-list-blue01 .item .ct-txt textarea {
  border: none;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  padding: 15px;
  margin-bottom: -7px;
  height: 100px;
}
.mypage-list-blue01 .item .ct-txt textarea::placeholder {
  color: #000;
}
.mypage-list-blue01 .item .ct-txt textarea:focus {
  border: none;
}

@media screen and (max-width: 767px) {
  .mypage-list-blue01 {
    justify-content: space-between;
    padding: 0;
  }
  .mypage-inner .title01 {
    top: 30vh;
  }
  .mypage-inner .title01 span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-list-blue01 .item {
    width: 48%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .mypage-list-blue01 .item .title:hover {
    opacity: 0.8;
  }
}
.tag-list {
  padding: 20px 0 0;
}
.tag-list .box {
  border: 4px solid #006EBB;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tag-list .yellow {
  width: 115px;
}
.tag-list .yellow span {
  background: #FFF000;
  font-size: 20px;
  border-radius: 100px;
  padding: 5px 30px;
  font-weight: bold;
  display: inline-block;
}
.tag-list .right {
  width: calc(100% - 115px);
  padding-left: 30px;
}
.tag-list .title {
  font-size: 26px;
  color: #006EBB;
  margin-bottom: 15px;
}
.tag-list ul {
  margin-right: 20px;
  margin-bottom: 10px;
}
.tag-list ul li {
  /*border: 1px solid #006EBB;
  border-radius: 7px;*/
  overflow: hidden;
  /*text-align: center;*/
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.tag-list ul li label {
  /*display: block;*/
  /*width: 100%;
  height: 100%;
  padding: 2px 10px;
  background: #fff2f2;*/
  color: #006EBB;
  /*transition: all 0.5s ease-in-out;
  cursor: pointer;*/
}
.tag-list.pink-clr ul li {
  border-color: #FF1777;
}
.tag-list.pink-clr ul li label {
  color: #FF1777;
}
.tag-list.red-clr ul li {
  border-color: #E83B2B;
}
.tag-list.red-clr ul li label {
  color: #E83B2B;
}

@media screen and (max-width: 767px) {
  .tag-list {
    padding: 30px 0;
  }
  .mypage-list-blue01 .item .title {
    padding: 15px 30px 15px 15px;
    min-height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .tag-list .box {
    padding: 30px 4%;
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .tag-list .yellow {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tag-list .right {
    width: 100%;
    padding: 0;
  }
  .tag-list .right .flex {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .tag-list .title {
    text-align: center;
  }
}
/*.tag-list ul li input[type=checkbox] {
    display: none;
}*/
/*.tag-list ul li input:checked+label {
    background: #006EBB;
    color: #fff;
}*/
@media screen and (min-width: 768px) {
  .tag-list ul li a:hover {
    /* text-decoration: underline; */
    background: #006EBB;
    color: #fff;
  }
}
/*.tag-list.pink-clr ul li input:checked+label {
    background: #FF1777;
    color: #fff;
}*/
@media screen and (min-width: 768px) {
  .tag-list.pink-clr ul li a:hover {
    background: #FF1777;
    color: #fff;
  }
}
/*.tag-list.red-clr ul li input:checked+label {
    background: #E83B2B;
    color: #fff;
}*/
@media screen and (min-width: 768px) {
  .tag-list.red-clr ul li a:hover {
    background: #E83B2B;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mypage-company .tag-list .box {
    padding-bottom: 10px;
  }
}
.mypage-company .tag-list .box .flex {
  width: 100%;
}
.mypage-company .tag-list .box .item {
  width: 15%;
  margin-right: 2%;
}
.mypage-company .tag-list .box .item ul {
  margin-right: 0;
}
.mypage-company .tag-list .box .item ul a {
  color: #186aa4;
}
.mypage-company .tag-list .box .item.flex_jus_between {
  width: 30%;
}
.mypage-company .tag-list .box .item.flex_jus_between ul {
  width: 48%;
}
.mypage-company .tag-list .box .item.flex_jus_between ul:last-child {
  margin-right: 0;
}
.mypage-company .tag-list .box .item.flex_jus_between ul li {
  background: #fff;
}
.mypage-company .tag-list .box .item .title {
  width: 100%;
  text-align: center;
  color: #186aa4;
  background: #F5F7FA;
}
.mypage-company .tag-list .box .item .title2 {
  font-size: 20px;
  background: #fff;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #006EBB;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mypage-company .tag-list .box .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .mypage-company .tag-list .box .item:not(.flex_jus_between) ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mypage-company .tag-list .box .item:not(.flex_jus_between) ul li {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .mypage-company .tag-list .box .item ul a:hover {
    background: #186aa4;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mypage-company .tag-list .box .item.flex_jus_between {
    order: -1;
    width: 100%;
  }
}
/*========================================================================= 8.PAGE MYPAGE SERVICE =========================================================================*/
.mypage-service .tag-list {
  padding-top: 0;
}
.mypage-service .tag-list li {
  margin-right: 17px;
  margin-bottom: 20px;
}
.mypage-service .asp-cms-list {
  display: flex;
  flex-wrap: wrap;
}
.mypage-service .asp-cms-list li {
  color: #006EBB;
  /*border: 1px solid #006EBB;*/
  /*text-align: center;*/
  font-size: 13.5px;
  line-height: 1.3;
  /*width: 24.5%;*/
  margin-right: 20px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.mypage-service .asp-cms-list li label {
  text-decoration: none;
  /*padding: 5px 2px;
  display: flex;*/
  /*align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
      transition: all 0.5s ease-in-out;*/
  cursor: pointer;
}
.mypage-service .orther {
  margin-top: 20px;
}
.mypage-service .orther input[type=text] {
  width: calc(100% - 100px);
}
.mypage-service .sec01, .mypage-service .sec02, .mypage-service .sec03, .mypage-service .sec04 {
  padding: 40px 20px 20px;
}
.mypage-service .sec01 .title-s30-blue, .mypage-service .sec02 .title-s30-blue, .mypage-service .sec03 .title-s30-blue, .mypage-service .sec04 .title-s30-blue {
  margin-top: 0;
}
.mypage-service .sec05 {
  padding: 60px 0;
}
.mypage-service .sec05 .company2-title {
  margin-top: 50px;
}
.mypage-service .sec05.page-company2 .sec04-box dd .line p:first-child {
  margin-left: 0;
}
.mypage-service .sec04-box dd .tbl table {
  border-collapse: separate;
  border-spacing: 5px;
}
.mypage-service .sec04-box dd .tbl th, .mypage-service .sec04-box dd .tbl td {
  border: none;
}
.mypage-service .sec04-box dd .tbl th {
  width: 33%;
  border: 1px solid #006ebb;
  padding: 0 10px;
}
.mypage-service .sec04-box dd .tbl td {
  width: 11%;
  text-align: center;
  font-size: 15px;
}
.mypage-service .sec04-box dd .tbl td.number01, .mypage-service .sec04-box dd .tbl td.number02 {
  width: 20%;
}
.mypage-service .sec04-box dd .tbl input[type=text] {
  border: 1px solid #BCBCBC;
  background: #F5F8FA;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  color: #000;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans JP", "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.mypage-service .sec04-box dd .tbl td.checbox {
  width: 7%;
}

@media screen and (max-width: 767px) {
  .mypage-service .tag-list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-service .asp-cms-list {
    justify-content: space-between;
  }
}
/*.mypage-service .asp-cms-list li:nth-child(4n+4) {
  margin-right: 0;
}*/
/*.mypage-service .asp-cms-list li input[type=checkbox] {
    display: none;
}*/
/*.mypage-service .asp-cms-list li input:checked+label {
  background: #006EBB;
  color: #fff;
}*/
@media screen and (min-width: 768px) {
  .mypage-service .asp-cms-list li a:hover {
    background: #006EBB;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mypage-service .asp-cms-list li {
    width: 48%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-service .sec01, .mypage-service .sec02, .mypage-service .sec03, .mypage-service .sec04 {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage-service .sec04-box dd .tbl tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mypage-service .sec04-box dd .tbl th {
    width: 100%;
    display: block;
    padding: 10px;
    background: #F5F8FA;
    padding-left: 47px;
  }
  .mypage-service .sec04-box dd .tbl td {
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-service .sec04-box dd .tbl td.checbox {
    width: 100%;
  }
}
/*========================================================================= 9.PAGE MYPAGE PRODUCT =========================================================================*/
.upload-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 30px;
}
.upload-btn .btn {
  background: #006EBB;
  border: 1px solid #006EBB;
  color: #fff;
  padding: 8px 30px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
}
.upload-btn input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: none;
}

@media screen and (max-width: 640px) {
  .upload-btn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0;
  }
}
.edit-btn {
  width: 110px;
  margin-bottom: 10px;
}
.edit-btn button {
  background: #F5F7FA;
  border: 1px solid #BCBCBC;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mypage-product .main {
  padding-bottom: 40px;
}
.mypage-product .mypage-inner .contact-form {
  max-width: 100%;
}
.mypage-product .mypage-inner .form-content {
  border: 2px solid #006EBB;
  padding: 30px 80px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
.mypage-product .mypage-inner .form-content:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 15px solid #006EBB;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.mypage-product .mypage-inner dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}
.mypage-product .mypage-inner dl:last-child {
  margin-bottom: 0;
}
.mypage-product .mypage-inner dt {
  width: 20%;
  min-width: 120px;
}
.mypage-product .mypage-inner dd {
  width: 77%;
}
.mypage-product .dl-left {
  width: calc(100% - 110px);
  padding-right: 20px;
}
.mypage-product .box-select {
  margin-left: 10px;
}
.mypage-product .box-select select {
  width: 100%;
  font-size: 16px;
  padding: 5px 20px 5px 10px;
  height: 40px;
  border: 1px solid #006EBB;
  color: #006EBB;
  background-color: #F5F7FA;
  position: relative;
  border-radius: 5px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mypage-product .list-radio {
  margin-top: 30px;
}
.mypage-product .list-radio li:first-child {
  margin-right: 20px;
}
.mypage-product .list-radio input[type=radio] {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-top: 0;
}
.mypage-product .add-plan {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.mypage-product .add-plan span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #006EBB;
  border-radius: 100%;
  margin-right: 10px;
  margin-bottom: -10px;
}
.mypage-product .add-plan span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  background: #fff;
  width: 15px;
  height: 2px;
}
.mypage-product .add-plan span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2px;
  margin: auto;
  right: 14px;
  background: #fff;
  width: 2px;
  height: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mypage-product .contact-submit {
  margin-top: 40px;
}
.mypage-product .sec01 {
  margin-bottom: 60px;
}
.mypage-product .sec02 .form-content {
  background: #fff;
  padding: 30px;
}
.mypage-product .sec02 .form-content:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .mypage-product .mypage-inner .form-content {
    padding: 40px 4% 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-product .mypage-inner dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-product .mypage-inner dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-product .dl-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mypage-product .box-select {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .mypage-product .list-radio {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .mypage-product .sec01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-product .sec02 .form-content {
    padding: 30px 5% 20px;
  }
}
/*========================================================================= 10.PAGE MYPAGE STAFF =========================================================================*/
.mypage-staff .sec01 .form-content {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}
.mypage-staff .sec01 .form-content:before {
  content: none;
}
.mypage-staff .sec01 dl {
  margin-bottom: 30px;
}
.mypage-staff .sec01 dt {
  font-size: 30px;
  color: #BD1A21;
  font-weight: bold;
  width: 100%;
}
.mypage-staff .sec01 dd {
  width: 100%;
}
.mypage-staff .sec02 {
  margin-bottom: 60px;
}
.mypage-staff .sec02 .form-content {
  padding-right: 10%;
}
.mypage-staff .sec02 .box-select {
  margin-left: 0;
}
.mypage-staff .sec02 .box-select select {
  border: 1px solid #006EBB;
  color: #006EBB;
  background-color: #F5F7FA;
}
.mypage-staff .sec03 .form-content {
  margin-bottom: 20px;
  border: none;
  padding: 0;
  max-width: 520px;
  margin: 0 auto 50px;
}
.mypage-staff .sec03 .form-content:before {
  content: none;
}
.mypage-staff .sec03 dl {
  margin-bottom: 30px;
}
.mypage-staff .sec03 dt {
  font-weight: bold;
  width: 100%;
}
.mypage-staff .sec03 dd {
  width: 100%;
}
.mypage-staff .staff-box {
  border: 2px solid #006EBB;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.mypage-staff .staff-box .photo {
  width: 180px;
  text-align: center;
}
.mypage-staff .staff-box .photo figure {
  width: 141px;
  height: 141px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.mypage-staff .staff-box .photo img {
  border-radius: 100%;
}
.mypage-staff .staff-box .photo .name {
  color: #006EBB;
  font-size: 16px;
  font-weight: bold;
}
.mypage-staff .staff-box .infor {
  width: calc(100% - 180px);
  padding-left: 40px;
}
.mypage-staff .staff-box .infor .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.mypage-staff .staff-box .infor .edit-btn {
  width: 165px;
  margin: 50px auto 0;
  margin-right: 0;
  cursor: pointer;
}
.mypage-staff .staff-box .infor .edit-btn button {
  background: #006EBB;
  color: #fff;
  font-size: 18px;
  border-color: #006EBB;
  padding: 5px 10px 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .mypage-staff .sec01 dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-staff .sec02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-staff .sec02 .form-content {
    padding: 30px 4%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-staff .staff-box {
    padding: 20px 4%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-staff .staff-box .photo {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-staff .staff-box .infor {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage-staff .staff-box .infor .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-staff .staff-box .infor .edit-btn {
    margin: 30px auto 0;
  }
}
.staff-btn {
  text-align: right;
  margin-bottom: 20px;
}
.staff-btn a, .staff-btn button {
  border: none;
  background: #f5ce0f;
  padding: 10px 30px;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.staff-btn a:hover, .staff-btn button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .staff-btn {
    top: 25vh;
  }
  .staff-btn button {
    top: 25vh;
  }
  .staff-btn a, .staff-btn button {
    font-size: 14px;
    padding: 10px;
  }
}
/*========================================================================= 11.PAGE KIYAKU =========================================================================*/
.page-kiyaku .main {
  padding-bottom: 100px;
}
.page-kiyaku .title-s30-blue {
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-kiyaku .main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-kiyaku .title-s30-blue {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.kiyaku-box {
  border: 4px solid #BD1A21;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}
.kiyaku-box p {
  margin-top: 30px;
}
.kiyaku-box .kiyaku-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #BD1A21;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.kiyaku-box .kiyaku-title span {
  font-size: 22px;
  background: #FFF000;
  border-radius: 100px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  width: 132px;
  height: 100%;
}
.kiyaku-box .kiyaku-title h3 {
  font-size: 30px;
  color: #BD1A21;
  width: calc(100% - 132px);
  padding-left: 20px;
  line-height: 1.4;
}
.kiyaku-box ul {
  margin-top: 30px;
}
.kiyaku-box ul li {
  position: relative;
  padding-left: 40px;
  margin: 15px 0;
}
.kiyaku-box ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #BCBCBC;
}

@media screen and (max-width: 767px) {
  .kiyaku-box {
    border-width: 2px;
    padding: 4%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kiyaku-box p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kiyaku-box .kiyaku-title span {
    font-size: 18px;
    width: 80px;
  }
  .kiyaku-box .kiyaku-title h3 {
    width: calc(100% - 80px);
    font-size: 25px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .kiyaku-box .kiyaku-title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kiyaku-box ul li {
    padding-left: 25px;
  }
  .kiyaku-box ul li:before {
    width: 15px;
    height: 15px;
    top: 7px;
  }
}
/*========================================================================= 12.PAGE PASSWORD =========================================================================*/
.password-form {
  max-width: 800px;
  margin: 100px auto;
  padding: 40px 3% 50px;
  border: 1px solid #BD1A21;
  border-radius: 10px;
}
.password-form .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.password-form p {
  text-align: center;
  margin: 0 0 20px;
}
.password-form input[type=password], .password-form input[type=email] {
  border: 1px solid #BCBCBC;
  background: #F5F8FA;
  height: 45px;
  border-radius: 5px;
  width: 415px;
  max-width: 100%;
  padding: 0 10px;
  color: #000;
}
.password-form .contact-submit {
  margin: 50px auto 0;
  width: 300px;
  background: #BD1A21;
}

@media screen and (max-width: 767px) {
  .password-form {
    margin: 40px auto;
    padding: 30px 4% 40px;
  }
}
@media screen and (max-width: 767px) {
  .password-form .contact-submit {
    margin: 30px auto 0;
  }
}
/*========================================================================= 13.PAGE SIGN IN=========================================================================*/
.page-sign-in .cm-header-nav2, .page-sign-in .header-contact-cons {
  display: none;
}

.page-mypage .cm-header-nav2, .page-mypage .header-contact-cons {
  display: none;
}

.sign-in-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px 0;
}
.sign-in-flex .ct-txt {
  width: 47%;
  padding-top: 50px;
}
.sign-in-flex .txt-01 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sign-in-flex .title {
  font-size: 22px;
}
.sign-in-flex .password-form {
  width: 48%;
  margin: 0;
  padding: 50px 6% 40px;
}
.sign-in-flex .password-form .title02 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.sign-in-flex .password-form .title02 span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 40px;
  border-radius: 5px;
}
.sign-in-flex .password-form p {
  text-align: left;
}

@media screen and (max-width: 960px) {
  .sign-in-flex {
    margin: 50px 0;
  }
  .sign-in-flex .ct-txt {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .sign-in-flex .ct-txt .contact-submit {
    margin-top: 30px;
  }
  .page-sign-in .cm-header-contact, .page-mypage .cm-header-contact {
    display: flex;
  }
  .page-sign-in .cm-header-contact .cm-tel, .page-mypage .cm-header-contact .cm-tel {
    display: block;
    text-align: right;
    margin-right: 0;
  }
  .page-sign-in .cm-header-contact .cm-tel a, .page-mypage .cm-header-contact .cm-tel a {
    font-size: 20px;
    background-size: 20px;
    padding-left: 25px;
  }
  .page-sign-in .cm-header-contact .cm-tel time, .page-mypage .cm-header-contact .cm-tel time {
    font-size: 9px;
  }
  .page-sign-in .trigger-menu, .page-mypage .trigger-menu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sign-in-flex .password-form {
    width: 100%;
    margin: auto;
    padding: 30px 6%;
  }
}
@media screen and (max-width: 480px) {
  .sign-in-flex .password-form .title02 span {
    width: 100%;
    padding: 10px;
  }
}
.password-form #checkbox2 {
  margin: -1px 7px 0;
}

.sign-in-flex .title-arr {
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
.sign-in-flex .title-arr span {
  font-size: 34px;
  margin-bottom: 10px;
}
.sign-in-flex .title-arr:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: -1;
  border-left: 220px solid transparent;
  border-right: 220px solid transparent;
  border-top: 80px solid #ffe699;
}
.sign-in-flex .ct-txt .contact-submit {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .sign-in-flex .title-arr:after {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 70px solid #ffe699;
  }
}
/*========================================================================= 13.PAGE MYPAGE=========================================================================*/
.page-sign-in #cm-footer .site-map, .page-mypage #cm-footer .site-map {
  display: none;
}

.mypage .logo-img {
  text-align: center;
  margin: 80px 0 40px;
  font-size: 24px;
  color: #006EBB;
  font-weight: normal;
  line-height: 2.5;
}
.mypage .org-clr {
  text-align: center;
  font-size: 24px;
  color: #ff7e4f;
  font-weight: bold;
  margin: 40px 0 35px;
}
.mypage .txt01 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.mypage .red-bg:not(#cm-footer) {
  background: #e8f5ff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}
.mypage .red-bg:not(#cm-footer) ul > li {
  background: url(../mypage/images/check-ico.webp) top 10px left no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-size: 18px;
}
.mypage .red-bg:not(#cm-footer) ul > li ul {
  margin-left: 25px;
}
.mypage .red-bg:not(#cm-footer) ul > li li {
  background: none;
  list-style: disc;
  padding-left: 0;
  color: #ff7e4f;
}
.mypage .contact-submit {
  margin: 30px auto;
}
.mypage .box-bdr {
  border: 1px solid #ccc;
  padding: 40px;
  margin: 80px 0;
}
.mypage .box-bdr .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 22px;
}
.mypage .box-bdr .title span {
  background: #bcd3ff;
  display: inline-block;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-size: 16px;
}
.mypage .box-bdr .title h3 {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.mypage .box-bdr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px 0 10px;
}
.mypage .box-bdr li {
  width: 48%;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mypage .box-bdr figure {
  width: 100px;
}
.mypage .box-bdr figure img {
  border-radius: 100%;
}
.mypage .box-bdr .ct-txt {
  width: calc(100% - 100px);
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.mypage .banner {
  border-radius: 10px;
  background: #fbfed1;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mypage .banner .ct-txt {
  width: calc(100% - 360px);
  padding-left: 0;
}
.mypage .banner .ct-txt p {
  font-size: 20px;
}
.mypage .banner .contact-submit {
  width: 290px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .mypage .logo-img {
    margin: 40px 0 20px;
    font-size: 20px;
  }
  .mypage .logo-img img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mypage .org-clr {
    font-size: 20px;
    margin: 10px 0 10px;
  }
  .mypage .txt01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mypage .red-bg {
    padding: 25px 3%;
  }
}
@media screen and (max-width: 767px) {
  .mypage .red-bg:not(#cm-footer) ul > li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mypage .box-bdr {
    padding: 30px 3%;
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage .box-bdr .title h3 {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage .box-bdr li {
    width: 100%;
    padding: 20px 3%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mypage .box-bdr figure {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mypage .box-bdr .ct-txt {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mypage .banner {
    padding: 30px 3%;
  }
  .mypage .banner .ct-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage .banner .contact-submit {
    margin: 30px auto 0;
  }
}
.mypage-account .mypage-inner {
  padding: 0;
  margin: auto;
}

.container-checkbox {
  display: block;
  position: relative;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  transform: translate(-50%, -50%);
  border: 1px solid #BCBCBC;
  background: #F5F8FA;
  border-radius: 5px;
}
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 7px;
  top: -1px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .container-checkbox {
    top: 30px;
    left: 15px;
  }
}
.mypage-product .list_img .item {
  width: 25%;
  margin: 0 2%;
}
.mypage-product .list_img p {
  border: 1px solid #006EBB;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
  background: #F5F8FA;
}
.mypage-product .list_img .photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: 1px solid #006EBB;
  background: #ccc;
  background-size: cover;
  background-position: top, center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}
.mypage-product .list_img .photo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .mypage-product .list_img .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .mypage-product .list_img .item:last-child {
    margin-bottom: 0;
  }
}
.link-inter {
  cursor: pointer;
}

.inter-modal {
  display: none;
}

.lightBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .lightBox__container {
    overflow: auto;
  }
}
.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lightBox__inner {
  position: relative;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: auto;
}
.lightBox__inner .contents {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  text-align: left;
}
.lightBox__inner .lightBox__close {
  position: absolute;
  right: 0;
  top: -35px;
}
.lightBox__inner .lightBox__close span {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  display: block;
}
.lightBox__inner .lightBox__close span:before, .lightBox__inner .lightBox__close span:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 9px;
  width: 31px;
  height: 2.5px;
  background: #fff;
}
.lightBox__inner .lightBox__close span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightBox__inner .lightBox__close span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .lightBox__inner {
    width: 930px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner {
    padding: 0 30px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .lightBox__inner .contents {
    height: 100%;
    padding: 69px 50px 48px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner .contents {
    padding: 29px 15px 30px;
  }
}
.in-lightbox {
  position: relative;
  max-width: 900px;
  width: 100%;
}

.lightBox__inner .contents .contact-form {
  margin-bottom: 0;
}
.lightBox__inner .contents dd {
  margin-bottom: 20px;
}
.lightBox__inner .contents input[type=file] {
  color: #878787;
}
.lightBox__inner .contents input[type=file]::-webkit-file-upload-button {
  background: #006EBB;
  border: 2px solid #006EBB;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
}
.lightBox__inner .contents input[type=file]::-webkit-file-upload-button:hover {
  background: #fff;
  border: 2px solid #006EBB;
  color: #000;
}

.upload-options {
  position: relative;
  cursor: pointer;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  width: 100%;
  height: 100%;
}
.upload-options label:hover {
  opacity: 0.8;
}

/*========================================================================= 14.PAGE ENTRY=========================================================================*/
.entry-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 40px;
}
.entry-img li {
  width: 28%;
  margin: 0 1.5% 3%;
  border: 1px solid #006ebb;
}

@media screen and (max-width: 767px) {
  .entry-img li {
    width: 46%;
  }
}
.entry-form {
  margin: auto;
  padding: 40px 10%;
  border: 4px solid #ff7a59;
  border-radius: 20px;
}
.entry-form .title {
  text-align: center;
  font-size: 30px;
  color: #ff7e4f;
  font-weight: bold;
  margin-bottom: 30px;
}
.entry-form .title small {
  display: block;
  font-size: 16px;
}
.entry-form .title span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 40px;
  border-radius: 5px;
  font-size: 20px;
}
.entry-form input[type=text], .entry-form input[type=email], .entry-form input[type=password] {
  border: 1px solid #BCBCBC;
  background: #F5F8FA;
  height: 45px;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  color: #000;
}
.entry-form p {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .entry-form {
    padding: 30px 4%;
  }
  .entry-form .title {
    font-size: 27px;
  }
}
/*========================================================================= 15.PAGE ARTICLE =========================================================================*/
.article-title {
  color: #BD1A21;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

.article-list {
  margin-bottom: 60px;
}
.article-list .item {
  margin-bottom: 30px;
}
.article-list .item a {
  background: #fff2f2;
  padding: 35px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  border: 2px solid #006EBB;
}
.article-list .item a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 15px solid #006EBB;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.article-list .item .photo {
  width: 30%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.article-list .item .ct-txt {
  width: 65%;
  margin-bottom: 30px;
}
.article-list .item .ttl {
  color: #006EBB;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .article-list .item a {
    padding: 30px 3%;
  }
  .article-list .item .photo {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .article-list .item .photo img {
    max-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .article-list .item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .article-list .item .ct-txt {
    width: 100%;
    margin-bottom: 0;
  }
  .article-list .item .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.page-article .sec01 {
  padding: 60px 0;
}

.detail #content_area h2 {
  font-size: 24px;
  margin: 20px 0 10px;
  padding: 10px;
  background: #fff2f2;
  border-left: 6px solid #006EBB;
}
.detail #content_area h3 {
  font-size: 19px;
  margin: 20px 0 10px;
  padding: 0 0 5px 5px;
  border-bottom: 3px solid #006EBB;
}
.detail #content_area h4 {
  margin: 20px 0 10px;
  padding: 0 0 0 10px;
  border-left: 3px solid #006EBB;
}

@media screen and (max-width: 767px) {
  .page-article .sec01 {
    padding: 40px 0;
  }
}
.page-article .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.page-article .content-wrap .inner-content {
  width: calc(100% - 355px);
  padding-right: 70px;
}
.page-article .content-wrap .box01 {
  border: 2px solid #006EBB;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
}
.page-article .content-wrap .box01 .title {
  font-size: 30px;
  color: #006EBB;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-article .content-wrap .img01 {
  margin-bottom: 50px;
}
.page-article .content-wrap .blue-ttl {
  font-size: 22px;
  color: #BD1A21;
  margin-bottom: 10px;
}
.page-article .content-wrap .trigger-title {
  margin-top: 30px;
  background: #006EBB;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}
.page-article .content-wrap .trigger-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-article .content-wrap .trigger-title.close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-article .content-wrap .trigger-content {
  border: 2px solid #006EBB;
  border-radius: 10px;
  padding: 30px 30px 15px;
  margin-bottom: 40px;
}
.page-article .trigger-content ol li {
  color: #BD1A21;
  font-weight: bold;
  text-indent: -11px;
  margin-left: 11px;
  font-size: 16px;
}
.page-article .trigger-content ol li ul {
  margin-left: 20px;
}
.page-article .trigger-content ol > li > ul {
  margin-top: 15px;
  margin-bottom: 25px;
}
.page-article .trigger-content ol > li > ul li {
  color: #000;
  font-weight: normal;
  text-indent: -6px;
  margin-left: 6px;
}
.page-article .content-wrap .title-h2 {
  font-size: 27px;
  margin-bottom: 20px;
}
.page-article .content-wrap .title-h3 {
  font-size: 21px;
  color: #BD1A21;
  background: #F6F6F6;
  padding: 10px 20px;
  margin: 40px 0 30px;
}
.page-article .content-wrap .title-h4 {
  font-size: 20px;
  margin: 40px 0 30px;
}
.page-article .content-wrap .img02 {
  text-align: center;
  margin: 30px 0 40px;
}
.page-article .content-wrap .box02 {
  border: 2px solid #006EBB;
  border-radius: 10px;
  padding: 25px 35px;
  margin-bottom: 40px;
}
.page-article .content-wrap .box02 .blue-title {
  color: #006EBB;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-article .content-wrap .box02 .photo {
  width: 141px;
  height: 141px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.page-article .content-wrap .box02 .photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.page-article .content-wrap .box02 .ct-txt {
  width: calc(100% - 141px);
  padding-left: 40px;
}
.page-article .content-wrap .box02 .name {
  font-size: 22px;
  border-bottom: 2px solid #006EBB;
  position: relative;
  padding-right: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-article .content-wrap .box02 .twitter {
  position: absolute;
  top: 0;
  right: 0;
}
.page-article .content-wrap .box02 .twitter img {
  width: 32px;
  height: 32px;
}
.page-article .content-wrap .box02 .blue-btn {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #006EBB;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none !important;
  min-width: 160px;
  margin-top: 10px;
}
.page-article .content-wrap .side-content {
  width: 355px;
}
.page-article .category01 {
  border: 1px solid #006EBB;
  margin-bottom: 40px;
}
.page-article .category01 .title {
  color: #fff;
  background: #006EBB;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  font-weight: bold;
}
.page-article .category01 ul a {
  text-decoration: none !important;
  display: block;
  border-top: 1px solid #006EBB;
  padding: 5px 15px;
  color: #006EBB;
}
.page-article .category02 {
  border: 1px solid #006EBB;
  margin-bottom: 30px;
}
.page-article .category02 .title {
  color: #fff;
  background: #006EBB;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.page-article .category02 ul a {
  text-decoration: none !important;
  display: block;
  border-top: 1px solid #006EBB;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-article .category02 figure {
  width: 85px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.page-article .category02 figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.page-article .category02 .txt {
  width: calc(100% - 100px);
  line-height: 1.5;
  font-size: 14px;
}
.page-article .category03 {
  border: 1px solid #006EBB;
  margin-bottom: 40px;
}
.page-article .category03 .title {
  color: #fff;
  background: #006EBB;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  font-weight: bold;
}
.page-article .category03 ul a {
  text-decoration: none !important;
  display: block;
  border-top: 1px solid #006EBB;
  padding: 5px 15px;
  color: #006EBB;
  position: relative;
  padding-left: 40px;
}
.page-article .category03 ul a:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #006EBB;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-article .side-banner {
  background: #FFF000;
  border-radius: 10px;
  padding: 5px;
  padding-bottom: 45px;
  margin-bottom: 30px;
}
.page-article .side-banner .title {
  background: #fff;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.page-article .side-banner .title span {
  color: #BD1A21;
}
.page-article .side-banner figure {
  padding: 20px;
  text-align: center;
}
.page-article .side-banner .blue-box {
  color: #fff;
  text-align: center;
  background: #006EBB;
  border-radius: 0 0 10px 10px;
  padding: 15px;
}
.page-article .side-banner .blue-box p {
  font-size: 18px;
}
.page-article .side-banner .cm-btn {
  position: relative;
  bottom: -30px;
}
.page-article .side-banner .cm-btn a {
  font-size: 16px;
  border: none;
  padding: 10px;
}
.page-article.detail .cm-banner-yellow {
  margin: 45px 0 40px;
}

@media screen and (max-width: 1100px) {
  .page-article .content-wrap .inner-content {
    width: calc(100% - 250px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .inner-content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .box01 {
    padding: 20px 3%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .box01 .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .img01 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .trigger-content {
    padding: 30px 3% 10px;
  }
  .page-article .trigger-content ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .trigger-content ol li ul {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .title-h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .title-h3 {
    font-size: 18px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .title-h4 {
    font-size: 17px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .box02 {
    padding: 20px 3%;
  }
  .page-article .content-wrap .box02 .photo {
    width: 100px;
    height: 100px;
  }
  .page-article .content-wrap .box02 .ct-txt {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-article .content-wrap .box02 .blue-btn:hover {
    opacity: 0.8;
  }
}
/*.page-article .content-wrap .pager ul{
    justify-content: space-between;
}*/
@media screen and (max-width: 1100px) {
  .page-article .content-wrap .side-content {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .content-wrap .side-content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-article .category01 ul a:hover {
    background: #006EBB;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page-article .category01 {
    margin-bottom: 30px;
  }
  .page-article .category01 ul a {
    padding: 10px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .page-article .category02 ul a:hover {
    text-decoration: underline !important;
  }
}
@media screen and (min-width: 768px) {
  .page-article .category03 ul a:hover {
    background: #006EBB;
    color: #fff;
  }
  .page-article .category03 ul a:hover:before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page-article .category03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-article .category03 ul li {
    width: 50%;
  }
  .page-article .category03 ul a {
    padding-right: 5px;
    padding-left: 25px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-article .category03 ul a:before {
    left: 7px;
    top: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .page-article .side-banner .title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .page-article.detail .cm-banner-yellow {
    margin: 25px 0;
  }
  .page-article .content-wrap {
    padding-bottom: 10px;
  }
}
.page-mypage .modal-content {
  height: 100%;
  top: 10vh;
  max-width: 770px;
  padding: 0;
  color: #FF7A59;
  background: none;
}
.page-mypage .modal-inner {
  height: 45%;
  width: 100%;
  min-height: 430px;
  background: #fff;
  padding: 40px;
  text-align: center;
  color: #FF7A59;
  border: 2px solid #FF7A59;
  border-radius: 20px;
  overflow: hidden;
}
.page-mypage a.modal-close {
  position: relative;
  top: auto;
  right: auto;
}
.page-mypage .modal-content .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #FF7A59;
}
.page-mypage .modal-content .title small {
  font-size: 14px;
  display: block;
}
.page-mypage .modal-content .btn {
  margin: 0;
}
.page-mypage .modal-content .btn li {
  width: 80%;
  min-width: 300px;
  margin: 0 auto 20px;
}
.page-mypage .modal-content .btn button, .page-mypage .modal-content .btn a {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  background: none;
  border: 3px solid #FF7A59;
  color: #FF7A59;
  font-weight: bold;
  font-size: 18px;
  padding: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page-mypage .modal-content .btn button, .page-mypage .modal-content .btn a {
  text-decoration: none;
  height: 70px;
}
.page-mypage .modal-content .btn button span, .page-mypage .modal-content .btn a span {
  font-size: 30px;
  line-height: 1;
}

.page-mypagey .modal-content .btn button:hover, .page-mypage .modal-content .btn a:hover {
  background: #FF7A59;
  color: #fff;
  opacity: 1;
}

.cm-btn .modal-open {
  border-radius: 5px;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .page-mypage .modal-content {
    padding: 40px 10px;
    width: 100%;
    top: 0;
  }
  .page-mypage .modal-content .btn button, .page-mypage .modal-content .btn a {
    height: auto;
  }
  .page-mypage .modal-inner {
    padding: 40px 10px;
  }
  .page-mypage .modal-content .title {
    font-size: 25px;
  }
  .page-mypage .modal-content .btn button span, .page-mypage .modal-content .btn a span {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .page-mypage .modal-content .title {
    margin-bottom: 25px;
  }
  .page-mypage .modal-content .btn button, .page-mypage .modal-content .btn a {
    font-size: 15px;
  }
  .page-mypage .modal-content .btn button span, .page-mypage .modal-content .btn a span {
    font-size: 20px;
  }
  .page-mypage .modal-content .btn li {
    min-width: 234px;
  }
}
.mypage-staff .sec01 dd {
  position: relative;
}

.counter {
  opacity: 0;
  display: none;
  position: relative;
}
.counter p {
  position: relative;
  background: #E83B2B;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.counter p:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-top: 10px solid #E83B2B;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.active-counter .counter {
  opacity: 1;
  display: block;
}

.page-company2 .hpvendor-flex {
  display: block;
}
.page-company2 .hpvendor-flex .ct-txt {
  width: auto;
}

@media screen and (min-width: 768px) {
  .page-company2 .hpvendor-flex .photo {
    float: left;
    margin: 0 40px 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-company2 .hpvendor-flex .clearfix {
    margin-bottom: 30px;
  }
}
.mypage-btn-fixed {
  position: fixed;
  top: 335px;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.mypage-btn-fixed.fixed {
  top: 20px !important;
}

.hpvendor_contact-confirm dt {
  word-break: break-all;
}
.hpvendor_contact-confirm dd {
  border: 1px solid #BCBCBC;
  background: #F5F8FA;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  color: #000;
}
.hpvendor_contact-confirm .back-btn {
  width: 320px;
  background: #ff987e;
}
.hpvendor_contact-confirm .back-btn input {
  font-size: 16px;
  height: 55px;
  line-height: 55px;
}

@media screen and (max-width: 480px) {
  .hpvendor_contact-confirm .back-btn {
    width: 270px;
  }
}
.txt01-area {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.txt01-area p {
  color: #E83B2B;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .txt01-area p {
    font-size: 20px;
  }
}
.arrow-trigger {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #BD1A21;
  margin: auto;
  position: relative;
  z-index: 2;
  margin: 30px auto 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.arrow-trigger.active {
  border-top: none;
  border-bottom: 40px solid #BD1A21;
}

.content-block {
  height: 100px;
  overflow-y: hidden;
}
.content-block.active {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .content-block {
    height: 85px;
  }
}
.page-article.detail #twitter-widget-0 {
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  background: url(../article/images/twitter-ico.png) center left no-repeat;
  background-size: 40px;
}
.page-article.detail #twitter-widget-0 a {
  display: block;
  width: 100%;
  height: 100%;
}

#widget .btn-o {
  font-size: 0 !important;
}
#widget .btn {
  background: none !important;
  padding: 0 !important;
  height: 40px !important;
  width: 40px !important;
}
#widget .btn i {
  display: none !important;
}

.txt01-area01 {
  font-weight: bold;
  font-size: 20px;
  color: #fc9f38;
}

@media screen and (max-width: 767px) {
  .txt01-area01 {
    font-size: 18px;
  }
}
.hpvendor-map-title {
  text-align: center;
}
.hpvendor-map-title .cm-title02 {
  display: inline-block;
  background: url(../common_img/svg.webp) center left no-repeat;
  background-size: auto;
  padding-left: 50px;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .hpvendor-map-title .cm-title02 {
    background-size: 23px;
    padding-left: 40px;
    font-size: 25px;
  }
}
.inner404 {
  min-height: calc(100vh - 400px);
}

img.article_img {
  margin: 0 0 20px;
}

.table_box {
  margin: 10px 0 30px;
}
.table_box table td {
  border: 1px solid #595959;
  border-collapse: collapse;
  padding: 4px 10px;
}

.txt01-area p._h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .table_box {
    overflow: scroll;
    white-space: nowrap;
    padding: 0 0 10px;
  }
  .txt01-area p._h1 {
    font-size: 16px;
  }
}
.about-map {
  margin: 20px 0 0;
}

.category_box {
  background: #fff2f2;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}
.category_box .head {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px 10px;
}
.category_box ul.list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
}
.category_box ul.list li {
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 0 0 15px;
  color: #BD1A21;
}
.category_box ul.list li:before {
  content: "▶";
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 10px;
}
.category_box ul.list li a {
  text-decoration: none;
  color: #BD1A21;
}
.category_box ul.list li a:hover {
  opacity: 0.5;
}

.product {
  padding: 50px 0;
}
.product .product-cnt {
  display: flex;
  max-width: 1150px;
  margin: auto;
}
.product .product-cnt .list {
  width: 31%;
  margin: auto;
  position: relative;
  border: 2px solid #006EBB;
  padding: 25px;
  border-radius: 10px;
}
.product .product-cnt .list .ttl {
  color: #BD1A21;
  border-bottom: 1px solid #BD1A21;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 22px;
}
.product .product-cnt .list .tbl-box table {
  width: 100%;
}
.product .product-cnt .list .tbl-box table th {
  border: 1px solid #BCBCBC;
  padding: 8px;
  vertical-align: middle;
  font-weight: normal;
  width: 110px;
}
.product .product-cnt .list .tbl-box table td {
  border: 1px solid #BCBCBC;
  padding: 8px;
  vertical-align: middle;
  font-weight: normal;
}
.product .product-cnt .list .img {
  max-height: 265px;
  overflow: hidden;
  margin: 20px 0;
}
.product .product-cnt .list .btn a {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  background: #F5F7FA;
  border: solid 1px #BCBCBC;
  font-size: 16px;
  color: #000;
  padding: 5px;
  border-radius: 10px;
  width: 80%;
  text-decoration: none;
}
.product .product-cnt .list .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.product .product-cnt .list .btn a:hover {
  background: #006EBB;
  color: #fff;
}
.product .product-cnt .list .btn a:hover:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .product {
    padding: 30px 0;
  }
  .product .product-cnt {
    display: block;
    width: 100%;
  }
  .product .product-cnt .list {
    width: 92%;
    margin: 0 auto 20px;
  }
}
.cm-btn.add {
  margin: 0 0 60px;
  font-weight: bold;
}

.another-way.article-cta .cm-banner-yellow {
  padding: 40px 20px;
}
.another-way.article-cta .cm-banner-yellow .left span {
  font-size: 1.2em;
}
.another-way.article-cta .cm-banner-yellow .left p {
  font-size: 1.5em;
}
.another-way.article-cta .cm-banner-yellow .left .txt-arr strong {
  font-size: 1.2em;
}
.another-way.article-cta .cm-banner-yellow .right {
  width: 45%;
}
.another-way.article-cta .cm-banner-yellow .right .org-btn a {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .another-way.article-cta .cm-banner-yellow {
    padding: 20px !important;
  }
  .another-way.article-cta .cm-banner-yellow .left, .another-way.article-cta .cm-banner-yellow .right {
    width: 100% !important;
  }
}