#visualTop {
  height: 260px;
  background: no-repeat center center / cover;
}
#visualTop.sub01 {
  background-image: url('../img/sub/visual01.png');
}
#visualTop.sub02 {
  background-image: url('../img/sub/visual02.png');
}
#visualTop.sub03 {
  background-image: url('../img/sub/visual03.png');
}
#visualTop.sub04 {
  background-image: url('../img/sub/visual04.png');
}
#visualTop.sub05 {
  background-image: url('../img/sub/visual05.png');
}
#visualTop.sub06 {
  background-image: url('../img/sub/visual06.png');
}

#visualTop h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 200px;
}
#visualTop .navi {
  background: rgba(0, 0, 0, 0.7);
  height: 60px;
}
#visualTop .default {
  display: inline-block;
}
#visualTop .default:after {
  content: '';
  display: block;
  clear: both;
}
#visualTop .default > li {
  position: relative;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 240px;
}
#visualTop .default > li:first-child {
  width: inherit;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#visualTop .default > li > a {
  background: url('../img/common/ic_sub_go.png') no-repeat right 20px center;
}
#visualTop .default > li:first-child > a {
  background: none;
  padding: 0 14px;
}
#visualTop .default > li a {
  display: block;
  width: 100%;
  line-height: 60px;
  padding: 0 20px;
  color: #fff;
}
#visualTop .default > li ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#visualTop .default > li ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#visualTop .default > li ul li a:hover {
  background-color: #000;
}
#visualTop .default > li:hover ul {
  display: block;
}

.sub_container {
  max-width: 1260px;
  margin: 50px auto;
  padding: 0 20px;
}
#subNav {
  overflow: hidden;
}
#subNav > a {
  display: block;
  float: left;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 10px 0;
}
#subNav > a.active {
  background-color: #003668;
  color: #fff;
  border: 1px solid #003668;
}

.sub_title {
  text-align: center;
  margin: 65px 0;
  text-align: center;
  font-size: 26px;
}
.sub_title span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #000;
  margin: 20px auto;
}


.sub01_info_txt { border : 1px solid #dfdfdf; padding : 50px; background : #fcf5c7 url('/resource/templete/tour3/img/sub/sub01_info_bg.png') no-repeat center center }
.sub01_info_txt h2 { font-size : 35px; color : #03658c; margin : 0 0 20px 0; }
.sub01_info_txt b { color : #000 }


.business_info dl h2 {
  font-size: 32px;
  color: #03658c;
  margin-bottom: 40px;
}
.business_info dl dd {
  width: 500px;
}
.circle {
  background : url('/resource/templete/tour3/img/sub/sub01_info_bg_02.png') no-repeat bottom center 
}
.business_info .circle_wrap {
  max-width: 835px;
  margin: 30px auto 50px;
  overflow: hidden;
}


.business_info .circle_wrap .inner {
 float: left;
  width: 250px;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  margin-left:-30px;
}

.business_info .circle_wrap .inner p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  font-weight : bold;
  line-height : 180%;
}
.business_info .circle_wrap .inner:nth-child(1) { margin-left : 0 }
.business_info .circle_wrap .inner:nth-child(1) p {
  background-color: #34b1bf;
}
.business_info .circle_wrap .inner:nth-child(2) { position : relative; z-index : 3;}
.business_info .circle_wrap .inner:nth-child(2) p {
  background-color: #003668;
}
.business_info .circle_wrap .inner:nth-child(3) p {
  background-color: #03658c;
}



.history_wrap {
  position: relative;
  padding: 50px 0;
  overflow : hidden;
}
.history_wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
  position: absolute;
  top: 0;
  left: 50%;
}

.history_wrap li {
  position: relative;
  overflow: hidden;
}
.history_wrap li > div {
  width: 50%;
}
.history_wrap li > div.left { padding-right : 65px }
.history_wrap li > div.right { padding-left : 65px }

.history_wrap h2 {
  font-size: 35px;
  color: #c3c3c3;
  line-height: 110px;
}
.history_wrap p {
  position: relative;
  text-align: center;
  padding: 40px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  font-size: 20px;
}
.history_wrap p:before {
  content: url("/resource/templete/tour3/img/sub/ic_history_left.png");
  position: absolute;
  top: calc(50% - 8px);
  left: -47px;
}

.history_wrap .left p:before {
  content: url("/resource/templete/tour3/img/sub/ic_history_right.png");
  position: absolute;
  top: calc(50% - 10px);
  left: inherit;
  right: -47px;
}

.history_wrap p:after {
  content: url("/resource/templete/tour3/img/sub/ic_history.png");
  position: absolute;
  top: calc(50% - 2px);
  left: -75px;
}

.history_wrap .left p:after {
  content: url("/resource/templete/tour3/img/sub/ic_history.png");
  position: absolute;
  top: calc(50% - 2px);
  left: inherit;
  right: -75px;
}

.history_wrap p + p {
  margin-top: 20px;
}
.history_wrap li > div.left {
  position: relative;
  text-align: right;
}



.txt_wrap {
  margin: 65px 0;
  color: #474747;
}
.txt_wrap h3 {
  font-size: 20px;
  color: #000;
  margin: 0 0 8px 0;
}
.txt_wrap > ul > li {
  position: relative;
  padding-left: 10px;
  line-height: 180%;
}
.txt_wrap > ul > li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #000;
}
.step_wrap {
  margin: 30px -30px;
  overflow: hidden;
}
.step_wrap .wrap {
  position: relative;
  float: left;
  width: calc(20% - 60px);
  margin: 0 30px;
  border: 1px solid #dfdfdf;
  text-align: center;
}
.step_wrap .wrap:after {
  content: url('../img/sub/ic_step_arrow.png');
  position: absolute;
  top: calc(50% - 15px);
  right: -43px;
}
.step_wrap .wrap:last-child:after {
  display: none;
}
.step_wrap .wrap p {
  background-color: #0665a9;
  color: #fff;
  padding: 5px 0;
}
.step_wrap .inner {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  height: 100px;
  justify-content: center;
  font-weight: bold;
  color: #000;
}

.add_form_wrap {
  display: none;
  margin-top: 50px;
  border-top: 2px solid #000;
}
.add_form_wrap dl {
  border-bottom: 1px solid #dfdfdf;
}
.add_form_wrap dt {
  text-align: center;
  width: 150px;
  background-color: #f1f1f1;
}
.add_form_wrap dt,
.add_form_wrap dd {
  padding: 15px;
}

.add_form_wrap textarea {
  display: block;
  width: 100%;
  height: 150px;
}
.add_form_wrap li {
  position: relative;
  margin: 5px 0;
  padding-left: 15px;
}
.add_form_wrap li:before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.add_form_wrap .agree_wrap {
  position: relative;
  padding-right: 100px;
  padding-top: 20px;
  margin: 20px 0 0 0;
  border-top: 1px solid #dfdfdf;
}
.add_form_wrap .agree_wrap span {
  position: Absolute;
  top: 20px;
  right: 0;
}

#page .slick-active {
  width: 80%;
}

.txt_alert {
  padding: 15px;
  border: 1px solid #dfdfdf;
  background-color: #f1f1f1;
  color: red;
}
.txt_alert + .bbs_top {
  margin-top: 35px;
}

.apply_txt a {
  display: inline-block;
  border: 1px solid #dfdfdf;
  background-color: #f1f1f1;
  padding: 5px 10px;
  margin-top: 5px;
  color: #333;
}

@media (max-width: 1200px) {
  .sub01_info_txt { padding-right : 250px; background-position : bottom center }
  .history_wrap { padding : 0; max-width : 700px; margin : 0 auto }
  .history_wrap li > div { float : none; width : 100%; padding : 0 20px !important; text-align : center !important }
  .history_wrap li h2 { background-color : #fff; line-height : inherit; font-size : 35px; padding-top : 50px; margin : 0 0 70px 0;}
  .history_wrap li:first-child h2 { padding : 0 }
.history_wrap li p { background-color : #fff }
.history_wrap p:before { display : none }
.history_wrap p:after { top : -45px !important; left : calc(50% - 8px) !important; right : inherit ! important }

}

@media (max-width: 1000px) {
  .sub_title {
    margin: 45px 0;
  }
  
  .business_info .circle_wrap { max-width : 690px }
  .business_info .circle_wrap .inner { width : 210px; margin-left : -30px }
  .business_info .circle_wrap .inner p { width : 250px; height : 250px; font-size : 16px;}
}

@media (max-width: 900px) {
  #visualTop {
    height: 150px;
  }
  #visualTop h2 {
    line-height: 150px;
    font-size: 24px;
  }
  #visualTop .navi {
    display: none;
  }
  .business_info dl,
  .business_info dl dt,
  .business_info dl dd {
    display: table;
    width: 100%;
    text-align: center;
  }
  .business_info dl dd img {
    width: initial;
    max-width: initial;
    margin: 30px auto;
  }
  .business_info ul li {
    float: none;
    width: 100%;
  }

  .step_wrap {
    margin: 0;
  }
  .step_wrap .wrap {
    width: 100%;
    margin: 30px 0;
  }
  .step_wrap .wrap:after {
    top: inherit;
    right: calc(50% - 12px);
    bottom: -50px;
    transform: rotate(90deg);
  }
}

@media ( max-width : 750px ){
	.business_info .circle_wrap .inner { float : none; margin : -30px auto !important  }
	.business_info .circle_wrap .inner:first-child { margin-top : 0 !important }
	.business_info .circle_wrap .inner:last-child { margin-bottom : 0 !important }
	
}

@media ( max-width : 700px ){
		.sub01_info_txt { padding-right : 150px }
		.sub01_info_txt h2 { font-size : 28px }
}

/*agree_wrap*/

.agree_wrap.lectureRegi .privacy_agree_wrap {
    position: relative;
    margin-top: 20px
}

.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_title {
    display: block;
    width: 100%;
    padding: 16px 24px 16px 21px;
    background: #426f8f;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_inner {
    border: 1px solid #dfdfdf;
    padding: 14px 30px 30px 30px;
}

.agree_wrap.lectureRegi .privacy_agree_wrap .inner_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
}

.agree_wrap.lectureRegi .privacy_agree_wrap .inner_title:before {
    display: block;
    overflow: hidden;
    background: url(/resource/templete/nl/common/img/common/sp.png) 0 0 no-repeat;
    font-size: 5px;
    color: transparent;
    width: 17px;
    height: 17px;
    background-position: -209px -50px;
    content: '';
    margin-right: 10px;
}

.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_list {
    margin-top: 12px;
}

.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_list li {
    position: relative;
    margin-top: 6px;
    padding-left: 10px;
    font-size: 16px;
}
.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_list li.point_size{ font-size: 25px; font-weight: 500;}
.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_list li:first-child {
    margin-top: 0;
}

.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_list li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 2px;
    background: #000;
    content: '';
}

.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree {
    border-top: 1px solid #dfdfdf;
    text-align: left;
    margin-top: 30px;
    padding-top: 30px;
}
.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree p{ display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 5px}
.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree .txt{ margin-bottom: 10px}
.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree label { margin-bottom: 0; margin-left: 3px}
.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree label + input { margin-left: 10px}

@media ( max-width : 800px ){
		.agree_wrap.lectureRegi .privacy_agree_wrap .privacy_agree_inner{ padding: 15px}
}