../@charset "UTF-8";
/*----------------------------------
Parts：パーツモジュール
----------------------------------*/
.cl, .separate-block-desc > dl > dd dl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after, .separate-block-desc > dl > dd dl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl, * html .separate-block-desc > dl > dd dl, .separate-block-desc > dl > dd * html dl {
  height: 1%;
}

/*----------------------------------
Header Style
----------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  z-index: 100;
  min-width: 1040px;
}

.header-inr {
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.header-utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 70px;
}

.header-utility-left {
  padding: 5.5px 20px 5.5px 0;
  padding: 0 20px 0 0;
  margin-right: 20px;
  border-right: 1px solid #e6e6e6;
  /*--display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;--*/
}

.header-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  float: right;
}

.header-contact:after {
    content: "";
    display: block;
    clear: both;
}

.header-contact ul {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 19px;
  font-size: 1.2rem;
}

.header-contact ul li {
  width: 140px;
  text-align: center;
  margin-left: 10px;
}

.header-contact ul li a {
  display: block;
  background: #009fe8;
  border-radius: 4px;
  font-size: 1.2rm;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.header-contact ul li a span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}

.header-contact ul li a span:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.header-contact ul li a:hover {
  opacity: .6;
}

.header-contact ul li:nth-child(2) a {
  background: #4ac45f;
}

.header-contact p {
  margin-left: 20px;
}

.header-contact .tw {
	display: block;
	width: 30px;
}

.header nav {
	line-height: 1;
	clear: both;
	/*float: right;*/
}

.header nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: end;
	  justify-content: end;
}

.header nav ul li {
  position: relative;
  padding-left: 26px;
}

.header nav ul li:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 18px;
  height: 2px;
  background: #c9caca;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.header nav ul li a {
  text-decoration: none;
}
.header nav ul li.pc {display: block;}
.header nav ul li.sp {display: none;}

.header nav ul li a:hover {
  text-decoration: underline;
}

.header nav ul li:first-child {
  padding-left: 0;
}

.header nav ul li:first-child:before {
  display: none;
}

.header-sp-menu {
  display: none;
}

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

@media only screen and (max-width: 768px) {
  .header {
    min-width: initial;
  }
  .header-logo img {
    max-height: 23px;
  }
  .header-inr {
    padding: 14px 15px;
    position: relative;
    display: block;
  }
  .header-utility {
    text-align: center;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 0 40px;
    height: auto;
  }
  .header-utility-left {
    margin: 0 0 25px 0;
    padding: 0;
    border-right: none;
  }
  .header-utility-right .btn01 {
    width: 230px;
  }
  .header-contact {
    display: none;
  }
  .header nav {
    float: none;
  }
  .header nav ul {
    border-top: 1px solid #f7f8f8;
    display: block;
  }
  .header nav ul li {
    padding-left: 0;
    font-size: 1.3rem;
    border-bottom: 1px solid #f7f8f8;
  }
  .header nav ul li:before {
    display: none;
  }
  .header nav ul li a {
    display: block;
    padding: 18px 0;
  }
.header nav ul li.pc {display: none;}
.header nav ul li.sp {display: block;}
.header nav ul li a .red {display: inline-block;color:#FF5466;font-size: 12px;margin-left: 10px; }
  .header nav ul li:first-child {
    padding-left: 0;
  }
  .header nav ul li:first-child:before {
    display: none;
  }
  .header-corplogo {
    font-size: 0;
    margin-top: 25px;
  }
  .header-corplogo img {
    max-height: 18px;
  }
  .header-sp-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    backface-visibility: hidden;
  }
  .header-sp-menu a {
    width: 30px;
    display: block;
    height: 25px;
    background-image: url(/img/sp-menu.svg);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: right 0 top 0;
  }
  .header-sp-menu.is-active a {background-image: url(/img/sp-menu-close.svg);}
}

/*----------------------------------
Footer Style
----------------------------------*/
.footer {
  background: #009fe8;
  padding: 40px 0 15px;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-utility {
/*  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  ms-justify-content: center;
*/}

.footer-contact {
  position: relative;
  width: 320px;
  text-align: center;
  border-left: 1px solid #99d9f6;
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}

.footer-contact-logo {
  margin-bottom: 11px;
  font-size: 0;
}

.footer-contact-tel {
  margin-bottom: 9px;
  font-size: 0;
}
.footer-contact-tel img {width: 150px;}

.footer-contact-text {
  line-height: 1.5;
  font-size: 19px;
  font-size: 1.2rem;
}
.footer-contact-text.mailadd {
  line-height: 1.5;
  font-size: 20px;
  font-size: 2.0rem;
	margin-bottom: 1.0rem;
}

/*
.footer-nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 335px;
  border-left: 1px solid #99d9f6;
  padding: 0 30px;
}

.footer-nav ul {
  letter-spacing: -.40em;
  line-height: 1;
  margin-top: -15px;
}

.footer-nav ul li {
  margin-top: 15px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 50%;
}

.footer-nav ul li:before {
  content: "・";
  margin-right: .3em;
}
*/

.footer-nav-inr {
  text-align: left;
  margin: 20px 0;
  width: 210px;
  display: inline-block;
}

.footer-nav-inr ul li:before {
  content: "・";
}

.footer-app {
  width: 220px;
  background: #fff;
  padding: 18px 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: inline-block;
}

.footer-app p {
  color: #009fe8;
  font-size: 28px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-app ul {
  letter-spacing: -.40em;
  text-align: center;
}

.footer-app ul li {
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 5px;
  width: 170px;
  font-size: 0;
  margin-bottom: 7px;
  display: inline-block;
}

.footer-app ul li:last-child {
  margin-bottom: 0;
}

.footer-app ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 50px;
  border-radius: 4px;
}

.footer-app ul li a:hover {
  opacity: .6;
}

.footer-app ul li span {
  position: relative;
  display: inline-block;
  padding-right: 11px;
}

.footer-app ul li span:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.footer-app ul li:nth-child(1) a {
  position: relative;
}
.footer-app ul li:nth-child(1) a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 11px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-app ul li:nth-child(2) a {
  background: #009fe8;
}
.footer-app ul li:nth-child(3) a {
  background: #4ac45f;
}
.footer-app ul li:nth-child(3) a span:before {
  right: -6px;
}

.footer-app-blog {
  display: none;
}
.footer-app-blog img {
  transform: rotate3d(0,0,0,0);
}

.sns_column {
  display: inline-block;
}

.sns_column .fb_box {
  display: inline-block;
  margin-right: 30px;
}

.sns_column .tw_box {
  display: inline-block;
}

.footer-copy {
  margin-top: 30px;
  text-align: center;
}

.footer-copy-logo {
  font-size: 0;
}

.footer-copy-text {
  margin-top: 15px;
  line-height: 1;
}

.footer-copy-text small {
  font-size: 19px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 0 13px;
  }
  .footer-utility {
    display: block;
  }
  .footer-contact {
    width: 100%;
    border-left: none;
  }
  .footer-contact-logo {
    margin-bottom: 13px;
  }
  .footer-contact-logo img {
    max-height: 38px;
  }
  .footer-contact-tel {
    margin-bottom: 9px;
    font-size: 0;
  }
  .footer-contact-tel img {
    max-height: 22px;
  }
  .footer-contact-text {
    line-height: 2;
    font-size: 1rem;
  }
  .footer-nav-inr {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .footer-app {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    z-index: 10;
  }
  .footer-app ul li {
    font-size: 0;
    margin: 0 3.3333% 0 0;
    width: 48%;
    font-size: 0;
  }
  .footer-app ul li:last-child {
    margin-right: 0;
  }
  .footer-app ul li:nth-child(1) {
    display: none;
  }
  .footer-app ul li a {
    height: 40px;
  }
  .footer-app ul li span {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .footer-app ul li span:before {
    top: 60%;
    margin-top: -2px;
    right: 10px;
  }
  .footer-app ul li:nth-child(1) img {
    max-height: 12px;
  }
  .footer-app ul li:nth-child(2) img {
    max-height: 13.5px;
  }
  .footer-app ul li:nth-child(3) a span:before {
    right: 7px;
  }
  .footer-app-blog {
    display: block;
    text-align: center;
    margin: 15px 0 20px;
  }
  .footer-app-blog a {
    display: inline-block;
    width: 180px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
            transition: .5s;
  }
  .footer-app-blog a:hover {
    opacity: .7;
  }
  .footer-app-blog a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 16px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }
  .footer-app-blog a img {
    width: 100%;
    height: auto;
  }
  .sns_column {
    display: block;
    text-align: center;
  }
  .sns_column .fb_box {
    display: block;
    margin: 0 auto;
  }
  .sns_column .tw_box {
    display: block;
    margin: 20px auto 0;
  }
  .footer-copy {
    margin-top: 15px;
  }
  .footer-copy-logo img {
    max-height: 14px;
  }
  .footer-copy-text {
    margin-top: 10px;
    line-height: 1;
  }
  .footer-copy-text small {
    font-size: 1rem;
  }
}

/*----------------------------------
Side Style
----------------------------------*/
/*----------------------------------
Navigation Style
----------------------------------*/
/*----------------------------------
Table Style
----------------------------------*/
.course-table {
  font-size: 25px;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.course-table table {
  table-layout: fixed;
  text-align: center;
}

.course-table table thead th {
  background: #009fe8;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 9px 0;
  border-left: 1px solid #fff;
}

.course-table table thead th:first-child {
  border-left: none;
}

.course-table table tbody tr {
  border-left: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}

.course-table table tbody td {
  padding: 15px 5px;
  border-right: 1px solid #c9caca;
}

.course-table table tbody td:nth-child(3) {
  background: #f7f8f8;
  color: #e6293e;
}

@media only screen and (max-width: 768px) {
  .course-table {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .course-table table tbody tr {
    border-left: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
  }
  .course-table table tbody td {
    padding: 7px 4px;
    line-height: 1.25;
  }
  .course-table table tbody td .btn01 {
    width: 100%;
  }
  .course-table table tbody td .btn01 a, .course-table table tbody td .btn01 span, .course-table table tbody td .btn01 button {
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
  .course-table table tbody td .btn01 a:before, .course-table table tbody td .btn01 span:before, .course-table table tbody td .btn01 button:before {
    right: 5px;
  }
}

.contact-table {
  border-top: 1px solid #dcdddd;
  margin-bottom: 40px;
}

.contact-table-row {
  padding: 30px 0 30px 50px;
  border-bottom: 1px solid #dcdddd;
}

.contact-table-row dl {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.contact-table-row dl:first-child {
  margin-top: 0;
}

.contact-table-row dl dt, .contact-table-row dl dd {
  display: table-cell;
}

.contact-table-row dl dt {
  width: 243px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
}

.contact-table-row dl dt span {
  display: block;
  position: relative;
}

.contact-table-row dl dt.icon-required span:after {
  content: "必須";
  width: 40px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background: #ff5466;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 6px;
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  font-size: 1.2rem;
}

.contact-table-row dl dd {
  padding-left: 43px;
}

.contact-table-post {
  letter-spacing: -.40em;
}

.contact-table-post > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 20px;
}

.contact-table-post input[type="text"] {
  width: 160px;
}

.contact-table-post .btn01 a:before, .contact-table-post .btn01 span:before {
  display: none;
}

.contact-table-schedule {
  margin-top: -5px;
}

.contact-table-schedule li {
  margin-top: 5px;
}

.contact-table-year {
  letter-spacing: -.40em;
  max-width: 600px;
  margin-top: -5px;
}

.contact-table-year li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 105px;
  margin-top: 5px;
}

.contact-table-year li:nth-child(1), .contact-table-year li:nth-child(5) {
  width: 127px;
}

.contact-table-year li:nth-child(2), .contact-table-year li:nth-child(6) {
  width: 132px;
}

.contact-table-year li:nth-child(3), .contact-table-year li:nth-child(7) {
  width: 118px;
}

.contact-table-know {
  letter-spacing: -.40em;
  margin-top: -5px;
  margin-right: -60px;
}

.contact-table-know li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 156px;
  margin-top: 5px;
}

.contact-table-know li:last-child {
  width: 100%;
}

.contact-table-know li:nth-child(1), .contact-table-know li:nth-child(4) {
  width: 139px;
}

.contact-table-know li:nth-child(2), .contact-table-know li:nth-child(5) {
  width: 222px;
}

.contact-table-know li:nth-child(3), .contact-table-know li:nth-child(6),.contact-table-know li:nth-child(7) {
  width: 292px;
}

@media only screen and (max-width: 768px) {
  .contact-table {
    margin-bottom: 15px;
  }
  .contact-table-row {
    padding: 20px 0;
  }
  .contact-table-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .contact-table-row dl {
    display: block;
    margin-top: 15px;
  }
  .contact-table-row dl dt, .contact-table-row dl dd {
    display: block;
  }
  .contact-table-row dl dt {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 13px;
  }
  .contact-table-row dl dt.icon-required span:after {
    position: static;
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 15px;
    line-height: 15px;
    font-size: 1rem;
    vertical-align: middle;
  }
  .contact-table-row dl dd {
    padding-left: 0;
  }
  .contact-table-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .contact-table-post > * {
    display: block;
    margin-right: 0;
  }
  .contact-table-post input[type="text"] {
    width: calc(100% - 91px);
  }
  .contact-table-post .btn01 {
    margin-left: 16px;
    width: 75px;
  }
  .contact-table-schedule {
    margin-top: -5px;
  }
  .contact-table-schedule li {
    margin-top: 5px;
  }
  .contact-table-year {
    letter-spacing: -.40em;
    max-width: initial;
  }
  .contact-table-year li {
    width: 128px !important;
  }
  .contact-table-know {
    margin-right: 0;
  }
  .contact-table-know li {
    width: 100% !important;
    margin-top: 5px;
  }
  .contact-table-know li:last-child {
    width: 100%;
  }
  .contact-table-know li:nth-child(1), .contact-table-know li:nth-child(2) {
    width: 50% !important;
  }
}

/*----------------------------------
Visual Style
----------------------------------*/
.und-mv {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-position: 50% 50%;
  background-image: url(/img/bg-mv.jpg);
  background-size: cover;
  height: 170px;
}

.und-mv h1 {
  font-weight: bold;
  font-size: 64px;
  font-size: 4rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .und-mv {
    height: 85px;
  }
  .und-mv h1 {
    font-size: 2rem;
  }
}

/*----------------------------------
Paragraph Style
----------------------------------*/
/*--bg--*/
.bg-trans {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
}

/*--section--*/
.sec-pad01 {padding: 120px 0 70px 0;}
.sec-title01 {
	margin-bottom: 80px;
	color: #0080cb;
    font-size: 3.2rem;
}
.sec-title01 br {display: none;}

@media only screen and (max-width: 768px) {
  .sec-pad01 {
    padding: 35px 0 40px;
  }
}

.sec-pad02 {
  padding: 50px 0 75px;
}

@media only screen and (max-width: 768px) {
  .sec-pad02 {
    padding: 25px 0 30px;
  }
}

.sec-pad03 {
  padding: 200px 0;
}

@media only screen and (max-width: 768px) {
  .sec-pad03 {
    padding: 50px 0;
  }
}

/*--border--*/
.border-block {
  border: 1px solid #c9caca;
}

/*--lead--*/
.lead01 {
  margin-bottom: 35px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lead01 {
    margin-bottom: 15px;
  }
}

/*--focalblock--*/
.focal-block {
  padding-top: 30px;
  text-align: center;
  border-left: 1px solid #c9caca;
}

.focal-block-unit {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.focal-block-unit-col3 .focal-block {
  width: 33.3333%;
}

.focal-block:first-child {
  border-left: none;
}

.focal-block-icon {
  margin-bottom: 30px;
}

.focal-block-icon img {
  max-height: 175px;
}

.focal-block-def dt {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.6;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-image: url(/img/bg-wave.svg);
	background-repeat: no-repeat;
	background-position: bottom 0 left 50%;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .focal-block {
    padding-top: 30px;
    border-top: 1px solid #c9caca;
    border-left: none;
    margin-bottom: 25px;
  }
  .focal-block-unit {
    display: block;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .focal-block-unit-col3 .focal-block {
    width: 100%;
  }
  .focal-block:first-child {
    border-left: none;
  }
  .focal-block-icon {
    margin-bottom: 15px;
  }
  .focal-block-icon img {
    max-height: 145px;
  }
  .focal-block-def dt {
    font-size: 1.5rem;
    line-height: 1.53333;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.information-block {
  margin-top: -15px;
  line-height: 2;
}

.information-block li {
  border-bottom: 1px solid #c9caca;
}

.information-block li dl {
  display: table;
  padding: 12.5px 0;
}

.information-block li dl dt, .information-block li dl dd {
  display: table-cell;
  vertical-align: middle;
}

.information-block li dl dt {
  width: 150px;
  line-height: 1;
}

.information-block li dl dt span[class^="label"] {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
}

.information-block li dl dt .label-pink {
  background: #ff5466;
}

.information-block li dl dt .label-blue {
  background: #00a4e9;
}

@media only screen and (max-width: 768px) {
  .information-block {
    margin-top: -10px;
    line-height: 1.41;
  }
  .information-block li {
    border-bottom: 1px solid #c9caca;
  }
  .information-block li dl {
    padding: 10px 0;
  }
  .information-block li dl dt, .information-block li dl dd {
    vertical-align: top;
  }
  .information-block li dl dt {
    padding-top: 2px;
    width: 49px;
    font-size: 1rem;
  }
  .information-block li dl dt span[class^="label"] {
    width: 100%;
    margin-left: 0;
    margin-top: 6px;
  }
  .information-block li dl dd {
    padding-left: 11px;
  }
}

.separate-block {
  width: 100%;
  display: table;
  direction: rtl;
}

.separate-block > * {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  direction: ltr;
}

.separate-block-desc {
  color: #fff;
  background: #009fe8;
  padding: 0 40px;
}

.separate-block-desc > dl {
  font-weight: bold;
}

.separate-block-desc > dl > dt {
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 1.16667;
  margin-bottom: 20px;
}

.separate-block-desc > dl > dd {
  line-height: 2;
  font-size: 25px;
  font-size: 1.6rem;
}

.separate-block-desc > dl > dd dl dt {
  float: left;
  margin-right: 1em;
}

.separate-block-desc > dl > dd dl dd {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .separate-block {
    display: block;
    direction: ltr;
  }
  .separate-block > * {
    width: 100%;
    display: block;
  }
  .separate-block-desc {
    padding: 15px 15px 17px;
  }
  .separate-block-desc > dl {
    font-weight: bold;
  }
  .separate-block-desc > dl > dt {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .separate-block-desc > dl > dd {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

.course-detail-block {
  display: -ms-flexbox;
  display: flex;
}

.course-detail-block dl {
  width: 50%;
  border-left: 1px solid #dcdddd;
  text-align: center;
}

.course-detail-block dl dt {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  background: #f7f8f8;
  line-height: 1.77778;
  padding: 4px 0;
}

.course-detail-block dl dd {
  line-height: 1;
  padding: 30px 0;
}

.course-detail-block dl dd ul {
  margin: -20px auto 0;
  text-align: left;
}

.course-detail-block dl dd ul li {
  display: block;
  /* display: inline-block; */
  position: relative;
  padding-left: 1em;
  margin: 20px 10px 0;
  line-height: 1.5em;
  text-align: left;
}

.course-detail-block dl dd ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.course-detail-block dl:first-child {
  border-left: none;
}

.course-detail-block dl:first-child dd ul {
  max-width: 250px;
}

.course-detail-block dl:nth-child(2) dd ul {
  max-width: 250px;
}

@media only screen and (max-width: 768px) {
  .course-detail-block {
    display: block;
  }
  .course-detail-block dl {
    width: 100%;
    border-left: none;
  }
  .course-detail-block dl dt {
    font-size: 1.3rem;
    padding: 6px;
  }
  .course-detail-block dl dd {
    padding: 20px 0;
  }
  .course-detail-block dl dd ul {
    margin: -10px auto 0;
    text-align: center;
  }
  .course-detail-block dl dd ul li {
    padding-left: 1em;
    margin: 10px auto 0;
    max-width: 210px;
  }
  .course-detail-block dl:first-child dd ul {
    max-width: initial;
  }
  .course-detail-block dl:nth-child(2) dd ul {
    max-width: initial;
  }
}

.assesment-block {
  border: 1px solid #c9caca;
  padding: 18px 25px;
  border-radius: 4px;
  margin-bottom: 60px;
}

.assesment-block dl dt {
  font-weight: bold;
  margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
  .assesment-block {
    padding: 16px 15px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .assesment-block dl dt {
    margin-bottom: 9px;
  }
}

/*----------------------------------
Title Style
----------------------------------*/
.sec-title01 {
  text-align: center;
  font-size: 54px;
  font-size: 3.4rem;
  line-height: 1.61765;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.sec-title01 {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.sec-title01 br {display: inherit;}
}

.sub-title01 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  background: #dcdddd;
  padding: 11px 10px;
}

@media only screen and (max-width: 768px) {
  .sub-title01 {
    font-size: 1.5rem;
    padding: 7px 10px;
  }
}

/*----------------------------------
Button Style
----------------------------------*/
.btn01-unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn01-unit li {
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .btn01-unit li {
    margin: 0;
    margin-left: 15px;
  }
  .btn01-unit li:first-child {
    margin-left: 0;
  }
}

.btn01 {
  margin: 0 auto;
  width: 246px;
}

.btn01 a, .btn01 span, .btn01 button {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
  background: #ff5466;
  text-decoration: none;
}

.btn01 a:before, .btn01 span:before, .btn01 button:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.btn01 a:hover, .btn01 span:hover, .btn01 button:hover {
  opacity: .6;
}

.btn01.btn01-large {
  width: 340px;
}

.btn01.btn01-small {
  width: 156px;
}

.btn01.btn01-small a, .btn01.btn01-small button {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}

.btn01.btn01-exsmall {
  width: 90px;
}

.btn01.btn01-exsmall a, .btn01.btn01-exsmall button {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}

.btn01.btn01-end a, .btn01.btn01-end span {
  cursor: default;
  background: #c9caca;
}

.btn01.btn01-end a:hover, .btn01.btn01-end span:hover {
  opacity: 1;
}

.btn01.btn01-end a:before, .btn01.btn01-end span:before {
  display: none;
}

.btn01.btn01-back a, .btn01.btn01-back span, .btn01.btn01-back button {
  background: #c9caca;
}

.btn01.btn01-preparation a, .btn01.btn01-preparation span {
  cursor: default;
  background: #80c478;
}

.btn01.btn01-preparation a:hover, .btn01.btn01-preparation span:hover {
  opacity: 1;
}

.btn01.btn01-preparation a:before, .btn01.btn01-preparation span:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .btn01 {
    width: 197px;
  }
  .btn01 a, .btn01 span, .btn01 button {
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  .btn01 a:before, .btn01 span:before, .btn01 button:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .btn01.btn01-large {
    width: 100%;
  }
  .btn01.btn01-small {
    width: 156px;
  }
  .btn01.btn01-small a, .btn01.btn01-small button {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .btn01.btn01-exsmall {
    width: 90px;
  }
  .btn01.btn01-exsmall a, .btn01.btn01-exsmall button {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}

/*----------------------------------
List Style
----------------------------------*/
.attention-list {
  margin-top: 15px;
  line-height: 1;
  letter-spacing: -.40em;
}

.attention-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.attention-list li:before {
  content: "※";
  margin-right: .5em;
}

@media only screen and (max-width: 768px) {
  .attention-list {
    margin-top: 10px;
    font-size: 1rem;
  }
  .attention-list li {
    display: block;
    margin-right: 0;
    margin-top: 6px;
  }
}

/*----------------------------------
Modal Style
----------------------------------*/
/*----------------------------------
Form Style
----------------------------------*/
/*--formParts--*/
input[type=text], input[type=email], input[type=password], textarea, select {
  /*padding: 0.7em 0.8em;*/
  border: 1px solid #9fa0a0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 4px;
  width: 100%;
  max-width: 560px;
}

@media only screen and (max-width: 768px) {
  input[type=text], input[type=email], input[type=password], textarea, select {
    max-width: initial;
  }
}

button, input[type=button], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder, input:-ms-input-placeholder, input.sample::-moz-placeholder {
  color: #b5b5b6 !important;
}

input[type=text], textarea, select {
  padding: 9px 10px;
}

button, input[type=submit], input[type=button] {
  outline: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .4s;
}

button:hover, input[type=submit]:hover, input[type=button]:hover {
  opacity: .8;
}

input[type=text], input[type=email], input[type=password], textarea {
  width: 100%;
}

input.error-input {
  background: #ffd7de;
}

select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 768px) {
  input[type=text], input[type=email], textarea {
    max-width: 100%;
  }
}

input[type=submit], input[type=button] {
  font-family: Lato, "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:disabled, select:disabled, textarea:disabled {
  color: #bdbdbd;
  cursor: default;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + span,
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  /*margin-right: 20px;*/
  /*line-height: 30px;*/
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + span,
  input[type=checkbox] + span {
    padding: 0 0 0 24px;
  }
  input[type=radio] + span:before,
  input[type=checkbox] + span:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #c9caca;
    box-shadow: inset 0 0 3px rgba(201, 202, 202, 0.2);
  }
  input[type=radio]:checked + span:after,
  input[type=checkbox]:checked + span:after {
    content: " ";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + span:after {
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #009fe8;
    border-radius: 100%;
  }
  input[type=checkbox]:checked + span:after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -5px;
    border-left: 3px solid #1d2933;
    border-bottom: 3px solid #1d2933;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/**** 20190827 ****/
.flow_img01 {margin-top: -124px;text-align: center;}
.flow_img01 img {width: auto;height: 380px;margin-left: 65px;}
.sec-flow {padding: 120px 0 100px;background-color: #F2F2F2;}
.sec-flow .focal-block {position: relative;border: none;}
.sec-flow .focal-block:after {content:'';display: block;width: 30px;height: 136px;background-image: url("../img/top/flow_arrow_r.png");background-repeat: no-repeat;background-size: contain;position: absolute;right:-13px;top:30px;}
.sec-flow .focal-block:last-child:after {background: none;}
.sec-flow .focal-block-def dt {background-image: none;}
.sec-flow .focal-block-icon img {max-height: 136px;}


@media only screen and (max-width: 768px) {
.flow_img01 {margin-top:0px;text-align: center;padding: 10% 0;}
.flow_img01 img {width: 55%;height:auto;margin-left: 10%;}
.sec-flow {padding:56px 0 0px;background-color: #F2F2F2;}
.sec-flow .focal-block {position: relative;border: none;padding-bottom: 60px;margin-bottom: 0;}
.sec-flow .focal-block:after {content:'';display: block;width:136px;height:30px;background-image: url("../img/top/flow_arrow_bt.png");background-repeat: no-repeat;background-size: contain;position: absolute;right:unset;top:unset;bottom: 0;left: 51%;transform: translate(-50%,0);}
	.sec-flow .focal-block-unit {margin-bottom: 0;}
.sec-flow .focal-block-icon img {width: 40%;;}
}

.method .sec-title01 img {width: 633px;height: auto;}
.flow-block-unit .flow-block {width: 33.333%;position: relative;}
.flow-block-unit .flow-block:after {content:'';display: block;width: 30px;height: 136px;background-image: url("../img/top/flow_arrow_r.png");background-repeat: no-repeat;background-size: contain;background-position: center bottom;position: absolute;right: 15px;top:30px;}
.flow-block-unit .flow-block:last-child:after {display: none;}
.flow-block-unit .flow-block.flow-block01 .flow-block-title {display: inline-block;text-align: left;padding: 0 1rem;background: linear-gradient(transparent 60%, #7CD1D1 60%);color:#39A4B3;}
.flow-block-unit .flow-block.flow-block02 .flow-block-title {display: inline-block;text-align: left;padding: 0 1rem;background: linear-gradient(transparent 60%, #CDE6E7 60%);color:#39A4B3;}
.flow-block-unit .flow-block.flow-block03 .flow-block-title {display: inline-block;text-align: left;padding: 0 1.5rem;background: linear-gradient(transparent 60%, #FFF697 60%);}
.flow-block .flow-block-icon {margin: 0;bottom: 0;position: absolute;}
.flow-block01 .flow-block-icon {width: 300px;}
.flow-block02 .flow-block-icon {width: 268px;}
.flow-block03 .flow-block-icon {width: 268px;}
.flow-block03 .btn01 {float: left;}
ul.method_list {margin-bottom: 1.5rem;}
ul.method_list li {list-style: none;position: relative;padding-left: 1.5rem;}
ul.method_list li:before {content:'●';display: block;position: absolute; width: 1rem;color: #39A4B3;left: 0;top:0;}
.flow-block.flow-block02 { background-image: none;padding-left:32px;margin-right: 0;}
.flow-block.flow-block03 { background-image: none;padding-left:32px;}
img.graph01 {max-width: 490px;}
img.graph02 {max-width: 490px;}
.footer span.red {color:#FF5466;margin-left: 10px;}

@media only screen and (max-width: 768px) {
.method .sec-title01 img {width: 64.15%;height: auto;margin: 0 auto;}
.method .text-c {text-align: left!important;}
.flow-block-unit .flow-block {width: 65%;min-width: 245px; position: relative;margin: 0 auto;}
.flow-block-unit .flow-block:after {display: none;}
.flow-block .flow-block-icon {margin: 0;bottom: 0;position:relative;}
.flow-block01 .flow-block-icon {width: 100%;}
.flow-block02 .flow-block-icon {width: 90%;}
.flow-block03 .flow-block-icon {width: 90%;}
.flow-block03 .btn01 {float: none;margin-bottom: 24px;}
.flow-block.flow-block02 { background-image: none;padding-left:0px;padding-right: 0;}
.flow-block.flow-block03 { background-image: none;padding-left:0px;}
img.graph01 {max-width: 100%;}
img.graph02 {max-width: 100%;}
}

/* 講座選択テーブル用 */
.wrap .p-select-table {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #c9caca;
  border-top: none;
  border-collapse: collapse;
}
/* .wrap .p-select-table__label.label1 {
  margin-right: 1px;
} */
.wrap .p-select-table__label.label2 {
  margin-right: 0;
}
.wrap .tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
  border: 1px solid #c9caca;
  max-width: 1040px;
  min-height: 1%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrap .tabs {
    width: 100%;
  }
}
.wrap .tabs .p-select-table__items {
  display: flex;
  display: -webit-flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  list-style: none;
  width: 100%;
}
@media (max-width: 768px) {
  .wrap .tabs .p-select-table__items {
    padding: 5px 0 5px;
  }
}
.wrap .tabs .p-select-table__items li {
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  display: flex;
  display: -webit-flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 16px 180px;
}
@media (max-width: 768px) {
  .wrap .tabs .p-select-table__items li {
    padding: 1rem 2rem;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    font-weight: 500;
  }
}
.wrap .tabs .p-select-table__items li::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #c9caca;
  top: 0;
}
.wrap .tabs .p-select-table__items li:first-child::before {
  display: none;
}
.wrap .tabs .p-select-table__items li .date,
.wrap .tabs .p-select-table__items li .dline {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .wrap .tabs .p-select-table__items li .date,
  .wrap .tabs .p-select-table__items li .dline {
    text-align: center;
  }
}
.wrap .tabs .p-select-table__items li .date {
  width: 400px;
  font-size: 1.45rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .wrap .tabs .p-select-table__items li .date {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.wrap .tabs .p-select-table__items li .dline {
  min-width: 200px;
  font-size: 1.15rem;
}
@media (max-width: 768px) {
  .wrap .tabs .p-select-table__items li .dline {
    font-size: 1.15rem;
    margin-bottom: 1rem;
  }
}
.wrap .tabs .p-select-table__items li .btn {
  position: relative;
  color: white;
  width: 187px;
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .wrap .tabs .p-select-table__items li .btn {
    width: 127px;
    padding: 6px;
    font-size: 14px;
  }
}
.wrap .tabs .p-select-table__items li .btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 8%;
  margin-top: 6px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .wrap .tabs .p-select-table__items li .btn::before {
    width: 7px;
    height: 7px;
  }
}
.wrap .tabs .p-select-table__items li .btn.valid {
  background: #ff5466;
}
.wrap .tabs .p-select-table__items li .btn.invalid {
  background: #c9caca;
  pointer-events: none;
}
.wrap .tabs .mr-5 {
  margin-right: 5px;
}
.wrap .tabs .ml-15 {
  margin-left: 15px;
}
.wrap .tabs .sp_only {
  display: none;
}

@media (max-width: 768px) {
  .wrap .tabs .sp_only {
    display: block;
  }
  .wrap .tabs br {
    font-size: 0;
  }
}
.wrap .tabs .back {
  position: relative;
  width: 100px;
  text-align: center;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .wrap .tabs .back {
    margin-top: 7rem;
  }
}
.wrap .tabs .back::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 10px;
  margin-top: 7px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 768px) {
  .wrap .tabs .back::before {
    width: 7px;
    height: 7px;
  }
}
.wrap .tabs[class^="tab"] label, .wrap .tabs[class*=" tab"] label {
  background: #c9caca;
  color: white;
  display: block;
  pointer-events: none;
  font-size: 1.3rem;
  padding: 10px 0;
  font-weight: 500;
  text-align: center;
  transition: all 400ms ease 0ms;
}
.wrap .tabs[class^="tab"] label:active, .wrap .tabs[class*=" tab"] label:active {
  background: #009fe8;
}
.wrap .tabs[class^="tab"] label.current, .wrap .tabs[class*=" tab"] label.current {
  background: #009fe8;
}
@media (max-width: 768px) {
  .wrap .tabs[class^="tab"] label, .wrap .tabs[class*=" tab"] label {
    font-size: 1.15rem;
  }
}
.wrap .tabs[class^="tab"] [type="radio"], .wrap .tabs[class*=" tab"] [type="radio"] {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap .tabs [class^="tab"] [type="radio"]:checked + div, .wrap .tabs [class*=" tab"] [type="radio"]:checked + div {
  opacity: 1;
}
.wrap .tabs [class^="tab"] [type="radio"] + div, .wrap .tabs [class*=" tab"] [type="radio"] + div {
  display: block;
  opacity: 0;
  padding: 0.5rem 0;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap .tabs .tab-2 {
  width: 100% !important;
}
.wrap .tabs .tab-2 [type="radio"] + div {
  width: 200%;
  margin-left: -200%;
}
.wrap .tabs .tab-2 [type="radio"]:checked + div {
  margin-left: 0%;
}
.wrap .tabs .tab-2:last-child [type="radio"] + div {
  margin-left: 100%;
}
.wrap .tabs .tab-2:last-child [type="radio"]:checked + div {
  margin-left: -100%;
}

/*----------
IE設定
----------*/

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .sns_column {
    display: none;
  }

  .footer-contact {
    width: 104%;
    border-left: none;
  }

  .footer-nav-inr {
    width: 250px;
    vertical-align: top;
    padding-left: 50px;
  }
  .footer-nav-inr ul {
    margin-top: 34px;
  }

  .footer-nav-tit {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
 }


}