@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
  font-family:'Noto Sans Japanese','Helvetica','ヒラギノ角ゴシック','Hiragino Sans';
  font-size: 62.5%;
  font-style: normal;
}
body{
  background-image: url("../images/mainBG.png");
  background-repeat: repeat;
  font-size: 10px;
  font-size: 1.0rem;
}
img {
  vertical-align: bottom;
}
/*共通要素*/
.INNERCONT{
  margin: 0 auto;
  width: 1240px;
}

.FLOATBOX:after {
  content:"";
  display:block;
  clear:both;
}
.FLOATBOX li {
  float:left;
}

.TABLEBOX{
  display: table;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 2px solid #ffffff;
}
.TABLEBOX:first-child{
  border: none;
}
.TABLEBOX dl{
  display: table-cell;
  width: 50%;
  text-align: center;
}

.INNERBOX{
  margin: 0 auto;
  width: 1112px;
}
.TEXTAWAY {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
}
ul{
  margin: 0;
  list-style: none;
  padding-left: 0;
}
a{
  cursor: pointer;
}

.summary_arrow img ,.CONTTITLE img{
  display: block;
  margin: 0 auto;
}

/*メインビジュアル*/
.mainVisual{
  min-width: 1240px;
  height: 500px;
  background-image: url("../images/mainV_bg.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.mainVisual .INNERCONT{
  position: relative;
}

.mainVisual_title{
  padding: 50px 0 28px;
  box-sizing: border-box;
}
.mainVisual_title h1,
.mainVisual_title h2{
  margin: 0 auto;
}
.mainVisual_title h1{
  margin-top: 10px;
  width: 100%;
  height: 134px;
  background-image: url("../images/mainTitle.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.mainVisual_title h2{
  width: 654px;
  height: 91px;
  background: url("../images/subTitle.png") center center no-repeat;
}


ul.mainVisual_dates {
  width: 902px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

ul.mainVisual_dates li{
  position: relative;
  margin-right: 30px;
}
ul.mainVisual_dates li:first-child{
  background: url("../images/date_01.png") center center no-repeat;
  width: 254px;
  height: 100px;
}
ul.mainVisual_dates li:nth-child(2){
  background: url("../images/date_02.png") center center no-repeat;
  width: 254px;
  height: 100px;
}
ul.mainVisual_dates li:last-child{
  margin: 0;
  background: url("../images/date_03.png") center center no-repeat;
  width: 254px;
  height: 100px;
}
ul.mainVisual_dates li.EXPIRED:after{
  content:"終了いたしました";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 100px;
  text-align: center;
}
p.mainVisual_place{
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  right: 104px;
}

/*メインビジュアルの説明*/
.summary{
  margin: 30px 0;
}
p.summary_text{
  font-size: 22px;
  font-size: 2.2rem;
  color: #3e5071;
  text-align: center;
  line-height: 42px;
}

/*セミナー内容*/
.object{
  min-width: 1240px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.object dl{
  border-right: 2px solid #e6edf0;
}
.object dl:last-child{
  border-right: none;
}
.object dt{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  color: #121212;
}
.object ul{
  width: 520px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #121212;
  line-height: 32px;
  padding: 20px;
  text-align: left;
}
.object_notes{
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3e5071;
  margin: 0;
}

/*セミナー概要*/
.category{
  position: relative;
  min-width: 1240px;
  padding-bottom: 20px;
  background-color: #e6edf0;
}
.category:after {
  content: "";
  display:block;
  position: absolute;
  bottom:-38px;
  width: 100%;
  height: 40px;
  background: url("../images/category_arrow.png") no-repeat top center;
}
.category_title{
  z-index: 1;
  position: relative;
  top: -20px;
  text-align: center;
}

.category dl{
  border-right: 2px solid #ffffff;
}
.category dl:last-child{
  border-right: none;
}

/*交通のレイアウト*/
.category_line-02 p.CONTTITLE{
  text-align: center;
  margin: 0;
}
.map-TABLEBOX{
  display: table;
  width:100%;
  margin: 0 auto;
  padding-top: 20px;
}
.map-TABLEBOX .map_canvas{
  display: table-cell;
  width: 66.6666%;
  vertical-align: middle;
  text-align: right;
}
.map_canvas iframe{
  width: 100%;
  height: 284px;
}
.map-TABLEBOX .map_info{
  padding-left: 20px;
  display: table-cell;
  vertical-align: bottom;
  line-height: 26px;
}
.category_line-04{
  margin: 0 auto;
}

.linkText{
  margin: 0;
}

/*共通テキスト設定*/
.category .CONTTITLE{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  color: #3e5071;
}
.category dd{
color: #121212;
line-height: 28px;
margin: 0;
padding-top: 20px;
box-sizing: border-box;
}

/*各テキストサイズと高さ*/
.date_text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
}
.date_text span{
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 10px;
}
.date_text li.EXPIRED{
  text-decoration: line-through;
}
.palece_text{
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
  box-sizing: border-box;
}
.map_text,.speaker_text{
  font-size: 16px;
  font-size: 1.6rem;
}
dd.cost_text{
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 40px;
  box-sizing: border-box;
}
dd.campany_text{
  font-size: 22px;
  font-size: 2.2rem;
  padding: 26px 0 30px;
  box-sizing: border-box;
}
p.linkText a{
  font-size: 16px;
  font-size: 1.6rem;
  color: #3e5071;
}

/*申込ボタン*/
.entry{
  padding: 64px 0 40px;
  min-width: 1240px;
}
.entry_text{
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3e5071;
}
.button a{
  display: block;
  text-align: center;
  margin: 30px auto 0;
  width: 628px;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #f77c00;
  box-shadow: inset 0 -6px #d26a00;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 30px;
  font-size: 3.0rem;
  color: #ffffff;
}
.button a:hover{
  opacity: 0.8;
}


/*-----------------------------------------------------------*/
/*--------ヘッダ・フッターのテンプレート---------------------------------------*/
/*-----------------------------------------------------------*/

/*----ヘッダ----------------------------------------------------*/
.str-header {
  min-width: 1240px;
  width: 100%;
  border-bottom: 1px #e5e5e5 solid;
  background: #f7f7f7;
}
.str-header:after {
  display: table;
  clear: both;
  content: '';
}
.str-header .inner {
  margin: 0 auto;
  width: 1240px;
}
.str-header .inner .logo {
  float: left;
  margin: 0;
  padding: 16px 0 7px;
  line-height: 0;
}
.str-header .inner .nav-member {
  position: relative;
  float: right;
  margin: 16px 0;
}
.str-header .inner .nav-member .btn {
  position: relative;
  padding: 13px 28px 13px 45px;
  border: none;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 -3px #ccc;
  text-align: center;
  font-size: 100%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.str-header .inner .nav-member .btn:hover, .str-header .inner .nav-member .btn:focus, .str-header .inner .nav-member .btn:active {
  opacity: .8;
}
.str-header .inner .nav-member .btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: block;
  margin: auto;
  width: 17px;
  height: 23px;
  background-image: url(../images/icon/sprite.png);
  background-position: -121px 0;
  content: '';
}
.str-header .inner .nav-member .btn:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 9px;
  height: 6px;
  background-image: url(../images/icon/sprite.png);
  background-position: -44px -31px;
  content: '';
}
.str-header .inner .nav-member .menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
  margin: -3px 0 0 0;
  padding: 0;
  width: 100%;
  border-top: solid 1px #ccc;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
.str-header .inner .nav-member .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
  font-size: 1.4rem;
}
.str-header .inner .nav-member .menu li a {
  display: block;
  padding: 15px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  background: #fff;
  color: #333;
  text-decoration: none;
}
.str-header .inner .nav-member .menu li a:hover, .str-header .inner .nav-member .menu li a:focus, .str-header .inner .nav-member .menu li a:active {
  background: #e3fad0;
}

/*----フッター-------------------------------------------*/
.str-footer {
  min-width: 1240px;
  width: 100%;
}
.str-footer .info-footer {
  margin: 0;
  padding: 30px 0 50px 0;
  background: #f0f0e8;
}
.str-footer .info-footer .list-sns {
  display: table;
  margin: 0 auto 30px;
  padding: 0;
}
.str-footer .info-footer .list-sns li {
  display: table-cell;
  padding-left: 7px;
}
.str-footer .info-footer .list-sns li:first-child {
  padding-left: 0;
}
.str-footer .info-footer .box-footer {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  width: 1240px;
  border-radius: 6px;
  background: #f8f8f4;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  font-size: 1.4rem;
}
.str-footer .info-footer .box-footer p em {
  color: #5dab20;
  font-style: normal;
}
.str-footer .info-footer .box-footer p:last-child {
  margin: 0;
}
.str-footer .nav-footer {
  margin: 0 0 30px 0;
  min-width: 1240px;
  width: 100%;
  border-top: 20px solid #48890f;
  background-color: #6ba439;
  color: #538c22;
}
.str-footer .nav-footer .inner {
  margin: 0 auto;
  padding: 10px 0 10px;
  width: 1240px;
}
.str-footer .nav-footer .inner .tit {
  margin: 0 0 10px 0;
  padding-left: 5px;
  border-left: 5px solid #9ae459;
  color: #fff;
  font-weight: bold;
  font-size: 85.71429%;
  font-size: 1.2rem;
}
.str-footer .nav-footer .inner .tit a {
  color: #fff;
}
.str-footer .nav-footer .inner .col {
  padding: 20px 0;
}
.str-footer .nav-footer .inner .col .link-list {
  margin: 0;
  padding: 0;
}
.str-footer .nav-footer .inner .col .link-list:after {
  display: table;
  clear: both;
  content: '';
}
.str-footer .nav-footer .inner .col .link-list li {
  float: left;
  list-style: none;
  font-size: 85.71429%;
  font-size: 1.2rem;
}
.str-footer .nav-footer .inner .col .link-list li a {
  color: #fff;
}
.str-footer .nav-footer .inner .col .link-list li:after {
  display: block;
  float: right;
  padding: 0 3px;
  color: #5b8c2a;
  content: '｜';
}
.str-footer .nav-footer .inner .col .link-list li:last-child:after {
  display: none;
  content: '';
}
.str-footer .nav-footer .inner .col:last-child {
  border-top: 1px solid #518d15;
}
.str-footer .nav-company {
  margin: 0 auto 30px;
  width: 1240px;
}
.str-footer .nav-company:after {
  display: table;
  clear: both;
  content: '';
}
.str-footer .nav-company .tit {
  float: left;
  margin: 0;
  width: 365px;
}
.str-footer .nav-company .tit small {
  display: block;
}
.str-footer .nav-company .tit a {
  color: #435b67;
  font-weight: bold;
  font-size: 71.42857%;
  font-size: 1rem;
}
.str-footer .nav-company .link-list {
  float: left;
  margin: 0;
  padding: 5px 0;
}
.str-footer .nav-company .link-list:after {
  display: table;
  clear: both;
  content: '';
}
.str-footer .nav-company .link-list li {
  float: left;
  padding: 6px 0;
  list-style: none;
  font-size: 85.71429%;
  font-size: 1.2rem;
}
.str-footer .nav-company .link-list li:before {
  display: block;
  float: right;
  padding: 0 3px;
  content: '｜';
}
.str-footer .nav-company .link-list li:last-child:before, .str-footer .nav-company .link-list li:nth-last-child(2):before {
  display: none;
  content: '';
}
.str-footer .nav-company .link-list li.btn-recruit {
  display: inline-block;
  margin: 0 0 0 35px;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: bold;
}
.str-footer .nav-company .link-list li.btn-recruit a {
  color: #333;
  text-decoration: none;
  font-size: 100%;
  font-size: 1.4rem;
}
.str-footer .nav-company .link-list li.btn-recruit a:hover, .str-footer .nav-company .link-list li.btn-recruit a:focus, .str-footer .nav-company .link-list li.btn-recruit a:active {
  opacity: 0.8;
}

.pop-str-footer {
  min-width: 700px;
  width: 100%;
  border-top: 1px solid #ccc;
}
.pop-str-footer > .inner {
  margin: 20px auto;
  width: 680px;
}
