@media (max-width: 640px) {
    /*--------------------------------------------------------------------------
  ----------------------------------------------------------------------------
  --------------------------------------------------------------------------*/
  /*--------------------------------sp.css----------------------------------*/
  /*--------------------------------------------------------------------------
  ----------------------------------------------------------------------------
  --------------------------------------------------------------------------*/
  
  /*--------------------------------------------------------------------------
  ----------------------------------------------------------------------------
  --------------------------------------------------------------------------*/
  /*-------------------ここからは全部纏めず貼り付けだけの部分です--------------------*/
  /*--------------------------------------------------------------------------
  ----------------------------------------------------------------------------
  --------------------------------------------------------------------------*/
	#main {
        width: 100%;
        display: block;
        float: none;
    }

    #side-bar {
        width: 100%;
        display: block;
        float: none;
    }

    #container {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    a {
        cursor: pointer;
        text-decoration: none;
        color: #000;
    }
    button {
        cursor: pointer;
    }

    /*HEADER ここから*/
    header {
        width: 100%;
        margin: 0;
        display: inline-block;
        padding: 0;
    }

    header#education-hd {
        background: url(../img/header/education-hd-bg.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 60px;
    }

    header section#education-ttl {
        display: block;
        text-align: center;
    }

    header section#education-ttl img {
        margin: 0 auto;
        max-width: 160px;
        width: 100%;
    }

    header#school-guide-hd {
        background: url(../img/header/school-guide-hd-bg.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    header section#school-guide-ttl {
        display: block;
        text-align: center;
    }

    header section#school-guide-ttl img {
        margin: 0 auto 112px;
        max-width: 160px;
        width: 100%;
    }
    header section#logo {
        width: 108px;
        display: block;
        float: left;
        margin: 20px 20px 0;
    }

    header nav {
        display: none;
    }

    #hamburger-btn-wrap {
        background: #004080;
        width: 62px;
        display: block;
        float: right;
    }

    #hamburger-btn span {
        width: 40px;
        background: #fff;
        display: block;
        margin-bottom: 8px;
        border-bottom: 2px solid #fff;
    }

    #hamburger-btn span:last-child {
        margin-bottom: 4px;
    }

    #hamburger-btn {
        padding: 16px 12px 0;
    }

    #menu-ttl {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 10px;
        letter-spacing: 1px;
        padding: 0 0px 8px 2px;
    }

  /*ページ毎ヘッダーの変更*/
  .flow-page header#education-hd {
    background: url(../school_life-flow/img/img_life-mv.jpg) no-repeat #B5B4B4;
    background-position: 10% 40%;
  }
  header#education-hd.school_life {
    background: url(../img/img_life-mv.jpg) no-repeat #B5B4B4;
    background-position: 50% 40%;
      background-size: cover;
  }
  header#education-hd.educatiion {
    background: url(../img/img-stage-mv.jpg) 0/cover no-repeat #B5B4B4;
  }
  header#education-hd {
    background: url(../img/ob-mv.jpg) 50% 50%/cover no-repeat #B5B4B4;
  }
  header#education-hd {
    background: none;
    position: relative;
  }
  header#education-hd {
    background: url(../img/img_graduates-mv.JPG) 0 0/cover no-repeat #B5B4B4;
  }
  header#education-hd {
    background: url(../img/img-top-mv.jpg) 50% 50%/cover no-repeat #B5B4B4;
  }
  header#education-hd.introduction{
    background: url(../img/message-mv.jpg) 100% 100% /cover no-repeat #B5B4B4;
    background-position: 10% 40%;
    overflow: hidden;
    position: relative;
    /*z-index: -2;*/
  }
  header#education-hd.form {
    background: url(../img/form-mv.jpg) 50% 50%/cover no-repeat #B5B4B4;
  }
  header#education-hd {
    background: url(../img/access-mv.jpg) 100% 100% /100% no-repeat #B5B4B4;
    background-position: 10% 40%;
  }
  header#education-hd.ob-interview {
    background: url(../img/img-ob-mv.jpg) 0/cover no-repeat #B5B4B4;
      background-position: 62%;
  }
  header#education-hd.news {
    background: url(../img/img_graduates-mv.JPG) 0/cover no-repeat #B5B4B4;
  }
  header#education-hd.to-graduates {
    background: url(../img/img_graduates-mv.JPG) 0/cover no-repeat #B5B4B4;
  }
  .mv-itmes {
    position: absolute;
    width: 17%;
    top: 156px;
    left: 16px;
    z-index: 0;
  }
  .mv-itmes.mv-itme2 {
    width: 22%;
    top: 180px;
    left: auto;
    right: -12px;
  }
  #container.school-life {
    width: auto;
    overflow: hidden;
    margin-bottom: 250px;
  }
  section#school-life-ttl {
      width: 50%;
      margin: 0 auto;
      padding-bottom: 120px;
      position: relative;
      z-index: 1;
  }
  section#school-life-ttl img {
      width: 100%;
  }
  section#school-life-ttl.to-students_and_parents-mv-ttl {
      width: 80%;
  }

    /*HEADER ここまで*/


    /*メイン ここから*/
    .hd h3 {
        font-size: 18px;
        color: #4D4D4D;
    }

    .hd .line {
        margin: 4px 0 24px;
    }
    /*メイン ここまで*/

    /*パンくずリスト　ここから*/

    #breadcrumb {
        padding: 0 10px;
    }

    #breadcrumb ul {
        color: #000;
        padding: 0 0 24px;
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
    }

    #breadcrumb li {
        font-size: 14px;
        display: inline-block;
        font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    }
    #breadcrumb li:after {
        content: ">";
        display: inline-block;
        padding: 0 8px;
    }

    #breadcrumb li:last-child:after {
        content: "";
    }

    /*パンくずリスト ここまで*/


    /*サイドバー　ここから*/

    #side-bar {
        width: 100%;
        /* margin-right: 70px; */
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 0;
    }

    #side-bar nav h2 {
        font-size: 12px;
        display: block;
        text-align: center;
        color: #004080;
        border-top: 2px solid #004080;
        border-bottom: 2px solid #004080;
        padding: 12px 0;
        font-weight: normal;
    }

    #side-bar nav ul li {
        padding: 8px 0;
        border-bottom: 1px dotted #4d4d4d;
        width: 100%;
        position: relative;
        display: block;
        float: left;
    }
    #side-bar nav ul li.subcat-inq{
        padding:12px 0;
    }
    #side-bar nav ul li:nth-child(even){
        margin-right:28px;
    }

    #side-bar nav ul li span {
        display: inline-block;
        font-size: 11px;
    }

    #side-bar nav ul li.subcat-inq:before {
        content: "";
        border-bottom: 2px solid #4d4d4d;
        width: 24px;
        display: inline-block;
        margin-right: 8px;
        vertical-align: 70%;
    }

    #side-bar nav ul li.subcat-inq:after {
        display: inline-block;
        top: 24px ;
    }
    #side-bar nav ul li.subcat-apply:before {
        content: "";
        border-bottom: 2px solid #4d4d4d;
        width: 24px;
        display: inline-block;
        margin-right: 8px;
        vertical-align: 12%;
    }
    /*    #side-bar nav ul li.subcat-apply{
        border-bottom: 0 transparent;
    }*/
    #side-bar nav ul li.cat span {
        font-weight: normal;
        color: #4d4d4d;
    }
    #side-bar nav ul li.cat:first-child{
        width:100%;
    }
    #side-bar nav ul li.cat:first-child span {
        font-weight: bold;
        color: #004080;
    }

    #side-bar nav ul li.link:after {
        content: ">";
        right: 0;
        position: absolute;
        font-size: 16px;
        font-weight: normal;
        top: 6px;
        padding-right: 20px;
        color: #004080;
    }
    #side-bar nav ul li:last-child {
        border-bottom: 0 transparent;
    }
    #side-bar nav ul li.now span {
        color: #004080;
    }
    #side-bar nav ul {
        list-style-type: none;
        border-bottom: 2px solid #004080;
        display: inline-block;
    }
	.sidebar-banner .pc{
		display: none;
	}
	.sidebar-banner p::before {
		content: "↑↑↑";
		display: flex;
		letter-spacing: 10px;
		font-size: 16px;
		width: 67px;
		margin: 0 auto;
	}
	.sidebar-banner p {
		margin-top: 10px;
		line-height: 1.5;
        text-align: center;
	}
    /*サイドバー ここまで */





    /*FOOTER　ここから*/

    footer {
        max-width: 100%;
        width: 100%;
        display: block;
        padding: 60px 0 16px;
        margin: 0 auto;
        background: #fff;
    }

    #footer-ttl {
        font-size: 24px;
        display: block;
        text-align: center;
        letter-spacing: 3px;
        font-weight: normal;
        margin-bottom: 36px;
    }

    footer .btn-wrap {
        max-width: 725px;
        margin: 0 auto 42px;
        padding: 0 12px;
        width: 100%;
        display: block;
        flex-wrap: wrap;
    }
    footer .btn-wrap button{
        max-width: 350px;
        width: 58%;
        min-width: 280px;
        display: block;
        text-align: center;
        background: #004080;
        border: none;
        color: #fff;
        font-size: 20px;
        float: none;
        margin: 0 auto 16px;
        position: relative;
    }
    footer .btn-wrap button:after {
        content: "";
        position: absolute;
        vertical-align: middle;
        background: url(../img/icon-btn-arrow.png) 0 0/100% no-repeat;
        width: 18px;
        height: 18px;
        top: 20px;
        left: auto;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 25px;
    }

    footer .btn-wrap button:first-child::after {
        right: 25px;
    }

    footer .btn-wrap button:first-child {
        margin: 0 auto 16px;
    }

    footer nav {
        max-width: 1280px;
        margin: 0 auto 36px;
        width: 100%;
    }

    footer nav .col {
        width: 100%;
        display: block;
        float: none;
        padding: 0;
    }

    footer nav .col li.cat {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        position: relative;
        padding: 0;
    }
    footer nav .col li.cat.sp {
        padding: 8px 0 8px 32px;
    }
    footer nav .col li.cat a {
        color: #fff;
        padding: 8px 0 8px 32px;
        display: block;
    }
    footer nav .col li.cat:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 16px;
        width: 9px;
        height: 16px;
        background: url(../img/footer-list-icon.png) 0 0/100% no-repeat;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    footer nav .col ul.subcat {
        font-size: 14px;
        padding-left: 0;
    }
    li.sp-down {
        overflow: hidden;
        display: none;
        height: auto;
    }
/*    footer nav .col li.sp-down.active {
        height: auto;
    }*/
    footer nav .col li.cat.sp:after {
        content: "";
        width: 100%;
        text-align: right;
        background: url(../img/footer-list-icon-arrow.png) 0 0/100% no-repeat;
        position: absolute;
        color: #fff;
        width: 16px;
        height: 16px;
        z-index: 1;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        font-weight: normal;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .3s transform;
    }
    footer nav .col li.cat.sp.active:after {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .3s transform;
        /*width: 14px;*/
    }

    footer nav .col ul.subcat li {
        margin-top: 0;
        border-top: 2px solid #e3e9ed;
        color: #fff;
        display: block;
        background-color: #fff;
        position: relative;
    }
    footer nav .col ul.subcat li a {
        padding: 10px 0 10px 32px;
        display: block;
    }

    footer nav .col ul.subcat li:before {
        content: ">";
        display: inline-block;
        color: #004087;
        margin-right: 4px;
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    footer nav .col ul.cat-grp {
        margin-bottom: 2px;
        background: #004080;
        position: relative;
        cursor: pointer;
    }

    footer address .logo {
        width: calc(100% - 20px);
        display: block;
        float: none;
        margin: 0 auto 16px;
        max-width: 124px;
    }

    footer address .address {
        display: block;
        float: left;
        width: 100%;
    }

    footer address .address p {
        font-size: 13px;
        display: block;
    }

    footer address {
        width: 100%;
        margin: 0 auto 24px;
    }

    footer address .address p span:first-child {
        width: calc(50% - 6px);
        text-align: right;
        display: block;
        float: left;
        margin-right: 6px;
        margin-left: 0;
    }

    footer address .address p span {
        width: calc(50% - 6px);
        text-align: left;
        display: block;
        float: left;
        margin-left: 6px;
    }

    footer .search-input-wrap {
        display: none;
        text-align: center;
        border-bottom: 1px solid #004080;
        padding-bottom: 48px;
    }

    footer .search-input-wrap input {
        background: url(../img/icon-search.jpg);
        background-repeat: no-repeat;
        background-position: 95% 4px;
        border: 1px solid #666666;
        height: 30px;
        width: 204px;
        font-size: 14px;
        padding-left: 8px;
    }

    footer aside {
        letter-spacing: 2px;
        font-size: 10px;
        display: block;
        text-align: center;
        color: #000;
        padding: 0;
    }

    /*FOOTER　ここまで*/


    /*共通パーツの続き*/
    #main.education-main {
        width: 100%;
        display: block;
        float: none;
        margin: 0px auto 0;
    }
    #main h3 {
        font-size: 15px;
        color: #4d4d4d;
        display: block;
        text-align: center;
        line-height: 30px;
        margin-bottom: 4px;
    }
    #main .catch p {
        color: #004080;
        line-height: 2;
        display: block;
        text-align: center;
        font-size: 10px;
    }
    #main .catch {
        margin-bottom: 60px;
    }
    .contents-wrap{
      display:block;
      margin:0 auto;
      width:100%;
    }
    .contents-wrap:last-child {
        margin-bottom: 100px;
        display: inline-block;
    }
    .contents {
        margin: 0 auto 60px;
        width: 100%;
        display: block;
        float: none;
    }
    .contents a {
        display: block;
        width: auto;
        height: auto;
    }
    .contents a:hover {
        object-fit: .9;
    }
    .contents .ttl .jp {
        font-size: 18px;
        font-weight: bold;
        color: #4d4d4d;
    }
    .contents .ttl .en {
        color: #4d4d4d;
        font-size: 15px;
        font-weight: normal;
        font-style: italic;
        font-family: "Times New Roman";
    }
    .pic-wrap {
        border-bottom: 1px dotted #004080;
    }
    .contents .bar {
        width: 120px;
        display: block;
        margin: 0 auto;
        height: 4px;
        background: #004080;
    }
    .contents .ttl {
        text-align: center;
        margin: 16px 0;
    }
    .contents aside {
        font-size: 16px;
        display: block;
        text-align: center;
        color: #4d4d4d;
        padding-top: 16px;
    }
    .contents {
        margin-bottom: 80px;
    }
    iframe {
        width: 100%;
    }



    /*students-sp*/
    /*site-map-sp*/
    /*ob-view-spのコピー*/
    /*ob-view-sp*/


    #main h3 {
        font-size: 30px;
        line-height: 48px;
    }

    #main .catch p {
        font-size: 20px;
    }

    #main .catch {
        margin-bottom: 112px;
    }

    /*school-introduction-sp*/
    #main .catch p {
        font-size: 16px;
    }



  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*all-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /************ FLOW-PAGE-START **********/
    .flow-page .flow-time{
        font-size: 20px;
        color: #00408b;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        display: flex;
        flex-wrap: wrap;
    }
    .flow-page .f20B{
        font-size: 18px;
        color: #00408b;
        padding: 20px 0;
        font-weight: 600;
        margin-bottom: 0;
    }
    .flow-page .f16{
        font-size: 14px;
        padding-bottom: 20px;
    }
    .flow-page .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-page .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .flow-page .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-page .flow-explain div p{
        margin-right: 30px;
    }
    .flow-page .life-flow-wrap .flow-box:last-child{
        border-bottom: 1px dashed #808080;
    }
    

    /************ FLOW-PAGE-END *********/

    /************ FLOW-PAGE-END **********/
    /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*club_activities-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
    /*追加css*/
    #container.school-life {
        width: auto;
        overflow: hidden;
        margin-bottom: 250px;
    }
    .school-life .contents-wrap {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .school-life .contents {
        display: inline-block;
        width: 100%;
        float: none;
        vertical-align: top;
    }
    .school-life .contents:nth-child(2) {
        margin-right: 0;
    }
    .school-life .pic img {
        display: block;
        width: 100%;
        height: auto;
    }
    .banner-area {
        width: 88%;
        margin: 0 auto;
        text-align: center;
    }
    .banner-area img {
        width: 100%;
    }
    .school-life #main .catch p {
        font-size: 14px;
    }
    .school-life  #main h3 {
        font-size: 24px;
    }
    p.banner-txt {
        margin-top: 10px;
        font-size: 14px;
    }
    span.space2 {
        display: block;
    }
    .intro-sp {
        display: block;
    }



    /*ヘッダー*/
    section#school-life-ttl {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }
    section#school-life-ttl img {
        width: 100%;
    }

    /*school-introduction-sp*/
    section#school-life-ttl {
        width: 64%;
    }
    /*education-stage-sp*/
    section#school-life-ttl {
        width: 60%;
    }

    /*部活追加css*/
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc-only {
        display: none;
    }
    .kaigyo{
        display: block;
    }
    div#main.club_activities-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .club_activities-main a {
        text-decoration: none;
    }
    a.link-color {
        color: #004080;
        text-decoration: underline;
    }
    .club_activities-main p {
        font-size: 14px;
        line-height: 2;
    }
	.left-menu {
		order: 10;
		width: 100%;
		display: inline-block;
	}
    .left-menu-list {
		width: 100%;
		border-bottom: 2px solid #004080;
	}
	.left-menu-list-bottom {
		margin-bottom: 0;
	}
	.sidebar-banner.sp {
		text-align: center;
	}
	.sidebar-banner {
		margin: 20px 0;
		width: 100%;
	}
	.sidebar-banner-img {
		width: 260px;
		margin: 0 auto;
		cursor: pointer;
	}
	.sidebar-pass-banner-img {
		width: 260px;
		margin: 0 auto;
		cursor: pointer;
	}
    .right-wrap {
        order: 1;
        margin: 0 0 80px;
        width: 100%;
    }
    p.left-menu-ttl {
        font-size: 20px;
        text-align: center;
        color: #004080;
        padding: 16px 0;
        border: solid #004080;
        border-width: 2px 0;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    }
    ul.school-life_left-menu li a {
        padding: 20px 0;
        border-top: 1px dotted;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
        display: block;
    }
    ul.school-life_left-menu li:first-child a {
         border-top: 0px dotted;
    }
    ul.school-life_left-menu li.now-page {
        padding: 20px 0;
        border-top: 1px dotted;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
        display: block;
    }
    ul.school-life_left-menu li:last-child {
        border-bottom: 0px solid #004080;
    }
    ul.school-life_left-menu li a {
        color: #4d4d4d;
    }
    ul.school-life_left-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    li.now-page {
        color: #004080;
    }
    ul.school-life_left-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .club_activities-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 16px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 24px;
        margin-top: 40px;
    }
    .ttl-area p{
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 48px;
    }
    .ttl-area p span {
        font-size: 20px;
        line-height: 36px;
        display: block;
        font-weight: bold;
        color: #004080;
        margin-bottom: 20px;
    }
    #main h3.club-news-ttl {
        text-align: left;
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: normal;
        color: #004080;
        padding-bottom: 4px;
        border-bottom: 1px solid #004080;
        margin-bottom: 10px;
        font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    }
    .club-news--items {
        font-size: 0;
        padding: 30px 0;
    }
    .club-news--items:last-child {
        border-bottom: none;
    }
    .club-news-box:nth-child(2n) {
        padding-top: 30px;
        border-top: 1px dashed #808080;
        margin-top: 30px;
    }
    .tag {
        display: inline;
        width: auto;
        font-size: 12px;
        padding: 5px 16px;
        background: #00408B;
        color: #fff;
    }
    p.news-time {
        margin: 4px 0;
    }
    p.news-ttl {
        font-size: 22px;
        margin: 8px 0 16px;
        text-decoration: underline;
    }
    .news-img {
        display: inline-block;
        width: 40%;
        height: auto;
        margin-right: 4%;
        vertical-align: top;
    }
    .new-txt-area {
        display: inline-block;
        width: 56%;
    }
    .club-news-btn {
        margin-top: 30px;
        text-align: center;
    }
    .club-news-btn a {
        display: inline;
        font-size: 16px;
        width: auto;
        padding: 12px 80px;
        color: #fff;
        background: #000;
        letter-spacing: 2px;
    }
    .club-news {
        margin-bottom: 124px;
    }
    .actibities-tag {
        font-size: 0;
        margin-bottom: 30px;
    }
    .actibities-tag p {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        width: 33%;
        margin-right: 0.5%;
        padding: 16px 0;
        background: rgba(0,64,128,0.5);
        cursor: pointer;
    }
    .actibities-tag p.active {
        background: rgba(0,64,128);
    }
    .actibities-tag p:last-child {
        margin-right: 0;
    }
    p.actibities-box-ttl {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 12px;
        background: #215991;
        border-bottom: 1px solid #fff;
    }
    .actibities-box-txt {
        margin: 28px 0 40px;
        padding-bottom: 40px;
        border-bottom: 1px dotted;
    }
    .actibities-box-txt p {
        font-size: 14px;
        line-height: 24px;
        order: 1;
    }
    .actibities-box-txt img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .actibities-box-area .actibities_motion,
    .actibities-box-area .actibities_culture,
    .actibities-box-area .actibities_same_taste {
        display: none;
    }
    .actibities-box.active {
        display: block;
        height: auto;
    }
    .actibities-box:nth-child(1) {
        margin-top: 32px;
    }
    .actibities-box:last-child {
        margin-bottom: 32px;
    }
    .actibities-box-txt {
        display: none;
    }
    .actibities_motion-ttl {
        padding: 16px;
        font-size: 20px;
        color: #fff;
        border-bottom: 1px solid #fff;
        position: relative;
        background: #004080;
    }
    .actibities_motion-ttl::after {
        background: #004080 url(../img/icon-arrow-club-sp.png) 96% 50%/auto 24px no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: " ";
        width: 14px;
        height: 24px;
        right: 4%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .3s transform;
    }
    .actibities_motion-ttl.active::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .3s transform;
    }
    .actibities_culture-ttl {
        padding: 16px;
        font-size: 20px;
        color: #fff;
        background: #004080;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    .actibities_culture-ttl::after {
        background: #004080 url(../img/icon-arrow-club-sp.png) 96% 50%/auto 24px no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: " ";
        width: 14px;
        height: 24px;
        right: 4%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .3s transform;
    }
    .actibities_culture-ttl.active::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .3s transform;
    }
    .actibities_same_taste-ttl {
        padding: 16px;
        font-size: 20px;
        color: #fff;
        background: #004080;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    .actibities_same_taste-ttl::after {
        background: #004080 url(../img/icon-arrow-club-sp.png) 96% 50%/auto 24px no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: " ";
        width: 14px;
        height: 24px;
        right: 4%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .3s transform;
    }
    .actibities_same_taste-ttl.active::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .3s transform;
    }
    p.actibities-box-ttl{
        background: #215991;
        position: relative;
    }
    p.actibities-box-ttl::after {
        background: #215991 url(../img/icon-arrow-club-sp.png) 96% 50%/auto 24px no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: " ";
        width: 12px;
        height: 16px;
        right: 4%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .3s transform;
    }
    p.actibities-box-ttl.active::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .3s transform;
    }
    p.actibities-box-ttl.active{
        background: #215991 url(../img/icon-arrow-club-active-sp.png) 96% 50%/16px auto no-repeat;
    }
    /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*education-curriculum-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/


    /*卒業生通用css*/
	
	.tablepress tbody td, .tablepress tfoot th {
		font-size: 10px;
	}
    div#main.education-stage-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .education-stage-main a {
        text-decoration: none;
    }
    .education-stage-main p {
        font-size: 18px;
    }
    ul.education-stage-menu li {
        padding: 20px 30px 20px 0;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.education-stage-menu li.sub-menu {
        padding: 20px 30px;
        position: relative;
    }
    ul.education-stage-menu li.sub-menu::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background: #000;
        left: 0;
        top: 50%;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li:last-child {
        
    }
    ul.education-stage-menu li a {
        color: #4d4d4d;
    }
    ul.education-stage-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    li.now-page {
        color: #004080;
    }
    ul.education-stage-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .education-stage-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
        line-height: 40px;
    }
    .education-stage-main .ttl-area {
        margin-bottom: 72px;
    }
    ul.education-stage-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.education-stage-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.education-stage-menu {
        display: flex;
        flex-wrap: wrap;
    }




    /*ステージ追加css*/
    .group-photo {
        margin-bottom: 40px;
    }
    .education-stage-flow-img {
        margin-bottom: 112px;
    }
    .stage-item {
        position: relative;
    }
    .stage-introduction {
        margin-bottom: 56px;
    }
    p.education-stage-flow--txt {
        font-size: 20px;
        line-height: 28px;
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }
    #main h3.stage--ttl {
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        padding: 8px 12px;
        color: #fff;
        background: #EB9CAA;
    }
    #main h3.stage--ttl span {
        font-size: 24px;
    }
    p.stage--sub-ttl {
        margin: 40px 0 32px;
        font-size: 40px;
        color: #EB9CAA;
        text-align: center;
    }
    p.stage--sub-ttl span {
        display: block;
        font-size: 18px;
        margin-top: 16px;
    }
    p.stage--txt {
        font-size: 18px;
        line-height: 26px;
        width: 78%;
    }
    p.stage--txt span {
        font-size: 21px;
        line-height: 32px;
        font-weight: bold;
        display: block;
        margin-bottom: 16px;
        color: #EB9CAA;
    }
    .class-box {
        font-size: 0;
    }
    .class-box img {
        display: inline-block;
        width: 100%;
        margin-right: 3%;
        order: 1;
    }
    .class-txt {
        display: inline-block;
        width: 100%;
        margin-bottom: 24px;
        vertical-align: top;
    }
    .class-txt p span {
        font-size: 20px;
        display: block;
        margin-bottom: 16px;
        font-weight: bold;
        color: #EB9CAA;
    }
    p.class-years {
        padding-left: 44px;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 14px;
        border-bottom: 2px solid #EB9CAA;
        margin-bottom: 20px;
        color: #EB9CAA;
        position: relative;
    }
    p.class-years::before {
        content: "";
        position: absolute;
        top: 34%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); 
        width: 32px;
        height: 4px;
        background: #EB9CAA;
    }
    .class-box {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px dotted;
        display: grid;
        flex-wrap: wrap;
    }
    .student-img {
        position: absolute;
        bottom: 75%;
        right: 5%;
        width: 11%;
    }
    .stage-2 .student-img {
        width: 15.5%;
        right: 2%;
    }

    /*ステージ変色*/
    #main .stage-2 h3.stage--ttl {
        background: #A6CC82;
    }
    .stage-2 p.stage--sub-ttl{
        color: #A6CC82;
    }
    .stage-2 p.stage--txt span{
        color: #A6CC82;
    }
    .stage-2 p.class-years {
        color: #A6CC82;
        border-color: #A6CC82;
    }
    .stage-2 p.class-years::before {
        background: #A6CC82;
    }
    .stage-2 .class-txt p span {
        color: #A6CC82;
    }
    #main .stage-3 h3.stage--ttl {
        background: #7AA5D9;
    }
    .stage-3 p.stage--sub-ttl{
        color: #7AA5D9;
    }
    .stage-3 p.stage--txt span{
        color: #7AA5D9;
    }
    .stage-3 p.class-years {
        color: #7AA5D9;
        border-color: #7AA5D9;
    }
    .stage-3 p.class-years::before {
        background: #7AA5D9;
    }
    .stage-3 .class-txt p span {
        color: #7AA5D9;
    }
    /************* 外部ーCSS カリキュラム ***********/
    p.f20B{
        font-size: 20px;
        display: block;
        font-weight: bold;
        color: #004080;
        margin-bottom: 30px;
    }
    .stages-desc{
        margin-bottom:30px;
    }
    .stages-desc h5.pri{
        color:#004080;
    }

    .stages-desc h5.sec{
        color:#004780;
    }

    .stages-desc h5{
        color:#004080;
        font-size:18px;
    }

    .stages-desc p{
        font-size:16px;
        color:#222;
    }

    .stages-desc:last-child{
        margin-bottom:240px;
    } 
    .stages h4{
        font-size: 20px;
        font-weight: bold;
        color: #004081;
        margin: 20px 0;
    }  
    .excle-title{
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        background: #004080;
        padding: 10px 0;
        text-align: center;
        margin-bottom: 20px;
    }
    p.excle-title:first-child {
      margin-bottom: 40px;
    }
    .excle {
      margin-bottom: 64px;
    }
    .mg-t40{
        margin-top: 40px;
    }
    .stages h5{
        font-size: 16px;
        font-weight: normal;
        text-indent: -4px;
    }
    .stages p{
        font-size: 16px;
    }
    /************* 外部ーCSS カリキュラム ***********/
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*education-higher_education-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/



    /*卒業生通用css*/

    div#main.education-higher_education-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .education-higher_education-main a {
        text-decoration: none;
    }
    .education-higher_education-main p {
        font-size: 18px;
    }
    ul.education-higher_education-menu li {
        padding: 20px 30px 20px 0;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.education-higher_education-menu li.sub-menu {
        padding: 20px 30px;
        position: relative;
    }
    ul.education-higher_education-menu li.sub-menu::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background: #000;
        left: 0;
        top: 50%;
    }
    ul.education-higher_education-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-higher_education-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-higher_education-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-higher_education-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-higher_education-menu li:last-child {
        
    }
    ul.education-higher_education-menu li a {
        color: #4d4d4d;
    }
    ul.education-higher_education-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.education-higher_education-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .education-higher_education-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
        line-height: 40px;
    }
    ul.education-higher_education-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.education-higher_education-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.education-higher_education-menu {
        display: flex;
        flex-wrap: wrap;
    }


    /*ステージ追加css*/
    .group-photo {
        margin-bottom: 40px;
    }
    .education-higher_education-flow-img {
        margin-bottom: 112px;
    }
    .stage-item {
        position: relative;
    }
    .stage-introduction {
        margin-bottom: 56px;
    }
    p.education-higher_education-flow--txt {
        font-size: 20px;
        line-height: 28px;
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }
    #main h3.stage--ttl {
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        padding: 8px 12px;
        color: #fff;
        background: #EB9CAA;
    }
    #main h3.stage--ttl span {
        font-size: 24px;
    }
    p.stage--sub-ttl {
        margin: 40px 0 32px;
        font-size: 40px;
        color: #EB9CAA;
        text-align: center;
    }
    p.stage--sub-ttl span {
        display: block;
        font-size: 18px;
        margin-top: 16px;
    }
    p.stage--txt {
        font-size: 18px;
        line-height: 26px;
        width: 78%;
    }
    p.stage--txt span {
        font-size: 21px;
        line-height: 32px;
        font-weight: bold;
        display: block;
        margin-bottom: 16px;
        color: #EB9CAA;
    }
    .class-box {
        font-size: 0;
    }
    .class-box img {
        display: inline-block;
        width: 100%;
        margin-right: 3%;
        order: 1;
    }
    .class-txt {
        display: inline-block;
        width: 100%;
        margin-bottom: 24px;
        vertical-align: top;
    }
    .class-txt p span {
        font-size: 20px;
        display: block;
        margin-bottom: 16px;
        font-weight: bold;
        color: #EB9CAA;
    }
    p.class-years {
        padding-left: 44px;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 14px;
        border-bottom: 2px solid #EB9CAA;
        margin-bottom: 20px;
        color: #EB9CAA;
        position: relative;
    }
    p.class-years::before {
        content: "";
        position: absolute;
        top: 34%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); 
        width: 32px;
        height: 4px;
        background: #EB9CAA;
    }
    .class-box {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px dotted;
        display: grid;
        flex-wrap: wrap;
    }
    .student-img {
        position: absolute;
        bottom: 75%;
        right: 5%;
        width: 11%;
    }
    .stage-2 .student-img {
        width: 15.5%;
        right: 2%;
    }

    /*ステージ変色*/
    #main .stage-2 h3.stage--ttl {
        background: #A6CC82;
    }
    .stage-2 p.stage--sub-ttl{
        color: #A6CC82;
    }
    .stage-2 p.stage--txt span{
        color: #A6CC82;
    }
    .stage-2 p.class-years {
        color: #A6CC82;
        border-color: #A6CC82;
    }
    .stage-2 p.class-years::before {
        background: #A6CC82;
    }
    .stage-2 .class-txt p span {
        color: #A6CC82;
    }
    #main .stage-3 h3.stage--ttl {
        background: #7AA5D9;
    }
    .stage-3 p.stage--sub-ttl{
        color: #7AA5D9;
    }
    .stage-3 p.stage--txt span{
        color: #7AA5D9;
    }
    .stage-3 p.class-years {
        color: #7AA5D9;
        border-color: #7AA5D9;
    }
    .stage-3 p.class-years::before {
        background: #7AA5D9;
    }
    .stage-3 .class-txt p span {
        color: #7AA5D9;
    }

    /*テーブル追加*/
    table.linesC th {
        width: 2%;
    }
    table.linesC {
        width: 100%;
        min-width: 640px;
    }
    .element_42p {
        width: 100%;
        overflow-x: auto;
    }
    td {
        text-align: center;
    }
    .education-higher_education-table .block {
        margin-bottom: 60px;
    }
    .education-higher_education-table h4.title {
        font-size: 20px;
        letter-spacing: 1.2px;
        color: #004081;
        margin-bottom: 12px;
    }
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*education-international-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  .international-ttl {
        font-size: 24px;
        margin-bottom: 20px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        letter-spacing: 8px;
        padding-bottom: 24px;
    }
    .education-stage-main .ttl-area p.f20B {
        font-size: 20px;
        line-height: 40px;
        display: block;
        font-weight: bold;
        color: #004080;
        margin-bottom: 20px;
    }

    /*卒業生通用css*/
    
    div#main.education-stage-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .education-stage-main a {
        text-decoration: none;
    }
    .education-stage-main p {
        font-size: 18px;
    }
    ul.education-stage-menu li {
        padding: 20px 30px 20px 0;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.education-stage-menu li.sub-menu {
        padding: 20px 30px;
        position: relative;
    }
    ul.education-stage-menu li.sub-menu::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background: #000;
        left: 0;
        top: 50%;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li:last-child {
        
    }
    ul.education-stage-menu li a {
        color: #4d4d4d;
    }
    ul.education-stage-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.education-stage-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .education-stage-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
        line-height: 40px;
    }
    ul.education-stage-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.education-stage-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.education-stage-menu {
        display: flex;
        flex-wrap: wrap;
    }

    /*ステージ追加css*/
    .group-photo {
        margin-bottom: 40px;
    }
    .education-stage-flow-img {
        margin-bottom: 112px;
    }
    .stage-item {
        position: relative;
    }
    .stage-introduction {
        margin-bottom: 56px;
    }
    p.education-stage-flow--txt {
        font-size: 20px;
        line-height: 28px;
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }
    #main h3.stage--ttl {
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        padding: 8px 12px;
        color: #fff;
        background: #EB9CAA;
    }
    #main h3.stage--ttl span {
        font-size: 24px;
    }
    p.stage--sub-ttl {
        margin: 40px 0 32px;
        font-size: 40px;
        color: #EB9CAA;
        text-align: center;
    }
    p.stage--sub-ttl span {
        display: block;
        font-size: 18px;
        margin-top: 16px;
    }
    p.stage--txt {
        font-size: 18px;
        line-height: 26px;
        width: 78%;
    }
    p.stage--txt span {
        font-size: 21px;
        line-height: 32px;
        font-weight: bold;
        display: block;
        margin-bottom: 16px;
        color: #EB9CAA;
    }
    .class-box {
        font-size: 0;
    }
    .class-box img {
        display: inline-block;
        width: 100%;
        margin-right: 3%;
        order: 1;
    }
    .class-txt {
        display: inline-block;
        width: 100%;
        margin-bottom: 24px;
        vertical-align: top;
    }
    .class-txt p span {
        font-size: 20px;
        display: block;
        margin-bottom: 16px;
        font-weight: bold;
        color: #EB9CAA;
    }
    p.class-years {
        padding-left: 44px;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 14px;
        border-bottom: 2px solid #EB9CAA;
        margin-bottom: 20px;
        color: #EB9CAA;
        position: relative;
    }
    p.class-years::before {
        content: "";
        position: absolute;
        top: 34%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); 
        width: 32px;
        height: 4px;
        background: #EB9CAA;
    }
    .class-box {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px dotted;
        display: grid;
        flex-wrap: wrap;
    }
    .student-img {
        position: absolute;
        bottom: 75%;
        right: 5%;
        width: 11%;
    }
    .stage-2 .student-img {
        width: 15.5%;
        right: 2%;
    }

    /*ステージ変色*/
    #main .stage-2 h3.stage--ttl {
        background: #A6CC82;
    }
    .stage-2 p.stage--sub-ttl{
        color: #A6CC82;
    }
    .stage-2 p.stage--txt span{
        color: #A6CC82;
    }
    .stage-2 p.class-years {
        color: #A6CC82;
        border-color: #A6CC82;
    }
    .stage-2 p.class-years::before {
        background: #A6CC82;
    }
    .stage-2 .class-txt p span {
        color: #A6CC82;
    }
    #main .stage-3 h3.stage--ttl {
        background: #7AA5D9;
    }
    .stage-3 p.stage--sub-ttl{
        color: #7AA5D9;
    }
    .stage-3 p.stage--txt span{
        color: #7AA5D9;
    }
    .stage-3 p.class-years {
        color: #7AA5D9;
        border-color: #7AA5D9;
    }
    .stage-3 p.class-years::before {
        background: #7AA5D9;
    }
    .stage-3 .class-txt p span {
        color: #7AA5D9;
    }



    /************* 外部ーCSS international ***********/
    .education-stage-main p.sub-inter-ttl{
        position: relative;
        font-size: 20px;
        font-weight: bold;
        color: #004080;
        padding-left: 46px;
        padding-bottom: 5px;
        border-bottom: 2px solid;
        margin-bottom: 30px;
    }
    .sub-inter-ttl:before{
        content: "";
        width: 30px;
        height: 5px;
        background: #00408b;
        position: absolute;
        top: 43%;
        left: 0;
    }
    .cricle-box div{
        width: 100%;
        margin:0 auto;
        max-width: 185px;
        min-width: 185px;
        margin-bottom: 20px;
    }
    .education-stage-main p.sub-bg-title{
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        background: #004080;
        padding: 3px 0;
        margin-bottom: 20px;
        padding-left: 10px;
    }
     .mg-t40{
        margin-top: 40px;
    }
    .mg-b40{
        margin-bottom: 40px;
    }
    .mg-b80{
        margin-bottom: 80px;
    }
    .box-set-blue{
        padding:40px 20px;
        background:#00408b; 
        display: block;
        margin-bottom: 40px;
    }
    .box-set-blue p{
        color: #fff;
    }
    .box-set-blue .left{
        width: 100%;
    }
    .box-set-blue .right{
        margin-top: 20px:;
    }
    .box-set-blue .ttl{
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .profile-img{
        width: 64%;
        margin: 20px auto 4px;
    }
    .box-set-blue p.profile-name{
        width: 64%;
        font-size: 14px;
        text-align: left;
        margin: 0 auto;
    }
    .box-set-inner p{
        text-indent: -14px;
        margin-left: 20px;
    }
    .kaigyo{
        display: block;
        text-indent: 0px;
        margin-left: 0px;
    }
    .box-set-inner p.sub-inter-ttl{
        margin-left: 0;
    }
    .education-stage-main p.sub-inter-ttl{
        padding-left: 48px;
        font-size: 20px;
    }
    .inter-btn-box{
        display:block;
    }
    .inter-btn{ 
        width: 80%;
        padding: 10.5px;
        background: #00408b url(../img/arrow-cricle.jpg) 95% 50% /20px no-repeat;
        text-align: center;
        margin: 0 auto;
    }
    .inter-btn a{
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
    }
    .mg-r25{
        margin-bottom: 20px;
    }
    .cricle-box div:last-child{
        padding-bottom: 20px;
    }


    /*修正追加*/
    span.kaigyo-sp {
        display: block;
        text-indent: 0;
    }
    .education-stage-main p.f18B {
        font-size: 18px;
        font-weight: bold;
        color: #004080;
    }
    .education-stage-main p.f18B span {
        display: block;
        line-height: 24px;
        margin-bottom: 8px
    }
    .box-set-blue .ttl span {
        display: block;
        margin-bottom: -36px;
    }
    .box-set-inner p.sub-inter-ttl {
        text-indent: 0;
    }
   /************* 外部ーCSS international ***********/
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*education-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*education-stage-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/

    div#main.education-stage-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .education-stage-main a {
        text-decoration: none;
    }
    .education-stage-main p {
        font-size: 14px;
    }
    ul.education-stage-menu li {
        padding: 20px 30px 20px 0;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.education-stage-menu li.sub-menu {
        padding: 20px 30px;
        position: relative;
    }
    ul.education-stage-menu li.sub-menu::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background: #000;
        left: 0;
        top: 50%;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li:last-child {
        
    }
    ul.education-stage-menu li a {
        color: #4d4d4d;
    }
    ul.education-stage-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    li.now-page {
        color: #004080;
    }
    ul.education-stage-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .education-stage-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
        line-height: 40px;
    }
    ul.education-stage-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.education-stage-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.education-stage-menu {
        display: flex;
        flex-wrap: wrap;
    }

    /*ステージ追加css*/
    .group-photo {
        margin-bottom: 40px;
    }
    .education-stage-flow-img {
        margin-bottom: 112px;
    }
    .stage-item {
        position: relative;
    }
    .stage-introduction {
        margin-bottom: 56px;
    }
    p.education-stage-flow--txt {
        font-size: 18px;
        line-height: 28px;
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }
    #main h3.stage--ttl {
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        padding: 8px 12px;
        color: #fff;
        background: #EB9CAA;
    }
    #main h3.stage--ttl span {
        font-size: 20px;
    }
    p.stage--sub-ttl {
        margin: 40px 0 32px;
        font-size: 32px;
        color: #EB9CAA;
        text-align: center;
    }
    p.stage--sub-ttl span {
        display: block;
        font-size: 18px;
        margin-top: 8px;
    }
    p.stage--txt {
        font-size: 14px;
        line-height: 26px;
        width: 78%;
    }
    p.stage--txt span {
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        display: block;
        margin-bottom: 16px;
        color: #EB9CAA;
    }
    .class-box {
        font-size: 0;
    }
    .class-box img {
        display: inline-block;
        width: 100%;
        margin-right: 3%;
        order: 1;
    }
    .class-txt {
        display: inline-block;
        width: 100%;
        margin-bottom: 24px;
        vertical-align: top;
    }
    .class-txt p span {
        font-size: 18px;
        display: block;
        margin-bottom: 16px;
        font-weight: bold;
        color: #EB9CAA;
    }
    p.class-years {
        padding-left: 44px;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 14px;
        border-bottom: 2px solid #EB9CAA;
        margin-bottom: 20px;
        color: #EB9CAA;
        position: relative;
    }
    p.class-years::before {
        content: "";
        position: absolute;
        top: 34%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); 
        width: 32px;
        height: 4px;
        background: #EB9CAA;
    }
    .class-box {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px dotted;
        display: grid;
        flex-wrap: wrap;
    }
    .student-img {
        position: absolute;
        bottom: 75%;
        right: 5%;
        width: 11%;
    }
    .stage-2 .student-img {
        width: 15.5%;
        right: 2%;
    }

    /*ステージ変色*/
    #main .stage-2 h3.stage--ttl {
        background: #A6CC82;
    }
    .stage-2 p.stage--sub-ttl{
        color: #A6CC82;
    }
    .stage-2 p.stage--txt span{
        color: #A6CC82;
    }
    .stage-2 p.class-years {
        color: #A6CC82;
        border-color: #A6CC82;
    }
    .stage-2 p.class-years::before {
        background: #A6CC82;
    }
    .stage-2 .class-txt p span {
        color: #A6CC82;
    }
    #main .stage-3 h3.stage--ttl {
        background: #7AA5D9;
    }
    .stage-3 p.stage--sub-ttl{
        color: #7AA5D9;
    }
    .stage-3 p.stage--txt span{
        color: #7AA5D9;
    }
    .stage-3 p.class-years {
        color: #7AA5D9;
        border-color: #7AA5D9;
    }
    .stage-3 p.class-years::before {
        background: #7AA5D9;
    }
    .stage-3 .class-txt p span {
        color: #7AA5D9;
    }

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*inquiry-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/


    /*卒業生通用css*/
 
    div#main.form-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .form-main a {
        text-decoration: none;
    }
    .form-main p {
        font-size: 18px;
    }
    ul.education-stage-menu li {
        padding: 20px 30px 20px 0;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.education-stage-menu li.sub-menu {
        padding: 20px 30px;
        position: relative;
    }
    ul.education-stage-menu li.sub-menu::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background: #000;
        left: 0;
        top: 50%;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.education-stage-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.education-stage-menu li:last-child {
        
    }
    ul.education-stage-menu li a {
        color: #4d4d4d;
    }
    ul.education-stage-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.education-stage-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .education-stage-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 24px;
        margin-top: 40px;
        line-height: 40px;
    }
    ul.education-stage-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.education-stage-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.education-stage-menu {
        display: flex;
        flex-wrap: wrap;
    }


    /*フォームページ追加*/
    table.form-area {
        width: 100%;
    }
    p.form-inter-ttl {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      color: #004080;
      padding-left: 55px;
      padding-bottom: 5px;
    }
    p.form-inter-ttl::before {
      content: "";
      width: 30px;
      height: 5px;
      background: #00408b;
      position: absolute;
      top: 43%;
      left: 0;
    }
    p.form-inter-txt {
      font-size: 16px;
    }
    p.form-inter-txt-point {
        margin: 32px 0 16px;
        font-family: 14px;
    }
    p.form-inter-txt span {
        display: block;
        text-indent: -1em;
        padding-left: 12px;
    }
    p.form-inter-txt span::before {
        content: "・";
    }
    .table-name {
        display: block;
        text-align: left;
        padding: 10px;
        font-size: 16px;
        font-weight: normal;
    }
    .require {
        display: inline-block;
        background: #D31C24;
        color: #FFF;
        height: 20px;
        width: 34px;
        min-width: 34px;
        font-size: 12px;
        margin-top: 4px;
        margin-right: 16px;
        text-align: center;
    }
    .form-area tr {
        display: flex;
        width: 100%;
        border-top: 1px solid #004080;
    }
    .form-area td {
        width: 64%;
        min-height: 80px;
        padding: 20px 0;
        font-size: 14px;
        text-align: left;
    }
    td.one.confirm, td.three.confirm {
        padding: 20px 3% !important;
    }
    .form-area tr.table-freespace {
        min-height: 146px;
        border-bottom: 1px solid #004080;
    }
    .form-area th {
        display: inline-block;
        width: 36%;
    }
    .form-area div.require {
        display: inline-block;
        background: #D31C24;
        color: #FFF;
        height: 20px;
        width: 34px;
        min-width: 34px;
        font-size: 12px;
        margin-top: 4px;
        margin-right: 16px;
        text-align: center;
    }
    .form-area input {
      margin-left: 0;
      border: 1px solid #808080;
      border-radius: 4px;
      height: 40px;
      padding: 8px;
      display: inline-block;
      width: 100%;
        font-size: 14px;
    }
    .form-area textarea.textarrea {
      width: 90%;
      margin-left: 5%;
      border: 1px solid #808080;
      border-radius: 4px;
      padding: 8px;
      font-size: 14px;
      resize: vertical;
    }
    td.one input {
      width: 90%;
      margin-left: 5%;
    }
    .form-area td.two {
        display: block;
        padding: 20px 10px;
    }
    .dfloat {
      display: block;
      width: 100%;
      font-size: 0;
    }
    .dfloat:first-child {
      margin-right: 10px;
    }
    .dfloat span {
      display: inline-block;
      width: auto;
      text-align: left;
      line-height: 40px;
      font-size: 14px;
    }
    .dfloat:nth-child(3) {
      width: 100%;
      text-align: left;
    }
    .mw_wp_form span.error {
      font-size: 14px;
      color: #B70000;
      display: block;
      width: 90%;
      margin-left: 5%;
      text-align: left;
    }
    .mw_wp_form .two span.error {
        margin-left: 0;
    }
    td.three div span.mwform-tel-field {
        display: flex;
        padding: 0 5%;
        line-height: 40px;
    }
    span.mwform-tel-field input {
        margin: 0 10px;
        font-size: 14px;
    }
    span.mwform-tel-field input:first-child {
        margin-left: 0;
    }
    span.mwform-tel-field input:last-child {
        margin-right: 0;
    }
    .addition {
        padding-top: 24px;
        text-align: center;
    }
    .addition input {
        background: #DD801E;
        border: none;
        border-radius: 50px;
        width: 168px;
        margin: 0 auto;
        color: #fff;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .form-area tr:last-child {
        border-bottom: 1px solid #004080;
    }
        .form-area .tel-sp{
        display: flex;
    }
    .form-area .tel-pc{
        display: none;
    }
    /*ラジオ*/
    .radio-btn {
        padding: 0 5%;
        line-height: 0px;
    }
    .radio-btn label {
        display: flex;
    }
    input[type="radio"] {
        display: inline;
        -webkit-appearance: radio;
        width: 12px;
        margin: 0;
    }
    span.mwform-radio-field-text {
        line-height: 40px;
        margin-left: 6px;
    }
    span.mwform-radio-field.horizontal-item {
        /*width: 40%;*/
        margin-right: 2%;
    }
    .form-area tr.radio-form {
        height: 160px;
    }
    /*年月日*/
    .time-form {
        padding: 0 20px;
        line-height: 40px;
    }
    .time-form .dfloat:first-child {
        width: 90px;
        margin: 0;
    }
    .form-area .time-form input {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 120px;
    }
    tr.time-form-area {
        min-height: 230px;
    }
    .time-form-area .time-form .dfloat:first-child {
        font-size: 14px;
    }
    /*希望日*/
    .choices {
        padding: 0 5%;
    }
    .choices-itmes {
        display: flex;
        flex-wrap: wrap;
    }
    .choices-itmes .dfloat input {
        margin: 0 10px 0 0;
        min-width: 40px;
    }
    .choices-itmes .dfloat:first-child input {
        min-width: 60px;
    }
    .choices-itmes .dfloat {
        line-height: 40px;
    }
    .choices-itmes.choices2 {
        padding: 10px 0;
        margin: 10px 0;
        border: 1px dotted #004080;
        border-width: 1px 0;
    }
    .choices-itmes .custom {
        margin-left: 10px;
        margin-top: auto;
    }
    .choices-itmes select {
        width: auto;
        height: 40px;
        font-size: 14px;
        padding: 8px 10px;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        appearance: menulist;
    }
    .choices .time-form {
        padding: 0;
        margin-left: 2%;
    }
    .choices .time-form .dfloat:first-child {
        width: auto;
    }
    .choices .time-form .dfloat:nth-child(2) {
        margin: 10px 0;
    }
    .choices-sub-ttl {
        line-height: 40px;
        width: 100%;
    }

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*ob-view-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*通用css*/


    div#container.top-page {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .interview-area {
        width: 100%;
        margin: 60px auto 114px;
        font-size: 0;
    }
    p.interview-ttl {
        font-size: 30px;
        text-align: center;
        margin: 0 0 30px;
    }
    .interview {
        display: inline-block;
        width: 50%;
    }
    .interview img {
        width: 100%;
    }
    p.interview-txt {
        font-size: 12px;
        text-align: center;
        margin: 20px 0 40px;

    }
    p.interview-txt span {
        font-size: 20px;
        display: block;
    }
    /******* ob-title ******/
    .ob-title{
        text-align: center;
    }
    .ob-title h4{
        font-size: 20px;
        color: #4d4d4d;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .ob-title h4 span{
        display: block;
    }
    .ob-title p{
        font-size: 26px;
        color: #4d4d4d;
        font-weight: bold;
    }

    /******* ob-title ******/
    /******* ob-detail ******/
    .ob-detail-contain{
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 0;
        padding: 
    }
    .detail-box-b{
        width: 800px;
        margin: 0 auto;
        margin-top: 120px;
    }
    .f16B-detail{
        font-size: 16px;
        color: #004080;
    }
    .f16-detail{
        font-size: 16px;
    }
    .f36B-detail{
        font-size: 22px;
        font-weight: bold;
        color: #004080;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    .detail-inner{
        margin: 30px 0 100px;
    }
    .detail-inner div{
        margin-top: 50px;
    }
    .mg-t20-detail{
        margin-top: 20px;
    }
    .detail-s-box img{
        max-width: 300px;
        width: 60%;
        margin:0 auto;
    }
    .mg-tb50100-detail{
        margin: 50px 0 100px;
    }
    .detail-box-a{
        width: 100%;
    }
    .detail-box-b{
        width: 100%;
        padding:0 20px;
    }
    .pd-lr20-detail{
        padding:0 20px;
    }
    .ob-detail-contain .interview-area{
        padding: 0 20px;
    }
    .detail-catch .f1{
        font-size: 20px;
    }
    .detail-catch .f2{
        font-size: 24px;
    }
    .detail-catch .f3{
        font-size: 24px;
        font-weight: bold;
    }
    .detail-catch p{
        color: #004080;
        text-align: center;
    }
    .detail-catch{
        margin-bottom: 40px;
    }
    .detail-catch-box{
        display: flex;
        flex-direction: column-reverse;        
    }
    #container.ob-page p{
        font-family: "ヒラギノ角ゴ Pro",sans-serif;
    }

    /******* ob-detail ******/

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*ob-view-spのコピー*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*ヘッダー*/
    section#school-life-ttl {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }
    section#school-life-ttl img {
        width: 100%;
    }


    div#container.top-page {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .interview-area {
        width: 100%;
        margin: 60px auto 114px;
        font-size: 0;
    }
    p.interview-ttl {
        font-size: 30px;
        text-align: center;
        margin: 0 0 30px;
    }
    .interview {
        display: inline-block;
        width: 50%;
    }
    .interview img {
        width: 100%;
    }
    p.interview-txt {
        font-size: 12px;
        text-align: center;
        margin: 20px 0 40px;

    }
    p.interview-txt span {
        font-size: 20px;
        display: block;
    }
    /******* ob-title ******/
    #container.cf.ob-page{
        padding:0 10px;
    }
    .ob-title{
        text-align: center;
        /*letter-spacing: 8px;*/
    }
    .ob-title h4{
        font-size: 20px;
        color: #4d4d4d;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .ob-title h4 span{
        display: block;
    }
    .ob-title p{
        font-size: 26px;
        color: #4d4d4d;
        font-weight: bold;
    }

    /******* ob-title ******/
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*recruit-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/



    /*卒業生通用css*/
    div#main.recruit-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .recruit-main a {
        text-decoration: none;
    }
    .recruit-main p {
        font-size: 14px;
    }
    ul.recruit-menu li {
        border-top: 1px dotted;
        font-size: 14px;
        position: relative;
    }
    ul.recruit-menu li a {
        padding: 20px 30px;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
        position: relative;
        display: block;
    }
    ul.recruit-menu li::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background: #000;
        left: 0;
        top: 50%;
    }
    ul.recruit-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.recruit-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.recruit-menu li.category-top-ttl {
        padding-left: 0;
    }
    ul.recruit-menu li.category-top-ttl::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
        background: none;
    }
    ul.recruit-menu li:last-child {
        
    }
    ul.recruit-menu li a {
        color: #4d4d4d;
    }
    ul.recruit-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    li.now-page {
        color: #004080;
    }
    ul.recruit-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .recruit-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
        line-height: 40px;
    }
    ul.recruit-menu li {
        width: 100%;
        display: inline-block;
        font-size: 15px;
    }
    ul.recruit-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.recruit-menu {
        display: flex;
        flex-wrap: wrap;
    }
    /*採用追加css*/
    .recruit-ttl-img {
        margin-bottom: 40px;
    }

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-access-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .flow-time{
        font-size: 20px;
        color: #00408b;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        display: flex;
        flex-wrap: wrap;
    }
    .f16{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }
    /*********** ACCESS ***********/

    .adress p{
        font-size: 18px;
        margin: 5px 0 0;
    }
    .adress .f20B{
        /*margin-bottom: 10px;*/
        padding-top: 0;
    }
    .adress {
        padding: 30px 0;
        border-bottom: 1px dotted #004080;
        border-top: 1px dotted #004080;
        margin:60px 0;
    }
    #container.school-life{
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    /*********** ACCESS ***********/

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-download-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .flow-time{
        font-size: 20px;
        color: #00408b;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        display: flex;
        flex-wrap: wrap;
    }
    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }
    /********** Education **********/
    
    .f20BK{
        font-size: 20px ;
        color: #222;
        font-weight: 600;
    }
    .mg-t20{
        margin-top: 30px;
    }
    .mg-b20{
        margin-bottom: 20px;
    }
    .mg-t40{
        margin-top: 40px;
    }
    .mg-t10{
        margin-top: 10px;
    }
   /* .container-wrap{
        background: url(../img/access-bg.jpg) 0 100%/ 107% no-repeat;
    }*/
    #container.school-life{
        margin-bottom: 0;
        padding-bottom: 120px;
    }
    .bor-bt{
        border-bottom: 1px solid;
    }
    .pd30{
        padding:30px 0;
        border-top: 1px dotted;
    }
    .bor-dotted{
        border-bottom: 1px dotted;
    }
    .f20B.mg-t20.bor-bt{
        position: relative;
        padding-left: 40px;
        padding-bottom: 20px;
    }
    .f20B.mg-t20.bor-bt:before {
        content: "";
        width: 30px;
        height: 5px;
        background: #00408b;
        position: absolute;
        top: 20%;
        left:0;
    }
    .message-txt-box p{
        font-size: 16px;
    }
    .message-txt{
        margin-top: 20px;
    }
    section#school-life-ttl {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 120px;
    }

    /*********** download ********/

    .f20B.mg-t20.bor-bt-blue{
        position: relative;
        padding-left: 40px;
        margin-bottom: 30px;
        line-height: 24px;
    }
    .f20B.mg-t20.bor-bt-blue:before {
        content: "";
        width: 30px;
        height: 5px;
        background: #00408b;
        position: absolute;
        top: 45%;
        left:0;
    }
    .bor-bt-blue{
        border-bottom: 1px solid #00408b;
    }
    .mg-t20{
        margin-top: 20px;
    }
    .download-sub-box{
        display: flex;
        flex-direction: column-reverse;
    }
    .download-sub-box .img-box{
        width: 80%;
        height: auto;
        margin:0 auto;
        margin-bottom: 30px;
    }
    .download-sub-box li{
        font-size: 16px;
        margin-bottom: 10px;
        color: #00408b;
        text-decoration: underline;
    }
    .download-title-box span{
        font-size: 20px;
        color: #00408b;
        display:unset;
        font-weight: bold;
    }
    .download-title-box{
        line-height: 1.8;
    }
    .download-sub-wraper{
        margin-bottom: 40px;
    }

    #container.school-life{
        margin-bottom: 0;
        padding-bottom: 150px;
    }
    .download-ttl span{
        display: block;
    }

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-education-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .flow-time{
        font-size: 20px;
        color: #00408b;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        display: flex;
        flex-wrap: wrap;
    }
    .f16{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }
    #container.school-life{
        margin-bottom: 0;
        padding-bottom: 0px;
    }
    .bor-bt{
        border-bottom: 1px solid;
    }
    .pd30{
        padding:30px 0;
        border-top: 1px dotted;
    }
    .bor-dotted{
        border-bottom: 1px dotted;
    }
    .f20B.mg-t20.bor-bt{
        position: relative;
        padding-left: 40px;
        padding-bottom: 20px;
    }
    .f20B.mg-t20.bor-bt:before {
        content: "";
        width: 30px;
        height: 5px;
        background: #00408b;
        position: absolute;
        top: 20%;
        left:0;
    }
    .message-txt{
        margin-top: 20px;
    }
    section#school-life-ttl {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 120px;
    }


    /********** Education **********/

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-facility-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  
    .flow-time{
        font-size: 20px;
        color: #00408b;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        display: flex;
        flex-wrap: wrap;
    }

    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }
    /********** New **********/
    .div-link1{
        margin:20px 0 20px;
        line-height: 33px;
        font-size: 0;
    }
    .span-style1{
       display: inline-block;
       width: calc(100% / 3);
       margin-bottom: 10px;
       text-align: center;
       border-right: 1px solid #fff;
    }
    span.span-style1 a {
      padding: 4px 0;
      background: #004080;
      display: block;
      font-size: 18px;
      color: #fff;
      font-weight: normal;
      opacity: .5;
    }
    span.span-style1 a:hover {
      opacity: 1;
    }
    span.span-style1 a.word2 {
      background: #2D9DA2;
    }
    span.span-style1 a.word3 {
      background: #F2983A;
    }
    span.span-style1 a.word4 {
      background: #DB6C6E;
    }
    span.span-style1 a.word5 {
      background: #39974A;
    }
    .div-link2{
        margin:0 0 20px 0; 
    }
    .div-link2 a {
      font-size: 16px;
      text-decoration: underline;
    }
    .word-style{
        font-size: 16px; 
        color: #28659c;
        line-height: 33px;
    }
    span.span-style1 a {
        font-size: 14px;
    }
    .p-div{
        display: none;
        clear:both;
    }
    .p-style{
        text-align: center; 
        padding-top: 40px;
    }
    .extra1{
        margin-bottom: 30px;
    }
  /********** /New **********/

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-feature-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }
    .intro-wrap p{
        font-size: 14px;
    }
    .intro-wrap p.f20B {
        font-size: 18px;
    }
    .ob-photo-box.pc{
        display: none;
    }

    /********** Feature **********/
    .container-wrap{
        background:none;
    }
    #container.school-life{
        margin-bottom: 0;
        /*padding-bottom: 477px;*/
    }
    .mg-t20{
        margin-top: 20px;
    }
    .mg-b20{
        margin-bottom: 20px;
    }
    .mg-t40{
        margin-top: 40px;
    }
    .mg-t10{
        margin-top: 10px;
    }
     .intro-wrap .feature-box1 p{
        display: block;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
    }
    .feature-box1 p span{
        color: #00408b;
    }
    .feature-img1 img{
        width: 100%;
        height: auto;
    }
    .box1{
        position: relative;
        /*height: 280px;*/
        margin-top: 48px;
    }
    .feature-box1{
        position: static;
        margin-bottom: 26px;
    }
    .feature-img1{
        position: static;
    }
    .feature-box1-wrap{
        display: block;
        margin-top: 30px;
    }
    .feature-photo-box img{
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 20px;
    }
    .box-wrap{
        border-top:1px dotted;
        border-bottom: 1px dotted;
        margin-top: 40px ;
        padding-bottom: 40px;
        padding-top: 10px;
    }
    .box-wrap .box1{
        margin-top: 30px;
    }
    .ob-photo-box-sp div{
        width: 30%;
        height: auto; 
        margin-bottom: 20px;
    }
    .ob-photo-box.sp .ob-photo-box-sp div img{
       max-width: 100%;
       max-height: auto;
    }
    .ob-photo-box div p{
        margin-top: 10px;
    }
    .ob-photo-box-sp{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .ob-photo-box.sp{
        display: block;
        margin-top: 20px;
    }
    .ob-photo-box-sp-last{
        width: 30%;
    }
    .ob-photo-box-sp-last img{
        max-width: 100%;
    }
    .bg-box{
        width: 100%;
        height: 70px;
        background: #004080;
        display: flex;
        align-items: center;
    }
    .bg-box p{
        margin:0 auto;
        color: white;
        font-size: 20px;
        text-align: center;
    }
    .bg-box p span{
        display: block;
        line-height: 1.2;
    }
    .bg-box.wrap{
        height: 105px;
    }
    .feature8{
        margin-top: 60px;
    }
    .feature8 .bg-box.wrap p {
        font-size: 14px;
    }
    .pc1100{
        display: block;
    }
    .tablet{
        display: none;
    }
    .box1{
        position: static;
        height: auto;
    }
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*school_intro-history-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }

    /**********歴史 **********/
    .history_container .box-set-2.mt-4{
        flex-direction: column;
    }
    .history_container .float-right.box-set-4.box-set-7{
        width: 100%;
    }
    .history_row{
        margin-top: 12%;
        flex-direction: column;
    }
    .history_row .ml-3{
        font-size: 20px;
    }
    .history_row .ml-3 span{
        font-size: 24px;
        font-weight: bold;
    }
    .history_row_02{
        padding-top: 40px;
        flex-direction: column;
    }
    .history_row_02 .word-set-5{
        font-size: 32px;
    }
    .history_row_02 .word-set-5 span{
        display: block;
        font-size: 24px;
    }
    .history_row_02 .box-set-9-wrap{
        width: 100%;
    }
    .box-set-2.mt-3.history_row_03{
        display: none;
    }
    p.word-set-2.word-set-3.font-weight-bold {
        color: #004080;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .bor-btn {
        padding-bottom: 40px;
        border-bottom: 1px dotted;
    }
    .float-left.box-set-4{
        width: 100%
    }
    .box-set-2.mt-4{
        display: block;
    }
    .float-right.box-set-4.box-set-7{
        width: 100%;
    }
    .box-set-2.mt-3{
        display: block;
    }
    .wid-50{
        width: 100%;
    }
    .box-set-2.mt-3.bor-btn{
        display: block;
    }
    .word-set-6 {
        font-size: 20px;
        font-weight: 500;
    }
    .word-set-7 {
        color: #734c21;
    }
    .word-set-7.font-weight-bold {
        font-size: 16px;
        font-weight: normal;
    }
    .word-set-8.ml-3{
        margin-left: 0;
    }
    .img-fluid{
        margin-bottom: 20px;
    }
    .pd-bor {
        padding-bottom: 20px;
        border-bottom: 1px dotted;
        margin-bottom: 20px;
    }
    .pd-b20 {
        padding-bottom: 20px;
    }
    .pd-bor-tb {
        padding: 20px 0;
        border-bottom: 1px dotted;
        margin: 20px 0;
    }
    .box-set-8{
        width: 100%;
    }
    .img-fluid.img-set-1.pd-l20{
        margin-top: 20px;
        padding-left: 0;
    }
    .mb-4 {
        margin-bottom: 25px;
    }
    .video.history-video {
        max-width: 560px;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*school_intro-message-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .flow-time{
        font-size: 20px;
        color: #00408b;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        display: flex;
        flex-wrap: wrap;
    }
    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }
    
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*school_intro-uniform-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .bor-bt{
        border-bottom: 1px solid;
    }
    .pd30{
        padding:30px 0;
        border-top: 1px dotted;
    }
    .bor-dotted{
        border-bottom: 1px dotted;
    }
    .f20B.mg-t20.bor-bt{
        position: relative;
        padding-left: 40px;
        padding-bottom: 20px;
        font-size: 20px;
    }
    .f20B.mg-t20.bor-bt:before {
        content: "";
        width: 30px;
        height: 5px;
        background: #00408b;
        position: absolute;
        top: 29%;
        left:0;
    }
    .message-txt{
        margin-top: 20px;
    }
    /********** Uniform ************/

    .uniform-box{
        display: block;
    }
    .uniform-box .left{
        width: 100%;
        margin:20px auto 20px;
    }
    .uniform-box .left img{
        margin-top: 10px;
        width: 50%;
        float: left;
    }
    .uniform-box .right{
        width: 100%;
        padding-left: 0;
    }
    .right p.f18B{
        font-size: 18px; 
        font-weight: bold;
        color:#00408b; 
    }
    .f14{
        font-size: 14px;
    }
    .uniform-box-text{
        display: block;
    }
    .uniform-box-text .left{
        margin-bottom: 30px;
    }
    .f20BK.txt-ind{
        margin-top: 20px;
        font-size: 18px;
    }
    .uniform-wrap {
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }
    .uniform-box-text li{
        font-size: 16px;
        line-height: 1.8;
    }
    .uniform-box-text{
        margin-top: 16px;
    }
    .uniform-box-text.vr-2{
        justify-content: space-between;
    }
    .uniform-box-text.vr-2 li{
        position: relative;
    }
    .uniform-box-text.vr-2 .left li span:before{
        content: "1.";
        position: absolute;
        left: -25px;
        color: #222;
        font-size: 25px;
        top:-10px;
    }
    .uniform-box-text.vr-2 .middle li span:before{
        content: "2.";
        position: absolute;
        left: -25px;
        color: #222;
        font-size: 25px;
        top:-10px;
    }
    .uniform-box-text.vr-2 .right li span:before{
        content: "3.";
        position: absolute;
        left: -25px;
        color: #222;
        font-size: 25px;
        top:-10px;
    }
    .uniform-box-text.vr-2 .left ul,.uniform-box-text.vr-2 .middle ul,.uniform-box-text.vr-2 .right ul{
        margin-left: 25px;
    }
    .uniform-box-text.vr-2 .middle{
        margin-bottom: 30px;
    }
    .uniform-box-text.vr-2 .left {
        margin-right: 0;
    }
    .uniform-box-text.vr-3 .top1{
        margin-bottom: 10px;
    }
    .uniform-box-text.vr-3{
        width: 80%;
        margin:20px auto 0;
    }
    .uniform-l-box span{
        font-size: 18px;
        color: #00408b;
        font-weight: 600;
        line-height: 1.7;
    }
    .uniform-l-box{
        margin-top: 20px;
    }

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_life-event-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
        /************ EVENT-START  **********/
    .date-box{
        display: block;
        padding:30px 0;
        border-bottom: 1px dotted;
    }
    .date-box .left{
        display: flex;
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px dotted;
        margin-bottom: 30px;
    }
    .date-box .right{
        display: flex;
        width: 100%;
    }
    .date-box .img-box{
        width: 26%;
        max-width: 120px;
        min-width: 120px;
        height: auto;
        margin-right: 15px;
    }
    .date-box li{
        font-size:16px;
        color:#00408B;
        margin-right: 23px;
    }
    .date-box ul{
        display: flex;
        flex-wrap: wrap;
        padding-right: 20px;
    }
    .mg-b30{
        margin-bottom: 30px;
    }
    .date-box.no-kaigyo ul{
        display: block;
    }
    .foc-ul{
        padding-right: 5px;
    }
    .full-box-inner{
        display: flex;
        flex-direction: column-reverse;
        padding:30px 0;
        border-bottom: 1px dotted;
        margin-bottom: 40px;
    }
    .full-box-inner .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .full-box-inner .right{
        width: 100%;
        margin-left: 0;
    }
    .full-box-inner .title{
        font-size: 18px;
        color: #00408B;
        font-weight: bold;
        margin-top: 14px;
    }
    .full-box-txt{
        font-size: 16px;
        margin-top: 20px;
    }
    .full-box-inner .view{
        font-size: 16px;
        color:  #00408B;
        font-weight: bold;
        margin-top: 20px;
    }
    .full-box-inner .view a{
        font-weight: normal;
        margin-left: 30px;
        text-decoration: underline;
    }
    .half-box-wrap{
        display: block;
        justify-content: space-between;
    /*        padding:30px 0;
        border-bottom: 1px dotted;*/
        padding-top: 40px;
        margin-top: -40px;
    }
    .full-box {
        padding-top: 40px;
        margin-top: -40px;
    }
    .half-box{
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px dotted;
        margin-bottom: 30px;
    }
    .half-box img{
        margin: 20px 0;
    }
    .half-txt{
        font-size: 16px;
    }
    .sp-kaigyo{
        display:block;
    }
    /************ EVENT-END  **********/

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_life-flow-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

  section#school-life-ttl {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }
    .flow-time{
        font-size: 20px;
        color: #00408b;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        display: flex;
        flex-wrap: wrap;
    }
    .flow-box{
        border-top: 1px dashed #808080;
        padding:30px 0;
    }
    .flow-time p{
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .flow-explain div{
        display: flex;
        flex-wrap: wrap;
    }
    .flow-explain div p{
        margin-right: 30px;
    }
    .life-flow-wrap .flow-box:last-child{
        border-bottom: 2px dashed #808080;
    }
    p.f16 span {
        display: block;
        color: #004080;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*school_life-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
/*----------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school-introduction-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/


    .introduction-catch-photo{
        display: none;
    }
    .introduction-title p {
        text-align: center;
        font-size: 18px;
        color: #4d4d4d;
        font-weight: bold;
    }
    .introduction-catch p {
        font-size: 14px;
        color: #004080;
        margin: 30px 0 60px;
        text-align: center;
        right: 0;
        line-height: 2;
    }

    .introduction-catch p span{
        display: block;
    }
    .introduction-title .f45B{
        font-size: 24px;
        font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*site-map-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

   /***** site-map *******/
        /***** site-map *******/
    .site-map-container{
        width: 1000px;
        margin:0 auto;
    }
    .guide{
        padding: 30px 0;
    }
    .guide p a {
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 5px;
        border-bottom: 1px solid #4d4d4d;
        padding: 8px 16px;
        background: #004080;
        color: #fff;
        display: block;
    }
    .guide li{
        font-size: 16px;
        line-height: 2.2;
    }
    .guide ul{
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .guide ul li{
        margin-right: 40px;
    }
    .guide ul li a{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .guide ul li span{
        font-size: 20px;
        color: #888;
        margin-right: 4px;
    }
    .guide p a:hover{
        /*color: #004084;*/
        text-decoration: underline;
    }
    .guide ul li a:hover{
        color: #004084;
    }
    .guide ul li a:hover span{
        color: #004084;
    }
    .site-map-container{
        width: 100%;
        padding:0 10px;
        margin:0 auto;
    }
    .guide:last-child {
        margin-bottom: 120px;
    }
    /***** site-map *******/

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*students-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*ヘッダー*/
    section#school-life-ttl {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }
    section#school-life-ttl img {
        width: 100%;
    }
        /*トップページ*/
   .top-page.students p{
        font-family: "ヒラギノ角ゴ Pro",sans-serif;
    }
    .contents{
        margin-bottom: 80px;
        max-width: 100%;
        width: 100%;
    }
    .pic-wrap {
        border-bottom: 1px dotted #004080;
    }
    .contents .ttl {
        text-align: center;
        margin: 16px 0;
    }
    .contents .ttl .jp {
        font-size: 18px;
        font-weight: bold;
        color: #4d4d4d;
    }
    .contents .ttl .en {
        color: #4d4d4d;
        font-size: 16px;
        font-weight: normal;
        font-style: italic;
        font-family: "Times New Roman";
    }
    .contents .bar {
        width: 120px;
        display: block;
        margin: 0 auto;
        height: 4px;
        background: #004080;
    }
    .students-box{
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contents aside {
        font-size: 14px;
        display: block;
        text-align: center;
        color: #4d4d4d;
        padding-top: 12px;
    }

    .f30B-students{
        font-size: 24px;
        font-weight: bold;
        color: #4d4d4d;
        text-align: center;
        margin-bottom: 20px;
    }
    .f20bl-students{
        font-size: 16px;
        color: #004080;
        text-align: center;
    }
    .students-inner{
        margin-top: 60px;
    }
    .students-box-container{
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
        padding:0 10px;
    }
    .calender-container{
        width: 100%;
        margin: 0 auto;
    }
    .header nav ul li.now {
        border-bottom: 4px solid #004080;
        padding-bottom: 24px;
    }
    .header nav ul li {
        display: block;
        background: #fff;
        padding: 28px 0;
        float: left;
        width: calc(100% / 6);
        cursor: pointer;
    }
    .header nav ul {
        padding-bottom: 0;
        margin: 0 auto 28px;
        max-width: 1180px;
        display: block;
    }
    .mg-t40{
        margin-top: 40px;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*to-graduates-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/
    div#main.to-graduates-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .to-graduates-main a {
        text-decoration: none;
    }
    .to-graduates-main p {
        font-size: 18px;
    }
    
    ul.to-graduates-menu li {
        width: 100%;
        border-top: 1px dotted;
        font-size: 14px;
    }
    ul.to-graduates-menu li a {
        padding: 20px 0;
        padding-right: 30px;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
        display: block;
    }
    ul.to-graduates-menu li:last-child {
        
    }
    ul.to-graduates-menu li a {
        color: #4d4d4d;
    }
    ul.to-graduates-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.to-graduates-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .to-graduates-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
    ul.to-graduates-menu li {
        width: 100%;
        display: inline-block;
        font-size: 15px;
        line-height: 40px;
    }
    ul.to-graduates-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.to-graduates-menu {
        display: flex;
        flex-wrap: wrap;
    }
    /*卒業生追加css*/
    .pdf-list-warp {
        border: solid #00408B;
        border-width: 1px 0;
    }
    .document {
        padding: 40px 0;
        font-size: 0;
        border-bottom: 1px dashed #808080;
        display: flex;
    }
    .document:last-child {
        border-bottom: none;
    }
    .document-icon {
        display: inline-block;
        width: 20%;
        margin-right: 4%;
    }
    .document-txt {
        display: inline-block;
        width: 76%;
        vertical-align: top;
    }
    p.document-time {
        font-size: 18px;
        color: #00408B;
    }
    p.document-ttl {
        font-size: 22px;
        line-height: 34px;
        margin: 10px 0;
        text-decoration: underline;
    }
    /*news-single-sp*/
    .document-icon {
        min-width: 100px;
        width: 100px;
    }
    .document-txt {
        width: auto;
    }
    p.document-time {
        font-size: 22px;
        letter-spacing: 5px;
    }
    p.document-ttl {
        font-size: 32px;
    }
    /*news-list-sp*/
    .document-txt {
        width: auto;
    }
    p.document-time {
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 8px;
        margin-bottom: -6px;
    }
    p.document-ttl {
        font-size: 28px;
        margin-bottom: 10px;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*to-studens_briefing-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/
    div#main.to-studens_briefing-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .to-studens_briefing-main a {
        text-decoration: none;
    }
    .to-studens_briefing-main p {
        font-size: 14px;
    }
    ul.to-studens_briefing-menu li {
        padding: 20px 0;
        padding-right: 30px;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.to-studens_briefing-menu li:last-child {
        
    }
    ul.to-studens_briefing-menu li a {
        color: #4d4d4d;
    }
    ul.to-studens_briefing-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.to-studens_briefing-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .to-studens_briefing-ttl {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
	.to-studens_briefing-ttl p {
		letter-spacing: 5px;
		margin-bottom: 0;
		padding: 0.5em;
		border: solid 3px red;
		font-size: 18px;
	}
	.to-studens_briefing-ttl p span {
		font-size: 3vw;
		color: #000;
	}
	.to-studens_briefing-ttl p span a {
		text-decoration: underline;
		color: #004080;
	}
    .to-studens_briefing-main .ttl-area p span {
        margin-bottom: 48px;
		margin: 0;
    }
    ul.to-studens_briefing-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.to-studens_briefing-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.to-studens_briefing-menu {
        display: flex;
        flex-wrap: wrap;
    }
        /*テーブル*/
    b {
        font-size: 14px;
    }
    table {
        margin: 4px 0;
    }
    .ttl-area.table-ttl {
        margin-bottom: 0;
    }
    .ttl-area p span.to-studens_briefing-ttl-sub {
        margin-bottom: 0;
        margin-top: 32px;
        padding-left: 40px;
        position: relative;
        color: #004080;
    }
    .ttl-area p span.to-studens_briefing-ttl-sub::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 28px;
        height: 4px;
        background: #004080;
    }
    /*テーブル追加*/
        p.txtnarrow {
            margin-top: 24px;
            font-size: 14px;
            margin-bottom: 20px;
        }

        /*追加ボタン*/
    .text-center span {
        font-size: 20px;
        width: auto;
        line-height: 28px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        vertical-align: middle;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .link-btn-text {
        width: auto;
        height: 22vw;
        position: relative;
    }
	.p {
		background-color: #fff;
		color: #004082;
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
	}
    .text-center {
        /*font-size: 12px;*/
        font-size: 3.2vw;
        text-align: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        background: #004082;
        border-radius: 8px;
        color: #fff;
        position: relative;
    }
    a.link-btn-text {
        display: inline-block;
        height: 22vw;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    p.table-txt span {
        font-weight: bold;
    }
    .table-btn {
        text-align: left;
        font-size: 0;
    }
    .table-btn div {
        display: inline-block;
        max-width: 350px;
        margin-right: 2%;
        width: 49%;
    }
    .table-btn div a {
        display: inline-block;
        padding: 14px 0;
        font-size: 16px;
        color: #fff;
        background: #004080;
        text-align: center;
        width: 100%;
    }
    .table-btn div a p {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
    }
    .table-btn div a p span {
        display: block;
    }
    .table-btn div a img {
        width: 20px;
        margin: 8px auto 0;
    }
    .table-btn div:nth-child(2) {
        margin-right: 0;
    }
    .table-btn div:nth-child(2) a {
        background: #858585;
    }

    /*カレンダー*/
    .calendar iframe {
        height: 360px;
        width: 100%;
        overflow: auto;
    }

    /*spのみ追加*/
    a.link-btn-text:nth-child(2n) {
        margin-right: 0;
    }
    .link-inpage {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*to-studens_history-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/
    div#main.to-studens_history-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .to-studens_history-main a {
        text-decoration: none;
    }
    .to-studens_history-main p {
        font-size: 14spx;
    }
    ul.to-studens_history-menu li {
        padding: 20px 0;
        padding-right: 30px;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.to-studens_history-menu li:last-child {
        
    }
    ul.to-studens_history-menu li a {
        color: #4d4d4d;
    }
    ul.to-studens_history-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.to-studens_history-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .to-studens_history-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
    ul.to-studens_history-menu li {
        width: 100%;
        display: inline-block;
        /*margin-right: 2%;*/
        padding-right: 32px;
        font-size: 15px;
        line-height: 40px;
    }
    ul.to-studens_history-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.to-studens_history-menu {
        display: flex;
        flex-wrap: wrap;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*to-studens_requirement-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/
    div#main.to-studens_requirement-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .to-studens_requirement-main a {
        text-decoration: none;
    }
    .to-studens_requirement-main p {
        font-size: 14px;
    }
    ul.to-studens_requirement-menu li {
        padding: 20px 0;
        padding-right: 30px;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.to-studens_requirement-menu li:last-child {
        
    }
    ul.to-studens_requirement-menu li a {
        color: #4d4d4d;
    }
    ul.to-studens_requirement-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.to-studens_requirement-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .to-studens_requirement-ttl {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
	.to-studens_requirement-ttl span {
    background-color: #004080;
    color: #fff;
    text-align: center;
    margin: 0 0 0 45px;
    padding-left: 7px;
	}
	.ttl-area .title-text {
		font-size: 18px;
	}
	.ttl-area .title-text span {
		background-color: white;
		margin: 0;
		padding: 0;
		font-size: 18px;
		width: 0;
		display: revert;
	}
    ul.to-studens_requirement-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.to-studens_requirement-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.to-studens_requirement-menu {
        display: flex;
        flex-wrap: wrap;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*to-studens_tuition-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/
    div#main.to-studens_tuition-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .to-studens_tuition-main a {
        text-decoration: none;
    }
    .to-studens_tuition-main p {
        font-size: 14px;
    }
    ul.to-studens_tuition-menu li {
        padding: 20px 0;
        padding-right: 30px;
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.to-studens_tuition-menu li:last-child {
        
    }
    ul.to-studens_tuition-menu li a {
        color: #4d4d4d;
    }
    ul.to-studens_tuition-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.to-studens_tuition-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .to-studens_tuition-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
    ul.to-studens_tuition-menu li {
        width: 100%;
        display: inline-block;
        padding-right: 32px;
        font-size: 15px;
    }
    ul.to-studens_tuition-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.to-studens_tuition-menu {
        display: flex;
        flex-wrap: wrap;
    }
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*to-students_and_parents-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/
    div#main.to-students_and_parents-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .to-students_and_parents-main a {
        text-decoration: none;
    }
    .to-students_and_parents-main p {
        font-size: 14px;
    }
    ul.to-students_and_parents-menu li {
        padding: 20px 0;
        padding-right: 30px;
        border-top: 1px dotted;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.to-students_and_parents-menu li:last-child {
        
    }
    ul.to-students_and_parents-menu li a {
        color: #4d4d4d;
    }
    ul.to-students_and_parents-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.to-students_and_parents-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .to-students_and_parents-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
    ul.to-students_and_parents-menu li {
        width: 100%;
        display: inline-block;
        margin-right: 2%;
        padding-right: 32px;
        font-size: 15px;
        line-height: 40px;
    }
    ul.to-students_and_parents-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.to-students_and_parents-menu {
        display: flex;
        flex-wrap: wrap;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*school_intro-download-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*NEWS共通*/
    .club-news--items {
        font-size: 0;
        padding: 30px 0;
        display: none;
    }
    .club-news--items.active {
        display: flex;
        flex-wrap: wrap;
    }
    .top-news-box {
        width: 100%;
        padding: 6% 0 4%;
        border-top: 1px dashed #808080;
    }
    .top-news-box:first-child {
        border-top: none;
    }
    .top-news-box .club-news-box {
        width: 96%;
        margin: 0;
        padding: 0;
        padding-right: 4%;
    }
    p.news-ttl {
        font-size: 17px;
        text-decoration: underline;
    }
    .news-img {
        display: inline-block;
        width: 32%;
        height: auto;
        margin-right: 4%;
        vertical-align: top;
    }
    .new-txt-area {
        display: inline-block;
        width: 64%;
        margin-top: 2px;
    }
    .club-news-btn {
        margin-top: 30px;
        text-align: center;
    }
    .club-news-btn a {
        display: inline;
        font-size: 16px;
        width: auto;
        padding: 12px 60px;
        color: #fff;
        background: #000;
        text-decoration: none;
    }
    .club-news {
        margin-bottom: 84px;
    }
    .news-img img {
        width: 100%;
    }
    .new-txt-area p {
        font-size: 14px;
        margin: 8px 0 0;
    }
    p.news-ttl {
        font-size: 20px;
        margin-top: 0;
    }
    p.news-txt {
        margin-top: 8px;
    }

    /*トップページ*/
    div#container.top-page {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    div#main.top-main {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-right: 0;
    }
    .toppage-btn {
        max-width: 725px;
        width: 100%;
        display: block;
        margin: 80px auto;
        padding: 0 20px;
    }
    .toppage-btn button{
        max-width: 350px;
        width: 58%;
        max-width: 220px;
        display: block;
        text-align: center;
        background: #004080;
        border: none;
        color: #fff;
        font-size: 12px;
        float: none;
        margin: 0 auto 16px;
        position: relative;
    }
    .toppage-btn button::after {
        content: "";
        position: absolute;
        vertical-align: 4%;
        background: url(../img/icon-btn-arrow.jpg) 0 0/100% no-repeat;
        width: 15px;
        height: 15px;
        top: 50%;
        left: 77%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .toppage-btn button:first-child::after {
        left: 70%;
    }
    .content-ttl {
        min-height: 60px;
        text-align: center;
        color: white;
        background-color: #00408B;
        vertical-align: middle;
        padding: 8px;
        margin-bottom: 20px;
    }
    p.content-ttl-sub {
        font-size: 20px;
        line-height: 130%;
        margin: 0;
        padding: 0;
        margin-top: 8px;
    }
    p.content-ttl-main {
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .content-ttl.entry {
        background: #0058AC;
    }
    .content-ttl.visit {
        background-color: #000;
    }
    .content-ttl.stage {
        background: #008CA0;
    }
    .content-ttl.media {
        background-color: #FFFF00;
        color: black;
    }
    .content-ttl.bo-interview {
        background-color: #666666;
    }
    .content-ttl-wrapper {
        display: inline-block;
    }
    .top-navi-item p {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    }
    img.icon-web {
        display: inline-block;
        margin-right: 8px;
        width: 44px;
    }
    .top-navi {
        width: 100%;
        font-size: 0;
        margin-bottom: 50px;
    }
    .top-navi-item {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    .top-navi-item img{
        width: 100%;
        height: 58vw;
        object-fit: cover;
        object-position: 0 0;
    }
    img.icon-web {
        display: inline-block;
        margin-right: 18px;
        width: 64px;
        height: auto;
    }
    .top-main-mv {
        width: 100%;
        height: 320px;
        background: #123 url(../img/mid_video_sumplle.jpg) 50% 50%/cover;
        position: relative;
    }
    .top-main-mv img {
        position: absolute;
        display: block;
        width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .top-news-area {
        width: 94%;
        margin: 0 auto;
    }
    .news-tag-list {
        width: 100%;
        font-size: 0;
        margin-top: 80px;
        display: flex;
    }
    p.news-tag {
        font-size: 16px;
        width: 25%;
        text-align: center;
        margin: 0;
        padding-bottom: 24px;
        border-bottom: 2px solid #808080;
        padding-top: 18px;
        cursor: pointer;
    }
    p.news-tag:last-child {
        width: 30%;
    }
    p.news-tag:last-child {
        /*padding-top: 0;*/
    }
    p.news-tag.active {
        color: #00408B;
        border-color: #00408B;
    }
    .top-news-area-items .club-news--items:last-child {
        border-bottom: none;
    }
    .top-news-area-items .tag{
        font-size: 16px;
        padding: 6px 16px;
    }
    .interview-area {
        width: 100%;
        margin: 108px auto 114px;
        font-size: 0;
    }
    p.interview-ttl {
        font-size: 30px;
        text-align: center;
        margin: 0 0 30px;
    }
    .interview {
        display: inline-block;
        width: 50%;
    }
    .interview img {
        width: 100%;
    }
    p.interview-txt {
        font-size: 16px;
        text-align: center;
    }
    p.interview-txt span {
        font-size: 20px;
        display: block;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*news-list-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/


    /*卒業生通用css*/
    div#main.news-list-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .news-list-main a {
        text-decoration: none;
    }
    .news-list-main p {
        font-size: 20px;
    }
    ul.news-list-menu li {
        border-top: 1px dotted #000;
        font-size: 14px;
        background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    }
    ul.news-list-menu li a {
        padding: 20px 0;
        padding-right: 30px;
    }
    ul.news-list-menu li a {
        color: #4d4d4d;
    }
    ul.news-list-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    li.now-page {
        color: #004080;
		line-height: 40px;
        padding: 20px 0;
    }
    ul.news-list-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .news-list-ttl {
        font-size: 24px;
        letter-spacing: 8px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
    ul.news-list-menu li {
        width: 100%;
        display: inline-block;
    }
	ul.news-list-menu li:last-child {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #000;
    }
    ul.news-list-menu li a {
        width: 100%;
        display: inline-block;
        margin-right: 2%;
        padding-right: 32px;
        font-size: 15px;
        line-height: 40px;
        display: block;
    }
    ul.news-list-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.news-list-menu li:nth-child(5) {
        border-bottom: 0;
    }
    ul.news-list-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .pager{
        /*padding-left: 28%;*/
        width: 100%;
        border-top: 1px solid #004081;
        text-align: center;
    }
.pagination {
        width: auto;
        text-align: center;
        display: inline-flex;
        margin-top: 40px;
    }
.pagination a {
    color: white;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #004081;
    background-color: #004081;
    font-size: 16px;
    margin: 0 3px;
    height: 30px;
    width: 30px;
}
.pagination span {
        margin: 0px 4px;
    }

    span.page-numbers.current {
    color: #004081;
    border: 1px solid #004081;
    background-color: white;
    display: inline-block;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 16px;
    margin: 0 3px;
    height: 30px;
    width: 30px;
}
    span.page-numbers.dots {
    color: white;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #004081;
    background-color: #004081;
    font-size: 16px;
    margin: 0 3px;
    height: 30px;
    width: 30px;
}
    /*修正追加*/
    .document-txt {
        margin-top: 1px;
    }
    .tag {
        padding: 4px 16px;
    }
    p.document-ttl a {
        display: block;
        padding: 4px 0;
        font-size: 20px;
    }

  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*news-single-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /*卒業生通用css*/
    div#main.news-single-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        float: none;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .news-single-main a {
        text-decoration: none;
    }
    .news-single-main p {
        font-size: 16px;
    }
    ul.news-single-menu li:last-child {
        
    }
    ul.news-single-menu li a {
        color: #4d4d4d;
    }
    ul.news-single-menu li.category-top-ttl a{
        font-weight: bold;
        color: #004080;
    }
    ul.news-single-menu li.category-top-ttl {
        background: none;
        width: 100%;
        margin-right: 0;
        border-top: none;
    }
    .news-single-ttl {
        font-size: 24px;
        padding-bottom: 34px;
        background: url(../img/icon-ttl-underline.jpg) 0 100%/auto 10px repeat-x;
        margin-bottom: 48px;
        margin-top: 40px;
    }
    ul.news-single-menu li {
        width: 100%;
        display: inline-block;
        margin-right: 0%;
        padding-right: 32px;
        font-size: 15px;
        line-height: 40px;
    }
    ul.news-single-menu li:nth-child(2n-1) {
        margin-right: 0;
    }
    ul.news-single-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .pager{
        /*padding-left: 28%;*/
        width: 100%;
        border-top: 1px solid #004081;
    }
    .img-style{
        display: block;
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .p-title1{
        font-size: 28px;
        color: #00408b;
        font-weight: 600;
    }
    .p-pragraph1{
        font-size: 20px;
        line-height: 2;
        margin: 12px 0 0 0;
    }
    .div-pgroup{
        margin: 25px 0 35px 0;
    }
    .list-style{
        font-size: 20px;
        line-height: 2;
        margin: 12px 0 0 0;
    }
    .div-icon{
        margin-bottom: 30px;
    }
    .tag-words{
        font-size: 16px;
    }
    .icon1{
        display: inline-block;
        /*width: 23%;*/
        padding-left: 4px;
    }
    .icon2{
        display: inline-block;
        /*width: 34%;*/
        padding-left: 4px;
    }
    .small-icon{
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-bottom: -4px;
    }
    .div-icon a {
        text-decoration: none;
        color: #222;
    }
    .pagi-border{
        width: 100%;
        border-top: 1px solid #004081;
    }
    .pagi{
        font-size: 20px;
        line-height: 2;
        display: block;
    }
    #breadcrumb li a{
        text-decoration: underline;
    }
    .div-icon .icon1 a {
        text-decoration: underline;
        color: #222;
    }
    .div-icon .icon2 a span{
        text-decoration: underline;
        color: #222;
    }

    /*---------------------------まとめる全に追加したコード---------------------------*/
    header#education-hd {
        background: none;
        position: relative;
    }
    .top-video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -2;
    }
    .top-video video {
            min-width: 100%;
            min-height: 100%;
            /*width: 100%;*/
            position: relative;
            top: 50%;
            right: 90%;
            transform: translateY(-50%) translateX(50%);
        }
    .video-black {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background: #000;
        z-index: -1;
        opacity: 0.3;
    }
    .interview-area {
      flex-wrap: wrap;
    }
    p.interview-ttl {
      width: 100%;
    }
    .mv-people {
        position: absolute;
        transform: scale(-1, 1);
        width: 20%;
        right: 20px;
        top: 30%;
        z-index: -1;
    }

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*---------------------------ここの上は一般です---------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/


  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*school_intro-download-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    header {
        width: 100%;
        margin: 0;
        display: inline-block;
        padding: 0;
    }
    section#school-life-ttl {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-feature-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /******* 3.14 追加******/

    #breadcrumb{
        margin: 0;
    }
    #container #breadcrumb{
        padding: 0;
    }
    .mg-lr10{
        margin:0 10px;
    }
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  /*school_intro-history-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    /****** 3.14 追加 ********/  
    .font-weight-bold.word-set-4{
        margin: 30px 0;
    }
    .word-set-8.font-weight-bold.word-set-3.f20B{
        font-size: 20px;
        color: #004080;
        font-weight: bold;
    }
    .history_row_02 .font-weight-bold.word-set-4{
        font-size: 18px;
        font-weight: bold;
    }
    .history_row_02 .word-set-5{
        font-size: 14px;
    }
    .box-set-1 .club_activities-main p{
        font-size: 22px;
    }


    /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-uniform-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
    /*追加修正*/
    .txt-ind {
        color: #004080;
        font-weight: bold;
    }
    p.uniform-l-box span {
        color: #004080;
        font-weight: bold;
        line-height: 24px;
    }
    p.uniform-l-box {
        margin-top: 20px;
    }
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_life-flow-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
    /*20190322 施設追加*/
  .facility-img {
    font-size: 0;
    display: none;
  }
  .facility-img.active {
    display: block;
  }
  .div-img {
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 24px;
    font-size: 14px;
    text-align: center;
  }
  .div-img:nth-child(3n) {
    margin-right: 0;
  }
  .div-img p {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .div-img img {
    margin-bottom: 8px;
  }
  .div-link2 {
    width: 100%;
    flex-wrap: wrap;
    display: none;
  }
  .div-link2.active {
    display: flex;
  }
  .div-link2 p {
    color: #004090;
    margin: 0 4px;
  }
  span.span-style1.active a {
    opacity: 1;
  }
  /*-----------2019.03.24 動画追加-------------*/
  .intro-feature-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .intro-feature-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

    /*----------------FAQ 追加-----------------*/
  .faq-ttl {
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #004080;
    margin-bottom: 30px;
  }
  .faq-item-ttl {
    padding: 12px 40px 12px 4px;
    border-bottom: 1px solid #004080;
    background: url(../img/icon-arrow.jpg) 98% 50%/auto 20px no-repeat;
    font-size: 0;
    cursor: pointer;
  }
  .faq-txt-area {
    font-size: 0;
    padding: 24px 4px;
    border-bottom: 1px dotted #000;
    margin-bottom: 40px;
  }
  .faq-items p {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height: 24px;
  }
  p.faq-sub-ttl {
    width: 10%;
    font-weight: bold;
    font-size: 24px;
    color: #004080;
  }
  .faq-txt-area p.faq-txt {
    font-size: 14px;
  }
  .faq-txt {
    width: 90%;
  }
  .faq-txt-area p.faq-txt span {
    color: red;
  }
  .faq-button a {
    display: inline;
    width: auto;
    font-size: 14px;
    padding: 12px 30px 12px 12px;
    background: #004080;
    color: #fff;
    position: relative;
  }
  .faq-button a::after {
    content: "";
    position: absolute;
    vertical-align: 4%;
    background: url(../img/icon-btn-arrow.png) 0 0/100% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .faq-button {
    display: flex;
    margin-top: 24px;
    padding-left: 10%;
  }
  .faq-items.active .faq-item-ttl {
    background: url(../img/icon-arrow-open.jpg) 98% 50%/20px auto no-repeat;
  }
  .faq-txt-area ul {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 10%;
  }
  .faq-txt-area ul li {
    margin-top: 20px;
    color: #734c21;
    font-size: 16px;
  }
  .faq-txt-area ul li ul {
    padding-left: 0;
  }
  .faq-txt-area ul li li {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
  }
  .faq-items.active .faq-txt-area {
    display: block;
  }
  .faq-warp {
    margin-bottom: 40px;
  }
  .faq-warp:last-child {
    margin-bottom: 0;
  }
  a.faq-txt-link {
    color: #004080;
    text-decoration: underline;
  }

  .ob-page .interview {
    margin-bottom: 20px;
  }

  /*追加　ポリシーページ*/
    .policy-warp {
      width: 90%;
      margin: 0 auto 120px;
    }
    .policy-warp h4 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 16px;
      color: #4d4d4d;
    }
    span.policy-txt-ttl {
      display: block;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 12px;
      margin-top: 24px;
      color: #004080;
    }
    .policy-warp p {
      font-size: 14px;
    }

  /*お問い合わせ*/
  .contact-list-warp {
    margin-bottom: 120px;
  }
  .contact-list-warp h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 64px;
    color: #4d4d4d;
  }
  .contact-list ul {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

  .contact-list ul li:last-child {
    margin-bottom: 0;
  }
  .contact-list ul p:hover {
    color: yellow;
  }
  .contact-list ul li {
        display: block;
    text-align: center;
    background: #004080;
    width: 280px;
    line-height: 53px;
    margin: 0 auto 40px auto;
  }

  /*top-mv-bg*/
  .top-mv-bg {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
  .top-mv-bg video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  div.top-main-mv {
    height: auto;
  }
  .intro-small-wrap {
    border-bottom: 1px solid #818b94;
    border-top: 1px solid #818b94;
    display: flex;
    flex-flow: column;
    margin-top: 40px;
    padding: 30px 0;
}
  .message-img2 {
    width: 50%;
    margin: 30px auto 0;
  }
    /*ヘッダー修正*/
    .page-ttl-area {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .page-ttl-area div {
        display: inline-flex;
        font-size: 0;
        text-align: center;
        align-items: center;
    }
    section#school-life-ttl .page-ttl-area img {
        width: 50px;
        height: 50px;
    }
    section#school-life-ttl .page-ttl-area p{
        font-size: 36px;
        color: #fff;
        font-family: "Times New Roman";
        line-height: 1;
    }
        section#school-life-ttl .page-ttl-area .small{
        font-size: 30px;
    }
    .student section#school-life-ttl .page-ttl-area p {
        
    }
    section#school-life-ttl .page-ttl-area p.page-ttl-jp {
        font-size: 16px;
        text-align: center;
        font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
        margin-top: -10px;
    }
    section#school-life-ttl .page-ttl-area p#top-copy{
        font-family: "Sawarabi Mincho";
    }
    section#school-life-ttl .page-ttl-area p.page-ttl-en {

        /*margin-left: 8px;*/
    }
    .student section#school-life-ttl .page-ttl-area p.page-ttl-jp {
        margin-top: 0px;
    }
    .page-ttl-area.long span {
        display: block;
        font-family: "Times New Roman";
    }
    .page-ttl-area.long {

    }

    .inner-container {
        position: relative;
    }

    /*魅力ページ文言修正*/
    .feature-box1 {
        position: relative;
        left: 0;
        width: 100%;
    }
    .feature-box1 p.feature-img-ttl {
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }
    .feature-box1 p.feature-img-ttl span {
        display: inline;
        color: #000;
    }

    /*2019/04/09*/
    .time-choice input {
        width: 46%;
    }
    .time-btn-area {
        text-align: center;
    }
    .result-A, .result-B, .result-C {
        margin-bottom: 40px;
    }
    p.result-A-txt, p.result-C-txt {
        font-size: 16px;
    }


    td.one.confirm, td.three.confirm {
        padding: 20px 3% !important;
    }

    /*20190416-calendar*/
    .calendar-area {
        position: absolute;
        margin-top: 40px;
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
	.calendar-sp {
    position: static;
    margin-top: 40px;
    text-align: center;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: block;
}
    .calendar-ttl {
        padding: 10px 0;
        width: 320px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        background: #8DB0BD;
        margin: 0 auto;
    }
    .calendar-txt p {
        font-size: 14px;
    }


    .time--nav span {
      font-size: 14px;
    }
.pass-college .tablepress tbody td {
    vertical-align: middle;
}
.pass-college .tablepress tbody tr .column-1, 
.pass-college .tablepress tbody tr .column-3 {
	width: 30%;
	font-size: 14px;
}
.pass-college .tablepress tbody tr .column-2, 
.pass-college .tablepress tbody tr .column-4 {
	width: 20%;
	font-size: 14px;
}
.pass-college .tablepress tbody tr td span {
  font-size: 15px;
  color: red;
}
.pass-college .pass-global02 span {
    font-size: 20px;
    color: #FFEF00;
    margin-left: 30px;
}
.education-stage-main .pass-college p.sub-bg-title {
    margin: 0;
    font-size: 14px;
}
.pass-college .pass-global02 {
    margin-top: 20px;
    background: #F98E7B;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
}

@media (max-width: 500px) {
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-history-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
    .history_row .ml-3 span,
    .history_row_02 .word-set-5 span{
        font-size: 5vw;
    }
    .history_row .ml-3,
    .history_row_02 .word-set-5{
        font-size: 4vw;
    }
    .modal-txt p span {
        display: block;
    }
}

@media (max-width: 400px) {
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*education-international-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
  .inter-btn{ 
        width: 100%;
        padding: 8px;
        background: #00408b url(../img/arrow-cricle.jpg) 97% 50% /20px no-repeat;
        text-align: center;
        margin: 0 auto;
    }
    .inter-btn a{
        font-size: 16px;
        color: #fff;
        line-height: 1.3;
    }
        .mg-r25{
        margin-bottom: 20px;
    }
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-access-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

    .flow-explain div p{
        margin-right: 23px;
    }
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-education-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/

  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-feature-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
    .intro-wrap .feature-box1 p{
        font-size: 24px;
    }
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-history-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
    .flow-explain div p{
        margin-right: 23px;
    }
    .history_row .ml-3, .history_row_02 .word-set-5{
        font-size: 16px;
    }
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /*school_intro-uniform-sp*/
  /*--------------------------------------------------------------------------
  /*--------------------------------------------------------------------------*/
    .f20B.mg-t20.bor-bt:before{
        top:29%;
    }
    .detail-box-b .ob-catch{
        font-size: 25px;
    }
    .inter_p{
        font-size: 16px !important;
    }
}
@media (max-width: 384px) {
    .application-form .three.tell .mwform-tel-field input {
        margin: 0 1%;
    }
    .application-form .two .mwform-zip-field input {
        display: inline-block;
        width: 38%;
        min-width: auto;
    }
    .application-form .three input {
        width: 80%;
        margin: 4% 0;
    }
    .application-form .three input:nth-child(2) {
        margin: 0;
    }
}
@media (max-width: 346px) {
    .application-form div:last-child input {
        display: block;
        margin: 40px auto 0;
    }
    .application-form input[type="submit"]:last-child {
        margin-bottom: 120px;
    }
    .application-form input[type="submit"]:nth-child(2) {
        margin-top: 20px;
        margin-left: auto;
    }
}
@media (max-width: 330px) {
    .time-choice input {
        font-size: 13px;
    }
}