@media screen and (min-width: 769px), print {
  .ttl h1.ic_01 {
    padding-left: 66px;
    padding-right: 107px;
  }
  .ttl h1.ic_01::before {
    width: 51px;
    height: 51px;
    background: url("../../images/taiken/icon_ttl_01.webp") no-repeat;
    top: -6px;
    left: 0px;
  }
  .ttl h1.ic_02::before {
    width: 50px;
    height: 40px;
    background: url("../../images/taiken/icon_ttl_02.webp") no-repeat;
    top: -3px;
    left: 2px;
  }
  .finish-caption {
    color: red;
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 30px;
    text-align: center;
  }
  .main_taiken .lead_sec {
    margin-bottom: 64px;
    text-align: center;
  }
  .main_taiken .lead_sec h3 {
    margin-bottom: 45px;
  }
  .main_taiken .lead_sec p {
    font-size: 1.6rem;
    line-height: 32px;
    margin: 40px 0;
  }
  .main_taiken .lead_sec p.img_item {
    margin: 0;
  }
  .main_taiken .lead_sec .btn_item {
    margin: 0 auto;
  }
  .main_taiken .attention_area {
    border-bottom: 5px double #000;
    border-top: 5px double #000;
    margin: 50px auto;
    padding: 30px 16px;
    width: 600px;
  }
  .main_taiken .attention_area .title {
    color: #f00;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 20px;
  }
  .main_taiken .attention_area .txt {
    margin: 0;
  }
  .main_taiken .attention_area .txt em {
    font-style: normal;
    font-weight: bold;
  }
  .main_taiken .attention_area .txt + .txt {
    margin-top: 20px;
    text-align: left;
  }
  .main_taiken .attention_area .red {
    color: #f00;
    font-weight: bold;
  }
  .main_taiken .theme_sec {
    padding-bottom: 60px;
  }
  .main_taiken .theme_sec .sec_ttl {
    margin: 0 auto 38px;
    width: 252px;
  }
  .main_taiken .theme_sec .sec_ttl img {
    height: auto;
    width: 100%;
  }
  .main_taiken .theme_sec .theme_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_taiken .theme_sec .theme_list li {
    border: 2px solid #03a744;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 500px;
  }
  .main_taiken .theme_sec .theme_list li:nth-of-type(2n + 1) {
    margin-right: 40px;
  }
  .main_taiken .theme_sec .theme_list li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner figure {
    width: 200px;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner figure img {
    height: auto;
    width: 100%;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box {
    margin-left: 20px;
    width: 238px;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target {
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 6px 0 16px;
    padding: 5px 20px 5px 10px;
    position: relative;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target.color01 {
    background: url(../../images/taiken/briefing_heading_bg_01.webp) left top repeat;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target.color02 {
    background: url(../../images/taiken/briefing_heading_bg_02.webp) left top repeat;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target:after {
    border-bottom: 17px solid transparent;
    border-right: 10px solid #fff;
    border-top: 17px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .theme_ttl {
    color: #03a744;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .theme_time {
    color: #03a744;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .main_taiken .theme_sec .theme_list li .theme_txt {
    font-size: 1.6rem;
    line-height: 32px;
    margin-top: 12px;
  }
  .main_taiken .theme_sec .caution {
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 12px;
    text-align: right;
  }
  .main_taiken .theme_sec .sub_ttl {
    color: #03a744;
    font-size: 2rem;
    font-weight: bold;
    margin: 20px 0 28px;
  }
  .main_taiken .theme_sec .sub_ttl span {
    color: #000;
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .main_taiken .theme_sec .sub_ttl span em {
    font-size: 2.4rem;
    font-style: normal;
    padding: 0 2px;
  }
  .main_taiken .theme_sec .txt_list_ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .main_taiken .theme_sec .txt_list li {
    font-size: 1.6rem;
    padding-left: 15px;
    position: relative;
  }
  .main_taiken .theme_sec .txt_list li em {
    font-style: normal;
    font-weight: bold;
  }
  .main_taiken .theme_sec .txt_list li + li {
    margin-top: 8px;
  }
  .main_taiken .theme_sec .txt_list li:before {
    border-left: 3px solid #03a744;
    content: "";
    height: 16px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 16px;
  }
  .main_taiken .theme_sec .txt_list + .txt_list_ttl {
    margin-top: 20px;
  }
  .main_taiken .schedule_sec {
    padding-bottom: 70px;
  }
  .main_taiken .schedule_sec .sec_ttl {
    margin: 0 auto 35px;
    width: 128px;
  }
  .main_taiken .schedule_sec .sec_ttl img {
    height: auto;
    width: 100%;
  }
  .main_taiken .schedule_sec .icon_area {
    border: 2px solid #03a744;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 0;
  }
  .main_taiken .schedule_sec .icon_area .icon_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li {
    font-size: 1.6rem;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li + li {
    margin-left: 60px;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span.icon_01 {
    color: #06b55b;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span.icon_02 {
    color: #fe8524;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span.icon_03 {
    color: #c54b45;
  }
  .main_taiken .schedule_sec .theme {
    color: #03a744;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 70px;
  }
  .main_taiken .schedule_sec .theme .tag {
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 15px;
    padding: 5px 20px 5px 10px;
    position: relative;
  }
  .main_taiken .schedule_sec .theme .tag.color01 {
    background: url(../../images/taiken/briefing_heading_bg_01.webp) left top repeat;
  }
  .main_taiken .schedule_sec .theme .tag.color02 {
    background: url(../../images/taiken/briefing_heading_bg_02.webp) left top repeat;
  }
  .main_taiken .schedule_sec .theme .tag:after {
    border-bottom: 17px solid transparent;
    border-right: 10px solid #fff;
    border-top: 17px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
  .main_taiken .schedule_sec .month {
    color: #03a744;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 15px 0 15px 20px;
  }
  .main_taiken .schedule_sec .month em {
    font-size: 3rem;
    font-style: normal;
    padding-right: 5px;
  }
  .main_taiken .schedule_sec .schedule_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_taiken .schedule_sec .schedule_list li + li {
    margin-top: 18px;
  }
  .main_taiken .schedule_sec .schedule_list li .day {
    background: #727272;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-right: 18px;
    text-align: center;
    width: 100px;
  }
  .main_taiken .schedule_sec .schedule_list li .day em {
    font-size: 2.4rem;
    font-style: normal;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% - 100px - 18px);
    width: -moz-calc(100% - 100px - 18px);
    width: calc(100% - 100px - 18px);
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item {
    background: #f2f2f2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
    height: 70px;
    margin-right: 18px;
    padding: 0 30px 0 16px;
    width: 294px;
    color: #000;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item:nth-child(3n) {
    margin-right: 0;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item:nth-of-type(n+4) {
    margin-top: 18px;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type01 span {
    color: #06b55b;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type02 span {
    color: #fe8524;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type03 {
    opacity: 0.3;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type03 span {
    color: #c54b45;
  }
  .main_taiken .schedule_sec .caution {
    font-size: 1.4rem;
    margin-top: 45px;
  }
  .main_taiken .place_sec {
    padding-bottom: 55px;
  }
  .main_taiken .place_sec .sec_ttl {
    margin: 0 auto 35px;
    width: 126px;
  }
  .main_taiken .place_sec .sec_ttl img {
    height: auto;
    width: 100%;
  }
  .main_taiken .place_sec .place_area {
    border: 2px solid #03a744;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 36px 120px 60px;
    text-align: center;
  }
  .main_taiken .place_sec .place_area .place_ttl {
    border-bottom: 1px solid #03a744;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 35px;
  }
  .main_taiken .place_sec .place_area .place_txt {
    font-size: 1.6rem;
    line-height: 32px;
  }
  .main_taiken .place_sec .place_area .map {
    margin-top: 25px;
    width: 100%;
  }
  .main_taiken .place_sec .place_area .map iframe {
    height: 420px;
    width: 100%;
  }
  .main_taiken .btn_item {
    margin: 45px auto 0;
    width: 710px;
  }
  .main_taiken .btn_item a {
    background: #03a744;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 30px 0;
    position: relative;
    text-align: center;
  }
  .main_taiken .btn_item a:after {
    background: url(../../images/taiken/btn.webp) left top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    content: "";
    height: 21px;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
  }
  .main_taiken .btn_item.contact a {
    background: #fe8524;
  }
}
@media screen and (max-width: 768px) {
  .ttl h1 {
    padding-left: 45px;
  }
  .ttl h1.ic_01::before {
    width: 35px;
    height: 35px;
    background-image: url("../../images/taiken/icon_ttl_01.webp");
    top: 2px;
    left: 0;
  }
  .ttl h1.ic_02::before {
    width: 38px;
    height: 30px;
    background-image: url("../../images/taiken/icon_ttl_02.webp");
    top: 0;
    left: 0;
  }
  .finish-caption {
    color: red;
    display: block;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0 10px;
    text-align: center;
  }
  .main_taiken {
    padding: 3.90625% 3.90625%;
  }
  .main_taiken .lead_sec {
    margin-bottom: 9.88701%;
    text-align: center;
  }
  .main_taiken .lead_sec h3 {
    margin-bottom: 8.47458%;
  }
  .main_taiken .lead_sec p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 5.64972% 0;
  }
  .main_taiken .lead_sec p.img_item {
    margin: 0;
  }
  .main_taiken .lead_sec p + .img_item {
    margin: 0 auto;
    width: 80%;
  }
  .main_taiken .attention_area {
    border-bottom: 5px double #000;
    border-top: 5px double #000;
    margin: 11.29944% auto 11.29944%;
    padding: 4.23729% 2.25989%;
    width: 100%;
  }
  .main_taiken .attention_area .title {
    color: #f00;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 4.23729%;
  }
  .main_taiken .attention_area .txt {
    margin: 0;
  }
  .main_taiken .attention_area .txt em {
    font-style: normal;
    font-weight: bold;
  }
  .main_taiken .attention_area .txt + .txt {
    margin-top: 4.23729%;
    text-align: left;
  }
  .main_taiken .attention_area .red {
    color: #f00;
    font-weight: bold;
  }
  .main_taiken .theme_sec {
    padding-bottom: 7.76836%;
  }
  .main_taiken .theme_sec .sec_ttl {
    margin: 0 auto 4.23729%;
    width: 46.0452%;
  }
  .main_taiken .theme_sec .theme_list li {
    border: 1px solid #03a744;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4.23729%;
    width: 100%;
  }
  .main_taiken .theme_sec .theme_list li + li {
    margin-top: 5.64972%;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner figure {
    width: 38%;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box {
    margin-left: 5%;
    width: -webkit-calc(100% - 38% - 5%);
    width: -moz-calc(100% - 38% - 5%);
    width: 57%;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 6px 0 8px;
    padding: 3px 15px 3px 10px;
    position: relative;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target.color01 {
    background: url(../../images/taiken/briefing_heading_bg_01.webp) left top repeat;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target.color02 {
    background: url(../../images/taiken/briefing_heading_bg_02.webp) left top repeat;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .target:after {
    border-bottom: 12px solid transparent;
    border-right: 8px solid #fff;
    border-top: 12px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .theme_ttl {
    color: #03a744;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .main_taiken .theme_sec .theme_list li .theme_inner .theme_box .theme_time {
    color: #03a744;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .main_taiken .theme_sec .theme_list li .theme_txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 10px;
  }
  .main_taiken .theme_sec .caution {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 12px;
    padding: 0 5%;
  }
  .main_taiken .theme_sec .sub_ttl {
    color: #03a744;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 0 5%;
  }
  .main_taiken .theme_sec .sub_ttl span {
    color: #000;
    font-size: 1.2rem;
    padding-left: 10px;
  }
  .main_taiken .theme_sec .sub_ttl span em {
    font-size: 1.8rem;
    font-style: normal;
    padding: 0 2px;
  }
  .main_taiken .theme_sec .txt_list_ttl {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 5%;
  }
  .main_taiken .theme_sec .txt_list {
    padding: 0 5%;
  }
  .main_taiken .theme_sec .txt_list li {
    font-size: 1.4rem;
    padding-left: 15px;
    position: relative;
  }
  .main_taiken .theme_sec .txt_list li em {
    font-style: normal;
    font-weight: bold;
  }
  .main_taiken .theme_sec .txt_list li + li {
    margin-top: 4px;
  }
  .main_taiken .theme_sec .txt_list li:before {
    border-left: 2px solid #03a744;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 14px;
  }
  .main_taiken .theme_sec .txt_list + .txt_list_ttl {
    margin-top: 20px;
  }
  .main_taiken .schedule_sec {
    padding-bottom: 7.06215%;
  }
  .main_taiken .schedule_sec .sec_ttl {
    margin: 0 auto 4.9435%;
    width: 22.17514%;
  }
  .main_taiken .schedule_sec .icon_area {
    border: 1px solid #03a744;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2.82486% 0;
  }
  .main_taiken .schedule_sec .icon_area .icon_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li {
    font-size: 1.4rem;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li + li {
    margin-left: 7.9096%;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span.icon_01 {
    color: #06b55b;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span.icon_02 {
    color: #fe8524;
  }
  .main_taiken .schedule_sec .icon_area .icon_list li span.icon_03 {
    color: #c54b45;
  }
  .main_taiken .schedule_sec .theme {
    color: #03a744;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 8.47458%;
  }
  .main_taiken .schedule_sec .theme span {
    display: block;
  }
  .main_taiken .schedule_sec .theme .tag {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 3px 15px 3px 10px;
    position: relative;
  }
  .main_taiken .schedule_sec .theme .tag.color01 {
    background: url(../../images/taiken/briefing_heading_bg_01.webp) left top repeat;
  }
  .main_taiken .schedule_sec .theme .tag.color02 {
    background: url(../../images/taiken/briefing_heading_bg_02.webp) left top repeat;
  }
  .main_taiken .schedule_sec .theme .tag:after {
    border-bottom: 12px solid transparent;
    border-right: 8px solid #fff;
    border-top: 12px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
  .main_taiken .schedule_sec .month {
    color: #03a744;
    font-size: 1.35rem;
    font-weight: bold;
    margin: 5px 0 8px;
  }
  .main_taiken .schedule_sec .month em {
    font-size: 2.25rem;
    font-style: normal;
    padding-right: 2px;
  }
  .main_taiken .schedule_sec .schedule_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_taiken .schedule_sec .schedule_list li + li {
    margin-top: 10px;
  }
  .main_taiken .schedule_sec .schedule_list li .day {
    background: #727272;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 10px;
    text-align: center;
    width: 22%;
  }
  .main_taiken .schedule_sec .schedule_list li .day em {
    font-size: 1.8rem;
    font-style: normal;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% - 22% - 10px);
    width: -moz-calc(100% - 22% - 10px);
    width: calc(78% - 10px);
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item {
    background: #f2f2f2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    margin-right: 10px;
    padding: 6px 10px;
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    color: #000;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item:nth-child(3n) {
    margin-right: 0;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item:nth-of-type(n+4) {
    margin-top: 10px;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type01 span {
    color: #06b55b;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type02 span {
    color: #fe8524;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type03 {
    opacity: 0.3;
  }
  .main_taiken .schedule_sec .schedule_list li .schedule .item.type03 span {
    color: #c54b45;
  }
  .main_taiken .schedule_sec .caution {
    font-size: 1.4rem;
    margin-top: 4.9435%;
  }
  .main_taiken .place_sec {
    padding-bottom: 7.76836%;
  }
  .main_taiken .place_sec .sec_ttl {
    margin: 0 auto 4.9435%;
    width: 23.0226%;
  }
  .main_taiken .place_sec .place_area {
    border: 1px solid #03a744;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2.82486% 4.23729% 6.35593%;
    text-align: center;
  }
  .main_taiken .place_sec .place_area .place_ttl {
    border-bottom: 1px solid #03a744;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3.9548%;
    padding-bottom: 2.25989%;
  }
  .main_taiken .place_sec .place_area .place_txt {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .main_taiken .place_sec .place_area .map {
    margin-top: 5.64972%;
    width: 100%;
  }
  .main_taiken .place_sec .place_area .map iframe {
    height: 51.69231%;
    width: 100%;
  }
  .main_taiken .btn_item {
    margin: 6.35593% auto 0;
    width: 100%;
  }
  .main_taiken .btn_item a {
    background: #03a744;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2.82486% 0;
    position: relative;
    text-align: center;
  }
  .main_taiken .btn_item a:after {
    background: url(../../images/taiken/btn.webp) left top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    content: "";
    height: 18px;
    position: absolute;
    right: 4.23729%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
  }
  .main_taiken .btn_item.contact a {
    background: #fe8524;
  }
}