@charset "UTF-8";
/*--------------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 102%;
  vertical-align: baseline; }

/*---------- html5 reset ----------*/
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*--------------------------------------------------------------------------------
	Setting
--------------------------------------------------------------------------------*/
* {
  color: #666;
  word-break: break-all; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /*border-style: none;*/ }

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

img.auto {
  width: auto; }

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

h1 {
  font-size: 2.4em;
  line-height: 1.8em; }

h2 {
  font-size: 1.35em;
  line-height: 1.8em; }

h3 {
  font-size: 1.6em;
  line-height: 1.8em; }

h4 {
  font-size: 1.4em;
  line-height: 1.8em; }

h5 {
  font-size: 1.2em;
  line-height: 1.8em; }

h6 {
  font-size: 1.1em;
  line-height: 1.8em; }

input,
select {
  vertical-align: middle; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4em;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif; }

/* =14px */
h1 {
  font-size: 2.4em;
  font-size: 2.4rem; }

/* =24px */
body {
  background: #fff;
  line-height: 1.6;
  color: #666;
  font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

.clear {
  clear: both; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

hr.clear {
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: none;
  visibility: hidden; }

/*---------- Alignment ----------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.325em;
  margin-bottom: 1.325em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.325em;
  margin-bottom: 1.325em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.325em;
  text-align: center; }

.alignnone {
  clear: both;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.325em; }

/*---------- Links ----------*/
a,
a:visited {
  color: #666; }

a:hover,
a:active a:focus {
  color: #3366cc;
  text-decoration: underline; }

a:active,
a:focus {
  outline: solid 1px #0000ff; }

/*---------- clearfix ----------*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: "";
  clear: both; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

/*---------- Gotop ----------*/
#top .gotop {
  margin-top: -50px; }

.gotop {
  width: auto;
  clear: both;
  margin-top: 0;
  padding: 0;
  font-size: 80%;
  text-align: right;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 900; }
  @media screen and (max-width: 999px) {
    .gotop {
      margin-right: -20px; } }
  @media screen and (max-width: 799px) {
    .gotop {
      margin-right: 0; }
      .gotop img {
        width: 40px; } }

.gotop a,
.gotop a:visited {
  padding: 0 3px;
  text-decoration: none;
  /*color: #1982e1; */}

.gotop a:hover {
  color: #fff;
  padding: 0 3px;
  background: #1982e1;
  text-decoration: none; }

.gotop a:active {
  text-decoration: none; }

.tmp {
  text-align: center; }
  .tmp img {
    width: 100%;
    height: auto; }

/*--------------------------------------------------------------------------------
	wrap／ラッパー
--------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0;
  background: #fff; }

#wrap-pop {
  width: 670px;
  height: 100%;
  margin: 10px auto;
  padding: 0 0;
  background: #fff;
  overflow: hidden; }

/*--------------------------------------------------------------------------------
	Header／ヘッダー
--------------------------------------------------------------------------------*/
#header {
  width: 1000px;
  /*	height: 150px; */
  margin: 0 20px;
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 999px) {
    #header {
      margin: 0 20px;
      width: auto; } }

.titlearea {
  display: flex;
  float: left; }

.tokyologo {
  margin: 18px 0 14px 10px; }

h1.site-title {
  margin: 18px 0 14px 10px;
  padding: 0;
  line-height: 0;
  width: 222px;
  float: left; }

#header p {
  margin: 40px 0 14px 50px;
  padding: 0;
  line-height: 0;
  display: inline;
  float: left; }

#header-pop {
  width: 670px;
  height: 110px;
  margin: 0 20px;
  padding: 0;
  overflow: hidden; }

/*--------------------------------------------------------------------------------
	Nav／グローバルナビ
--------------------------------------------------------------------------------*/
#global-navi {
  width: 960px;
  /*	height: 34px;  */
  margin: 0 0 0;
  padding: 0 0 0; }

#global-navi ul {
  margin: 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 50px;
  background: #e50065;
  justify-content: space-between;
  border-radius: 15px; }
  @media screen and (max-width: 799px) {
    #global-navi ul {
      flex-direction: column;
      height: auto;
      border-radius: 0;
      background: transparent; } }
  @media all and (-ms-high-contrast: none) {
    #global-navi ul {
      display: block; }
      #global-navi ul li {
        float: left; } }

#global-navi li {
  padding: 0;
  display: inline;
  background-color: none;
  margin: 5px 0;
  border-right: solid 1px #fff;
  flex: 1;
  height: calc(100% - 10px);
  background-repeat: no-repeat;
  width: 280px;
  text-align: center;
  line-height: 1.6em;
  color: #666;
  text-decoration: none; }
  #global-navi li:nth-of-type(2) {
    flex: 2; }
  #global-navi li:last-child {
    border: none;
    flex: 1.5; }
  #global-navi li a {
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none; }
  #global-navi li .current {
    color: #ffff28; }
    @media screen and (max-width: 799px) {
      #global-navi li .current {
        color: #1982E1; } }
  @media screen and (max-width: 799px) {
    #global-navi li {
      border: none;
      background: url("../images/bg-ami.png") #fff;
      border-radius: 4px;
      width: 91% !important;
      margin: 0;
      padding: 2px 12px; }
      #global-navi li a {
        color: #1982E1; }
      #global-navi li.m01-off {
        background: url("../images/bg-ami.png") #fff;
        border-radius: 4px;
        min-width: 16em; }
      #global-navi li.m02-off {
        background: url("../images/bg-ami.png") #fff;
        border-radius: 4px; }
      #global-navi li.m03-off {
        background: url("../images/bg-ami.png") #fff;
        border-radius: 4px; }
      #global-navi li.m04-off {
        background: url("../images/bg-ami.png") #fff;
        border-radius: 4px; } }

#global-navi ul li.m01-off {
  background-repeat: no-repeat;
  width: 280px;
  text-align: center;
  line-height: 1.6em;
  color: #666;
  text-decoration: none; }

#global-navi ul li.m02-off {
  background-repeat: no-repeat;
  width: 190px;
  text-align: center;
  line-height: 1.6em;
  color: #666;
  text-decoration: none; }

#global-navi ul li.m03-off {
  background-repeat: no-repeat;
  width: 188px;
  text-align: center;
  line-height: 1.6em;
  color: #666;
  text-decoration: none; }

#global-navi ul li.m04-off {
  background-repeat: no-repeat;
  width: 190px;
  text-align: center;
  line-height: 1.6em;
  color: #666;
  text-decoration: none; }

#global-navi li.cl {
  padding: 0;
  margin: 0 0 0 0;
  display: inline;
  background-repeat: no-repeat;
  width: 280px;
  text-align: center;
  line-height: 1.6em;
  color: #666;
  text-decoration: none;
  float: left; }

.global-navi-sub {
  width: 560px;
  padding: 0 0 0;
  display: flex;
  align-items: end;
  flex-direction: column;
  float: right;
  text-align: right;
  background-color: #fff; }
  .global-navi-sub #sizer {
    order: 2; }
    @media screen and (max-width: 799px) {
      .global-navi-sub #sizer {
        order: 1; } }
  .global-navi-sub .search_form-box {
    order: 3;
    margin-right: 5px; }
    @media screen and (max-width: 799px) {
      .global-navi-sub .search_form-box {
        order: 2; } }
    .global-navi-sub .search_form-box form {
      display: flex; }
    .global-navi-sub .search_form-box input[type="submit"] {
      background-image: url("");
      height: 32px;
      background: #666;
      color: #fff;
      border: none;
      padding: 0 5px; }
    .global-navi-sub .search_form-box input[type="text"] {
      width: 230px;
      height: 20px;
      padding: 5px 10px; }
      @media screen and (max-width: 799px) {
        .global-navi-sub .search_form-box input[type="text"] {
          width: 100%; } }
  .global-navi-sub .other-menu {
    order: 1;
    background-color: #e50065;
    display: flex;
    justify-content: space-evenly;
    border-radius: 0 0 15px 15px;
    margin-bottom: 5px;
    min-width: 430px; }
    @media screen and (max-width: 799px) {
      .global-navi-sub .other-menu {
        flex-direction: column;
        min-width: 0;
        width: 100%;
        order: 3;
        background: transparent;
        align-items: end; } }
    .global-navi-sub .other-menu li {
      margin: 5px 0; }
      .global-navi-sub .other-menu li:nth-child(2) {
        flex: 3; }
      .global-navi-sub .other-menu li a {
        font-weight: bold; }
      .global-navi-sub .other-menu li .current {
        color: #ffff28; }
      @media screen and (max-width: 799px) {
        .global-navi-sub .other-menu li a {
          color: #1982E1; }
        .global-navi-sub .other-menu li::before {
          content: " ";
          background-image: url("../images/nv_sub_list.gif"); } }

.global-navi-subul span {
  margin: 0 0 15px;
  padding: 0 0 0; }

.global-navi-subul ul {
  margin: 0 0 0;
  padding: 0 0 0;
  list-style: none; }

.global-navi-sub li {
  display: inline-block;
  text-align: center;
  border-right: solid 1px #fff;
  flex: 2; }
  .global-navi-sub li:last-child {
    border: none; }
  .global-navi-sub li a {
    color: white;
    line-height: 25px; }

/*--------------------------------------------------------------------------------
	Content／コンテンツ
--------------------------------------------------------------------------------*/
#content {
  clear: both;
  height: 100%;
  background-image: url("../images/2024/bg.jpg");
  background-size: auto, 2%;
  background-repeat: repeat-y, repeat;
  background-position: center; }
  @media screen and (max-width: 799px) {
    #content {
      background-size: auto, 5%;
      background-repeat: repeat-y, repeat; } }

#content-pop {
  clear: both;
  width: 920px;
  height: 100%;
  margin: 10px auto 30px auto;
  padding: 0 0 0; }

#main-pop {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 0 0; }

#main-pop p {
  width: 100%; }

/*--------------------------------------------------------------------------------
	Main／メインコンテンツ
--------------------------------------------------------------------------------*/
#mainbox {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0; }
  @media screen and (max-width: 999px) {
    #mainbox {
      width: auto;
      margin: 0 20px; } }

.w {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .w {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 600px) {
    .w {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }

#main {
  width: 100%;
  height: 100%;
  margin: 0 0 0;
  padding: 0 0; }

.post {
  height: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
  background: rgba(219, 249, 255, 0.5);
  padding: 30px 70px; }
  @media screen and (max-width: 999px) {
    .post {
      padding: 30px 15px; } }
  @media screen and (max-width: 749px) {
    .post {
      padding: 30px 0 50px; } }
  .post table {
    margin: 0 auto;
    border-collapse: collapse; }
    .post table tr {
      height: 40px;
      border-bottom: 2px dotted #e50065;
      padding: 5px; }
      .post table tr:first-child {
        border-top: 2px dotted #e50065; }
      @media screen and (max-width: 749px) {
        .post table tr {
          display: flex;
          flex-direction: column;
          height: auto;
          margin: 0 10px;
          min-height: 60px; } }
      .post table tr th {
        border-right: 2px dotted #e50065;
        width: 130px !important;
        padding: 5px;
        line-height: 40px; }
        @media screen and (max-width: 749px) {
          .post table tr th {
            border: none;
            padding: 0;
            text-align: left;
            line-height: 30px; } }
      .post table tr td {
        padding: 5px 10px; }
        @media screen and (max-width: 749px) {
          .post table tr td {
            padding: 0; } }

.post p {
  margin: 0 0 15px; }

.post h2 {
  margin: 0;
  padding: 0; }

.policy .w {
  width: 100%; }

.entry-header {
  margin: 0 auto 0;
  padding: 0 0;
  clear: both; }

.entry-content {
  padding: 0 0; }

.entry-content img {
  padding-bottom: 0;
  /* for IE6 IE7*/
  margin-bottom: 0;
  /* for IE6 IE7*/
  line-height: 0;
  /* for IE6 IE7*/ }

.section {
  padding: 40px 0 80px 0; }

/*--------------------------------------------------------------------------------
	Main／メインコンテンツ
--------------------------------------------------------------------------------*/
#main2 {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 40px; }
  @media screen and (max-width: 999px) {
    #main2 {
      width: 100%; } }
  #main2 body {
    color: #6b6b6b;
    font-size: 16px; }
  #main2 main {
    background: url("../images/new/bg.png");
    background-size: 20px;
    padding: 40px 0 180px 0; }

#main2 h3 {
  font-size: 1.2em; }

/*
.container {
	background-color: #F9F063;
}
.top-container {
	background-image: url("../images/2024/bg.jpg")
}
*/
/*
.wrap-bg {
  min-height: 200px;
  background-color: #93cff1;
  z-index: -2;
  background: linear-gradient(90deg, #93cff1 0%, #93cff1 50%, #fbe2d7 50%, #fbe2d7 100%); }
 */ 
  @media screen and (max-width: 919px) {
    .wrap-bg {
      min-height: 100px; } }
  .wrap-bg .bg {
    max-width: 1200px;
    margin: -25px auto 0;
    position: relative;
    overflow: hidden;
    /*background-color: #93cff1; */}
    @media screen and (max-width: 919px) {
      .wrap-bg .bg {
        display: flex;
        align-items: center;
        min-height: 100px;
         } }
    
    .wrap-bg .bg .title {
      font-size: 35px;
      line-height: 200px;
      width: 920px;
      margin: 0 auto;
      color: #fff;
      letter-spacing: 3px; }
      @media screen and (max-width: 919px) {
        .wrap-bg .bg .title {
          width: auto;
          margin: 0 20px;
          line-height: 1;
          font-size: 25px; } }
      .wrap-bg .bg .title span {
        font-size: 25px;
        font-weight: lighter;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px; }
    .wrap-bg .bg .title:before {
      content: '';
      background-color: #f2afcc;
      transform: rotate(-65deg);
      position: absolute;
      top: 0;
      right: -200px;
      width: 400px;
      height: 200px; }
    .wrap-bg .bg .title:after {
      content: '';
      background-color: #fbe2d7;
      transform: rotate(-65deg);
      position: absolute;
      bottom: 0;
      right: -300px;
      width: 400px;
      height: 300px; }
    .wrap-bg .bg .youtube-img {
      width: 100%;
      height: auto; }
    .wrap-bg .bg .shine {
      position: absolute;
      right: 80px;
      bottom: 15px;
      width: 35%;
      height: auto;
      overflow: hidden;
      z-index: 3; }
      .wrap-bg .bg .shine .btn-shine::before {
        content: "";
        height: 100%;
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        opacity: 0;
        transform: skewX(-45deg);
        animation: shine 2s ease-in-out infinite; }
@keyframes shine {
  0% {
    transform: scale(0) skewX(-45deg);
    opacity: 0; }
  3% {
    transform: scale(0) skewX(-45deg);
    opacity: 0; }
  80% {
    transform: scale(0) skewX(-45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) skewX(-45deg);
    opacity: 1; }
  100% {
    transform: scale(50) skewX(-45deg);
    opacity: 0;
    margin-left: 80%; } }
@media screen and (max-width: 799px) {
  .wrap-bg .bg {
    margin-top: 0; }
    .wrap-bg .bg .title:before {
      right: -260px; }
    .wrap-bg .bg .title:after {
      bottom: -25px;
      right: -390px; } }
  @media screen and (max-width: 799px) and (max-width: 749px) {
    .wrap-bg .bg .shine {
      top: 20px;
      right: 30px;
      bottom: unset;
      width: 60%;
      height: auto;
      overflow: hidden; } }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.to-form {
  background: #fff;
  border-radius: 15px;
  border: solid 2px #ccc;
  padding: 20px; }
  .to-form p {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 5px;
    font-size: 1.8rem; }
  .to-form .warn {
    color: #e04c4c;
    line-height: 1.3; }
    .to-form .warn * {
      color: #e04c4c; }
  @media screen and (max-width: 799px) {
    .to-form {
      width: 85%;
      margin: 0 auto; }
      .to-form .btn {
        width: 100%; } }
  .to-form .btn {
    display: block;
    width: 400px;
    margin: 0 auto;
    border: solid 1px #56b4b9;
    border-radius: 5px;
    color: #fff;
    padding: 20px 0;
    background: #56b4b9;
    cursor: pointer;
    text-align: center;
    font-size: 150%;
    text-decoration: none;
    font-weight: bold;
    position: relative; }
    @media screen and (max-width: 799px) {
      .to-form .btn {
        width: 100%; } }
    .to-form .btn:after {
      background: url("./images/btn_right.svg") center center no-repeat;
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      content: "";
      width: 24px;
      height: 24px;
      background-size: 100% 100%; }
  .to-form .btn:hover {
    background: #fff;
    color: #3c9397;
    border: solid 1px #3c9397; }
    .to-form .btn:hover:after {
      background: url("./images/btn_right2.svg") center center no-repeat; }

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

.indent1em {
  padding-left: 1em;
  text-indent: -1em; }

/* btn */
.btn-style {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .btn-style {
      max-width: 100%; } }
  .btn-style .btn {
    background-color: #00aeab;
    border: 5px solid #333;
    height: 78px;
    width: 100%;
    border-radius: calc( 78px/2 );
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .btn-style .btn {
        border-radius: 10px;
        height: calc(60 / 414 * 100vw);
        padding: 0 calc(1 / 414 * 100vw);
        font-size: calc(15 / 414 * 100vw); } }
    .btn-style .btn:after {
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translate(0, -50%);
      content: "";
      width: 12px;
      height: 12px;
      background: url("../../images/2023/btn_right.svg") center center no-repeat;
      background-size: 100% 100%; }
    .btn-style .btn:hover {
      opacity: 1.0; }
    .btn-style .btn .back {
      background-color: #333;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 10px;
      left: 0;
      z-index: -1;
      border-radius: 100px; }

/*--------------------------------------------------------------------------------
	2024　追加
--------------------------------------------------------------------------------*/
/*---　Topページ ボタンデザイン　---*/
a.btn_29 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 1rem 4rem;
  position: relative;
  border-radius: 5px;
  border: 3px solid #27acd9;
  font-weight: bold;
  letter-spacing: 2px;
  background: #fff;
  color: #27acd9;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

a.btn_29:hover {
  color: #fff;
  background: #27acd9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a.btn_29:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear; }

a.btn_29::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg); }

@keyframes light {
  from {
    opacity: 0;
    left: 0%; }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    left: 100%; } }
/*---　Topページ 見出しデザイン　---*/
.midashi {
  position: relative;
  display: inline-block;
  padding: 0 55px !important; }

.midashi:before, .midashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 5px;
  border-radius: 2px;
  background-color: #e50065;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.midashi:before {
  left: 0; }

.midashi:after {
  right: 0; }

/*---　Topページ デザイン　---*/
.top-bg {
  background-color: transparent !important; }

.border-bot {
  border-bottom: 3px solid #93cff1; }

.border-top {
  border-top: 3px solid #93cff1; }

.border-all {
  border: 3px solid #93cff1; }

/*---　不思議ページ　リストページ　追加　---*/
.ta-l {
  text-align: left; }

.ml-120 {
  margin-left: 120px; }

.ml-50 {
  margin-left: 50px; }

.ml-30 {
  margin-left: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.pad30 {
  padding: 30px; }

.pad20 {
  padding: 20px; }

.wid70 {
  width: 70%; }

.wid30 {
  width: 30%; }

.list-con {
  background-color: rgba(255, 255, 255, 0.5); }

.list-con h3 {
  font-size: 1.4em !important;
  color: #e50065;
  line-height: 1.2em;
  width: 88%; }

.list-con .flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.2em;
  align-items: center; }

.list-con .flex span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e50065;
  text-align: center;
  line-height: 45px;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.4em; }

.list-con h4 {
  font-size: 1.2em;
  line-height: 1.2em; }

.list-con-text {
  /*	width: 90%; delete by aota */ }

.list-btn {
  width: 30%;
  min-width: 150px; }

.list-btn a {
  padding: 0.7rem 4rem !important; }

.list-con ul li {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  margin: 0; }
  .list-con ul li .wid70 {
    width: calc(55% - 40px); }
    @media screen and (max-width: 799px) {
      .list-con ul li .wid70 {
        width: 100%; } }
  .list-con ul li .wid30 {
    width: 45%; }
    @media screen and (max-width: 799px) {
      .list-con ul li .wid30 {
        width: 100%; } }
    .list-con ul li .wid30 figure {
      display: flex;
      align-content: center;
      justify-content: center; }
      .list-con ul li .wid30 figure.logo-border {
        border: 1px solid #ccc;
        background-color: #fff;
        padding: 40px;
        height: 100%;
        box-sizing: border-box; }
    .list-con ul li .wid30 img {
      object-fit: contain;
      width: auto;
      max-width: 100%; }

.list-con ul li:first-child {
  border-top: 1px solid #ccc; }

.bg-wrap .bg .title:after {
  content: '';
  background-color: #fbe2d7;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 0;
  right: -300px;
  width: 400px;
  height: 300px; }

.flex-ar {
  display: flex;
  justify-content: space-around; }

/*---　トップページ　シャイン（平行四辺形）　--）*/
.wrap-bg .bg .shine {
  position: absolute;
  right: 80px;
  bottom: 15px;
  width: calc(35% - 50px);
  height: auto;
  overflow: hidden;
  z-index: 3;
  transform: skew(-20deg, 0deg); }

.wrap-bg .bg .shine > a {
  width: calc(100% + 50px);
  position: relative;
  left: -25px;
  display: block;
  transform: skew(20deg, 0deg); }

@media screen and (max-width: 799px) {
  .wrap-bg .bg .shine {
    top: 20px;
    right: 30px;
    bottom: unset;
    width: calc(60% - 50px);
    height: auto;
    overflow: hidden;
    z-index: 3;
    transform: skew(-20deg, 0deg); }

  .wrap-bg .bg .shine > a {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
    display: block;
    transform: skew(20deg, 0deg); } }
/*--------------------------------------------------------------------------------
	2024　追加　　SP
--------------------------------------------------------------------------------*/
@media screen and (max-width: 799px) {
  .list-con .flex span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.3em; }

  .list-con h3 {
    font-size: 1.3em !important; }

  .list-con ul li {
    /* flex-wrap: wrap-reverse; */
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    margin-right: 0 !important; }

  .list-con-text {
    width: 100%; }

  .pad30 {
    padding: 0; }

  	/* deleate by aota
  	.wid70 {
  	width: 100%;
  }
  	.wid30 {
  		width: 100%;
  	}
  	*/
  .ma-auto {
    margin: auto; } }
/*--------------------------------------------------------------------------------
	画像スライドショウ
--------------------------------------------------------------------------------*/
#slide-area {
  clear: both;
  width: 920px;
  height: 240px;
  margin: 0 0 45px;
  padding: 0 0 0;
  overflow: hidden;
  background: url(../images/loading.gif) center center no-repeat; }

/*--------------------------------------------------------------------------------
	Home
--------------------------------------------------------------------------------*/
.home .ex-area {
  margin: 0 0 0;
  padding: 0 20px; }

.home .ex-area h2 {
  margin: 0 auto 15px;
  text-align: center; }

.home .entry-header {
  margin: 0 0 40px 0;
  padding: 0 0;
  text-align: center; }
  .home .entry-header span {
    text-transform: uppercase;
    position: relative;
    top: -10px; }

.home .entry-header h2 {
  padding-top: 3px;
  letter-spacing: 2px;
  font-size: 22px;
  text-align: center;
  color: #e50065; }

.home .entry-content {
  width: 100%;
  margin: 0 0 0; }

.home .entry-content table {
  width: 580px; }

.home .entry-content th {
  width: 50px;
  font-weight: bold; }

.home .entry-content td {
  width: 350px; }

.home .entry-content td.txt16 {
  font-size: 1.8em; }

.new-home ul {
  list-style: none;
  margin: 0 10px 40px 10px;
  padding: 0 100px; }
  @media screen and (max-width: 999px) {
    .new-home ul {
      padding: 10px 20px; } }
  @media screen and (max-width: 749px) {
    .new-home ul {
      padding: 0 20px;
      margin: 0 0 50px; } }

.new-home ul li {
  width: 100%;
  margin: 0 0;
  padding: 3px 15px;
  border-bottom: 2px dotted #e50065; }
  @media screen and (max-width: 749px) {
    .new-home ul li {
      display: flex;
      flex-direction: column;
      width: auto; } }

.new-home ul li .date {
  width: 130px;
  height: 100%;
  padding: 3px 0 0;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  word-break: break-all; }

.new-home ul li .title-new {
  margin-top: 6px;
  margin-left: 20px;
  height: 100%;
  display: inline-block;
  word-break: break-all; }
  @media screen and (max-width: 749px) {
    .new-home ul li .title-new {
      margin-left: 0; } }

.home-exhibitor {
  overflow: hidden; }
  .home-exhibitor .wrap {
    margin: 0 auto 70px auto;
    text-align: center; }
  .home-exhibitor .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin: 0 auto; }
  .home-exhibitor li {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff; }

@media screen and (max-width: 749px) {
  .home-access .flex-ar {
    display: block; } }

.dummy {
  background: #ddd;
  width: 100%;
  aspect-ratio: 5 / 3;
  font-size: 28px;
  font-size: 2.8rpm;
  font-weight: bold;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-flow: column; }
  .dummy p {
    font-size: 28px;
    font-size: 2.8rpm;
    font-weight: bold; }

/*--------------------------------------------------------------------------------
	Category | 新着情報
--------------------------------------------------------------------------------*/
.new {
  margin: 0 0;
  padding: 0 0 0 0; }

.new .entry-header {
  margin: 0 0 15px;
  padding: 0 0; }

.new .entry-header h2 {
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #fff000; }

.new ul {
  list-style: none;
  margin: 0 10px;
  padding: 0 0 0 0; }

.new ul li {
  margin: 0 0;
  padding: 3px 15px;
  border-bottom: 1px dotted #ccc; }

.new ul li .date {
  width: 110px;
  height: 100%;
  padding: 3px 0 0;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  vertical-align: top; }

.new ul li .title-new {
  margin-top: 6px;
  margin-left: 20px;
  width: 440px;
  height: 100%;
  display: inline-block; }

/*---------- 新着情報 シングルページ ----------*/
.entry-header-new h2 {
  margin: 0 0 15px;
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  background: #fff;
  border-bottom: 3px solid #fff000; }

.new-sin-date {
  margin: 0 0;
  padding: 0 0 0;
  text-align: right;
  font-size: 1.2pem; }

.new-sin-date span {
  margin: 0 0;
  padding: 3px 5px;
  background: #fff000;
  display: inline; }

.new-sin {
  margin: 0 0;
  padding: 0 10px 0;
  border: 1px dotted #ccc; }
  .new-sin .slide-list tr {
    border: none; }
    .new-sin .slide-list tr:first-child {
      border: none; }
    .new-sin .slide-list tr th {
      border: none; }
  .new-sin .facility table {
    background: #fff; }
    .new-sin .facility table tr th {
      width: 170px !important; }
      @media screen and (max-width: 749px) {
        .new-sin .facility table tr th {
          width: 100% !important; } }

.new-sin .entry-header h2 {
  margin: 10px 0 15px;
  padding: 0 10px 0;
  border-left: 10px solid #fff000;
  font-weight: normal;
  font-size: 1.6em; }

.new-sin .entry-content {
  margin: 0 0 0;
  padding: 0 4px; }

.entry-meta {
  clear: both;
  margin: 0 0;
  padding: 0 0 0;
  text-align: right; }

.new-sin .entry-content ol,
.new-sin .entry-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 2em;
  margin: 0 0 15px; }

/*--------------------------------------------------------------------------------
	Page | Tokyoふしぎサイエンスについて
--------------------------------------------------------------------------------*/
.fushigi {
  margin: 0 0 50px;
  padding: 0 0;
  text-align: center; }
  .fushigi.post {
    background: rgba(255, 255, 255, 0.5); }
  .fushigi img {
    width: 80%;
    height: auto; }

.fushigi .ex-area {
  margin: 0 0 0;
  padding: 0 0 30px;
  text-align: center; }

.fushigi .ex-area h2 {
  margin: 0 0 0;
  padding: 0 0;
  font-size: 2em; }

.fushigi .ex-area p {
  margin: 0 0 0;
  padding: 0 0;
  font-weight: bold;
  font-size: 1.5em; }

.fushigi .entry-header {
  margin: 0 0 15px;
  padding: 0 0; }

.fushigi .entry-header h2 {
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  border-bottom: 3px solid #ff9999;
  width: 45%;
  margin: 0 auto; }
  @media screen and (max-width: 749px) {
    .fushigi .entry-header h2 {
      padding-left: 0;
      width: 75%; } }

.fushigi .entry-content {
  margin: 0 0 0;
  padding: 0 20px; }
  .fushigi .entry-content p {
    line-height: 3; }

.fushigi-sin {
  margin: 0 0 50px;
  padding: 0 0 0;
  text-align: center; }
  .fushigi-sin figure {
    width: 50%;
    margin: 0 auto; }
    @media screen and (max-width: 749px) {
      .fushigi-sin figure {
        width: 80%; } }
  .fushigi-sin.post {
    background: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 749px) {
    .fushigi-sin img {
      width: 100%;
      height: auto; } }

.fushigi-sin .entry-header h3 {
  margin: 0 auto 15px;
  padding: 0 10px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.8em;
  width: 23%; }
  @media screen and (max-width: 749px) {
    .fushigi-sin .entry-header h3 {
      width: 50%; } }

.fushigi-sin .entry-content {
  margin: 0 0 0;
  padding: 0 20px; }
  .fushigi-sin .entry-content p {
    line-height: 3; }

.fushigi-sin .gallery-item {
  margin-left: 1px; }

/*---------- 新着情報 シングルページ ----------*/
.entry-header-new h2 {
  margin: 0 0 15px;
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  background: #fff;
  border-bottom: 3px solid #fff000; }

.new-sin-date {
  margin: 0 0;
  padding: 0 0 0;
  text-align: right;
  font-size: 1.2pem; }

.new-sin-date span {
  margin: 0 0;
  padding: 3px 5px;
  background: #fff000;
  display: inline; }

.new-sin {
  margin: 0 0;
  padding: 0 10px 0;
  border: 1px dotted #ccc; }
  .new-sin .slide-list tr {
    border: none; }
    .new-sin .slide-list tr:first-child {
      border: none; }
    .new-sin .slide-list tr th {
      border: none; }
  .new-sin .facility table {
    background: #fff; }
    .new-sin .facility table tr th {
      width: 170px !important; }
      @media screen and (max-width: 749px) {
        .new-sin .facility table tr th {
          width: 100% !important; } }

.new-sin .entry-header h2 {
  margin: 10px 0 15px;
  padding: 0 10px 0;
  border-left: 10px solid #fff000;
  font-weight: normal;
  font-size: 1.6em; }

.new-sin .entry-content {
  margin: 0 0 0;
  padding: 0 4px; }

.entry-meta {
  clear: both;
  margin: 0 0;
  padding: 0 0 0;
  text-align: right; }

.new-sin .entry-content ol,
.new-sin .entry-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 2em;
  margin: 0 0 15px; }

/*--------------------------------------------------------------------------------
	Page | アクセス
--------------------------------------------------------------------------------*/
.access {
  margin: 0 0;
  padding: 0 0 30px 0; }
  .access table tbody {
    background-color: #fff; }
    .access table tbody tr:first-child {
      border-top: none; }

.access .entry-header {
  margin: 0 0 30px;
  padding: 0 0; }

.access .entry-header h2 {
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  border-bottom: 3px solid #3399ff; }

.access .entry-content {
  margin: 0 0 0;
  padding: 0 15px; }
  .access .entry-content > div {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    margin-bottom: 8px; }
    .access .entry-content > div:first-child {
      font-size: 16px;
      font-weight: bold; }
  .access .entry-content > p {
    margin-left: 16px; }
  .access .entry-content table thead tr {
    border: 1px solid #333;
    background: #e8edf0; }
    .access .entry-content table thead tr th {
      border: 1px solid #333; }
      .access .entry-content table thead tr th:first-child {
        width: 80px; }
      .access .entry-content table thead tr th:nth-of-type(2) {
        width: 40px; }
      .access .entry-content table thead tr th:nth-of-type(4) {
        width: 40px; }
      .access .entry-content table thead tr th:nth-of-type(5) {
        width: 40px; }
  .access .entry-content table tbody tr th {
    border: 1px solid #333; }
  .access .entry-content table tbody tr td {
    border: 1px solid #333;
    padding: 4px; }
    .access .entry-content table tbody tr td:nth-of-type(1) {
      text-align: center; }
    .access .entry-content table tbody tr td:nth-of-type(3) {
      text-align: center; }
    .access .entry-content table tbody tr td:nth-of-type(4) {
      text-align: center; }
  .access .entry-content table tr {
    display: table-row; }
    .access .entry-content table tr:last-child {
      border-bottom: solid 1px #000; }

.access .entry-content img {
  margin: 0 0 0;
  padding: 0 0;
  border: 1px solid #ccc;
  display: inline;
  float: left; }

.access .entry-content .add-box {
  width: 300px;
  height: 100%;
  margin: 0 0 30px;
  padding: 0 0;
  display: inline;
  float: right; }

.access .entry-content .add-box dl {
  margin: 0 0 20px;
  padding: 0 0; }

.access .entry-content .add-box dl dt {
  margin: 0 0 0;
  padding: 0 0 0 20px;
  background: url(../images/acc_list.gif) 0 center no-repeat; }

.access .entry-content .add-box dl dd {
  margin: 0 0 10px;
  padding: 0 0 0; }

.access .entry-content .add-box dl.add {
  margin: 0 0 20px;
  padding: 0 0;
  font-size: 1.6em; }

.access .entry-content .add-box dl.add dt {
  margin: 0 0 0;
  padding: 0 0;
  background: none; }

.access .entry-content .add-box dl.add dd {
  margin: 0 0 0;
  padding: 0 0;
  background: none; }

.access .entry-content .map-box {
  clear: both;
  width: 840px;
  height: 100%;
  margin: 0 0 0;
  border: 1px solid #ccc; }

.access iframe {
  height: auto;
  min-height: 750px;
  width: 50%; }

#main2 .access h3 {
  font-size: 2.5rem;
  line-height: 2.0em; }

.access .flex {
  gap: 40px; }
  @media screen and (max-width: 749px) {
    .access .flex {
      flex-direction: column; } }
  .access .flex iframe {
    height: auto;
    min-height: 750px;
    width: 50%;
    flex: 0 0 auto; }
    @media screen and (max-width: 749px) {
      .access .flex iframe {
        width: 100%; } }

/*--------------------------------------------------------------------------------
	Page | 過去の開催報告
--------------------------------------------------------------------------------*/
.kako {
  margin: 0 0 20px 0;
  padding: 0 0; }

.kako .entry-header {
  margin: 0 0;
  padding: 0 0; }

.kako .entry-header h2 {
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  border-bottom: 3px solid #ffc64b; }

.kako .entry-content {
  margin: 0 0 0;
  padding-bottom: 20px; }
  .kako .entry-content dl {
    padding-left: 15px; }

.kako .entry-content > p {
  padding: 0 15px; }

.kako .entry-content table {
  margin: auto;
  display: block;
  font-size: 11px; }
  .kako .entry-content table .ex-25 {
    font-size: 11px;
    width: 100%;
    table-layout: fixed; }
  .kako .entry-content table span {
    padding: 8px; }

.kako .entry-content table tbody {
  width: 96%;
  margin: auto;
  display: block; }

.kako .entry-content table tbody tr {
  width: 100%;
  border: none; }
  @media screen and (max-width: 749px) {
    .kako .entry-content table tbody tr {
      flex-direction: row;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; } }

.kako .entry-content table tbody tr td {
  padding: 0;
  width: 25%;
  box-sizing: border-box; }
  @media screen and (max-width: 749px) {
    .kako .entry-content table tbody tr td {
      width: 50%; } }

.kako .entry-content table tbody tr td img {
  display: block;
  width: 100%;
  height: auto; }

.kako .entry-content img {
  margin: 0 0 0;
  padding: 0 0;
  border: 1px solid #ccc;
  display: inline;
  float: left; }

.kako .entry-content .add-box {
  width: 300px;
  height: 100%;
  margin: 0 0 30px;
  padding: 0 0;
  display: inline;
  float: right; }

.kako .entry-content .add-box dl {
  margin: 0 0 20px;
  padding: 0 0; }

.kako .entry-content .add-box dl dt {
  margin: 0 0 0;
  padding: 0 0 0 20px;
  background: url(../images/acc_list.gif) 0 center no-repeat; }

.kako .entry-content .add-box dl dd {
  margin: 0 0 10px;
  padding: 0 0 0; }

.kako .entry-content .add-box dl.add {
  margin: 0 0 20px;
  padding: 0 0;
  font-size: 1.6em; }

.kako .entry-content .add-box dl.add dt {
  margin: 0 0 0;
  padding: 0 0;
  background: none; }

.kako .entry-content .add-box dl.add dd {
  margin: 0 0 0;
  padding: 0 0;
  background: none; }

.kako .entry-content .map-box {
  clear: both;
  width: 600px;
  height: 100%;
  margin: 0 0 0;
  border: 1px solid #ccc; }

.kako .youtube {
  width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  .kako .youtube .ytplayer {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  @media screen and (max-width: 749px) {
    .kako .youtube {
      grid-template-columns: 1fr; } }

/* 2023年度 add by aota */
.kako-box {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  font-size: 1.2rem;
  line-height: 1.2; }
  @media screen and (max-width: 749px) {
    .kako-box {
      grid-template-columns: 1fr 1fr; } }
  .kako-box img {
    float: none !important; }
  .kako-box b {
    font-size: 1.5rem;
    display: block;
    margin: 4px 0; }

/*--------------------------------------------------------------------------------
	Page | 多言語へのリンク(Google翻訳)
--------------------------------------------------------------------------------*/
.translate h2 {
  margin-bottom: 8px;
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  border-bottom: 3px solid #4896ff; }

/*--------------------------------------------------------------------------------
	Page | サイトポリシー
--------------------------------------------------------------------------------*/
.policy h1 {
  font-size: 1.6em; }

.policy h3 {
  font-size: 1.24em; }

.policy ul {
  margin-bottom: 20px; }

/*--------------------------------------------------------------------------------
	Page | サイトマップ
--------------------------------------------------------------------------------*/
.sitemap {
  margin: 0 0;
  padding: 0 0; }

.sitemap .entry-header {
  margin: 0 0 30px;
  padding: 0 0; }

.sitemap .entry-header h2 {
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #99cccc; }

.sitemap .entry-content {
  margin: 0 0 0;
  padding: 0 15px; }

.sitemap .entry-content h3 {
  margin: 10px 50px 0;
  margin-top: 0;
  /* for IE6 IE7*/
  padding: 0 20px;
  font-weight: normal;
  background: url(../images/sit_list.gif) 0 center no-repeat; }

.sitemap .entry-content ul {
  margin: 0 0 0 60px;
  padding: 0 15px;
  list-style-type: disc;
  list-style-position: outside; }

.sitemap .entry-content ul li {
  margin: 0 20px 10px;
  margin-bottom: 0;
  /* for IE6 IE7*/
  padding: 0 0 0 20px;
  background: url(../images/sit_list2.gif) 0 center no-repeat;
  display: inline;
  float: left; }

.sitemap .entry-content hr {
  clear: both;
  height: 1px;
  margin: 10px 20px 0;
  margin-top: 0;
  /* for IE6 IE7*/
  padding: 0 0;
  border: none;
  border-top: dashed 1px #ccc; }

/*--------------------------------------------------------------------------------
	Page | お問い合わせ
--------------------------------------------------------------------------------*/
.inquiry {
  margin: 0 0;
  padding: 0 0; }

.inquiry .entry-header {
  margin: 0 0 30px;
  padding: 0 0; }

.inquiry .entry-header h2 {
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #99cccc; }

.inquiry .entry-content {
  margin: 0 0 0;
  padding: 0 15px; }

.inquiry .entry-content span {
  color: #ff0000; }

.inquiry .entry-content form {
  margin: 0 60px 0; }

.inquiry .entry-content form p {
  margin: 0 0 0; }

.inquiry .entry-content dl {
  margin: 20px 0 0;
  padding: 15px;
  border: 1px dotted #99cccc; }

.inquiry .entry-content dl dt {
  margin: 0 0;
  padding: 0 0;
  font-size: 1.6em; }

.inquiry .entry-content dl dd {
  margin: 0 0 0 0;
  padding: 0 0; }

/*--------------------------------------------------------------------------------
	Page | 東京都の施設公開
--------------------------------------------------------------------------------*/
.facility table {
  border-collapse: collapse;
  width: 800px; }
  .facility table tr {
    min-height: 70px;
    justify-content: space-between; }
    .facility table tr th {
      line-height: 1.5;
      vertical-align: middle; }
    .facility table tr td {
      vertical-align: middle; }
  @media screen and (max-width: 799px) {
    .facility table {
      width: 100%; }
      .facility table tr {
        min-height: 50px; } }

.facility th {
  text-align: center;
  width: 220px;
  padding: 4px;
  border: 1px solid #ccc; }

.facility td {
  padding: 4px;
  border: 1px solid #ccc; }
  @media screen and (max-width: 799px) {
    .facility td {
      border: none; } }

/*--------------------------------------------------------------------------------
	Page | 出展者一覧
--------------------------------------------------------------------------------*/
p.list-top-text {
  margin: 0 0 15px;
  padding: 0 0;
  text-align: center;
  color: #339900; }

.list {
  margin: 0 0;
  padding: 0 0; }

.list .entry-header {
  margin: 0 0 15px;
  padding: 0 0; }

.list .entry-header h2 {
  padding-left: 15px;
  padding-top: 3px;
  letter-spacing: 2px; }

.list .entry-content {
  margin: 0 0 0;
  padding: 0 0; }

.list .gotop {
  clear: both;
  margin: 10px 0 0; }

#content-pop .entry-content dl.in {
  clear: both;
  margin: 0 10px 0;
  padding: 0 0; }

#content-pop .entry-content dl.in dt {
  clear: both;
  width: 110px;
  margin: 0 10px 10px 0;
  padding: 0 0;
  text-align: right;
  display: inline;
  float: left; }

#content-pop .entry-content dl.in2 dt {
  clear: both;
  width: 210px;
  margin: 0 10px 10px 0;
  padding: 0 0;
  text-align: right;
  display: inline;
  float: left; }

#content-pop .entry-content dl.in dd {
  width: 660px;
  margin: 0 0 10px;
  padding: 0 0;
  display: inline;
  float: left; }

#content-pop .entry-content dl.in2 dd {
  width: 580px;
  margin: 0 0 10px;
  padding: 0 0;
  display: inline;
  float: left; }

#content-pop .entry-content p {
  margin: 0 0 10px;
  padding: 0 0; }

#content-pop .entry-content .vvqbox {
  margin-bottom: 15px;
  margin-left: 25px; }

#content-pop dl.in dd ul {
  list-style-type: disc;
  margin: 0 0 0 15px;
  padding: 0 0; }

#content-pop dl.in dd ul li {
  list-style-type: disc;
  margin: 0 0 0 0;
  padding: 0 0;
  line-height: 1.8; }

.list table {
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  font-size: 1.2em;
  border: 1px solid #ccc;
  background-color: #fff; }

.list th,
.list td {
  margin: 0 0 0;
  padding: 3px 3px;
  border: 1px solid #ccc; }

.list th {
  font-weight: bold;
  text-align: center;
  background-color: #e50065;
  color: #fff; }

.list th.ar3 {
  width: 3em;
  font-size: 0.85em; }

.list th.ar4 {
  width: 14.3em;
  font-size: 0.85em; }

.list th.ar5 {
  width: 30%;
  font-size: 0.85em; }

.list th.ar6 {
  font-size: 0.85em; }

.list td.ar6 {
  width: 3em;
  font-size: 0.85em; }
  @media screen and (max-width: 749px) {
    .list td.ar6 {
      width: auto; }
      .list td.ar6 .btn-style {
        max-width: 80%;
        margin-bottom: 10px; } }

.list td {
  font-size: 0.8em;
  padding: 6px 12px;
  vertical-align: middle;
  text-align: left; }

.list td:nth-of-type(1) {
  text-align: center;
  font-size: 0.8em; }
  @media screen and (max-width: 749px) {
    .list td:nth-of-type(1) {
      font-size: 1.2em;
      font-weight: bold; } }

.list td:nth-of-type(2) {
  font-size: 0.8em; }
  @media screen and (max-width: 749px) {
    .list td:nth-of-type(2) {
      font-size: 1.0em;
      font-weight: bold;
      text-align: center; } }

.list td:nth-of-type(3) {
  font-size: 0.8em; }
  @media screen and (max-width: 749px) {
    .list td:nth-of-type(3) {
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      color: #e50065; } }

.list tr:nth-of-type(2n) {
  background-color: #EDF9F9; }

.list .btn-style .btn {
  background-color: #00aeab;
  border: 1px solid #333;
  height: 20px;
  width: 100%;
  border-radius: calc( 20px/2 );
  padding: 2px 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  color: #fff; }
  .list .btn-style .btn::after {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    width: 6px;
    height: 6px;
    background: url(../../images/2023/btn_right.svg) center center no-repeat;
    background-size: 100% 100%; }

.list #main3 {
  padding: 0 0 40px;
  clear: both; }

.list #main3 .w {
  display: flex;
  gap: 40px; }
  @media screen and (max-width: 749px) {
    .list #main3 .w {
      display: block; } }

.list #main3 .section {
  background: #fff;
  padding: 40px;
  min-width: 60%; }
  @media screen and (max-width: 749px) {
    .list #main3 .section {
      margin-bottom: 40px;
      padding: 16px; } }
  .list #main3 .section .h2 {
    font-size: 210%;
    font-feature-settings: "palt";
    display: flex;
    margin-bottom: 20px; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .h2 {
        display: block;
        font-size: 130%; } }
    .list #main3 .section .h2::before {
      flex: 0 0 auto;
      font-size: 120%;
      display: block;
      text-align: center;
      line-height: 70px;
      width: 70px;
      height: 70px;
      margin: auto 0;
      background: url(../images/2023/bg-no.svg) 0 0 no-repeat;
      background-size: 70px 70px;
      content: attr(data-id);
      margin-right: 0.5em;
      text-shadow: 2px 2px 0 #6b6b6b;
      color: #fff; }
  .list #main3 .section .icon-area {
    margin-bottom: 20px; }
    .list #main3 .section .icon-area .icon1 {
      display: inline-block;
      line-height: 1.5;
      margin-left: 1em;
      font-size: 16px;
      background-color: #000;
      padding: 2px 8px;
      border-radius: 4px;
      color: #fff; }
    .list #main3 .section .icon-area .icon2 {
      display: inline-block;
      line-height: 1.5;
      margin-left: 1em;
      font-size: 16px;
      background-color: thistle;
      padding: 2px 8px;
      border-radius: 4px;
      color: #fff; }
    .list #main3 .section .icon-area .icon3 {
      display: inline-block;
      border: 1px solid #0ca5e6;
      line-height: 1.5;
      margin-left: 1em;
      color: #0ca5e6;
      padding: 2px 8px;
      border-radius: 4px;
      font-size: 16px;
      background-color: #fff; }
  .list #main3 .section .school {
    font-size: 24px;
    margin-bottom: 20px;
    color: #e50065;
    font-weight: 700;
    word-break: break-all; }
    .list #main3 .section .school figure img {
      width: auto;
      max-width: 100%;
      height: auto; }
    .list #main3 .section .school * {
      color: #e50065; }
    .list #main3 .section .school.flex {
      gap: 40px; }
      .list #main3 .section .school.flex figure img {
        max-height: 160px;
        width: auto; }
      @media screen and (max-width: 749px) {
        .list #main3 .section .school.flex {
          flex-direction: column-reverse;
          gap: 10px; } }
  .list #main3 .section .school-text {
    font-size: 21px; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .school-text {
        font-size: 16px; } }
  .list #main3 .section .school-title {
    background-color: #5AC4CE;
    padding: 4px 12px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px; }
  .list #main3 .section .school-p {
    padding: 4px 12px; }
  .list #main3 .section .school-link {
    border: 2px solid #5AC4CE;
    border-radius: 3px;
    padding: 4px 12px;
    display: inline-block; }
    .list #main3 .section .school-link a {
      color: #5AC4CE;
      text-decoration: none; }
  .list #main3 .section .school-dl dt {
    background-color: #5AC4CE;
    color: #fff;
    padding: 4px 12px;
    font-size: 20px;
    font-weight: bold; }
  .list #main3 .section .flex.time-table {
    display: grid;
    margin-bottom: 20px;
    gap: 1em;
    grid-template-columns: 1fr  1fr  1fr 1fr  1fr  1fr 1fr; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table {
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr  1fr 1fr;
        column-gap: 1em;
        row-gap: 0; }
        .list #main3 .section .flex.time-table .gbox1 {
          grid-row-start: 1;
          grid-row-end: 6; } }
  .list #main3 .section .flex.time-table2 {
    display: grid;
    margin-bottom: 20px;
    gap: 1em;
    grid-template-columns: 1fr  6fr; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table2 {
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr  3fr;
        column-gap: 1em;
        row-gap: 0; }
        .list #main3 .section .flex.time-table2 .gbox1 {
          grid-row-start: 1;
          grid-row-end: 3; } }
  .list #main3 .section .flex.time-table4 {
    display: grid;
    margin-bottom: 20px;
    column-gap: 1em;
    row-gap: 4px;
    grid-template-columns: 3fr 1fr; }
    .list #main3 .section .flex.time-table4 .gbox1 {
      grid-row-start: 1;
      grid-row-end: 4;
      grid-column-start: 1;
      grid-column-end: 2; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table4 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; }
        .list #main3 .section .flex.time-table4.ver2 {
          grid-template-columns: 1fr 1fr; }
        .list #main3 .section .flex.time-table4 .gbox1 {
          grid-row-start: 1;
          grid-row-end: 4;
          grid-column-start: 1;
          grid-column-end: 5; } }
  .list #main3 .section .flex.time-table6 {
    display: grid;
    margin-bottom: 20px;
    gap: 0em;
    grid-template-columns: 1fr  1fr  1fr 1fr  1fr  1fr; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table6 {
        display: grid;
        gap: 0em;
        grid-template-columns: 1fr  1fr 1fr; }
        .list #main3 .section .flex.time-table6 .gbox1 {
          grid-row-start: 1;
          grid-row-end: 6; } }
  .list #main3 .section .flex.time-table7 {
    display: grid;
    margin-bottom: 20px;
    gap: 0em;
    grid-template-columns: 1fr  2.5fr  1fr 2.5fr; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table7 {
        display: grid;
        gap: 0em;
        grid-template-columns: 1fr 2.2fr; }
        .list #main3 .section .flex.time-table7 .gbox1 {
          grid-row-start: 1;
          grid-row-end: 6; } }
  .list #main3 .section .flex.time-table8 {
    display: grid;
    margin-bottom: 20px;
    gap: 0em;
    grid-template-columns: 3fr  6fr; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table8 {
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr;
        column-gap: 1em;
        row-gap: 0; }
        .list #main3 .section .flex.time-table8 .gbox2 {
          padding-left: 1em;
          margin-bottom: 0.5em; } }
  .list #main3 .section .flex.time-table9 {
    display: grid;
    margin-bottom: 20px;
    gap: 0em;
    grid-template-columns: 1fr  5fr; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table9 {
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr;
        column-gap: 1em;
        row-gap: 0; }
        .list #main3 .section .flex.time-table9 .gbox2 {
          padding-left: 1em;
          margin-bottom: 0.5em; } }
  .list #main3 .section .flex.time-table10 {
    display: grid;
    margin-bottom: 20px;
    gap: 0em;
    grid-template-columns: 1fr  5fr; }
    .list #main3 .section .flex.time-table10 .gbox1 {
      grid-row-start: 1;
      grid-row-end: 7; }
    @media screen and (max-width: 749px) {
      .list #main3 .section .flex.time-table10 {
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr;
        column-gap: 1em;
        row-gap: 0; }
        .list #main3 .section .flex.time-table10 .gbox2 {
          padding-left: 1em;
          margin-bottom: 0.5em; } }

.list #main3 .sidemenu {
  background: #fff;
  padding: 32px 16px 32px 24px;
  font-size: 86%;
  min-width: 280px; }
  .list #main3 .sidemenu .title {
    font-size: 36px;
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
    line-height: 1.4; }
    .list #main3 .sidemenu .title span {
      font-size: 70%; }
      .list #main3 .sidemenu .title span span {
        padding-left: 1em; }
  .list #main3 .sidemenu ol {
    list-style: decimal; }
    .list #main3 .sidemenu ol li {
      list-style: decimal;
      display: list-item;
      margin-left: 1.5em;
      color: #e50065;
      font-weight: bold; }
      .list #main3 .sidemenu ol li a {
        font-weight: normal; }

@media screen and (max-width: 749px) {
  .list th {
    display: none; }
  .list td {
    display: block;
    border: none; }
  .list tr {
    border-bottom: 1px solid #ccc; }
  .list td::before {
    content: attr(data-title) " ";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    display: block; }
  .list td:nth-of-type(1)::before {
    display: inline; } }
/*---------- エリア aaa ----------*/
.list .aaa {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .aaa h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #ffe0e0; }

.list .aaa table {
  border: 1px solid #ff9999; }

.list .aaa th,
.list .aaa td {
  border: 1px solid #ff9999; }

/*---------- エリア bbb ----------*/
.list .bbb {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .bbb h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #c1e0ff; }

.list .bbb table {
  border: 1px solid #6699cc; }

.list .bbb th,
.list .bbb td {
  border: 1px solid #6699cc; }

/*---------- エリア ccc ----------*/
.list .ccc {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .ccc h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #fffab2; }

.list .ccc table {
  border: 1px solid #cccc00; }

.list .ccc th,
.list .ccc td {
  border: 1px solid #cccc00; }

/*---------- エリア ddd ----------*/
.list .ddd {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .ddd h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #d7ef8c; }

.list .ddd table {
  border: 1px solid #99cc00; }

.list .ddd th,
.list .ddd td {
  border: 1px solid #99cc00; }

/*---------- エリア eee ----------*/
.list .eee {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .eee h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #d9bff2; }

.list .eee table {
  border: 1px solid #9966cc; }

.list .eee th,
.list .eee td {
  border: 1px solid #9966cc; }

/*---------- エリア fff ----------*/
.list .fff {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .fff h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #ffd884; }

.list .fff table {
  border: 1px solid #ffbc2d; }

.list .fff th,
.list .fff td {
  border: 1px solid #ffbc2d; }

/*---------- エリア ggg ----------*/
.list .ggg {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .ggg h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #93ffff; }

.list .ggg table {
  border: 1px solid #ffbc2d; }

.list .ggg th,
.list .ggg td {
  border: 1px solid #ffbc2d; }

/*---------- エリア hhh ----------*/
.list .hhh {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .hhh h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #b7ffdb; }

.list .hhh table {
  border: 1px solid #ffbc2d; }

.list .hhh th,
.list .hhh td {
  border: 1px solid #ffbc2d; }

/*---------- エリア qqq ----------*/
.list .qqq {
  width: 100%;
  height: 100%;
  margin: 0 0 20px; }

.list .qqq h3 {
  margin: 0 0 8px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: normal;
  background: #ffd2b7; }

.list .qqq table {
  border: 1px solid #ffbc2d; }

.list .qqq th,
.list .qqq td {
  border: 1px solid #ffbc2d; }

/*---------- ポップアップ Window----------*/
.entry-header-list h2 {
  margin: 0 0 10px;
  padding-left: 15px;
  padding-top: 3px;
  border-top: 1px solid #ccc;
  font-weight: normal;
  border-bottom: 3px solid #99cc00; }

#content-pop {
  ஬kground: #f00; }

#content-pop .entry-content hr {
  clear: both;
  height: 1px;
  margin: 10px 0 10px;
  margin-top: 0;
  /* for IE6 IE7*/
  padding: 0 0;
  border: none;
  border-top: dashed 1px #ccc; }

.close {
  margin: 15px 0 5px;
  text-align: right; }

#content-pop .gazo img {
  margin: 0 0;
  padding: 0 0; }

#content-pop .gazo {
  width: 150px;
  height: 170px;
  margin: 0 15px 15px 0;
  padding: 0 0;
  text-align: center;
  font-size: 1.2em;
  line-height: 6px;
  display: inline;
  float: left; }

#content-pop .entry-content p {
  margin: 0 0 0;
  padding: 0 0 15px; }

/*--------------------------------------------------------------------------------
	404ページ
--------------------------------------------------------------------------------*/
#content section.notfound {
  margin-top: 30px; }

#content section.notfound h2 {
  margin-bottom: 20px; }

#content section.notfound li {
  font-size: 1.4rem; }

/*--------------------------------------------------------------------------------
	information (カスタム投稿タイプ)
--------------------------------------------------------------------------------*/
.info {
  width: 700px;
  height: 100%;
  margin: 0 auto 30px;
  padding: 0 0 0;
  border: 1px;
  border: 1px dotted #ccc9ae;
  display: inline;
  float: right; }

.info .entry-header {
  height: 100%;
  margin: 0 auto 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ccc9ae; }

.info .entry-header h1 {
  margin: 8px 0 0;
  padding: 8px 18px 8px;
  font-size: 132%;
  font-weight: normal;
  line-height: 1.3em;
  background: url(../images/line-info-x.gif) 0 bottom repeat-x; }

.info .entry-content {
  height: 100%;
  margin: 0 auto 0;
  padding: 15px 8px 15px;
  color: #000; }

.info .entry-content p {
  padding: 0 10px 0; }

.info-box {
  width: 860px;
  height: 100%;
  margin: 0 0 0;
  padding: 0 0 0;
  overflow: hidden; }

.info-date {
  width: 145px;
  height: 100%;
  margin: 0 auto 0;
  padding: 0 0 0;
  color: #5f5d50;
  display: inline;
  float: left;
  border-left: 5px solid #7e836f; }

.info-date .meta {
  padding: 35px 0 0 15px; }

.info .hr {
  height: 1px;
  margin: 0 0 0;
  display: block; }

.info .hr hr {
  display: none; }

/*--------------------------------------------------------------------------------
	Sidebar／サイドバー
--------------------------------------------------------------------------------*/
#sidebar {
  margin: 0 0 0;
  padding: 0; }
  #sidebar .w {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap; }
    @media screen and (max-width: 799px) {
      #sidebar .w {
        flex-direction: column;
        margin-top: 50px; } }
  #sidebar aside {
    width: 46%; }
    @media screen and (max-width: 799px) {
      #sidebar aside {
        width: 90%;
        margin: 0 auto; } }
    #sidebar aside:first-child {
      flex: 1; }
    #sidebar aside:nth-of-type(2) {
      padding-left: 30px; }
      @media screen and (max-width: 799px) {
        #sidebar aside:nth-of-type(2) {
          padding-left: 0; } }

#sidebar h2 {
  margin: 0 0 15px;
  padding: 5px 0;
  font-size: 1.04em;
  line-height: 2em;
  background: #e50065;
  color: #fff;
  text-align: center; }

/*---------- ウィジェット ----------*/
#sidebar .aside-shisetsu-area {
  height: 100%;
  padding: 0 0; }
  #sidebar .aside-shisetsu-area div.widget {
    margin-top: 30px; }
  @media screen and (max-width: 799px) {
    #sidebar .aside-shisetsu-area {
      margin-top: 50px; }
      #sidebar .aside-shisetsu-area .textwidget.ml-30 {
        margin-left: 0; } }

#sidebar .aside-shisetsu-area h2.widgettitle {
  display: none; }

#sidebar .aside-shisetsu-area ul {
  margin: 0 0 0;
  padding: 0 10px 10px;
  list-style: none; }

#sidebar .aside-shisetsu-area ul li {
  margin: 0 0 5px;
  padding-left: 1em;
  text-indent: -1em; }
  #sidebar .aside-shisetsu-area ul li::before {
    content: "●";
    color: #e50065;
    font-size: 14px;
    line-height: 1.2; }
  #sidebar .aside-shisetsu-area ul li a {
    line-height: 1.2; }
    @media screen and (max-width: 749px) {
      #sidebar .aside-shisetsu-area ul li a {
        font-size: 14px;
        font-weight: bold; } }

#sidebar .aside-pdf-area {
  height: 100%;
  margin: 0 auto 20px;
  padding: 10px 0;
  overflow: hidden; }

#sidebar .aside-pdf-area h2 {
  font-size: 1.04em;
  text-align: center; }

#sidebar .aside-pdf-area h2.widgettitle {
  display: none; }

#sidebar .aside-pdf-area img {
  margin: 15px 10px 15px;
  margin-bottom: 5px;
  /* for IE6 IE7*/
  padding: 0 0;
  display: inline;
  float: left; }

#sidebar .aside-pdf-area dl {
  margin: 10px 10px 0 0;
  padding: 0 0;
  list-style: none;
  display: inline;
  float: left; }

#sidebar .aside-pdf-area dl dt {
  font-weight: bold; }

.aside-pdf-area dl dd {
  width: 130px;
  margin-top: 10px;
  font-size: 1.2em; }

#sidebar .aside-pdf-area p {
  clear: both;
  margin: 0 10px 0;
  padding: 0 0; }

#sidebar .aside-pdf-area hr {
  clear: both;
  height: 1px;
  margin: 10px 0 0;
  padding: 0 0;
  border: none;
  border-top: dashed 1px #99cccc; }

#sidebar .aside-links-area {
  width: 90%;
  height: 100%;
  margin: 50px auto 20px;
  padding: 0 0;
  border: solid 4px #5AC4CE;
  background: #fff; }
  @media screen and (max-width: 799px) {
    #sidebar .aside-links-area {
      width: 95%; } }
  #sidebar .aside-links-area h2 {
    background: transparent;
    color: #e50065;
    font-size: 25px;
    letter-spacing: 5px; }
  #sidebar .aside-links-area img {
    width: auto; }

#sidebar .aside-links-area h3 {
  display: none; }

#sidebar .aside-links-area ul {
  text-align: center;
  margin: 0;
  padding: 0 10px 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 799px) {
    #sidebar .aside-links-area ul {
      justify-content: space-around; } }

#sidebar .aside-links-area ul li {
  text-align: center;
  width: 45%;
  margin-bottom: 15px; }
@media screen and (max-width: 799px) and (max-width: 450px) {
  #sidebar .aside-links-area ul li {
    width: auto; }
    #sidebar .aside-links-area ul li a {
      padding-left: 0; } }
  @media screen and (max-width: 799px) {
    #sidebar .aside-links-area ul li img {
      width: auto; } }
  @media screen and (max-width: 799px) and (max-width: 635px) {
    #sidebar .aside-links-area ul li img {
      width: 80%; } }
  @media screen and (max-width: 799px) and (max-width: 450px) {
    #sidebar .aside-links-area ul li img {
      width: 100%; } }

  #sidebar .aside-links-area ul li:first-child img {
    position: relative;
    left: 10px; }
    @media screen and (max-width: 799px) {
      #sidebar .aside-links-area ul li:first-child img {
        left: 0; } }
  #sidebar .aside-links-area ul li:nth-of-type(2) img {
    position: relative;
    left: -15px; }
    @media screen and (max-width: 799px) {
      #sidebar .aside-links-area ul li:nth-of-type(2) img {
        left: -5px; } }
  #sidebar .aside-links-area ul li:nth-of-type(3) {
    text-align: right; }
  #sidebar .aside-links-area ul li:last-child {
    flex: 1;
    text-align: center; }
    @media screen and (max-width: 445px) {
      #sidebar .aside-links-area ul li:last-child {
        flex: auto; }
        #sidebar .aside-links-area ul li:last-child img {
          width: auto; } }
    #sidebar .aside-links-area ul li:last-child a {
      padding-left: 0; }

#sidebar .aside-document-area h2 {
  margin-right: 30px; }
  @media screen and (max-width: 799px) {
    #sidebar .aside-document-area h2 {
      margin-right: 0; } }

#sidebar .aside-document-area .inner {
  padding: 0 10px 10px;
  margin-top: 30px;
  border-right: dotted 2px #e50065; }
  @media screen and (max-width: 799px) {
    #sidebar .aside-document-area .inner {
      border: none; } }

#sidebar .aside-document-area .inner .photo_set {
  margin-bottom: 8px;
  margin-right: 30px;
  margin-left: 30px;
  display: flex; }
  #sidebar .aside-document-area .inner .photo_set figure {
    width: calc( 40% + 30px );
    margin-right: 30px; }
    #sidebar .aside-document-area .inner .photo_set figure img {
      width: 100%; }
  #sidebar .aside-document-area .inner .photo_set .box {
    width: 60%; }
    #sidebar .aside-document-area .inner .photo_set .box .btn {
      text-align: center;
      display: inline-block;
      width: 100%;
      padding: 5px 0;
      background: #BBE0E8;
      border-radius: 10px;
      margin-bottom: 20px;
      text-decoration: none; }
  @media screen and (max-width: 799px) {
    #sidebar .aside-document-area .inner .photo_set {
      flex-wrap: wrap;
      margin-left: 0;
      margin-right: 0; }
      #sidebar .aside-document-area .inner .photo_set figure {
        width: 80%;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto; }
      #sidebar .aside-document-area .inner .photo_set .box {
        width: 100%; } }

/*--------------------------------------------------------------------------------
	Search | sidebar / 検索結果
--------------------------------------------------------------------------------*/
/*----- sidebar内 -----*/
#sidebar .search {
  text-align: left; }

#sidebar .search #searchform .field {
  width: 60%;
  margin-left: 13px; }

#sidebar .search #searchform .submit {
  width: 20%; }

/*----- 検索結果内 -----*/
.post .search {
  text-align: left; }

.post .search #searchform .field {
  width: 70%;
  height: 20px; }

.post .search #searchform .submit {
  width: 15%;
  height: 26px; }

#youtube {
  background: #fff;
  border: 5px solid #5AC4CE;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 100px;
  width: 100%; }
  @media screen and (max-width: 999px) {
    #youtube {
      width: calc(100% - 30px);
      margin-top: 70px; }
      #youtube > img {
        width: 100%; } }
  #youtube .title {
    font-weight: bolder;
    width: 310px;
    margin: 0 auto;
    position: relative;
    top: -85px;
    background: #fff;
    display: flex;
    flex-direction: column; }
    #youtube .title div {
      display: flex;
      font-size: 20px;
      position: relative;
      top: 20px; }
      #youtube .title div * {
        color: #000; }
      #youtube .title div p {
        letter-spacing: 3px;
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 10px; }
      #youtube .title div span {
        font-size: 35px; }
  #youtube h3 {
    color: #e50065;
    font-size: 30px; }
  #youtube > img {
    margin-top: -80px;
    width: 100%; }
  #youtube > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    @media screen and (max-width: 799px) {
      #youtube > div {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px; } }
    #youtube > div a {
      background: #5AC4CE;
      padding: 0px 15px;
      color: #fff;
      border-radius: 20px;
      font-size: 20px;
      position: relative; }
      #youtube > div a img {
        width: 45px;
        height: 50px;
        position: absolute;
        right: -25px;
        top: 5px; }
    @media screen and (max-width: 799px) {
      #youtube > div img {
        width: 100%; } }

/*--------------------------------------------------------------------------------
	パンくず
--------------------------------------------------------------------------------*/
ul#breadcrumb {
  width: 940px;
  height: 20px;
  margin: 30px auto 30px; }
  @media screen and (max-width: 999px) {
    ul#breadcrumb {
      width: auto;
      padding-left: 10px; } }

ul#breadcrumb li {
  padding: 0 0 0 5px;
  display: inline;
  float: left; }

/*--------------------------------------------------------------------------------
	Footer／フッター
--------------------------------------------------------------------------------*/
#footer {
  padding: 0;
  text-align: center;
  background: #0063a0; }
  #footer * {
    color: #fff; }
  #footer .footer-content {
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    color: #fff;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      #footer .footer-content {
        margin: 0 20px;
        width: auto;
        flex-direction: column; } }
    #footer .footer-content .comp-info {
      width: 70%; }
      #footer .footer-content .comp-info h3 {
        border-bottom: solid 2px #fff;
        margin-bottom: 5px;
        padding: 0 5px; }
        #footer .footer-content .comp-info h3 span {
          font-size: 14px;
          margin-right: 5px; }
      #footer .footer-content .comp-info ul {
        display: flex;
        flex-direction: column; }
        #footer .footer-content .comp-info ul li {
          text-align: left;
          padding: 0 10px;
          margin-bottom: 10px; }
      #footer .footer-content .comp-info dt {
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold; }
      @media screen and (max-width: 749px) {
        #footer .footer-content .comp-info {
          order: 2;
          width: 100%; }
          #footer .footer-content .comp-info h3 {
            font-size: 2.3rem; } }
    #footer .footer-content .footer-nav {
      display: flex;
      flex-direction: column;
      text-align: left; }
      @media screen and (max-width: 749px) {
        #footer .footer-content .footer-nav {
          order: 1;
          flex-direction: column;
          align-items: start;
          margin-bottom: 30px; } }
      #footer .footer-content .footer-nav li {
        margin-left: 20px; }
        #footer .footer-content .footer-nav li::before {
          content: '●';
          margin-right: 10px;
          font-weight: 16px; }
          @media screen and (max-width: 749px) {
            #footer .footer-content .footer-nav li::before {
              font-size: 20px; } }
        #footer .footer-content .footer-nav li a {
          color: #fff; }
          @media screen and (max-width: 749px) {
            #footer .footer-content .footer-nav li a {
              font-size: 18px;
              font-weight: bold; } }
  #footer .twitter {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: -20px; }
    @media screen and (max-width: 999px) {
      #footer .twitter {
        margin-top: 70px; } }
    #footer .twitter img {
      margin-right: 10px; }
  #footer p {
    color: #fff; }
  #footer > p {
    padding-bottom: 20px; }

#footer p.copyright {
  margin: 8px 0 0;
  padding: 0 0; }

#footer p a {
  margin: 0;
  margin-right: 16px; }

#footer .links {
  margin: 8px 0 0 0; }

/*--------------------------------------------------------------------------------
	Yuriko.Net » WP-PageNavi を使わずにナビゲーション表示
--------------------------------------------------------------------------------*/
.page_navi {
  clear: both;
  margin: 20px 0;
  text-align: center; }

.page_navi .tablenav {
  color: #666;
  background: #fff;
  padding: 0px 7px;
  text-align: center; }

.page_navi a.page-numbers,
.tablenav .current {
  color: #666;
  padding: 0px 7px;
  border: solid 1px #999;
  text-decoration: none;
  display: inline-block; }

.page_navi a.page-numbers:hover {
  color: #666;
  background: #eee; }

.page_navi .tablenav .current {
  color: #fff;
  padding: 0px 7px;
  background: #666;
  border: solid 1px #666; }

.page_navi span.current {
  color: #fff;
  padding: 0px 7px;
  background: #666;
  border: solid 1px #666;
  display: inline-block; }

.page_navi .tablenav .next,
.tablenav .prev {
  background: transparent;
  border: solid 1px #999;
  text-decoration: underline; }

/*--------------------------------------------------------------------------------
	Plugin | prime-strategy-page-navi
--------------------------------------------------------------------------------*/
.page_navi {
  margin: 20px 0;
  text-align: center; }

.page_navi li {
  display: inline;
  list-style: none; }

.page_navi li.current span {
  color: #fff;
  display: inline-block;
  padding: 0px 7px;
  background: #666;
  border: solid 1px #666; }

.page_navi li a {
  color: #666;
  padding: 0px 7px;
  background: #fff;
  display: inline-block;
  border: solid 1px #999;
  text-decoration: none; }

.page_navi li a:hover {
  color: #666;
  background: #eee; }

.page_navi li.page_nums span {
  color: #fff;
  padding: 0px 7px;
  background: #666;
  display: inline-block;
  border: solid 1px #333; }

/*----------------------------------------
	form
----------------------------------------*/
p.login {
  color: #5f5d50;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

form p {
  clear: left; }

form {
  font-size: 1em;
  padding-left: 0;
  color: #333; }

input {
  font-size: 0.9em;
  padding: 2px;
  margin: 0 0 10px 0;
  border: solid 1px #aaa; }

input#submit {
  width: 100px;
  font-size: 1em;
  padding: 2px;
  margin: 0 0 10px 0;
  border: solid 1px #aaa;
  background: #ddd; }

input#author,
input#email,
input#url {
  float: left;
  background: #fff; }

textarea {
  width: 450px;
  font-size: 1em;
  padding: 2px;
  margin: 0 0 10px 0;
  border: solid 1px #aaa;
  background: #fff;
  float: left; }

input:hover,
textarea:hover {
  border-color: #3399ff; }

input#submit:hover {
  border-color: #3399ff;
  background: #3399ff; }

label {
  width: 30%;
  _width: 35%;
  /* for IE6 */
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
  color: #5f5d50;
  display: block;
  float: left; }

/*------------------------------------------------
	スライダー
------------------------------------------------*/
#slides {
  width: 920px;
  display: none; }

#slides .slidesjs-navigation {
  margin-top: 5px;
  margin-bottom: 20px; }

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(../img/btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px; }

a.slidesjs-next {
  margin-right: 10px;
  background-position: -12px 0; }

a:hover.slidesjs-next {
  background-position: -12px -18px; }

a.slidesjs-previous {
  background-position: 0 0; }

a:hover.slidesjs-previous {
  background-position: 0 -18px; }

a.slidesjs-play {
  width: 15px;
  background-position: -25px 0; }

a:hover.slidesjs-play {
  background-position: -25px -18px; }

a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0; }

a:hover.slidesjs-stop {
  background-position: -41px -18px; }

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none; }

.slidesjs-pagination li {
  float: left;
  margin: 0 1px; }

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden; }

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px; }

.slidesjs-pagination li a:hover {
  background-position: 0 -26px; }

#slides a:link,
#slides a:visited {
  color: #333; }

#slides a:hover,
#slides a:active {
  color: #9e2020; }

.navbar {
  overflow: hidden; }

#slides .slidesjs-slide {
  text-align: center; }

/*------------------------------------------------
	フォントサイズ変更
------------------------------------------------*/
#sizer {
  width: 280px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: flex !important; }
  @media screen and (max-width: 799px) {
    #sizer {
      justify-content: end; } }

#sizer a {
  color: #333;
  text-decoration: none;
  outline: 0;
  line-height: 30px; }

#sizer li {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  flex: none; }
  #sizer li:first-child {
    flex: 4;
    text-align: left;
    line-height: 30px; }
    @media screen and (max-width: 799px) {
      #sizer li:first-child {
        flex: none; } }
  @media screen and (max-width: 799px) {
    #sizer li {
      margin-right: 0; } }

#sizer li.size-box {
  width: 30px;
  height: 30px;
  background-image: none;
  margin-left: 10px;
  padding: 2px 4px;
  border: 1px solid #666;
  color: #333;
  font-weight: bold;
  text-decoration: none; }

#sizer li.size-box:hover {
  background-image: none;
  padding: 2px 4px;
  border: 1px solid #f00;
  color: #333;
  font-weight: bold;
  text-decoration: none; }

#sizer li.size-box:focus {
  outline: solid 1px #0000ff; }

/*--------------------------------------------------------------------------------
	実験・工作動画
--------------------------------------------------------------------------------*/
.td2 {
  padding: 0 0 0 20px; }
  @media screen and (max-width: 799px) {
    .td2 {
      padding-right: 20px;
      padding: 0;
      width: 100%; } }
  @media all and (-ms-high-contrast: none) {
    .td2 {
      width: 50%;
      flex: 0 1 auto; } }

.h2 {
  font-weight: 700;
  margin: 0 0 10px 0; }

.h2::before {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  margin: auto 0;
  background: url("../images/new/bg-no.png") 0 0 no-repeat;
  background-size: 100%;
  content: attr(data-id);
  margin-right: 0.5em;
  text-shadow: 2px 2px 0 #6b6b6b;
  color: #fff; }

.youtubeara {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 258px;
  flex: 1 0 auto; }
  @media all and (-ms-high-contrast: none) {
    .youtubeara iframe {
      height: 100% !important; } }
  @media screen and (max-width: 999px) {
    .youtubeara {
      min-width: 450px; } }
  @media screen and (max-width: 799px) {
    .youtubeara {
      width: 100%;
      min-height: auto;
      margin-bottom: 10px;
      min-width: auto; } }

.youtubeara iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }

.youtubeara img {
  width: 100%;
  height: auto;
  min-height: 240px; }
  @media screen and (max-width: 799px) {
    .youtubeara img {
      min-height: auto; } }

.youtubeara p {
  text-align: center;
  color: #fff;
  background-color: plum; }

.youtubeara.b iframe::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/new/comingsoon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0; }

ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0; }

li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.flex {
  display: flex; }

.p {
  margin: 0 0 10px 0;
  word-break: break-all; }

.cb {
  clear: both; }

.box1 {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 4px #ccc;
  border-radius: 20px;
  width: 940px;
  margin: 0 auto 40px;
  box-sizing: border-box; }
  .box1.set2 .flex {
    flex-direction: column; }
    .box1.set2 .flex .youtubeara {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 799px) {
        .box1.set2 .flex .youtubeara {
          flex-direction: column; } }
      .box1.set2 .flex .youtubeara div {
        width: calc(50% - 10px); }
        @media screen and (max-width: 799px) {
          .box1.set2 .flex .youtubeara div {
            width: 100%; }
            .box1.set2 .flex .youtubeara div:last-child {
              margin-top: 20px; } }
    .box1.set2 .flex .td2 {
      margin-top: 10px; }
      @media all and (-ms-high-contrast: none) {
        .box1.set2 .flex .td2 {
          width: 100%; } }
  .box1:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 999px) {
    .box1 {
      width: 96%; }
      .box1 .comingsoon img {
        max-width: 100%; } }
  @media screen and (max-width: 999px) and (max-width: 799px) {
    .box1 .flex {
      flex-direction: column; } }

.filter {
  background-color: #f3f5f4;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px; }
  .filter h2 {
    margin-bottom: 10px; }
    .filter h2::before {
      content: "";
      background: url("../images/new/magnifying-glass-solid.svg") no-repeat center/contain;
      width: 16px;
      height: 16px;
      display: inline-block;
      padding-right: 6px; }
  .filter h3 {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    font-size: 92% !important; }
  .filter ul {
    display: inline-block;
    font-size: 92%; }
    .filter ul li {
      padding: 2px 8px;
      border-radius: 4px;
      background-color: #fff; }
      .filter ul li a {
        display: block; }
      .filter ul li.on {
        background-color: gray;
        color: #fff; }
        .filter ul li.on a {
          color: #fff; }
  .filter .box {
    padding: 0 20px; }

.link_youtube {
  background-image: url("../images/new/bg3.png");
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 86%;
  border: 2px solid #ff7e69;
  width: 50%;
  text-align: center;
  margin: 0 auto 16px auto; }
  @media screen and (max-width: 799px) {
    .link_youtube {
      width: 60%; } }

.link_youtube a {
  color: #ff7e69;
  text-decoration: none;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 140%;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff;
  vertical-align: middle; }

.link_youtube a::before {
  display: inline-block;
  width: 20px;
  height: 22px;
  margin: auto 0;
  background: url("../images/new/arrow.png") 0 0 no-repeat;
  background-size: 100%;
  content: "";
  margin-right: 0.5em;
  vertical-align: middle; }

.link_youtube a::after {
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: auto 0;
  background: url("../images/new/ico_youtube.png") 0 0 no-repeat;
  background-size: 100%;
  content: "";
  margin-left: 0.5em;
  vertical-align: middle; }

.notice {
  font-size: 72%;
  color: crimson; }
  @media screen and (max-width: 799px) {
    .notice {
      font-size: 90%; } }

.sankou-link {
  font-size: 72%;
  word-break: break-all; }
  @media screen and (max-width: 799px) {
    .sankou-link {
      font-size: 90%; } }

.comingsoon {
  text-align: center; }

.link-to {
  position: fixed;
  right: 0;
  top: 50%;
  background: #e50065;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-right: 5px;
  height: 140px; }
  .link-to ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .link-to ul li {
      padding: 5px 0 5px 5px;
      margin: 0; }
      .link-to ul li a {
        writing-mode: vertical-rl;
        color: #fff;
        display: flex; }
        .link-to ul li a img {
          width: 20px;
          height: 20px;
          margin-bottom: 10px; }
  @media screen and (max-width: 799px) {
    .link-to {
      bottom: 0;
      top: unset;
      left: 0;
      right: 0;
      width: 100vw;
      height: 50px;
      border-radius: 0; }
      .link-to ul {
        height: 100%; }
        .link-to ul li {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0; }
          .link-to ul li a {
            writing-mode: horizontal-tb; }
            .link-to ul li a img {
              margin-bottom: 0; } }

.main-title {
  margin-bottom: 30px;
  font-size: 1.4em;
  display: flex; }
  .main-title h2 {
    color: #e50065; }
    .main-title h2 a {
      color: #e50065; }
    .main-title h2 ruby {
      color: #e50065; }
      .main-title h2 ruby rt {
        color: #e50065; }
  .main-title h4 {
    color: #E25424; }
    .main-title h4 * {
      color: #E25424; }
  .main-title figure {
    width: 44%; }
  @media screen and (max-width: 999px) {
    .main-title {
      font-size: 1.35em;
      margin: 0 20px 30px; } }
  @media screen and (max-width: 749px) {
    .main-title {
      flex-direction: column; }
      .main-title figure {
        width: 100%; } }

@media screen and (max-width: 799px) {
  .list footer {
    /* margin-bottom: 50px; delete by aota */ }
  .list .gotop {
    bottom: 50px; } }
.notice-box {
  background-color: #fff;
  padding: 40px; }
  @media screen and (max-width: 799px) {
    .notice-box {
      padding: 20px; } }

/**************2025*************/
.bg.other_page {
  background-color: #93cff1;
  margin-top: 1.2rem;
}