@charset "utf-8";

:root {
  --wrapper: calc((100% - 950px) / 2);
}


.un_guar10_wrapper {
  width: 100%;
  min-width:var(--contentMaxWidth);
  padding: 0 var(--wrapper);
  box-sizing: border-box;
}
.un_guar10_wrapper.un_guar10_wrapper__annotation {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.un_guar10_wrapper.un_guar10_wrapper__firstSection {
  position: relative;
  background-image: url(/guar/img/main_firstV.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 66px;
  overflow: hidden;
}
.un_guar10_personImg {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  z-index: 1;
}
.un_guar10_wrapper.un_guar10_wrapper__secondSection {
  position: relative;
  background-image: url(/guar/img/main_secondV.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.un_guar10_wrapper.un_guar10_wrapper__thirdSection {
  position: relative;
  background-image: url(/guar/img/main_thirdV.png?2022-1004);
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;

  animation-name: slowlyDown;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes slowlyDown {
  0% {
    background-position: -1200px -1200px;
  }
  100% {
    background-position: 1200px 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .un_guar10_wrapper.un_guar10_wrapper__secondSection {
    background-size: contain;
  }
}
.un_guar10_pankuzu {
  position: absolute;
  top: 10px;
  left: var(--wrapper);
  z-index: 100;
}
.un_guar10_mainTxt,
.un_guar10_secondSectionTxt,
.un_guar10_thirdSectionTxt {
  z-index: 10;
}
.un_guar10_mainTxt {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  font-feature-settings: "palt";
  width: 100%;
  color:#3d2103;
}
.un_guar10_mainTxt span {
  font-size: 67px;
  line-height: 1.5;
  margin-right: -1.1em;
  margin-top: -2px;
  display: inline-block;
}
_::-webkit-full-page-media, _:future, :root .un_guar10_mainTxt span {
  display: inline;  
}
.un_guar10_mainTxt small {
  font-size: 40px;
  margin-left: 3px;
}
.un_guar10_mainTxt .un_guar10_mainTxt_red {
  margin-right: 0;
}

.un_guar10_mainTxt .un_guar10_mainTxt_gold{
  display: inline-block;
  background: linear-gradient(150deg, #96721f 0%,#b1850b 40% ,#d4a917 55%,#b1850b 70% ,#9d7800 100%);
  background: -webkit-linear-gradient(-60deg, #96721f 0%,#b1850b 40% ,#d4a917 55%,#b1850b 70% ,#9d7800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right:unset;
}
.un_guar10_mainTxt_subTxt{
font-size: 44px;
}


.un_guar10_otherfont {
  font-family: "Trebuchet MS";
  display: inline;
  letter-spacing: -0.1em;
}
.un_guar10_mainTxt span .un_guar10_otherfont {
  font-size: 82px;
  vertical-align: -3px;
  margin-left: -7px;
  margin-right: 8px;
}
.un_guar10_mainTxt span span {
  color: #d70101;
}

.un_guar10_secondSectionTxt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_ttl {
  padding: 30px;
  font-size: 34px;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 46px;
  box-sizing: border-box;
  border-top: 4px solid #319b03;
  border-bottom: 4px solid #319b03;
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_ttl .un_guar10_otherfont {
  font-size: 43px;
  vertical-align: -2px;
  margin-left: -5px;
  margin-right: 5px;
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_list {
  font-size: 26px;
  font-feature-settings: "palt";
  counter-reset: number 0;
  margin-left: 70px;
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_list .un_guar10_secondSectionTxt_list_item {
  padding-left: 45px;
  position: relative;
  margin-top: 18px;
  max-height: 40px;
  display: flex;
  align-items: center;
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_list .un_guar10_secondSectionTxt_list_item:first-child {
  margin-top: 0;
  margin-bottom: -2px;
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_list .un_guar10_secondSectionTxt_list_item::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  font-family: "Trebuchet MS";
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  background-color: #319b03;
  border-radius: 50%;
  color: #fff;
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_list .un_guar10_secondSectionTxt_list_item span {
  font-weight: bold;
  background:linear-gradient(transparent 60%, #ffff00 60%)
}
.un_guar10_secondSectionTxt .un_guar10_secondSectionTxt_list .un_guar10_secondSectionTxt_list_item .un_guar10_otherfont {
  font-size: 30px;
  margin-left: -3px;
  margin-right: 4px;
}

.un_guar10_thirdSectionTxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-feature-settings: "palt";
}
.un_guar10_thirdSectionTxt .un_guar10_thirdSectionTxt_ttl {
  margin-top: 0;
  font-size: 40px;
  font-weight: bold;
}
.un_guar10_thirdSectionTxt .un_guar10_thirdSectionTxt_ttl span {
  color: #319b03;
}
.un_guar10_thirdSectionTxt .un_guar10_thirdSectionTxt_subTtl {
  margin-top: 70px;
  font-size: 24px;
  line-height: 46px;
  font-weight: 500;
}
.un_guar10_thirdSectionTxt .un_guar10_thirdSectionTxt_subTtl span {
  font-weight: bold;
  color: #319b03;
}
.un_guar10_thirdSectionTxt .un_guar10_thirdSectionTxt_subTtl .un_guar10_otherfont {
  font-size: 30px;
  vertical-align: -1px;
  margin-left: -4px;
  margin-right: 4px;
}

.un_guar10_hdg2 {
  width: 100%;
  min-width: var(--contentMaxWidth);
  padding: 15px 0;
  text-align: center;
  background-color: #319b03;
  color: #fff;
  font-size: 30px;
  position: relative;
}
.un_guar10_hdg2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #319b03 transparent transparent transparent;
  bottom: -40px;
  left: calc(50% - 40px);
}
.un_guar10_hdg2 + .un_guar10_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.un_guar10_hdg2 + .un_guar10_wrapper.un_guar10_wrapper__noPaddingTop {
  padding-top: 0;
  padding-bottom: 0;
}

.un_guar10_hdg3 {
  font-size: 24px;
  text-align: center;
}
.un_guar10_panel {
  text-align: center;
}
.un_guar10_panel img {
  margin: 0 auto;
}
.un_guar10_panel p {
  padding: 20px 0;
  font-size: 16px
}
.un_guar10_panel p:first-child {
  padding: 0;
}
.un_guar10_panel.un_guar10_panel__graph {
  position: relative;
}
.un_guar10_panel.un_guar10_panel__graph .un_guar10_panel__graph_annotation {
  font-size: 12px;
  text-align: left;
  line-height: 1.2em;
  display: block;
  width: auto;
  position: absolute;
  bottom: 145px;
  left: 50px;
}
.un_guar10_table_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}
.un_guar10_table {
  min-width: 855px;
  border-collapse: collapse;
  font-size: 16px;
}
.un_guar10_table thead tr td {
  text-align: left;
}
.un_guar10_table .un_guar10_table_bold {
  font-weight: bold;
}
.un_guar10_table .un_guar10_table_red {
  font-weight: bold;
  color: #d70101;
}
.un_guar10_table tbody tr th,
.un_guar10_table tbody tr td {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.un_guar10_table tbody tr th {
  background-color: #fcfbd9;
}
.un_guar10_table tbody tr:nth-child(1) th:nth-child(1) {
  min-width: 335px;
}
.un_guar10_table tbody tr:nth-child(1) th:nth-child(2) {
  min-width: 200px;
}
.un_guar10_table tbody tr:nth-child(1) th:nth-child(3) {
  min-width: 310px;
}
.un_guar10_table tbody tr td:first-child {
  text-align: left;
  padding: 10px 20px;
}
.un_guar10_panel + .un_guar10_table_wrapper {
  margin-top: 20px;
}
.un_guar10_arrow {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.un_guar10_arrow.un_guar10_arrow__overlap {
  margin-top: -143px;
}
.un_guar10_hdg3_green {
  color: #319b03;
  font-size: 24px;
  text-align: center;
}
.un_guar10_hdg3_green + .un_guar10_panel {
  margin-top: 40px;
}
.un_guar10_panel + .un_guar10_hdg3_green {
  margin-top: 40px;
}
.un_guar10_arrow.un_guar10_arrow__overlap + .un_guar10_bunner {
  margin-top: -35px;
}
.un_guar10_bunner {
  text-align: center;
  width: min-content;
  margin: 0 auto;
}

.un_guar10_guarContTable {
  min-width: 950px;
  border-collapse: collapse;
  height: 100%;
  font-size: 14px;
}
.un_guar10_guarContTable .un_guar10_guarContTable_bigTxt {
  font-size: 24px;
  color: #d70101;
  margin-bottom: -2px;
  display: block;
}
.un_guar10_guarContTable .un_guar10_guarContTable_vertical {
  writing-mode: vertical-rl;
}
.un_guar10_guarContTable .un_guar10_guarContTable_redTxt {
  color: #d70101;
}
.un_guar10_guarContTable tbody tr th,
.un_guar10_guarContTable tbody tr td {
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding: 20px 5px;
  line-height: 1.5em;
}
.un_guar10_guarContTable tbody tr th {
  background-color: #f8f8f8;
  font-weight: normal;
}
.un_guar10_guarContTable tbody tr:nth-child(1) th {
  vertical-align: top;
}
.un_guar10_guarContTable tbody tr:nth-child(1) th:nth-child(1) {
  vertical-align: middle;
}
.un_guar10_guarContTable tbody tr td {
  height: 100%;
  font-size: 14px;
}
.un_guar10_guarContTable tbody tr td:nth-child(2) {
  background-color: #fdfbea;
  font-weight: bold;
}
.un_guar10_guarContTable .un_guar10_guarContTable_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.un_guar10_guarContTable .un_guar10_guarContTable_inner .un_guar10_guarContTable_inner_txt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.un_guar10_notApplicable {
  display: flex;
  justify-content: space-between;
  width: 700px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.un_guar10_hdg3 + .un_guar10_notApplicable {
  margin-top: 10px;
}
.un_guar10_notApplicable .un_guar10_notApplicable_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_guar10_notApplicable .un_guar10_notApplicable_logo span {
  margin-top: 10px;
  font-size: 16px;
}
.un_guar10_notApplicable + .un_guar10_notApplicable_txt {
  margin-top: 40px;
}
.un_guar10_notApplicable_txt {
  max-width: max-content;
  margin: 0 auto;
}
.un_guar10_notApplicable_txt li {
  font-size: 16px
}
.un_guar10_btn {
  display: block;
  position: relative;
  border-radius: 50px;
  border: 5px solid #319b03;
  font-weight: bold;
  color: #222 !important;
  box-sizing: border-box;
  padding: 10px;
  font-size: 24px;
  width: 574px;
  text-align: center;
  margin: 0 auto;
}
.un_guar10_btn span {
  font-size: 24px;
}
.un_guar10_btn::after {
  content: '';
  position: absolute;
  background-image: url(/guar/img/arrow_green_right.png);
  background-repeat: no-repeat;
  top: calc(50% - 11.5px);
  right: 20px;
  height: 23px;
  width: 22px;
}
.un_guar10_btn:hover {
  background-color: #319b03;
  color: #fff !important;
  text-decoration: none;
}
.un_guar10_btn:hover::after {
  background-image: url(/guar/img/arrow_white_right_hover.png);
  background-color: #319b03;
  color: #fff !important;
  text-decoration: none;
}
.un_guar10_notApplicable_txt + .un_guar10_btn {
  margin-top: 40px;
}

.un_guar10_QA {
  margin: 0 50px;  
  position: relative;
  box-sizing: border-box;
}
.un_guar10_QA_logo__Q {
  background-color: #f0f1f0;
  color: #20816b;
}
.un_guar10_QA_txt__Q {
  background-color: #d0ecd7;
}
.un_guar10_QA_logo__A {
  background-color: #d0ecd7;
  color: #319b03;
}
.un_guar10_QA_txt__A {
  background-color: #f0f1f0;
}
.un_guar10_QA .un_guar10_QA_logo {
  position: absolute;
  top: -23px;
  left: 0;
  font-size: 38px;
  border-radius: 10px;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "Arial", "メイリオ";
}
.un_guar10_QA .un_guar10_QA_txt {
  border-radius: 10px;
  padding: 20px 20px 20px 85px;
  font-size: 16px;
  margin-top: 23px;
}
.un_guar10_QA .un_guar10_QA_txt .un_guar10_QA_txt_link {
  text-align: right;
  display: block;
}
.un_guar10_QA:nth-child(2n) {
  margin-top: 43px;
}
.un_guar10_QA:nth-child(2n - 1) {
  margin-top: 70px;
}
.un_guar10_QA:first-child {
  margin-top: 0;
}
a.un_guar10_QA_txt_link:link,a.un_guar10_QA_txt_link:visited{
  color: var(--defaultTxtColor);
}
.un_guar10_panel.un_guar10_panel__sentence {
  font-size: 16px;
  text-align: center;
}
.un_guar10_panel.un_guar10_panel__sentence p {
  padding: 0;
  margin-top: 20px;
}
.un_guar10_panel.un_guar10_panel__sentence p:first-child {
  margin-top: 0;
}

.un_guar10_formBtn_wpper {
  text-align: center;
}
.un_guar10_formBtn {
  display: inline-block;
  padding: 20px 5px;
  border-radius: 40px;
  text-decoration: none;
  color: #fff !important;
  background-image: linear-gradient(45deg, #f25c05 0%, #ff985c 100%);
  transition: 0.4s;
  text-align: center;
  font-size: 24px;
  box-shadow: 0 4px 0 0 rgb(0 0 0 / 11%);
  width: 690px;
  box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  font-weight: bold
}
.un_guar10_formBtn:hover {
  background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
}
.un_guar10_formBtn::after {
  content: '';
  position: absolute;
  background-image: url(/guar/img/arrow_white_right.png);
  top: calc(50% - 13.5px);
  right: 20px;
  height: 27px;
  width: 26px;
  background-repeat: no-repeat;
}
.un_guar10_panel + .un_guar10_formBtn_wpper {
  margin-top: 30px;
}

.un_guar10_repair {
  padding: 0 50px;
}
.un_guar10_repair .un_guar10_repair_item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  margin-top: 40px;
}
.un_guar10_repair .un_guar10_repair_item:first-child {
  margin-top: 0;
}
.un_guar10_repair .un_guar10_repair_item .un_guar10_repair_item_ttl {
  position: relative;
  background-color: #319b03;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  min-width: 185px;
}
.un_guar10_repair .un_guar10_repair_item .un_guar10_repair_item_ttl span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #fff;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  background-color: #99c86b;
  color: #fff;
}
.un_guar10_repair .un_guar10_repair_item .un_guar10_repair_item_ttl img {
  position: absolute;
  bottom: -49px;
  left: calc(50% - 25.5px);
}
.un_guar10_repair .un_guar10_repair_item .un_guar10_repair_item_txt {
  margin-left: 32px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  width: 595px;
  font-size: 16px;
}

.un_guar10_imgCtn {
  text-align: center;
}
.un_guar10_imgCtn .un_guar10_imgCtn_borderTxt {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border: 10px solid;
  padding: 28px 50px;
  font-size: 16px;
  margin: 15px 0; 
  border-image: linear-gradient(to bottom, #d9ae1e,#eac956,#caa010);
  border-image-slice: 1;
}
.un_guar10_imgCtn .un_guar10_imgCtn_borderTxt .un_guar10_imgCtn_borderTxt_offer:last-child{
  margin-top: 20px;
}

.un_guar10_imgCtn .un_guar10_imgCtn_bunner {
  margin-top: 40px;
  margin-bottom: 40px;
}

.un_guar10_annotation {
  font-size: 12px;
  text-align: left;
  line-height: 1.2em;
  display: block;
  width: 100%;
}
.un_guar10_table + .un_guar10_annotation,
.un_guar10_bunner > .un_guar10_annotation,
.un_guar10_guarContTable_wrapper + .un_guar10_annotation {
  margin-top: 10px;
}

.un_guar10_panel.un_guar10_panel__sentence p span {
  background:linear-gradient(transparent 50%, #ff6 50%);
  font-weight: bold;
}

#footer{
  margin-top:0px;
}