@charset "utf-8";

/*
  File Name   : style.css
  Description : Write layout styles
*/

/*
============================================================ */
/* overlay
============================================================ */
.lay-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

/*
============================================================ */
/* keyframes load-animation
============================================================ */
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
============================================================ */
/* overwrap
============================================================ */
#lay-overwrap {
  position: relative;
  z-index: 0;
}
#lay-overwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 190px);
  z-index: 1;
  display: block;
  width: calc(50% + 190px);
  height: 100%;
  background: url(../images/common/header-bg.png) no-repeat left top;
}
#lay-overwrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 190px);
  z-index: 2;
  display: block;
  width: calc(50% + 190px);
  height: 100%;
  background: url(../images/common/com-bg-w.png) repeat -150px top;
  background-size: 680px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-overwrap::before {
    left: 90px;
    width: calc(100% - 90px);
  }
  #lay-overwrap::after {
    left: 90px;
    width: calc(100% - 90px);
    background-size: 340px auto;
  }
}

/*
============================================================ */
/* header
============================================================ */
#lay-header {
  position: relative;
  z-index: 4;
}
#lay-header .lay-header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 50px 0 35px;
}
#lay-header .lay-header-inner .lay-head-logo {
  width: 35.5%;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1;
  box-sizing: border-box;
}
#lay-header .lay-header-inner .lay-header-nav {
  width: 61.5%;
  padding: 0 30px 3px 0;
  box-sizing: border-box;
}
#lay-header .lay-header-inner .lay-header-nav ul {
  width: 100%;
  text-align: right;
}
#lay-header .lay-header-inner .lay-header-nav ul li {
  margin-left: 12px;
}

#lay-header .lay-header-inner .lay-header-nav ul li a{
  margin-left: 0;
  background: none;	
  border:none;
}

#lay-header .lay-header-inner .lay-header-nav ul li img{
  height: 30px;
  width: auto;
}

#lay-header .lay-header-inner .lay-header-nav ul li:nth-child(4) {
  margin-left: 0;
}

#lay-header .lay-header-inner .lay-header-nav ul li:nth-child(4) a{
  padding: 5px 13px;
	margin-left: 12px;
}

#lay-header .lay-header-inner .lay-header-nav ul li a {
  display: inline-block;
  padding: 2px 13px;
  background: #000;
  border: 1px solid #000;
  border-radius: 36px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
#lay-header .lay-header-inner .lay-header-nav ul li a:hover {
  opacity: .8;
}

#lay-header .lay-header-inner .lay-header-nav ul li:nth-child(1) a,
#lay-header .lay-header-inner .lay-header-nav ul li:nth-child(2) a,
#lay-header .lay-header-inner .lay-header-nav ul li:nth-child(3) a{
	 border: none;
    padding: 0;
    background: none;
}


#lay-header .lay-header-inner .lay-header-nav ul li.lay-side-nav-search input[type="text"] {
  display: inline-block;
  width: 230px;
  margin-right: 3px;
  padding: 2px 20px;
  border: 1px solid #000;
  border-radius: 36px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  box-sizing: border-box;
}
#lay-header .lay-header-inner .lay-header-nav ul li.lay-side-nav-search input[type="image"] {
  width: auto;
  height: 34px;
}
@media screen and (max-width: 1020px) {
  #lay-header .lay-header-inner .lay-header-nav {
    padding-right: 15px;
  }
  #lay-header .lay-header-inner .lay-header-nav ul li {
    margin-left: 10px;
  }
  #lay-header .lay-header-inner .lay-header-nav ul li a {
    font-size: 15px;
  }
  #lay-header .lay-header-inner .lay-header-nav ul li.lay-side-nav-search input[type="text"] {
    width: 200px;
    font-size: 15px;
  }
  #lay-header .lay-header-inner .lay-header-nav ul li.lay-side-nav-search input[type="image"] {
    height: 25px;
  }
}


@media screen and (max-width: 1000px) {

#lay-header .lay-header-inner .lay-header-nav ul li.lay-side-nav-search input[type="text"] {
    width: 120px;
    font-size: 12px;
}
	
#lay-header .lay-header-inner .lay-header-nav ul li:nth-child(4) a {
    padding: 2px 13px;
    margin-left: 8px;
    font-size: 90%;
}
	

	
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-header::before {
    content: none;
  }
  #lay-header .lay-header-warp {
    background: none;
  }
  #lay-header .lay-header-inner {
    position: fixed;
    z-index: 700;
    display: block;
    height: 80px;
    padding: 10px 0;
    background: #fff;
    background-size: 1024px auto;
    box-sizing: border-box;
  }
  #lay-header .lay-header-inner::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 90px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/header-bg.png) no-repeat left top;
  }
  #lay-header .lay-header-inner::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/com-bg-w.png) repeat -150px top;
    background-size: 340px auto;
  }
  #lay-header .lay-header-inner .lay-head-logo {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  #lay-header .lay-header-inner .lay-head-logo img {
    width: auto;
    height: 60px;
  }
  #lay-header .lay-header-inner .lay-header-nav {
    display: none;
  }
	

}

@media screen and (max-width: 510px) {
#lay-header .lay-header-inner .lay-head-logo img {
    height: 50px;
}
}

@media screen and (max-width: 481px) {
  #lay-header .lay-header-inner {
    height: 60px;
  }
  #lay-header .lay-header-inner .lay-head-logo img {
    height: 40px;
  }
}
@media screen and (max-width: 370px) {
  #lay-header .lay-header-inner {
    padding: 15px 0;
  }
  #lay-header .lay-header-inner .lay-head-logo img {
    height: 30px;
  }
}

/*
============================================================ */
/* global nav
============================================================ */
.lay-global-nav > ul {
  display: flex;
  max-width: 1216px;
  margin: 0 auto;
  font-size: 21px;
}
.lay-global-nav > ul > li {
  position: relative;
  flex: 1 0 auto;
}
.lay-global-nav > ul > li::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lay-global-nav > ul > li:first-child::before {
  content: none;
}
.lay-global-nav > ul > li > a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.lay-global-nav > ul > li > a:hover {
  color: #666;
}
.lay-global-nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  display: block;
  width: 16px;
  height: 9px;
  background: url(../images/common/global-nav-sub-menu-icon.png) no-repeat center center;
  background-size: 16px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lay-global-nav > ul > li > a.no-child::after {
  content: none;
}
.lay-global-nav > ul > li > a > span {
  position: relative;
  display: table-cell;
  height: 80px;
  padding: 30px 10px 40px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}
.lay-global-nav > ul > li > ul {
  position: absolute;
  left: 50%;
  z-index: 600;
  display: none;
  width: 100%;
  min-width: 250px;
  background: #fff;
  box-shadow: 0 3px 3px 2px rgba(0,0,0,.2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lay-global-nav > ul > li:first-child > ul {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.lay-global-nav > ul > li:last-child > ul {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.lay-global-nav > ul > li > ul > li a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 10px;
  border-bottom: 1px dotted #999;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .1s ease-in-out;
}
.lay-global-nav > ul > li > ul > li a:hover {
  color: #666;
}
.lay-global-nav > ul > li > ul > li:last-child a {
  border: none;
}
.lay-global-nav > ul > li > ul > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/common/global-nav-sub-menu-icon.png) no-repeat center center;
  background-size: 12px auto;
  transition: right .2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.lay-global-nav > ul > li > ul > li a:hover::after {
  right: 7px;
}
@media screen and (max-width: 1216px) {
  .lay-global-nav > ul {
    font-size: 1.727vw;
  }
}

/* sp global nav
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-global-nav {
    display: none;
  }
}
/*
============================================================ */
/* sns btn
============================================================ */
.lay-sp-sns-btn {
  display: none;
}

/* sp sns btn
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-sp-sns-btn {
    display: flex;
    position: fixed;
    top: 25px;
    right: 75px;
    z-index: 900;
  }
  .lay-sp-sns-btn li {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .lay-sp-sns-btn li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 481px) {
  .lay-sp-sns-btn {
    top: 15px;
    right: 65px;
  }
  .lay-sp-sns-btn li {
    width: 22px;
    height: 22px;
    margin-left: 7px;
  }
}

/*
============================================================ */
/* side nav toggle btn
============================================================ */
.lay-side-nav-toggle-btn {
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 1000;
  display: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.lay-side-nav-toggle-btn-inner {
  position: relative;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lay-side-nav-toggle-btn-inner span {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 0;
  box-sizing: border-box;
  transition: all .4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(1) {
  top: 0;
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(2) {
  top: calc(50% - 2px);
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(3) {
  bottom: 0;
}
.lay-side-nav-toggle-btn.active .lay-side-nav-toggle-btn-inner span:nth-of-type(1) {
  top: calc(50% - 2px);
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.lay-side-nav-toggle-btn.active .lay-side-nav-toggle-btn-inner span:nth-of-type(2) {
  opacity: 0;
}
.lay-side-nav-toggle-btn.active .lay-side-nav-toggle-btn-inner span:nth-of-type(3) {
  bottom: calc(50% - 2px);
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

/* sp side nav toggle btn
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-side-nav-toggle-btn {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  .lay-side-nav-toggle-btn {
    top: 0;
    width: 60px;
    height: 60px;
  }
}

/*
============================================================ */
/* side nav
============================================================ */
.lay-side-nav {
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 900;
  display: none;
  overflow: hidden;
  width: 100vw;
  max-width: 375px;
  min-width: 320px;
  height: 100%;
  background: #fff;
}
.lay-side-nav .lay-side-nav-inner {
  position: relative;
  padding: 0 0 100px;
}
/* side-nav-title */
.lay-side-nav .lay-side-nav-inner .lay-side-nav-title {
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  padding: 20px 10px 0;
  background: #e3ffa0;
  box-sizing: border-box;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-title::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/com-bg-w.png) repeat center top;
  background-size: 340px auto;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-title img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 40px;
}
/* side-nav-search */
.lay-side-nav .lay-side-nav-inner .lay-side-nav-search {
  position: relative;
  height: 35px;
  margin: 30px 10px;
  border: 1px solid #000;
  border-radius: 35px;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-search input[type="text"] {
  display: inline-block;
  width: calc(100% - 35px);
  height: 35px;
  padding: 2px 15px;
  border: none;
  background: transparent;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 31px;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-search input[type="image"] {
  display: inline-block;
  outline: none;
  width: 35px;
  height: 35px;
  margin-left: -.4em;
  padding: 5px;
  vertical-align: top;
  box-sizing: border-box;
}
/* side-main-nav */
.lay-side-nav .lay-side-nav-inner .lay-side-nav-main {
  overflow: hidden;
  margin: 0 10px;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-main ul {
  border-top: 1px dotted #999;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-main li {
  border-bottom: 1px dotted #999;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-main li a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 10px;
  background-size: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .1s ease-in-out;
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-main li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/common/global-nav-sub-menu-icon.png) no-repeat center center;
  background-size: 12px auto;
  transition: right .2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.lay-side-nav .lay-side-nav-inner .lay-side-nav-main li a:hover::after {
  right: 7px;
}

/* sp global nav
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  /* side-nav */
  .lay-side-nav {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  /* side-nav-title */
  .lay-side-nav .lay-side-nav-inner .lay-side-nav-title {
    height: 60px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  /* side-nav-title */
  .lay-side-nav .lay-side-nav-inner .lay-side-nav-title {
    padding-top: 15px;
  }
  .lay-side-nav .lay-side-nav-inner .lay-side-nav-title img {
    height: 30px;
  }
}

/*
============================================================ */
/* container
============================================================ */
#lay-container {
  position: relative;
  z-index: 3;
  text-align: left;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-container {
    padding-top: 110px;
  }
}
@media screen and (max-width: 481px) {
  #lay-container {
    padding-top: 60px;
  }
}

/*
============================================================ */
/* title
============================================================ */
#lay-title-wrap {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  background: url(../images/common/com-title-bg.jpg) no-repeat center center!important;
  background-size: cover;
  border-radius: 0 60px;
}
#lay-title-wrap .title-inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 70px 0;
}
#lay-title-wrap .title-inner .title {
  font-family: fot-tsukubrdgothic-std, sans-serif;
    display: inline-block;
    margin: 0 10px;
    padding: 0 7px 15px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    letter-spacing: 2px;
    line-height: 1.2;
    text-shadow: 0 0 2px #000;
}
#lay-title-wrap .title-inner .desc {
  padding: 50px 15px 0;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  letter-spacing: 2px;
  line-height: 1.3;
}
@media screen and (max-width: 1020px) {
  #lay-title-wrap .title-inner .title {
    font-size: 5.687vw;
  }
  #lay-title-wrap .title-inner .desc {
    font-size: 1.765vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-title-wrap {
    min-width: inherit;
    border-radius: 0 30px;
	width: 95%;
  }
  #lay-title-wrap .title-inner {
    width: inherit;
    padding: 50px 10px;
    text-align: center;
    box-sizing: border-box;
  }
  #lay-title-wrap .title-inner .title {
    margin: 0;
    padding: 0 5px 10px;
    font-size: 4.316vw;
  }
  #lay-title-wrap .title-inner .desc {
    padding: 30px 0 0;
    font-size: 1.974vw;
  }
}
@media screen and (max-width: 600px) {
  #lay-title-wrap .title-inner .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 481px) {
  #lay-title-wrap .title-inner .title {
    font-size: 25px;
    line-height: 150%;
    border-bottom: none;
    padding: 0px 20px;
    letter-spacing: 2px;
	text-shadow: none;
  }
}

/*
============================================================ */
/* lay-breadcrumbs-list
============================================================ */
#lay-breadcrumbs-list {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.4;
}
#lay-breadcrumbs-list .pankuze_list_items {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 25px 10px 5px;
  box-sizing: border-box;
}
#lay-breadcrumbs-list .pankuze_list_items::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#lay-breadcrumbs-list .scrText {
  position: absolute;
  left: -9999px;
  z-index: -1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-breadcrumbs-list {
    min-width: inherit;
    font-size: .933333333333em;
  }
  #lay-breadcrumbs-list .pankuze_list_items {
    width: 95%;
    line-height: 180%;
    padding: 30px 15px 5px;
  }
	
  #lay-breadcrumbs-list .pankuze_list_items a{
	  color: #6dbf01;
	}
	
}
@media screen and (max-width: 481px) {
  #lay-breadcrumbs-list {
    font-size: .8em;
  }
}

/*
============================================================ */
/* main
============================================================ */
#lay-main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 25px 90px 25px;
  box-sizing: border-box;
}
#lay-main > h1 {
  margin-bottom: 70px;
  padding: 0 10px 20px;
  border-bottom: 1px solid #999;
  font-size: 2.333333333em;
  letter-spacing: 5px;
  line-height: 1.15;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-main {
    width: 100%;
    min-width: inherit;
    padding: 50px 35px;
  }
  #lay-main > h1 {
    margin-bottom: 30px;
    padding: 0 5px 10px;
    font-size: 2em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 481px) {
	
 #lay-main {
    width: 100%;
    min-width: inherit;
    padding: 35px 15px;
  }
	
  #lay-main > h1 {
    font-size: 150%;
    line-height: 140%;
    /* border-radius: 50px; */
    color: #6dbf01;
    padding: 10px 8px;
    /* background-color: #6dbf01; */
    margin-bottom: 40px;
    border-bottom: 1px solid;
  }
}

/*
============================================================ */
/* to-students-new-graduates
============================================================ */

.top-category_to-students-new-graduates {}

.top-category_to-students-new-graduates .com-section h2 {
    margin: 30px 4px;
    padding: 0px 12px;
    border-left: 12px solid #a9e530;
    font-size: 230%;
    font-weight: bold;
    line-height: 160%;
}

.top-category_to-students-new-graduates .com-section h3 {
    margin: 60px 0 30px 0;
    padding: 0 2px 7px;
    border-bottom: 1px #b3b3b3 solid;
    letter-spacing: 1px;
    font-size: 170%;
    color: #6dbf01;
}

.top-category_to-students-new-graduates .com-section-part {
}

.top-category_to-students-new-graduates .com-section-part ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 20px;
}

.top-category_to-students-new-graduates .com-section-part ul li{
	width: 27.3%;
    border-radius: 0 25px;
    font-size: 120%;
    line-height: 150%;
    padding: 2%;
    margin: 1%;
    background-color: #ecffbd;
}

.top-category_to-students-new-graduates .com-section-part ul li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.top-category_to-students-new-graduates .com-section-part ul li:hover{
    background-color: #d9ff7b;
}

@media screen and (max-width: 811px) {
	
.top-category_to-students-new-graduates .com-section {
    margin-bottom: 30px!important;
}

.top-category_to-students-new-graduates #lay-main h1 {
    margin-bottom: 20px;
	}
	
.top-category_to-students-new-graduates .com-section h2 {
    margin: 15px 0px;
    font-size: 150%;
    padding: 0px 0px 0px 10px;
  }

.top-category_to-students-new-graduates .com-section h3 {
    font-size: 135%;
	margin: 30px 0 10px 0;
  }
	
.top-category_to-students-new-graduates .com-section-part ul li {
    width: 38%;
    border-radius: 0 15px;
    font-size: 110%;
    padding: 3% 4%;
    margin: 2%;
}
	
	
}




/*
============================================================ */
/* page-top
============================================================ */
.lay-page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.lay-page-top a {
  display: none;
  width: 70px;
  border-radius: 70px;
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-page-top {
    right: 10px;
  }
  .lay-page-top a {
    width: 46px;
    border-radius: 46px;
  }
}

/*
============================================================ */
/* footer
============================================================ */
#lay-footer {
  width: 100%;
  padding-bottom: 65px;
}
/* footer-nav */
#lay-footer .lay-footer-nav ul {
  width: 100%;
  margin-bottom: 70px;
  padding: 45px 10px 40px;
  background: #6d6d6d;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}
#lay-footer .lay-footer-nav ul li {
  padding: 0 20px;
  border-right: 1px solid #999;
  letter-spacing: 1px;
  line-height: 1.4;
}
#lay-footer .lay-footer-nav ul li:last-child {
  border-right: none;
}
#lay-footer .lay-footer-nav ul li a {
  font-size: 15px;
  color: #fff;
}
/* footer-logo */
#lay-footer .lay-footer-logo {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.7;
}
#lay-footer .lay-footer-logo .lay-footer-logo-sub {
  display: block;
  font-size: 15px;
}
#lay-footer .lay-footer-logo a {
  font-size: 24px;
  letter-spacing: 2px;
  text-decoration: none;
}

/* add */
#lay-footer #lay-add {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}


/* copy-right */
#lay-footer #lay-copy-right {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-footer {
    padding-bottom: 80px;
  }
  /* footer-nav */
  #lay-footer .lay-footer-nav ul {
    margin-bottom: 45px;
    padding: 20px 10px;
  }
  #lay-footer .lay-footer-nav ul li a {
    font-size: 1.85vw;
  }
  /* footer-logo */
  #lay-footer .lay-footer-logo .lay-footer-logo-sub {
    font-size: 13px;
  }
  #lay-footer .lay-footer-logo a {
    font-size: 21px;
  }
  /* copy-right */
  #lay-footer #lay-copy-right {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  /* footer-nav */
  #lay-footer .lay-footer-nav ul {
    padding: 20px;
  }
  #lay-footer .lay-footer-nav ul li {
    width: 100%;
    margin: 5px 0;
    padding: 0;
    border-right: none;
  }

  #lay-footer .lay-footer-nav ul li a {
    display: table;
    width: 100%;
    background: #fff;
    font-size: 13px;
    text-decoration: none;
  }
  #lay-footer .lay-footer-nav ul li a:hover {
    opacity: .8;
  }
  #lay-footer .lay-footer-nav ul li a span {
    display: block;
    padding: 2%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #000;
  }
}
@media screen and (max-width: 481px) {
  /* copy-right */
  #lay-footer #lay-copy-right {
    font-size: 2.705vw;
	letter-spacing: 0px;
  }
}

/* lay-preview-mode-notice
============================================================ */
#lay-preview-mode-notice {
  position: fixed;
  top: 0;
  left: calc(50% - 300px);
  z-index: 1100;
  width: 600px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, .8);
  color: #ff0000;
  border-radius: 0 0 5px 5px;
  margin: 0 0 -26px 30px;
  text-align: center;
  box-sizing: border-box;
}
#lay-preview-mode-notice p {
  font-weight: bold;
  margin-bottom: 5px;
}
#lay-preview-mode-notice a {
  color: #fff;
  cursor: pointer;
}
#lay-preview-mode-notice a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* sect-category-list
============================================================ */
.sect-category-list {
  clear: both;
}
.sect-category-list .none_text {
  display: none;
}

/* sect-sitemap
============================================================ */
.sect-sitemap > .sitemap-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 -40px;
  word-spacing: -.4em;
  box-sizing: border-box;
}
.sect-sitemap > .sitemap-list > li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 60px) / 3 - .1px);
  margin: 0 30px 40px 0;
  text-indent: 0;
  vertical-align: top;
  word-spacing: normal;
  box-sizing: border-box;
}
.sect-sitemap > .sitemap-list > li:nth-child(3n+3) {
  margin-right: 0;
}
.sect-sitemap > .sitemap-list li::before {
  content: none;
}
.sect-sitemap > .sitemap-list > li > span {
  display: block;
  margin-bottom: 13px;
  padding: 0 10px 9px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.sect-sitemap > .sitemap-list > li > ul {
  padding: 0 10px;
}
.sect-sitemap > .sitemap-list > li ul li {
  margin-top: 4px;
  padding-left: 20px;
  text-indent: 0;
}
.sect-sitemap > .sitemap-list > li ul li a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.sect-sitemap > .sitemap-list > li ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/common/global-nav-sub-menu-icon.png) no-repeat center center;
  background-size: 12px auto;
  transition: right .2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 811px) {
  .sect-sitemap > .sitemap-list > li {
    width: calc((100% - 20px) / 2 - .1px);
    margin: 0 20px 30px 0;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(3n+3) {
    margin-right: 20px;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 481px) {
  .sect-sitemap > .sitemap-list > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

/* sect-search-results
============================================================ */
.sect-search-results .num-of-hits {
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}
.sect-search-results .no-result {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list li {
  margin-bottom: 1.25em;
}
.sect-search-results .search-result-list li .thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  margin: 0 5px 5px 0;
  vertical-align: bottom;
  box-shadow:0 0 0 1px #000;
}
.sect-search-results .search-result-list li .thumb img {
  position: absolute;
  min-width: 50px;
  min-height: 50px;
  left: 50%;
  top: 50%;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* sect-site-search
============================================================ */
.sect-site-search {
  max-width: 600px;
  margin: 4em auto 0;
  padding: 40px;
  background: #f2f2f2;
  box-sizing: border-box;
}
.sect-site-search input[type="text"] {
  width: calc(100% - 70px);
  height: 60px;
  padding: 2px 20px;
  background: #999;
  color: #fff;
  border: none;
  border-radius: 60px;
  letter-spacing: 1px;
  line-height: 56px;
}
.sect-site-search input[type="text"]::placeholder {
  color: #fff;
}
.sect-site-search input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type="text"]::-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type="image"] {
  display: inline-block;
  outline: none;
  width: 60px;
  height: 60px;
  margin-left: calc(10px - .4em);
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 811px) {
  .sect-site-search {
    margin-top: 2em;
    padding: 20px;
  }
  .sect-site-search input[type="text"] {
    width: calc(100% - 50px);
    height: 50px;
    padding: 2px 20px;
    border-radius: 50px;
    line-height: 46px;
  }
  .sect-site-search input[type="image"] {
    width: 50px;
    height: 50px;
    margin-left: -.4em;
    padding: 10px;
  }
}
@media screen and (max-width: 481px) {
  .sect-site-search {
    padding: 20px 15px;
  }
  .sect-site-search input[type="text"] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 36px;
  }
  .sect-site-search input[type="image"] {
    width: 40px;
    height: 40px;
    padding: 7px;
  }
}


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

.wrap-ws{
	
	
}

.wrap-ws p{
	margin:0px 0px 20px 0px;
	
	
}


/* recruit
============================================================ */

.recruit-ditail {
    width: 100%;
	display: flex;
    justify-content: space-between;
    margin: 0;
}


.r_left {
    width: 58%;
    padding: 0 1%;
}
.profile{
	margin-bottom:30px;
}
dl.profile-list dt {
	padding: 3px 8px;
    background-color: #f5f5f5;
    font-weight: bold;
    border-left: 8px solid #cfff5c;
}

dl.profile-list dd {
    padding: 10px 8px 20px 8px;
}


.r_free {
    display: block;
    padding: 25px;
    border-radius: 0 50px;
    background-color: #f4ffdb;
    margin: 40px 0;
}



.r_photo {
    width: 40%;
    padding: 0 1%;
    margin-left: 15px;
}

.r_photo img {
    width: 100%;
	height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    transition-duration: 0.5s;
    background-color: #fff;
    margin-bottom: 10%;
    border-radius: 0 50px;
}




@media screen and (max-width: 767px) {
	

.recruit-ditail {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}

.r_photo {
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
}
	
.r_photo img {
    width: 100%;
	margin-bottom: 5%;
    height: auto;
    background-color: #fff;
	border-radius: 0 25px;
}

.r_left {
	padding: 0;
    width: auto;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
}
	

	
}


@media screen and (max-width: 480px) {
	
}





/* calendar-nav-warp
============================================================ */
.calendar-nav-warp {
	 text-align: center;
	 margin-bottom: 15px;
	 font-size: 135%;
}
.calendar-nav-warp .calendar-nav {
}
.calendar-nav-warp .calendar-nav span {
  
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav .now_month {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
}
.calendar-nav-warp .calendar-nav .pre_month a,
.calendar-nav-warp .calendar-nav .next_month a {
  display: inline-block;
  height: 36px;
  padding: 5px 17px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 50px;
}
.calendar-nav-warp .calendar-nav .pre_month a:hover,
.calendar-nav-warp .calendar-nav .next_month a:hover {
  opacity: .8;
}
.calendar-nav-warp .calendar-category {
  display: none;
  float: right;
  width: 50%;
}
.calendar-nav-warp .calendar-category form {
  text-align: right;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-category form label {
  margin-right: 6px;
  letter-spacing: 1px;
}
.calendar-nav-warp .calendar-category form select {
    width: 220px;
    height: 36px;
    margin-right: 6px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 50px;
}
.calendar-nav-warp .calendar-category form input[type="submit"] {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 50px;
}
@media screen and (max-width: 811px) {
  .calendar-nav-warp {
    margin-bottom: 20px;
  }
  .calendar-nav-warp .calendar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .calendar-nav-warp .calendar-category {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .calendar-nav-warp .calendar-category form {
    text-align: center;
  }
  .calendar-nav-warp .calendar-category form label {
    display: none;
  }
  .calendar-nav-warp .calendar-category form select {
    margin-right: -.4em;
  }
  .calendar-nav-warp .calendar-category form input[type="submit"] {
    width: 80px;
    padding: 8px 2px;
  }
}

/* sect-calendar
============================================================ */
.sect-calendar .one_calendar {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.sect-calendar .one_calendar .week_wrap {
  display: table-row;
}


.sect-calendar .one_calendar .week_wrap .cal_head {
  display: table-cell;
  padding: 2px 0;
  background: #f5f5f5;
  border: 1px solid #999;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.sect-calendar .one_calendar .week_wrap .cal_day {
  display: table-cell;
  height: 100px;
  border: 1px solid #999;
  vertical-align: top;
  box-sizing: border-box;
}
.sect-calendar .one_calendar .week_wrap .cal_day .day,
.sect-calendar .one_calendar .week_wrap .cal_day .wday {
  display: block;
  font-size: .933333333333em;
  text-align: center;
}
.sect-calendar .one_calendar .week_wrap .cal_day .label {
  display: block;
  font-size: .8em;
  text-align: center;
}
.sect-calendar .one_calendar .week_wrap .cal_day .wday {
  display: none;
}
.sect-calendar .one_calendar .week_wrap .cal_head.saturday,
.sect-calendar .one_calendar .week_wrap .cal_day.saturday {
  background: #cce5ff;
}
.sect-calendar .one_calendar .week_wrap .cal_head.sunday,
.sect-calendar .one_calendar .week_wrap .cal_day.sunday,
.sect-calendar .one_calendar .week_wrap .cal_day.holiday {
  background: #ffdece;
}
.sect-calendar .one_calendar .week_wrap .cal_day.today {
  background: #edffc3;
}
.sect-calendar .one_calendar .week_wrap .cal_day.blank {
  background: #e2e3e5;
}
.sect-calendar .one_calendar .week_wrap .cal_head.saturday,
.sect-calendar .one_calendar .week_wrap .cal_day.saturday .day,
.sect-calendar .one_calendar .week_wrap .cal_day.saturday .wday {
  color: #004085;
}
.sect-calendar .one_calendar .week_wrap .cal_head.sunday,
.sect-calendar .one_calendar .week_wrap .cal_day.sunday .day,
.sect-calendar .one_calendar .week_wrap .cal_day.sunday .wday,
.sect-calendar .one_calendar .week_wrap .cal_day.holiday .day,
.sect-calendar .one_calendar .week_wrap .cal_day.holiday .wday,
.sect-calendar .one_calendar .week_wrap .cal_day.holiday .label {
  color: #ff5301;
}
.sect-calendar .one_calendar .week_wrap .cal_day.today .day,
.sect-calendar .one_calendar .week_wrap .cal_day.today .wday,
.sect-calendar .one_calendar .week_wrap .cal_day.today .label {
   color: #6dbf01;
   font-weight: bold;
}
.sect-calendar .one_calendar .week_wrap .cal_day ul {
  padding: 0 5px 5px;
  text-indent: 0;
}
.sect-calendar .one_calendar .week_wrap .cal_day ul li .calendar_item {
    display: block;
    line-height: 125%;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    background-color: #6dbf01;
}

.sect-calendar .one_calendar .week_wrap .cal_day ul li .calendar_item span.title {
	margin-bottom: 5px;
    display: block;
    font-size: 90%;
}

.sect-calendar .one_calendar .week_wrap .cal_day ul li .calendar_item .title a {
  color: #fff;
  font-size: .933333333333em;
  text-indent: 0;
}
.sect-calendar .one_calendar .week_wrap .cal_day ul li .calendar_item .time {
    display: block;
    padding: 0;
    /* background: #e2e2e2; */
    font-size: .8em;
    text-indent: 0;
}
@media screen and (max-width: 811px) {
  .sect-calendar .one_calendar {
    border-top: 1px solid #999;
  }
	
.sect-calendar .one_calendar .week_wrap {
  display: block;
}
	
  .sect-calendar .one_calendar .week_wrap .cal_head {
    display: none;
  }
  .sect-calendar .one_calendar .week_wrap .cal_day {
    display: block;
    height: auto;
    padding: 5px 10px;
    border-top: none;
  }

.sect-calendar .one_calendar .week_wrap .cal_day ul {
    padding: 0;
}
	
	
  .sect-calendar .one_calendar .week_wrap .cal_day.blank {
    display: none;
  }
  .sect-calendar .one_calendar .week_wrap .cal_day .day,
  .sect-calendar .one_calendar .week_wrap .cal_day .wday {
    display: inline-block;
    text-align: left;
  }
  .sect-calendar .one_calendar .week_wrap .cal_day .label {
    display: inline-block;
    margin-left: 5px;
  }
}

/* sect-calendar-info
============================================================ */
.sect-calendar-info .cal_day_tbl {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #999;
}
.sect-calendar-info .cal_day_tbl:last-child {
  margin-bottom: 0;
}
.sect-calendar-info .cal_day_tbl th,
.sect-calendar-info .cal_day_tbl td {
  padding: 5px 10px;
  border: 1px solid #999;
  letter-spacing: 1px;
}
.sect-calendar-info .cal_day_tbl th {
  background: #e3ffa0;
  vertical-align: top;
  width: 20%;
}
.sect-calendar-info .cal_day_tbl td {
  background: #fff;
}
.sect-calendar-info .cal_day_tbl td a {
  color: #000;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 481px) {
  .sect-calendar-info .cal_day_tbl {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal_day_tbl:last-child {
    padding-bottom: 0;
  }
  .sect-calendar-info .cal_day_tbl tbody,
  .sect-calendar-info .cal_day_tbl tr {
    display: block;
    width: 100%;
  }
  .sect-calendar-info .cal_day_tbl th,
  .sect-calendar-info .cal_day_tbl td {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal_day_tbl td {
    background: #fff;
    min-height: 40px;
    border-top: none;
  }
}

/* sect-form
============================================================ */
/* required */
.sect-form .required {
  color: #dc3545;
}
/* tbl-form */
.sect-form .tbl-form {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #999;
}
.sect-form .tbl-form th,
.sect-form .tbl-form td {
  border: 1px solid #999;
}
.sect-form .tbl-form label {
  cursor: pointer;
}
.sect-form .tbl-form input[type="text"],
.sect-form .tbl-form input[type="tel"],
.sect-form .tbl-form input[type="date"],
.sect-form .tbl-form input[type="email"],
.sect-form .tbl-form textarea,
.sect-form .tbl-form select {
  padding: 10px 15px;
}
.sect-form .tbl-form input[type="text"],
.sect-form .tbl-form input[type="email"] {
  width: 400px;
}
.sect-form .tbl-form input[type="text"].p-postal-code {
  width: 120px;
}
.sect-form .tbl-form input[type="tel"] {
  width: 160px;
}
.sect-form .tbl-form input[type="date"] {
  width: 150px;
}
.sect-form .tbl-form textarea {
  width: 100%;
  min-height: 30vh;
}
.sect-form .tbl-form input[type="checkbox"] + label,
.sect-form .tbl-form input[type="radio"] + label {
  margin-right: 20px;
}
.sect-form .tbl-form select {
  max-width: 100%;
  margin: 0 2px 0 10px;
}
.sect-form .tbl-form select:first-child {
  margin-left: 0;
}
.sect-form .tbl-form .input_error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.sect-form .tbl-form td p {
  margin: .5em 0 0;
  font-size: .933333333333em;
}
.sect-form .tbl-form .enquete-form-errors-list {
  color: #dc3545;
  font-weight: bold;
}
.sect-form .tbl-form .enquete-form-errors-list span {
  display: block;
}
.sect-form .tbl-form th .label-list-wrap {
  position: relative;
  padding-right: 37px;
}
.sect-form .tbl-form th .label-list-wrap .required {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 3px 4px 4px;
  background-color: #ff0000;
  color: #fff;
  font-size: 12px;
  text-indent: 0;
  line-height: 1;
  vertical-align: top;
}
/* sect-form-error */
.sect-form .sect-form-error :last-child {
  margin-bottom: 0;
}
.sect-form .sect-form-error .msg {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #721c24;
  background: #f8d7da;
  border: 2px solid #f5c6cb;
}
.sect-form .sect-form-error li::before {
  background: #721c24;
}
/* sect-form-limit */
.sect-form .sect-form-limit :last-child {
  margin-bottom: 0;
}
.sect-form .sect-form-limit .msg {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #856404;
  background: #fff3cd;
  border: 2px solid #ffeeba;
}
/* sect-form-count */
.sect-form .sect-form-count :last-child {
  margin-bottom: 0;
}
.sect-form .sect-form-count .count {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #004085;
  background: #cce5ff;
  border: 2px solid #b8daff;
}
/* sect-form-msg */
.sect-form .sect-form-msg {
  margin-bottom: 2em;
}
.sect-form .sect-form-msg :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 811px) {
  /* tbl-form */
  .sect-form .tbl-form {
    width: 100%;
    margin-bottom: 25px;
    border-right: none;
    border-left: none;
  }
  .sect-form .tbl-form th,
  .sect-form .tbl-form td {
    width: 100%;
    display: block;
    border-right: none;
    border-left: none;
  }
  .sect-form .tbl-form td {
    border-top: none;
  }
  .sect-form .tbl-form input[type="text"],
  .sect-form .tbl-form input[type="email"] {
    width: 100%;
  }
  .sect-form .tbl-form textarea {
    min-height: 30vh;
    max-height: 50vh;
  }
  .sect-form .tbl-form th .label-list-wrap .required {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* sect-form-error */
  .sect-form .sect-form-error .msg {
    margin-bottom: 1.5em;
  }
  /* sect-form-limit */
  .sect-form .sect-form-limit .msg {
    margin-bottom: 1.5em;
  }
  /* sect-form-count */
  .sect-form .sect-form-count .count {
    margin-bottom: 1.5em;
  }
  /* sect-form-msg */
  .sect-form .sect-form-msg {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 481px) {
  .sect-form .com-btn-list a.back-btn,
  .sect-form .com-btn-list button[type="button"].back-btn,
  .sect-form .com-btn-list button[type="submit"].back-btn {
    padding-right: 17px;
    padding-left: 35px;
  }
}

/* sect-form-complete
============================================================ */
.sect-form-complete p {
  text-align: center;
}
.sect-form-complete p.double-mb {
  margin-bottom: 2em;
}
@media screen and (max-width: 811px) {
  .sect-form-complete p {
    text-align: left;
  }
}

/* pagination
============================================================ */
.pagination {
  margin: 30px 0;
  text-align: right;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination span {
  width: 40px;
  height: 40px;
  margin: 0 2.5px 0;
}
.pagination span:first-child {
  margin-left: 0;
}
.pagination span:last-child {
  margin-right: 0;
}
.pagination span a,
.pagination span.current {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #666;
  line-height: 38px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.pagination span a:hover,
.pagination span.current {
  font-weight: bold;
  background-color: #e3ffa0;
  text-decoration: none;
}
.pagination span.prev a,
.pagination span.next a,
.pagination span.first a,
.pagination span.last a {
  background: #eee;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.prev a:hover,
.pagination span.next a:hover,
.pagination span.first a:hover,
.pagination span.last a:hover {
  background-color: #e3ffa0;
}
.pagination span.first a::before,
.pagination span.last a::before,
.pagination span.prev a::before,
.pagination span.next a::before,
.pagination span.first a::after,
.pagination span.last a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.pagination span.first a::before,
.pagination span.prev a::before,
.pagination span.first a::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.pagination span.prev a::before {
  left: calc(50% + 4px);
}
.pagination span.first a::before {
  left: calc(50% + 1px);
}
.pagination span.first a::after {
  left: calc(50% + 7px);
}
.pagination span.last a::before {
  left: calc(50% - 7px);
}
.pagination span.last a::after {
  left: calc(50% - 1px);
}
@media screen and (max-width: 811px) {
  .pagination {
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .pagination span.page:not(.current) {
    display: none;
  }
}

/*
============================================================ */
/* colorbox
============================================================ */
#cboxLoadingGraphic {
  position: relative;
  background: none !important;
}
#cboxLoadingGraphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: #e3ffa0;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}
#cboxTitle {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: relative;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
}
#cboxPrevious,
#cboxNext {
  top: calc(50% - 15px) !important;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 3px);
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-indent: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#cboxNext::before,
#cboxNext::after  {
  left: auto;
  right: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cboxClose::before,
#cboxClose::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
  background: #fff;
  text-indent: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 811px) {
  #cboxLoadingGraphic::after {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}


.top-category_info #lay-main {
    max-width: 1200px;
}


.top-category_info .com-category-list {
    display: flex;
    table-layout: unset;
    width: 100%;
    word-spacing: unset;
    box-sizing: unset;
    flex-wrap: wrap;
    justify-content: center;
	height: auto!important;
}

@media screen and (max-width: 760px) {
.top-category_info .com-category-list {
    display: block;
}
}

.top-category_info .com-category-list li,
.top-category_info .com-category-list li:nth-child(2n+2){
	margin: 1%;
    overflow: unset;
    width: 31%;
	height: auto!important;
}

@media screen and (max-width: 760px) {
.top-category_info .com-category-list li, .top-category_info .com-category-list li:nth-child(2n+2) {
    margin: 2% 0;
    width: 100%;
}
}


.top-category_info .com-category-list li .title{
    padding-left: 0;
    text-align: center;
}


.top-category_info .com-category-list li .title::before,
.top-category_info .com-category-list li .title::after{
	display: none;
}

.top-category_info .com-category-list li .title a{
	text-decoration: none;
}

.top-category_info .com-category-list li .date {
    display: block;
    padding-left: 0;
    text-align: right;
    margin-top: 10px;
    font-size: 90%;
}

.top-category_info .com-category-list li .thumb {
    display: block;
    float: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
	text-align: center;
}


.top-category_info .com-category-list li .thumb img{
	max-width: 170px;
}


@media screen and (max-width: 620px) {
.top-category_info .com-category-list li .thumb img {
    max-width: 120px;
}

}


