@charset "UTF-8";


/*
Theme Name: eメッセージ2025年改修_v2.0
Description:回覧板・安否確認終息に伴う改修
Theme URI: 
Author: 
Author URI: 
Version: 1.0.0
License: 
License URI: 
*/

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  display: block;
}
@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
}
header nav {
  margin: 20px 0px 0 0px;
}
header nav h1.first {
  display: block;
}
header nav h1.second {
  display: none;
  margin: 0px;
}
header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
header ul li {
  list-style: none;
}
header ul li a {
  display: inline-block;
  margin-left: 12px;
  text-decoration: none;
  letter-spacing: 1.5px;
  /* アニメーションの変化時間 */
  transition: 0.5s;
  color: #1F3134;
}

/*トップロゴ*サイズ*/
.home header nav h1 img,
.page-id-1997 header nav h1 img,
.page-id-2002 header nav h1 img{
  width: 150px;
}

/*二階層目ロゴ*サイズ*/
.single header nav h1 img,
.page header nav h1 img,
.archive header nav h1 img,
.error404 header nav h1 img {
  width: 100px;
}

header .menu-top {
  display: flex;
}
header .menu-scroll {
  display: none;
}

header.scroll-nav .menu-top {
  display: none;
}
header.scroll-nav .menu-scroll {
  display: flex;
  align-items: flex-start;
}

header.scroll-nav {
  animation: DownAnime 0.5s forwards;
  padding: 0px 0px;
  background: rgba(255, 255, 255, 0.8);
}
header.scroll-nav nav {
  margin: 0px 0 0 20px;
  transition: 0.5s;
}
header.scroll-nav nav h1.first {
  display: none;
}
header.scroll-nav nav h1.second {
  display: block;
}
header.scroll-nav nav ul {
  margin: 0px;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header .menu-top {
  height: 80px;
  white-space: nowrap;
}
header .menu-top a:hover {
  text-decoration: none;
}
header .menu-top .contact {
  background: #32999B;
  background-image: url("images/contact-img.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 17px;
  background-size: 29px;
  letter-spacing: 1px;
  border-radius: 0px 0px 10px 0px;
}
header .menu-top .contact a {
  color: white;
  display: block;
  padding: 40px 45px 15px;
  text-decoration: none;
}
header .menu-top ul.supreq {
  width: 177px;
  margin: 0px;
}
header .menu-top ul.supreq li.suport {
  background: #FF9900;
  background-image: url("images/support_img.svg");
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: 8px;
  background-size: 20px;
  border-right: solid 1px #F3F8F7;
  border-bottom: solid 1px #F3F8F7;
  font-size: 1rem;
}
header .menu-top ul.supreq li.suport a {
  color: white;
  display: block;
  padding: 3px 20px 3px 43px;
  margin: 0px;
}
header .menu-top ul.supreq li.request {
  background: #0E96CC;
  background-image: url("images/request_img.svg");
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: 12px;
  background-size: 20px;
  letter-spacing: 1px;
  border-right: solid 1px #F3F8F7;
  font-size: 1rem;
  border-radius: 0px 0px 0px 10px;
}
header .menu-top ul.supreq li.request a {
  color: white;
  display: block;
  padding: 7px 20px 6px 43px;
  margin: 0px;
}
header .menu-top ul.teltime {
  margin: 10px 10px 0 0;
}
header .menu-top ul.teltime li {
  text-align: left !important;
}
header .menu-top ul.teltime li.tel {
  background-image: url("images/ic-free.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
}
header .menu-top ul.teltime li.tel a {
  color: #339900;
  text-shadow: 2px 1px #ffffff;
}
header .menu-top ul.teltime li.time {
  font-size: 0.9rem;
}

header.scroll-nav .menu-top {
  height: auto;
}

header .menu-scroll a:hover {
  text-decoration: none;
}
header .menu-scroll .contact {
  background: #32999B;
  background-image: url("images/contact-img.svg");
  background-repeat: no-repeat;
  background-position-x: 25px;
  background-position-y: 12px;
  background-size: 29px;
  letter-spacing: 1px;
  border-radius: 0px 0px 10px 0px;
  font-size: 1rem;
}
header .menu-scroll .contact a {
  color: white;
  display: block;
  padding: 9px 35px 9px 65px;
  text-decoration: none;
}
header .menu-scroll ul.supreq {
  font-size: 1rem;
  margin: -1px 0 -1px 0px;
}
header .menu-scroll ul.supreq li.suport {
  background: #FF9900;
  background-image: url("images/support_img.svg");
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: 14px;
  background-size: 20px;
  border-right: solid 1px #F3F8F7;
  border-radius: 0px 0px 0px 10px;
}
header .menu-scroll ul.supreq li.suport a {
  color: white;
  display: block;
  padding: 9px 20px 10px 43px;
  margin: 0px;
}
header .menu-scroll ul.supreq li.request {
  background: #0E96CC;
  background-image: url("images/request_img.svg");
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: 14px;
  background-size: 20px;
  letter-spacing: 1px;
  border-right: solid 1px #F3F8F7;
}
header .menu-scroll ul.supreq li.request a {
  color: white;
  display: block;
  padding: 9px 15px 10px 43px;
  margin: 0px;
}
header .menu-scroll ul.teltime li {
  text-align: left !important;
}

.sub-menu {
  display: none;
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.menu-item-has-children:hover .sub-menu {
  display: flex;
}

.menu {
  text-align: center;
}

.menu > .menu-item {
  display: inline-block;
  padding: .5em .3em;
}

.menu-item {
  list-style-type: none;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover {
  cursor: pointer;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
}

.sub-menu > .menu-item:hover {
  border: solid 5px #FFF1C8;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.7s;
}

.sub-menu > .menu-item {
  border: solid 5px #FFFfff;
}

ul.sub-menu {
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 46px -6px #cccccc;
}

ul#g-navi ul li {
  text-align: left;
  line-height: 23px;
  white-space: nowrap;
}
ul#g-navi ul li a {
  margin-left: 0px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 5px 10px 0px;
}
ul#g-navi ul li#menu-item-1983 ul li {
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 58px;
}
ul#g-navi ul li#menu-item-1983 ul li#menu-item-1987 {
  background-image: url(images/school_icon-menu.svg);
}
ul#g-navi ul li#menu-item-1983 ul li#menu-item-1987 a {
  margin-left: 10px;
  color: #FF9900;
  padding-left: 60px;
}
ul#g-navi ul li#menu-item-1983 ul li#menu-item-1986 {
  background-image: url(images/kigyou_icon-menu.svg);
}
ul#g-navi ul li#menu-item-1983 ul li#menu-item-1986 a {
  margin-left: 10px;
  color: #0099CC;
  padding-left: 60px;
}
ul#g-navi ul li#menu-item-1983 ul li#menu-item-1988 {
  background-image: url(images/jichikai-icon-menu.svg);
}
ul#g-navi ul li#menu-item-1983 ul li#menu-item-1988 a {
  margin-left: 10px;
  color: #E95388;
  padding-left: 60px;
}
ul#g-navi ul li#menu-item-1984 ul {
  justify-content: flex-start;
}
ul#g-navi ul li#menu-item-1984 ul li {
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 58px;
  padding: 15px 10px 15px 60px;
}
ul#g-navi ul li#menu-item-1984 ul li#menu-item-1990 {
  background-image: url(images/menu-koe.svg);
  background-size: 35px;
  padding-left: 50px;
}
ul#g-navi ul li#menu-item-1984 ul li#menu-item-1990 a {
  margin: 0px;
}
ul#g-navi ul li#menu-item-1984 ul li#menu-item-1989 {
  background-image: url(images/menu-jisseki.svg);
  background-size: 35px;
  padding-left: 40px;
}
ul#g-navi ul li#menu-item-1984 ul li#menu-item-1989 a {
  letter-spacing: 10px;
}
ul#g-navi ul li#menu-item-1985 ul {
  justify-content: flex-start;
}
ul#g-navi ul li#menu-item-1985 ul li {
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 58px;
}
ul#g-navi ul li#menu-item-1985 ul li#menu-item-1991 {
  background-image: url(images/menu-nagare.svg);
  background-size: 32px;
}
ul#g-navi ul li#menu-item-1985 ul li#menu-item-1991 a {
  margin: 0px;
  padding-left: 48px;
}
ul#g-navi ul li#menu-item-1985 ul li#menu-item-1992 {
  background-image: url(images/menu-qa.svg);
  background-size: 42px;
}
ul#g-navi ul li#menu-item-1985 ul li#menu-item-1992 a {
  margin: 0px;
  padding-left: 48px;
}
ul#g-navi li.icon img {
  width: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
}

/* CSS Document */
#hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  #hamburger {
    position: fixed;
    top: 15px;
    right: 25px;
    width: 55px;
    height: 55px;
    border-radius: 30%;
    cursor: pointer;
    z-index: 9999;
    background: #FF9900;
    display: block;
  }
}
.icon-animation {
  width: 55px;
  height: 55px;
  float: left;
  display: block;
  position: relative;
  border-radius: 50%;
}

.icon-animation span {
  width: 25px;
  height: 3px;
  display: block;
  background: none;
  position: relative;
  margin: auto;
  top: 22.5px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-animation span:after {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #ffffff;
  display: block;
  transform: translateX(0) rotate(0deg);
}

.icon-animation span:before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #ffffff;
  display: block;
  transform: translateX(0px) rotate(0deg);
}

/***********************************************
	ハンバーガーメニューの動き
***********************************************/
.type-4 .top {
  transform: translateY(-3.5px);
}

.type-4 .middle:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  background: none;
}

.type-4 .middle:before {
  content: "";
  transition: all 0.4s;
  width: 25px;
  display: block;
  height: 3px;
  background: #ffffff;
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.type-4 .bottom {
  transform: translateY(3.5px);
}

.type-4.is-open .top {
  transform: translateY(2.5px) rotate(-45deg);
}

.type-4.is-open .middle:before {
  transform: translateY(0px) translateX(100px);
  opacity: 0;
}

.type-4.is-open .middle:after {
  content: "";
  animation: circle 0.5s;
  animation-fill-mode: forwards;
  z-index: 9999999;
  border: 1px solid #ffffff;
}

.type-4.is-open .bottom {
  transform: translateY(-2.5px) rotate(45deg);
}

@keyframes circle {
  0% {
    transform: scale(0);
    opacity: 1;
    border: 1px solid #ffffff;
  }
  100% {
    opacity: 0;
    border: 1px solid #ffffff;
    transform: scale(1);
  }
}
.nav_sp {
  position: fixed;
  overflow: scroll;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9900;
  display: block;
  padding: 10px 25px;
  transform: translate(0%, -100%);
  background: #32999B;
  transition: all 500ms cubic-bezier(0.995, 0.01, 1, 0.415);
  text-align: center;
}
.nav_sp a {
  text-decoration: none;
}

.nav_sp.active {
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  background: #F0F8FA;
}

.nav_sp_top {
  width: 100%;
}

.nav_sp_top img {
  width: 80px;
  height: auto;
  display: flex;
  opacity: 0;
  transition: 0.3s;
  transform: translate(0px, -15px);
}

.nav_sp_top .home {
  opacity: 0;
  transition: 0.3s;
  transform: translate(0px, -15px);
}

.nav_sp.active .nav_sp_top img {
  opacity: 1;
  transition: 0.3s;
  transform: translate(0px, 0);
  transition-delay: 0.5s;
}

.nav_sp.active .nav_sp_top .home {
  opacity: 1;
  transition: 0.3s;
  transform: translate(0px, 0);
  transition-delay: 0.5s;
}

.nav_sp ul {
  width: 100%;
  display: block;
  padding: 30px 0;
}

.nav_sp ul li a {
  opacity: 0;
  transform: translate(0px, -15px);
  display: inline-block;
  color: #FFFFFF;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 180%;
  position: relative;
  letter-spacing: 2px;
}

.nav_sp.active ul li a {
  opacity: 1;
  transition: 0.3s;
  transform: translate(0px, 0px);
}

.nav_sp ul li:nth-child(1) a {
  transition-delay: 0s;
}

.nav_sp.active ul li:nth-child(1) a {
  transition-delay: 0.5s;
}

.nav_sp ul li:nth-child(2) a {
  transition-delay: 0.01s;
}

.nav_sp.active ul li:nth-child(2) a {
  transition-delay: 0.55s;
}

.nav_sp ul li:nth-child(3) a {
  transition-delay: 0.02s;
}

.nav_sp.active ul li:nth-child(3) a {
  transition-delay: 0.6s;
}

.nav_sp ul li:nth-child(4) a {
  transition-delay: 0.03s;
}

.nav_sp.active ul li:nth-child(4) a {
  transition-delay: 0.65s;
}

.nav_sp ul li:nth-child(5) a {
  transition-delay: 0.04s;
}

.nav_sp.active ul li:nth-child(5) a {
  transition-delay: 0.7s;
}

.nav_sp ul li:nth-child(6) a {
  transition-delay: 0.05s;
}

.nav_sp.active ul li:nth-child(6) a {
  transition-delay: 0.75s;
}

.nav_sp ul li:nth-child(7) a {
  transition-delay: 0.06s;
}

.nav_sp.active ul li:nth-child(7) a {
  transition-delay: 0.8s;
}

.nav_sp ul li:nth-child(8) a {
  transition-delay: 0.07s;
}

.nav_sp.active ul li:nth-child(8) a {
  transition-delay: 0.85s;
}

.nav_sp ul li:nth-child(9) a {
  transition-delay: 0.08s;
}

.nav_sp.active ul li:nth-child(9) a {
  transition-delay: 0.9s;
}

.nav_sp ul li:nth-child(10) a {
  transition-delay: 0.09s;
}

.nav_sp.active ul li:nth-child(10) a {
  transition-delay: 0.95s;
}

/***********************************************
	メニュー内(カスタマイズ)
***********************************************/
.nav_sp .home {
  background: #0058A5;
  border-radius: 8px;
  color: white;
  margin-left: 20px;
  padding: 0px 15px 0px 10px;
}
.nav_sp .home img {
  width: 20px;
  margin-right: 5px;
}
.nav_sp ul li {
  list-style: none;
  text-align: left;
}
.nav_sp ul li a {
  color: #1F3134;
}
.nav_sp ul li.education img {
  width: 40px;
  margin-right: 5px;
}
.nav_sp ul li.education a {
  color: #FF9900;
  font-weight: bold;
  border: solid 3px #FCCE1A;
  border-radius: 10px;
  padding: 7px;
  background: white;
  width: 100%;
}
.nav_sp ul li.organization img {
  width: 40px;
  margin-right: 5px;
}
.nav_sp ul li.organization a {
  color: #0099cc;
  font-weight: bold;
  border: solid 3px;
  border-radius: 10px;
  padding: 7px;
  background: white;
  margin-top: 10px;
  width: 100%;
}
.nav_sp ul li.jichikai img {
  width: 40px;
  margin-right: 5px;
}
.nav_sp ul li.jichikai a {
  color: #E95388;
  font-weight: bold;
  border: solid 3px;
  border-radius: 10px;
  padding: 7px;
  background: white;
  margin-top: 10px;
  width: 100%;
}
.nav_sp ul li.dounyu a, .nav_sp ul li.nagare a, .nav_sp ul li.qa a {
  width: 90%;
  border-bottom: solid 1px #1F3134;
  padding: 5px 10px 5px 10px;
  margin-left: 10px;
}
.nav_sp ul li.support {
  margin-top: 20px;
}
.nav_sp ul li.support a {
  color: #ffffff;
}
.nav_sp ul li.support a .mado {
  background-color: #FF9900;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  padding: 5px 20px;
  line-height: 22px;
}
.nav_sp ul li.support a .mado img {
  width: 23px;
  margin-right: 5px;
}
.nav_sp ul li.support a .komi {
  background-color: #0E96CC;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  padding: 5px 20px;
  line-height: 22px;
}
.nav_sp ul li.support a .komi img {
  width: 20px;
  margin-right: 5px;
}
.nav_sp ul li.shiryou {
  margin-top: 10px;
}
.nav_sp ul li.shiryou a {
  color: #ffffff;
  width: 100%;
  padding: 10px;
  background-color: #32999B;
  border-radius: 10px;
  text-align: center;
}
.nav_sp ul li.shiryou img {
  width: 25px;
  margin-right: 8px;
}
.nav_sp ul li.other {
  margin-top: 20px;
  margin-bottom: 20px;
}
.nav_sp ul li.other a {
  font-size: 1rem;
}
.nav_sp ul li.tel {
  display: flex;
  justify-content: center;
}
.nav_sp ul li.tel .no {
  color: #339900;
  font-size: 1.8rem;
  font-weight: bold;
}
.nav_sp ul li.tel .day {
  display: block;
  font-size: 1.0rem;
}

body {
  margin: 0;
  padding: 0;
  font-size: 105%;
  color: #1F3134;
  font-family: "Sawarabi Gothic";
  line-height: 30px;
  word-break: break-all;
}

ul {
  padding: 0px;
}
@media screen and (max-width: 519px) {
  ul {
    padding: 0px;
  }
}

a {
  text-decoration: underline;
}

#footer ul {
  justify-content: center;
  margin: 30px 0px 0px;
  padding: 0px;
  font-size: 0.95rem;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #footer ul {
    justify-content: space-around;
  }
}
@media screen and (max-width: 519px) {
  #footer ul {
    justify-content: space-between;
  }
}
#footer ul li {
  list-style: none;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  #footer ul li {
    margin: 0px;
    font-size: 0.9rem;
  }
}
#footer ul li img {
  height: 50px;
  margin-bottom: 5px;
}
#footer a {
  text-decoration: none;
  white-space: nowrap;
}
#footer footer {
  background: #0058A5;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
}

ul.footer-pc-none {
  display: none;
}
.d-no{display: none;}
@media screen and (max-width: 1024px) {
  ul.footer-pc-none {
    display: flex;
    margin-bottom: 5px !important;
    width: 100%;
  }
  .d-no{
    margin: 0 10px;
        text-align: right;
        font-size: 0.9rem;
        display: block;
  }
}
@media screen and (max-width: 1024px) {
  ul.footer-pc-none li {
    line-height: 22px;
  }
}

ul.footer-sp-none {
  display: flex;
}
@media screen and (max-width: 1024px) {
  ul.footer-sp-none {
    display: none;
  }
}

.service {
  margin: 50px auto 100px;
  width: 80%;
}
@media screen and (max-width: 519px) {
  .service {
    width: 90%;
  }
}

.service ul.ul02 {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 0px;
}
@media screen and (max-width: 519px) {
  .service ul.ul02 {
    flex-direction: column;
  }
}

.service ul.ul02 li {
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  border: 10px solid #E5F0F8;
  display: table-cell;
  margin-right: 10px;
}
@media screen and (max-width: 519px) {
  .service ul.ul02 li {
    margin: 5px 0px;
  }
}

.service ul li:first-child .inner {
  padding-right: 0;
  background-position: bottom 10px center;
}

.service ul.ul02 li .txt-area {
  font-size: 16px;
  color: #606060;
}

.service ul.ul02 li .txt-area p {
  line-height: 20px;
  margin-bottom: 10px;
}

.service h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.service ul.ul02 h2 {
  font-size: 17px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #19509D;
}

h1.entry-title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "M PLUS 1p";
  letter-spacing: 2px;
}
@media screen and (max-width: 519px) {
  h1.entry-title {
    font-size: 1.7rem;
  }
}
h1.entry-title::after {
  content: "";
  border: solid 2px #0099CC;
  display: block;
  width: 83px;
  margin-top: 15px;
}

.entry-content h1 {
  background: #f0f8ff;
  color: #333;
  padding: 15px 0.8em 15px;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 519px) {
  .entry-content h1 {
    font-size: 1.2rem;
  }
}

.entry-content h2, .tabs article h2 {
  border-bottom: 1px dotted;
  padding: 0.3em 2em;
  padding-left: 30px;
  background: url(img/ic-circle-blue.gif) no-repeat left;
  border-radius: 0;
  font-size: 1.2rem;
  margin: 30px 0;
}

.entry-content h3 {
  font-size: 1.1rem;
  border-radius: 5px;
  background: #f0f0f0;
  border-bottom: none;
  padding: 12px 20px;
  font-weight: bold;
}

.entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6 {
  font-size: 16px;
  line-height: 1.2632;
  margin-top: 3.3684em;
  margin-bottom: 1.6842em;
}

h5 {
  color: #023d89;
  line-height: 1.5em;
  font-weight: 500;
}

img.alignright {
  display: inline;
  float: right;
}
@media screen and (max-width: 519px) {
  img.alignright {
    float: none;
    margin: 0px !important;
    display: block;
  }
}

img.alignleft {
  display: inline;
  float: left;
}
@media screen and (max-width: 519px) {
  img.alignleft {
    float: none;
    margin: 0px !important;
    display: block;
  }
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4211em 0 1.6842em 1.6842em;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

button[disabled], input[disabled], select[disabled], textarea[disabled] {
  cursor: default;
  opacity: .5;
}

.btn-contact {
  background: transparent linear-gradient(#f5f5f5, #ececec) repeat scroll 0 0;
  box-shadow: 1px 1px 1px #d3d3d3;
  border-radius: 50px;
  min-width: 280px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 519px) {
  .btn-contact {
    min-width: 100%;
  }
}
.btn-contact a {
  color: #1F3134;
  font-weight: bold;
}

article#brand {
  text-align: center;
  padding: 70px 0px;
  background: url("images/bland-backimg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 850px;
}
@media screen and (max-width: 1024px) {
  article#brand {
    width: 90%;
    margin: 0 auto;
    background-size: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 519px) {
  article#brand {
    padding: 40px 20px;
    background-size: 100%;
  }
}
article#brand h1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 519px) {
  article#brand h1 {
    font-size: 1.2rem;
    line-height: 28px;
  }
}
article#brand button {
  display: table;
  border-radius: 50px;
  background-color: #E95388;
  border: none;
  margin: 30px auto 0px;
  padding: 7px 48px 9px;
}
article#brand button a {
  color: #fff;
  text-decoration: none;
}
article#brand button a:hover {
  text-decoration: none;
}

.organization section.freedial,
.education section.freedial {
  background-color: #fef4f4;
  padding: 70px 0 30px;
  margin: 35px 0 80px;
}
@media screen and (max-width: 519px) {
  .organization section.freedial,
  .education section.freedial {
    padding: 50px 0 30px;
  }
}
.organization section.freedial h1,
.education section.freedial h1 {
  font-size: 1.8rem;
}
.organization section.freedial ul li,
.education section.freedial ul li {
  background: #ffffff;
  padding: 20px 40px 30px;
}
@media screen and (max-width: 1024px) {
  .organization section.freedial ul li,
  .education section.freedial ul li {
    width: 30%;
  }
}
@media screen and (max-width: 519px) {
  .organization section.freedial ul li,
  .education section.freedial ul li {
    width: 100%;
  }
}
.organization section.freedial ul img,
.education section.freedial ul img {
  margin-bottom: 0px;
}

.alignright {
  display: inline;
  float: right;
}

.entry-content ul li {
  list-style: none;
}

.ps-br {
  display: block;
}
@media screen and (max-width: 519px) {
  .ps-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .sp-br {
    display: block;
  }
}

.sp-brnon {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sp-brnon {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .sp-brnon {
    display: none;
  }
}

.text-mini {
  font-size: 0.9rem;
}

.main-visual {
  background: #f8f8ff;
  background-size: cover;
  background-image: url("images/back_img.png");
  /*height: 100vh;*/
  background-position: bottom;
  position: relative;
}

.top-maintext {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .top-maintext {
    top: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .top-maintext {
    top: 40%;
  }
}
@media screen and (max-width: 519px) {
  .top-maintext {
    width: 100%;
    top: 45% !important;
  }
}
.top-maintext h1 {
  font-family: "M PLUS 1p";
  color: #0058A5;
  text-align: center;
  font-size: 3vw;
  margin-top: 25px;
  line-height: 2.5vw;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 1px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.top-maintext h1 img {
  display: block;
  width: 95px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 519px) {
  .top-maintext h1 img {
    display:block;
  }
}
@media screen and (max-width: 519px) {
  .top-maintext h1 {
    display: block;
    font-size: 5vw!important;
  }
}
@media screen and (max-width: 1024px) {
  .top-maintext h1 {
    font-size: 3.5vw;
  }
}
.top-maintext h2 {
  font-family: "Sawarabi Gothic";
  color: #1F3134;
  text-align: center;
  font-size: 2vw;
  margin-top: 25px;
  line-height: 2.5vw;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 519px) {
  .top-maintext h2 {
    font-size: 6vw !important;
    line-height: 8vw !important;
  }
}
@media screen and (max-width: 1024px) {
  .top-maintext h2 {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
.top-maintext h2 .comme {
  display: inline;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .top-maintext h2 .comme {
    display: none;
  }
}
.top-maintext h3 {
  font-family: "M PLUS 1p";
  color: #E95388;
  text-align: center;
  font-size: 3vw;
  margin-top: 2vw;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 1px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  background-image: url("images/h3back.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 30px;
  background-position-x: center;
}
@media screen and (max-width: 1024px) {
  .top-maintext h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .top-maintext h3 {
    background-size: 55%;
    padding-bottom: 3.2vw;
    font-size: 6vw;
  }
}
.top-maintext .comme {
  display: inline;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .top-maintext .comme {
    display: none;
  }
}
.top-maintext .top-btn {
  background-color: #32999B;
  font-family: "Sawarabi Gothic";
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  margin: 50px auto 0px;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 4px 5px 5px #dae0e5;
}
@media screen and (max-width: 1024px) {
  .top-maintext .top-btn {
    margin: 20px auto 0px;
  }
}
.top-maintext .top-btn a {
  color: #ffffff;
  padding: 8px 50px;
  display: block;
  text-decoration: none;
}
.top-maintext .top-btn a:hover {
  text-decoration: none;
}

.top-maintext-z {
  z-index: 100;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 519px) {
  .top-maintext-z {
    margin-top: 0px;
  }
}

.top-maintext-l {
  display: flex;
  align-items: flex-end;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .top-maintext-l {
    width: 40%;
    position: absolute;
    bottom: 20px;
    left: 0px;
  }
}
@media screen and (max-width: 519px) {
  .top-maintext-l {
    width: 60% !important;
    bottom: 100px;
  }
}
.top-maintext-l img {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .top-maintext-l img {
    width: 100%;
   margin: 0px;
  }
}

.top-maintext-r {
  background-repeat: no-repeat;
  z-index: 40;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 30%;
  /*justify-content: center;*/
  top: 100px;
}
@media screen and (min-width: 1501px) {
  .top-maintext-r {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .top-maintext-r {
    position: relative;
  }
}
@media screen and (max-width: 519px) {
  .top-maintext-r {
    position: absolute;
    right: 0px;
    width: 50%;
    bottom: 0;
  }
}
.top-maintext-r img {
  /*width: 100%;*/
}
@media screen and (max-width: 1024px) {
  .top-maintext-r img {
    display: none;
  }
}
.head_news_area{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 5%;
    z-index: 100;
}
@media screen and (max-width: 1024px) {
  .head_news_area {
    position:relative;
    right: 0;
  }
}

.head_news_area .midashi{
    background: #E95388;
    display: table;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 1.3rem;
    position: relative;
}


.head_news_area .midashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E95388;
}
@media screen and (max-width: 519px) {
  .head_news_area .midashi{
    background: #0058A5;
  }
  .head_news_area .midashi:before {
    border-top: 15px solid #0058A5;
  }
}

.release ul{
  display: flex;
  margin-top: 10px;
}
.release ul li{
  list-style: none;
  list-style: none;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  width: 179px;
  height: 179px;
  position: relative;
  border: solid 1px #D2E5E3;
  text-align: center;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 25px;
  padding-top: 33px;
  font-weight: bold;
}
.release ul li:nth-child(1){
  box-shadow: 6px 6px #FF9900;
}
.release ul li:nth-child(2){
  box-shadow: 6px 6px #009900;
}
.release ul li div{
  color: #ffffff;
  border-radius: 50%;
  width: 93px;
  height: 93px;
  position: absolute;
  line-height: 21px;
  padding-top: 15px;
  font-weight: normal;
  font-size: 1.1rem;
}
.release ul li.release1 div{
  background: #FF9900;
  left: -50px;
  top: -20px;
  padding-top: 23px;
  line-height: 22px;
}
@media screen and (max-width: 519px) {
  .release ul li.release1 div{
    left: -27px;
    top: -51px;
  }
}
.release ul li.release1 span{
  color:#ff9900;
  font-size: 1.25rem;
    margin-top: 5px;
    display: block;
}
.release ul li.release2 div{
  background: #009900;
  right: -50px;
  bottom: -35px;
}
@media screen and (max-width: 519px) {
  .release ul li.release2 div{
    right: auto;
    bottom: auto;
  }
}
.release ul li.release2 span{
  color:#009900;
}
.release ul li.release2 img{
  width: 90px;
  margin-top: 5px;
}


.top-maintext-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-maintext-logo {
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
  }
  .top-maintext-logo img {
    width: 110px;
  }
}

.top-main {
  width: 95%;
  height: 890px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1501px) {
  .top-main {
    width: 95%;
  }
}
@media screen and (max-width: 519px) {
  .top-main {
    display: block;
  }
}

.plan_wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .plan_wrap {
    flex-direction: column;
  }
}

article#top-plan {
  width: 90%;
  margin: 70px auto;
  text-align: center;
}
@media screen and (max-width: 519px) {
  article#top-plan {
    margin: 70px auto 10px;
  }
}
article#top-plan h1 {
  font-family: "M PLUS 1p";
  color: #0058A5;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}
@media screen and (max-width: 519px) {
  article#top-plan h1{
  font-size: 2rem!important;
  }
}
article#top-plan .subtitle {
  font-size: 1.3rem;
  font-family: "Sawarabi Gothic";
  position: relative;
  display: table;
  margin: 0 auto 50px;
}
@media screen and (max-width: 519px) {
  article#top-plan .subtitle {
    margin: 0 auto 10px;
  }
}
article#top-plan .subtitle img {
  position: absolute;
  left: -80px;
  top: -45px;
  width: 70px;
}
@media screen and (max-width: 519px) {
  article#top-plan .subtitle img {
    left: 0px;
    top: -100px;
  }
}
article#top-plan section {
  border-radius: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 519px) {
  article#top-plan section {
    width: 100%;
    margin: 0 auto 100px;
  }
}

article#top-plan section ul {
  background: white;
  margin: 10px auto 0px;

}
article#top-plan section ul li {
  list-style: none;
  text-align: left;
  list-style-position: inside;
  font-size: 1.3rem;
  line-height: 27px;
  padding: 0;
}

article#top-plan section .planya {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -40px;
}
article#top-plan section .planya img {
  width: 21px;
  margin: 14px auto 0;
}
article#top-plan section.j-plan {
  position: relative;
  border: solid 18px #0099CC;
  width: 311px;
  line-height: 23px;
}
@media screen and (max-width: 1024px) {
  article#top-plan section.j-plan {
    width: 90%;
    margin: 70px auto 0;
    padding: 20px;
  }
}

article#top-plan section.j-plan .comingsoon{
  position: absolute;
  top:-50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-wrap: inherit;
  white-space: nowrap;
}
article#top-plan section.j-plan .comingsoon div{
  background: #E95388;
  display: table;
  padding: 7px 23px 10px;
  color: #ffffff;
  font-size: 1.2rem;
  position: relative;
  line-height: 20px;
}
article#top-plan section.j-plan .comingsoon div:before{
  content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #E95388;
} 
article#top-plan section.j-plan a{
  text-decoration: none;
}
article#top-plan section.j-plan .day{
  color: #E95388;
  font-family: "M PLUS 1p";
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

article#top-plan section.j-plan h2{
  font-size: 2rem;
  color: #0099CC;
  font-family: "M PLUS 1p";
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 35px;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 10px;
  display: table;
  margin: 10px auto 10px;
}
article#top-plan section.j-plan .j-plan-list{
    list-style-position: outside;
    line-height: 30px;
    border: solid 1px #33CCFF;
    background-color: #E1FFFF;
    width: 90%;
    text-align: center;
    padding: 10px 0px;
    margin: 15px auto 0;
    box-shadow: 0px 2px 5px 0px rgba(204, 204, 204, 0.35);
}


article#top-plan section.k-plan {
  position: relative;
  width: 756px;
  margin-right: 20px;
  border: solid 18px #FCC800;
}
@media screen and (max-width: 1024px) {
  article#top-plan section.k-plan {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 519px) {
  article#top-plan section.k-plan {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 40px;
  }
  article#top-plan section ul{
    padding: 0px 5px 0 5px;
    margin: 0;
  }
  article#top-plan section.k-plan h2{
    text-align: center;
  }
}

article#top-plan section.k-plan h2{
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  color: #FF9900;
  font-family: "M PLUS 1p";
    font-weight: bold;
    letter-spacing: 2px;
}
article#top-plan section.k-plan h2 .sub_ti{
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: "Sawarabi Gothic";
}
article#top-plan section.k-plan a{
  text-decoration: none!important;
  color: #000;
  margin-bottom: 25px;
  display: block;
}
@media screen and (max-width: 519px) {
  article#top-plan section.k-plan a{
    margin-bottom: 0px;
  }
}

article#top-plan section.k-plan ul li ul {
  display: flex;
  justify-content: center;
  font-family: "M PLUS 1p";
}
@media screen and (max-width: 519px) {
  article#top-plan section.k-plan ul li ul{
    flex-direction: column;
    align-items: center;
  }
  article#top-plan section.k-plan ul li ul li{
    margin-bottom: 10px !important;
  }
}
article#top-plan section.k-plan ul li ul li {
  list-style: none;
  list-style-position: outside;
  line-height: 30px;
  font-weight: bold;
  border: solid 1px #FCC800;
  background-color: #FEFAF0;
  width: 210px;
  text-align: center;
  padding: 10px 0px;
  margin: 0 5px;
  box-shadow: 0px 2px 5px 0px rgba(204, 204, 204, 0.35);
}
article#top-plan section.k-plan ul li.come{
  width: 100%;
  padding: 0px;
  text-align: center;
  margin: 30px 0px 60px;
  font-size: 1.1rem;
}
@media screen and (max-width: 519px) {
  article#top-plan section.k-plan ul li.come{
    margin: 0px 0px;
  }
  }
article#top-plan section.k-plan .k-head_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 519px) {
  article#top-plan section.k-plan .k-head_wrap{
    flex-direction: column;
  }
}
article#top-plan section.k-plan .k-plan-icon img {
  width: 78px;
  margin-right: 20px;
}
@media screen and (max-width: 519px) {
  article#top-plan section.k-plan .k-plan-icon img{
    margin: 0px 0 10px;
  }
}

article#top-plan section.k-plan .planya {
  background: #FCC800;
}
article#top-plan section.g-plan {
  background: #E95388;
  position: relative;
}
@media screen and (max-width: 519px) {
  article#top-plan section.g-plan {
    margin-bottom: 10px;
  }
}
article#top-plan section.g-plan h2 img {
  width: 270px;
}
@media screen and (max-width: 1024px) {
  article#top-plan section.g-plan h2 img {
    width: 25vw;
  }
}
@media screen and (max-width: 519px) {
  article#top-plan section.g-plan h2 img {
    width: 270px !important;
  }
}
article#top-plan section.g-plan .g-plan-icon {
  border-radius: 50px;
  background: white;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -45px;
  border: solid 5px #E95388;
}
article#top-plan section.g-plan .g-plan-icon img {
  width: 59px;
  margin-top: 19px;
}
article#top-plan section.g-plan .planya {
  background: #E95388;
}

section.k-hiwa {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
  top: 50px;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa {
    height: 1000px;
  }
}
section.k-hiwa .wrapper {
  width: 65%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa .wrapper {
    width: 80%;
  }
}
section.k-hiwa::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F0F8FA;
  transform: skewY(11deg);
  z-index: -1;
}
section.k-hiwa h1 {
  position: absolute;
  left: -85px;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa h1 {
    position: unset;
  }
}
section.k-hiwa h1 img {
  width: 100%;
}
section.k-hiwa .text1 {
  width: 60%;
  float: left;
  margin-top: 147px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa .text1 {
    width: 100%;
    margin-top: 10px;
  }
}
section.k-hiwa .text1 img {
  position: absolute;
  right: -320px;
  top: -160px;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa .text1 img {
    position: unset;
    display: block;
  }
}
section.k-hiwa .text2 {
  width: 60%;
  float: right;
  margin-top: 45px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa .text2 {
    width: 100%;
  }
}
section.k-hiwa .text2 img {
  left: -385px;
  top: -20px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa .text2 img {
    position: unset;
    width: auto;
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 519px) {
  section.k-hiwa .text2 img {
    width: 95%;
  }
}
section.k-hiwa .text2 btn {
  background: #0058A5;
  border-radius: 30px;
  display: table;
  margin: 20px auto 0px;
  box-shadow: 4px 5px 5px #dae0e5;
  width: auto;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa .text2 btn {
    width: 100%;
    text-align: center;
  }
}
section.k-hiwa .text2 btn a {
  display: block;
  padding: 5px 50px;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  section.k-hiwa .text2 btn a {
    padding: 5px 10px;
  }
}
section.k-hiwa .text2 btn a:hover {
  text-decoration: none;
}

section.jisseki {
  width: 100%;
  margin: 0 0 200px;
  padding: 0px;
  position: relative;
  top: 100px;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  section.jisseki {
    height: 1000px;
  }
}
@media screen and (max-width: 519px) {
  section.jisseki {
    height: 890px;
  }
}
section.jisseki .wrapper {
  margin: 0 auto;
  position: relative;
  padding: 50px 0px;
  width: 90%;
}
section.jisseki .wrapper h1 {
  display: table;
  margin: 0 auto;
  background-image: url("images/jisseki_h1back.png");
  background-repeat: no-repeat;
  background-size: 235px;
  width: 235px;
  height: 94px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper h1 {
    margin-bottom: 30px;
  }
}
section.jisseki .wrapper .jwrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  background-image: url("images/j-map.png");
  background-repeat: no-repeat;
  justify-content: flex-end;
  height: 38vw;
  background-size: 32vw;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap {
    flex-direction: column-reverse;
    background-image: none;
  }
}
section.jisseki .wrapper .jwrap img.j-map {
  display: block;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap img.j-map {
    display: none;
  }
}
section.jisseki .wrapper .jwrap img.j-map-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap img.j-map-sp {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 519px) {
  section.jisseki .wrapper .jwrap img.j-map-sp {
    width: 100%;
  }
}
section.jisseki .wrapper .jwrap .jwrap-r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.2rem;
  width: 60%;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap .jwrap-r {
    align-items: center;
    width: 100%;
    margin-top: 0px;
  }
}
section.jisseki .wrapper .jwrap .jwrap-r .jwrap-r-text {
  display: flex;
  align-items: center;
}
section.jisseki .wrapper .jwrap .jwrap-r img {
  display: block;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap .jwrap-r img {
    display: none;
  }
}
section.jisseki .wrapper .jwrap .jwrap-r .point {
  font-weight: bold;
  color: #339900;
}
section.jisseki .wrapper .jwrap .jwrap-r ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap .jwrap-r ul {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 519px) {
  section.jisseki .wrapper .jwrap .jwrap-r ul {
    margin-top: 0px;
  }
}
section.jisseki .wrapper .jwrap .jwrap-r ul li {
  list-style: none;
  font-size: 1rem;
  padding: 0px 30px 55px 30px;
  margin: 20px 0px;
  background-image: url(images/jisseki_medal.png);
  background-size: 200px;
  background-repeat: no-repeat;
  width: 210px;
  height: 154px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap .jwrap-r ul li {
    background-size: 98%;
  }
}
@media screen and (max-width: 519px) {
  section.jisseki .wrapper .jwrap .jwrap-r ul li {
    font-size: 3vw;
    line-height: 13px;
    margin: 0px;
    padding: 0px 30px 62px 30px;
  }
}
section.jisseki .wrapper .jwrap .jwrap-r ul li .push {
  color: #cc2b07;
  font-weight: bold;
  font-size: 1.9rem;
  margin: 11px 0px;
}
@media screen and (max-width: 1024px) {
  section.jisseki .wrapper .jwrap .jwrap-r ul li .push {
    font-size: 4.5vw;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 519px) {
  section.jisseki .wrapper .jwrap .jwrap-r ul li .push {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
section.jisseki::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFDA;
  transform: skewY(349deg);
  z-index: -1;
}

section.freedial {
  margin: 100px 0 80px;
  position: relative;
  text-align: center;
}
section.freedial h1 {
  font-size: 2.0rem;
  position: relative;
  display: table;
  margin: 0 auto;
  font-family: "M PLUS 1p";
  font-weight: bold;
}
@media screen and (max-width: 519px) {
  section.freedial h1 {
    width: 80%;
    line-height: 60px;
  }
}
section.freedial h1 img {
  position: absolute;
  left: -50px;
  top: -50px;
}
@media screen and (max-width: 519px) {
  section.freedial h1 img {
    left: -25px;
    top: -50px;
  }
}
section.freedial h1 .point {
  color: #E95388;
  background-image: url("images/freedial_imgh1.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 10px;
  background-position-x: center;
  margin-right: 10px;
}
section.freedial ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-direction: row;
  padding: 0px;
}
@media screen and (max-width: 519px) {
  section.freedial ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
section.freedial ul li {
  width: 22%;
  background: #E5F1FB;
  border: solid 1px #0099CC;
  border-radius: 15px;
  list-style: none;
  display: flex;
  color: #1F3134;
  align-items: center;
  flex-direction: column;
  margin: 30px 10px 10px;
  padding: 30px 40px 40px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 519px) {
  section.freedial ul li {
    margin: 10px auto 10px;
    padding: 20px;
    width: 100%;
  }
}
section.freedial ul li u {
  color: #E95388;
}
@media screen and (max-width: 519px) {
  section.freedial ul li u {
    text-decoration: none;
  }
}
section.freedial ul li img {
  margin-bottom: 25px;
}
@media screen and (max-width: 519px) {
  section.freedial ul li img {
    width: 80px;
    margin-bottom: 10px;
  }
}

section.security {
  margin: 0;
  position: relative;
}
section.security h1 {
  font-size: 2.0rem;
  position: relative;
  display: table;
  margin: 0 auto;
  font-weight: bold;
  background-image: url("images/security_icon.png");
  background-repeat: no-repeat;
  padding: 7px 0px 0px 60px;
  background-size: 40px;
}
@media screen and (max-width: 519px) {
  section.security h1 {
    width: 90%;
    padding: 0px 0px 0px 60px;
  }
}
section.security .wrapper {
  display: flex;
  width: 80%;
  margin: 50px auto 10px;
  flex-direction: row;
}
@media screen and (max-width: 519px) {
  section.security .wrapper {
    flex-direction: column;
    margin: 20px auto 10px;
  }
}
section.security .wrapper .mailkanri {
  border: solid 1px #1F3134;
  width: 50%;
}
@media screen and (max-width: 519px) {
  section.security .wrapper .mailkanri {
    width: 100%;
  }
}
section.security .wrapper .mailkanri h2 {
  background: #32999B;
  color: #ffffff;
  border-bottom: solid 1px #1F3134;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 10px;
}
section.security .wrapper .mailkanri img {
  width: 60px;
  height: 58px;
  margin: 10px 20px 0px;
  float: right;
}
section.security .wrapper .kouteki {
  border-top: solid 1px #1F3134;
  border-right: solid 1px #1F3134;
  border-bottom: solid 1px #1F3134;
  border-left: none;
  width: 50%;
}
@media screen and (max-width: 519px) {
  section.security .wrapper .kouteki {
    width: 100%;
    margin-top: 20px;
    border-left: solid 1px #1F3134;
  }
}
section.security .wrapper .kouteki .kouteki-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  section.security .wrapper .kouteki .kouteki-wrap {
    flex-direction: column;
  }
}
section.security .wrapper .kouteki h2 {
  border-bottom: solid 1px #1F3134;
  background: #E95388;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0px;
}
section.security .wrapper .kouteki ul.btn li {
  border-radius: 50px;
  background: #0058A5;
  list-style: none;
  white-space: nowrap;
}
section.security .wrapper .kouteki ul.btn li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
  margin-bottom: 10px;
}
section.security .wrapper .kouteki ul.mark {
  background: #ffffff;
}
section.security .wrapper .kouteki ul.mark li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 20px;
}
section.security .wrapper .kouteki ul.mark li.p-mark img {
  width: 50px;
  height: auto;
}
section.security .wrapper .kouteki ul.mark li.isms-mark img {
  width: 100px;
  height: auto;
}

#info {
  margin: 80px auto 50px;
  display: flex;
  width: 80%;
  flex-direction: row;
}
@media screen and (max-width: 519px) {
  #info {
    flex-direction: column;
    width: 90%;
  }
}
#info .maintenance {
  width: 60%;
  margin-right: 30px;
}
@media screen and (max-width: 519px) {
  #info .maintenance {
    width: 100%;
    margin-bottom: 30px;
  }
}
#info .maintenance h2 {
  font-size: 1.1rem;
  border-bottom: solid 4px #006EB0;
  padding-bottom: 5px;
  font-weight: bold;
}
#info .maintenance ul {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 1rem;
}
#info .maintenance ul li {
  list-style: none;
}

#info .maintenance ul li .date {
  display: block;
}

#info .news {
  width: 90%;
}
@media screen and (max-width: 519px) {
  #info .news {
    width: 100%;
  }
}
#info .news h2 {
  font-size: 1.1rem;
  border-bottom: solid 4px #FCC800;
  padding-bottom: 5px;
  font-weight: bold;
}
#info .news ul {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 1rem;
}
#info .news ul li {
  list-style: none;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 519px) {
  #info .news ul li {
    flex-direction: column;
    border-bottom: dotted 1px;
  }
}
#info .news ul li .date {
  white-space: nowrap;
  margin-right: 15px;
}

#primary {
  width: 80%;
  margin: 210px auto 0px;
}
@media screen and (max-width: 1024px) {
  #primary {
    margin: 50px auto 0px;
    width: 90%;
  }
}

.top-maintext-logo-page {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-maintext-logo-page {
    display: block;
    margin: 15px 15px 0px;
  }
  .top-maintext-logo-page img {
    width: 95px;
  }
}

#insta-first {
  display: table;
  width: 100%;
}
#insta-first ul {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #insta-first ul {
    padding: 0px;
  }
}
@media screen and (max-width: 519px) {
  #insta-first ul {
    display: flex;
    flex-direction: column;
  }
}
#insta-first ul li {
  display: table-cell;
  width: auto;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  vertical-align: middle;
  padding: 0;
}
@media screen and (max-width: 519px) {
  #insta-first ul li {
    margin: 10px;
  }
}
#insta-first ul li .insta-order {
  font-size: 22px;
  padding: 0.4em 0 0;
  width: 50px;
  height: 50px;
  color: #fff;
  top: -5px;
  left: -10px;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  text-align: center;
  z-index: 20;
}

@media screen and (max-width: 1024px) {
  img.kuwa-kai {
    width: 100% !important;
    height: auto;
  }
}

#insta-first ul li .insta-frame {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: 8px solid #fff;
  width: 90%;
  padding: 2.3em 0.6em;
  border-radius: 20px;
}
@media screen and (max-width: 519px) {
  #insta-first ul li .insta-frame {
    width: 100%;
  }
}

#insta-first ul li:first-child .insta-order {
  background: #0070cb;
}

#insta-first ul li:first-child .insta-frame {
  border: 8px solid #eee;
  color: #023d89;
}

#insta-first ul li:last-child .insta-frame {
  border: 8px solid #eee;
  color: #023d89;
}

#insta-first ul li::after {
  content: "";
  display: inline-block;
  background: url("images/arrow_right.svg");
  background-size: 19px;
  background-position-y: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -5px;
  display: block;
}
@media screen and (max-width: 519px) {
  #insta-first ul li::after {
    display: none;
  }
}

#insta-first ul li:last-child::after {
  display: none;
}

#insta-first ul li:nth-child(2) .insta-order {
  background: #ff6633;
}

#insta-first ul li:nth-child(2) .insta-frame {
  border: 8px solid #eee;
  color: #ff3300;
}

#insta-first ul li:last-child .insta-order {
  background: #009966;
}

#insta-first .insta-gray {
  border: 2px dotted #ccc;
  background: #f7f7f7;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0 auto;
  display: table;
}

.btn-red-insta {
  background: #32999B;
  border-radius: 5px;
  padding: 3px 8px 2px;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}

#insta01 h1 {
  color: #023d89;
}

#insta01 h1, #insta02 h1, #insta03 h1 {
  border: 5px solid #f5f5f5;
  background: none;
  position: relative;
  padding: 0.8em 0 0.7em 3em;
}

#insta01 .arrow-box {
  border-color: #0070cb;
}

#insta02 .arrow-box {
  border-color: #ff6633;
}

#insta03 .arrow-box {
  border-color: #009966;
}

.arrow-box {
  border-left: 30px solid #f0f8ff;
  border-left-color: aliceblue;
  border-left-width: 30px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 10px 0 5px 30px;
  position: relative;
  border-width: 40px;
}
@media screen and (max-width: 519px) {
  .arrow-box {
    border-width: 20px;
    padding: 10px 0 5px 20px;
  }
}
.arrow-box ul {
  padding: 0px;
}
.arrow-box ul li {
  list-style: none;
}
.arrow-box ul li .btn-contact {
  background: #0E96CC;
}
.arrow-box ul li .btn-contact a {
  color: #ffffff;
  text-decoration: none;
}
.arrow-box ul li h3 {
  margin-bottom: 20px;
}
.arrow-box ul li p {
  margin-bottom: 30px;
}

#insta01 .arrow-box::after {
  background-image: url(images/arrow_bottom_b.svg);
  background-size: 65px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 519px) {
  #insta01 .arrow-box::after {
    background-size: 40px;
  }
}

#insta02 .arrow-box::after {
  background-image: url(images/arrow_bottom_o.svg);
  background-size: 65px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 519px) {
  #insta02 .arrow-box::after {
    background-size: 40px;
  }
}

#insta03 .arrow-box::after {
  background-image: url(images/arrow_bottom_g.svg);
  background-size: 65px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 519px) {
  #insta03 .arrow-box::after {
    background-size: 40px;
  }
}

.arrow-box::after {
  bottom: -40px;
  left: -52px;
  position: absolute;
  content: "";
  width: 65px;
  height: 50px;
}
@media screen and (max-width: 519px) {
  .arrow-box::after {
    left: -29px;
  }
}

#insta01 h1 .insta-order, #insta02 h1 .insta-order, #insta03 h1 .insta-order {
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  font-size: 21px;
  padding: 0.4em 0 0;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  font-size: 21px;
  text-align: center;
  z-index: 20;
}

#insta01 h1 .insta-order {
  background: #0070cb;
}

#insta03 h1 .insta-order {
  background: #009966;
}

#insta01 h1, #insta02 h1, #insta03 h1 {
  border: 5px solid #f5f5f5;
  background: none;
  position: relative;
  padding: 0.8em 0 0.7em 3em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 519px) {
  #insta01 h1, #insta02 h1, #insta03 h1 {
    padding: 0.5em 0 0.7em 2.5em;
  }
}

#insta01 h1 {
  color: #023d89;
}

#box_tel {
  background: url(img/ic-free.png) no-repeat left top;
  background-position-y: 5px;
}

#box_tel .txt_tel1 {
  float: left;
  font-weight: 600;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: -5px;
  font-size: 18px;
}

#box_tel .txt_tel1 a {
  color: #339900;
  text-decoration: none;
  font-size: 1.7rem;
  padding-left: 47px;
}

.single-performance #sec02 article {
  border: 1px #eee solid;
  padding: 1em 1em 0;
  background: none repeat scroll 0 0 #f7f7f7;
  width: 100%;
  margin: 1em 0rem;
  display: inline-block;
}

#sec02 article .face {
  float: right;
}
@media screen and (max-width: 519px) {
  #sec02 article .face {
    float: none;
    box-shadow: none !important;
  }
}

#sec02 article dd {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
  padding: 0 5px;
}

#sec02 article dt a {
  color: #006699 !important;
}

#sec02 article dt {
  line-height: 1.5;
  border-bottom: solid 1px #999;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
#sec02 article dt a {
  text-decoration: none;
}
@media screen and (max-width: 519px) {
  #sec02 article dt {
    padding-left: 0px;
  }
}

.category-jisseki p {
  margin-bottom: 20px;
}

.category-jisseki h5 {
  color: #fd7e14;
}

a.btn2 {
  border-radius: 3px;
  background-color: #e57981;
  box-shadow: 0 5px 0 #dc5f67, 0 10px 3px rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  margin: 10px auto;
  padding: 0.3em 1em 0.2em 1em;
}

.cnt-jisseki {
  display: flex;
  padding: 0 0 0px;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 519px) {
  .cnt-jisseki {
    flex-direction: column;
  }
}

.txt-scroll {
  border: 1px outset;
  width: 100%;
  height: 300px;
  overflow: auto;
  padding: 1em;
  margin-bottom: 1em;
}

.single-faq .entry-content h2 {
  padding: 0.8em 0.5em 0.9em 55px;
  border-bottom: 1px solid #1CAD7E;
  background: url(images/ic-faq.gif) no-repeat left;
  border-radius: 0;
}

@media screen and (max-width: 519px) {
  img.hiwa-image {
    width: 100%;
    height: auto;
  }
}

.cnt-home {
  display: flex;
  padding: 0 0 0px;
  width: 100%;
  flex-direction: row;
}
@media screen and (max-width: 519px) {
  .cnt-home {
    flex-direction: column;
  }
}

.cnt-home article {
  margin-right: 10px;
  margin-top: 30px;
  width: calc(100% / 4);
}
.cnt-home article h3 {
  padding: 7px 15px;
  font-size: 1.0rem;
}
.cnt-home article ul {
  padding: 0px;
}
.cnt-home article ul li {
  font-size: 1rem;
  padding-left: 15px;
  font-size: 1rem;
}

.cnt-home article .domein_memo1{
  font-weight: bold;
  line-height: 23px;
  margin: 0px 10px;
}

.cnt-home article .domein_memo2{
  line-height: 19px;
  font-size: 0.95rem;
  margin: 10px 10px 0px;
}
.domein_chui{
  text-align: right;
  font-size: small;
}
@media screen and (max-width: 519px) {
  .cnt-home article ul li {
    font-size: 1.2rem;
  }
  .cnt-home article {
    width:100%;
  }
}

#sec-otameshi-2 .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #194c9e;
  margin: 0 auto 15px;
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 519px) {
  #sec-otameshi-2 .arrow_box {
    width: 100%;
  }
}

#sec-otameshi-2 .arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #194c9e;
  border-width: 21px;
  margin-left: -21px;
}

#sec-otameshi-2 .arrow_box:after, #sec-otameshi-2 .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#sec-otameshi-2 h1.section-title {
  background: #ffff99;
  background: -moz-linear-gradient(top, #ffff99 31%, #f1e767 100%);
  background: -webkit-linear-gradient(top, #ffff99 31%, #f1e767 100%);
  background: linear-gradient(to bottom, #ffff99 31%, #f1e767 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff99', endColorstr='#f1e767',GradientType=0 );
  padding: 8px 0 5px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #194c9e;
}

#sec-otameshi-2 ul {
  display: table;
  margin: 10px auto;
}
@media screen and (max-width: 519px) {
  #sec-otameshi-2 ul {
    padding: 0 10px 0;
  }
}

#sec-otameshi-2 ul li {
  margin: 0 5px;
  line-height: 2em;
  float: none;
  display: inline-block;
}

#sec-otameshi-2 ul li::before {
  content: "　";
  background-image: url(images/check-orange.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 8px;
}

.single-application .text-wrap {
  display: table;
  width: 100%;
  max-width: 580px;
  margin: 10px auto;
}

.single-application .text-wrap p {
  margin-bottom: 5px;
}

ul.twobox-wrap {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  justify-content: center;
  flex-direction: row;
  padding: 0px;
}
@media screen and (max-width: 519px) {
  ul.twobox-wrap {
    flex-direction: column;
  }
}

ul.twobox-wrap li {
  padding: 0 !important;
  margin: 10px;
  text-align: center;
}
ul.twobox-wrap li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000 !important;
  font-weight: bold;
  position: relative;
  text-decoration: none !important;
  background: transparent linear-gradient(#f5f5f5, #ececec) repeat scroll 0 0;
  border-radius: 5px 5px 10px 10px;
  box-shadow: 1px 1px 1px #d3d3d3;
  padding: 20px 0 7px !important;
}
ul.twobox-wrap li a img {
  width: 100%;
  height: auto;
}

a.arrow {
  background: url(images/ic-arrow.gif) no-repeat left;
  padding-left: 20px;
}

#sec05 ul.art01 li {
  background: url(images/ic-art01.png) no-repeat left;
}

#sec05 ul.art02 li {
  background: url(images/ic-art02.png) no-repeat left;
}

#sec05 ul.art03 li {
  background: url(images/ic-art03.png) no-repeat left;
}

#sec05 ul.art04 li {
  background: url(images/ic-art04.png) no-repeat left;
}

.single-application ul li.kinyu03 {
  background: url(images/ic-kinyu-bl02.gif) no-repeat left;
}

.single-application ul li.kinyu04 {
  background: url(images/ic-kinyu-bl02.gif) no-repeat left;
}

.single-application .entry-content ul li {
  padding-left: 25px;
}

.single-application ul.anchor{
  display: flex;
  flex-direction: row; 
}
@media screen and (max-width: 519px) {
  .single-application ul.anchor{
    flex-direction: column;
  }
}

.single-application ul.anchor li {
  background: url(https://www.e-msg.jp/wp-content/uploads/2023/03/arrow_orange.png) no-repeat left;
  background-size: 20px;
  margin-right: 20px;
}


section.nspt h1 {
  background-color: #ffd700;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 50px 0px 10px -0.5em;
}

section.nspt h2 {
  background-color: #f0f8ff;
  padding: 18px 5px 15px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  background-image: none;
  border: none;
  margin-left: -0.5em;
}

section.nspt h3 {
  border-bottom: 1px dotted;
  padding: 0.3em 2em;
  padding-left: 30px;
  background: url(img/ic-circle-blue.gif) no-repeat left;
  border-radius: 0;
  margin-top: 10px;
}

section.nspt h4 {
  padding: 10px 2em;
  border-radius: 0;
  text-align: center;
  background: #00a497;
  color: #ffffff;
  width: 100%;
  font-size: 1.3rem;
}

ul.nspt-btn {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: auto;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  ul.nspt-btn {
    flex-direction: column;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
  }
}

ul.nspt-btn a {
  text-decoration: none;
  color: #000;
}

ul.nspt-btn img {
  border: solid 1px #ccc;
}

ul.nspt-btn img.bunsho-img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 519px) {
  ul.nspt-btn img.bunsho-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

ul.nspt-btn li .bunsho img.code-img {
  width: 170px;
  margin-top: 20px;
}
@media screen and (max-width: 519px) {
  ul.nspt-btn li .bunsho img.code-img {
    margin-top: 10px;
  }
}

ul.nspt-btn h2 {
  background-image: none;
  border: none;
  margin: 0px auto 10px;
  line-height: 26px;
  text-align: center;
  font-size: 1.9rem;
  padding: 10px 0;
  background: none;
}

ul.nspt-btn li {
  border: solid 1px #ccc;
  margin: 10px;
  border-radius: 40px;
  background: #f5f5f5;
  padding: 10px 30px;
  box-shadow: 0 3px 7px 0 30%;
}
ul.nspt-btn li h2 {
  background: #f5f5f5 !important;
}

ul.nspt-btn li .bunsho {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}
@media screen and (max-width: 519px) {
  ul.nspt-btn li .bunsho {
    flex-direction: column;
  }
}

ul.nspt-btn li .bunsho .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
}

ul.nspt-btn li:hover {
  background: #f0f8ff;
}

ul.nspt-btn li h2:hover {
  background: #f0f8ff !important;
}

ul.nspt-btn li .red {
  color: red;
}

section.nspt .bunsho-tel {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px auto 30px;
  border: solid 1px #cccccc;
  width: 80%;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  section.nspt .bunsho-tel {
    width: 100%;
    flex-direction: column;
    padding: 10px;
  }
}

section.nspt .tel {
  background: url(img/ic-free.png) no-repeat left top;
  background-position-y: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 50px;
}

section.nspt .tel a {
  text-decoration: none;
  color: #009966;
  font-size: 1.7rem;
}

section.spt-appli .install ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section.spt-appli .install ul {
    flex-direction: column;
    padding: 0px;
  }
}

section.spt-appli .install ul li {
  border: solid 1px #cccccc;
  margin: 10px;
  padding: 10px 20px 10px;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  section.spt-appli .install ul li {
    width: 100%;
  }
}

section.spt-appli .install ul li a {
  margin: 0px auto;
  display: table;
}

section.spt-appli .install ul li.qr {
  border: none;
  padding: 0px;
  margin: 0px;
}

section.spt-appli .install ul li img.in-btn {
  height: 75px;
}

section.spt-appli .stp-btn {
  background: #0E96CC;
  border-radius: 50px;
  display: table;
  margin-left: 10px;
  margin-top: 5px;
}

section.spt-appli .stp-btn a {
  color: #ffffff;
  text-decoration: none;
  padding: 7px 50px;
  display: block;
  font-size: 1.2rem;
  margin-left: 10px;
}

ul.nspt-btn h2 {
  background-image: none;
  border: none;
  margin: 0px auto 10px;
  line-height: 26px;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 0;
  background: none;
}

dl#sec-mail-dl {
  margin: 0 auto;
  width: 98%;
}

dl#sec-mail-dl dt {
  background: transparent url(img/ic-sec-mail.png) no-repeat scroll left center/25px auto;
  border-bottom: 1px solid #bcd5dc;
  border-radius: 0;
  padding: 0.8em 20px 0.8em 40px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.08em;
  position: relative;
  cursor: pointer;
  line-height: 130%;
}

dl#sec-mail-dl dd {
  padding: 10px;
  margin-left: 0;
  margin-bottom: 0;
}

dl#sec-mail-dl dt:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 30%;
  right: 10px;
  color: #14a0dc;
}

dl#sec-faq-dl dt {
  background: transparent url(img/ic-faq.gif) no-repeat scroll left center/25px auto;
  border-bottom: 1px solid #bcd5dc;
  border-radius: 0;
  padding: 0.7em 20px 0.7em 40px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.08em;
  position: relative;
  cursor: pointer;
  line-height: 130%;
}

.acd-check-mail {
  display: none;
}

.acd-label-mail {
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: solid 1px #bcd5dc;
  cursor: pointer;
  background-image: url(img/ic-sec-mail.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-y: center;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .acd-label-mail {
    padding: 10px 45px 10px 35px;
  }
}

.acd-label-mail:after {
  box-sizing: border-box;
  content: '+';
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #14a0dc;
  font-size: 1.5rem;
}

.acd-content-mail {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  border: 1px solid #ffffff;
  word-break: break-all;
}
.acd-content-mail p {
  padding: 0px;
}
.acd-content-mail ul li {
  list-style: disc;
}

.acd-check-mail:checked + .acd-label-mail:after {
  content: '-';
}

.acd-check-mail:checked + .acd-label-mail + .acd-content-mail {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  border: 1px solid #ffffff;
  word-break: break-all;
}

.acd-check-faq {
  display: none;
}

.acd-label-faq {
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: solid 1px #bcd5dc;
  cursor: pointer;
  background-image: url(img/ic-faq.gif);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-y: center;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .acd-label-faq {
    padding: 10px 45px 10px 35px;
  }
}

.acd-label-faq:after {
  box-sizing: border-box;
  content: '+';
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #1CAD7E;
  font-size: 1.5rem;
}

.acd-content-faq {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  border: 1px solid #ffffff;
}
.acd-content-faq p {
  padding: 0px;
}

.acd-check-faq:checked + .acd-label-faq:after {
  content: '-';
}

.acd-check-faq:checked + .acd-label-faq + .acd-content-faq {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  border: 1px solid #ffffff;
}

.single-application ul li.kinyu01 {
  background: url(images/ic-kinyu-bl02.gif) no-repeat left;
}

.single-application .entry-content ul li {
  padding-left: 25px;
}

.check {
  display: none;
}

.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
}

.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.3em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
}

.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check:checked + span::after {
  opacity: 1;
}

.submit {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.submit:hover,
.submit:focus {
  outline: none;
}

.submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.education .top-maintext h1 {
  color: #FF9900;
  display: block;
}
@media screen and (max-width: 519px) {
  .education .top-maintext h1 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 519px) {
  .education .top-maintext h1 img {
    display: block;
    width: 65px;
  }
}
@media screen and (max-width: 519px) {
  .education .top-maintext h2 {
    font-size: 6vw !important;
  }
}

/*お知らせ・新着情報*/
@media screen and (max-width: 519px) {
.single-post #primary img{
  width: 100%;
  height: auto;
}
}


.education .top-maintext .top-btn{
  background-color: #d70035;
  width: auto!important;
}

.education .top-btn2{
background-color: #d70035;
font-family: "Sawarabi Gothic";
    font-size: 1.2rem;
    padding: 10px 30px!important;
    border-radius: 30px;
    display: table;
    box-shadow: 4px 5px 5px #dae0e5;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.education .top-btn2 a{
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.education .main-visual {
  background-image: url(images/back_kyoushitu.png);
  background-position: top;
}

.education .top-maintext-r {
  margin-bottom: 0px;
  width: 35%;
}
@media screen and (max-width: 519px) {
  .education .top-maintext-r ul {
    left: -49px !important;
  }
}
.education .top-maintext-l {
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .education .top-maintext-l {
    width: 45%;
  }
}
@media screen and (max-width: 519px) {
  .education .top-maintext-l {
    width: 40%;
  }
}
.education .top-maintext-l img {
  margin-top: 100px;
}
@media screen and (max-width:1024px) {
  .education .top-maintext-l img {
    margin-bottom: 0px;
  }
}

article#edu-kinou {
  background-color: #fffaf0;
  padding-top: 70px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou {
    padding: 70px 20px 0px;
  }
}
article#edu-kinou h1 {
  text-align: center;
  background-image: url("images/edu-kinou-h1-img1.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding-bottom: 73px;
  position: relative;
  display: table;
  margin: 0 auto;
  background-size: 650px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou h1 {
    font-size: 1.8rem;
    background-size: 100%;
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou h1 {
    font-size: 1.6rem;
    background-size: 100%;
    margin: 0 20px;
    padding-bottom: 45px;
  }
}
article#edu-kinou h1 .mini {
  font-size: 2rem;
}
@media screen and (max-width: 519px) {
  article#edu-kinou h1 .mini {
    font-size: 1.2rem;
  }
}
article#edu-kinou h1 img {
  position: absolute;
  top: -30px;
  left: -60px;
  width: 42px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou h1 img {
    top: -35px;
    left: -30px;
    width: 32px;
  }
}
article#edu-kinou .edu_wrapper {
  background-image: url("images/edu_backimg5.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-bottom: 1px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou .edu_wrapper {
    width: 90%;
    margin: 0 auto;
    background-image: none;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou .edu_wrapper {
    background-image: none;
    width: 100%;
  }
}tenpu
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section h2 {
    font-size: 1.5rem;
  }
}
article#edu-kinou section .h2sub-1 {
  color: #0058A5;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section .h2sub-1 {
    line-height: 20px;
  }
}
article#edu-kinou section .h2sub-2 {
  color: #0099CC;
  font-weight: bold;
}


article#edu-kinou section .wrapper {
  width: 80%;
  margin: 0 auto;
}
article#edu-kinou section.appli {
  margin: 0 auto;
  width: 1040px;
  height: 490px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.appli {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    justify-content: center;
    margin-top: 50px;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.appli {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
article#edu-kinou section.appli .appli-l {
  position: absolute;
  left: 120px;
  top: 50px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.appli .appli-l {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.appli .appli-l {
    position: unset;
  }
}
article#edu-kinou section.appli .appli-l .l-wrap {
  position: relative;
}
article#edu-kinou section.appli .appli-l .l-wrap img {
  width: 400px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.appli .appli-l .l-wrap img {
    width: 90%;
    margin-top: 50px;
  }
}
article#edu-kinou section.appli .appli-l .l-wrap .pinkcircle {
  border-radius: 100px;
  background-color: #fff;
  border: solid 3px #ff69b4;
  color: #ff69b4;
  display: table;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0px;
  right: -60px;
  font-size: smaller;
  text-align: center;
  padding: 36px 0 0 0;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.appli .appli-l .l-wrap .pinkcircle {
    right: 30px;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.appli .appli-l .l-wrap .pinkcircle {
    top: 0px;
    right: 0px !important;
  }
}
article#edu-kinou section.appli .appli-r {
  display: table;
  position: absolute;
  right: 57px;
  top: 84px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.appli .appli-r {
    position: unset;
    margin-left: 30px;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.appli .appli-r {
    position: unset;
    margin: 0px;
  }
}
article#edu-kinou section.kesseki {
  margin: 0 auto;
  width: 1040px;
  height: 375px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.kesseki {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kesseki {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}
article#edu-kinou section.kesseki .kesseki-l {
  display: table;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.kesseki .kesseki-l {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kesseki .kesseki-l {
    position: unset;
  }
}
article#edu-kinou section.kesseki .kesseki-r {
  position: absolute;
  left: 450px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.kesseki .kesseki-r {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kesseki .kesseki-r {
    position: unset;
    padding: 0px;
    display: flex;
    justify-content: center;
  }
}
article#edu-kinou section.kesseki .kesseki-r img {
  width: 280px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kesseki .kesseki-r img {
    width: 80%;
    margin-top: 20px;
  }
}
article#edu-kinou section.kenon {
  margin: 0 auto;
  width: 1040px;
  height: 385px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.kenon {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kenon {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}
article#edu-kinou section.kenon .taion-l {
  display: table;
  position: absolute;
  left: 310px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.kenon .taion-l {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kenon .taion-l {
    position: unset;
    display: flex;
    justify-content: center;
  }
}
article#edu-kinou section.kenon .taion-l img {
  width: 250px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kenon .taion-l img {
    width: 80%;
    margin-top: 20px;
  }
}
article#edu-kinou section.kenon .taion-r {
  position: absolute;
  right: 45px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.kenon .taion-r {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.kenon .taion-r {
    position: unset;
    padding: 0px;
  }
}
article#edu-kinou section.tokei {
  margin: 40px auto 0px;
  width: 1040px;
  height: 385px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tokei {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tokei {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
}
article#edu-kinou section.tokei .tokei-l {
  display: table;
  position: absolute;
  left: 77px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tokei .tokei-l {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tokei .tokei-l {
    position: unset;
  }
}
article#edu-kinou section.tokei .tokei-r {
  position: absolute;
  right: 80px;
  top: 60px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tokei .tokei-r {
    position: unset;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tokei .tokei-r {
    position: unset;
    width: 100%;
  }
}
article#edu-kinou section.tokei .tokei-r img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tokei .tokei-r img {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tokei .tokei-r img {
    width: 100%;
    margin-top: 20px;
  }
}
article#edu-kinou section.tenpu {
  margin: 0 auto;
  width: 1040px;
  height: 370px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tenpu {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 80px;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tenpu {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}
article#edu-kinou section.tenpu .tenpu-relative{
  position: relative;
}
article#edu-kinou section.tenpu .tenpu-relative img{
  position: absolute;
  right: -49px;
  top: 79px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tenpu .tenpu-relative img{
    position: relative;
    right: auto;
    top: auto;
  }
}

article#edu-kinou section.tenpu .honya-ti{
  background: #FF9900;
  display: table;
  border-radius: 50px;
  padding: 0 10px;
  color: #ffffff;
  margin-top: 13px;
}
article#edu-kinou section.tenpu ul.honya-ul{
   display: flex;
   width: 445px;
   flex-wrap: wrap;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tenpu ul.honya-ul{
  width: 100%;
}
}
article#edu-kinou section.tenpu ul.honya-ul li{
  list-style: none;
  background-image: url(images/select_check_orange.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 17px;
  padding-left: 26px;
  margin-right: 10px;
}

article#edu-kinou section.tenpu .tenpu-r {
  position: absolute;
  right: -45px;
  padding-left: 30px;
  top: -30px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tenpu .tenpu-r {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tenpu .tenpu-r {
    position: unset;
    padding: 0px;
  }
}
article#edu-kinou section.benri {
  width: 60%;
  margin: 100px auto 100px;
  background: #EEF8FF;
  border: solid 3px #ffffff;
  border-radius: 20px;
  padding: 50px 70px 20px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.benri {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.benri {
    width: 95%;
    padding: 20px;
    margin-bottom: 30px;
  }
}
article#edu-kinou section.benri h2 {
  font-family: "M PLUS 1p";
  line-height: 45px;
  margin-top: 10px;
  background-image: url("images/border-blue.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 337px;
  padding-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.benri h2 {
    padding-bottom: 20px;
    line-height: 30px;
    margin: 10px auto 30px;
  }
}
article#edu-kinou section.benri .benri-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.benri .benri-wrap {
    flex-direction: column;
  }
}
article#edu-kinou section.benri .benri-wrap .ul-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.benri .benri-wrap .ul-wrap {
    margin: 0 auto;
  }
}
article#edu-kinou section.benri ul {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.benri ul {
    justify-content: space-between;
  }
}
article#edu-kinou section.benri ul li {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 135px;
  text-align: center;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 20px;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.benri ul li {
    width: auto;
  }
}
article#edu-kinou section.benri ul li .img-wrap {
  background: #0099CC;
  width: 79px;
  height: 75px;
  border-radius: 10px;
  margin-bottom: 5px;
}
article#edu-kinou section.benri ul li .img-wrap img {
  width: 50px;
}
article#edu-kinou section.benri ul li.benri-01 img {
  width: 49px;
  padding-top: 10px;
}
article#edu-kinou section.benri ul li.benri-02 img {
  width: 40px;
  padding-top: 13px;
}
article#edu-kinou section.benri ul li.benri-03 img {
  width: 48px;
  padding-top: 20px;
}
article#edu-kinou section.benri ul li.benri-04 img {
  width: 46px;
  padding-top: 10px;
}
article#edu-kinou section.benri ul li.benri-05 img {
  width: 50px;
  padding-top: 12px;
}
article#edu-kinou section.benri ul li.benri-06 img {
  width: 50px;
  padding-top: 14px;
}
article#edu-kinou .mini {
  font-size: 0.9rem;
  text-align: right;
}
@media screen and (max-width: 519px) {
  article#edu-kinou .mini {
    text-align: left;
    line-height: 20px;
  }
}

article#edu-service {
  display: flex;
  margin: 80px auto 150px;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  article#edu-service {
    flex-direction: column;
    width: 80%;
  }
}
@media screen and (max-width: 519px) {
  article#edu-service {
    flex-direction: column;
    margin-top: 50px;
    width: 98%;
  }
}
article#edu-service h1 {
  font-family: "M PLUS 1p";
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 40px;
  background-image: url("images/illust_hikouki.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding: 80px;
  background-size: 70px;
  padding: 0px 0 0 80px;
}
@media screen and (max-width: 519px) {
  article#edu-service h1 {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 1.5rem;
    line-height: 30px;
    background-size: 40px;
    padding: 0px 0 0 55px;
  }
}
@media screen and (max-width: 519px) {
  article#edu-service ul.ul-list {
    padding-left: 20px;
  }
}
article#edu-service ul.ul-list li {
  margin-bottom: 20px;
  font-weight: bold;
  background-image: url("images/checkbox-icon.svg");
  background-repeat: no-repeat;
  list-style: none;
  background-size: 22px;
  padding-left: 35px;
  background-position-y: 5px;
}
@media screen and (max-width: 519px) {
  article#edu-service ul.ul-list li {
    margin-bottom: 10px;
  }
}
article#edu-service ul.ul-list li .point {
  background: #FFE8E8;
  color: #0058A5;
  border-bottom: dashed 2px #0058A5;
  padding: 0 5px;
  margin: 0 5px;
}
@media screen and (max-width: 519px) {
  article#edu-service ul.ul-list li .point {
    margin: 0px;
    border-bottom: none;
  }
}
article#edu-service .item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  article#edu-service .item {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 519px) {
  article#edu-service .item {
    display: block !important;
  }
}
article#edu-service .item ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
article#edu-service .item ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 30px;
}
article#edu-service .item ul li .ti {
  display: block;
  border: solid 2px #0058A5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px 0px;
  color: #0058A5;
}
article#edu-service .item ul li img {
  box-shadow: 3px 2px 6px 1px #cccccc;
  width: 222px;
}
@media screen and (max-width: 1024px) {
  article#edu-service .item ul li img {
    width: 100%;
  }
}
article#edu-service .item .haha-img {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
}
@media screen and (max-width: 1024px) {
  article#edu-service .item .haha-img {
    position: unset;
    transform: none;
  }
}
@media screen and (max-width: 519px) {
  article#edu-service .item .haha-img {
    position: unset;
    transform: none;
    justify-content: center;
    margin-top: 10px;
  }
}
article#edu-service .item .haha-img img {
  width: 110px;
  height: auto;
}
article#edu-service .item .haha-img .haha-come {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin-top: 10px;
}
article#edu-service .item .haha-img .haha-come img {
  margin: 5px 0;
  width: 70px;
}

article#edu-jichitai {
  width: 80%;
  margin: 0px auto 115px;
  background: #EDF0F5;
  border-radius: 10px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 519px) {
  article#edu-jichitai {
    width: 95%;
  }
}
article#edu-jichitai h1 {
  position: relative;
  text-align: center;
  padding-top: 45px;
  font-weight: bold;
  background-image: url(images/border-yellow.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 385px;
  padding-bottom: 18px;
  display: table;
  font-size: 2.0rem;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  article#edu-jichitai h1 {
    font-size: 1.5rem;
  }
}
article#edu-jichitai h1 img {
  position: absolute;
  width: 128px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
article#edu-jichitai .jichitai-wrap {
  border: solid 1px #0058A5;
  border-radius: 10px;
  background: #ffffff;
  margin: 20px 100px 0px;
  padding: 30px 40px;
  line-height: 25px;
  font-weight: bold;
}
@media screen and (max-width: 519px) {
  article#edu-jichitai .jichitai-wrap {
    margin: 20px 20px 0px;
    padding: 20px 20px;
  }
}
article#edu-jichitai .jichitai-wrap img {
  width: 70px;
  margin-right: 20px;
  display: block;
}
@media screen and (max-width: 519px) {
  article#edu-jichitai .jichitai-wrap img {
    display: none;
  }
}
article#edu-jichitai .jichitai-wrap .fushinsha-l {
  font-size: 1rem;
}
article#edu-jichitai .jichitai-wrap .fushinsha-l img {
  width: 40px;
  margin: 0px;
}
@media screen and (max-width: 519px) {
  article#edu-jichitai .jichitai-wrap .fushinsha-l img {
    display: block;
  }
}
article#edu-jichitai .jichitai-wrap .fushinsha-r {
  background: #FFCC00;
  padding: 5px 10px;
}
article#edu-jichitai .jichitai-illust1 {
  position: absolute;
  right: 11px;
}
article#edu-jichitai .jichitai-illust1 img {
  width: 60px;
}
article#edu-jichitai .jichitai-illust2 {
  position: absolute;
  left: -25px;
  bottom: -20px;
}
@media screen and (max-width: 519px) {
  article#edu-jichitai .jichitai-illust2 {
    bottom: -45px;
  }
}
article#edu-jichitai .jichitai-illust2 img {
  width: 150px;
}

article#edu-plan h1 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
}
article#edu-plan .plan_wrap {
  width: 95%;
  display: flex;
  margin: 0 auto;
  font-size: 15px;
  justify-content: space-evenly;
}

article#edu-plan .plan_standard {
  width: fit-content;
  background: #fff;
  box-shadow: 0px 6px 46px -6px #cccccc;
  border-radius: 7px;
  padding-bottom: 25px;
  list-style: none;
  margin: 0px auto 10px;
  text-align: center;
}
@media screen and (max-width: 519px) {
  article#edu-plan .plan_standard {
    margin: 10px auto 10px;
  }
}
article#edu-plan .plan_standard:nth-child(2) h3 {
  width: 100%;
  font-size: 18px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F272B3;
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 25px;
}
article#edu-plan .plan_standard:nth-child(2) span {
  color: #F272B3;
}
article#edu-plan .plan_standard h3 {
  font-family: "M PLUS 1p";
  width: 100%;
  border-radius: 7px 7px 0 0;
  font-size: 18px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1DA1FF;
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 25px;
}
article#edu-plan .plan_standard span {
  color: #1DA1FF;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
article#edu-plan .plan_standard .price {
  font-family: "M PLUS 1p";
  text-align: center;
  margin: auto 20px 20px;
}
article#edu-plan .plan_standard .price .num {
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
article#edu-plan .plan_standard .price .num span {
  color: #000;
  font-size: 18px;
  margin-left: 5px;
}
article#edu-plan .plan_standard .plan_wrap {
  width: 95%;
  display: flex;
  margin: 0 auto;
  font-size: 15px;
  justify-content: space-evenly;
}
article#edu-plan .plan_standard .plan_wrap table {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}
article#edu-plan .plan_standard .plan_wrap table tr {
  border-bottom: 1px solid #ccc;
}
article#edu-plan .plan_standard .plan_wrap table tr th {
  width: 300px;
  height: 55px;
  text-align: left;
}
article#edu-plan .plan_standard .plan_wrap table tr td {
  text-align: center;
  font-weight: bolder;
  font-size: large;
  white-space: nowrap;
}

article#edu-plan .shoki {
  border: solid 1px #ccc;
  display: table;
  margin: 20px auto;
  padding: 0 20px;
}
article#edu-plan .shoki .kakaku {
  font-size: 1.2rem;
  display: inline-block;
}

article#edu-ikou {
  width: 70%;
  margin: 0px auto;
}
@media screen and (max-width: 519px) {
  article#edu-ikou {
    width: 90%;
  }
}
article#edu-ikou h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 50px 0px;
}
@media screen and (max-width: 519px) {
  article#edu-ikou h1 {
    margin: 50px 0px 20px;
  }
}
article#edu-ikou .acd-label, article#edu-ikou .normal-label {
  padding-left: 30px;
}

article#edu-qa {
  width: 70%;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 519px) {
  article#edu-qa {
    width: 90%;
  }
}
article#edu-qa h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 80px 0px 50px;
}
article#edu-qa .acd-content p {
  padding-left: 50px;
}
article#edu-qa .acd-content p::before {
  font-size: 22px;
  line-height: 1;
  top: 5px;
  left: 17px;
  padding-right: 15px;
  content: 'A.';
  color: #3285bf;
  font-weight: bold;
  position: absolute;
  display: block;
}
article#edu-qa .acd-label::before {
  position: absolute;
  font-size: 22px;
  line-height: 1;
  left: 30px;
  padding-right: 15px;
  content: 'Q.';
  color: #3285bf;
  font-weight: bold;
}
article#edu-qa .coment {
  color: #808084 !important;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 519px) {
  article#edu-qa .coment {
    margin-bottom: 50px;
  }
}
article#edu-qa .qa-illust {
  position: absolute;
  top: -65px;
  left: -115px;
}
article#edu-qa .qa-illust img {
  width: 255px;
}

.acd-check {
  display: none;
}

.acd-label,
.normal-label {
  background: #CFE6F6;
  font-weight: bold;
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 20px 65px 20px 70px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.acd-content,
.normal-content {
  border: 1px solid #CFE6F6;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content,
.acd-check:checked + .normal-label + .normal-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin: 0 auto 25px;
}

.acd-check:checked + .acd-label::after,
.acd-check:checked + .normal-label::after {
  content: '-' !important;
  font-size: 20px;
  padding: 15px 27px;
}

.acd-label::after,
.normal-label::after {
  box-sizing: border-box;
  content: '＋' !important;
  font-weight: 900;
  height: 65px;
  font-size: 20px;
  padding: 18px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content ol {
  padding: 0 20px;
  line-height: 40px;
  counter-reset: num;
  list-style-type: none !important;
  margin: 18px 0;
}
@media screen and (max-width: 1024px) {
  .acd-content ol {
    padding: 0 10px;
  }
}

.acd-content li {
  position: relative;
  padding-left: 30px;
  line-height: 28px;
  padding: 5px 0.5em 12px 45px;
}

.acd-content li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  background: #0259a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  border-radius: 50%;
  color: #fff;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acd-content p {
  font-size: 16px;
  line-height: 28px;
  margin-top: initial;
  margin: 0px;
}

.acd-content p,
.normal-content p {
  font-size: 18px;
  text-align: left;
  padding: 0px 70px 0px 70px;
  position: relative;
  line-height: 35px;
}
@media screen and (max-width: 1024px) {
  .acd-content p,
  .normal-content p {
    padding: 0px 20px 0px 20px;
  }
}

.education .btn-contact {
  background: #0E96CC;
}
.education .btn-contact a {
  color: #ffffff;
  text-decoration: none;
}

.organization .top-maintext h1 {
  color: #0099CC;
  font-family: unset;
}
@media screen and (max-width: 519px) {
  .organization .top-maintext h1 {
    font-size: 7vw;
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .organization .top-maintext h1 img {
    display: block;
    width: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .organization .top-maintext h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .organization .top-maintext h2 {
    font-size: 5vw !important;
  }
}

@media screen and (max-width: 1024px) {
  .organization .top-maintext {
    width: 80%;
  }
}
@media screen and (max-width: 519px) {
  .organization .top-maintext {
    width: 100%;
  }
}
.organization .top-maintext .top-btn {
  background-color: #0058A5;
  margin-top: 30px;
}
@media screen and (max-width: 519px) {
  .organization .top-maintext .top-btn {
    margin-top: 25px;
  }
}
.organization .top-maintext h1 img {
  width: 58px;
}
@media screen and (max-width: 519px) {
  .organization .top-maintext h1 img {
    width: 50px;
  }
}

.organization .main-visual {
  background-image: url("images/back_img.png");
}

.organization .top-maintext-r {
  margin-bottom: 40px;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .organization .top-maintext-r {
    display: none;
  }
}
.organization .top-maintext-r ul {
  bottom: 100px;
  right: -47px;
}
@media screen and (min-width: 1501px) {
  .organization .top-maintext-r ul {
    bottom: 15%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.organization .top-maintext-l {
  align-items: center;
  position: relative;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .organization .top-maintext-l {
    position: absolute;
    width: 40%;
  }
}
@media screen and (max-width: 519px) {
  .organization .top-maintext-l {
    display: block;
    width: 100% !important;
    position: absolute;
  }
}
.organization .top-maintext-l ul {
  position: absolute;
  left: -15px;
  padding: 0px;
  bottom: 40%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 1501px) {
  .organization .top-maintext-l ul {
    bottom: 50%;
    left: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .organization .top-maintext-l ul {
    bottom: 0px;
    top: unset;
  }
}
@media screen and (max-width: 519px) {
  .organization .top-maintext-l ul {
    position: relative;
  }
}
.organization .top-maintext-l ul li {
  list-style: none;
  color: #CC3300;
  background-color: #ffffff;
  display: inline-block;
  font-size: 1.7vw;
  padding: 10px;
  margin: 3px;
}
@media screen and (max-width: 1024px) {
  .organization .top-maintext-l ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  .organization .top-maintext-l ul li {
    position: absolute;
    bottom: 100px;
    left: 90px;
    font-size: 1.2rem;
    padding: 5px 5px;
  }
}
.organization .top-maintext-l ul li.kadou {
  margin-left: 20px;
}
@media screen and (max-width: 519px) {
  .organization .top-maintext-l ul li.kadou {
    bottom: 55px;
  }
}
.organization .top-maintext-l img {
  margin-top: 200px;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .organization .top-maintext-l img {
    width: 60%;
  }
}

.edu-recommend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: solid 2px #FCC800;
  background: #ffffff;
  display: table;
  margin: 0 auto 50px;
  border-radius: 20px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .edu-recommend {
    margin: 0px 10px 20px;
  }
}
.edu-recommend .wrap {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 519px) {
  .edu-recommend .wrap {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    line-height: 25px;
  }
}
.edu-recommend img {
  width: 59px;
  margin: 0 20px 0 10px;
}
@media screen and (max-width: 519px) {
  .edu-recommend img {
    margin-bottom: 10px;
  }
}
.edu-recommend a {
  color: orange;
  text-decoration: underline;
}

.organization article#scene {
  background-color: #F5F5F5;
  padding-top: 45px;
  padding-bottom: 90px;
}
@media screen and (max-width: 519px) {
  .organization article#scene {
    padding-bottom: 20px;
  }
}
.organization article#scene h1 {
  font-family: "M PLUS 1p";
  color: #006EB0;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 519px) {
  .organization article#scene h1 {
    margin-top: 50px;
  }
}
.organization article#scene h1:after {
  content: "";
  border: solid 2px #FCC800;
  width: 70px;
  margin-top: 10px;
}
.organization article#scene section {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section {
    width: 90%;
  }
}
.organization article#scene section .wrap {
  background: #ffffff;
  padding: 70px 40px;
  border-radius: 30px;
  box-shadow: 0 2px 10px 0 #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1100;
  margin-bottom: 60px;
}
.organization article#scene section h2 {
  font-weight: bold;
  font-family: "M PLUS 1p";
  font-size: 1.9rem;
  background-image: url(images/border-or.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 635px;
  padding-bottom: 15px;
  display: table;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section h2 {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    background-position-x: center;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section h2 {
    font-size: 1.3rem;
    text-align: left;
  }
}
.organization article#scene section .h2sub-3 {
  color: #32999B;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.organization article#scene section .h2sub-4 {
  font-size: 0.95rem;
  line-height: 20px;
  margin-top: 20px;
}
.organization article#scene section.jyoukyou img {
  width: 55%;
  margin: 0px 40px 0 0px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jyoukyou img {
    width: 80%;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section.jyoukyou img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jyoukyou .wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.organization article#scene section.jyoukyou .no1 {
  position: absolute;
  right: 0px;
  top: -30px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jyoukyou .no1 {
    display: none;
  }
}
.organization article#scene section.jyoukyou .no1 img {
  width: 28px;
}
.organization article#scene section.jyoukyou .no1-1 {
  position: absolute;
  right: -90px;
  top: -60px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jyoukyou .no1-1 {
    display: none;
  }
}
.organization article#scene section.jyoukyou .no1-1 img {
  width: 351px;
}
.organization article#scene section.jyoukyou .no0 {
  position: absolute;
  right: -55px;
  top: 45px;
  z-index: 1300;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jyoukyou .no0 {
    display: none;
  }
}
.organization article#scene section.jyoukyou .no0 img {
  width: 50px;
}
.organization article#scene section.kishou .wrap {
  padding-left: 105px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.kishou .wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.organization article#scene section.kishou img {
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.kishou img {
    width: auto;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section.kishou img {
    width: 100%;
  }
}
.organization article#scene section.kishou .no2 {
  position: absolute;
  left: 0px;
  top: -30px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.kishou .no2 {
    display: none;
  }
}
.organization article#scene section.kishou .no2 img {
  width: 55px;
}
.organization article#scene section.kishou .no2-1 {
  position: absolute;
  left: -85px;
  top: -30px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.kishou .no2-1 {
    display: none;
  }
}
.organization article#scene section.jalert .wrap {
  padding-left: 55px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jalert .wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.organization article#scene section.jalert img {
  margin-right: 55px;
  width: 450px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jalert img {
    width: 80%;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section.jalert img {
    width: 100%;
  }
}
.organization article#scene section.jalert .no3 {
  position: absolute;
  right: -38px;
  top: -30px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jalert .no3 {
    display: none;
  }
}
.organization article#scene section.jalert .no3 img {
  width: 55px;
}
.organization article#scene section.jalert .no3-1 {
  position: absolute;
  right: -90px;
  top: 0px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.jalert .no3-1 {
    display: none;
  }
}
.organization article#scene section.jalert .no3-1 img {
  width: 400px;
  margin: 0px;
}
.organization article#scene section.renraku .wrap {
  padding-left: 55px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.renraku .wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.organization article#scene section.renraku img {
  margin-right: 55px;
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.renraku img {
    width: 80%;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section.renraku img {
    width: 100%;
  }
}
.organization article#scene section.renraku .no3 {
  position: absolute;
  right: -38px;
  top: -30px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.renraku .no3 {
    display: none;
  }
}
.organization article#scene section.renraku .no3 img {
  width: 55px;
}
.organization article#scene section.renraku .no3-1 {
  position: absolute;
  right: 53px;
  top: -68px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.renraku .no3-1 {
    display: none;
  }
}
.organization article#scene section.renraku .no3-1 img {
  width: 400px;
  margin: 0px;
}
.organization article#scene section.idousaki .wrap {
  padding-left: 100px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.idousaki .wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.organization article#scene section.idousaki img {
  margin-left: 50px;
  width: 420px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.idousaki img {
    width: auto;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section.idousaki img {
    width: 100%;
  }
}
.organization article#scene section.idousaki .no4 {
  position: absolute;
  left: -22px;
  top: -30px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.idousaki .no4 {
    display: none;
  }
}
.organization article#scene section.idousaki .no4 img {
  width: 52px;
}
.organization article#scene section.idousaki .no4-1 {
  position: absolute;
  left: -151px;
  top: -37px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.idousaki .no4-1 {
    display: none;
  }
}
.organization article#scene section.idousaki .no4-1 img {
  width: 400px;
}
.organization article#scene section.idousaki .no0 {
  position: absolute;
  right: -15px;
  bottom: 33px;
  z-index: 1300;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.idousaki .no0 {
    display: none;
  }
}
.organization article#scene section.idousaki .no0 img {
  width: 50px;
}
.organization article#scene section.anketo .wrap {
  padding-left: 48px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.anketo .wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.organization article#scene section.anketo img {
  margin-right: 40px;
  width: 450px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.anketo img {
    width: 80%;
    margin: 20px auto 0px;
    display: flex;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section.anketo img {
    width: 100%;
  }
}
.organization article#scene section.anketo .no7 {
  position: absolute;
  right: 10px;
  top: -30px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.anketo .no7 {
    display: none;
  }
}
.organization article#scene section.anketo .no7 img {
  width: 54px;
}
.organization article#scene section.anketo .no7-1 {
  position: absolute;
  right: -90px;
  bottom: -55px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.anketo .no7-1 {
    display: none;
  }
}
.organization article#scene section.anketo .no7-1 img {
  width: 400px;
}
.organization article#scene section.anketo .no0 {
  position: absolute;
  left: -34px;
  bottom: 32px;
  z-index: 1300;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.anketo .no0 {
    display: none;
  }
}
.organization article#scene section.anketo .no0 img {
  width: 50px;
}
.organization article#scene section.pdffile .wrap {
  padding-left: 100px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.pdffile .wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.organization article#scene section.pdffile img {
  margin-left: 40px;
  width: 375px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.pdffile img {
    width: 100%;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 519px) {
  .organization article#scene section.pdffile img {
    width: 80%;
  }
}
.organization article#scene section.pdffile .h2sub-4 {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.pdffile .h2sub-4 {
    margin-left: 0px;
  }
}
.organization article#scene section.pdffile .no6 {
  position: absolute;
  left: -10px;
  top: -30px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.pdffile .no6 {
    display: none;
  }
}
.organization article#scene section.pdffile .no6 img {
  width: 50px;
}
.organization article#scene section.pdffile .no6-1 {
  position: absolute;
  left: -10px;
  bottom: -55px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.pdffile .no6-1 {
    display: none;
  }
}
.organization article#scene section.pdffile .no6-1 img {
  width: 400px;
}
.organization article#scene section.pdffile .no6-2 {
  position: absolute;
  left: -10px;
  top: -38px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .organization article#scene section.pdffile .no6-2 {
    display: none;
  }
}
.organization article#scene section.pdffile .no6-2 img {
  width: 400px;
}

.organization article#kinoulist {
  padding-top: 70px;
  padding-bottom: 10px;
}
.organization article#kinoulist h1 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 519px) {
  .organization article#kinoulist h1 {
    font-size: 1.5rem;
  }
}
.organization article#kinoulist h1:after {
  content: "";
  border: solid 2px #E95388;
  width: 70px;
  margin-top: 10px;
}

article#kinoulist table {
  margin: 0 auto;
  border: solid 1px #ccc;
}
@media screen and (max-width: 1024px) {
  article#kinoulist table {
    width: 90%;
  }
}
article#kinoulist table td {
  border: solid 1px #ccc;
  padding: 5px;
}
article#kinoulist .purple-bb {
  border-bottom: 5px solid #ccccff;
}
article#kinoulist .blue-bb {
  border-bottom: 5px solid #87ceeb;
}
article#kinoulist .green-bb {
  border-bottom: 5px solid #009999;
}
article#kinoulist .sub1 {
  background-color: #fffff0;
}
article#kinoulist ul {
  width: 80%;
  margin: 30px auto;
}
@media screen and (max-width: 519px) {
  article#kinoulist ul {
    width: 95%;
  }
}
article#kinoulist ul li {
  margin: 10px 0px;
}
article#kinoulist .textmini {
  font-size: 14px;
}
article#kinoulist .memo {
  margin: 0px auto;
  text-align: center;
  width: 80%;
  font-size: 16px;
}
/*翻訳機能追加時*/
.plan_wrap .mini{
  font-size: small;
  display: inline-block;
}

article#edu-plan p {
  font-size: 1rem;
  text-align: left;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}



article#edu-kinou section.benri {
  width: 70%;
  margin: 20px auto 100px;
  background: #EEF8FF;
  border: solid 3px #ffffff;
  border-radius: 20px;
  padding: 50px 40px 20px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.benri {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.benri {
    width: 95%;
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 519px) {
article#edu-kinou section.benri .benri-wrap .ul-wrap .d-flex{
  flex-wrap: wrap;
}
}

@media screen and (max-width: 519px) {
  article#edu-kinou section.benri ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 519px) {
article#edu-kinou section.benri ul li .img-wrap {
  width: 90%;
}
}

article#edu-kinou section.benri ul li.benri-07 img {
  width: 40px;
  padding-top: 15px;
}


article#edu-kinou section.tenpu .tenpu-l {
  display: table;
  position: absolute;
  left: 195px;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  article#edu-kinou section.tenpu .tenpu-l {
    position: unset;
  }
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tenpu .tenpu-l {
    position: unset;
    display: flex;
    justify-content: center;
  }
}


article#edu-kinou section.tenpu .tenpu-l img {
  width: 400px;
}
@media screen and (max-width: 519px) {
  article#edu-kinou section.tenpu .tenpu-l img {
    width: 80%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
