@charset "UTF-8";

body {
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

#wrap {
}

#gNavi {
}

@media screen and (min-width: 768px), print {
  body {
    min-width: 1180px;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

/* btnType
--------------------------------------------*/
/*btnType01*/
.btnType01 {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  line-height: 48px;
  text-align: center;
  background: #ed6d00;
  position: relative;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

.btnType01:after {
  content: "";
  width: 7px;
  height: 16px;
  margin-top: -8px;
  display: block;
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 10px;
}

.btnType01:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #e13a00;
}

@media (max-width: 768px) {
  .btnType01.pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .btnType01 {
    width: 210px;
    margin: 0 !important;
    text-indent: 16px;
  }

  .btnType01:after {
    right: auto;
    left: 32px;
  }

  .btnType01.smOnly {
    display: none;
  }
}

/*btnType02*/
.btnType02 {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  color: #e46011 !important;
  text-align: center;
  border: solid 1px #e46011;
  position: relative;
}

.btnType02:after {
  content: "";
  width: 7px;
  height: 16px;
  margin-top: -8px;
  display: block;
  background: url(../img/common/ico_arrow02_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 10px;
}

.btnType02:before {
  content: "";
  display: block;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  left: 11px;
}

.btnType02.btn01:before {
  width: 17px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/company/ico_cmpany01.png) no-repeat;
}

.btnType02.btn02:before {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/company/ico_cmpany02.png) no-repeat;
}

@media screen and (min-width: 768px), print {
  .btnType02 {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
}

/*titType
--------------------------------------------*/
/*titType01*/
.titType01 {
  color: #fff;
  text-align: center;
  background: #ed6d00;
}

.titType01 .inner {
  padding: 20px 0;
  background-size: auto 100% !important;
}

.titType01 h1 {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.titType01 .inner {
  background: url(../img/common/ico_tit_dummy01.png) no-repeat left center;
}

.titType01 h1 span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}

.titType01 h1 span:after {
  content: "";
  width: 200px;
  height: 3px;
  margin-left: -100px;
  display: block;
  background: #f1931a;
  position: absolute;
  left: 50%;
  bottom: -3px;
}

/*company*/
.company .titType01 .inner {
  background: url(../img/company/ico_tit01.png) no-repeat 20px 47px;
  background-size: 33px !important;
}

.companySearch .titType01 .inner {
  background: url(../img/company/ico_tit03.png) no-repeat 16px 44px;
  background-size: 42px !important;
}

/*internshipInfo*/
.internshipInfo .titType01 .inner,
.intern .titType01 .inner {
  background: url(../img/intern/ico_tit01.png) no-repeat 19px 49px;
  background-size: 42px !important;
}

/*eventInfo*/
.eventInfo .titType01 .inner,
.event .titType01 .inner {
  background: url(../img/event/ico_tit01.png) no-repeat 9px 35px;
  background-size: 80px !important;
}

/*majority*/
.majority .titType01 .inner {
  background: url(../img/majority/ico_tit01.png) no-repeat 15px 30px;
  background-size: 38px !important;
}

/*senior*/
.senior .titType01 .inner {
  background: url(../img/senior/ico_tit01.png) no-repeat 15px 45px;
  background-size: 35px !important;
}

.privacy .titType01 .inner {
  background: url(../img/privacy/ico_privacy01.png) no-repeat 15px 30px;
  background-size: 50px !important;
}

.information .titType01 .inner {
  background: url(../img/information/ico_news01.png) no-repeat 15px 40px;
  background-size: 50px !important;
}

@media screen and (min-width: 768px), print {
  .titType01 .inner {
    width: 1000px;
    margin: 0 auto;
  }

  .titType01 h1 {
    letter-spacing: 0.1em;
  }

  .titType01 h1 span {
    margin-bottom: 5px;
    padding-bottom: 8px;
    letter-spacing: 0.025em;
  }

  .titType01 h1 span:after {
    bottom: -1px;
  }

  /*company*/
  .company .titType01 .inner {
    background: url(../img/company/ico_tit01.png) no-repeat 26px 25px;
    background-size: 53px !important;
  }

  .companySearch .titType01 .inner {
    background: url(../img/company/ico_tit03.png) no-repeat 18px 23px;
    background-size: 57px !important;
  }

  /*internshipInfo*/
  .internshipInfo .titType01 .inner,
  .intern .titType01 .inner {
    background: url(../img/intern/ico_tit01.png) no-repeat 17px 17px;
    background-size: 70px !important;
  }

  /*event*/
  .eventInfo .titType01 .inner,
  .event .titType01 .inner {
    background: url(../img/event/ico_tit01.png) no-repeat -3px -2px;
    background-size: 120px !important;
  }

  /*majority*/
  .majority .titType01 .inner {
    background: url(../img/majority/ico_tit01.png) no-repeat 11px 22px;
    background-size: 56px !important;
  }

  .titType01.company h1 {
    font-size: 18px;
  }

  /*senior*/
  .senior .titType01 .inner {
    background: url(../img/senior/ico_tit01.png) no-repeat 18px 19px;
    background-size: 53px !important;
  }

  .privacy .titType01 .inner {
    background: url(../img/privacy/ico_privacy01.png) no-repeat 18px 10px;
    background-size: 60px !important;
  }

  .information .titType01 .inner {
    background: url(../img/information/ico_news01.png) no-repeat 15px 0px;
    background-size: 80px !important;
  }
}

/*titType02*/
.titType02 {
  position: relative;
  z-index: 1;
}

.titType02.ico01 {
  padding: 0 0 16px 85px;
  background: url(../img/common/ico_tit01.png) no-repeat 19px bottom;
  background-size: 57px;
}

.titType02.ico02 {
  padding: 0 0 4px 83px;
  background: url(../img/common/ico_tit02.png) no-repeat 20px bottom;
  background-size: 50px;
}

.titType02.ico03 {
  padding: 0 0 16px 81px;
  background: url(../img/common/ico_tit03.png) no-repeat 16px bottom;
  background-size: 52px;
}

.titType02.ico04 {
  padding: 10px 0 0 81px;
  background: url(../img/common/ico_tit04.png) no-repeat 16px top;
  background-size: 50px;
}

.titType02.ico05 {
  padding: 0 0 14px 85px;
  background: url(../img/common/ico_tit05.png) no-repeat 16px bottom;
  background-size: 64px;
}

.titType02.ico06 {
  padding: 0 0 16px 0px;
  background: url(../img/common/ico_tit06.png) no-repeat 13px bottom;
  background-size: 46px;
}

.titType02.ico07 {
  padding: 12px 0 0 83px;
  background: url(../img/common/ico_tit07.png) no-repeat 25px top;
  background-size: 45px;
}

.titType02.ico08 {
  padding: 0 0 19px 70px;
  background: url(../img/common/ico_tit08.png) no-repeat 15px bottom;
  background-size: 50px;
}

.titType02 h2 {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}

.titType02 span {
  display: block;
  /*	font-family: 'Lato', sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .titType02 {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px), print {
  .titType02 {
    font-size: 14px;
  }

  .titType02 span {
    margin-bottom: 3px;
    font-size: 26px;
  }

  .titType02.ico01 {
    padding: 0 0 23px 0px;
    background: url(../img/common/ico_tit01_pc.png) no-repeat 12px bottom;
    background-size: 83px;
  }

  .titType02.ico02 {
    padding: 9px 0 8px 0px;
    background: url(../img/common/ico_tit02_pc.png) no-repeat 310px bottom;
    background-size: 63px;
  }

  .titType02.ico03 {
    padding: 12px 0 7px 0px;
    background: url(../img/common/ico_tit03_pc.png) no-repeat 260px bottom;
    background-size: 69px;
  }

  .titType02.ico04 {
    padding: 0 0 26px 0px;
    background: url(../img/common/ico_tit04_pc.png) no-repeat 200px bottom;
    background-size: 78px;
  }

  .titType02.ico05 {
    padding: 0 0 11px 0px;
    background: url(../img/common/ico_tit05_pc.png) no-repeat 320px bottom;
    background-size: 100px;
  }

  .titType02.ico06 {
    padding: 0 0 14px 0px;
    background: url(../img/common/ico_tit06_pc.png) no-repeat 280px bottom;
    background-size: 74px;
  }

  .titType02.ico07 {
    padding: 12px 0 0 0px;
    background: url(../img/common/ico_tit07_pc.png) no-repeat 25px top;
    background-size: 45px;
  }

  .titType02.ico08 {
    padding: 20px 0 13px 0px;
    background: url(../img/common/ico_tit08_pc.png) no-repeat 290px top;
    background-size: 75px;
  }
}

/*titType03*/
.titType03 {
  padding: 15px 0 15px 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-bottom: solid 3px #f6b67f;
}

/* listType
--------------------------------------------*/
/*listType01*/
.listType01 li {
  margin-bottom: 10px;
}

.listType01 li:last-child {
  margin-bottom: 0;
}

.listType01 li a {
  display: block;
  padding: 25px 15px;
  background: #ef6d00;
  position: relative;
}

.listType01 li a:hover {
  background: #008fe1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.listType01 li a:after {
  content: "";
  width: 7px;
  height: 15px;
  margin-top: -7px;
  display: block;
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
}

.listType01 li .txtWrap {
  overflow: hidden;
}

.listType01 li .txtWrap figure {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fff;
}

.listType01 li .txtWrap h3 {
  width: 47%;
  margin-left: 1.4%;
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline !important;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.listType01 li p {
  margin-top: 15px;
  line-height: 20px;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .listType01 {
    overflow: hidden;
  }

  .listType01 li {
    width: 350px;
    float: left;
  }

  .listType01 li:nth-child(1) {
    margin-right: 20px;
  }

  .listType01 li .txtWrap h3 {
    width: 160px;
    padding-left: 10px;
  }

  .listType01 li .txtWrap figure {
    width: 133px !important;
    border: solid 2px #fff !important;
    height: 90px;
    position: relative;
    overflow: hidden;
  }

  .listType01 li .txtWrap figure img {
    width: 129px !important;
    /*max-height : 100px;*/
    /*border: solid 2px #fff;*/
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto auto;
  }

  .listType01 li p {
    padding: 0 5px;
  }

  .listType01 li a {
    min-height: 230px;
  }
}

/*listType02*/
.listType02 {
  overflow: hidden;
}

.listType02 li {
  width: 46px;
  margin: 0 6px 6px 0;
  padding: 6px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  float: left;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

.listType02 li.ico01 {
  background: #8e7e5c;
}

.listType02 li.ico02 {
  background: #357ecf;
}

.listType02 li.ico03 {
  background: #83c41c;
}

.listType02 li.ico04 {
  background: #88969d;
}

.listType02 li.ico05 {
  background: #f293e6;
}

/*listType03*/
.listType03 {
  margin-bottom: 20px;
}

.listType03 dt {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  background: #4e6083;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

.listType03 dd {
  margin-bottom: 6px;
  line-height: 20px;
}

@media screen and (min-width: 768px), print {
  .listType03 {
    width: 485px;
    margin: 10px 0 0 20px;
    padding: 20px 0;
    display: inline-block;
    vertical-align: top;
  }

  .listType03 dt {
    width: 64px;
    padding: 5px 8px;
    display: inline-block;
    vertical-align: top;
  }

  .listType03 dd {
    width: 410px;
    margin: 0 0 5px 0;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
  }
}

/* tabType
--------------------------------------------*/
/*tabType01*/
.tabType01 .tabList {
  text-align: center;
  overflow: hidden;
}

.tabType01 .tabList li {
  width: 50%;
  height: 49px;
  float: left;
  background: #fb7b0f;
  cursor: pointer;
  position: relative;
  top: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.tabType01 .tabList li:hover {
  top: 5px;
}

.tabType01 .tabList li a {
  display: inline-block;
  height: 39px;
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: left;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  pointer-events: none;
}

.tabType01 .tabList li.select {
  margin-top: 0;
  background: #fff;
  border: solid 4px #fb7b0f;
  border-bottom: none;
  top: 0;
}

.tabType01 .tabList li.select a {
  width: 115px;
  margin: 7px auto 0 auto;
  font-size: 16px;
  color: #111;
  border-bottom: solid 3px #ef6d00;
  position: relative;
}

.tabType01 .tabList li.list01.select a {
  padding: 10px 0 0 45px;
}

.tabType01 .tabList li.list02.select a {
  padding: 5px 0 0 45px;
  font-size: 13px;
}

.tabType01 .tabList li.select a:before {
  content: "";
  display: block;
  background-size: 100% !important;
  position: absolute;
  left: 50%;
}

.tabType01 .tabList li.list01.select a:before {
  width: 32px;
  height: 35px;
  margin-left: -50px;
  background: url(../img/top/ico_tab01.png) no-repeat;
  bottom: 5px;
}

.tabType01 .tabList li.list02.select a:before {
  width: 28px;
  height: 36px;
  margin-left: -50px;
  background: url(../img/top/ico_tab02.png) no-repeat;
  bottom: 3px;
}

.tabType01 .tabDetail {
  padding: 30px 15px;
  border: solid 4px #fb7b0f;
  border-top: none;
  display: none;
  background: #fff;
  box-shadow: 6px 6px 0 0 #b4b4b4;
  position: relative;
}

.tabType01 .tabDetail:after {
  content: "";
  width: 6px;
  height: 40px;
  display: block;
  background: #b4b4b4;
  position: absolute;
  top: -30px;
  right: -10px;
}

.tabType01 .tabDetail.select {
  display: block;
}

.tabType01 .tabDetail input.keyword {
  width: 100%;
  /*
	height: 46px;
	line-height: 46px;
	*/
  font-size: 13px;
  padding: 15px 10px 16px;
  border: solid 1px #ccc;
}

.tabType01 .tabDetail .selectWrap {
  margin: 0 -1.4% 0 0;
  overflow: hidden;
}

.tabType01 .tabDetail .selectWrap .select {
  width: 32%;
  margin: 0 1.3% 10px 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  float: left;
  border: solid 1px #ccc;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}

.tabType01 .tabDetail .selectWrap .select:after {
  content: "";
  width: 15px;
  height: 8px;
  margin-top: -4px;
  display: block;
  background: url(../img/common/ico_arrow04_bottom.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
}

.tabType01 .tabDetail .selectWrap select {
  width: 100%;
  height: 46px;
  padding: 0 22px 0 10px;
  font-size: 13px;
  line-height: 46px;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.tabType01 .tabDetail .selectWrap select::-ms-expand {
  display: none;
}

.tabType01 .tabDetail form p {
  margin: 2px 0;
  font-size: 13px;
  font-weight: bold;
}

.tabType01 .tabDetail form p span {
  color: #ed6d00;
}

.tabType01 .tabDetail .search {
  display: block;
  cursor: pointer;
  position: relative;
}

.tabType01 .tabDetail .search input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  border: none;
  cursor: pointer;
  text-indent: -999em;
  background: url(../img/common/btn_search02.png) no-repeat center top #ed6d00;
  background-size: auto 48px !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.tabType01 .tabDetail .search input {
}

.tabType01 .tabDetail .search input:hover {
  background: url(../img/common/btn_search02.png) no-repeat center top #e13a00;
}

.tabType01 .tabDetail.tabDetail01 .searchWrap {
  margin-bottom: 20px;
}

.tabType01 .tabDetail.tabDetail02 .selectWrap {
  margin-right: -3%;
}

.tabType01 .tabDetail.tabDetail02 .selectWrap .select {
  width: 47%;
  margin-right: 3%;
}

@media (max-width: 767px), print {
  .tabType01 .tabDetail .keyword .search {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .tabType01 {
    margin: 0 0 30px;
  }

  .tabType01 .tabList {
    padding-top: 28px;
  }

  .tabType01 .tabList li {
    height: 60px;
  }

  .tabType01 .tabList li a {
    margin-top: 14px;
    font-size: 16px;
    text-align: center;
  }

  .tabType01 .tabList li.select a {
    width: 310px;
    margin: 9px auto 0 auto;
    font-size: 18px !important;
    border-bottom: solid 4px #ef6d00;
  }

  .tabType01 .tabList li.list01.select a {
    padding: 6px 0 0 0;
  }

  .tabType01 .tabList li.list02.select a {
    padding: 6px 0 0 10px;
  }

  .tabType01 .tabList li.select a:before {
    margin: 0 !important;
  }

  .tabType01 .tabList li.list01.select a:before {
    width: 63px;
    height: 70px;
    left: 14px;
    background: url(../img/top/ico_tab01_pc.png) no-repeat;
  }

  .tabType01 .tabList li.list02.select a:before {
    width: 45px;
    height: 58px;
    left: 10px;
    background: url(../img/top/ico_tab02_pc.png) no-repeat;
    bottom: 7px;
  }

  .tabType01 .tabDetail {
    padding: 40px 24px 40px 28px;
  }

  .tabType01 .tabDetail .searchWrap {
    overflow: hidden;
  }

  .tabType01 .tabDetail.tabDetail01 .searchWrap {
    margin-bottom: 4px;
  }

  .tabType01 .tabDetail .keyword {
    position: relative;
  }

  .tabType01 .tabDetail .keyword input {
    width: 524px;
  }

  .tabType01 .tabDetail .selectWrap {
    margin-right: -11px;
    float: left;
  }

  .tabType01 .tabDetail .selectWrap .select {
    width: 168px;
    margin-right: 11px;
  }

  .tabType01 .tabDetail .selectWrap .select select {
    font-size: 16px;
  }

  .tabType01 .tabDetail.tabDetail01 .search {
    width: 124px;
    float: right;
  }

  .tabType01 .tabDetail .keyword .search,
  .tabType01 .tabDetail .keyword .search input {
    width: 124px;
  }

  .tabType01 .tabDetail .keyword .search {
    position: absolute;
    top: 0;
    right: 0;
  }

  .tabType01 .tabDetail.tabDetail02 .selectWrap {
    overflow: hidden;
  }

  .tabType01 .tabDetail.tabDetail02 .selectWrap {
    width: 544px;
    margin-right: -11px;
    float: left;
  }

  .tabType01 .tabDetail.tabDetail02 .selectWrap .select {
    width: 261px;
    margin-right: 11px;
  }

  .tabType01 .tabDetail.tabDetail02 .search {
    float: right;
  }

  .tabType01 .tabDetail.tabDetail02 .search,
  .tabType01 .tabDetail.tabDetail02 .search input {
    width: 108px;
    height: 106px;
  }

  .tabType01 .tabDetail.tabDetail02 .search input {
    background: url(../img/common/btn_search03.png) no-repeat #ed6d00;
    background-size: auto !important;
  }

  .tabType01 .tabDetail.tabDetail02 .search:hover input {
    background: url(../img/common/btn_search03.png) no-repeat #e13a00;
  }
}

/*tabType02*/
.tabType02 {
  border-bottom: solid 6px #ed6d00;
}

.tabType02 ul {
  margin: 0 -10px 0 0;
  overflow: hidden;
}

.tabType02 ul li {
  /* 
    *2022.02.28 ここwidth指定いらない
    [ グランドオープン ] width: 108px;
    [ プレオープン ] width: 120px;
    */
  margin: 0 10px 0 0;
  cursor: pointer;
  float: left;
  background: #dfdfdf;
  position: relative;
  top: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.tabType02 ul li.list03.event {
  /* グランドオープン
    width: 150px;
    */
  /* プレオープン
    width: 250px;
    */
  width: 250px;
}

.tabType02 ul li.list06 {
  width: 170px;
}

.tabType02 ul li:hover {
  top: 5px;
}

.tabType02 ul li:before {
  content: "▼";
  margin-top: -9px;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 12px;
}

.tabType02 ul li.select:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -20px;
  display: block;
  border: 16px solid transparent;
  border-right: 16px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: -16px;
}

.tabType02 ul li a {
  display: block;
  width: 100px;
  margin: 0 auto 3px auto;
  padding: 12px 0 17px 12px;
  text-align: center;
  line-height: 1;
}

.tabType02 ul li.list03 a {
  /* グランドオープン
    width: 154px;
    */
  /* プレオープン
    width: 234px;
    */
  width: 234px;
}

.tabType02 ul li.list06 a {
  width: 154px;
}

.tabType02 ul li.select {
  background: #ed6d00;
  top: 0;
}

.tabType02 ul li.select:before {
  margin-top: -6px;
  color: #fff;
  left: 20px;
}

.tabType02 ul li.select a {
  padding: 20px 0 11px 12px;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 3px #fff;
}

/*bottom*/
.tabType02.bottom {
  border: none;
  border-top: solid 6px #ed6d00;
}

.tabType02.bottom ul li {
  top: auto;
  bottom: 5px;
}

.tabType02.bottom ul li:hover {
  bottom: 0;
}

.tabType02.bottom ul li:before {
  margin-top: -3px;
  content: "▲";
}

.tabType02.bottom ul li.select {
  bottom: auto;
}

.tabType02.bottom ul li.select:before {
  margin-top: -6px;
  color: #fff;
}

.tabType02.bottom ul li.select:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: auto;
  bottom: -17px;
}

.tabType02.bottom ul li a {
  padding: 17px 0 12px 12px;
}

.tabType02.bottom ul li.select a {
  margin: 3px auto 0 auto;
  padding: 11px 0 20px 12px;
  border: none;
  border-top: solid 3px #fff;
}

/*tabType03*/
.tabType03 ul {
  margin-right: -2%;
  overflow: hidden;
  position: relative;
  bottom: 0px;
  z-index: 1;
}

.tabType03 ul li {
  width: 48%;
  margin: 12px 2% 0 0;
  padding: 8px 0;
  float: left;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #dfdfdf;
  cursor: pointer;
}

.tabType03 ul li.select {
  margin: 6px 2% 0 0;
  padding: 11px 0;
  color: #fff;
  background: #ed6d00;
}

@media screen and (min-width: 768px), print {
  .tabType03 ul {
    margin: 0 -10px 0 0;
  }

  .tabType03 ul li {
    width: 140px;
    margin: 9px 10px 0 0;
    font-size: 16px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .tabType03 ul li:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .tabType03 ul li.select {
    margin: 3px 10px 0 0;
  }
}

/*pageType
--------------------------------------------*/
/*pageType01*/
.pageType01 {
  overflow: hidden;
  position: relative;
}

.pageType01 span {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.pageType01 span.current {
  color: #ed6d00;
}

.pageType01 span.current:after {
  content: "";
  width: 10px;
  height: 1px;
  margin-left: -5px;
  display: block;
  background: #ed6d00;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.pageType01 span:hover a {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: #ed6d00;
}

.pageType01 span a {
  display: block;
  line-height: 2;
}

.pageType01 span {
  float: left;
  line-height: 2;
}

.pageType01 .resultTxt {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .pageType01 {
    text-align: center;
  }

  .pageType01 span,
  .pageType01 span a {
    width: 30px;
  }

  .pageType01 .pageWrap {
    display: inline-block;
    max-width: 360px;
    position: relative;
    top: -5px;
  }

  .pageType01 .pageWrap.smOnly {
    display: none;
  }

  .pageType01 .resultTxt {
    margin: 0;
    font-size: 14px;
  }
}

/*pageType02*/
.pageType02 {
  clear: both;
  overflow: hidden;
}

.pageType02 a {
  display: block;
  width: 48%;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #ed6d00;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  position: relative;
}

.pageType02 a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #e13a00 !important;
}

.pageType02 a:before {
  content: "";
  width: 7px;
  height: 16px;
  margin-top: -8px;
  display: block;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
}

.pageType02 a.prev {
  margin: 0 2% 0 0;
  float: left;
}

.pageType02 a.prev:before {
  background: url(../img/common/ico_arrow01_left.png) no-repeat;
  left: 10px;
}

.pageType02 a.next {
  float: right;
}

.pageType02 a.next:before {
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
  right: 10px;
}

@media screen and (min-width: 768px), print {
  .pageType02 a {
    width: 120px;
    font-size: 14px;
  }
}

/*header
--------------------------------------------*/
header {
  width: 100%;
  position: relative;
  z-index: 200;
}

header .inner {
  width: 100%;
  height: 75px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

header .logo a {
  /*	display: block;*/
}

header .btnWrap a,
header .btnWrap span {
  display: block;
  float: left;
  cursor: pointer;
}

header .txt,
header .userName {
  margin-top: -14px;
  font-family: "Lato", sans-serif;
  color: #ed6d00;
  letter-spacing: 0.03em;
  position: absolute;
  top: 50%;
  left: 20px;
}

header .txt {
  color: #111;
  font-size: 13px;
  font-weight: bold;
  border-bottom: solid 2px #111;
}

header .userName {
  left: auto;
  right: 160px;
}

header .userName a {
  padding-left: 20px;
  color: #ed6d00;
  text-decoration: underline;
}

header .loginOpen,
header .mypageOpen,
header .menuOpen {
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 200;
  display: none;
}

header .loginBtn,
header .mypageBtn,
header .menuBtn {
  position: relative;
}

header .loginBtn:before,
header .mypageBtn:before,
header .menuBtn:before {
  content: "";
  width: 60px;
  height: 75px;
  display: block;
  background-size: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .loginBtn:before,
header .mypageBtn:before {
  background: url(../img/common/btn_close01.gif) no-repeat center center;
}

header .menuBtn:before {
  background: url(../img/common/btn_close02.gif) no-repeat center center;
}

header .loginBtn.open:before,
header .mypageBtn.open:before,
header .menuBtn.open:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  header .loginBtn,
  header .mypageBtn,
  header .menuBtn,
  header .registBtn {
    position: relative;
    height: 75px;
    width: 60px;
  }

  header .mypageBtn {
    background: #e46011;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  header .loginBtn {
    background: #e46011;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  header .menuBtn {
    background: #f2f2f2;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  header .menuBtn img {
    height: 75px;
  }

  header .menuBtn.open {
    background: #444444;
  }

  header .registBtn {
    background: #3676bb;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  header .logo {
    display: block;
    width: 145px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -73px;
  }

  header .logo a {
    display: block;
    width: 145px;
    margin: 0 auto;
  }

  header .logo a img {
    width: 100%;
    height: auto;
  }

  header .loginBtn {
    position: relative;
    height: 70px;
    width: 70px;
  }
}

/*loginOpen*/
header .loginOpen {
  width: 100%;
  color: #fff;
  background: #e46011;
}

header .loginOpen a {
  cursor: pointer;
}

header .loginOpen h2 {
  padding: 30px 0 20px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

header .loginOpen form {
  margin: 0 40px;
}

header .loginOpen form ul {
  margin: 0 0 25px 0;
}

header .loginOpen form ul li {
  margin-bottom: 10px;
  overflow: hidden;
}

header .loginOpen form ul li input {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
  color: #111;
  border: none;
}

header .loginOpen .btn {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #b64705;
  position: relative;
}

header .loginOpen .btn.color02 {
  height: 68px;
  font-size: 16px;
  line-height: 68px;
  letter-spacing: 0.03em;
  background: #357ecf;
}

header .loginOpen .btn:after {
  content: "";
  width: 7px;
  height: 15px;
  margin-top: -7px;
  display: block;
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 8px;
}

header .loginOpen .btn.color02:after {
  width: 10px;
  height: 22px;
  margin-top: -11px;
  right: 20px;
}

header .loginOpen .pw {
  display: block;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

header .loginOpen .pw:before {
  content: "";
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/ico01.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
  left: -5px;
}

/*menuOpen*/
header .menuOpen {
  text-align: center;
  background: #444;
}

header .menuOpen .sns {
  margin-right: -10px;
  padding: 30px;
  background: #f2f2f2;
  text-align: center;
}

header .menuOpen .sns h2 {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}

header .menuOpen .sns ul {
  display: inline-block;
  overflow: hidden;
}

header .menuOpen .sns ul li {
  float: left;
  margin-right: 10px;
}

header .menuOpen .sns ul li a {
  display: block;
}

header .menuOpen .sns ul li a img {
  width: 42px;
  height: auto;
}

header .menuOpen .menuList {
  margin: 0 9px;
}

header .menuOpen .menuList li a {
  display: block;
  padding: 25px 0;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  border-bottom: solid 2px #575757;
  position: relative;
}

header .menuOpen .menuList li:last-child a {
  border-bottom: none;
}

header .menuOpen .menuList li.other a {
  margin: 0 -9px;
  background: #e46011;
}

header .menuOpen .menuList li a:after,
header .mypageOpen ul li a:after {
  content: "";
  width: 10px;
  height: 22px;
  margin-top: -11px;
  display: block;
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 10px;
}

header .menuOpen .menuList li.other a:after {
  right: 19px;
}

/*mypageOpen*/
header .mypageOpen {
  background: #e46011;
}

header .mypageOpen h2,
header .mypageOpen ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

header .mypageOpen h2 {
  padding: 25px 30px 25px 66px;
}

header .mypageOpen .talk h2 {
  background: url(../img/common/ico_talk_01_pc@2x.png) no-repeat 30px center;
  background-size: 26px;
}

header .mypageOpen .message h2 {
  background: url(../img/common/ico_message01.png) no-repeat 30px center;
  background-size: 26px;
}

header .mypageOpen .entry h2 {
  background: url(../img/common/ico_entry01.png) no-repeat 30px center;
  background-size: 26px;
}

header .mypageOpen .schedule h2 {
  background: url(../img/common/ico_schedule01.png) no-repeat 33px center;
  background-size: 23px;
}

header .mypageOpen .qrcode h2 {
  background: url(../img/common/ico_qr01.png) no-repeat 33px center;
  background-size: 23px;
}

header .mypageOpen ul li a {
  display: block;
  padding: 25px 30px;
  background: #fb7b0f;
  border-bottom: solid 2px #e46011;
  position: relative;
}

header .mypageOpen .other ul li a {
  background: #444;
  border-bottom: solid 2px #575757;
}

header .mypageOpen ul li:last-child a {
  border: none;
}

@media (max-width: 767px) {
  header {
    overflow: auto;
  }

  header::-webkit-scrollbar {
    display: none;
  }

  header img {
    width: auto;
    height: 60px;
  }

  header .logo {
    float: left;
    position: relative;
    top: 5px;
    left: 20px;
  }

  header .btnWrap {
    float: right;
    overflow: hidden;
  }

  header .loginOpen,
  header .mypageOpen,
  header .menuOpen {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px), print {
  header {
    height: 120px;
  }

  header .inner {
    height: 115px;
  }

  header .logo {
    padding: 15px 0;
    text-align: center;
  }

  header .btnWrap {
    position: absolute;
    top: 0;
    right: 0;
  }

  header .btnWrap a.smOnly {
    display: none !important;
  }

  /*loginOpen*/
  header .loginOpen,
  header .mypageOpen,
  header .menuOpen {
    width: 380px;
    top: 70px;
    left: auto;
    right: 0;
  }

  header .loginBtn:before,
  header .mypageBtn:before,
  header .menuBtn:before {
    width: 70px;
    height: 70px;
  }

  header .loginBtn:before,
  header .mypageBtn:before {
    background: url(../img/common/btn_close01_pc.gif) no-repeat center center;
    background-size: contain;
  }

  header .menuBtn:before {
    background: url(../img/common/btn_close02_pc.gif) no-repeat center center;
    background-size: contain;
  }
}

/*footer
--------------------------------------------*/
footer {
  background: #444;
}

footer .fLink li span,
footer .fLink li a {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

footer .copyright {
  display: block;
  padding: 14px 0;
  /*	font-family: 'Lato', sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    margin: 0 0 60px 0;
    padding: 0 15px;
  }

  footer .fLogo {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 15px 0;
  }

  footer .fLink {
    margin-bottom: 30px;
  }

  footer .fLink li {
    margin-bottom: 10px;
  }

  footer .fLink li span,
  footer .fLink li a {
    display: block;
  }

  footer .fLink li a {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px), print {
  footer {
    padding: 20px 0 70px 0;
    text-align: center;
  }

  footer .inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }

  footer .fLogo img {
    width: 160px;
    height: auto;
  }

  footer .fLink {
    width: 100%;
    dispay: block;
    text-align: center;
    margin: 10px 0 18px;
  }

  footer .fLink li {
    display: inline-block;
    padding: 0 10px;
  }

  footer .fLink li a,
  footer .fLink li span {
    font-size: 12px;
  }

  footer .copyright {
    letter-spacing: 0.1em;
  }
}

/*gNavi
--------------------------------------------*/
.gNav {
  height: 50px;
  text-align: center;
  background: #f2f2f2;
  min-width: 1000px;
}

.gNav ul {
  display: inline-block;
  margin-right: -40px;
  overflow: hidden;
}

.gNav li {
  margin-right: 20px;
  float: left;
}

.gNav li a {
  display: block;
  height: 50px;
  padding: 0 0 0 32px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.1em;
}

.gNav li:nth-child(1) a {
  background: url(../img/common/ico_gNav01_pc.png) no-repeat 1px center;
}

.gNav li:nth-child(2) a {
  background: url(../img/common/ico_gNav02_pc.png) no-repeat 4px center;
}

.gNav li:nth-child(3) a {
  background: url(../img/common/ico_gNav03_pc.png) no-repeat 1px center;
}

.gNav li:nth-child(4) a {
  background: url(../img/common/ico_gNav04_pc.png) no-repeat 0 center;
}

.gNav li:nth-child(5) a {
  background: url(../img/common/ico_gNav05_pc.png) no-repeat 2px center;
}

.gNav li:nth-child(6) a {
  background: url(../img/common/ico_gNav08_pc.png) no-repeat 2px center;
}

.gNav li:nth-child(7) a {
  background: url(../img/common/ico_gNav07_pc.png) no-repeat 2px center;
}

.gNav li:nth-child(8) a {
  background: url(../img/common/ico_gNav06_pc.png) no-repeat 2px center;
}

/*fixNav
--------------------------------------------*/
#fixNav {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #e46011;
}

#fixNav ul {
  overflow: hidden;
  text-align: center;
}

#fixNav ul li {
  width: 25%;
  float: left;
  border-right: solid 2px #fb7b0f;
}

#fixNav ul li:last-child {
  border: none;
}

#fixNav ul li a {
  display: block;
}

#fixNav ul li a img {
  width: auto !important;
  height: 60px !important;
}

@media screen and (min-width: 768px), print {
  #fixNav {
    display: none;
  }
}

/*pageTop
--------------------------------------------*/
#pageTop {
  display: block;
  width: 50px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

#pageTop img {
  width: 50px;
}

@media screen and (min-width: 768px), print {
  #pageTop {
    right: 15px;
    bottom: -25px;
  }
}

/*pankuzu
--------------------------------------------*/
#pankuzu {
  width: 1000px;
  margin: 20px auto 40px auto;
}

#pankuzu ul {
  overflow: hidden;
}

#pankuzu ul li {
  margin-right: 20px;
  font-size: 13px;
  color: #ed6d00;
  float: left;
  position: relative;
}

#pankuzu ul li:after {
  content: ">";
  position: absolute;
  top: 0;
  right: -16px;
}

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

#pankuzu ul li a {
  display: block;
  font-size: 13px;
  color: #ed6d00;
  text-decoration: underline;
}

/*contentsModule
--------------------------------------------*/
.contentsModule {
  position: relative;
}

@media (max-width: 768px) {
  .contentsModule {
    padding-bottom: 105px;
  }
}

@media screen and (min-width: 768px), print {
  .contentsModule {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 113px;
  }

  .contentsModule:after {
    content: "";
    display: block;
    clear: both;
  }
}

/*mainModule
--------------------------------------------*/
@media (max-width: 767px) {
  .mainModule {
    margin: 25px 15px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .contentsModule.type01 .mainModule {
    width: 720px;
    float: left;
  }

  .contentsModule.type02 .mainModule {
    width: 1000px;
  }
}

/*sideModule
--------------------------------------------*/
@media screen and (min-width: 768px), print {
  .sideModule {
    width: 240px;
    float: right;
  }

  /*login*/
  .sideModule .login {
    margin: 20px 0 20px 0;
    padding: 15px;
    color: #fff;
    background: #444;
    text-align: center;
  }

  .sideModule .login a {
    cursor: pointer;
  }

  .sideModule .login h2 {
    margin: 10px 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }

  .sideModule .login input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 40px;
    border: none;
  }

  .sideModule .login .btn {
    display: block;
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background: url(../img/common/ico_arrow01_right.png) no-repeat 192px center
      #ed6d00;
    background-size: 7px !important;
  }

  .sideModule .login .btn:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background: url(../img/common/ico_arrow01_right.png) no-repeat 192px center
      #e13a00;
  }

  .sideModule .login .pw {
    display: inline-block;
    margin: 10px 0 5px 0;
    padding: 4px 0 6px 20px;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    background: url(../img/common/ico01.png) no-repeat;
    background-size: 15px;
  }

  /*majority*/
  .sideModule .majority {
    margin-bottom: 40px;
    padding: 0 15px;
    background: #f8f6fc;
  }

  .sideModule .majority h2 {
    margin: 0 -15px;
    padding: 12px 0;
    font-family: "Lato", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.06em;
    background: #4e6083;
  }

  .sideModule .majority form .num {
    margin: 10px 0;
    font-size: 12px;
  }

  .sideModule .majority form h3 {
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #4e6083;
    border-bottom: solid 1px #4e6083;
  }

  .sideModule .majority form label {
    display: block;
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
  }

  .sideModule .majority form label input {
    width: 25px;
    margin-left: -25px;
    cursor: pointer;
  }

  .sideModule .majority form .btn01 {
    display: block;
    margin: 20px 0;
    padding: 12px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #4e6083;
    cursor: pointer;
  }

  .sideModule .majority .otherLink {
    margin: 0 -15px;
    padding: 15px;
    background: #e3e1e5;
  }

  .sideModule .majority .otherLink li {
    margin-bottom: 10px;
  }

  .sideModule .majority .otherLink li:last-child {
    margin-bottom: 0;
  }

  .sideModule .majority .otherLink li a {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background: url(../img/common/ico_arrow01_right.png) no-repeat 195px center
      #929292;
    background-size: 5px;
  }

  /*bnrList*/
  .sideModule .bnrList {
    margin-bottom: 40px;
    padding: 4px;
    background: #dfdfdf;
  }

  .sideModule .bnrList ul li {
    margin-bottom: 3px;
  }

  .sideModule .bnrList ul li:last-child {
    margin-bottom: 0;
  }

  .sideModule .bnrList ul li a,
  .sideModule .bnrList ul li a img {
    display: block;
    width: 100%;
  }

  /*sns*/
  .sideModule .sns {
    text-align: center;
  }

  .sideModule .sns h2 {
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
  }

  .sideModule .sns ul {
    display: inline-block;
    margin-right: -10px;
    overflow: hidden;
  }

  .sideModule .sns ul li {
    margin-right: 10px;
    float: left;
  }

  .sideModule .sns ul li a {
    display: block;
  }

  /*mypage*/
  .sideModule .mypage {
    margin-bottom: 40px;
  }

  .sideModule .mypage h2 {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: #e46011;
    position: relative;
  }

  .sideModule .mypage h2 .btn {
    width: 114px;
    height: 22px;
    margin-top: -11px;
    font-size: 12px;
    color: #ed6d00;
    line-height: 22px;
    background: url(../img/common/ico_arrow02_right.png) no-repeat 103px center
      #fff;
    background-size: 6px;
    border-radius: 2px;
    /* CSS3草案 */
    -webkit-border-radius: 2px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;
    /* Firefox用 */
    text-indent: -10px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .sideModule .mypage h3 {
    padding: 20px 15px 20px 40px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
  }

  .sideModule .mypage ul {
    padding: 20px 15px;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }

  .sideModule .mypage ul li {
    margin-bottom: 8px;
    overflow: hidden;
  }

  .sideModule .mypage ul li a {
    display: block;
    line-height: 22px;
    text-decoration: underline;
    float: left;
  }

  .sideModule .mypage ul li p {
    line-height: 22px;
    float: right;
  }

  .sideModule .mypage ul li p .size01 {
    font-size: 13px;
  }

  .sideModule .mypage ul li p .color01 {
    color: #fb7b0f;
  }

  .sideModule .mypage .btn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }

  /*talk*/
  .sideModule .mypage .talk h3 {
    background: url(../img/common/ico_talk_01_pc@2x.png) no-repeat 14px center
      #fb7b0f;
    background-size: 20px;
  }

  .sideModule .mypage .talk ul li a {
    width: 130px;
  }

  /*message*/
  .sideModule .mypage .message h3 {
    background: url(../img/common/ico_message01.png) no-repeat 14px center
      #fb7b0f;
    background-size: 20px;
  }

  .sideModule .mypage .message ul li a {
    width: 130px;
  }

  /*entry*/
  .sideModule .mypage .entry h3 {
    background: url(../img/common/ico_entry01.png) no-repeat 15px center #fb7b0f;
    background-size: 21px;
  }

  .sideModule .mypage .entry ul li a {
    width: 160px;
  }

  /*schedule*/
  .sideModule .mypage .schedule h3 {
    background: url(../img/common/ico_schedule01.png) no-repeat 17px center
      #fb7b0f;
    background-size: 18px;
  }

  /*schedule*/
  .sideModule .mypage .schedule .inner {
    padding: 20px 15px;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }

  .sideModule .mypage .schedule dl {
    overflow: hidden;
  }

  .sideModule .mypage .schedule dl dt,
  .sideModule .mypage .schedule dl dd {
    margin-bottom: 8px;
    line-height: 22px;
    float: left;
  }

  .sideModule .mypage .schedule dl dt {
    width: 50px;
  }

  .sideModule .mypage .schedule dl dd {
    width: 150px;
  }

  .sideModule .mypage .schedule .btn {
    height: 34px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 34px;
    color: #fb7b0f;
    background: url(../img/common/ico_arrow02_right.png) no-repeat 190px center;
    background-size: 7px;
    border: solid 1px #fb7b0f;
  }

  /*other*/
  .sideModule .mypage .other {
    padding: 15px 16px 20px 16px;
    background: #e0e0e0;
  }

  .sideModule .mypage .other h3 {
    padding: 20px 0 15px 75px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    background: url(../img/common/img_side01.png) no-repeat 10px bottom;
  }

  .sideModule .mypage .other .btn {
    width: 208px;
    color: #fff;
    background-size: 7px !important;
  }

  .sideModule .mypage .other .btn.color01 {
    margin-bottom: 10px;
    background: url(../img/common/ico_arrow01_right.png) no-repeat 190px center
      #fb7b0f;
  }

  .sideModule .mypage .other .btn.color02 {
    background: url(../img/common/ico_arrow01_right.png) no-repeat 190px center
      #444;
  }
}

/*mainImg*/
.top .mainImg {
  background: #f1f1f1;
}

.top .mainImg a:hover,
.top .mainImg a:hover figure,
.top .mainImg a:hover img {
  opacity: 1 !important;
}

@media screen and (min-width: 768px), print {
  .top .mainImg {
    border-top: solid 10px #fb7b0f;
    border-bottom: solid 10px #fb7b0f;
    margin: 0 0 20px;
  }

  .top .mainImg figure {
    /* 180216
		margin-left: -600px;
		position: relative;
		left: 50%;
	*/
  }
}

/*mainBnr*/
@media (max-width: 767px) {
  .top .mainBnr {
    margin: 15px 15px 15px;
  }
}

@media (min-width: 768px), print {
  .top .mainBnr {
    width: 1000px;
    margin: 20px auto 20px;
  }
}

.likeBtn01 {
  display: block;
  width: 100%;
  margin: 15px 0 20px 0;
  padding: 9px 0 9px 30px;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  background: #f65b6d;
  position: relative;
  border: solid 2px #f65b6d;
}

.likeBtn01:before {
  content: "";
  width: 23px;
  height: 20px;
  margin: -10px 0 0 -72px;
  display: block;
  background: url(../img/common/ico_heart01.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
}

.likeBtn01.settled {
  padding: 9px 0 9px 30px;
  color: #f65b6d !important;
  background: #fff;
  border: solid 2px #f65b6d;
}

.likeBtn01.settled:before {
  margin: -10px 0 0 -87px;
  background: url(../img/common/ico_heart02.png) no-repeat;
}

/*bnrlistModule
--------------------------------------------*/
.bnrlistModule {
  margin: 0 !important;
  padding: 15px;
  overflow: hidden;
  background: #dfdfdf;
}

.bnrlistModule ul {
  margin: 0 -3% 0 0;
}

.bnrlistModule ul li {
  width: 47%;
  margin: 3% 3% 0 0;
  float: left;
}

.bnrlistModule ul li:nth-child(-n + 2) {
  margin-top: 0;
}

.bnrlistModule ul li a {
  display: block;
}

.commentModule {
  width: 100%;
  padding: 0 50px 25px 15px;
  text-align: right;
  position: relative;
}

.commentModule:after {
  content: "";
  width: 57px;
  height: 58px;
  display: block;
  background: url(../img/company/img_company01.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  bottom: 0;
  right: 6px;
}

.commentModule p {
  padding: 10px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.05em;
  background: #357ecf;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  position: relative;
}

.commentModule p:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -8px;
  display: block;
  border: 8px solid transparent;
  border-left: 10px solid #357ecf;
  position: absolute;
  right: -16px;
  top: 50%;
}

/*detailModule01
--------------------------------------------*/
.detailModule01 {
  margin: 25px 0 30px 0;
  border: solid 7px #4e6083;
  border-top: none;
  position: relative;
}

.detailModule01 .firstWrap {
  background: #4e6083;
  position: relative;
}

.detailModule01 .firstWrap:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -20px;
  display: block;
  border: 16px solid transparent;
  border-right: 16px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  left: -3px;
  top: -16px;
}

.detailModule01 dl dt {
  line-height: 1;
  font-weight: bold;
  color: #ed6d00;
}

.detailModule01 .address {
  margin-bottom: 10px;
}

.detailModule01 .address .btn02 {
  display: inline-block;
  width: 48px;
  margin-left: 10px;
  padding: 5px 0 5px 12px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: url(../img/common/ico_map01.png) no-repeat 5px center #8d9fb4;
  background-size: 10px;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

.detailModule01 .point {
  padding: 20px 10px;
}

.detailModule01 .point h4 {
  margin-bottom: 5px;
  font-weight: bold;
  color: #ed6d00;
}

.detailModule01 .point ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 20px;
  background: url(../img/common/ico_point01.png) no-repeat left 4px;
  background-size: 14px;
}

.detailModule01 .pcWrap {
  padding-bottom: 15px;
}

.detailModule01 .address.link a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .detailModule01 .address dd,
  .detailModule01 .type dd {
    padding-top: 5px;
    line-height: 22px;
  }

  .detailModule01 .firstWrap {
    padding: 20px 0;
  }

  .detailModule01 .firstWrap h3 {
    padding: 0 18px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
  }

  .detailModule01 .smWrap {
    padding: 15px 7px;
    background: #f3f3f3;
  }

  .detailModule01 dl {
    margin-bottom: 20px;
  }

  .detailModule01 .career ul {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .detailModule01 {
    margin: 30px 0 40px 0;
    border: solid 10px #4e6083;
    border-top: none;
  }

  .detailModule01 .firstWrap {
    height: 42px;
  }

  .detailModule01 .firstWrap:before {
    left: -6px;
  }

  .detailModule01 .pcWrap {
    padding: 20px 30px 30px 30px;
    background: #f3f3f3;
    position: relative;
    min-height: 160px;
  }

  .detailModule01 .pcWrap figure,
  .detailModule01 .pcWrap h3 {
    display: inline-block;
    vertical-align: middle;
  }

  .detailModule01 .pcWrap figure,
  .detailModule01 .pcWrap figure img {
    width: 190px;
    overflow: hidden;
  }

  .detailModule01 .pcWrap h3 {
    width: 520px;
    padding: 0 30px 40px 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }

  .detailModule01 .pcWrap h3 span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
  }

  .detailModule01 .pcWrap .likeBtn01 {
    width: 190px;
    margin: 0;
    padding: 15px 0 15px 30px;
    position: absolute;
    bottom: 20px;
    right: 30px;
  }

  .detailModule01 .pcWrap .commentModule {
    width: 530px;
    padding: 0 0 16px 75px;
    text-align: left;
    position: absolute;
    left: 170px;
    bottom: 0;
  }

  .detailModule01 .pcWrap .commentModule:after {
    width: 65px;
    height: 66px;
    left: 0;
    right: auto;
  }

  .detailModule01 .pcWrap .commentModule p {
    padding: 6px 10px;
  }

  .detailModule01 .pcWrap .commentModule p:after {
    border-right: 10px solid #357ecf;
    border-left: none;
    right: auto;
    left: -8px;
  }

  .detailModule01 .career {
    position: absolute;
    top: 9px;
    right: 0;
  }

  .detailModule01 .career dt {
    padding-right: 13px;
    color: #fff;
  }

  .detailModule01 .career dt,
  .detailModule01 .career dd {
    display: inline-block;
    vertical-align: middle;
  }

  .detailModule01 .career ul {
    margin: 0 -5px 0 0;
  }

  .detailModule01 .career ul li {
    margin: 0 5px 0 0;
  }

  .detailModule01 .type dt,
  .detailModule01 .address dt,
  .detailModule01 .type dd,
  .detailModule01 .address dd {
    line-height: 2;
    display: inline-block;
    vertical-align: top;
  }

  .detailModule01 .type dd {
    width: 710px;
  }

  .detailModule01 .type dt,
  .detailModule01 .address dt {
    width: 200px;
    color: #111;
  }

  .detailModule01 .type {
    padding: 20px 0 5px 30px;
  }

  .detailModule01 .address {
    padding: 0 0 0px 30px !important;
    margin-bottom: 5px;
  }

  .detailModule01 .point {
    margin: 20px 40px 20px 20px;
    padding: 0 0 0 47px;
    background: url(../img/company/bg_company01_pc.png) no-repeat left center
      #4e6083;
    background-size: auto 100%;
  }

  .detailModule01 .point h4,
  .detailModule01 .point ul {
    display: inline-block;
    vertical-align: middle;
  }

  .detailModule01 .point h4 {
    width: 160px;
    margin: 0;
    padding-left: 20px;
    color: #fff;
  }

  .detailModule01 .point ul {
    width: 690px;
    padding: 20px 0;
  }

  .detailModule01 .point ul li {
    color: #fff;
    background: url(../img/common/ico_point01_pc.png) no-repeat left 2px;
  }

  .detailModule01 .point ul li:last-child {
    margin-bottom: 0;
  }
}

/*detailModule02
--------------------------------------------*/
.detailModule02 .slideBtn {
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px;
  background: #ed6d00;
  position: relative;
}

.detailModule02 .slideBtn:after {
  content: "";
  width: 8px;
  height: 16px;
  margin-top: -8px;
  display: block;
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 15px;
}

.detailModule02 .slideBtn.select:after {
  width: 15px;
  height: 7px;
  margin-top: -4px;
  background: url(../img/common/ico_arrow01_bottom.png) no-repeat;
  right: 12px;
}

.detailModule02 .slideBtn a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}

.detailModule02 ul li .btnType01 {
  font-size: 17px;
  background: #4e6083;
}

/* companyDetail*/
.detailModule02 .companyDetail .notice h4 {
  padding: 20px 0 20px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #ed6d00;
  background: url(../img/common/ico_voice01.png) no-repeat left center;
  background-size: 14px;
}

.detailModule02 .companyDetail .notice .txtWrap {
  height: 200px;
  padding: 20px 10px;
  border: solid 5px #dfdfdf;
  overflow-y: scroll;
}

.detailModule02 .companyDetail .notice .txtWrap h5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}

.detailModule02 .companyDetail .notice .txtWrap p {
  font-size: 13px;
  line-height: 24px;
}

.detailModule02 .companyDetail .detail .bx-wrapper,
.intern .intershipDetail .bx-wrapper .bx-viewport .bxslider li img {
  max-width: 100%;
}

.detailModule02 .companyDetail .detail .bx-wrapper,
.intern .intershipDetail .bx-wrapper {
  display: block !important;
  margin: 35px 0 20px 0;
  text-align: center;
}

.detailModule02 .companyDetail .detail .bx-wrapper .bx-controls-direction,
.intern .intershipDetail .bx-wrapper .bx-controls-direction {
  display: none;
}

.detailModule02 .companyDetail .detail .bx-wrapper .bx-pager,
.intern .intershipDetail .bx-wrapper .bx-pager {
  display: inline-block;
  margin: 10px -10px 10px 0;
}

.detailModule02 .companyDetail .detail .bx-wrapper .bx-pager .bx-pager-item,
.intern .intershipDetail .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}

.detailModule02 .companyDetail .detail .bx-wrapper .bx-pager .bx-pager-link,
.intern .intershipDetail .bx-wrapper .bx-pager .bx-pager-link {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b2b2b2;
  text-indent: -999em;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.detailModule02
  .companyDetail
  .detail
  .bx-wrapper
  .bx-pager
  .bx-pager-link.active,
.intern .intershipDetail .bx-wrapper .bx-pager .bx-pager-link.active {
  background: #ed6d00;
}

.detailModule02 .companyDetail .detail h4,
.intern .intershipDetail h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  color: #ed6d00;
  border-bottom: solid 3px #f2f2f2;
}

.detailModule02 .companyDetail .detail .txt {
  margin-bottom: 30px;
  line-height: 24px;
}

.detailModule02 .companyDetail .detail table,
.intern .intershipDetail table {
  width: 100%;
  margin-bottom: 30px;
}

.detailModule02 .companyDetail .detail table tr th,
.detailModule02 .companyDetail .detail table tr td,
.intern .intershipDetail table tr th,
.intern .intershipDetail table tr td {
  padding: 10px 15px;
  line-height: 24px;
  background: #dfdfdf;
}

.detailModule02 .companyDetail .detail table tr th,
.intern .intershipDetail table tr th {
  font-weight: bold;
}

.detailModule02 .companyDetail .detail table tr td,
.intern .intershipDetail table tr td {
  background: #f2f2f2;
}

.detailModule02 .companyDetail .detail .interviewList li {
  margin-bottom: 40px;
}

.detailModule02 .companyDetail .detail .interviewList li h4 {
  margin-bottom: 10px;
  padding: 0 0 6px 15px;
  font-size: 16px;
  line-height: 24px;
  color: #4e6083;
  border-bottom: solid 2px #4e6083;
  position: relative;
}

.detailModule02 .detail .interviewList li h4:before {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: #4e6083;
  position: absolute;
  top: 7px;
  left: 0;
}

.detailModule02 .companyDetail .detail .interviewList li figure {
  margin: 15px 0 0;
}

.detailModule02 .companyDetail .detail .interviewList li .txtWrap h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.detailModule02 .companyDetail .detail .interviewList li .txtWrap p {
  line-height: 24px;
}

/* voiceDetail*/
.detailModule02 .voiceDetail ul {
  padding: 25px 0 0 0;
}

.detailModule02 .voiceDetail ul li {
  padding: 0 15px 15px 15px;
  margin-bottom: 30px;
  background: #e8e8e8;
}

.detailModule02 .voiceDetail ul li h4,
.detailModule02 .voiceDetail ul li .tit1 {
  margin: 0 -15px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  background: #ed6d00;
  position: relative;
}

.detailModule02 .voiceDetail ul li h4:after,
.detailModule02 .voiceDetail ul li .tit1:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -20px;
  display: block;
  border: 10px solid transparent;
  border-top: 16px solid #ed6d00;
  position: absolute;
  left: 60px;
  bottom: -26px;
}

.detailModule02 .voiceDetail ul li h4 a,
.detailModule02 .voiceDetail ul li .tit1 a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.detailModule02 .voiceDetail ul li .txtWrap .info p {
  font-weight: bold;
  line-height: 24px;
}

.detailModule02 .voiceDetail ul li .txtWrap .info .name {
  font-size: 15px;
  color: #ed6d00;
}

.detailModule02 .voiceDetail ul li .txtWrap .info .txt {
  font-size: 13px;
}

.detailModule02 .voiceDetail ul li dl {
  margin-bottom: 15px;
  overflow: hidden;
}

.detailModule02 .voiceDetail ul li dl dt,
.detailModule02 .voiceDetail ul li dl dd {
  line-height: 24px;
  float: left;
}

.detailModule02 .voiceDetail ul li dl dt {
  width: 25%;
  font-weight: bold;
}

.detailModule02 .voiceDetail ul li dl dd {
  width: 70%;
}

.detailModule02 .voiceDetail ul li .commentModule:after {
  right: 0;
}

/*intershipDetail*/
.detailModule02 .intershipDetail .firstTxt {
  padding: 15px 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .event.intern .intershipDetail.entry h3 {
    margin-top: 20px;
  }

  .intershipDetail h4 {
    margin-top: 20px;
  }

  .detailModule02 .companyDetail .detail table tr th,
  .detailModule02 .companyDetail .detail table tr td,
  .intern .intershipDetail table tr th,
  .intern .intershipDetail table tr td {
    display: block;
    width: 100%;
  }

  .detailModule02 .voiceDetail ul li .txtWrap {
    margin: 20px 0;
  }

  .detailModule02 .voiceDetail ul li .txtWrap figure {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
  }

  .detailModule02 .voiceDetail ul li .txtWrap .info {
    width: 58%;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .company .detailModule02 section {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .detailModule02 .detail .corp_apImg {
    margin: 20px 0;
  }

  .smWrap .pcWrap figure {
    text-align: center;
  }

  .smWrap .pcWrap figure img {
    max-width: 240px;
    height: auto;
  }
}

@media screen and (min-width: 768px), print {
  .detailModule02 {
    margin-bottom: 40px;
  }

  .event.intern .detailModule02 {
    margin-top: 30px;
  }

  .detailModule02 > section {
    padding: 40px 50px;
    border-left: solid 2px #d2d2d2;
    border-right: solid 2px #d2d2d2;
  }

  .company .detailModule02 section.select {
    display: block;
  }

  /* .detailModule02 > section > div {
    display: none;
  } */

  .detailModule02 > section.select > div {
    display: block;
  }

  .detailModule02 .detail .corp_apImg {
    margin: 20px 0;
  }

  .detailModule02 .detail .corp_apImg li {
    text-align: center;
  }

  .detailModule02 .detail .corp_apImg li img {
    max-width: 896px;
  }

  /*companyDetail*/
  .detailModule02 .companyDetail .notice h4 {
    margin-bottom: 20px;
    padding: 0 0 0 25px;
  }

  .detailModule02 .companyDetail .notice .txtWrap {
    height: 210px;
    padding: 20px;
    border: solid 4px #dfdfdf;
  }

  .detailModule02 .companyDetail .detail .bx-wrapper {
    margin: 40px 0 20px 0;
  }

  .detailModule02 .companyDetail .detail .bxslider li {
    width: 460px;
  }

  .detailModule02 .companyDetail .detail h4 {
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 20px;
    border-bottom: solid 4px #f2f2f2;
  }

  .detailModule02 .companyDetail .detail table,
  .intern .intershipDetail table {
    margin-bottom: 50px;
  }

  .detailModule02 .companyDetail .detail table tr,
  .intern .intershipDetail table tr {
    border-bottom: solid 4px #fff;
  }

  .detailModule02 .companyDetail .detail .interviewList li {
    overflow: hidden;
  }

  .detailModule02 .companyDetail .detail .interviewList li h4 {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 18px;
    border-bottom: solid 3px #4e6083;
  }

  .detailModule02 .companyDetail .detail .interviewList li .photo {
    width: 216px;
    margin: 16px 0 0 0;
    float: right;
  }

  .detailModule02 .companyDetail .detail .interviewList li figure {
    margin: 10px 0 0;
  }

  .detailModule02 .companyDetail .detail .interviewList li figure img {
    width: 216px;
  }

  .detailModule02 .companyDetail .detail .interviewList li .txtWrap {
    width: 650px;
    margin: 16px 0 0 0;
    float: left;
  }

  .detailModule02 .companyDetail .detail table tr th,
  .intern .intershipDetail table tr th {
    width: 200px;
  }

  /*voiceDetail*/
  .detailModule02 .voiceDetail {
    padding: 50px;
  }

  .detailModule02 .voiceDetail ul {
    padding: 0;
  }

  .detailModule02 .voiceDetail ul li {
    padding: 0 30px;
    position: relative;
  }

  .detailModule02 .voiceDetail ul li:last-child {
    margin-bottom: 10px;
  }

  .detailModule02 .voiceDetail ul li h4,
  .detailModule02 .voiceDetail ul li .tit1 {
    margin: 0 -30px;
    padding: 16px 20px;
  }

  .detailModule02 .voiceDetail ul li h4:after,
  .detailModule02 .voiceDetail ul li .tit1:after {
    left: 120px;
    bottom: -24px;
  }

  .detailModule02 .voiceDetail ul li .txtWrap {
    margin-left: 175px;
    padding: 50px 0 0 0;
    position: relative;
  }

  .detailModule02 .voiceDetail ul li .txtWrap figure,
  .detailModule02 .voiceDetail ul li .txtWrap figure img {
    width: 155px;
  }

  .detailModule02 .voiceDetail ul li .txtWrap figure {
    position: absolute;
    top: 20px;
    left: -174px;
  }

  .detailModule02 .voiceDetail ul li .txtWrap .info .name {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 1;
    border-bottom: solid 1px #b4b4b4;
  }

  .detailModule02 .voiceDetail ul li .txtWrap .info .txt {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .detailModule02 .voiceDetail ul li dl {
    width: 486px;
    margin-left: 175px;
    padding: 0 0 30px 0;
  }

  .detailModule02 .voiceDetail ul li dl dt {
    width: 66px;
  }

  .detailModule02 .voiceDetail ul li dl dd {
    width: 400px;
  }

  .detailModule02 .voiceDetail ul li .commentModule {
    width: 330px;
    text-align: left;
    position: absolute;
    top: 76px;
    right: 40px;
  }

  .detailModule02 .voiceDetail ul li .commentModule:after {
    width: 82px;
    height: 76px;
    background: url(../img/company/img_company01_pc.png) no-repeat;
  }

  .detailModule02 .voiceDetail ul li .commentModule p {
    padding: 10px 20px;
  }

  .detailModule02 ul li .btnType01 {
    width: 160px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-indent: 0;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }

  .detailModule02 ul li .btnType01:after {
    left: auto;
    right: 10px;
  }

  /*intershipDetail*/
  .detailModule02 .intershipDetail .firstTxt {
    padding: 0 0 10px 0;
  }
}

/*companyListModule
--------------------------------------------*/
.companyListModule .btnWrap,
.seniorListModule .btnWrap {
  margin: 20px 0;
}

.companyListModule .pageType01 .pageType02,
.seniorListModule .pageType01 .pageType02 {
  padding-top: 10px;
}

.companyListModule .titWrap {
  padding: 15px;
  background: #4e6083;
  position: relative;
}

.companyListModule .titWrap:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: -16px;
  top: -16px;
}

.companyListModule .titWrap h2 {
  margin-bottom: 10px;
}

.companyListModule .titWrap h2 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-decoration: underline;
}

.companyListModule .companyList {
  margin-top: 25px;
}

.companyListModule .companyList > li {
  margin-bottom: 30px;
}

.companyListModule .companyList > li figure {
  margin: 15px 0;
  border: solid 2px #fff;
}

.companyListModule .companyList > li .txtWrap h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.companyListModule .companyList > li .txtWrap p {
  line-height: 22px;
}

.companyListModule .companyList > li .listType03 {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .eventInfo .companyListModule {
    margin-top: 25px;
  }

  .companyListModule .btnWrap .btn01 {
    margin-bottom: 10px;
  }

  .companyListModule .titWrap {
    margin: 0 -15px;
  }

  .companyListModule .companyList > li {
    padding: 0 15px;
    background: #e8e8e8;
  }
}

@media screen and (min-width: 768px), print {
  .companyListModule .btnWrap {
    margin: 0 0 40px 0;
    overflow: hidden;
  }

  .companyListModule .btnWrap a {
    width: 352px;
  }

  .companyListModule .btnWrap .btn01 {
    float: left;
  }

  .companyListModule .btnWrap .btn02 {
    float: right;
  }

  .companyListModule .companyList {
    margin-top: 20px;
  }

  .companyListModule .companyList > li {
    overflow: hidden;
    background: #f2f2f2;
  }

  .companyListModule .companyList > li .titWrap {
    padding: 15px 20px 15px 25px;
    overflow: hidden;
  }

  .companyListModule .titWrap:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: -16px;
    top: -16px;
  }

  .companyListModule .companyList > li .titWrap h2 {
    margin-bottom: 0;
    float: left;
  }

  .companyListModule .companyList > li .titWrap .listType02 {
    float: right;
  }

  .companyListModule .companyList > li .titWrap .listType02 li {
    margin-bottom: 0;
  }

  .companyListModule .companyList > li .left {
    width: 203px;
    margin-bottom: -300px;
    padding: 30px 22px 300px 22px;
    float: left;
    background: #e8e8e8;
  }

  .companyListModule .companyList > li .right {
    width: 517px;
    float: right;
  }

  .companyListModule .companyList > li figure {
    width: 160px;
    margin: 0 0 15px 0;
  }

  .companyListModule .companyList > li figure img {
    width: 156px;
  }

  .companyListModule .companyList > li .txtWrap {
    background: #fff;
    padding: 30px 20px;
  }

  .companyListModule .companyList > li .listType03 {
    width: 517px;
    margin: 0;
    padding: 30px 20px;
    background: #f2f2f2;
  }

  .companyListModule .companyList > li .listType03 dt {
    width: 60px;
    text-align: center;
  }

  .companyListModule .companyList > li .listType03 dd {
    width: 410px;
  }

  .companyListModule .companyList > li .likeBtn01.settled {
    padding: 9px 0 9px 22px;
    font-size: 12px;
  }

  .companyListModule .companyList > li .likeBtn01.settled:before {
    width: 20px;
    margin: -8px 0 0 -73px;
  }

  .companyListModule .pageType01 {
    margin: 0 auto;
    padding: 6px 0;
  }

  .companyListModule .pageType01.bottom {
    width: 620px;
  }

  .companyListModule .pageType01 .pageType02,
  .seniorListModule .pageType01 .pageType02 {
    padding: 0;
  }

  .companyListModule .pageType01 .pageType02 a,
  .seniorListModule .pageType01 .pageType02 a {
    position: absolute;
    top: 0;
    left: 0;
  }

  .companyListModule .pageType01 .pageType02 .next,
  .seniorListModule .pageType01 .pageType02 .next {
    left: auto;
    right: 0;
  }
}

/*intershipListModule
--------------------------------------------*/
.intershipListModule li {
  margin-bottom: 30px;
  padding: 0 15px 25px 15px;
  background: #e8e8e8;
}

.intershipListModule li:first-child.count {
  margin: 0px 0 30px 0;
}

.intershipListModule li.count {
  margin: 55px 0 30px 0;
}

.intershipListModule li h4,
.intershipListModule li .tit01 {
  margin: 0 -15px;
  padding: 15px;
  background: #ed6d00;
  position: relative;
}

.intershipListModule li h4:before,
.intershipListModule li .tit01:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -20px;
  display: block;
  border: 20px solid transparent;
  border-left: 20px solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  right: -21px;
  top: -21px;
}

.intershipListModule li h4 a,
.intershipListModule li .tit01 a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}

.intershipListModule li figure {
  margin: 20px 0;
  border: solid 2px #fff;
}

.intershipListModule li .btnType01 {
  font-size: 17px;
  background: #4e6083;
}

.intershipListModule li .btnType01:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.intershipListModule li .tit01 > a:hover {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .intershipListModule li .ico_cd {
    position: absolute;
    top: -37px;
    right: -1px;
    width: 125px;
    height: 55px;
    background: url("/2027/asset/img/common/ico_countdown01.png") no-repeat;
    background-size: cover;
    z-index: 2;
  }

  .intershipListModule li .ico_cd.type2 {
    background: url("/2027/asset/img/common/ico_countdown02.png") no-repeat;
    background-size: cover;
  }

  .intershipListModule li .ico_cd.type3 {
    background: url("/2027/asset/img/common/ico_countdown03.png") no-repeat;
    background-size: cover;
  }

  .intershipListModule li .ico_cd .day {
    position: relative;
    top: 19px;
    left: 30px;
    display: block;
    width: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #0c8cd0;
  }

  .intershipListModule li .ico_cd .day.detail {
    top: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .intershipListModule li {
    padding: 0 20px 50px 20px;
    position: relative;
  }

  .intershipListModule li:last-child {
    margin-bottom: 10px;
  }

  .intershipListModule li h4,
  .intershipListModule li .tit01 {
    margin: 0 -20px;
    padding: 18px 20px;
  }

  .intershipListModule li.count h4,
  .intershipListModule li.count .tit01 {
    margin: 0 -20px;
    padding: 18px 150px 18px 20px;
  }

  .intershipListModule li figure {
    width: 144px;
    border: solid 2px #fff;
    display: inline-block;
    vertical-align: middle;
  }

  .intershipListModule li figure img {
    width: 140px;
  }

  .intershipListModule li .btnType01 {
    width: 160px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-indent: 0;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }

  .intershipListModule li .btnType01:after {
    left: auto;
    right: 10px;
  }

  .intershipListModule li .ico_cd {
    position: absolute;
    top: -37px;
    right: -1px;
    width: 137px;
    height: 125px;
    background: url("/2027/asset/img/common/ico_countdown01_pc.png") no-repeat;
    background-size: cover;
    z-index: 2;
  }

  .intershipListModule li .ico_cd.type2 {
    position: absolute;
    top: -37px;
    right: -1px;
    background: url("/2027/asset/img/common/ico_countdown02_pc.png") no-repeat;
    background-size: cover;
    z-index: 2;
  }

  .intershipListModule li .ico_cd.type3 {
    position: absolute;
    top: -37px;
    right: -1px;
    background: url("/2027/asset/img/common/ico_countdown03_pc.png") no-repeat;
    background-size: cover;
    z-index: 2;
  }

  .intershipListModule li .ico_cd .day {
    position: relative;
    top: 75px;
    left: 31px;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #0c8cd0;
  }

  .intershipListModule li .ico_cd .day.detail {
    top: 49px;
  }
}

/*graphListModule*/
.graphListModule {
  background: #efedf3;
}

.graphListModule li {
  padding: 18px;
}

.graphListModule li:nth-child(even) {
  background: #f8f6fc;
}

.graphListModule li .company {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
}

.graphListModule li .graph {
  width: 82%;
  position: relative;
}

.graphListModule.load li .graph .dataWrap {
  width: 90%;
}

.graphListModule.load li .graph .data {
  width: 0 !important;
}

.graphListModule.load li .graph .percent {
  left: 0 !important;
}

.graphListModule li .graph .data {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  background: #ed6d00;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.graphListModule li .graph .percent {
  display: inline-block;
  vertical-align: middle;
  margin-top: -22px;
  padding-left: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #4e6083;
  position: absolute;
  top: 50%;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .graphListModule {
    margin: 20px 0 0 0;
    position: relative;
  }

  .graphListModule:before {
    content: "";
    width: 1px;
    height: calc(100% - 14px);
    display: block;
    background: #4e6083;
    position: absolute;
    top: 7px;
    left: 50%;
    z-index: 1;
  }

  .graphListModule li {
    padding: 12px 0;
    overflow: hidden;
  }

  .graphListModule li:first-child {
    padding-top: 19px;
  }

  .graphListModule li:last-child {
    padding-bottom: 19px;
  }

  .graphListModule li .company {
    width: 50%;
    margin: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 40px;
    float: left;
    text-align: right;
  }

  .graphListModule li .graph {
    width: 40%;
    float: left;
  }

  .graphListModule li .graph .dataWrap {
    width: 100%;
    margin: 0;
  }

  .graphListModule li .graph .percent {
    line-height: 50px;
  }
}

/*majorityListModule
--------------------------------------------*/
.majorityListModule li a {
  display: block;
  background: #f9f7fc;
}

.majorityListModule li a .titWrap {
  margin: 25px 0 0 0;
  position: relative;
}

.majorityListModule li:nth-child(1) a .titWrap {
  margin: 0;
}

.majority .majorityListModule li a h2 {
  padding: 12px 50px 12px 20px;
  font-size: 14px;
  line-height: 20px;
}

.majorityListModule li a h2:after {
  content: "";
  width: 7px;
  height: 16px;
  margin-top: -8px;
  display: block;
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
}

.majorityListModule li a time {
  display: inline-block;
  padding: 15px 20px;
  line-height: 1;
}

@media (max-width: 767px) {
  .majorityListModule {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .majorityListModule li a .titWrap {
    margin: 40px 0 0 0;
  }

  .majority .majorityListModule li a .titWrap .num,
  .majority .majorityListModule li a .titWrap h2 {
    font-size: 16px;
  }
}

/*seniorListModule
--------------------------------------------*/
.seniorListModule .btnWrap {
  margin-bottom: 20px;
}

.seniorListModule .btnWrap a {
  margin-bottom: 10px;
}

.seniorListModule .detailModule02 .voiceDetail ul li {
  padding-bottom: 25px;
}

.seniorListModule .detailModule02 .voiceDetail .name a {
  font-size: 15px;
  font-weight: bold;
  color: #ed6d00;
  text-decoration: underline;
}

.seniorListModule .detailModule02 .voiceDetail .txtList {
  padding: 0 0 25px 0;
}

.seniorListModule .detailModule02 .voiceDetail .txtList li {
  margin: 0;
  padding: 0;
  line-height: 24px;
}

@media screen and (min-width: 768px), print {
  .seniorListModule .btnWrap {
    margin: 0 0 30px 0;
    overflow: hidden;
  }

  .seniorListModule .btnWrap a {
    width: 352px;
    margin: 0;
  }

  .seniorListModule .btnWrap .btn01 {
    float: left;
  }

  .seniorListModule .btnWrap .btn02 {
    float: right;
  }

  .seniorListModule .detailModule02 {
    margin-top: 25px;
  }

  .seniorListModule .voiceDetail {
    padding: 0;
    border: none;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li {
    padding-bottom: 35px;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li h4,
  .seniorListModule .detailModule02 .voiceDetail ul li .tit1 {
    font-size: 15px;
    padding: 13px 20px;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li .txtWrap {
    padding: 30px 0 0 0;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li .txtWrap .info .name {
    padding: 0;
    border: none;
  }

  .seniorListModule .detailModule02 .voiceDetail .txtList {
    margin-left: 175px;
  }

  .seniorListModule .detailModule02 ul li .btnType01 {
    bottom: 25px;
  }

  .seniorListModule .detailModule02 ul li .btnType01:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li .commentModule {
    width: 380px;
    padding: 0 0 16px 75px;
    text-align: left;
    position: absolute;
    top: auto;
    right: auto;
    left: 130px;
    bottom: 0;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li .commentModule:after {
    background: url(../img/company/img_company01.png) no-repeat;
    width: 65px;
    height: 66px;
    left: 0;
    right: auto;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li .commentModule p {
    padding: 6px 10px;
  }

  .seniorListModule .detailModule02 .voiceDetail ul li .commentModule p:after {
    border-right: 10px solid #357ecf;
    border-left: none;
    right: auto;
    left: -8px;
  }

  .seniorListModule .pageType01.bottom {
    width: 640px;
    margin: 0 auto;
    padding: 8px 0 6px 0;
  }
}

/*top
--------------------------------------------*/
.top .mainModule section {
  margin-bottom: 50px;
}

/*internshipInfo*/
.top .mainModule .internshipInfo {
  margin: 50px 0;
}

.top .mainModule .internshipInfo .bx-wrapper {
  width: 100% !important;
  max-width: 767px !important;
  margin: -10px 0 15px 0;
  padding: 25px 15px;
  background: #dfdfdf;
  position: relative;
}

.top .mainModule .internshipInfo .bx-pager {
  display: none;
}

.top .mainModule .internshipInfo .bx-controls-direction a {
  display: block;
  width: 17px;
  height: 34px;
  margin-top: -17px;
  text-indent: -999em;
  position: absolute;
  top: 50%;
  background-size: 100% !important;
  z-index: 1;
}

.top .mainModule .internshipInfo .bx-controls-direction .bx-prev {
  left: 5px;
  background: url(../img/common/ico_arrow02_left.png) no-repeat;
}

.top .mainModule .internshipInfo .bx-controls-direction .bx-next {
  right: 5px;
  background: url(../img/common/ico_arrow02_right.png) no-repeat;
}

.top .mainModule .internshipInfo .bxslider {
  margin-right: -4%;
}

.top .mainModule .internshipInfo .bxslider li {
  margin-right: 4%;
  float: left;
}

.top .mainModule .internshipInfo .bxslider li a {
  display: block;
}

.top .mainModule .internshipInfo .bxslider li a time {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #ed6d00;
  line-height: 1;
}

.top .mainModule .internshipInfo .bxslider li a time span {
  display: inline-block;
  margin-right: 6px;
  padding: 3px;
  font-size: 11px;
  color: #fff;
  background: #ed6d00;
}

.top .mainModule .internshipInfo .bxslider li a p {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

/*seniorsVoice*/
.top .mainModule .seniorsVoice .titType02 {
  margin-bottom: 8px;
}

.top .mainModule .seniorsVoice .btnType01 {
  margin-top: 15px;
}

/*accessRanking*/
.top .mainModule .accessRanking ol {
  margin-top: -10px;
  background: #e8e8e8;
}

.top .mainModule .accessRanking ol li {
  border-bottom: solid 1px #fff;
}

.top .mainModule .accessRanking ol li a {
  padding: 15px 0;
  display: block;
  position: relative;
}

.top .mainModule .accessRanking ol li a:after {
  content: "";
  width: 7px;
  height: 15px;
  margin-top: -7px;
  display: block;
  background: url(../img/common/ico_arrow04_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 10px;
}

.top .mainModule .accessRanking ol li a:hover:after {
  background: url(../img/common/ico_arrow01_right.png) no-repeat;
}

.top .mainModule .accessRanking ol li a:hover {
  background: #ed6d00;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.top .mainModule .accessRanking ol li .number {
  width: 25%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.top .mainModule .accessRanking ol li a:hover .number {
  color: #fff;
}

.top .mainModule .accessRanking ol li:nth-child(-n + 3) .number {
  color: #ef6d00;
}

.top .mainModule .accessRanking ol li figure {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fff;
}

.top .mainModule .accessRanking ol li h3 {
  width: 55%;
  padding: 0 5%;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.top .mainModule .accessRanking ol li a:hover h3 {
  color: #fff;
}

/*whatsNew*/
.top .mainModule .whatsNew ul {
  padding: 15px;
  background: #f2f2f2;
}

.top .mainModule .whatsNew ul li {
  padding: 10px 0 15px;
}

.top .mainModule .whatsNew ul li h3 {
  font-weight: bold;
  line-height: 1.7em;
}

.top .mainModule .whatsNew ul li p {
  line-height: 20px;
  padding-top: 10px;
}

.top .mainModule .whatsNew ul li time {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #ed6d00;
}

.top .mainModule .whatsNew ul li {
  line-height: 20px;
}

.top .mainModule .whatsNew ul li a {
  display: block;
  text-indent: 1.4em;
  background: url(../img/common/ico_arrow03_right_2.png) no-repeat left 2px;
  background-size: 17px;
}

.top .mainModule .whatsNew ul li a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: underline !important;
}

/*featuredCompany*/
.top .mainModule .featuredCompany .titType02 {
  margin-bottom: 8px;
}

/*wakayamaNews*/
.top .mainModule .wakayamaNews .entryPost {
  margin: -11px -15px 0 -15px;
  padding: 15px 15px 1px 15px;
  background: #f2f2f2;
}

.top .mainModule .wakayamaNews .entryPost p {
  margin-bottom: 30px;
}

.top .mainModule .wakayamaNews .btnType01 {
  margin-top: 15px;
}

/*majority*/
.top .mainModule .majority .num {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
}

.top .mainModule .majority .num span {
  font-size: 12px;
}

.top .mainModule .majority .btnType01 {
  width: 48%;
  height: 25px;
  margin: 13px 0;
  font-weight: normal;
  line-height: 25px;
  background: #939393;
  float: left;
}

.top .mainModule .majority .btnType01:after {
  margin-top: -6px;
  background-size: 5px;
}

.top .mainModule .majority .btnType01.right {
  float: right;
}

.top .mainModule .majority .quest {
  padding: 15px 15px 20px 15px;
  clear: both;
  background: #fff3e1;
}

.top .mainModule .majority .quest h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #fff;
}

.top .mainModule .majority .quest h3 span {
  padding-right: 3px;
  color: #ed6d00;
}

.top .mainModule .majority .quest label {
  display: block;
  margin-bottom: 11px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

.top .mainModule .majority .quest label input {
  margin: 0 5px 0 -18px;
}

.top .mainModule .majority .quest .btn01 {
  display: block;
  width: 70.6%;
  height: 42px;
  margin: 5px auto 0 auto;
  color: #fff;
  line-height: 42px;
  text-align: center;
  background: #ed6d00;
}

/*specialContents*/
.top .mainModule .specialContents ul {
  margin: 0 40px;
}

.top .mainModule .specialContents ul li {
  margin-bottom: 8px;
}

.top .mainModule .specialContents ul li a {
  display: block;
}

@media (max-width: 767px) {
}

@media screen and (min-width: 768px), print {
  .top .mainModule section {
    position: relative;
  }

  .top .mainModule .btnType01 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  /*internshipInfo*/
  .top .mainModule .internshipInfo .titType02 {
    z-index: 0;
    background: none;
    border-bottom: solid 10px #dfdfdf;
    position: relative;
  }

  .top .mainModule .internshipInfo .titType02:before {
    content: "";
    width: 83px;
    height: 75px;
    display: block;
    background: url(../img/common/ico_tit01_pc.png) no-repeat;
    position: absolute;
    bottom: -10px;
    left: 12px;
  }

  .top .mainModule .internshipInfo .btnType01 {
    top: 10px;
  }

  .top .mainModule .internshipInfo .btnType01.select {
    z-index: -1;
  }

  .top .mainModule .internshipInfo .bx-wrapper {
    width: 700px;
    position: relative;
    margin: -78px auto 0 auto;
    padding: 0;
    background: none;
  }

  .top .mainModule .internshipInfo .bx-wrapper .bx-viewport {
    width: 720px;
    height: 310px !important;
    padding-left: 10px;
    padding-top: 78px;
    position: relative;
    z-index: 1;
  }

  .top .mainModule .internshipInfo .bx-wrapper .bx-viewport.select:before {
    width: 15px;
  }

  .top .mainModule .internshipInfo .bxslider {
    padding: 22px 24px 32px 24px;
    background: #dfdfdf;
  }

  .top .mainModule .internshipInfo .bxslider:after {
    content: "";
    display: block;
    clear: both;
  }

  .top .mainModule .internshipInfo .bxslider li {
    width: 214px !important;
    margin: 0 0 0 10px;
    position: relative;
  }

  .top .mainModule .internshipInfo .bxslider li figure {
    width: 214px;
    overflow: hidden;
    text-align: center;
  }

  .top .mainModule .internshipInfo .bxslider li figure img {
    /*width: 214px;*/
    max-height: 120px;
    max-widht: 214px;
    width: auto;
    height: auto;
  }

  .top .mainModule .internshipInfo .bxslider li a time {
    font-size: 13px;
  }

  .top .mainModule .internshipInfo .bxslider li a time span {
    padding: 4px 9px;
    font-size: 12px;
  }

  .top .mainModule .internshipInfo .bxslider li .hoverTxt {
    width: 200px;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
    background: #357ecf;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    position: absolute;
    top: -102px;
    left: 7px;
    z-index: 10;
    display: none;
  }

  .top .mainModule .internshipInfo .bxslider li a:hover .hoverTxt,
  .top .mainModule .internshipInfo .bxslider li a:hover {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  .top .mainModule .internshipInfo .bxslider li .hoverTxt:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -20px;
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid #357ecf;
    position: absolute;
    left: 50%;
    bottom: -34px;
  }

  .top .mainModule .internshipInfo .bx-controls-direction a {
    margin: 11px 0 0 0;
  }

  .top .mainModule .internshipInfo .bx-controls-direction .bx-prev {
    left: -10px;
  }

  .top .mainModule .internshipInfo .bx-controls-direction .bx-next {
    right: -10px;
  }

  /*seniorsVoice*/
  .top .mainModule .seniorsVoice .btnType01 {
    top: 26px;
  }

  .top .mainModule .seniorsVoice .titType02 {
    margin-bottom: 14px;
  }

  /*accessRanking*/
  .top .mainModule .contWrap {
    overflow: hidden;
  }

  .top .mainModule .accessRanking {
    width: 347px;
    float: right;
  }

  .top .mainModule .accessRanking .titType02 {
    margin-bottom: 12px;
  }

  .top .mainModule .accessRanking ol {
    margin: 0;
    height: 434px;
    overflow: hidden;
  }

  .top .mainModule .accessRanking ol li a {
    padding: 14.5px 0;
  }

  .top .mainModule .accessRanking ol li figure {
    width: 74px;
    border: solid 2px #fff;
  }

  .top .mainModule .accessRanking ol li figure img {
    width: 70px;
    max-height: 60px;
  }

  .top .mainModule .accessRanking ol li .number {
    width: 50px;
  }

  /*whatsNew*/
  .top .mainModule .whatsNew {
    width: 347px;
    margin-top: 12px;
    float: left;
  }

  .top .mainModule .whatsNew ul {
    margin-top: -7px;
    height: 434px;
    overflow-y: scroll;
  }

  /*wakayamaNews*/
  .top .mainModule .wakayamaNews .btnType01 {
    top: 5px;
  }

  .top .mainModule .wakayamaNews .entryPost {
    margin: -9px 0 0 0;
    padding: 30px;
  }

  /*specialContents*/
  .top .mainModule .specialContents ul {
    margin: 0;
  }

  .top .mainModule .specialContents ul li {
    width: 348px;
    float: left;
  }

  .top .mainModule .specialContents ul li:nth-child(odd) {
    margin: 0 20px 20px 0;
  }

  .top .mainModule .specialContents ul li img {
    width: 100%;
  }
}

/*company
--------------------------------------------*/
/*contact*/
.mainModule .contact {
  margin-bottom: 25px;
  border-bottom: solid 3px #f6b67f;
}

.mainModule .contact table {
  width: 100%;
}

.mainModule .contact table tr {
  display: block;
  width: 100%;
  padding: 20px 0 15px 0;
  border-top: dotted 2px #f6b67f;
}

.mainModule .contact table tr:first-child {
  border: none;
}

.mainModule .contact table tr th {
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 1;
}

.mainModule .contact table td {
  line-height: 24px;
}

.mainModule .contact .titType03 {
  background: url(../img/common/ico_contact01.png) no-repeat left center;
  background-size: 25px;
}

/*map*/
.intern .mainModule .map,
.company .mainModule .map {
  /*	height: 427px;*/
  position: relative;
}

.intern .mainModule .map .titType03,
.company .mainModule .map .titType03 {
  background: url(../img/common/ico_map02.png) no-repeat 7px center;
  background-size: 17px;
}

.intern .mainModule .map .tabType03,
.company .mainModule .map .tabType03 {
  margin: 13px 0 10px 0;
}

.company .mainModule .map .mapWrap {
  width: 100%;
  padding: 15px;
  border: solid 2px #f6b67f;
  /*
	position: absolute;
	top: 103px;
	*/
  left: 0;
  z-index: 0;
  /*display: none;*/
}

.intern .mainModule .map .mapWrap {
  width: 100%;
  padding: 15px;
  border: solid 2px #f6b67f;
  /*
	position: absolute;
	top: 103px;
	*/
  left: 0;
  z-index: 0;
  /*display: none;*/
}

.company .mainModule .map .mapWrap.select {
  display: block;
  z-index: 1;
}

.company .mainModule .map #map01,
.company .mainModule .map #map02 {
  width: 100%;
  height: 250px;
}

/* 170606 */
.mainModule .contact .titType03 {
  border-bottom: 0px;
}

.mainModule .contact table {
  border-bottom: solid 3px #f6b67f;
}

.mainModule .contact table:first-of-type {
  border-top: solid 3px #f6b67f;
}

.mainModule .contact {
  border-bottom: 0px;
}

@media (max-width: 767px) {
  .mainModule .contact table th,
  .mainModule .contact table td {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  /* 170606 */
  .mainModule .contact td {
    width: 800px;
  }

  .mainModule .contact td figure {
    width: 130px;
    height: auto;
    float: right;
  }

  .mainModule .contact td figure img {
    width: 100%;
    height: auto;
  }

  .company .mainModule > h2,
  .intern .mainModule > h2,
  .senior .mainModule > h2 {
    margin: 0 0 28px 0;
    padding: 17px 280px 17px 64px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #ed6d00;
    background: url(../img/company/ico_tit02.png) no-repeat 24px center;
    border-left: solid 6px #ed6d00;
  }

  .company .mainModule .btnType01:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .company .mainModule > .btnType01,
  .intern .mainModule > .btnType01,
  .senior .mainModule > .btnType01 {
    width: 240px;
    height: 40px;
    font-size: 13px;
    color: #444 !important;
    line-height: 40px;
    background: #f3f3f3;
    position: absolute;
    top: 14px;
    right: 0;
  }

  .company .mainModule > .btnType01:after,
  .intern .mainModule > .btnType01:after,
  .senior .mainModule > .btnType01:after {
    margin-top: -8px;
    background: url(../img/common/ico_arrow04_left.png) no-repeat;
    left: 10px;
  }

  .mainModule .contact {
    margin: 0 0 40px 40px;
  }

  .intern .mainModule .titType03,
  .mainModule .titType03 {
    padding: 15px 0 15px 6px;
    background: none !important;
    position: relative;
  }

  .intern .mainModule .titType03:before,
  .mainModule .titType03:before {
    content: "";
    display: block;
    background-size: 100% !important;
    position: absolute;
  }

  .intern .mainModule .contact .titType03:before,
  .mainModule .contact .titType03:before {
    width: 25px;
    height: 24px;
    background: url(../img/common/ico_contact01.png) no-repeat;
    top: 12px;
    left: -34px;
  }

  .mainModule .contact table tr {
    padding: 10px 0;
    position: relative;
  }

  .mainModule .contact table tr th,
  .mainModule .contact table tr td {
    vertical-align: top;
    line-height: 24px;
  }

  .mainModule .contact table tr th {
    width: 166px;
  }

  .intern .mainModule .map,
  .company .mainModule .map {
    margin: 0 0 0px 37px;
  }

  .intern .mainModule .map .titType03:before,
  .mainModule .map .titType03:before {
    width: 20px;
    height: 28px;
    background: url(../img/common/ico_map02.png) no-repeat;
    top: 10px;
    left: -26px;
  }

  .company .mainModule .map .mapWrap {
    height: 310px;
    padding: 22px;
    border: solid 3px #f6b67f;
    top: 106px;
  }
}

/*internshipInfo
--------------------------------------------*/
.internshipInfo .intershipListModule {
  margin: 20px 0 40px 0;
}

.internshipInfo .intershipListModule .cpname {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  width: 100%;
  display: block;
  padding-top: 15px;
  text-decoration: underline;
}

/*intern
--------------------------------------------*/
.intern .btnType01 {
  margin-top: 15px;
  height: 44px;
  line-height: 44px;
}

.intern .likeBtn01 {
  margin-top: 6px;
}

.intern .detailModule02 h3 {
  margin: 0 -15px 25px -15px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #ed6d00;
}

.intern .intershipDetail .txt {
  margin-bottom: 30px;
  line-height: 24px;
}

.intern .intershipDetail .entryWrap {
  display: block;
}

.intern .intershipDetail .entryWrap .loginForm {
  padding: 0 15px;
  background: #ed6d00;
}

.intern .intershipDetail .entryWrap .loginForm h5 {
  padding: 12px 0;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}

.intern .intershipDetail .entryWrap .loginForm ul li {
  margin-bottom: 10px;
}

.intern .intershipDetail .entryWrap .loginForm input {
  width: 100%;
  /*
	height: 40px;
	line-height: 40px;
	*/
  padding: 10px;
  font-size: 16px;
  border: none;
}

.intern .intershipDetail .entryWrap .loginForm .pw {
  display: block;
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.intern .intershipDetail .entryWrap .loginForm .pw:before {
  content: "";
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/ico01.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
  left: -5px;
}

.intern .intershipDetail .entryWrap .btnType01 {
  height: 48px;
  line-height: 48px;
}

.intern .intershipDetail .entryWrap .btnType01 {
  margin: 15px 0 25px 0;
  background: #357ecf;
}

.intern .intershipDetail .entryWrap .btnType01.grey {
  margin: 15px 0 25px 0;
  background: #dfdfdf;
  color: #111 !important;
}

.intern .intershipDetail .entryWrap .member p {
  line-height: 20px;
}

.intern .intershipDetail .entryWrap .member .btnType01 {
  background: #ed6d00;
}

@media screen and (min-width: 768px), print {
  .intern .intershipDetail .bx-wrapper {
    margin-top: 0;
  }

  .intern .intershipDetail .entryWrap .loginForm {
    width: 640px;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .intern .intershipDetail .entryWrap .loginForm h5 {
    padding: 20px 0;
  }

  .intern .intershipDetail .entryWrap .loginForm ul {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
  }

  .intern .intershipDetail .entryWrap .loginForm ul li {
    width: 240px;
    float: left;
  }

  .intern .intershipDetail .entryWrap .loginForm ul li:nth-child(2) {
    float: right;
  }

  .intern .intershipDetail .entryWrap .btnType01 {
    width: 330px;
    margin: 0 auto !important;
  }

  .intern .intershipDetail .entryWrap .btnType01:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .intern .intershipDetail .entryWrap .btnType01:after {
    left: auto;
    right: 7px;
  }

  .intern .intershipDetail .entryWrap .member {
    width: 600px;
    margin: 0 auto !important;
  }

  .intern .intershipDetail .entryWrap .member p {
    margin: 50px 0 30px 0;
  }

  .intern .intershipDetail .entryWrap .member .btnType01 {
    width: 260px;
  }

  .intern .intershipDetail .entryWrap .member .btnType01:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background: #e13a00;
  }
}

/*majority
--------------------------------------------*/
.majority .titWrap {
  width: 100%;
  margin-top: 30px;
  color: #fff;
  background: #7189b7;
}

.majority .titWrap .num {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  font-size: 13px;
  text-align: center;
  background: #4e6083;
}

.majority .titWrap .titInner {
  display: table-cell;
}

.majority .titWrap h2 {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 0px 10px;
  font-size: 18px;
  line-height: 24px;
}

.majority .titWrap span.date {
  display: block;
  padding: 10px 0 20px 10px;
  font-size: 13px;
}

/*commentWrite*/
.majority .commentWrite {
  margin: 30px 0 40px 0;
}

.majority .commentWrite h2 {
  margin: 0 -15px;
  padding: 18px 18px 18px 60px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(../img/majority/ico_majority01.png) no-repeat 15px center
    #4e6083;
  background-size: 33px;
}

.majority .commentWrite {
  padding: 0 15px 15px 15px;
  background: #f8f6fc;
}

.majority .commentWrite ul li {
  padding-top: 20px;
}

.majority .commentWrite ul li p {
  font-weight: bold;
}

.majority .commentWrite ul li input,
.majority .commentWrite ul li textarea {
  width: 100%;
  border: solid 1px #e0e0e0;
}

.majority .commentWrite ul li input {
  height: 34px;
}

.majority .commentWrite ul li textarea {
  height: 125px;
}

.majority .commentWrite .privacyCheck p {
  margin: 5px 0;
  font-weight: bold;
  line-height: 18px;
}

.majority .commentWrite .privacyCheck label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.majority .commentWrite .privacyCheck label input {
  display: inline-block;
  margin-right: 8px;
}

.majority .commentWrite .submit.btnType01 {
  margin-top: 20px;
  background: #4e6083;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.majority .commentWrite .submit.btnType01:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.majority .commentWrite .submit.btnType01 input {
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.majority .comment {
  padding: 0 15px;
  background: #f8f6fc;
}

.majority .comment h2 {
  padding: 25px 0 20px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #4e6083;
  position: relative;
}

.majority .comment h2:before {
  content: "";
  width: 47px;
  height: 43px;
  display: block;
  background: url(../img/majority/ico_majority02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}

.majority .comment ul li {
  padding: 15px 0;
  border-bottom: solid 1px #4e6083;
}

.majority .comment ul li:last-child {
  border: none;
}

.majority .comment .answer span {
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #4e6083;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

.majority .comment .answer p {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.majority .comment h3 {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.majority .comment .contributor {
  overflow: hidden;
}

.majority .comment .contributor time,
.majority .comment .contributor .name {
  float: left;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .majority .titWrap {
    margin-top: -12px;
  }

  .majority .titWrap .num {
    width: 90px;
    font-size: 18px;
  }

  .majority .titWrap h2 {
    width: 450px;
    padding: 14px 20px 14px 20px;
  }

  .majority .titWrap .date {
    display: table-cell !important;
    width: 180px;
    margin: -14px 0;
    padding: 14px 0px 14px 14px !important;
    line-height: 25px;
    border-left: solid 2px #fff;
    vertical-align: middle;
  }

  .majority .commentWrite {
    padding: 0;
  }

  .majority .commentWrite h2 {
    width: 156px;
    margin: 0;
    padding: 30px 20px;
    display: table-cell;
    vertical-align: top;
    background: url(../img/majority/ico_majority01.png) no-repeat 20px 60px
      #4e6083;
    background-size: 33px;
  }

  .majority .commentWrite form {
    width: 564px;
    padding: 10px 25px 20px 25px;
    display: table-cell;
  }

  .majority .commentWrite ul li {
    padding: 15px 0 0 0;
    overflow: hidden;
  }

  .majority .commentWrite ul li p {
    width: 100px;
    padding: 2px 16px 0 0;
    float: left;
    text-align: right;
  }

  .majority .commentWrite ul li:nth-child(2) p {
    padding-top: 15px;
  }

  .majority .commentWrite ul li input {
    width: 170px;
    float: left;
  }

  .majority .commentWrite ul li textarea {
    width: 390px;
    max-width: 390px;
    float: left;
  }

  .majority .commentWrite .privacyCheck {
    margin: 20px 0 10px 100px;
  }

  .majority .commentWrite .privacyCheck label {
    padding-right: 20px;
    display: inline-block;
  }

  .majority .commentWrite .submit {
    width: 188px;
    height: 32px;
    margin-left: 100px !important;
    line-height: 32px;
    text-indent: -4px;
  }

  .majority .commentWrite .submit:after {
    left: auto;
    right: 6px;
  }

  .majority .comment {
    padding: 0 40px 10px 40px;
  }

  .majority .comment ul li {
    padding: 20px 0;
  }

  .majority .comment h2 {
    padding: 26px 0 10px 0;
  }

  .majority .comment h2:before {
    top: -10px;
    left: 76px;
  }

  .majority .comment h3 {
    padding: 14px 0;
  }
}

/*senior
--------------------------------------------*/
.senior .detailModule01 .btnType01 {
  margin-top: 20px;
  height: 44px;
  line-height: 44px;
}

.senior .detailModule01 .likeBtn01 {
  margin-top: 10px;
}

.senior .seniorDetail h3 {
  margin: 0 -15px;
  height: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: #ed6d00;
}

.senior .seniorDetail h4 {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.02em;
}

.senior .seniorDetail .seniorInfo {
  padding: 0px;
  background: #f3f3f3;
}

.senior .seniorDetail .seniorInfo .spWrap {
  /*   margin-top: 10px;*/
  overflow: hidden;
}

.senior .seniorDetail .seniorInfo .spWrap figure {
  width: 100%;
}

.senior .seniorDetail .seniorInfo .spWrap .info {
  width: 100%;
}

.senior .seniorDetail .seniorInfo .spWrap .info .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.senior .seniorDetail .seniorInfo .spWrap .info .txt {
  font-size: 13px;
}

.senior .seniorDetail .seniorInfo dl {
  margin: 15px 0;
  overflow: hidden;
}

.senior .seniorDetail .seniorInfo dl dt,
.senior .seniorDetail .seniorInfo dl dd {
  float: left;
  line-height: 24px;
}

.senior .seniorDetail .seniorInfo dl dt {
  width: 25%;
  font-weight: bold;
}

.senior .seniorDetail .seniorInfo dl dd {
  width: 70%;
}

.senior .seniorBtn {
  text-align: center;
  background: #ed6d00;
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  height: 42px;
  line-height: 42px;
  font-size: 17px;
  margin: 0 auto 30px;
}

.senior .seniorBtn:after {
  content: "";
  display: block;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 26px;
  margin: -13px 0 0 -100px;
  background: url(../img/senior/ico_senior02.png) no-repeat;
  right: auto;
  left: 50%;
}

.senior .seniorBtn.settled {
  background: #fff !important;
  color: #ed6d00 !important;
  font-size: 12px;
  text-indent: 15px;
  border: 1px #ed6d00 solid !important;
}

.senior .seniorBtn.settled:after {
  background: url(../img/senior/ico_senior02_on.png) no-repeat;
}

.senior .seniorDetail .questList {
  margin-top: 20px;
}

.senior .seniorDetail .questList li {
  margin-bottom: 25px;
}

.senior .seniorDetail .questList li h5 {
  margin-bottom: 15px;
  padding: 5px 0 0 48px;
  font-size: 18px;
  font-weight: bold;
  color: #ed6d00;
  line-height: 2;
  background: url(../img/senior/ico_senior01.png) no-repeat 10px 8px #f1f1f1;
  background-size: 28px;
  border-bottom: solid 4px #ed6d00;
}

.senior .seniorDetail .questList li p {
  font-size: 14px;
  line-height: 1.8;
}

.senior .seniorDetail .pageType03 .pageType02 a {
  background: #357ecf;
}

.senior .seniorDetail .pageType03 > .btnType01 {
  margin-top: 10px;
  padding: 0;
  background: #4e6083;
}

.senior .seniorDetail .pageType03 > .btnType01:after {
  display: none;
}

@media (max-width: 767px) {
  .senior .seniorDetail .seniorInfo {
    padding: 15px;
  }

  .senior .seniorDetail .seniorInfo .spWrap figure,
  .senior .seniorDetail .seniorInfo .spWrap .info {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }

  .senior .seniorDetail .seniorInfo .spWrap figure {
    margin: 0 0 15px;
  }

  .senior .seniorDetail .seniorInfo dl {
    margin: 15px 0;
  }
}

@media screen and (min-width: 768px), print {
  .senior .detailModule01 .pcWrap h3 {
    padding: 0 30px !important;
  }

  .senior .seniorDetail {
    padding: 40px 50px 40px 60px;
  }

  .senior .seniorDetail h4 {
    padding: 0 0 20px 0;
    font-size: 25px;
  }

  .senior .seniorInfo {
    display: block;
  }

  /*
	.senior .seniorDetail .seniorInfo{
		padding: 15px 30px 45px 30px;
		position: relative;
		display: block !important;
		overflow: hidden;
	}
	.senior .seniorDetail .seniorInfo figure{
		height: 154px;
		overflow: hidden;
		position: absolute;
		top: 20px;
		left: 30px;
	}
	.senior .seniorDetail .seniorInfo figure,
	.senior .seniorDetail .seniorInfo figure img{
		width: 228px !important;
	}
    */
  .senior .seniorDetail .seniorInfo {
    margin: 0 0 30px;
  }

  .senior .seniorDetail .seniorInfo .info,
  .senior .seniorDetail .seniorInfo dl {
    margin-left: 255px;
  }

  .senior .seniorDetail .seniorInfo .spWrap {
    margin: 0;
  }

  .senior .seniorDetail .seniorInfo .spWrap .info {
    width: auto;
    padding: 25px 0 15px 0;
    /*		border-bottom: solid 1px #b4b4b4;*/
  }

  .senior .seniorDetail .seniorInfo .spWrap .info .name {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .senior .seniorDetail .seniorInfo .commentModule {
    width: 310px;
    position: absolute;
    top: 47px;
    right: 30px;
  }

  .senior .seniorDetail .seniorInfo dl dt {
    width: 65px;
  }

  /*
	.senior .seniorDetail .seniorInfo dl dd{
		width: 500px;
	}
    */
  .senior .seniorDetail .seniorBtn {
    width: 228px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ed6d00;
  }

  .senior .seniorDetail .questList li {
    margin-bottom: 30px;
  }

  .senior .seniorDetail .pageType03 {
    display: block !important;
    width: 610px;
    margin: 70px auto 0 auto;
  }

  .senior .seniorDetail .pageType03 {
    position: relative;
  }

  .senior .seniorDetail .pageType03 .pageType02 a {
    width: 150px;
    height: 48px;
    line-height: 48px;
  }

  .senior .seniorDetail .pageType03 > .btnType01 {
    width: 260px;
    height: 48px;
    margin-left: -130px !important;
    line-height: 48px;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 50%;
  }

  .senior .seniorDetail .pageType03 .btnType01:hover,
  .senior .seniorDetail .pageType03 .pageType02 a:hover {
    filter: alpha(opacity=70) !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
  }

  .senior .seniorDetail .pageType03 .pageType02 a:hover {
    background: #357ecf !important;
  }
}

/*-------------------------------------------
追加 
-------------------------------------------*/
.buttonList.type2 {
  text-align: center;
}

.buttonList.type2 a.button {
  float: none !important;
}

.border10 {
  border: solid 10px #dfdfdf;
  background-color: #f2f2f2;
}

.terms {
  padding: 15px;
}

.terms ol li {
  margin-left: 15px;
  padding-top: 8px;
  list-style: decimal;
}

.terms ul li {
  margin-left: 15px;
  padding-left: 12px;
  background: url(../img/common/ico_square01.gif) no-repeat left 8px;
}

.privacyBox h3 {
  min-height: 18px;
  margin-top: 30px;
  padding: 0 0 10px 30px;
  background: url(../img/common/ico_privacy02.gif) no-repeat top 9px left 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ed6d00;
}

.terms.break dl dt {
  border-top: solid 2px #dfdfdf;
  padding-top: 15px;
}

.terms.break dl dd {
  line-height: 1.8;
  padding-bottom: 10px;
}

.terms dt {
  font-weight: bold;
}

.infomationBox {
  margin-bottom: 10px;
  padding: 15px 20px;
  background-color: #fff;
  border: 3px solid #ccc;
}

p.news_date {
  font-weight: bold;
  color: #ed6d00;
  text-indent: 20px;
  line-height: 15px;
  background: url(/2027/asset/img/information/icon_circle_orange.png) no-repeat
    left center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.news_text {
  line-height: 20px;
}

.newsCnt {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .privacy .mainModule {
    margin-top: 15px;
  }

  .newsCnt {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .terms {
    padding: 20px 30px;
  }

  .sideModule .bnrList li img {
    width: 100%;
    display: block;
  }
}

#login_res,
#login_res_nav {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  background: #ffe3e5;
  color: #e35336;
}

#login_res {
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
}

.eventInfo .intershipListModule {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .listTable tbody td a {
    display: block;
    width: 100%;
  }
}

.detailModule02 .companyDetail .notice .txtWrap time {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ed6d00;
  line-height: 24px;
  padding-bottom: 15px;
}

/*titType
--------------------------------------------*/
/*use*/
.use .titType01 .inner {
  background: url(../img/use/ico_tit01.png) no-repeat 15px 41px;
  background-size: 34px !important;
}

/*titType01*/
@media screen and (min-width: 768px), print {
  .titType01 h1 span:after {
    width: 300px;
    margin-left: -150px;
  }

  /*use*/
  .use .titType01 .inner {
    background: url(../img/use/ico_tit01.png) no-repeat 20px 13px;
    background-size: 62px !important;
  }
}

/*titType
--------------------------------------------*/
/*special*/
.special .titType01 .inner {
  background: url(../img/special/ico_special02.png) no-repeat 20px 41px;
  background-size: 35px !important;
}

/*titType01*/
@media screen and (min-width: 768px), print {
  .titType01 h1 span:after {
    width: 300px;
    margin-left: -150px;
  }

  .special .titType01 .inner {
    background: url(../img/special/ico_special02.png) no-repeat 15px 20px;
    background-size: 55px !important;
  }
}

/*titType
--------------------------------------------*/
/*use*/
.movie .titType01 .inner {
  background: url(../img/movie/ico_tit01_sp.png) no-repeat 23px 47px;
  background-size: 38px !important;
}

/*titType01*/
@media screen and (min-width: 768px), print {
  .movie .titType01 .inner {
    background: url(../img/movie/ico_tit01.png) no-repeat 15px 20px;
    background-size: 60px !important;
  }
}

/*titType
--------------------------------------------*/
/*talk*/
.talk .titType01 .inner {
  background: url(../img/common/ico_talk_01_sp@2x.png) no-repeat 23px 47px;
  background-size: 42px !important;
}

/*titType01*/
@media screen and (min-width: 768px), print {
  .talk .titType01 .inner {
    background: url(../img/common/ico_talk_01_pc@2x.png) no-repeat 15px 25px;
    background-size: 58px 54px !important;
  }
}

/*gNavi
--------------------------------------------*/
/*
.gNav li:nth-child(6) a{background: url(../img/common/ico_gNav06_pc.png) no-repeat 2px center}

.gNav li:nth-child(5) a{background: url(../img/common/ico_gNav06_pc.png) no-repeat 2px center}
*/
/*use
--------------------------------------------*/
.use .mainModule {
  margin-top: 25px;
}

.use .mainModule > h2 {
  height: 127px;
  padding: 30px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: url(../img/use/bg_use01.gif) repeat-x;
  background-size: auto 127px;
  position: relative;
}

.use .mainModule > h2 .style01 {
  font-size: 24px;
}

.use .mainModule > h2 .style02 {
  display: inline-block;
  padding-top: 25px;
  font-size: 17px;
}

.use .firstTxt {
  padding: 25px 0 35px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.use .firstTxt span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
}

.use .firstDetail h3 {
  height: 42px;
  color: #fff;
  margin-top: -5px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  background: #fb7b0f;
  position: relative;
}

.use .firstDetail h3:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -17px;
  display: block;
  border: 18px solid transparent;
  border-bottom: 18px solid #fb7b0f;
  position: absolute;
  left: 50%;
  top: -34px;
}

.use .firstDetail p {
  padding: 20px;
  line-height: 24px;
  letter-spacing: -0.06em;
  background: #f2f2f2;
}

.use .useFlow {
  margin: 40px 0 0 0;
}

.use .useFlow h3 {
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.use .useFlow h3 > .step {
  font-family: "Lato", sans-serif;
}

.use .useFlow ul li {
  margin-bottom: 20px;
}

.use .useFlow ul li h4 {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #111;
}

.use .useFlow ul li p {
  margin-top: 15px;
  line-height: 24px;
  letter-spacing: -0.06em;
}

@media (max-width: 767px) {
  .use .mainModule > h2:after {
    content: "";
    width: 264px;
    height: 59px;
    margin-left: -134px;
    display: block;
    background: url(../img/use/img_use01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
  }

  .use .firstTxt {
    background: url(../img/use/img_use02.png) no-repeat center bottom;
    background-size: 260px;
  }

  .use .useFlow .titWrap {
    margin: 25px 0 10px 0;
    position: relative;
  }

  .use .useFlow h3 {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 52%;
    line-height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .use .useFlow h3 > .step {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1;
  }

  .use .useFlow h3 .size01 {
    font-size: 30px;
  }

  .use .useFlow ul li h4 {
    padding: 15px 0 15px 30px;
    text-align: center;
    line-height: 1;
    position: relative;
  }

  .use .useFlow ul li h4:before {
    content: "";
    display: block;
    background-size: 100% !important;
    position: absolute;
    left: 50%;
  }

  .use .useFlow ul li h4.ico01:before {
    width: 26px;
    height: 27px;
    margin-left: -66px;
    background: url(../img/use/ico_use01.png) no-repeat;
    top: 8px;
  }

  .use .useFlow ul li h4.ico02:before {
    width: 28px;
    height: 26px;
    margin-left: -140px;
    background: url(../img/use/ico_use02.png) no-repeat;
    top: 9px;
  }

  .use .useFlow ul li h4.ico03:before {
    width: 32px;
    height: 26px;
    margin-left: -110px;
    background: url(../img/use/ico_use03.png) no-repeat;
    top: 9px;
  }

  .use .useFlow ul li h4.ico04:before {
    width: 27px;
    height: 24px;
    margin-left: -120px;
    background: url(../img/use/ico_use04.png) no-repeat;
    top: 11px;
  }

  .use .useFlow ul li h4.ico05:before {
    width: 26px;
    height: 28px;
    margin-left: -92px;
    background: url(../img/use/ico_use05.png) no-repeat;
    top: 9px;
  }

  .use .useFlow ul li h4.ico06:before {
    width: 22px;
    height: 26px;
    margin-left: -96px;
    background: url(../img/use/ico_use06.png) no-repeat;
    top: 9px;
  }
}

@media screen and (min-width: 768px), print {
  .use .mainModule {
    margin-top: 0px;
  }

  .use .mainModule > h2 {
    height: 170px;
    padding: 30px;
    font-size: 24px;
    background: url(../img/use/img_use01_pc.png) no-repeat;
  }

  .use .mainModule > h2 .style01 {
    font-size: 34px;
  }

  .use .mainModule > h2 .style02 {
    font-size: 18px;
  }

  .use .firstTxt {
    padding: 7px 0 35px 0;
    font-size: 18px;
  }

  .use .firstTxt span {
    margin-top: 2px;
    font-size: 16px;
  }

  .use .firstDetail h3 {
    height: 46px;
    margin: 0;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0.1em;
  }

  .use .firstDetail p {
    padding: 20px;
  }

  .use .useFlow ul li {
    margin-bottom: 35px;
  }

  .use .useFlow h3 {
    margin: 20px 0 25px 0;
    font-size: 16px;
    line-height: 1;
  }

  .use .useFlow h3 > .step {
    padding-right: 10px;
    font-size: 25px;
  }

  .use .useFlow h3 .size01 {
    font-size: 38px;
  }

  .use .useFlow h3 > .position {
    position: relative;
    top: -3px;
  }

  .use .useFlow .step1 h3 {
    width: 720px;
    height: 108px;
    padding: 43px 0 0 30px;
    background: url(../img/use/bg_use_step01_pc.png) no-repeat;
  }

  .use .useFlow .step2 h3 {
    width: 720px;
    height: 99px;
    padding: 29px 0 0 30px;
    background: url(../img/use/bg_use_step02_pc.png) no-repeat;
  }

  .use .useFlow .step3 h3 {
    width: 720px;
    height: 133px;
    padding: 56px 0 0 30px;
    margin: 20px 0 0 0;
    background: url(../img/use/bg_use_step03_pc.png) no-repeat;
  }

  .use .useFlow ul li h4 {
    width: 180px;
    padding: 15px 0 15px 57px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: bottom;
  }

  .use .useFlow ul li h4.ico01 {
    font-size: 15px;
    padding: 15px 0 24px 57px;
    background: url(../img/use/ico_use01.png) no-repeat 17px 4px;
    background-size: 30px;
  }

  .use .useFlow ul li h4.ico02 {
    background: url(../img/use/ico_use02.png) no-repeat 11px 17px;
    background-size: 32px;
  }

  .use .useFlow ul li h4.ico03 {
    background: url(../img/use/ico_use03.png) no-repeat 8px 17px;
    background-size: 37px;
  }

  .use .useFlow ul li h4.ico04 {
    background: url(../img/use/ico_use04.png) no-repeat 12px 20px;
    background-size: 31px;
  }

  .use .useFlow ul li h4.ico05 {
    background: url(../img/use/ico_use05.png) no-repeat 14px 17px;
    background-size: 31px;
  }

  .use .useFlow ul li h4.ico06 {
    background: url(../img/use/ico_use06.png) no-repeat 16px 18px;
    background-size: 27px;
  }

  .use .useFlow .step2 ul li h4.ico03 {
    padding: 15px 0 28px 57px;
  }

  .use .useFlow .step3 ul li h4.ico05 {
    padding: 15px 0 5px 57px;
  }

  .use .useFlow ul li p {
    width: 534px;
    margin: 0;
    padding-left: 20px;
    display: inline-block;
    vertical-align: bottom;
  }
}

@media (max-width: 350px) {
  .titType01 h1 span {
    font-size: 24px;
  }
}

.noslider li {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .noslider {
    margin-bottom: 20px;
  }

  .noslider li img {
    aspect-ratio: 790/320;
    max-width: 880px;
    height: auto;
  }
}

.useFlow .step1Btn {
  width: 100%;
  text-align: center;
}

.useFlow .step1Btn a {
  width: 240px;
  display: block;
  margin: 0px auto 10px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  background: url(/2027/asset/img/common/ico_arrow01_right.png) no-repeat 220px
    center #ed6d00;
  background-size: 7px !important;
}

/* メッセージ関連追加（170718）*/

@media (max-width: 768px) {
  .messageActionModule {
    margin-bottom: 25px;
  }
}

@media (min-width: 767px) {
  .messageActionModule {
    margin-bottom: 20px;
  }
}

.listTableModule {
  width: 100%;
}

.listTableHeader {
  background-color: #4e6083;
  color: #fff;
}

.listTableModule > ul {
  border-top: solid 1px #b4b4b4;
}

.listTableModule > ul:last-of-type {
  border-bottom: solid 1px #b4b4b4;
}

@media (max-width: 767px) {
  .listTableHeader {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .listTableModule {
    display: table;
    border-collapse: collapse;
  }

  .listTableModule > ul {
    display: table-row;
    height: 51px;
    border-bottom: solid 1px #b4b4b4;
  }

  .listTableModule > ul > li {
    display: table-cell;
    padding: 0 12px;
    vertical-align: middle;
  }

  .listTableModule > ul > li + li {
    border-left: solid 1px #b4b4b4;
  }

  ul.listTableHeader {
    height: 52px;
    border: none;
    font-weight: bold;
  }

  ul.listTableHeader li + li {
    border-color: #fff;
  }

  .listTableHeader + ul {
    border-top: none;
    height: 50px;
  }

  .listTableHeader li {
    vertical-align: middle;
  }

  .listTableModule .selectCell {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .listTableModule {
    margin-top: 25px;
  }

  .listTableModule > ul {
    position: relative;
    padding: 4px 0 4px 40px;
  }

  .listTableModule > ul li {
    line-height: 2.4;
  }

  .listTableModule .selectCell input[type="checkbox"] {
    margin: auto;
    position: absolute;
    top: 0;
    left: 13px;
    bottom: 0;
  }
}

a.deleteButton {
  display: inline-block;
  text-align: center;
  background-color: #929292;
  color: #fff;
  height: auto;
  min-height: 30px;
  line-height: 1.5;
  padding-left: 25px;
  font-size: 12px;
  text-decoration: none;
}

.deleteButton span {
  display: inline-block;
  margin: 6px;
  text-align: left;
}

.deleteButton span:before {
  content: "";
  height: 100%;
  min-height: 30px;
  width: 30px;
  background: url(../img/message/ico_ban01.png) no-repeat;
  background-size: 15px;
  background-position: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
}

@media screen and (min-width: 767px), print {
  .deleteButton span {
    position: relative;
  }

  .messageActionModule .deleteButton {
    margin-left: 5px;
  }

  .listTableModule .shrink {
    width: 1px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  a.deleteButton {
    width: 100%;
    position: relative;
    min-height: 40px;
    text-align: center;
  }

  .deleteButton span {
    margin: 11px;
  }

  .deleteButton span:before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .messageActionModule .deleteButton {
    margin-top: 10px;
  }
}

.f12 a {
  font-size: 12px;
}

.messageListModule .unread {
  background-color: #fff3e1;
}

.messageListModule .unread td {
  font-weight: bold !important;
}

.messageDetail td {
  padding: 10px;
  white-space: normal;
}

.senderCell {
  padding-left: 35px;
}

.senderCell:before {
  content: "";
  height: 19px;
  width: 17px;
  background: url(/2027/asset/img/message/ico_message02.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.unread .senderCell:before {
  height: 13px;
  background-image: url(/2027/asset/img/message/ico_message01.png);
}

@media screen and (max-width: 767px) {
  .message .pagination li:nth-child(2) {
    margin-left: 5px;
  }

  .messageDetail a {
    text-decoration: none !important;
  }

  .messageDetail td {
    padding: 0;
  }

  .messageDetail td:nth-child(2).shrink {
    padding-top: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .messageDetail th:nth-of-type(4) {
    width: 170px;
  }

  .messageDetail tr td:nth-of-type(2) {
    padding: 10px 0;
  }

  .messageDetail .senderCell {
    padding-left: 35px !important;
  }
}

.ogobBtn {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  line-height: 48px;
  color: #fff;
  border: none;
  background: #0e53a0;
  font-size: 16px;
  text-align: center;
  text-indent: 40px;
}

.ogobBtn span {
  color: #fff;
}

.ogobBtn span {
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 50px;
  background-image: url(../img/senior/ico_senior03.png);
  background-repeat: no-repeat;
  background-size: 59px 39px;
  background-position: 0px bottom;
}

@media screen and (min-width: 768px), print {
  .ogobBtn {
    margin: 0px auto 20px;
    height: 48px;
    text-indent: 60px;
  }

  .ogobBtn span {
    position: relative;
    top: -4px;
    left: -10px;
    height: 54px;
    line-height: 54px;
    background-image: url(../img/senior/ico_senior03_pc.png);
    background-repeat: no-repeat;
    background-size: 75px 52px;
    background-position: 0px 0;
  }
}

/*170810*/
.detailModule02 .voiceDetail .seniorBtn {
  display: block;
  position: relative;
  float: right;
  clear: both;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-indent: 0;
  text-align: center;
  background: #ed6d00;
  color: #fff;
  font-weight: bold;
}

.detailModule02 .voiceDetail .seniorBtn.settled {
  background: #fff;
  color: #ed6d00 !important;
  font-size: 13px;
  text-indent: 10px;
  border: 1px #ed6d00 solid !important;
}

.detailModule02 .voiceDetail .seniorBtn:after {
  content: "";
  display: block;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 18px;
  margin: -9px 0 0 -75px;
  background: url(/2027/asset/img/senior/ico_senior02.png) no-repeat;
  right: auto;
  left: 50%;
}

.detailModule02 .voiceDetail .seniorBtn.settled:after {
  background: url(/2027/asset/img/senior/ico_senior02_on.png) no-repeat;
}

@media (max-width: 767px) {
  .detailModule02 .voiceDetail .seniorBtn {
    margin-top: 10px;
    text-indent: 10px;
    height: 48px;
    line-height: 48px;
  }

  .detailModule02 .voiceDetail .seniorBtn.settled {
    text-indent: 20px;
  }

  .detailModule02 .voiceDetail .seniorBtn:after {
    margin: -9px 0 0 -100px;
  }

  .detailModule02 .voiceDetail > ul > li {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px), print {
  .detailModule02 .voiceDetail .seniorBtn {
    bottom: 75px;
    width: 160px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    background: #ed6d00;
  }

  .detailModule02 .voiceDetail .seniorBtn.settled {
    font-size: 11px;
  }

  .detailModule02 .voiceDetail > ul > li {
    /*	min-height : 260px;*/
  }

  .detailModule02 .voiceDetail .txtList > ul {
    width: 300px;
  }

  .detailModule02 ul li .btnType01 {
    position: relative;
    float: right;
    bottom: 83px !important;
    right: 0;
  }
}

/*170914*/
.memberContents ul {
  float: left;
  width: 100%;
}

.memberContents li {
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  float: left;
}

.memberContents li a,
.memberContents li p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.memberContents .titType02 span {
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .memberContents {
    position: relative;
    padding: 30px 15px 0;
    margin: 0 15px 30px;
    background: #fb7b0f;
    color: #fff;
    overflow: hidden;
  }

  .memberContents .titType02.ico10 {
    padding: 0 0 36px 96px;
    background: url(../img/common/ico_tit10.png) no-repeat 15px 13px;
    background-size: 61px 83px;
  }

  .mainBnr .memberBn {
    margin-bottom: 20px;
  }

  .memberContents li p {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .memberContents {
    width: 1000px;
    position: relative;
    padding: 30px 30px 10px;
    margin: 0 auto 35px;
    background: #fb7b0f;
    color: #fff;
    overflow: hidden;
  }

  .memberContents .titType02.ico10 {
    width: 410px;
    position: relative;
    left: 50%;
    text-align: center;
    margin-left: -230px;
    padding: 0 0 33px 90px;
    background: url(../img/common/ico_tit10_pc.png) no-repeat 0px 0px;
    background-size: 70px 95px;
  }

  .memberContents .titType02 h2 {
    text-align: center;
  }

  .memberContents .titType02 span {
    letter-spacing: 2px;
    padding-top: 20px;
  }

  .memberContents li img {
    width: 100%;
  }

  .memberContents li p {
    display: block;
    margin-top: 5px;
  }

  .mainBnr .memberBn {
    margin-bottom: 30px;
  }
}

/* 180206 */
#footnote {
  border: solid 6px #ed6d00;
  padding: 20px;
  width: 100%;
  margin: 20px 0 30px;
  display: block;
}

.tabType01 .tabDetail.tabDetail02 .selectWrap .select {
  width: 47%;
  margin-right: 3%;
}

@media (max-width: 767px), print {
  .tabType01 .tabDetail.tabDetail02 .selectWrap .select.w100 {
    width: 47% !important;
    /* プレオープン
        width: 47% !important;
        */
    /* グランドオープン
        width: 97% !important;
        */
  }
}

@media screen and (min-width: 768px), print {
  .tabType01 .tabDetail.tabDetail02 .selectWrap .select.w100 {
    width: 47% !important;
    /* プレオープン
        width: 47% !important;
        */
    /* グランドオープン
        width: 528px !important;
        */
  }
}

.allentryModule01 {
}

.allentryModule01 .corpList {
  border: solid 8px #ed6d00;
  padding: 20px;
  position: relative;
}

.allentryModule01 .corpList:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ed6d00;
  bottom: -13px;
  right: 50%;
  margin: 0 0 0 -5px;
  transform: rotate(-45deg);
}

.allentryModule01 .corpList li {
  font-weight: bold;
}

.allentryModule01 .entit {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 40px 0 10px;
}

.allentryModule01 .entxt {
  font-weight: bold;
  text-align: center;
  display: block;
  color: #ed6d00;
  padding: 15px;
  border: solid 4px #ed6d00;
}

@media (max-width: 767px) {
  .allentryModule01 .corpList {
    margin: 30px 0 0 0;
  }

  .allentryModule01 .entit {
    font-size: 18px;
    margin: 30px 0 10px;
  }

  .allentryModule01 .entxt {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px), print {
  .allentryModule01 {
    margin: 20px 0;
    padding: 40px 0 0 0;
  }

  .allentryModule01 .corpList {
    width: 800px;
    margin: 0 auto;
  }

  .allentryModule01 .entxt {
    width: 500px;
    font-size: 14px;
    margin: 0 auto 40px;
    padding: 5px 15px;
  }
}

.detailModule01 .entry_btn {
  color: #fff !important;
  background-color: #357ecf;
  text-align: center;
  display: block;
  padding: 15px 0 15px 0px;
}

.detailModule01 .pcWrap .likeBtn01 {
  position: relative;
  bottom: auto;
  right: 0;
  clear: both;
}

.entryBtnBox .arrow02,
.entryBtnBox2 .arrow02 {
  position: relative;
}

.entryBtnBox .arrow02:after,
.entryBtnBox2 .arrow02:after {
  content: "";
  width: 7px;
  height: 16px;
  margin-top: -8px;
  display: block;
  background: url(/2027/asset/img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 10px;
}

.entryBtnBox2 {
  margin: 0px auto;
  padding: 10px 0 0;
}

.entryBtnBox2 .entry_btn {
  width: 100%;
  color: #fff !important;
  background-color: #357ecf;
  text-align: center;
  display: block;
  padding: 15px 0 15px 0px;
}

.entryBtnBox .entry_btn.grey,
.entryBtnBox2 .entry_btn.grey {
  background: #dfdfdf;
  color: #111 !important;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .detailModule01 .pcWrap .entryBtnBox {
    margin: 10px 0 0 0;
    width: 100%;
    clear: both;
  }

  .detailModule01 .pcWrap .entry_btn {
    width: 100%;
    margin: 0 0 5px;
  }

  .detailModule01 .pcWrap .likeBtn01 {
    margin: 10px 0;
    padding: 12px 0 12px 30px;
  }
}

@media screen and (min-width: 768px), print {
  .detailModule01 .pcWrap .entryBtnBox {
    width: 190px;
    float: right;
  }

  .detailModule01 .pcWrap .entry_btn {
    float: right;
    width: 190px;
    margin: 0 0 10px;
  }

  .entryBtnBox2 {
    width: 600px;
  }
}

.companyListModule .btnWrap a.btn03:before {
  width: 15px;
  height: 13px;
  margin-top: -6px;
  background: url(/2027/asset/img/company/ico_cmpany03.png) no-repeat;
}

.companyListModule .btnWrap a.btn04:before {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: url(/2027/asset/img/company/ico_cmpany04.png) no-repeat;
}

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

  .corpBtnModule01 ul li:nth-child(1) {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
  }

  .corpBtnModule01 ul li:nth-child(1) a,
  .corpBtnModule01 ul li:nth-child(2) a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f8;
    font-weight: bold;
    font-size: 10px;
  }

  .corpBtnModule01 ul li:nth-child(2) {
    width: 50%;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
  }

  .corpBtnModule01 ul li:nth-child(3) {
    width: 100%;
    clear: both;
  }

  .corpBtnModule01 ul li:nth-child(3) a {
    display: block;
    width: 100%;
    padding: 5px;
    font-sizd: 14px;
    text-align: center;
    position: relative;
    color: #fff !important;
    background: url(/2027/asset/img/common/ico_arrow01_p.png) no-repeat right
      center #357ecf;
    background-size: 20px;
  }

  .corpBtnModule01 ul li:nth-child(3) a:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(/2027/asset/img/common/ico_searchcomp03.png) no-repeat;
    position: absolute;
    background-size: cover;
    top: 11px;
    left: 10px;
  }

  .companyListModule .btnWrap a {
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 768px), print {
  .companyListModule .btnWrap {
    margin: 0 0 20px 0;
  }

  .companyListModule .btnWrap a {
    margin: 0 0 15px;
  }

  .companyListModule .btnWrap a:nth-child(odd) {
    float: left;
  }

  .companyListModule .btnWrap a:nth-child(even) {
    float: right;
  }
}

.ico_intern {
  display: inline-block;
  border: 1px solid #4e6080;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  font-size: 12px !important;
  color: #4e6080 !important;
  text-decoration: none !important;
}

.companyListModule .titWrap h2 {
  overflow: hidden;
}

.companyListModule .titWrap h2 a {
  display: inline-block;
}

@media (max-width: 767px) {
  .companyListModule .titWrap h2 {
    margin-bottom: 0;
  }

  .companyListModule .titWrap h2 a {
    display: block;
    float: left;
  }

  .ico_intern {
    margin-top: 5px;
    clear: both;
  }
}

@media screen and (min-width: 768px), print {
  .ico_intern {
    margin-left: 20px;
  }
}

.corpBtnModule01 {
  margin: 20px 0;
}

.corpBtnModule01 ul li {
  float: left;
  margin-right: 10px;
}

.whatsNewList {
  overflow: hidden;
  margin-top: 20px;
}

.whatsNewList h4 {
  font-size: 13px !important;
  font-weight: bold;
  color: #fe6400;
  display: block;
  padding-bottom: 5px;
  padding-left: 25px;
  background: url(/2027/asset/img/common/ico_info01.gif) no-repeat left 0px top
    2px;
}

.whatsNewList li {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 22px;
  position: relative;
}

.entry_btn {
  color: #fff !important;
  background-color: #357ecf;
  text-align: center;
  display: block;
  padding: 10px 0;
}

.entry_btn.grey {
  background: #dfdfdf;
  color: #111 !important;
  font-weight: bold;
}

.corpListModule01 .entry_btn.arrow02.pink01:after {
  content: "";
  width: 7px;
  height: 16px;
  margin-top: -8px;
  display: block;
  background: url(/2027/asset/img/common/ico_arrow01_right.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  right: 10px;
}

.corpListModule01 .chead {
  width: 100%;
  min-height: 50px;
  padding: 15px;
  background: #4e6083;
  /*    background: #4e6083 url(/2027/asset/img/common/img_triangle01.png) no-repeat;*/
  overflow: hidden;
  position: relative;
}

.corpListModule01 .chead:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.corpListModule01 .chead a {
  float: left;
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 0 0 0px 5px;
  width: 90%;
  box-sizing: border-box;
  text-decoration: underline;
}

.corpListModule01 .chead label {
  display: block;
  float: left;
  padding: 3px 0;
  margin: 0;
}

.corpListModule01 .chead .listType02 li {
  float: left;
  padding-right: 5px;
}

.corpListModule01 .cbody h4 {
  font-size: 16px;
  font-weight: bold;
}

.corpListModule01 .cbody .info .ctxt1 {
  margin: 15px 0 15px 0;
  padding: 15px 0 15px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.corpListModule01 .cbody .info .whatsNewList {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .corpListModule01 .chead .listType02 {
    padding: 5px 0 0 20px;
    clear: both;
  }

  .corpListModule01 .cbody {
    margin: 15px 0;
  }

  .corpListModule01 .cbody .info {
    padding: 20px;
    margin: 15px 0 0 0;
    overflow: hidden;
    background: #f8f6fc;
  }
}

@media screen and (min-width: 768px), print {
  .corpListModule01 {
    margin: 0 0 30px;
  }

  .corpListModule01 .chead {
    padding: 10px;
  }

  .corpListModule01 .chead h3 {
    float: left;
    display: block;
    width: 400px;
    padding-left: 20px;
    vertical-align: middle;
    color: #fff;
  }

  .corpListModule01 .chead .listType02 {
    float: right;
    width: 270px;
    margin: 4px 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

  .corpListModule01 .chead .listType02 li {
    float: none;
    padding: 6px 0;
    display: inline-block;
  }

  .corpListModule01 .cbody {
    background: #f8f6fc;
    display: table;
  }

  .corpListModule01 .cbody .photo {
    display: table-cell;
    width: 200px;
    min-height: 200px;
    background: #efedf3;
    text-align: center;
    vertical-align: top;
    padding: 25px 15px;
  }

  .corpListModule01 .cbody .photo img {
    max-width: 180px;
    height: auto;
  }

  .corpListModule01 .cbody .info {
    display: table-cell;
    padding: 20px;
  }

  .corpListModule01 .cbody .ctxt1 {
    text-align: left;
    font-size: 12px;
  }

  .corpListModule01 .cbody .ctxt3 {
    padding: 15px 0;
  }

  .corpListModule01 .cbody .entry_btn {
    width: 200px;
    float: right;
    position: relative;
  }

  .corpListModule01 .checkboxlabel {
    left: 10px;
    position: relative;
  }
}

.specialModule01 {
  overflow: hidden;
}

.specialModule01 .profile {
  padding: 12px 0;
  border-bottom: solid 1px #f2994c;
  font-size: 12px;
  text-align: left;
  display: block;
  width: 100%;
  line-height: 1.8;
}

.specialModule01 .tit {
  display: block;
  width: 100%;
  position: relative;
  margin: 50px 0 0 0;
  padding: 6px 0 6px 80px !important;
  background: #fff5eb !important;
  border-bottom: 2px solid #f2994c;
  font-size: 20px;
  font-weight: bold;
  color: #111 !important;
}

.specialModule01 .tit:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 88px;
  height: 76px;
  background: url(/2027/asset/img/special/ico_special01.png) no-repeat top
    center;
}

.specialModule01 .specialBox01 {
}

.specialModule01 .specialBox01 .boxWrap01 {
  padding: 35px 0 40px;
  overflow: hidden;
}

.specialModule01 .specialBox01 .boxWrap01 .box01 {
  float: left;
  font-weight: bold;
  line-height: 1.8;
}

.specialModule01 .specialBox01 .boxWrap01 .box02 {
  float: right;
  font-size: 14px;
  line-height: 2;
}

.specialModule01 .specialBox02 {
  float: left;
  clear: both;
  width: 100%;
}

.specialModule01 .specialBox02 .tit2 {
  background: #f2f2f2;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  padding: 5px 0 5px 20px;
}

.specialModule01 .specialBox02 figure {
  display: block;
  float: right;
}

.specialModule01 .specialBox02 .inner {
  float: left;
}

.specialModule01 .specialBox02.type2 figure {
  display: block;
  float: left;
}

.specialModule01 .specialBox02.type2 .inner {
  float: right;
}

.specialModule01 .specialBox02 .inner .tit3 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .specialModule01 .tit {
    margin: 10px 0 20px 0;
    font-size: 16px;
    min-height: 70px;
  }

  .specialModule01 .tit {
    padding: 6px 0 6px 100px !important;
    line-height: 1.7;
  }

  .specialModule01 .specialBox01 .boxWrap01 {
    padding: 15px 0 20px;
    overflow: hidden;
  }

  .specialModule01 .specialBox01 .boxWrap01 .box01 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .specialModule01 .specialBox02 {
    margin: 0 0 20px;
  }

  .specialModule01 .specialBox02 .tit2 {
    margin: 0 0 20px;
    border-left: #ed6d00 10px solid;
  }

  .specialModule01 .specialBox02 figure {
    width: 100%;
    margin: 0 0 20px;
  }

  .specialModule01 .specialBox02 .inner .tit3 {
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 768px), print {
  .specialModule01 .tit {
    margin: 30px 0 40px 0;
    padding: 6px 0 6px 80px !important;
  }

  .specialModule01 .specialBox01 .boxWrap01 {
    padding: 35px 0 40px;
    position: relative;
  }

  .specialModule01 .specialBox01 .boxWrap01 .box01 {
    width: 360px;
    padding: 0px 0 0 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .specialModule01 .specialBox01 .boxWrap01 .box02 {
    width: 500px;
  }

  .specialModule01 .specialBox02 .tit2 {
    margin: 0 0 40px;
    border-left: #ed6d00 20px solid;
  }

  .specialModule01 .specialBox02 {
    margin: 0 0 50px;
  }

  .specialModule01 .specialBox02 figure {
    width: 420px;
  }

  .specialModule01 .specialBox02 .inner {
    width: 440px;
  }

  .specialModule01 .specialBox02.type2 figure {
    width: 420px;
  }

  .special .detailModule02 .voiceDetail > ul > li {
    min-height: 200px;
  }

  .special .seniorListModule .detailModule02 {
    margin: 0 0 40px;
  }

  .special .detailModule02 ul li .btnType01 {
    position: relative;
    float: left;
    bottom: auto;
    right: auto;
    left: 175px;
    top: 10px;
  }
}

/*
180523追加
*/
@media screen and (max-width: 767px) {
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .slick-prev {
    display: none !important;
  }

  .slick-next {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 44px;
    height: 44px;
    background-image: url(../img/top/btn_next01@2x.png);
    background-size: 44px 44px;
    text-indent: -9999px;
    cursor: pointer;
  }

  .slick-next:hover,
  .slick-prev:hover {
    opacity: 0.7;
  }

  .mainImgSp .slick-dots {
    display: none !important;
  }

  .internModule01 {
    background: #f1f1f1;
    padding: 30px 0;
  }

  .internModule01 .item {
    margin: 0 0 10px;
  }

  .internModule01 .item figure {
    background: #fff;
    padding: 10px;
  }

  .internModule01 .item .date {
    display: block;
    padding: 5px 10px 0;
  }

  .internModule01 .item .date span {
    background: #4e6083;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    line-height: 2;
  }

  .internModule01 .item .date time {
    font-size: 20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #4e6083;
    letter-spacing: 0.1em;
    padding: 0px 0 0 10px;
    position: relative;
    line-height: 1;
    top: 2px;
  }

  .internModule01 .item .name {
    display: block;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
  }

  .internModule01 .tit {
    text-align: center;
    margin: 0 0 10px;
    position: relative;
  }

  .internModule01 .tit:before {
    content: "";
    width: 60px;
    height: 54px;
    display: block;
    background-image: url(../img/top/img_top01.png);
    background-size: 60px 54px;
    position: absolute;
    left: 20px;
    bottom: -20px;
    z-index: 2;
  }

  .internModule01 .tit img {
    /* グランドオープン
        height: 50px;
        */
    /* プレオープン
        height: 84px;
        */
    width: auto;
    height: 84px;
    position: relative;
    left: 10px;
  }

  .seniorModule01 {
    padding: 30px 0 10px;
    text-align: center;
  }

  .seniorModule01 .tit {
    text-align: center;
    position: relative;
  }

  .seniorModule01 .tit img {
    height: 74px;
    width: auto;
  }

  .seniorModule01 .tit:before {
    content: "";
    width: 60px;
    height: 61px;
    display: block;
    background-image: url(../img/top/img_top02.png);
    background-size: 60px 61px;
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 2;
  }

  .seniorModule01 .tit2 {
    display: inline-block;
    position: relative;
    font-size: 49px;
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #ef6d00;
    letter-spacing: 0.1em;
    border-bottom: 6px solid #ef6d00;
    margin: 0 0 20px;
  }

  .seniorModule01 .tit2:before {
    content: "";
    width: 70px;
    height: 100px;
    display: block;
    background-image: url(../img/top/img_top03.png);
    background-size: 70px 100px;
    position: absolute;
    left: -90px;
    top: 0px;
    z-index: -1;
  }

  .seniorModule01 .tit2 span {
    font-size: 21px;
    color: #111;
  }

  .seniorModule01 .item {
    background: #f1f1f1;
    padding: 10px 10px 5px;
    margin: 0 0 10px;
  }

  .seniorModule01 .item .photoWrap {
    position: relative;
  }

  .seniorModule01 .item .photoWrap .txt {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
    background: rgba(78, 96, 131, 0.9);
  }

  .seniorModule01 .item .name {
    display: block;
    padding: 3px 0 0;
    line-height: 2;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
  }

  .seniorModule01 .btnWrap,
  .internModule01 .btnWrap {
    margin: 0 15px 20px;
  }

  .seniorResult {
    text-align: center;
  }

  .seniorResult .txt1 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #ef6d00;
    padding: 5px 0 5px;
  }

  .seniorResult .txt2 {
    position: relative;
    font-size: 49px;
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #ef6d00;
    display: inline-block;
    border-bottom: 6px solid #ef6d00;
    padding: 0 0 0 10px;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .seniorResult .txt2 span {
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
    float: none;
    line-height: 1;
    color: #111;
  }

  .seniorResult .txt2:before {
    content: "";
    width: 70px;
    height: 100px;
    display: block;
    background-image: url(../img/top/img_top03.png);
    background-size: 70px 100px;
    position: absolute;
    left: -90px;
    top: 0px;
    z-index: -1;
  }

  .seniorListModule .pageType01 {
    overflow: inherit;
  }

  #pageTop {
    right: 0;
    bottom: 0;
  }

  .mainModule {
    clear: both;
  }

  .top .mainModule section {
    margin: 0 0 30px;
  }

  .contentsModule {
    padding: 0 0 70px;
  }

  .top .mainModule .majority .btnType01 {
    font-size: 11px;
  }

  .tabType01 {
    margin: 0 0 30px;
  }

  .titType02.ico03 span {
    font-size: 22px;
  }

  .titType02.ico03 {
    padding: 0 0 10px 15px;
    background: none;
  }

  .titType02.ico03:after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(../img/common/ico_tit03_pc.png);
    background-size: 60px 60px;
    position: absolute;
    left: 240px;
    top: -10px;
  }

  .top .mainModule .accessRanking ol {
    margin: 0;
  }

  .whatsNew .titType02.ico04 {
    background: url(../img/common/ico_tit04.png) no-repeat 210px 0px;
    background-size: 65px;
    padding: 0 0 5px 15px;
  }

  .titType02.ico05 span {
    font-size: 20px;
  }

  .titType02.ico05 {
    margin: 0px;
    padding: 0;
    background: none;
  }

  .titType02.ico05:after {
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    background-image: url(../img/common/ico_tit05_pc.png);
    background-size: 70px 70px;
    position: absolute;
    left: 220px;
    top: -16px;
  }

  .titType02.ico06 .tit {
    padding: 0 0 0 50px;
  }

  .titType02.ico06 .tit .jp {
    padding: 0 0 0 20px;
    font-size: 14px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
      YuGothic, sans-serif;
  }

  .top .mainModule .wakayamaNews .entryPost p {
    margin: 0 0 15px;
  }

  .featuredCompany .list01 {
    clear: both;
    overflow: hidden;
  }

  .featuredCompany .list01 li {
    width: 100%;
    margin: 0 0 5px;
  }

  .featuredCompany .list01 li a {
    display: block;
    padding: 20px;
    background: #ef6d00;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .featuredCompany .list01 li figure {
    width: 40%;
    float: left;
    display: block;
  }

  .featuredCompany .list01 li img {
    border: solid 1px #fff;
  }

  .featuredCompany .list01 li .txtWrap {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
  }

  .featuredCompany .list01 li .txtWrap .tit {
    font-size: 14px;
    text-decoration: underline;
    padding: 0 0 10px;
  }

  .featuredCompany .list01 li .txtWrap .txt {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
  }

  footer {
    padding: 20px 25px;
  }

  footer .fLink li {
    margin: 0;
  }

  footer .fLink li a {
    text-decoration: none;
  }

  footer .fLink {
    margin: 0;
  }

  footer .fLogo {
    padding: 20px 0 12px;
  }

  footer .fLogo img {
    width: 100px;
  }

  footer .copyright {
    font-size: 10px;
    letter-spacing: 0.1em;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .slick-prev {
    position: absolute;
    top: -70px;
    left: 50px;
    width: 25px;
    height: 35px;
    background-image: url(../img/top/btn_prev01_pc@2x.png);
    background-size: 25px 35px;
    text-indent: -9999px;
    cursor: pointer;
  }

  .slick-next {
    position: absolute;
    top: -70px;
    right: 50px;
    width: 25px;
    height: 35px;
    background-image: url(../img/top/btn_next01_pc@2x.png);
    background-size: 25px 35px;
    text-indent: -9999px;
    cursor: pointer;
  }

  .slick-next:hover,
  .slick-prev:hover {
    opacity: 0.7;
  }

  .sideFix {
    position: fixed;
    top: 150px;
    right: -220px;
    z-index: 20;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .sideFix:hover {
    position: fixed;
    right: -20px;
    z-index: 201;
  }

  .sideFix a {
    opacity: 1 !important;
  }

  .sideFix img {
    width: 368px;
  }

  footer {
    padding: 20px 0 30px 0;
  }

  .internModule01 {
    background: #f1f1f1;
    text-align: center;
    width: 100%;
    clear: both;
    padding: 50px 0 40px;
  }

  .internModule01 .tit {
    margin: 0 auto 30px;
    position: relative;
    width: 562px;
    /* プレオープン
        width: 562px;
        */
    /* グランドオープン
        width: 241px;
        */
  }

  .internModule01 .tit:before {
    content: "";
    width: 100px;
    height: 90px;
    display: block;
    background-image: url(../img/top/img_top01.png);
    background-size: 100px 90px;
    position: absolute;
    left: -135px;
    top: -30px;
    z-index: 2;
  }

  .internModule01 .tit img {
    width: 100%;
  }

  .internModule01 .itemWrap {
    text-align: left;
    height: 300px;
  }

  .internModule01 .itemWrap .item {
    /*
    float : left;
    */
    width: 380px !important;
    max-width: 380px !important;
    margin: 0 20px 0 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .internModule01 .itemWrap .item:hover {
    opacity: 0.7;
  }

  .internModule01 .itemWrap .item figure {
    display: block;
    width: 380px;
    overflow: hidden;
    height: 220px;
    border: 10px solid #fff;
    position: relative;
  }

  .internModule01 .itemWrap .item figure img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .internModule01 .item .date {
    display: block;
    padding: 5px 10px 0;
  }

  .internModule01 .item .date span {
    background: #4e6083;
    color: #fff;
    font-size: 11px;
    padding: 7px;
    line-height: 2;
  }

  .internModule01 .item .date time {
    font-size: 24px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #4e6083;
    letter-spacing: 0.1em;
    padding: 0px 0 0 10px;
    position: relative;
    line-height: 1;
    top: 4px;
  }

  .internModule01 .item .name {
    display: block;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
  }

  .internModule01 .itemWrap .item a {
    max-width: 380px;
  }

  .seniorModule01 {
    background: #fff;
    text-align: center;
    width: 100%;
    clear: both;
    padding: 50px 0 70px;
  }

  .seniorModule01 .tit {
    position: relative;
    width: 428px;
    margin: 0 auto;
  }

  .seniorModule01 .tit:before {
    content: "";
    width: 100px;
    height: 102px;
    display: block;
    background-image: url(../img/top/img_top02.png);
    background-size: 100px 102px;
    position: absolute;
    right: -120px;
    top: -65px;
    z-index: 2;
  }

  .seniorModule01 .tit2 {
    display: inline-block;
    position: relative;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #ef6d00;
    letter-spacing: 0.1em;
    border-bottom: 6px solid #ef6d00;
    margin: 0 0 20px;
  }

  .seniorModule01 .tit2:before {
    content: "";
    width: 113px;
    height: 124px;
    display: block;
    background-image: url(../img/top/img_top03_pc.png);
    background-size: 113px 124px;
    position: absolute;
    left: -133px;
    top: -20px;
  }

  .seniorModule01 .tit2 span {
    font-size: 26px;
    color: #111;
  }

  .seniorModule01 .itemWrap {
    text-align: left;
    z-index: 2;
    position: relative;
  }

  .seniorModule01 .itemWrap .item {
    /*    float : left;*/
    margin: 0 20px 0 0;
    width: 380px;
    padding: 10px;
    background: #f1f1f1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .seniorModule01 .itemWrap .item:hover {
    opacity: 0.7;
  }

  .seniorModule01 .itemWrap .item figure {
    display: block;
    width: 360px;
    overflow: hidden;
    height: 200px;
    position: relative;
  }

  .seniorModule01 .itemWrap .item figure img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .seniorModule01 .item .photoWrap {
    position: relative;
  }

  .seniorModule01 .item .photoWrap .txt {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
    background: rgba(78, 96, 131, 0.9);
  }

  .seniorModule01 .item .name {
    display: block;
    padding: 3px 0 0;
    line-height: 2;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
  }

  .seniorModule01 .btnWrap,
  .internModule01 .btnWrap {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0 0px;
    clear: both;
  }

  .seniorModule01 .btnWrap .btnType01,
  .internModule01 .btnWrap .btnType01 {
    width: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }

  .seniorModule01 .btnWrap .btnType01:after,
  .internModule01 .btnWrap .btnType01:after {
    content: "";
    width: 7px;
    height: 16px;
    margin-top: -8px;
    display: block;
    background: url(../img/common/ico_arrow01_right.png) no-repeat;
    background-size: 100% !important;
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto !important;
  }

  .seniorResult .txt1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #ef6d00;
    padding: 5px 0 5px;
  }

  .seniorResult .txt2 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #ef6d00;
    display: inline-block;
    border-bottom: 6px solid #ef6d00;
    padding: 0 0 0 10px;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .seniorResult .txt2 span {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    float: none;
    line-height: 1;
    color: #111;
  }

  .seniorResult .txt2:before {
    content: "";
    width: 113px;
    height: 124px;
    display: block;
    background-image: url(../img/top/img_top03_pc.png);
    background-size: 113px 124px;
    position: absolute;
    left: -133px;
    top: -10px;
  }

  .seniorListModule .pageType01 {
    overflow: inherit;
  }

  /* senior_detail */
  .senior .seniorDetail h4 {
    font-size: 30px;
    text-align: center;
    border-bottom: 4px solid #ef6d00;
    padding: 0 0 25px;
    margin: 25px 0 20px;
  }

  .senior .seniorDetail .seniorInfo {
    padding: 0;
  }

  .senior .seniorDetail .seniorInfo .spWrap figure {
    width: 480px;
    float: left;
    max-height: 480px !important;
    max-width: 1000px !important;
  }

  .senior .seniorDetail .seniorInfo figure,
  .senior .seniorDetail .seniorInfo figure img {
    width: 480px !important;
  }

  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .slider {
    text-align: center;
  }

  .slick-dots {
    display: block;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -75px;
  }

  .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    background: #f1f1f1;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    text-indent: -9999px;
  }

  .slick-dots li.slick-active {
    background: #fb7b0f;
  }

  .slick-dots button {
    position: relative;
  }

  .slider li img {
    width: 100%;
  }

  .top .mainImg {
    border: 0;
    margin: 0;
  }

  .tabType01 .tabDetail {
    box-shadow: 8px 8px 0 0 #b4b4b4;
  }

  .tabType01 .tabDetail:after {
    content: "";
    width: 8px;
    height: 40px;
    display: block;
    background: #b4b4b4;
    position: absolute;
    top: -30px;
    right: -12px;
  }

  .tabType01 .tabList li {
    height: 55px;
  }

  .top .mainModule .contWrap {
    padding: 10px 0 0 0;
  }

  .titType02.ico03 {
    padding: 0 0 10px 0px;
  }

  .titType02.ico03 {
    background: none;
    position: relative;
  }

  .titType02.ico03:after {
    content: "";
    width: 69px;
    height: 67px;
    display: block;
    background-size: 69px 67px;
    background: url(../img/common/ico_tit03_pc.png) no-repeat;
    position: absolute;
    left: 270px;
    top: -10px;
  }

  .top .mainModule .accessRanking .titType02 {
    margin: 0;
  }

  .top .mainModule .whatsNew {
    margin: 0;
  }

  .top .mainModule .whatsNew ul {
    margin: 0;
  }

  .titType02.ico04 {
    padding: 0 0 10px 0px;
    background: url(../img/common/ico_tit04_pc.png) no-repeat 210px top;
    background-size: 78px;
  }

  .titType02.ico05 {
    background: #fff;
    padding: 0 0 0px 0px;
  }

  .titType02.ico05:after {
    content: "";
    width: 85px;
    height: 85px;
    diplay: block;
    background-size: 85px;
    background: url(../img/common/ico_tit05_pc.png) no-repeat;
    position: absolute;
    left: 270px;
    top: -24px;
  }

  .titType02.ico06 .jp {
    font-size: 14px;
  }

  .featuredCompany .titType02 h2 span {
    font-size: 24px;
  }

  .featuredCompany .list01 {
    clear: both;
    overflow: hidden;
  }

  .featuredCompany .list01 li {
    width: 358px;
    float: left;
  }

  .featuredCompany .list01 li a {
    display: block;
    padding: 20px;
    background: #ef6d00;
    position: relative;
    overflow: hidden;
    color: #fff;
    min-height: 150px;
  }

  .featuredCompany .list01 li:nth-child(1) {
    margin-right: 4px;
  }

  .featuredCompany .list01 li figure {
    float: left;
    width: 130px;
    height: 100px;
    overflow: hidden;
    border: solid 1px #fff;
    background: #fff;
    position: relative;
  }

  .featuredCompany .list01 li img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .featuredCompany .list01 li .txtWrap {
    float: right;
    width: 170px;
  }

  .featuredCompany .list01 li .txtWrap .tit {
    font-size: 15px;
    text-decoration: underline;
    padding: 0 0 5px;
    line-height: 1.6;
  }

  .featuredCompany .list01 li .txtWrap .txt {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
  }
}

.bxslider li {
  display: none;
}

.bx-viewport .bxslider li {
  display: block !important;
}

.youtubeBlock,
.specialContents {
  overflow: hidden;
}

.youtubeBlock iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.youtubeBlock .movie {
  margin: 20px 0 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.midoku {
  position: relative;
  background: #fff;
  border-radius: 50%;
  font-family: "Asap", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fb7b0f;
  width: 20px;
  height: 20px;
  top: -2px;
  margin: 0px 0 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

@media screen and (min-width: 768px), print {
  .my-gallery {
    width: 100%;
  }

  .my-gallery img {
    max-width: 614px !important;
  }
}

.appBox {
  margin-bottom: 20px;
}

.appBox img {
  width: 100%;
}

.u-daywork {
  font-size: 10px;
  font-weight: bold;
  border: solid 1px;
  display: inline-block;
  padding: 0px 10px;
  margin: 0 10px 0 0;
  line-height: 2;
  position: relative;
  top: -2px;
}

.footsns {
  margin: 0px;
  padding: 30px;
  background: #f2f2f2;
  text-align: center;
}

.footsns__tit {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}

.footsns ul {
  display: inline-block;
  overflow: hidden;
}

.footsns ul li {
  float: left;
  margin-right: 10px;
}

.footsns ul li a img {
  width: 42px;
  height: auto;
}

.cover-image {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.u-senior-photo.u-senior-photo--type2 {
  border: solid #fff 10px;
}

@media screen and (max-width: 767px) {
  .u-senior-photo {
    display: block;
    overflow: hidden;
    position: relative;
  }

  .u-senior-photo::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}

@media screen and (min-width: 768px), print {
  .u-senior-photo {
    display: block;
    width: 360px;
    overflow: hidden;
    height: 200px;
    position: relative;
  }

  .u-senior-photo.u-senior-photo--type2 {
    width: 380px;
  }

  .intershipListModule .count a {
    /*    width : 560px;*/
    display: inline-block;
  }
}

/* 200618 */
.corpListModule01 .js-modal-btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.corpListModule01 .js-modal-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("/2027/asset/img/movie/ico_play_02@2x.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%) translateX(-50%);
}

.corpListModule01 .js-modal-btn:hover {
  opacity: 0.7;
}

@media (min-width: 768px), print {
  .corpListModule01 .js-modal-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    background: url("/2027/asset/img/movie/ico_play_02@2x.png") no-repeat;
    background-size: contain;
    transform: translateY(-50%) translateX(-50%);
  }
}

.p-movielist-item {
}

.p-movielist-item__photo {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.p-movielist-item__photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url("/2027/asset/img/movie/ico_play@2x.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%) translateX(-50%);
}

.p-movielist-item__photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background: #ed6d00;
  z-index: -1;
}

.p-movielist-item__txt {
  background: #f1f1f1;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

.p-movielist-item__link {
  color: #ed6d00 !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  text-decoration: underline;
}

.corp_apImg .youtube-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 30px 0;
}

.corp_apImg .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .p-movielist {
    margin: 0 0 30px;
  }

  .p-movielist-item {
    margin: 30px 0 0;
  }

  .p-movielist-item__photo {
    width: 100%;
    height: 47.33vw;
    margin: 0 auto;
  }

  .p-movielist-item__box {
    width: 100%;
    margin: 30px 0 0;
  }

  .p-movielist-item__txt {
    margin: 0 0 15px;
    padding: 20px;
    font-weight: bold;
  }

  .p-movielist-item .cover-image {
    width: calc(100% - 15px);
  }

  .p-movielist-item__photo:before {
    width: calc(100% - 15px);
  }

  /* viewページ*/
  .movieDetail .p-movielist .p-movielist-item:first-child {
    margin: 0;
  }

  .modal-video-close-btn {
    top: -40px !important;
    right: 5px !important;
  }
}

@media (min-width: 768px), print {
  .p-movielist-item {
    margin: 45px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .p-movielist-item__photo {
    width: 260px;
    cursor: pointer;
    min-height: 146px;
    height: 146px;
  }

  .p-movielist-item__photo:hover {
    opacity: 0.7;
  }

  .p-movielist-item__photo img {
    width: 100%;
  }

  .p-movielist-item__box {
    width: 415px;
    margin: 15px 0 0;
  }

  .p-movielist-item__txt {
    margin: 0 0 20px;
  }

  .p-movielist-item__link {
    display: block;
  }

  /* viewページ*/
  .movieDetail .p-movielist .p-movielist-item:first-child {
    margin: 0;
  }

  .movieDetail .p-movielist {
    margin: 0 0 40px;
  }

  .movieDetail .p-movielist-item__box {
    width: 595px;
  }
}

.cover-image {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.u-talklist-item {
  background: #e8e8e8;
  position: relative;
  margin: 15px 0 0;
}

.u-talklist-item__link {
  display: flex;
  padding: 13px;
}

.u-talklist-item__num {
  position: absolute;
  top: -6px;
  left: -6px;
  background: #ed6d00;
  border-radius: 50%;
  font-family: "Asap", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

.u-talklist-item__photo {
  width: 30%;
  position: relative;
  border: solid 3px #fff;
}

.u-talklist-item__photo:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.u-talklist-item__box {
  width: 70%;
  padding: 0 0 0 10px;
}

.u-talklist-item__date {
  display: block;
  font-size: 12px;
}

.u-talklist-item__name {
  display: block;
  font-size: 16px;
  color: #ed6d00;
  text-decoration: underline;
  line-height: 1.6;
}

.u-talklist-item__txt {
  font-size: 14px;
  line-height: 1.6;
}

.u-talklist-item--midoku .u-talklist-item__date,
.u-talklist-item--midoku .u-talklist-item__name,
.u-talklist-item--midoku .u-talklist-item__txt {
  font-weight: bold;
}

@media (min-width: 768px), print {
  .u-talklist-item {
    margin: 30px 0 0;
  }

  .u-talklist-item__link {
    padding: 20px;
  }

  .u-talklist-item__date {
    text-align: right;
  }

  .u-talklist-item__name {
    font-size: 15px;
    position: relative;
    top: -3px;
  }

  .u-talklist-item__photo {
    width: 120px;
    position: relative;
  }

  .u-talklist-item__photo img {
    width: 100%;
    display: block;
  }

  .u-talklist-item__box {
    width: 600px;
    padding: 0 0 0 20px;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.cv-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.cv-copy h2 {
  color: #fff;
  font-size: 18px;
}

.p-talk-detail {
  padding: 10px;
  background: #e8e8e8;
  height: 60px;
  display: flex;
  align-items: center;
}

.p-talk-detail__photo {
  position: relative;
  width: 50px;
  height: 32px;
  border: solid 2px #fff;
  margin: 0 10px 0 0;
}

.p-talk-detail__name {
  color: #ed6d00;
  font-size: 14px;
  font-weight: bold;
}

.p-chat-form {
  display: flex;
  align-items: center;
}

.p-chat-form__area {
  width: 100%;
  height: 36px;
  font-size: 16px;
  border: none;
  padding: 5px;
}

.p-chat-form__btn {
  width: 50px;
  line-height: 36px;
  text-align: center;
  background: #444444;
  color: #fff !important;
  z-index: 10;
}

.p-chat-wrap {
  position: relative;
  overflow-y: scroll;
  /* min-height: 300px;
	max-height: 600px; */
  border: solid 1px #e8e8e8;
  padding: 20px 20px 40px;
  margin: 20px 0 0;
}

.p-chat__more {
  display: block;
  position: absolute;
  top: 30px;
  width: 240px;
  margin: 0 auto;
  background: #fff;
  line-height: 37px;
  z-index: 100;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.p-chat__more span {
  position: relative;
  padding: 0 20px 0 0;
  display: inline-block;
}

.p-chat__more span:after {
  content: "";
  width: 14px;
  height: 6px;
  display: block;
  background: url(../img/common/ico_more_01@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -2px 0 0;
  transform: translate(0%, -50%);
}

#chatList li {
  font-size: 14px;
  line-height: 1.6;
  margin: 70px 0 0;
}

.p-chat-item {
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-chat-item.owner {
  text-align: right;
}

.p-chat-item__name {
  position: absolute;
  top: -20px;
  left: 0;
  margin: 0 12px 0 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: right;
  line-height: 1;
}

.p-chat-item.owner .p-chat-item__name {
  position: absolute;
  top: -20px;
  right: 0;
  margin: 0 12px 0 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: right;
  line-height: 1;
}

.p-chat-item .p-chat-item__box a {
  color: #06f;
  text-decoration: underline;
}
.p-chat-item .p-chat-item__box a:hover {
  text-decoration: underline !important;
}

.p-chat-item .p-chat-item__box {
  position: relative;
  display: inline-block;
  max-width: 476px;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 18px;
  background-color: #ffebdb;
  color: #24282a;
  text-align: left;
}

.p-chat-item.owner .p-chat-item__box {
  display: inline-block;
  max-width: 476px;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 18px;
  background-color: #e3e3e3;
  font-weight: 500;
}

.p-chat-item__date {
  position: absolute;
  margin: 0;
  color: #747474;
  font-size: 12px;
  bottom: 0;
  width: 120px;
}

.p-chat-form {
  background: #e8e8e8;
  padding: 8px;
}

.u-talklist-item__photo .cover-image,
.p-talk-detail .cover-image {
  background-size: contain !important;
}

.u-talklist-item__photo,
.p-talk-detail__photo {
  background: #fff;
}

.p-chat-item__box .button {
  line-height: 36px;
  width: 170px;
}

@media (max-width: 767px) {
  .p-chat-wrap {
    height: 100vh;
  }

  .p-chat-form {
    border: solid 8px #e8e8e8;
    padding: 0;
  }

  .p-chat-item__date {
    bottom: -20px;
    left: 0;
    margin: 0;
  }

  .p-chat-item.owner .p-chat-item__date {
    right: 0;
    left: auto;
  }

  .p-chat-form__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }

  .FlexTextarea {
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
  }

  .FlexTextarea__dummy {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 5px 15px;
    min-height: 36px;
    width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .FlexTextarea__textarea {
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 4px 15px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
  }
}

@media (min-width: 768px), print {
  .p-chat-wrap {
    margin: 30px 0 0 0 !important;
    padding: 40px;
    border: solid 1px #e8e8e8;
    /* height: 700px !important; */
  }

  .p-chat__more {
    width: 312px;
    top: 60px;
  }

  #chatList {
    overflow: hidden;
    padding: 0 0 50px;
  }

  .p-chat-item__date {
    position: absolute;
    bottom: 0;
    width: 110px;
    right: -125px;
  }

  .p-chat-item.owner .p-chat-item__date {
    bottom: 0;
    left: -120px;
    right: auto;
    width: 110px;
  }

  .p-chat-form {
    margin: 0;
    padding: 0 !important;
    border-top: 10px solid #e8e8e8;
    border-bottom: 10px solid #e8e8e8;
  }

  .p-talk-detail {
    height: auto;
    min-height: 80px;
    padding: 20px;
  }

  .p-talk-detail__photo {
    width: 122px;
    height: 78px;
    border: solid 3px #fff;
  }

  .p-talk-detail__name {
  }

  .p-chat-form__btn {
    position: absolute;
    bottom: 0;
    right: 10px;
    display: block;
  }

  .FlexTextarea {
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
  }

  .FlexTextarea__dummy {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 5px 15px;
    min-height: 36px;
    width: 660px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .FlexTextarea__textarea {
    position: absolute;
    top: 0px;
    left: 10px;
    box-sizing: border-box;
    padding: 4px 15px;
    width: 640px;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
  }
}
