@charset "UTF-8";
   /*========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500&family=Kosugi&display=swap");
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}



a {
  text-decoration: none;
}

ol,
ul {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

.line-through {
  text-decoration: line-through;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.pc { display: block !important; }
.sp { display: none !important; }

.flex {
  display: -webkit-box;
  display: flex;
}

.wrap {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.biz-hour {
  background: #fffdfd;
  margin: 0;
}
.biz-hour .biz-hour-fast{
background: #efefef;
width: 25%;
}
.scroll-table{
  overflow-y: scroll;
  height: 400px;
}
.scroll-table table{
  background: #fff;
}
.scroll-table th{
  background: #bddce5;
  border-bottom: 1px solid #ffffff;
}
.scroll-table th:last-child{
  border-bottom: none;
}
.biz-hour-title{
    text-align: center;
    background: #dcdcdc;
    border: none;
    font-weight: bold;
}
/*サークルリスト*/
.circle_list table{
  width: 80%;
}
.circle_list table th{
  background: #6698af;
  color: #fff;
   text-align: left;
}
.circle_list table .sticky_obi{
  position: sticky;
top: 60px;
}
.circle_list table .box_tr{
  background: #f4f7f9;
}
.circle_list table .placement_td{
  text-align: center;
}
body {
  background: #ffffff;
  overflow-x: hidden;
  color: #242424;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

section {
  padding: 30px 0;
}

section.bgcolor1 {
  background: #e1f2f7;
}
section.bgcolor2 {
  background: #f5f2f2;
}

section.bgcolor3 {
  background: #e8e8e8;
}

ul.list {
  list-style: none;
  margin: 1.5em 0;
}

ul.list li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}

ul.list li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #9ed200;
  position: absolute;
  margin: auto;
  top: 9px;
  left: -20px;
}

ol.list {
  list-style: none;
  list-style-type: none !important;
  counter-reset: number;
  margin: 1.5em 0;
}

ol.list li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}

ol.list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  font-family: "Josefin Sans", "Kosugi", cursive;
  position: absolute;
  margin: auto;
  top: 6px;
  left: -25px;
  background: #9ed200;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
}

dl.list dt {
  position: relative;
  margin-left: 25px;
  font-weight: bold;
  font-size: 110%;
}

dl.list dt:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #9ed200;
  position: absolute;
  margin: auto;
  top: 9px;
  left: -20px;
}

dl.list dd {
  margin: 10px 0 1em 1em;
}

dl.list dd > *:first-of-type {
  margin-top: 0;
}

small {
  font-size: 80%;
}

strong.large {
  font-size: 150%;
}

strong.marker {
  background: #f1fc40;
}

.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}


.wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrap .inner {
  -webkit-box-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

.wrap-3col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrap-3col .inner {
  -webkit-box-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

h1 {
  font-family: "Josefin Sans", "Kosugi", cursive;
}

h2 {
  font-family: "Josefin Sans", "Kosugi", cursive;
  text-align: center;
}

h3 {
  font-family: "Josefin Sans", "Kosugi", cursive;
  border-left: 3px solid #9ed200;
  padding: 0px 15px;
  margin: 2em 0 1em;
}

h4 {
  font-family: "Josefin Sans", "Kosugi", cursive;
  margin: 2em 0 0em;
}

h5 {
  font-family: "Josefin Sans", "Kosugi", cursive;
  font-size: 18px;
  margin: 10px auto 5px;
}

p.center {
  text-align: center;
}

blockquote {
  background: #f5f4f4;
  margin: 2em 0;
  padding: 15px;
  border-left: 3px solid #ada5a5;
}

blockquote > *:first-of-type {
  margin-top: 0;
}

blockquote > *:last-of-type {
  margin-bottom: 0;
}

table, td, th {
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
}

td, th {
  padding: 5px 10px;
}

th {
  background: #ffffff;
}

table.center {
  margin: 20px auto;
}

.box {
  background: #f1fc40;
  margin: 2em 0;
  padding: 15px;
}

.box > *:first-of-type {
  margin-top: 0;
}

.box > *:last-of-type {
  margin-bottom: 0;
}

a {
  color: #9ed200;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

a:focus, a:visited, a:active {
  color: #9ed200;
}

a:hover {
  color: #409c10;
}

ul ul {
  margin-left: 1em;
  margin-bottom: 10px;
}

a.btn {
  display: block;
  background: #9ed200;
  color: black;
  padding: 10px 30px;
  text-align: center;
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

a.btn:hover {
  background: #f1fc40;
}

p {
  margin: 1.5em 0;
}

dl.news {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-bottom: 1px dotted #b8b8b8;
}

dl.news dt {
  font-weight: bold;
  padding: 0;
  line-height: 1.2;
}

dl.news dd {
  padding: 5px 0 10px 0;
  margin: 0;
}

nav#globalnav {
  position: fixed;
  z-index: 999999;
  position: fixed;
  top: 0;
  width: 100%;
}

nav#globalnav .globalnav_bg {
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(230, 230, 230, 0)), color-stop(51%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(0deg, rgba(230, 230, 230, 0) 5%, rgba(255, 255, 255, 0.9) 51%);
}

nav#globalnav h1 a {
  color: #000000;
  display: block;
  padding: 18px 15px;
  font-size: 30px;
}

nav#globalnav h1 a:hover {
  color: #9ed200;
}

nav#globalnav p#menubtn {
  color: #000000;
  margin: 0;
  cursor: pointer;
}

nav#globalnav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

nav#globalnav ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 8px 0;
}

nav#globalnav ul li a:hover {
  color: #9ed200;
}
nav#globalnav ul#navmenu::-webkit-scrollbar {
    display:none;
   }
nav#globalnav ul#navmenu {
  list-style: none;
  position: fixed;
  background: #ffffff;
  width: 60vw;
  max-width: 300px;
  height: 100vh;
  top: 0;
  right: -100%;
  margin: 0;
  padding: 60px 20px 20px;
  overflow-x: auto;
  overflow-y: scroll;
  box-shadow: 0 0 6px #00000040;
  -webkit-transition: right .5s;
  transition: right .5s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

nav#globalnav ul#navmenu.checked {
  right: 0;
}

nav#globalnav ul#navmenu ul {
  list-style: none;
}

nav#globalnav.colorchange {
  background: transparent;
}

nav#globalnav.colorchange .globalnav_bg {
  opacity: 0;
}

nav#globalnav.colorchange h1 a {
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 3px #00000066);
          filter: drop-shadow(0px 0px 3px #00000066);
}

nav#globalnav.colorchange h1 a:hover {
  color: #9ed200;
}

nav#globalnav.colorchange p#menubtn {
  color: #ffffff;
}

header {
  background-color: #000000;
  height: 100vh;
  background: url('../img/.jpg') no-repeat;
  background-size: cover;
}

header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header img.top-pc {
  display: none;
}

main.subpage {
  margin-top: 50px;
}

input[type=checkbox]#menubtncheck {
  display: none;
}

input[type=checkbox]#menubtncheck:checked + nav#globalnav {
  opacity: 1;
  z-index: 9999;
}

p#menubtn {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  color: #000000;
  top: 10px;
  right: 20px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  z-index: 99999;
}

p#menubtn:hover {
  cursor: pointer;
}

p#menubtn#inmenu {
  color: #ffffff;
}

p#menubtn#inmenu-back {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: -1;
}

ul.illust {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  list-style: none;
}

ul.illust li {
  position: relative;
  height: 120px;
  width: calc(100% / 3 - 5px);
  margin-bottom: 5px;
  padding: 0;
}

ul.illust li:before {
  display: none;
}

ul.illust li:not(:nth-of-type(3n)) {
  margin-right: 5px;
}

ul.illust li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.illust li a:hover {
  opacity: .7;
}

ul.illust li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-wrapper .card {
  text-align: center;
}

.card-wrapper .card p {
  font-size: 15px;
  max-width: 300px;
  margin: auto;
  text-align: left;
}

.card-wrapper img.prof {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 20px auto 10px;
}

.card-wrapper img.banner {
  width: 200px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto 10px;
}

ul.sns {
  list-style: none;
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

ul.sns li a {
  display: block;
  font-size: 20px;
  padding: 5px;
  margin: 0 3px;
}

footer {
  background: #000000;
  color: #ffffff;
  padding: 30px 0 10px;
}

footer p.memo {
  margin: 0 auto 10px;
  font-size: 12px;
}

footer ul.menu {
  list-style: none;
}

footer ul.menu li a {
  font-size: 14px;
  display: block;
  padding: 5px 0;
}

footer ul.menu li a:hover {
  color: #f1fc40;
}

footer ul.menu ul {
  list-style: none;
}

footer p#copyright {
  margin: 0;
  font-size: 12px;
  opacity: .8;
}

footer p#copyright a:hover {
  color: #f1fc40;
}

form.mailform {
  text-align: center;
  max-width: 800px;
  margin: 30px auto;
}

form.mailform textarea {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6em;
  border: none;
  padding: 10px;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  vertical-align: bottom;
  border: 1px solid #e5e4e4;
  background: #fcfcfc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Josefin Sans", "Kosugi", cursive;
}

form.mailform textarea:focus {
  outline: none;
  background: #ffffff;
}

form.mailform input {
  margin: 0 0 15px;
  font-size: 16px;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e4e4;
  background: #fcfcfc;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "Josefin Sans", "Kosugi", cursive;
}

form.mailform input:focus {
  outline: none;
  background: #ffffff;
}

form.mailform input[type="submit"] {
  width: 100%;
  max-width: 200px;
  margin: 20px auto 20px;
  padding: 15px 20px;
  background: #9ed200;
  border: none;
}

form.mailform input[type="submit"]:focus, form.mailform input[type="submit"]:hover {
  background: #f1fc40;
  cursor: pointer;
}

a#totop {
  display: block;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #9ed200;
}

a#totop:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

a#totop:hover:before {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}
/*Q&A*/
.content_qa{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}
.qa-list dl:first-child {
margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #DDD;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
.content_qa p.center {
text-align: center;
}


.content_qa a{
transition: color 0.3s;
text-decoration: none;
}
.content_qa a:visited{
color : #ff4081;}
.content_qa a:hover{
color : #ff7043;
}
/*ここまでQA*/
/*企画*/
.kikaku_anchor_box {
  padding-top: 30px;
}
.kikaku_anchor {
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}

.kikaku_anchor li {
  width: calc(100% / 3 - 10px);
  margin: 5px 0px;
}
.kikaku_anchor li a {
    display: block;
    text-align: center;
    border: 2px solid #9ed200;
    font-weight: bold;
    color: #728f1b;
    line-height: 1.2;
    padding: 10px;
}
.kikaku_anchor li a:after {
  content: "∨";
  display: block;
  font-size: 13px;
  margin: 0;
}
.anthology_box_flex{
    display: flex;
    align-items: center;
}
.anthology_img{
    width: 350px;
    min-width: 350px;
    margin-right: 20px;
}
.all_anthology_title,
.all_anthology_text_book{
    color: #0AA79E;
}
.all_anthology dl.list dt:before{
  background: #0AA79E;
}
.r18_anthology_title,
.r18_anthology_text_book{
 color: #47408C;
}
.r18_anthology dl.list dt:before{
  background: #47408C;
}
.r18_anthology {
  margin-top: 50px;
}
div [class$="anthology_title"] {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid;
    padding: 5px;
}
div [class$="anthology_text_book"]{
font-size: 20px;
font-weight: bold;
}
.attention_box {
    background: #efefef;
    padding: 10px;
    margin-top: 40px;
}
.attention_box ul{
  margin: 0;
  list-style-type: none;
}

.attention_box h4 {
    margin: 0;
}
.kikaku_img{
  width: 80%;
  margin: 0 auto;
}
.two_btn_flex{
  justify-content: space-evenly;
}
.deadline_text{
  font-size: 24px;
  font-weight: bold;
}
.deadline_text span{
  font-size: 44px;
}
/*ここまで企画*/
@media only screen and (min-width: 768px) {
  .kikaku_anchor_box {
    padding-top: 80px;
  }
  .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wrap .inner {
    width: 46%;
    -webkit-box-flex: 0;
            flex: none;
  }
  .wrap-3col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wrap-3col .inner {
    width: 31%;
    -webkit-box-flex: 0;
            flex: none;
  }
    .pc { display: none !important; }
    .sp { display: block !important; }

.parts3 {
  height: auto;
  overflow: hidden;
  max-width: 800px;
  margin: 0px auto;
}
.parts3 h2 {
  padding-top: 20px;
}
.parts3 .img {
}
.parts3 .text {
  text-align: left;
}
.parts3 .text1 {
  font-size: 90%;
}
.parts3 .text2 {
  font-size: 90%;
  color: #A3A3A3;
}
.parts3 .text3 {
  font-size: 80%;
}
.parts3 .text4 {
  font-size: 80%;
  color: #A3A3A3;
}

.parts3 {
  max-width: 970px;
}
.parts3 h2 {
  padding-top: 0px;
}
.parts3 .img {
  max-width: 300px;
  float: left;
}
.parts3 .text {
  max-width: 640px;
  padding-left: 30px;
  float: left;
}

  section {
    padding: 80px 0;
  }
  h2 {
    font-size: 40px;
  }
  h2:after {
    content: '';
    display: block;
    width: 62px;
    height: 4px;
    background: black;
    margin: 10px auto 40px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  dl.news {
    max-width: 700px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  dl.news dd, dl.news dt {
    padding: 10px;
    line-height: 1.6;
  }
  p#menubtn {
    display: none;
  }
  header {
    max-height: 600px;
  }
  header img.top-pc {
    display: block;
  }
  header img.top-phone {
    display: none;
  }
  nav#globalnav {
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  nav#globalnav h1 a {
    font-size: 35px;
  }
  nav#globalnav > .container {
    display: -webkit-box;
 
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  nav#globalnav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  nav#globalnav ul li a {
    text-decoration: none;
  }
  nav#globalnav ul#navmenu {
    position: relative;
    background: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    height: auto;
    right: auto;
    padding: 0;
    overflow-y: hidden;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  nav#globalnav ul#navmenu ul {
    list-style: none;
    background: #000000;
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 0;
  }
  nav#globalnav ul#navmenu ul li a {
    padding: 10px 20px;
    text-align: left;
    color: #ffffff;
    height: 0;
    text-align: center;
    margin: 0;
    font-size: 16px;
  }
  nav#globalnav ul#navmenu li:hover ul {
    opacity: 1;
    z-index: 10;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    height: auto;
  }
  nav#globalnav ul#navmenu li:hover ul li a {
    height: auto;
  }
  nav#globalnav ul#navmenu li a {
    display: block;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 15px;
    margin: auto;
    font-size: 20px;
  }
  nav#globalnav ul#navmenu li a:hover {
    color: #9ed200;
  }
  nav#globalnav.colorchange ul#navmenu li a {
    color: #ffffff;
    -webkit-filter: drop-shadow(0px 0px 3px #00000066);
            filter: drop-shadow(0px 0px 3px #00000066);
  }
  nav#globalnav.colorchange ul#navmenu li a:hover {
    color: #9ed200;
  }
  ul.illust li {
    position: relative;
    height: 200px;
    width: calc(100% / 4 - 4px);
    margin-bottom: 5px;
    padding: 0;
  }
  ul.illust li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  ul.illust li:not(:nth-of-type(4n)) {
    margin-right: 5px;
  }
  .card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .card-wrapper .card {
    width: 43%;
    margin-bottom: 30px;
  }

}

@media only screen and (min-width: 1030px) {
  footer p.copyright {
    text-align: right;
  }
  .card-wrapper .card {
    width: 31%;
  }
}

.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
  height: 600px;
  }
}
@media (max-width: 768px) {
  .circle_list table{
      width: 100%;
    }
    .qa-list dl {
      margin: 10px 0 0;
  }
  .qa-list dl:after {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
  }
  .qa-list dl dt {
      padding: 16px 16px 16px 50px;
      font-size: 14px;
  }
  .qa-list dl dt::before {
      font-size: 14px;
      top: 20px;
      left: 20px;
  }
  .qa-list dl dd::before {
      font-size: 14px;
      left: 20px;
      margin-top: 5px;
  }
  .qa-list dl dd {
      margin: 0;
      padding: 16px 16px 16px 50px;
      font-size: 14px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }
  .content_qa p.center {
    text-align: center;
  }
  .anthology_box_flex{
    display: block;
  }
  .anthology_img {
    text-align: center;
    margin-right: 0;
    width: 100%;
    min-width: 100%;
}
.two_btn_flex{
  display: block;
}
.kikaku_img{
  width: 100%;;
}
div [class$="anthology_title"]{
  font-size: 20px;
}
div [class$="anthology_title"] span{
  display: block;
}
}

@media (min-width: 768px) {
.wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

table {
margin: 20px auto;
}
}

@media (min-width: 768px) and (max-width: 1029px) {
.container {
  max-width: 720px;
}

}

@media (min-width: 1030px) {
.container {
  max-width: 960px;
}
table {
margin: 20px auto;
}
}
@media (max-width: 425px) {
  [class$="anthology_title"] span {
    display: inline;
}
.kikaku_anchor li {
  width: calc(100% / 2 - 10px);
  margin: 5px 0px;
}
}