html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  background-color: #e0e0e0;
  color: #393939;
  font-family: "Noto Sans JP", sans-serif, "Zen Old Mincho", serif;
  font-weight: 400;
  font-feature-settings: "halt";
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}



a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
table,
tr,
th,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: super;
}

address {
  font-style: normal;
}


.parent {
  padding: 0;
  text-align: center;
}

.box1 {
  margin: 30px 0 0 0;
  padding: 5px 15px;
  border: solid 4px #393939;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.parent2 {
  padding: 0;
  text-align: center;
}

.lead {
  border-bottom: 0.5px solid #e0e0e0;
  ;
  max-width: 768px;
}

.lead2 {
  border-bottom: 1px dashed #393939;
  max-width: 100px;
}

.lead3 {
  border-bottom: 0.5px solid #393939;
  padding: 30px 0;
}

.space {
  padding: 20px 0 20px 0;
}

.spacetop {
  padding: 30px 0 0 0;
}

.spaceunder {
  padding: 0 0 30px 0;
}



header {
  border-top: solid 15px #a59e72;
}


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

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
  font-feature-settings: "palt";
}

h2 {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  position: relative;
  margin: 20px 0;
  font-feature-settings: "halt";
}

h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 5px 0;
  font-feature-settings: "palt";
}

h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 0 0 3px 0;
  font-feature-settings: "palt";
}


h6 {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  position: relative;
  margin: 0 0 5px 0;
  font-feature-settings: "palt";
}



.text_bigger2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 200%;
}

.text_bigger {
  font-size: 125%;
}

.text_smaller {
  font-size: 70%;
}

.marker {
  background: linear-gradient(transparent 90%, yellow 90%);
}

.markerUnder {
  background: linear-gradient(transparent 0%, yellow 0%);
  display: inline;
  padding: 0 1px 0px;
}

.markerUnder_b {
  background: linear-gradient(transparent 0%, #393939 0%);
  display: inline;
  padding: 0 1px 0px;
}

.markerUnder_c {
  background: linear-gradient(transparent 0%, #a59e72 0%);
  display: inline;
  padding: 0 1px 0px;
}

.bold {
  font-weight: 600;
}





.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 23px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  font-feature-settings: "palt";
  background: #a59e72;
  border-radius: 5px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #a59e72;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  font-feature-settings: "palt";
  background: #a59e72;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 7px solid #a59e72;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  font-feature-settings: "palt";
  background: #a59e72;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 7px solid #a59e72;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}




.column-box {
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
  border: 10px solid #a59e72;
  box-sizing: border-box;

}

.column-box h3:first-child {
  margin-top: 0;

}

.balloon3 {
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border: 1px solid #393939;
  box-shadow: -2px 2px 0 0 #393939;
  display: inline-block;
}

.balloon3:before,
.balloon3:after {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.balloon3:before {
  top: 100%;
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #393939;
  border-right-color: #393939;
  border-width: 7px;
}

.balloon3:after {
  top: 99%;
  margin-left: -10px;
  border-color: transparent;
  border-top-color: #e0e0e0;
  border-right-color: #e0e0e0;
  border-width: 5px;
}

.balloon4 {
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border: 1px solid #393939;
  box-shadow: -2px 2px 0 0 #393939;
  display: inline-block;
}

.balloon4:before,
.balloon4:after {
  position: absolute;
  right: 150px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.balloon4:before {
  top: 100%;
  margin-right: -12px;
  border-color: transparent;
  border-top-color: #393939;
  border-left-color: #393939;
  border-width: 7px;
}

.balloon4:after {
  top: 99%;
  margin-right: -10px;
  border-color: transparent;
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-width: 5px;
}



.ExternalClass {
  width: 100%;
}

div[style*="margin: 16px 0"] {
  margin: 0 !important;
}


table {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  margin: 0 auto !important;
}

table table table {
  table-layout: auto;
}

.yshortcuts a {
  border-bottom: none !important;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}


.button-td,
.button-a {
  transition: all 100ms ease-in;
}

.button-td:hover,
.button-a:hover {
  background: #a59e72 !important;
  border-color: #a59e72 !important;

}

.buttonfont {
  font-size: 16px;
  font-weight: 400;
}



@media (min-width: 400px) {

  .br-sp {
    display: none;
  }

  .justify {
    text-align: left;
  }
}





@media (max-width: 768px) {


  body {
    margin: 0;
    padding: 0;
    color: #393939;
    background-color: #e0e0e0;
    font-weight: 400;
    font-feature-settings: "halt";
    font-size: 12px;
    line-height: 1.75;
    text-align: justify;
  }

  header {
    border-top: solid 10px #a59e72;
  }

  .parent {
    padding: 0;
    text-align: center;
  }

  .box1 {
    padding: 1px 6px;
    border: solid 3px #393939;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
  }

  .name-l {
    font-size: 13px;
    text-align: center;
  }

  .name-r {
    font-size: 13px;
    text-align: center;
  }



  h1 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    font-feature-settings: "palt";
  }

  h2 {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    position: relative;
    margin: 0 0 10px 0;
    font-feature-settings: "halt";
  }

  h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 5px 0;
    font-feature-settings: "palt";
  }

  h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 0 0 3px 0;
    font-feature-settings: "palt";
  }

  h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
  }

  h6 {
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 0 0 5px 0;
    font-feature-settings: "palt";
  }

  .balloon2 {
    position: relative;
    display: grid;
    place-items: center;
    margin: 30px 50px 0 50px;
    min-width: 120px;
    max-width: 100%;
    color: #ffffff;
    font-feature-settings: "palt";
    background: #a59e72;
  }

  .balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid #a59e72;
  }

  .balloon2 p {
    margin: 0;
    padding: 0;
  }

  .email-container {
    width: 100% !important;

  }


  .fluid,
  .fluid-centered {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .fluid-centered {
    margin-left: auto !important;
    margin-right: auto !important;
  }


  .stack-column,
  .stack-column-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
  }

  .stack-column-center {
    text-align: left !important;
  }


  .center-on-narrow {
    text-align: justify !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  table.center-on-narrow {
    display: inline-block !important;
  }


  .balloon1-left {
    position: relative;
    display: inline-block;
    margin: 0 23px;
    min-width: 120px;
    max-width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    font-feature-settings: "palt";
    background: #a59e72;
  }

  .balloon1-left:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom: 7px solid #a59e72;
  }

  .balloon1-left p {
    margin: 0;
    padding: 0;
  }


  .balloon1-right {
    position: relative;
    display: inline-block;
    margin: 0 23px;
    min-width: 120px;
    max-width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    font-feature-settings: "palt";
    background: #a59e72;
  }

  .balloon1-right:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom: 7px solid #a59e72;
  }

  .balloon1-right p {
    margin: 0;
    padding: 0;
  }

  .br-screen {
    display: none;
  }

  .buttonfont {
    font-size: 14px;
    font-weight: 400;
  }

  .balloon4 {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 1px solid #393939;
    box-shadow: -2px 2px 0 0 #393939;
    display: inline-block;
  }

  .balloon4:before,
  .balloon4:after {
    position: absolute;
    right: 50px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
  }

  .balloon4:before {
    top: 100%;
    margin-right: -12px;
    border-color: transparent;
    border-top-color: #393939;
    border-left-color: #393939;
    border-width: 7px;
  }

  .balloon4:after {
    top: 99%;
    margin-right: -10px;
    border-color: transparent;
    border-top-color: #e0e0e0;
    border-left-color: #e0e0e0;
    border-width: 5px;
  }


}