@charset "UTF-8";
/* CSS Document */
.tab-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 100%;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #20b2aa;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 0;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    opacity: 1;
}

.tab-1 label:has(:checked) + div {
    display: block;
}

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 100%;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 0;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

.title {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  text-align:center;
  font-size:150%;
  font-weight:bold;
	margin-top: -1.0em;
}

.heading-30 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #2e8b57;
    color: #333333;
font-size:1.2em;
font-weight:bold;
}

.heading-30::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #2e8b57;
    content: '';
}

.heading-30::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #2e8b57;
    content: '';
}

.heading-31 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #2589d0;
    color: #333333;
font-size:1.2em;
font-weight:bold;
}

.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #2589d0;
    content: '';
}

.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #2589d0;
    content: '';
}

.heading-22 {
    padding: .5em .7em;
    border-left: 5px solid #d02569;
    background-color: #f2f2f2;
    color: #333333;
font-weight:bold;
	font-size:1.2em;
}

.heading-2 {
    position: relative;
    padding: .5em 1.2em;
    color: #333333;
font-weight:bold;
	font-size:1.2em;
	border-bottom: 3px solid #2589d0;
}

.heading-2::before,
.heading-2::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #2589d0;
    content: '';
}

.heading-2::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-2::after {
    top: calc(50% + 3px);
    left: 5px;
}
.font-s{
    font-size:80%;
}
.font-ss{
    font-size:60%;
}


a.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:20px auto 20px;
    padding: .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 25px;
    background-color: #fff;
    color: #2589d0!important;
    font-size: 1em;
}

a.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #2589d0;
    border-right: 2px solid #2589d0;
    content: '';
}
a.button-1:hover {
    background-color: #f5f5f5;
}
a.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:20px auto 50px;
    padding: .9em 2em;
    border: none;
    border-radius: 35px;
    background-color: #10c1a4;
    color: #fff!important;
    font-weight: 600;
    font-size: 1em;
}

a.button-2::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

a.button-2 :hover {
    background-color: #0c957f;
		color:#fff !important;
}

.td_01{
    border: 1px solid silver;
    background-color: #000 !important; 
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #ffffff !important;
}
.text_red{
    color:#ff0000;
    font-weight:bold;
}
.text_green{
    color:#008080;
    font-weight:bold;
}
.center{
    text-align:center;
}
.waku {
  background: #FFF;
  border: 1px solid #999;
  padding: 1.6rem;
  line-height: 1.8rem;
  margin: 5px auto 50px;
}
.contents {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .contents img {
     width: 100%;
 }
 .text-center {
     text-align: center;
 }
 .flexbox {
     display: flex;
 }
 .box1 {
     width: auto;
     margin: 0 1rem;
 }
 .box2 {
     width: auto;
     margin: 0 1rem;
 }
 .box3 {
     width: auto;
     margin: 0 1rem;
 }
.round_arrow {
  position: relative;
  padding-left: 30px;
}

.round_arrow::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #4682b4;
}

.round_arrow::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 @media screen and (max-width: 767px) {
     .flexbox {
         display: block;
     }
     .flexbox .box1 {
         width: 100%;
         margin: 1rem auto;
     }
     .flexbox .box2 {
         width: 100%;
         margin: 1rem auto;
     }
     .flexbox .box3 {
         width: 100%;
         margin: 1rem auto;
     }
 }