@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html,code {
  font-family: 'Noto Sans JP', sans-serif;
}
body{
  counter-reset: point;
}

h1{
  font-size: 1.5945rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
h2{
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1rem;
  padding: 8px 32px;
  background: #38A169;
  border-radius: 48px;
  color: #FFF;
  display: inline-block;
  letter-spacing: 0.1em;
}
.h2-break-before{
    margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1rem;
  padding: 8px 32px;
  background: #38A169;
  border-radius: 48px;
  color: #FFF;
  display: inline-block;
  letter-spacing: 0.1em;
  page-break-before: always;
}
h3 {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #38A169;
  line-height: 1.8;
  /*margin-bottom: 16px;*/
}
.h3-narrow {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #38A169;
  line-height: 1.8;
  margin-bottom: 2px;
}
p{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}
.point{
  position: relative;
  padding: 32px;
  border: 2px solid #ED8936;
  border-radius: 8px;
  background: #FFF;
  width: 47%;
  display: inline-block;
  margin-top: 24px;
}
.point:nth-of-type(2n){
  margin-left: 1.5%;
}
.point:nth-of-type(2n+1){
  margin-right: 1.5%;
}
.point:before{
  position: absolute;
  top: -15px;
  left: 16px;
  padding: 4px 16px;
  border-radius: 40px;
  border: 2px solid #ED8936;
  content: "ポイント" counter(point);
  counter-increment: point;
  background: #FFF;
  color: #ED8936;
  font-weight: bold;
}
.point h3{
  color: #ED8936;
  font-size: 1.1rem;
}

.point-circle{
  width: 100px;
  height: 100px;
  background: #ED8936;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point img{
  width: 200px;
  height: 180px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.point .point-circle{
  margin-left: auto;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.case{
  background: #FFF;
  margin-bottom: 24px;
}
.case h3{
  border-top: 1px solid #38A169;
  border-bottom: 1px solid #38A169;
  padding: 0 24px;
}
.case h3 span{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 32px;
  border-right: 1px solid #38A169;
  display: inline-block;
  margin-right: 32px;
}
.case > div{
  display: flex;
  padding: 0 24px 24px;
}
.case .point-circle{
  background: #38A169;
}
.point-circle-container{
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #38A169;
  font-weight: bold;
}
.point-circle-container .point-circle{
  margin-right: 16px;
}
.section-ttl{
  width: 100%;
  background: rgba(56, 161, 105, 0.1);
  color: rgba(0,0,0,0.9);
  font-size: 2rem;
  display: flex;
  align-items: center;
  /*margin-bottom: 32px;*/
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 6px solid #38A169;
}
.section-ttl span{
  display: inline-block;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #FFF;
  background: #38A169;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 16px;
}
.section-point{
  position: relative;
  padding: 32px;
  border: 2px solid #38A169;
  border-radius: 8px;
  background: #FFF;
  width: 47%;
  display: inline-block;
  margin-top: 24px;
  margin-right: 1.5%;
  vertical-align: top;
}
.section-point-for-grid{
  position: relative;
  padding: 32px;
  border: 2px solid #38A169;
  border-radius: 8px;
  background: #FFF;
  /*width: 47%;*/
  display: inline-block;
  margin-top: 10px;
  margin-right: 1.5%;
  vertical-align: top;
}
.section-point h3{
  font-size: 1rem;
  position: absolute;
  top: -26px;
  left: 16px;
  padding: 4px 16px;
  border-radius: 40px;
  border: 2px solid #38A169;
  content: "ポイント" counter(point);
  counter-increment: point;
  background: #FFF;
  color: #38A169;
  font-weight: bold;
}
.section-point-for-grid h3{
  font-size: 1rem;
  position: absolute;
  top: -26px;
  left: 16px;
  padding: 4px 16px;
  border-radius: 40px;
  border: 2px solid #38A169;
  content: "ポイント" counter(point);
  counter-increment: point;
  background: #FFF;
  color: #38A169;
  font-weight: bold;
}
.section-point p:last-of-type{
  margin-bottom: 0;
}
.section-goal{
  position: relative;
  padding: 32px;
  border: 2px solid #ED8936;
  border-radius: 8px;
  background: #FFF;
  width: 47%;
  display: inline-block;
  margin-top: 24px;
  margin-left: 1.5%;
  vertical-align: top;
}
.section-goal-for-grid{
  position: relative;
  page-break-inside: avoid;
  padding: 16px;
  border: 2px solid #ED8936;
  border-radius: 8px;
  background: #FFF;
  /*display: inline-block;*/
  margin-top: 10px;
  margin-left: 1.5%;
  margin-bottom: 10px;
  vertical-align: top;
}
.section-goal h3{
  font-size: 1rem;
  position: absolute;
  top: -26px;
  left: 16px;
  padding: 4px 16px;
  border: 2px solid #ED8936;
  content: "ポイント" counter(point);
  counter-increment: point;
  background: #ED8936;
  color: #FFFFFF;
  font-weight: bold;
}
.section-goal-for-grid h3{
  font-size: 1rem;
  position: absolute;
  top: -26px;
  left: 16px;
  padding: 4px 16px;
  border: 2px solid #ED8936;
  /*content: "ポイント" counter(point);*/
  /*counter-increment: point;*/
  background: #ED8936;
  color: #FFFFFF;
  font-weight: bold;
}
.section-goal h3:before, .section-goal h3:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -22px;
  top: -2px;
  background-image: linear-gradient(to left top, transparent 50%, #ED8936 50%);
}
.section-goal-for-grid h3:before, .section-goal-for-grid h3:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -22px;
  top: -2px;
  background-image: linear-gradient(to left top, transparent 50%, #ED8936 50%);
}
.section-goal h3:after{
  top: 50%;
  transform: scaleY(-1);
}
.section-goal-for-grid h3:after{
  top: 50%;
  transform: scaleY(-1);
}
.section-goal p{
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.section-goal p:last-of-type{
  margin-bottom: 0;
}
.section-ttl-mid{
  border-top: 1px solid #38A169;
  border-bottom: 1px solid #38A169;
  padding: 0 24px;
  background: #fff;
  margin-top: 32px;
  border-radius: 0;
  color: #38A169;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-ttl-mid span{
  padding-left: 8px;
  padding-right: 32px;
  border-right: 1px solid #38A169;
  display: inline-block;
  margin-right: 32px;
}
/*印刷時に別れないようにするためのdiv*/
.cluster_print{
  page-break-inside: avoid;
}
.section-graph{
  background: #FFF;
  page-break-inside: avoid;
  border: 1px solid #666;
  padding: 24px 16px;
  margin-bottom: 24px;
}
.section-graph-narrow{
  background: #FFF;
  page-break-inside: avoid;
  border: 1px solid #666;
  padding: 24px 16px;
  margin-bottom: 4px;
}
.section-graph-point{
  background: #FAEC9E;
  padding: 16px;
  max-width: 200px;
  display: block;
  margin-left: 16px;
  float: right;
  margin-bottom: 16px;
}
.section-graph-point h3{
  color: #565656;
  font-size: 1.1rem;
  padding-left: 10px;
  position: relative;
}
.section-graph-point h3:before{
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ECC94B;
}
.emphasis{
  font-weight: bold;
  color: #E53E3E;
}
.memo{
  background: #FDFAEA;
  min-height: 250px;
  margin-bottom: 32px;
  clear: both;
}
.memo h3{
  display: block;
  background: #F3E493;
  color: #565656;
  font-size: 1.1rem;
  position: relative;
  padding: 8px 16px;
  padding-left: 32px;
}
.memo h3:before{
  content: '';
  position: absolute;
  left: 16px;
  top: 8px;
  width: 4px;
  height: 31px;
  background: #ECC94B;
}
.white-container{
  display: inline-block;
  padding: 16px 32px;
  background: #FFF;
}
.white-container p:last-of-type{margin-bottom: 0;}

/* override bootstrap */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  background: #38A169;
  border-color: #ddd #ddd #38A169;
  color: #FFF;
  font-weight: bold;
}
.nav-link {
  display: block;
  padding: 0.8rem 2rem;
}
.nav-tabs{
  border-bottom: 3px solid #38A169;
}
/*@media screen {*/
/*	.page-break	{ height:10px; background:url(page-break.gif) 0 center repeat-x; border-top:1px dotted #999; margin-bottom:13px; }*/
/*}*/

/*table styles*/
body{
  font-family: 'Noto Sans JP', sans-serif;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  /*width: 750px;*/
  border: 1px solid #ccc;
  page-break-inside: avoid;
  -webkit-print-color-adjust: exact;
}
table tr {
  background-color: #fff;
}
/*table tbody tr:hover{*/
/*  background-color: rgba(0, 104, 77, 0.05);*/
/*}*/
table th,
table td {
  font-weight: normal;
  padding: .35em 1em;
  border-bottom: 1.2px solid #ccc;
}
table thead th {
  font-size: .85em;
  padding: 1em;
  text-align: center;
}
table thead tr th {
  background-color: #00684D !important;
  color:#fff !important;
}
table tbody th {
  text-align: center;
  font-size: .8em;
}
table tbody{
  color: #444;
  text-align: center;
}
.txt{
  text-align: left;
  font-size: .75em;
}
.price{
  text-align: right;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  table{width: 100%;}
}

/*grid layout*/
.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  /*justify-items: auto;*/
  align-items: stretch;
}
.split {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  justify-items: stretch;
  align-items: stretch;
}
/*made from https://griddy.io/*/