@charset "UTF-8";
body {
  margin: 0px;
}
body a {
  text-decoration: none;
}
body .all {
  display: none;
}

.nav {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 100;
}
.nav .topbotton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
}
.nav .topbotton :hover {
  opacity: 0.7;
}
.nav .bookbotton {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}
.nav .bookbotton :hover {
  opacity: 0.7;
}
.nav .bookbotton .close {
  position: absolute;
  z-index: 110;
  top: -10px;
  right: -10px;
}
.nav .bookbotton .close :hover {
  opacity: 0.7;
}
.nav #container {
  display: grid;
  grid-template-rows: 80px;
  grid-template-columns: 216px 967px 259px;
}
.nav #itemA {
  position: relative;
  grid-column: 1/2;
  background-color: #FFF;
}
.nav #itemA img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav #itemB {
  position: relative;
  grid-column: 2/3;
  background-color: #F1F7FF;
}
.nav #itemB .menus {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.nav #itemB .menus .menu {
  display: inline-block;
  margin: 0px 15px;
}
.nav #itemB .menus .menu p {
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.nav #itemB .menus .menu p :hover {
  opacity: 0.7;
}
.nav #itemB .menus .menu p a {
  color: #000;
}
.nav #itemB .menus .menu p br {
  display: none;
}
.nav #itemC {
  grid-column: 3/4;
  background-color: #FC83A9;
  position: relative;
}
.nav #itemC .mail_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.nav #itemC .book {
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  font-family: "Rounded M+ 2p", sans-serif;
}
.nav #itemC .book a {
  color: #fff;
}
.nav #itemC .book a:hover {
  opacity: 0.7;
}
.nav #itemC .book p:nth-child(1) {
  font-size: 19px;
  margin: 0px 0px -10px 0px;
}
.nav #itemC .book p:nth-child(2) {
  font-size: 24px;
  margin: 0px;
}
.nav #itemC .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.section_01 {
  width: 100%;
  overflow: hidden;
}
.section_01 img {
  margin-top: 80px;
  margin-bottom: -6px;
}

.section_02 {
  width: 100%;
}
.section_02 .side_nav {
  display: block;
  list-style: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
}
.section_02 .side_nav .show {
  display: block;
}
.section_02 .side_nav .hide {
  display: none;
}
.section_02 .side_nav li {
  position: relative;
  height: 30px;
  margin: 0px;
}
.section_02 .side_nav li #text_1 {
  left: 120px;
}
.section_02 .side_nav li #text_2 {
  left: 135px;
}
.section_02 .side_nav li #text_3 {
  left: 120px;
}
.section_02 .side_nav li #text_4 {
  left: 130px;
}
.section_02 .side_nav li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_02 .side_nav li a:hover {
  opacity: 0.7;
}
.section_02 .step {
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 1000;
}
.section_02 #mark {
  position: fixed;
  top: 43%;
  left: 10px;
  z-index: 90;
  transform: translateY(-50%);
}
.section_02 #mark .hide {
  display: none;
}
.section_02 #mark img {
  position: absolute;
  opacity: 0.8;
}
.section_02 .content {
  margin-top: -100px;
  position: relative;
}
.section_02 .content .text {
  width: 100%;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 15;
}
.section_02 .content .text h1 {
  font-family: "Rounded M+ 2p", sans-serif;
  text-align: center;
  font-size: 40px;
}
.section_02 .content .text h1 span {
  border-bottom: dotted 7px #1F65B5;
  padding-bottom: 10px;
}
.section_02 .content .text .flex_container {
  position: relative;
  display: flex;
  justify-content: center;
}
.section_02 .content .text .flex_container .f_item {
  position: relative;
  width: 328px;
  height: 300px;
  background-color: #fff;
  margin: 30px 5px 5px 5px;
  border-radius: 8px;
}
.section_02 .content .text .flex_container .f_item ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 20px 20px;
  margin: 0px;
}
.section_02 .content .text .flex_container .f_item ul li {
  background: url("../img/dot_pink.png") left 0px top 7px no-repeat;
  padding-left: 20px;
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  margin: 10px 0px;
}
.section_02 .content .text .flex_container .f_item .top {
  margin-top: 25px;
  text-align: center;
}
.section_02 .content .text .flex_container .f_item .top .fukidashi {
  margin-bottom: -5px;
}
.section_02 .content .text .flex_container .f_item .top .title {
  font-weight: bold;
  font-family: "Rounded M+ 2p", sans-serif;
  font-size: 24px;
  margin: 0px 0px 0px 10px;
  display: inline-block;
}
.section_02 .content .text .flex_container .f_item .bg_img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}
.section_02 .content .text .flex_container .f_item:nth-child(1) .midashi {
  position: relative;
}
.section_02 .content .text .flex_container .f_item:nth-child(1) .midashi img {
  display: inline-block;
}
.section_02 .content .text .flex_container .f_item:nth-child(1) .midashi p {
  display: inline-block;
}
.section_02 .content .text .flex_container .f_item:nth-child(1) .midashi .top .blue {
  display: inline-block;
}
.section_02 .content .text .flex_container .f_item:nth-child(1) .midashi .top img {
  margin: 0px;
}
.section_02 .content .text .flex_container .f_item:nth-child(1) .midashi .top .hana {
  display: inline-block;
}
.section_02 .content .text .flex_container .f_item:nth-child(1) .midashi .top p {
  display: inline-block;
  font-size: 24px;
}
.section_02 .content .text .flex_container_02 {
  display: flex;
  justify-content: center;
}
.section_02 .content .text .flex_container_02 .f_item_02 {
  position: relative;
  width: 328px;
  height: 300px;
  background-color: #fff;
  margin: 5px;
  border-radius: 8px;
}
.section_02 .content .text .flex_container_02 .f_item_02 ul {
  list-style: none;
  padding: 20px 20px;
  margin: 0px;
}
.section_02 .content .text .flex_container_02 .f_item_02 ul li {
  background: url("../img/dot_pink.png") left 0px top 7px no-repeat;
  padding-left: 20px;
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  margin: 10px 0px;
}
.section_02 .content .text .flex_container_02 .f_item_02:nth-child(2) .detail {
  position: relative;
  z-index: 20;
}
.section_02 .content .text .flex_container_02 .f_item_02:nth-child(2) .detail:nth-child(2) .dot_pink {
  margin: 0px 10px 27px 20px;
}
.section_02 .content .text .flex_container_02 .f_item_02:nth-child(3) .detail {
  position: relative;
  z-index: 20;
}
.section_02 .content .text .flex_container_02 .f_item_02:nth-child(3) .detail:nth-child(3) .dot_pink {
  margin: 0px 10px 0px 20px;
}
.section_02 .content .text .flex_container_02 .f_item_02:nth-child(4) {
  display: none;
}
.section_02 .content .text .flex_container_02 .f_item_02 .top {
  margin-top: 25px;
  text-align: center;
}
.section_02 .content .text .flex_container_02 .f_item_02 .top .fukidashi {
  margin-bottom: -5px;
}
.section_02 .content .text .flex_container_02 .f_item_02 .top .title {
  font-weight: bold;
  font-family: "Rounded M+ 2p", sans-serif;
  font-size: 24px;
  margin: 0px 0px 0px 10px;
  display: inline-block;
}
.section_02 .content .text .flex_container_02 .f_item_02 .detail {
  position: relative;
  z-index: 20;
}
.section_02 .content .text .flex_container_02 .f_item_02 .detail:nth-child(3) .dot_pink {
  margin: 0px 10px 27px 20px;
}
.section_02 .content .text .flex_container_02 .f_item_02 .detail .dot_pink {
  margin: 0px 10px 0px 20px;
}
.section_02 .content .text .flex_container_02 .f_item_02 .detail .main {
  display: inline-block;
  line-height: 26px;
  text-align: left;
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.section_02 .content .text .flex_container_02 .f_item_02 .bg_img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}
.section_02 .content .box {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  width: 330px;
  height: 300px;
}
.section_02 .content .bg {
  position: relative;
  z-index: 1;
  margin-bottom: -75px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.section_03 {
  width: 100%;
  overflow: hidden;
}
.section_03 .content {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.section_03 .content .text {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 15;
}
.section_03 .content .text h1 {
  font-family: "Rounded M+ 2p", sans-serif;
  text-align: center;
  font-size: 40px;
  margin-top: 190px;
  margin-bottom: -15px;
}
.section_03 .content .text h1 span {
  border-bottom: dotted 7px #1F65B5;
  padding-bottom: 15px;
}
.section_03 .content .text .sp {
  display: none;
}
.section_03 .content .text p {
  font-family: "游ゴシック", sans-serif;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
}
.section_03 .content .blue_box {
  border-radius: 8px;
  background-color: #EAF8FB;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  width: 1000px;
  height: 790px;
}
.section_03 .content .blue_box h2 {
  font-family: "Rounded M+ 2p", sans-serif;
  color: #333333;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-bottom: solid 5px #1F65B5;
  padding-bottom: 7px;
}
.section_03 .content .blue_box img {
  position: absolute;
  top: 28px;
  left: 30px;
}
.section_03 .content .blue_box .text_02 {
  font-family: "游ゴシック", sans-serif;
  position: absolute;
  font-size: 14px;
  text-align: left;
  top: 110px;
  right: 50px;
  width: 650px;
}
.section_03 .content .blue_box .name_sp {
  display: none;
}
.section_03 .content .blue_box .name {
  position: absolute;
  bottom: 230px;
  right: 50px;
}
.section_03 .content .blue_box .name .syozoku {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
.section_03 .content .blue_box .name .simei {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
}
.section_03 .content .blue_box .box {
  background-color: #fff;
  width: 650px;
  height: 174px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.section_03 .content .blue_box .box .box_head {
  display: none;
}
.section_03 .content .blue_box .box .box_main {
  display: none;
}
.section_03 .content .blue_box .box .f_container {
  display: flex;
  justify-content: center;
  margin: auto;
}
.section_03 .content .blue_box .box .f_container .f_item {
  width: 210px;
  height: 150px;
}
.section_03 .content .blue_box .box .f_container .f_item p:nth-child(1) {
  font-family: "游ゴシック", sans-serif;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.section_03 .content .blue_box .box .f_container .f_item p {
  font-family: "游ゴシック", sans-serif;
  font-size: 13px;
  margin: 0px;
}
.section_03 .content .blue_box .box .f_container .f_item:nth-child(2) {
  width: 130px;
  height: 150px;
}
.section_03 .content .blue_box .box .f_container .f_item:nth-child(2) p:nth-child(2n-1) {
  font-family: "游ゴシック", sans-serif;
  margin-top: 30px;
  margin-bottom: 5px;
  margin: 30px 0px 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
.section_03 .content .blue_box .box .f_container .f_item:nth-child(2) p:nth-child(2n) {
  font-family: "游ゴシック", sans-serif;
  font-size: 13px;
  margin: 0px 0px 0px 10px;
}
.section_03 .content .blue_box .box .f_container .f_item:nth-child(2) p:nth-child(3) {
  font-family: "游ゴシック", sans-serif;
  margin: 20px 0px 0px 10px;
}
.section_03 .content .blue_box .box .f_container .f_item:nth-child(3) p:nth-child(1) {
  font-family: "游ゴシック", sans-serif;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.section_03 .content .blue_box .box .f_container .f_item:nth-child(3) p:nth-child(2) {
  font-family: "游ゴシック", sans-serif;
  font-size: 13px;
  margin: 0px;
}
.section_03 .content img {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  margin-bottom: -6px;
}

#second {
  position: relative;
  top: 50px;
}

.section_04 {
  width: 100%;
}
.section_04 .content {
  position: relative;
}
.section_04 .content .substance {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.section_04 .content .substance h1 {
  font-size: 40px;
  font-family: "Rounded M+ 2p", sans-serif;
  font-weight: bold;
}
.section_04 .content .substance h1 span {
  border-bottom: dotted 7px #1F65B5;
  padding-bottom: 15px;
}
.section_04 .content .substance p {
  font-family: "Rounded M+ 2p", sans-serif;
  color: #333333;
  font-size: 26px;
  margin-top: 40px;
}
.section_04 .content .substance p br {
  display: none;
}
.section_04 .content .substance p span {
  font-weight: bold;
  border-bottom: solid 5px #1F65B5;
  padding-bottom: 7px;
}
.section_04 .content .kodawari_sp {
  display: none;
}
.section_04 .content .box_01 {
  border-radius: 8px;
  position: relative;
  width: 1000px;
  height: 306px;
  margin-top: 40px;
  background-color: #fff;
}
.section_04 .content .box_01 img {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.section_04 .content .box_01 .detail p {
  font-family: "游ゴシック", sans-serif;
  color: #707070;
  margin-left: 270px;
  padding-top: 70px;
  font-size: 16px;
  text-align: left;
}
.section_04 .content .box_01 .detail p br {
  display: block;
}
.section_04 .content .box_01 .detail_sp {
  display: none;
}
.section_04 .content .midashi_sp {
  display: none;
}
.section_04 .content .box_02 {
  border-radius: 8px;
  position: relative;
  width: 1000px;
  height: 344px;
  margin-top: 40px;
  background-color: #fff;
}
.section_04 .content .box_02 .sp {
  display: none;
}
.section_04 .content .box_02 .pc {
  display: block;
}
.section_04 .content .box_02 .pc .top {
  text-align: left;
  margin-left: 40px;
}
.section_04 .content .box_02 .pc .title {
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
}
.section_04 .content .box_02 .pc .gray_box {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 920px;
  height: 92px;
  background-color: #F8F8F8;
}
.section_04 .content .box_02 .pc .gray_box p {
  margin: 0px;
  position: absolute;
  top: 20px;
  left: 30px;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  text-align: left;
}
.section_04 .content .box_02 .pc .gray_box p a {
  color: #333;
}
.section_04 .content .box_02 .pc .gray_box:nth-child(2) {
  position: absolute;
  top: 210px;
  height: 100px;
}
.section_04 .content .box_03 {
  border-radius: 8px;
  width: 1000px;
  height: 764px;
  background-color: #fff;
}
.section_04 .content .box_03 .top {
  text-align: left;
  margin-left: 40px;
}
.section_04 .content .box_03 .top .title {
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
}
.section_04 .content .box_03 .f_boxs_sp {
  display: none;
}
.section_04 .content .box_03 .f_boxs {
  display: flex;
  flex-direction: column;
}
.section_04 .content .box_03 .f_boxs .gray_box {
  position: relative;
  display: inline-block;
  width: 921px;
  height: 100px;
  background-color: #F8F8F8;
  margin: auto;
  margin-top: 20px;
}
.section_04 .content .box_03 .f_boxs .gray_box p {
  margin-right: 30px;
}
.section_04 .content .box_03 .f_boxs .gray_box p a {
  color: #333;
  font-weight: bold;
}
.section_04 .content .box_03 .f_boxs .gray_box p a:hover {
  opacity: 0.7;
}
.section_04 .content .box_03 .f_boxs .gray_box:nth-child(2) {
  height: 92px;
}
.section_04 .content .box_03 .f_boxs .gray_box:nth-child(4) {
  height: 143px;
}
.section_04 .content .box_03 .f_boxs .gray_box p {
  position: absolute;
  margin-top: 20px;
  top: 0px;
  left: 30px;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  text-align: left;
}
.section_04 .content .f_container_sp {
  display: none;
}
.section_04 .content .f_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_04 .content .f_container #anker {
  position: absolute;
  top: 72%;
}
.section_04 .content .f_container .f_item {
  width: 485px;
  height: 300px;
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
.section_04 .content .f_container .f_item:nth-child(n+1):nth-child(-n+2) {
  height: 332px;
}
.section_04 .content .f_container .f_item:nth-child(n+3):nth-child(-n+4) {
  height: 230px;
}
.section_04 .content .f_container .f_item:nth-child(8) {
  height: 441px;
}
.section_04 .content .f_container .f_item .top {
  text-align: left;
  margin-left: 40px;
}
.section_04 .content .f_container .f_item .top .title {
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 18px;
  margin-top: 35px;
  margin-left: 10px;
  display: inline-block;
}
.section_04 .content .f_container .f_item .top .subtitle {
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 14px;
  margin-top: 35px;
  display: inline-block;
}
.section_04 .content .f_container .f_item .main {
  text-align: left;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin: 10px 40px 0px 40px;
}
.section_04 .content .f_container .f_item a {
  text-align: left;
  color: #333;
  position: absolute;
  left: 40px;
  padding-top: 10px;
  font-family: "游ゴシック", sans-serif;
}
.section_04 .content .f_container .f_item a:hover {
  opacity: 0.7;
}
.section_04 .content .box_last_sp {
  display: none;
}
.section_04 .content .box_last {
  border-radius: 8px;
  width: 1000px;
  height: 633px;
  background-color: #fff;
}
.section_04 .content .box_last a :hover {
  opacity: 0.7;
}
.section_04 .content .box_last .top {
  text-align: left;
  margin-left: 40px;
}
.section_04 .content .box_last .top .title {
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 18px;
  margin: 35px 0px 10px 10px;
  display: inline-block;
}
.section_04 .content .box_last .gray_box {
  display: inline-block;
  margin: auto;
  width: 921px;
  height: auto;
  padding-bottom: 20px;
  background-color: #F8F8F8;
}
.section_04 .content .box_last .gray_box .main {
  text-align: left;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin: 20px 40px 0px 40px;
}
.section_04 .content .box_last .gray_box:nth-child(2) {
  height: auto;
}
.section_04 .content .box_last img {
  margin-top: 15px;
}
.section_04 .content .arrow {
  margin: 20px 0px;
}
.section_04 .content h2 {
  font-size: 16px;
  color: #f00;
  margin-bottom: 70px;
}

#fourth {
  position: relative;
  top: 10px;
}

.section_05_sp {
  display: none;
}

.section_05 {
  width: 100%;
  position: relative;
}
.section_05 .content {
  position: relative;
  background-color: #FBFBFA;
  width: 100%;
  height: 937px;
  z-index: 10;
  margin-top: -10px;
}
.section_05 .content .text {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.section_05 .content .text h1 {
  font-family: "Rounded M+ 2p", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.section_05 .content .text h1 span {
  border-bottom: dotted 7px #1F65B5;
  padding-bottom: 15px;
}
.section_05 .content .book {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.section_05 .content .substance .info {
  position: absolute;
  top: 240px;
  left: 220px;
}
.section_05 .content .substance .info .access {
  text-align: center;
  font-size: 26px;
  font-family: "Rounded M+ 2p", sans-serif;
  font-weight: bold;
}
.section_05 .content .substance .info span {
  text-align: center;
  border-bottom: solid 5px #1F65B5;
  padding-bottom: 7px;
}
.section_05 .content .substance .info .top {
  text-align: left;
  margin-bottom: 10px;
}
.section_05 .content .substance .info .top .title {
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 18px;
  margin: 20px 0px 0px 10px;
  display: inline-block;
}
.section_05 .content .substance .info .main {
  text-align: left;
  font-family: "游ゴシック", sans-serif;
  font-size: 16px;
  margin: 0px 0px 5px 0px;
}
.section_05 .content .substance .info .main:nth-child(n+2) {
  margin-bottom: 0px;
}
.section_05 .content .substance .info table {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border: 0px none;
  border-collapse: collapse;
  border: 1px solid #2167B8;
}
.section_05 .content .substance .info table tr:nth-child(-n+3) {
  background-color: #2167B8;
}
.section_05 .content .substance .info table tr:nth-child(-n+3) td:nth-child(1) {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.section_05 .content .substance .info table tr:nth-child(-n+3):nth-child(2) td:nth-child(4) {
  color: red;
}
.section_05 .content .substance .info table tr:nth-child(n+2) {
  background-color: #fff;
}
.section_05 .content .substance .info table tr:nth-child(n+2) td:nth-child(n+2) {
  color: #000;
  border-bottom: 1px solid #2167B8;
}
.section_05 .content .substance .info table tr:nth-child(n+2) td:nth-child(1) {
  background-color: #2167B8;
}
.section_05 .content .substance .info table tr:nth-child(3) td:nth-child(1) {
  border-bottom: 1px solid #2167B8;
}
.section_05 .content .substance .info table td {
  border: none;
  border-collapse: collapse;
}
.section_05 .content .substance .info table td span {
  border: 0px;
  font-size: 10px;
  position: absolute;
  bottom: 90px;
  left: 215px;
}
.section_05 .content .substance .info table td:nth-child(1) {
  width: 120px;
  height: 30px;
}
.section_05 .content .substance .info table td:nth-child(n+2) {
  width: 40px;
  height: 30px;
}
.section_05 .content .substance .info .wednesday p {
  color: red;
  margin-top: 5px;
  font-family: "游ゴシック", sans-serif;
}
.section_05 .content .substance .map {
  position: absolute;
  top: 240px;
  right: 220px;
}

footer {
  position: relative;
  width: 100%;
  height: 105px;
  background-color: #2268B8;
}
footer p {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 670px) {
  .nav {
    height: 150px;
  }
  .nav .topbotton {
    bottom: 5px;
    right: -50px;
  }
  .nav .topbotton img {
    width: 60%;
  }
  .nav .bookbotton a:nth-child(1) img {
    width: 60%;
  }
  .nav .bookbotton .close {
    width: 7%;
    right: 110px;
    top: -5px;
  }
  .nav #container {
    display: grid;
    grid-template-rows: 50px 100px 100px;
    grid-template-columns: 100%;
  }
  .nav #container #itemA {
    position: relative;
    grid-row: 1/2;
    background-color: #fff;
  }
  .nav #container #itemA img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav #container #itemB {
    font-size: 10px;
    position: relative;
    grid-row: 2/3;
    grid-column: 1;
    background-color: #F1F7FF;
  }
  .nav #container #itemB .menus {
    position: static;
    width: 100%;
    display: flex;
    justify-content: content;
    flex-wrap: wrap;
    transform: translateY(0%);
  }
  .nav #container #itemB .menus .menu {
    text-align: center;
    width: 50%;
    margin: 0px;
  }
  .nav #container #itemB .menus .menu:nth-child(2n) {
    display: none;
  }
  .nav #container #itemB .menus .menu:nth-child(5) p {
    margin-top: 5px;
  }
  .nav #container #itemB .menus .menu p {
    font-family: "游ゴシック", sans-serif;
    font-size: 12px;
  }
  .nav #container #itemB .menus .menu p br {
    display: block;
  }
  .nav #container #itemB .menus .menu img {
    display: none;
    margin: 0px;
  }
  .nav #container #itemC {
    display: none;
  }

  .section_01 img {
    margin-top: 0px;
    width: 100%;
  }

  .nav {
    margin-top: -150px;
  }

  .section_01 {
    margin-top: 150px;
  }

  .section_02 {
    overflow: hidden;
  }
  .section_02 .side_nav {
    display: none;
  }
  .section_02 #mark {
    display: none;
  }
  .section_02 .content {
    background-image: url("../img/bg_02.png");
    background-repeat: repeat-y;
  }
  .section_02 .content .text h1 {
    text-align: center;
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 30px;
  }
  .section_02 .content .text h1 span {
    padding-bottom: 5px;
  }
  .section_02 .content .text .flex_container {
    display: flex;
  }
  .section_02 .content .text .flex_container .f_item {
    width: 46%;
    height: 170px;
  }
  .section_02 .content .text .flex_container .f_item ul {
    list-style: none;
    padding: 0px 5px;
    margin: 4px 0px;
  }
  .section_02 .content .text .flex_container .f_item ul li {
    background: url("../img/dot_pink.png") left 0px top 5px no-repeat;
    background-size: 10px;
    padding-left: 15px;
    margin: 0px;
    font-size: 12px;
    font-family: "游ゴシック", sans-serif;
    font-weight: bold;
  }
  .section_02 .content .text .flex_container .f_item .top {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .section_02 .content .text .flex_container .f_item .top .fukidashi {
    width: 25px;
  }
  .section_02 .content .text .flex_container .f_item .top .title {
    font-size: 15px;
    font-family: "Rounded M+ 2p", sans-serif;
    font-weight: bold;
  }
  .section_02 .content .text .flex_container .f_item .detail .dot_pink {
    width: 9px;
    margin: 0px 5px -1px 8px;
  }
  .section_02 .content .text .flex_container .f_item .detail .main {
    font-size: 11px;
    line-height: 16px;
    margin-top: 0px;
  }
  .section_02 .content .text .flex_container .f_item:nth-child(1) .detail:nth-child(2n) .dot_pink {
    margin: 0px 5px 15px 8px;
  }
  .section_02 .content .text .flex_container .f_item:nth-child(1) .detail:nth-child(2n-1) .main {
    margin-top: -6px;
  }
  .section_02 .content .text .flex_container .f_item:nth-child(1) .detail:nth-child(2n-1) {
    margin-top: -6px;
  }
  .section_02 .content .text .flex_container .f_item:nth-child(2) .detail:nth-child(2) .dot_pink {
    margin: 0px 5px 15px 8px;
  }
  .section_02 .content .text .flex_container .f_item:nth-child(2) .detail:nth-child(4) .dot_pink {
    margin: 0px 5px -1px 8px;
  }
  .section_02 .content .text .flex_container .f_item .bg_img {
    width: 80px;
  }
  .section_02 .content .text .flex_container_02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 {
    width: 46%;
    height: 170px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 ul {
    list-style: none;
    padding: 0px 5px;
    margin: 4px 0px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 ul li {
    background: url("../img/dot_pink.png") left 0px top 5px no-repeat;
    background-size: 10px;
    padding-left: 15px;
    margin: 0px 0px;
    font-size: 12px;
    font-family: "游ゴシック", sans-serif;
    font-weight: bold;
  }
  .section_02 .content .text .flex_container_02 .f_item_02:nth-child(4) {
    display: block;
    visibility: hidden;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 .top {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 .top .fukidashi {
    width: 25px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 .top .title {
    font-size: 18px;
    font-family: "Rounded M+ 2p", sans-serif;
    font-weight: bold;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 .detail .dot_pink {
    width: 9px;
    margin: 0px 5px -1px 8px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 .detail .main {
    font-size: 11px;
    line-height: 16px;
    margin-top: 0px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02:nth-child(1) .detail:nth-child(2) {
    margin-top: -6px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02:nth-child(1) .detail:nth-child(3) .dot_pink {
    margin: 0px 5px 15px 8px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02:nth-child(2) .detail:nth-child(2) .dot_pink {
    margin: 0px 5px 15px 8px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02:nth-child(3) .detail {
    margin-top: -6px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02:nth-child(3) .detail:nth-child(3) .dot_pink {
    margin: 0px 5px -1px 8px;
  }
  .section_02 .content .text .flex_container_02 .f_item_02 .bg_img {
    width: 80px;
  }
  .section_03 .content {
    position: static;
    background-color: #fff;
    width: 100%;
    height: auto;
  }
  .section_03 .content .text {
    position: static;
    transform: none;
  }
  .section_03 .content .text h1 {
    position: static;
    font-size: 18px;
    margin: 50px 0px 0px 0px;
    font-family: "a-otf-jun-pro", sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .section_03 .content .text h1 span {
    padding-bottom: 5px;
  }
  .section_03 .content .text p {
    position: static;
    font-size: 14px;
    text-align: justify;
    margin: 60px 10px 15px 10px;
    padding: 0px 20px;
    font-family: "游ゴシック", sans-serif;
  }
  .section_03 .content .text p br {
    display: none;
  }
  .section_03 .content .blue_box {
    position: static;
    transform: none;
    border-radius: 0px;
    width: 100%;
    height: auto;
  }
  .section_03 .content .blue_box h2 {
    position: static;
    text-align: center;
    transform: none;
    font-size: 18px;
    padding-top: 30px;
    font-family: "Rounded M+ 2p", sans-serif;
    border-bottom: none;
  }
  .section_03 .content .blue_box h2 span {
    border-bottom: solid 3px #1f65b5;
    padding-bottom: 5px;
  }
  .section_03 .content .blue_box .docter_img {
    text-align: center;
  }
  .section_03 .content .blue_box .docter_img img {
    margin: 0px;
    position: static;
  }
  .section_03 .content .blue_box .text_02 {
    width: 100%;
    position: static;
    text-align: justify;
  }
  .section_03 .content .blue_box .text_02 p {
    margin: 14px 10px;
    padding: 0px 20px;
    font-family: "游ゴシック", sans-serif;
  }
  .section_03 .content .blue_box .name {
    display: none;
    width: 100%;
    position: static;
    margin: 0px auto;
  }
  .section_03 .content .blue_box .name .simei {
    font-size: 28px;
  }
  .section_03 .content .blue_box .name_sp {
    display: block;
    padding-right: 30px;
    margin-bottom: 15px;
    position: static;
    text-align: right;
    font-family: "游ゴシック", sans-serif;
    font-weight: bold;
  }
  .section_03 .content .blue_box .name_sp p {
    margin-bottom: 0px;
  }
  .section_03 .content .blue_box .name_sp p:nth-child(2) {
    margin-top: 0px;
    font-size: 30px;
  }
  .section_03 .content .blue_box .box {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 1px;
  }
  .section_03 .content .blue_box .box .box_head {
    display: block;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    font-family: "游ゴシック", sans-serif;
    font-weight: bold;
  }
  .section_03 .content .blue_box .box .box_head p {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .section_03 .content .blue_box .box .box_head p:nth-child(1) {
    margin-top: 15px;
  }
  .section_03 .content .blue_box .box .box_main {
    display: block;
    font-size: 12px;
    margin-top: 0px;
    padding: 0px 30px;
    text-align: center;
    font-family: "游ゴシック", sans-serif;
  }
  .section_03 .content .blue_box .box .box_main p {
    margin-top: 0px;
  }
  .section_03 .content .blue_box .box .f_container {
    display: none;
  }
  .section_03 .content .blue_box .box p {
    margin-top: 10px;
  }
  .section_03 img:nth-child(3) {
    display: none;
  }

  #second {
    position: relative;
    top: -350px;
  }

  .section_04 {
    width: 100%;
    padding-bottom: 25px;
    overflow: hidden;
    background: url("../img/bg_04.png");
  }
  .section_04 .s04_bg {
    display: none;
  }
  .section_04 .content {
    width: 100%;
    z-index: 10;
    position: static;
  }
  .section_04 .content .arrow {
    margin: 0px;
  }
  .section_04 .content .substance {
    position: static;
    transform: none;
    width: 100%;
  }
  .section_04 .content .substance h1 {
    margin-top: 40px;
    position: static;
    font-size: 18px;
    font-family: "游ゴシック", sans-serif;
  }
  .section_04 .content .substance h1 span {
    border-bottom: dotted 7px #1F65B5;
    padding-bottom: 5px;
  }
  .section_04 .content .substance .sub_title p {
    font-family: "a-otf-jun-pro", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
  }
  .section_04 .content .substance .sub_title p br {
    display: block;
  }
  .section_04 .content .substance p {
    font-size: 14px;
  }
  .section_04 .content .substance p span {
    border-bottom: solid 3px #1F65B5;
    margin-top: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .section_04 .content .substance .box_01 {
    background-color: #fff;
    position: static;
    width: 90%;
    height: auto;
    margin: 40px auto 0px auto;
    padding-bottom: 1px;
  }
  .section_04 .content .substance .box_01 img {
    position: static;
    display: inline-block;
    text-align: center;
    margin-top: 120px;
    transform: none;
    margin-top: 30px;
  }
  .section_04 .content .substance .box_01 p {
    position: static;
    margin: 30px 10px 0px 10px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .section_04 .content .substance .box_01 .detail {
    display: none;
  }
  .section_04 .content .substance .box_01 .detail_sp {
    display: block;
  }
  .section_04 .content .substance .box_01 .detail_sp p {
    text-align: justify;
    color: #707070;
    font-family: "游ゴシック", sans-serif;
  }
  .section_04 .content .substance .box_01 .kodawari_sp {
    display: block;
    margin: 0px 10px;
    font-size: 14px;
    font-family: "游ゴシック", sans-serif;
    color: #707070;
    text-align: justify;
  }
  .section_04 .content .substance .box_01 .kodawari_sp ol {
    padding-left: 20px;
  }
  .section_04 .content .substance .kodawari {
    display: none;
  }
  .section_04 .content .substance .midashi {
    display: none;
  }
  .section_04 .content .substance .midashi_sp {
    display: block;
    padding-bottom: 5px;
  }
  .section_04 .content .substance .midashi_sp p {
    font-weight: bold;
    font-family: "Rounded M+ 2p", sans-serif;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .section_04 .content .substance .midashi_sp p br {
    display: block;
  }
  .section_04 .content .substance .susumekata p {
    margin-top: 40px;
  }
  .section_04 .content .substance .box_02 {
    width: 90%;
    height: 320px;
    background-color: #fff;
    margin: 40px auto 20px auto;
    padding-top: 20px;
  }
  .section_04 .content .substance .box_02 .pc {
    display: none;
  }
  .section_04 .content .substance .box_02 .sp {
    display: block;
  }
  .section_04 .content .substance .box_02 .sp .top {
    text-align: center;
    margin: 0px auto;
  }
  .section_04 .content .substance .box_02 .sp .top .title {
    font-family: "游ゴシック", sans-serif;
    font-weight: bold;
    margin: 10px 0px 10px 10px;
    font-size: 14px;
    display: inline-block;
  }
  .section_04 .content .substance .box_02 .sp .top .dot {
    width: 9px;
  }
  .section_04 .content .substance .box_02 .sp .gray_box {
    position: static;
    transform: none;
    width: 95%;
    height: auto;
    background-color: #f8f8f8;
    margin: 0px auto;
  }
  .section_04 .content .substance .box_02 .sp .gray_box p {
    position: static;
    text-align: justify;
    margin: 15px 0px 0px 0px;
    padding: 10px 10px;
    top: 0px;
    left: 0px;
    font-family: "游ゴシック", sans-serif;
  }
  .section_04 .content .substance .box_02 .gray_box {
    width: 100%;
    background-color: #f8f8f8;
    margin: -55px 0px 0px 0px;
  }
  .section_04 .content .substance .box_02 .gray_box .test {
    width: 100%;
    margin: 0px;
  }
  .section_04 .content .substance .box_02 .gray_box .test p {
    font-family: "游ゴシック", sans-serif;
    text-align: justify;
    margin: -45px 0px 0px 0px;
    padding: 0px 10px;
    top: 0px;
    left: 0px;
  }
  .section_04 .content .substance .box_02 .gray_box .test p br {
    display: none;
  }
  .section_04 .content .substance .box_02 .gray_box p {
    font-size: 14px;
  }
  .section_04 .content .substance .box_03 {
    background-color: #fff;
    width: 90%;
    margin: 10px auto 0px auto;
    height: auto;
    padding-bottom: 15px;
  }
  .section_04 .content .substance .box_03 .top {
    text-align: center;
    margin: 0px auto;
  }
  .section_04 .content .substance .box_03 .top .title {
    font-family: "游ゴシック", sans-serif;
    margin: 25px 0px 0px 10px;
    font-size: 14px;
  }
  .section_04 .content .substance .box_03 .top .dot {
    width: 9px;
  }
  .section_04 .content .substance .box_03 .f_boxs {
    display: none;
  }
  .section_04 .content .substance .box_03 .f_boxs_sp {
    display: block;
  }
  .section_04 .content .substance .box_03 .f_boxs_sp p {
    background-color: #f8f8f8;
    padding: 10px;
    font-family: "游ゴシック", sans-serif;
    margin: 25px 10px 25px 10px;
    text-align: justify;
  }
  .section_04 .content .substance .box_03 .f_boxs_sp p a {
    color: #333;
    font-weight: bold;
  }
  .section_04 .content .substance .f_container {
    display: none;
  }
  .section_04 .content .substance .f_container_sp {
    display: block;
    margin: 40px 20px 0px 20px;
    padding: 0px auto;
    border-radius: 8px;
  }
  .section_04 .content .substance .f_container_sp #anker_sp {
    position: relative;
    top: -50px;
  }
  .section_04 .content .substance .f_container_sp .top {
    background-color: #fff;
    border-radius: 8px;
    margin: 20px 0px;
    display: inline-block;
  }
  .section_04 .content .substance .f_container_sp .top img {
    width: 9px;
  }
  .section_04 .content .substance .f_container_sp .top .title {
    display: inline-block;
    font-family: "游ゴシック", sans-serif;
    text-align: center;
    margin: 20px 0px 0px 10px;
  }
  .section_04 .content .substance .f_container_sp .top .title br {
    display: block;
  }
  .section_04 .content .substance .f_container_sp .top .subtitle {
    margin-top: 0px;
    font-family: "游ゴシック", sans-serif;
  }
  .section_04 .content .substance .f_container_sp .top .main {
    text-align: justify;
    font-family: "游ゴシック", sans-serif;
    margin: 10px 0px 20px 0px;
    padding: 0px 10px;
  }
  .section_04 .content .substance .f_container_sp .top .main br {
    display: block;
  }
  .section_04 .content .substance .f_container_sp .top .main a {
    color: #333;
  }
  .section_04 .content .substance .f_container_sp .top .main a:hover {
    opacity: 0.7;
  }
  .section_04 .content .substance .f_container_sp h2 {
    text-align: left;
    font-family: "游ゴシック", sans-serif;
    font-size: 11px;
    margin: 0px 5px 0px 5px;
    padding: 0px 10px 20px 10px;
  }
  .section_04 .content .substance #third {
    position: relative;
    top: -30px;
  }
  .section_04 .content .substance .box_last {
    display: none;
  }
  .section_04 .content .substance .box_last_sp {
    display: block;
    margin: 40px 20px 0px 20px;
    background-color: #fff;
    border-radius: 8px;
  }
  .section_04 .content .substance .box_last_sp img {
    width: 80%;
  }
  .section_04 .content .substance .box_last_sp .top:nth-child(2) .title {
    color: red;
  }
  .section_04 .content .substance .box_last_sp .top img {
    width: 9px;
  }
  .section_04 .content .substance .box_last_sp .top .dot_second {
    margin-bottom: 25px;
  }
  .section_04 .content .substance .box_last_sp .top .title {
    font-family: "游ゴシック", sans-serif;
    display: inline-block;
    margin: 20px 0px 0px 10px;
  }
  .section_04 .content .substance .box_last_sp .top .title br {
    display: block;
  }
  .section_04 .content .substance .box_last_sp .main {
    font-family: "游ゴシック", sans-serif;
    text-align: justify;
    margin: 10px 10px 20px 10px;
    padding: 10px;
    background-color: #f8f8f8;
  }
  .section_04 .content .substance .box_last_sp .main br {
    display: block;
  }
  .section_04 .bg_04 {
    position: relative;
    z-index: 1;
    height: 4750px;
  }

  #fourth {
    top: -20px;
  }

  .section_05 {
    display: none;
  }

  .section_05_sp {
    background-color: #FBFBFA;
    width: 100%;
    display: block;
    margin: -15px 0px 0px 0px;
  }
  .section_05_sp .content .text h1 {
    text-align: center;
    font-size: 18px;
    font-family: "Rounded M+ 2p", sans-serif;
    padding-top: 30px;
  }
  .section_05_sp .content .text h1 span {
    border-bottom: dotted 7px #1F65B5;
    padding-bottom: 10px;
  }
  .section_05_sp .content .substance .info .access p {
    font-family: "游ゴシック", sans-serif;
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
  }
  .section_05_sp .content .substance .info .access p span {
    text-align: center;
    border-bottom: solid 5px #1F65B5;
    padding-bottom: 7px;
  }
  .section_05_sp .content .substance .info .info_table {
    margin: 50px 20px -10px 20px;
    font-family: "游ゴシック", sans-serif;
  }
  .section_05_sp .content .substance .info .info_table tr {
    height: 65px;
  }
  .section_05_sp .content .substance .info .info_table tr td {
    font-size: 12px;
    vertical-align: top;
  }
  .section_05_sp .content .substance .info .info_table tr td .main {
    margin: 0px;
  }
  .section_05_sp .content .substance .info .info_table tr td .title {
    margin: 0px 0px 0px 5px;
  }
  .section_05_sp .content .substance .info .info_table tr td:nth-child(1) {
    width: 100px;
  }
  .section_05_sp .content .substance .info .info_table tr:nth-child(2) {
    height: 25px;
  }
  .section_05_sp .content .substance .info .info_table tr:nth-child(3) {
    height: 25px;
  }
  .section_05_sp .content .substance .info .open {
    color: #fff;
    text-align: center;
    margin: 20px 20px 0px 20px;
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #2167B8;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(-n+3) {
    background-color: #2167B8;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(-n+3) td:nth-child(1) {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(n+2) {
    background-color: #fff;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(n+2) td:nth-child(n+2) {
    color: #000;
    border-bottom: 1px solid #2167B8;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(n+2) td:nth-child(4) {
    color: #f00;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(n+2) td:nth-child(1) {
    background-color: #2167B8;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(3) td:nth-child(1) {
    border-bottom: 1px solid #2167B8;
  }
  .section_05_sp .content .substance .info .open tr:nth-child(3) td:nth-child(4) {
    color: #000;
  }
  .section_05_sp .content .substance .info .open td {
    position: relative;
    border: none;
    border-collapse: collapse;
  }
  .section_05_sp .content .substance .info .open td span {
    font-size: 8px;
    position: absolute;
    top: 5px;
    left: 2px;
  }
  .section_05_sp .content .substance .info .open td:nth-child(1) {
    width: 120px;
    height: 30px;
  }
  .section_05_sp .content .substance .info .open td:nth-child(n+2) {
    width: 40px;
    height: 30px;
  }
  .section_05_sp .content .substance .info .wednesday p {
    font-family: "游ゴシック", sans-serif;
    font-size: 10px;
    padding: 0px 20px;
    margin: 0px;
    color: #f00;
    text-align: left;
  }
  .section_05_sp .content .substance .info .top {
    display: inline-block;
    text-align: center;
  }
  .section_05_sp .content .substance .info .top img {
    width: 9px;
  }
  .section_05_sp .content .substance .info .top .title {
    font-family: "游ゴシック", sans-serif;
    text-align: center;
    display: inline-block;
    margin: 20px 0px 10px 10px;
  }
  .section_05_sp .content .substance .info .main {
    display: inline-block;
    font-family: "游ゴシック", sans-serif;
    text-align: left;
    margin-top: 0px;
  }
  .section_05_sp .content .substance .map {
    margin: auto;
    width: 90%;
    text-align: center;
  }
  .section_05_sp .content .substance .map img {
    width: 100%;
  }

  footer {
    height: 70px;
  }
  footer p {
    text-align: center;
    width: 100%;
    font-size: 10px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.schedule {
    max-width: 414px;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 670px) {
    .schedule {
        padding: 0 20px;
    }
}
.schedule img {
    max-width: 100%;
}
