@charset "UTF-8";
/*!
Theme Name: spark-production
Theme URI: http://underscores.me/
Author: sqddsn
Author URI: http://underscores.me/
Description: Description
Version: 2.0.0
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&family=Noto+Serif+JP&family=Roboto:ital,wght@1,500&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  min-height: calc(100vh - 190px);
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
a {
  border-style: none;
}
a img {
  border-style: none;
  vertical-align: baseline;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0 0;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# spark style
--------------------------------------------------------------*/
/*--- header ---*/
header {
  padding: 0;
  height: 80px;
}
header#header_lp {
  display: flex;
  position: absolute;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100vw;
  z-index: 1;
}
header#header_lp .space {
  width: 50px;
}
header#header_lp ul.gnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
header#header_lp ul.gnav li.log {
  width: auto;
}
header#header_lp ul.gnav li.log a {
  background-color: #fff;
}
header#header_lp ul.gnav li.log a:hover {
  background-color: #00c6a0;
}
header#header_lp ul.gnav li.request {
  width: auto;
}
header#header_lp ul.gnav li.request a {
  background-color: #000;
  color: #fff;
}
header#header_lp ul.gnav li.request a:hover {
  background-color: #00ace5;
}
header#header_lp ul.gnav li a {
  text-decoration: none;
  margin: 0 10px;
  width: 100%;
  padding: 10px 20px 10px 50px;
  border-radius: 20px;
  font-size: 1.3rem;
  position: relative;
}
header#header_lp ul.gnav li a img.icon {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 15px;
}
header#header_home, header#header_page {
  background-color: #dcf300; /*テスト*/
  display: flex;
  height: 60px;
  width: 100vw;
  flex-direction: row;
  justify-content: space-between;
}
header#header_home h1.logos, header#header_page h1.logos {
  display: block;
  width: 160px;
  height: auto;
  padding: 5px 15px;
  background-color: #fff;
}
header#header_home p.leads, header#header_page p.leads {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
header#header_home p.leads img, header#header_page p.leads img {
  height: 15px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  header#header_home p.leads, header#header_page p.leads {
    display: none;
  }
}
header#header_home .navs, header#header_page .navs {
  width: 280px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header#header_home .navs, header#header_page .navs {
    justify-content: end;
    margin-right: 25px;
  }
}
header#header_home .navs a.support, header#header_page .navs a.support {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 55px;
  display: inline-block;
  position: relative;
  height: 36px;
}
@media screen and (max-width: 767px) {
  header#header_home .navs a.support, header#header_page .navs a.support {
    padding-left: 40px;
  }
}
header#header_home .navs a.support:hover, header#header_page .navs a.support:hover {
  background-color: #00ace5;
}
header#header_home .navs a.support .icon, header#header_page .navs a.support .icon {
  width: 30px;
  position: absolute;
  left: 15px;
}
header#header_home .navs a.support .support_txt, header#header_page .navs a.support .support_txt {
  display: inline;
}
@media screen and (max-width: 767px) {
  header#header_home .navs a.support .support_txt, header#header_page .navs a.support .support_txt {
    display: none;
  }
}
header#header_home .navs a.log_btn, header#header_page .navs a.log_btn {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 10px 15px;
  margin-right: 5px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
}
header#header_home .loginout, header#header_page .loginout {
  width: 100px;
  display: flex;
  background-color: #e60059;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*** --------------------------------  home style  -------------------------------- ***/
.only_smp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_smp {
    display: inline;
  }
}

#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: 20vh;
}

#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;
}

/*-- new arvhive 2024 --- */
#archive .archive_wrap {
  margin: 0 auto;
  position: relative;
}
#archive .archive_wrap .act_container {
  padding-bottom: 1em;
  width: 100%;
}
#archive .archive_wrap .act_container h3.arc-title {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 10px 5%;
  border-radius: 20px;
  display: block;
  color: #000;
  margin: 30px auto 0;
  width: fit-content;
}
#archive .archive_wrap .act_container .act_content {
  background-color: transparent;
  display: block;
  padding: 10px 0 0 0;
  clear: both;
}
#archive .archive_wrap .act_container .act_content h4.recent_actvt {
  color: #00ace5;
  font-size: 2rem;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 20px 40px;
  margin: 10px 0 0 0;
}
#archive .archive_wrap .act_container .act_content h4.recent_actvt .span {
  font-size: 1.8rem;
}
#archive .archive_wrap .act_container .act_content .act_content_flex {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 10;
}
#archive .archive_wrap .act_container .act_content .act_content_flex::after {
  content: "";
  display: block;
  width: 30%;
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts {
  position: relative;
  width: 30%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .act_container .act_content .act_content_flex .actvts {
    width: 45%;
  }
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts .img_wrap {
  width: 100%;
  border-radius: 0 30px 0 0;
  height: auto;
  overflow: hidden;
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts a {
  line-height: 0;
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts a:hover img.thumb_act {
  transform: scale(1.1);
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts a img.thumb_act {
  transition: all 0.3s ease-in-out;
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts .flag {
  z-index: 100;
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .act_container .act_content .act_content_flex .actvts .flag {
    height: 50px;
    width: 50px;
  }
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts .act_info {
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 15px 20px;
  border-radius: 0 0 0 30px;
  position: relative;
  margin-top: -2px;
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts .act_info .flag_new {
  position: absolute;
  top: -25px;
  left: 10px;
  z-index: 1;
  display: block;
  height: 40px;
  width: 40px;
}
#archive .archive_wrap .act_container .act_content .act_content_flex .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 .act_container .act_content .act_content_flex .actvts .act_info ul.archive_cat_list {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#archive .archive_wrap .act_container .act_content .act_content_flex .actvts .act_info ul.archive_cat_list li {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  text-align: right;
}

/*-- section 12 archive --*/
#archive {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
#archive .archive_wrap {
  margin: 0 auto;
  position: relative;
  /*tab new*/
  /**/
}
#archive .archive_wrap .tab_item {
  width: 70px;
  height: 50px;
  padding: 12px 0;
  margin: 0 3px;
  border-radius: 15px 15px 0 0;
  background-color: #97dcf9;
  border-top: solid 1px #97dcf9;
  border-left: solid 1px #97dcf9;
  border-right: solid 1px #97dcf9;
  text-align: center;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 1.8rem;
}
#archive .archive_wrap .tab_item .month {
  font-size: 1.2rem;
  padding-left: 4px;
}
#archive .archive_wrap .tab_item:hover {
  opacity: 0.8;
}
#archive .archive_wrap .soon_item {
  width: 70px;
  height: 50px;
  padding: 12px 0;
  margin: 0 3px;
  border-radius: 15px 15px 0 0;
  background-color: transparent;
  border-top: dashed 1px #fff;
  border-left: dashed 1px #fff;
  border-right: dashed 1px #fff;
  text-align: center;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 1.8rem;
}
#archive .archive_wrap .soon_item .month {
  font-size: 1.2rem;
  padding-left: 4px;
}
#archive .archive_wrap input[name=tab_item] {
  display: none;
}
#archive .archive_wrap input:checked + .tab_item {
  background-color: #ffd5ee;
  color: #e60059;
  border-top: solid 1px #ffd5ee;
  border-left: solid 1px #ffd5ee;
  border-right: solid 1px #ffd5ee;
}
#archive .archive_wrap .tab_container {
  padding-bottom: 1em;
  width: 100%;
  margin: -100px auto 0;
}
#archive .archive_wrap .tab_content {
  background-color: transparent;
  display: none;
  padding: 0 0 0 0;
  clear: both;
  overflow: hidden;
}
#archive .archive_wrap #tab1:checked ~ #tab1_content,
#archive .archive_wrap #tab2:checked ~ #tab2_content,
#archive .archive_wrap #tab3:checked ~ #tab3_content,
#archive .archive_wrap #tab4:checked ~ #tab4_content,
#archive .archive_wrap #tab5:checked ~ #tab5_content {
  display: block;
}
#archive .archive_wrap .tab_content_flex {
  width: 100%;
  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 .tab_content_flex::after {
  content: "";
  display: block;
  width: 30%;
}
#archive .archive_wrap .tab_content_flex .actvts {
  width: 30%;
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .tab_content_flex .actvts {
    width: 45%;
  }
}
#archive .archive_wrap .tab_content_flex .actvts a {
  line-height: 0;
}
#archive .archive_wrap .tab_content_flex .actvts a:hover img.thumb_act {
  transform: scale(1.1);
}
#archive .archive_wrap .tab_content_flex .actvts a img.thumb_act {
  transition: all 0.3s ease-in-out;
}
#archive .archive_wrap .tab_content_flex .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 .tab_content_flex .actvts .act_info .flag_new {
  position: absolute;
  top: -25px;
  left: 10px;
  z-index: 1;
  display: block;
  height: 40px;
  width: 40px;
}
#archive .archive_wrap .tab_content_flex .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 .tab_content_flex .actvts .act_info ul.archive_cat_list {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#archive .archive_wrap .tab_content_flex .actvts .act_info ul.archive_cat_list li {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  text-align: right;
}
#archive .archive_wrap header.title_archive {
  margin: 0 0 0 0;
  background-color: rgba(0, 178, 242, 0.8);
  height: auto;
}
#archive .archive_wrap header.title_archive .title_archive_wrap {
  width: 90%;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap {
    flex-direction: column;
    position: relative;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set {
  display: flex;
  flex-direction: column;
  width: 25%;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set {
    width: 100%;
    position: static;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set h2 {
  color: #fff;
  font-size: 2vw;
  display: inline-block;
  font-weight: 600;
  margin: 20px 10px 5px 0;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set h2 {
    font-size: 2rem;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set h3 {
    margin: 0 0 10px 0;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set .tab_link {
  height: auto;
  padding: 0 0 12px 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set .tab_link {
    flex-direction: column;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .archive_title_set .tab_link a.home_link {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  width: max-content;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000061;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_update {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  width: 20%;
  align-items: start;
  position: relative;
  overflow-y: scroll;
  max-height: 200px;
  height: auto;
  border-left: dashed 1px #fff;
  margin: 20px 0;
  padding: 5px 0 0 10px;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_update {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_update h4 {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 20px 0;
  width: 100%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_update h4 {
    width: fit-content;
    margin: 0 0 20px 5px;
    width: 90px;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_update dl.news_set {
  margin: 0 0 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_update dl.news_set {
    width: calc(100% - 90px);
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_update dl.news_set dt {
  color: #fff;
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_update dl.news_set dd {
  margin: 0 0 20px 0;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_update dl.news_set dd a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: underline;
  line-height: 1.4;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset {
  width: 50%;
  height: auto;
  padding: 20px 0 0 0;
  /*新アクティビティメニュ*/
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 9px 10px;
  margin: 0 15px 9px 0;
  background-color: #fff;
  font-size: 1.6rem;
  border-radius: 30px 0 0 30px;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dt img {
  margin-right: 5px;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dt.mono {
  color: #00b22e;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dt.koto {
  color: #ff59ca;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dt.shikumi {
  color: #3c38c2;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dt.others {
  color: #edb230;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd {
  width: calc(100% - 120px);
  padding: 0 0 4px 0;
  margin: 0 0 0 0;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category li {
  display: inline-block;
  line-height: 2;
  margin: 5px 10px 10px 0;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category li.active-mono a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 14px;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px dashed #fff;
  color: #00b22e;
  background-color: #fff;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category li.active-koto a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px dashed #fff;
  color: #ff59ca;
  background-color: #fff;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category li.active-shikumi a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px dashed #fff;
  color: #3c38c2;
  background-color: #fff;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category li.active-others a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px dashed #fff;
  color: #edb230;
  background-color: #fff;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category li a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px dashed #fff;
  color: #fff;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_catset dl.activity_cat_list dd ul.category li a:hover {
  background-color: #fff;
  color: #000;
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_others {
  width: 14%;
  height: auto;
  padding: 0 0 0 20px;
  margin: 10px auto 25px;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_others {
    border-left: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0 auto 80px;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_others.active-others a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px dashed #fff;
  color: #555;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_others.active-others a {
    padding: 7px 20px;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_others p {
  font-size: 1.6rem;
  color: #fff;
  margin: 5px 0 20px 0;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_others p {
    margin: 10px 30px 10px 0;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_others a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px dashed #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap header.title_archive .title_archive_wrap .activity_others a {
    padding: 7px 20px;
  }
}
#archive .archive_wrap header.title_archive .title_archive_wrap .activity_others a:hover {
  background-color: #fff;
  color: #000;
}
#archive .archive_wrap .contents_home {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(./images/home_top_img.png);
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: contain;
}
#archive .archive_wrap .contents_home .home_warp {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 50px 0 0 0;
  height: auto;
}
#archive .archive_wrap .contents_home .home_warp h4.main_copy {
  display: block;
  margin: 0 auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp h4.main_copy {
    width: 100%;
  }
}
#archive .archive_wrap .contents_home .home_warp h4.main_copy img {
  height: 100%;
}
#archive .archive_wrap .contents_home .home_warp h5.sub_copy {
  display: flex;
  margin: 0 auto 30px;
  height: auto;
  width: 90%;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp h5.sub_copy {
    flex-wrap: wrap;
  }
}
#archive .archive_wrap .contents_home .home_warp h5.sub_copy img {
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp h5.sub_copy img {
    margin: 0 auto;
  }
}
#archive .archive_wrap .contents_home .home_warp h5.sub_copy img.w01 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp h5.sub_copy img.w01 {
    width: 36%;
  }
}
#archive .archive_wrap .contents_home .home_warp h5.sub_copy img.w02 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp h5.sub_copy img.w02 {
    width: 55%;
  }
}
#archive .archive_wrap .contents_home .home_warp h5.sub_copy img.w03 {
  width: 36%;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp h5.sub_copy img.w03 {
    width: 65%;
  }
}
#archive .archive_wrap .contents_home .home_warp .act_info {
  background-color: #ec0080;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  padding: 8px 30px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp .act_info {
    width: 90%;
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 10px 30px;
    line-height: 1.4;
  }
}
#archive .archive_wrap .contents_home .home_warp .home_img_set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp .home_img_set {
    flex-direction: column;
    justify-content: center;
  }
}
#archive .archive_wrap .contents_home .home_warp .home_img_set .img_set {
  width: 40%;
  height: auto;
  height: stretch;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .contents_home .home_warp .home_img_set .img_set {
    width: 80%;
    margin: 0 auto 10px;
  }
}
#archive .archive_wrap .contents_home .home_warp .home_img_set .img_set img {
  width: 100%;
  height: auto;
}
#archive .archive_wrap .home_contents_wrap {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  min-height: 400px; /*設定用*/
  background-image: url(./images/home_bottom_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#archive .archive_wrap .home_contents_wrap span.yellow {
  background-color: #ffff00;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto 0;
  height: auto;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .message {
  text-align: center;
  margin: 0 auto 20px;
  width: fit-content;
  font-size: 2.6rem;
  color: #000061;
  padding: 15px 30px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .message {
    font-size: 2rem;
    padding: 15px 20px;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .message::before {
  content: "";
  width: 1px;
  height: 50px;
  border-left: 2px solid #000061;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .message::before {
    height: 60px;
    top: auto;
    bottom: 0;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .message::after {
  content: "";
  width: 1px;
  height: 50px;
  border-left: 2px solid #000061;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .message::after {
    height: 60px;
    top: auto;
    bottom: 0;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  background-color: #dcf300;
  border-radius: 50px;
  padding: 40px;
  border: solid 4px #dcf300;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_intro {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  text-align: center;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_intro span {
  background-color: #fff;
  padding: 5px 16px;
  line-height: 1.8;
  border-radius: 100px;
  font-size: 3rem;
  margin: 0 5px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .stripe_border {
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #dcf300, #dcf300 5px, #fff 5px, #fff 10px);
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  align-items: start;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set {
    flex-direction: column;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points {
  width: 48%;
  height: auto;
  align-items: start;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  margin: 0 1% 30px;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points {
    width: 100%;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points h6 {
  margin: 0 0 0 0;
  color: #fff;
  width: 100%;
  padding: 20px 10px 20px 3em;
  font-size: 1.8rem;
  line-height: 1.6;
  text-indent: -2em;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points h6 span {
  padding: 3px 12px 6px;
  margin-right: 8px;
  border-radius: 100px;
  font-weight: bold;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points .points_text {
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points .points_text dl.point_list {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points .points_text dl.point_list dt {
  width: 100px;
  display: flex;
  margin: 0 0 7px 0;
  padding: 3px 10px;
  background-color: #efefef;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .points .points_text dl.point_list dd {
  width: calc(98% - 100px);
  margin: 4px 0 4px 0;
  padding: 0 0 0 0;
  line-height: 1.4;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .blue_set {
  border: solid #00b2f2 3px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .blue_set h6 {
  background-color: #00b2f2;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .blue_set h6 span {
  background-color: #fff;
  color: #00b2f2;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .bluegreen_set {
  border: solid #00aa9b 3px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .bluegreen_set h6 {
  background-color: #00aa9b;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .bluegreen_set h6 span {
  background-color: #fff;
  color: #00aa9b;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .green_set {
  border: solid #00933a 3px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .green_set h6 {
  background-color: #00933a;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .green_set h6 span {
  background-color: #fff;
  color: #00933a;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .maroon_set {
  border: solid #ba2f7c 3px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .maroon_set h6 {
  background-color: #ba2f7c;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .maroon_set h6 span {
  background-color: #fff;
  color: #ba2f7c;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .purple_set {
  border: solid #4e4e91 3px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .purple_set h6 {
  background-color: #4e4e91;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_set .purple_set h6 span {
  background-color: #fff;
  color: #4e4e91;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome {
  display: flex;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 40px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 30px;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome {
    flex-direction: column;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  background-color: #dcf300;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome::before {
    left: 22%;
    right: auto;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome .matome_img {
  width: 28%;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome .matome_img {
    width: 50%;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome .matome_txt {
  width: 68%;
  padding: 0 30px 0;
  border-left: solid 3px #dcf300;
}
@media screen and (max-width: 767px) {
  #archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome .matome_txt {
    border-left: none;
    width: 100%;
    padding: 0 0 0 0;
  }
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome .matome_txt .matome_title {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000061;
  margin-bottom: 15px;
}
#archive .archive_wrap .home_contents_wrap .add_content_wrap .point_content .point_matome .matome_txt p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
#archive .archive_wrap .contents_archive {
  background-image: url(./images/bg_activity.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 30%;
  height: auto;
  min-height: calc(100vh - 100px);
  position: relative;
  z-index: 1;
}
#archive .archive_wrap .contents_archive.mono {
  background-color: #b6f0c5;
}
#archive .archive_wrap .contents_archive.koto {
  background-color: #ffd5ee;
}
#archive .archive_wrap .contents_archive.shikumi {
  background-color: #c1e6ed;
}
#archive .archive_wrap .contents_archive.others {
  background-color: #ffda8f;
}
#archive .archive_wrap .contents_archive .activity_wrap {
  width: 90%;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 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%;
}

/*-- 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%;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .title_activity .title_activity_wrap .taw_left {
    width: 65%;
  }
}
#activity .activity_wrap .title_activity .title_activity_wrap .taw_right {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .title_activity .title_activity_wrap .taw_right {
    width: 30%;
  }
}
#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: #ffd5ee;
  background-image: url(./images/bg_activity.png);
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: center 70%;
  height: auto;
  min-height: 40vh;
}
#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;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap {
    flex-direction: column-reverse;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_movie_set {
    width: 100%;
    margin-bottom: 30px;
  }
}
#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: 47%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set {
    width: 100%;
    margin-bottom: 50px;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_thumb {
  width: 100%;
}
#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_title_about .act_update h5 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 5px 0 10px 0;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_about .act_update h5 span {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 2px 15px;
  color: #ff51b9;
  font-size: 1.3rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_about .act_update h5::after {
  content: "";
  display: inline;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #fff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_title_about .act_update .act_update_content p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin: 0 0 10px 0;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_print {
  width: 55%;
  padding: 10px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_print {
    margin: 0 auto;
    width: 90%;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_print a.btn_print {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  background-color: #e60059;
  border-radius: 40px;
  font-size: 1.3vw;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_print a.btn_print:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_print a.btn_print {
    font-size: 1.6rem;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_share {
  width: 40%;
  padding: 10px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_share {
    padding: 20px 0 0 0;
    margin: 0 auto;
    width: 90%;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_share a.btn_share {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 15px 40px;
  background-color: #00ace5;
  border-radius: 40px;
  font-size: 1.3vw;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_share a.btn_share:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_share a.btn_share {
    font-size: 1.6rem;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .work_sheet {
  width: 55%;
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .work_sheet {
    margin: 0 auto;
    width: 90%;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .work_sheet a.btn_wsheet {
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  background-color: #00c6a0;
  border-radius: 40px;
  font-size: 1.3vw;
  display: block;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .work_sheet a.btn_wsheet:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .work_sheet a.btn_wsheet {
    font-size: 1.6rem;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_guide {
  width: 40%;
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_guide {
    margin: 0 auto;
    width: 90%;
  }
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_guide a.btn_wsheet {
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  background-color: #0061a9;
  border-radius: 40px;
  font-size: 1.3vw;
  display: block;
}
#activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_guide a.btn_wsheet:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity .activity_detail_wrap .act_title_set .act_guide a.btn_wsheet {
    font-size: 1.6rem;
  }
}
#activity .activity_wrap .contents_activity_info {
  width: 100%;
  background-color: #fff;
  background-image: url(./images/border_style03.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  height: auto;
  padding: 50px 0;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap {
  width: 90%;
  height: fit-content;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 30px 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%;
  margin-bottom: 30px;
  /**/
  /*事前準備*/
  /**/
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto {
    width: 100%;
  }
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .actv_setting {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: #d6f1e4;
  border-radius: 20px;
  border: solid 8px #d6f1e4;
  padding: 0 0 0 0;
  width: 100%;
  overflow: hidden;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .actv_setting .actv_setting_title {
  width: 20%;
  text-align: center;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .actv_setting .actv_setting_title h5 {
  display: block;
  margin: 0 auto 0;
  width: 100px;
  padding: 15px 15px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .actv_setting .actv_setting_content {
  height: auto;
  width: 80%;
  background-color: #fff;
  padding: 10px 20px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .actv_setting .actv_setting_content p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 15px;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .actv_howto_wrap {
  border-radius: 30px;
  background-color: #ffff9b;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
  width: 100%;
}
#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: 69%;
  padding: 20px 0;
  counter-reset: item;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_howto .how_about ol.howtolist {
    width: 70%;
  }
}
#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;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready {
    width: 100%;
  }
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .actv_ready_wrap {
  width: 100%;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .actv_referencey_wrap {
  width: 100%;
  border-radius: 20px;
  border: solid 8px #eddaed;
  overflow: hidden;
  background-color: #eddaed;
  margin-bottom: 40px;
}
#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_ready .reference_title {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 0 10px 50px;
  position: relative;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .reference_title h5.megane {
  margin: 0 0 0 0;
  font-size: 2rem;
  color: #b15fb1;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .reference_title h5.megane:before {
  content: "";
  display: block;
  background-image: url(./images/icon_megane.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  width: 35px;
  height: 50px;
  top: 3px;
  left: -40px;
  z-index: 5;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .reference_about {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  height: auto;
}
#activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_ready .reference_about p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 15px;
}
#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: -35px;
  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: 100%;
  background-color: #ffdfd7;
  border-radius: 30px;
  padding: 30px 20px 30px 270px;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_point .actv_point_txt {
    padding: 30px 20px 30px 20px;
  }
}
#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;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_question {
    width: 100%;
  }
}
#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;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_reaction {
    width: 100%;
  }
}
#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;
}
@media screen and (max-width: 767px) {
  #activity .activity_wrap .contents_activity_info .activity_info_wrap .actv_exam .exam_about p {
    font-size: 1.4rem;
  }
}

/*----------------------------------- 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;
}
#other_page .other_wrap .other_content .swpm-login-widget-form,
#other_page .other_wrap .other_content .swpm-login-widget-logged,
#other_page .other_wrap .other_content .swpm-registration-widget-form,
#other_page .other_wrap .other_content .swpm-pw-reset-widget-form,
#other_page .other_wrap .other_content .swpm-edit-profile-form {
  font-size: 1.4rem;
}
#other_page .other_wrap .other_content .swpm-login-widget-form > div,
#other_page .other_wrap .other_content .swpm-login-widget-logged > div,
#other_page .other_wrap .other_content .swpm-registration-widget-form > div,
#other_page .other_wrap .other_content .swpm-pw-reset-widget-form > div,
#other_page .other_wrap .other_content .swpm-edit-profile-form > div {
  margin-bottom: 10px;
}
#other_page .other_wrap .other_content .swpm-login-widget-form .swpm-profile-country-row,
#other_page .other_wrap .other_content .swpm-login-widget-logged .swpm-profile-country-row,
#other_page .other_wrap .other_content .swpm-registration-widget-form .swpm-profile-country-row,
#other_page .other_wrap .other_content .swpm-pw-reset-widget-form .swpm-profile-country-row,
#other_page .other_wrap .other_content .swpm-edit-profile-form .swpm-profile-country-row {
  display: none;
}
#other_page .other_wrap .other_content .swpm-login-widget-form .swpm-profile-update-success,
#other_page .other_wrap .other_content .swpm-login-widget-logged .swpm-profile-update-success,
#other_page .other_wrap .other_content .swpm-registration-widget-form .swpm-profile-update-success,
#other_page .other_wrap .other_content .swpm-pw-reset-widget-form .swpm-profile-update-success,
#other_page .other_wrap .other_content .swpm-edit-profile-form .swpm-profile-update-success {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#other_page .other_wrap .other_content .swpm-login-widget-form form table tr,
#other_page .other_wrap .other_content .swpm-login-widget-logged form table tr,
#other_page .other_wrap .other_content .swpm-registration-widget-form form table tr,
#other_page .other_wrap .other_content .swpm-pw-reset-widget-form form table tr,
#other_page .other_wrap .other_content .swpm-edit-profile-form form table tr {
  padding-bottom: 10px;
}

/*-------------------------------------------- footer --*/
footer {
  height: 130px;
  width: 100%;
  text-align: center;
  background: #1e1e1e;
  padding: 15px 0 0;
  position: relative;
  z-index: 10;
}
footer .footer_wrap {
  display: flex;
  width: 100%;
  margin: 0 auto 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap {
    flex-direction: column;
  }
}
footer .footer_wrap .footer_menu {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer_menu {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
}
footer .footer_wrap .footer_menu ul {
  width: 100%;
  height: auto;
  margin: 0 25px 0;
  padding: 0 0 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer_menu ul {
    text-align: left;
  }
}
footer .footer_wrap .footer_menu ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer_menu ul li {
    margin: 0 20px 20px 0;
  }
}
footer .footer_wrap .footer_menu ul li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.5px;
}
footer .footer_wrap .footer_menu ul li a:hover {
  text-decoration: underline;
}
footer .footer_wrap .footer_logoset {
  width: 48%;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer_logoset {
    width: 100%;
  }
}
footer .footer_wrap .footer_logoset .footer_logo {
  padding: 10px 15px;
  width: 170px;
}
footer .footer_wrap .footer_logoset .copyright {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
footer #credit {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0 auto 0;
  padding: 10px 0 0 0;
}

/*--------------------------------------------------------------
# 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;
}