@charset "UTF-8";
/*!

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# spark style
--------------------------------------------------------------*/
/*--- header ---*/
header {
  display: none;
}
header#header_lp {
  display: none;
}

header#header_home, header#header_page {
  display: none;
}

/*** --------------------------------  home style  -------------------------------- ***/
#home_viual {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-image: url(./images/page_head_bg.png);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh;
}

#activity_head {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-image: url(./images/page_head_bg.png);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
}

/*-- section 12 archive --*/
#archive {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
#archive .archive_wrap {
  margin: 0 auto;
  position: relative;
}
#archive .archive_wrap header.title_archive {
  margin-top: -70px;
  background-color: rgba(0, 178, 242, 0.9);
  height: 70px;
}
#archive .archive_wrap header.title_archive .title_archive_wrap {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set {
  display: flex;
  flex-direction: row;
  width: 40%;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set h2 {
  color: #fff;
  font-size: 2vw;
  display: inline-block;
  margin: 10px 10px 0 0;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set h3 {
  width: 120px;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set {
  width: 50%;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: bottom;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-1 {
  width: 150px;
  background-color: #ffd5ee;
  height: 50px;
  border-radius: 15px 15px 0 0;
  margin: 0 5px;
  text-align: center;
  padding-top: 5px;
  color: #e60059;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-1 p {
  font-size: 2.2rem;
  margin: 5px 0 0 0;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-1 p .month {
  font-size: 1.2rem;
  padding-left: 4px;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-2 {
  width: 150px;
  background-color: #97dcf9;
  height: 50px;
  border-radius: 15px 15px 0 0;
  margin: 0 5px;
  text-align: center;
  padding-top: 5px;
  color: #fff;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-2 p {
  font-size: 2.2rem;
  margin: 5px 0 0 0;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-2 p .month {
  font-size: 1.2rem;
  padding-left: 4px;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-3 {
  width: 150px;
  background-color: transparent;
  height: 50px;
  border-radius: 15px 15px 0 0;
  border: 1px dashed #fff;
  margin: 0 5px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-3 p {
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .tab-set .tab-3 p .month {
  font-size: 1.2rem;
}
#archive .archive_wrap .contents_archive {
  background-color: #ffd5ee;
  background-image: url(./images/bg_activity.png);
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: center 30%;
  height: auto;
  min-height: 40vh;
  position: relative;
  z-index: 1;
}
#archive .archive_wrap .contents_archive .activity_wrap {
  width: 90%;
  height: auto;
  margin: 0 auto 0;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 10;
}
#archive .archive_wrap .contents_archive .activity_wrap::after {
  content: "";
  display: block;
  width: 30%;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts {
  width: 30%;
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0 30px 0 0;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts a {
  line-height: 0;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts a:hover img.thumb_act {
  transform: scale(1.1);
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts a img.thumb_act {
  transition: all 0.3s ease-in-out;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts .act_info {
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 15px 20px;
  border-radius: 0 0 0 30px;
  position: relative;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts .act_info .flag_new {
  position: absolute;
  top: -25px;
  left: 10px;
  z-index: 1;
  display: block;
  height: 40px;
  width: 40px;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts .act_info h3.act_title {
  font-size: 1.8rem;
  margin: 0 0 0 0;
  line-height: 1.4;
  font-weight: bold;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts .act_info ul.archive_cat_list {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#archive .archive_wrap .contents_archive .activity_wrap .actvts .act_info ul.archive_cat_list li {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  text-align: right;
}

/*-- section 14 activity --*/
#activity {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
#activity .activity_wrap {
  margin: 0 auto;
}
#activity .activity_wrap .title_activity {
  margin-top: -70px;
  background-color: rgba(0, 178, 242, 0.9);
  height: 70px;
}
#activity .activity_wrap .title_activity .title_activity_wrap {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#activity .activity_wrap .title_activity .title_activity_wrap .taw_left {
  width: 40%;
}
#activity .activity_wrap .title_activity .title_activity_wrap .taw_right {
  width: 40%;
  text-align: right;
}
#activity .activity_wrap .title_activity .title_activity_wrap .backtohome {
  font-size: 1.4rem;
}
#activity .activity_wrap .title_activity .title_activity_wrap .backtohome a {
  text-decoration: none;
  position: relative;
  padding: 0 26px 0 0;
  color: #fff;
}
#activity .activity_wrap .title_activity .title_activity_wrap .backtohome a .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
}
#activity .activity_wrap .title_activity .title_activity_wrap .backtohome a .arrow::before {
  content: "";
  display: block;
  height: 0px;
  width: 6px;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: 6px;
}
#activity .activity_wrap .title_activity .title_activity_wrap .backtohome a .arrow::after {
  content: "";
  display: block;
  height: 0px;
  width: 6px;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  right: 6px;
}
#activity .activity_wrap .title_activity .title_activity_wrap h2 {
  color: #fff;
  font-size: 2vw;
  display: inline-block;
  margin-right: 10px;
}
#activity .activity_wrap .title_activity .title_activity_wrap h3 {
  width: 120px;
  display: inline-block;
}
#activity .activity_wrap .contents_activity {
  width: 100%;
  background-color: #fff;
  background-image: none;
  height: auto;

}
#activity .activity_wrap .contents_activity .activity_detail_wrap {
  width: 90%;
  height: auto;
  margin: 0 auto 0;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .flx-clm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set h4.act_menu {
  margin: 0 0 0 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 5px;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: #ffd5ee 2px dashed;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt {
  width: 100%;
  margin: 0 0 0 0;
  padding: 20px 15px;
  font-size: 1.4rem;
  display: table-cell;
  vertical-align: middle;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.times {
  text-align: center;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.times p {
  font-size: 2.4rem;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.times p .yaku {
  font-size: 1.2rem;
  padding-right: 5px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.times p .fun {
  font-size: 1.2rem;
  padding-left: 5px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats {
  text-align: left;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 0;
  width: 90%;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list li {
  padding: 5px 0 0 25px;
  margin: 0 0 10px 0;
  position: relative;
  letter-spacing: 1px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list li .kana {
  font-size: 1.2rem;
  letter-spacing: 0;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list li.act-cat-04::before {
  content: "";
  display: block;
  background-image: url(./images/icon_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list li.act-cat-01::before {
  content: "";
  display: block;
  background-image: url(./images/icon_s.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list li.act-cat-02::before {
  content: "";
  display: block;
  background-image: url(./images/icon_t.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list li.act-cat-03::before {
  content: "";
  display: block;
  background-image: url(./images/icon_e.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.cats ul.cat-list li.act-cat-05::before {
  content: "";
  display: block;
  background-image: url(./images/icon_m.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.skills {
  text-align: left;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.skills ul.skill-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 0 0;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.skills ul.skill-list li {
  border: 1px solid #000;
  padding: 5px 15px;
  font-size: 1.4rem;
  border-radius: 15px;
  margin-bottom: 10px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.levels {
  text-align: center;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_txt.levels img {
  width: 50%;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_thumb {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_time {
  width: 18%;
  background-color: #fff;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_category {
  width: 30%;
  background-color: #fff;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_skill {
  width: 30%;
  background-color: #fff;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set .movie_level {
  width: 18%;
  background-color: #fff;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set {
  width: 100%;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_thumb {
  display: none;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_txt {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 30px 0;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_about {
  width: 100%;
  padding: 0 0 30px 0;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_about p {
  font-size: 1.6rem;
  line-height: 2.1;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_print {
  display: none;
}

#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_share {
  display: none;
}

#activity .activity_wrap .contents_activity_info {
  width: 100%;
  background-color: #fff;
  background-image: none;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 50px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto {
  width: 70%;
  border-radius: 30px;
  background-color: #ffff9b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 20px;
  height: auto;
  margin-bottom: 30px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_about h5 {
  margin: 0 0 0 0;
  float: left;
  width: 30%;
  padding: 15px 15px 30px 0;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_about ol.howtolist {
  margin: 0 0 0 0;
  width: 60%;
  padding: 20px 0;
  counter-reset: item;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_about ol.howtolist li {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.6;
  text-indent: -1.8em;
  padding-left: 1.8em;
  position: relative;
  z-index: 1;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_about ol.howtolist li:before {
  counter-increment: item;
  content: counter(item);
  padding: 0.1em 0.5em 0.1em 0.5em;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #063896;
  border-radius: 15px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_caution {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_caution h5.caution {
  color: #f00;
  margin: 0 0 0 0;
  font-size: 1.8rem;
  position: absolute;
  top: -10px;
  left: 10px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_caution p {
  margin: 0 0 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready {
  width: 27%;
  height: auto;
  position: relative;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .ready_title {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  background-color: #55b5c8;
  border-bottom: 2px dashed #fff;
  position: relative;
  border-radius: 0 0 0 30px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .ready_title h5.hasami {
  margin: 0 0 0 0;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .ready_title h5.hasami:before {
  content: "";
  display: block;
  background-image: url(./images/icon_hasami.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -38px;
  left: -20px;
  z-index: 5;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .ready_about {
  display: block;
  width: 100%;
  padding: 20px 20px;
  background-color: #dcf0f4;
  border-radius: 30px 0 30px 0;
  margin-bottom: 30px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .ready_about ul.ready_list {
  text-align: left;
  padding-left: 20px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .ready_about ul.ready_list li {
  font-size: 1.4rem;
  text-indent: -1.3em;
  padding-left: 0.3em;
  margin-bottom: 10px;
  line-height: 1.4;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .ready_about ul.ready_list li::before {
  content: "●";
  color: #55b5c8;
  padding-right: 0.2em;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_point {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_point .actv_point_title {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  width: 28%;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_point .actv_point_txt {
  position: relative;
  display: block;
  float: right;
  width: 80%;
  background-color: #ffdfd7;
  border-radius: 30px;
  padding: 30px 20px 30px 12%;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_point .actv_point_txt ul.actv_point_list li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_point .actv_point_txt ul.actv_point_list li::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(./images/icon_flag.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question {
  width: 47%;
  margin-bottom: 30px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question h5.title_quest {
  padding: 20px 20px 15px;
  border: 6px solid #00c6a0;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 20px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question h5.title_quest::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 40px;
  margin: 0 10px 0 0;
  background-image: url(./images/icon_voice.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question ul.qest_list li {
  background-color: #00c6a0;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  width: 80%;
  height: auto;
  line-height: 1.4;
  margin-bottom: 15px;
  border-radius: 15px;
  position: relative;
  text-align: left;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question ul.qest_list li:nth-child(odd) {
  margin-left: 15%;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question ul.qest_list li:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(./images/icon_3gr.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question ul.qest_list li:nth-child(even) {
  margin-right: 15%;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question ul.qest_list li:nth-child(even)::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(./images/icon_3gl.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction {
  width: 47%;
  margin-bottom: 30px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction h5.title_react {
  padding: 20px 20px 15px;
  border: 6px solid #ff82a0;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 20px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction h5.title_react::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background-image: url(./images/icon_sun.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction ul.action_list li {
  background-color: #ff82a0;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  width: 80%;
  height: auto;
  line-height: 1.4;
  margin-bottom: 15px;
  border-radius: 15px;
  position: relative;
  text-align: left;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction ul.action_list li:nth-child(odd) {
  margin-left: 15%;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction ul.action_list li:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(./images/icon_3pr.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction ul.action_list li:nth-child(even) {
  margin-right: 15%;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction ul.action_list li:nth-child(even)::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(./images/icon_3pl.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_why {
  width: 100%;
  position: relative;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_why .why_title {
  position: absolute;
  display: block;
  width: 30%;
  height: auto;
  left: 10px;
  top: 0;
  z-index: 1;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_why .why_title h5 {
  margin: 0 0 0 0;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_why .why_about {
  position: relative;
  margin: 15px 0;
  width: 100%;
  border-radius: 30px;
  padding: 20px 30px 20px 35%;
  background-color: #ededed;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_why .why_about p {
  font-size: 1.4rem;
  margin: 0 0 0 0;
  line-height: 1.8;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_exam {
  width: 100%;
  margin-bottom: 50px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_exam .title_exam {
  display: block;
  width: 100%;
  height: auto;
  padding: 50px 0 15px 30px;
  border-bottom: 2px #000 solid;
  background-image: url(./images/bg_town.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30%;
  position: relative;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_exam .title_exam::before {
  content: "●";
  display: block;
  position: absolute;
  left: -5px;
  bottom: -5px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_exam .title_exam h5 {
  margin: 0 0 0 0;
  font-size: 2.4rem;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_exam .exam_about {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 30px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_exam .exam_about p {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*----------------------------------- other page --*/
#other_page {
  background-color: #fff;
  width: 100vw;
  height: auto;
}
#other_page .other_wrap {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0;
  height: auto;
  padding: 50px 0 80px;
}
#other_page .other_wrap h1.other_title {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 30px;
  border-bottom: #000 1px solid;
  margin-bottom: 50px;
}
#other_page .other_wrap .other_content {
  position: relative;
  display: block;
  text-align: left;
  padding: 20px 0;
}
#other_page .other_wrap .other_content p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#other_page .other_wrap .other_content dl.statement_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 0 0;
}
#other_page .other_wrap .other_content dl.statement_list dt {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#other_page .other_wrap .other_content dl.statement_list dd {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-left: 1.5em;
  letter-spacing: 0.5px;
}
#other_page .other_wrap .other_content dl.statement_list dd p {
  margin-bottom: 15px;
}
#other_page .other_wrap .other_content dl.statement_list dd ol.kakko {
  counter-reset: item;
  list-style-type: none;
}
#other_page .other_wrap .other_content dl.statement_list dd ol.kakko li {
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.6;
  margin-bottom: 10px;
}
#other_page .other_wrap .other_content dl.statement_list dd ol.kakko li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
  padding-right: 0.5em;
}
#other_page .other_wrap .other_content dl.statement_list dd ol.number {
  counter-reset: item 1;
  list-style-type: none;
  margin-left: 0;
}
#other_page .other_wrap .other_content dl.statement_list dd ol.number li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 10px;
}
#other_page .other_wrap .other_content dl.statement_list dd ol.number li:before {
  counter-increment: item;
  content: counter(item);
  padding-right: 0.5em;
}
#other_page .other_wrap .other_content .other_hosoku {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #000;
  padding: 20px;
  height: auto;
}
#other_page .other_wrap .other_content .other_hosoku dl.other_contact {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 1.4rem;
}
#other_page .other_wrap .other_content .other_hosoku dl.other_contact dt {
  width: 15%;
  font-weight: bold;
  min-width: 100px;
  height: auto;
  padding: 0;
  line-height: 1.8;
}
#other_page .other_wrap .other_content .other_hosoku dl.other_contact dd {
  width: 85%;
  height: auto;
  line-height: 1.8;
  padding: 0;
  margin-bottom: 10px;
}

/*-------------------------------------------- footer --*/
footer {
 display: none;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}