<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*====================================================================

	Contents CSS

====================================================================*/

html {
  height: 100%;
}

.pc_none{
  display: none;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#wrap{
  background-color: #f7fafc;

}



/*====================================================================
	header CSS
====================================================================*/
header{
  width: 100%;
  min-width: 1200px;
  height: 80px;
  margin: 0 auto 0 auto;
  background-color: #fff;
}


#header_area{
  width: 1080px;
  height: 60px;
  padding: 20px 0 0 120px;
  margin: 0 auto 0 auto;
  display: flex;
}
.logo{}

.logo h1{
  position: relative;
}

.logo h1:hover{
  opacity: 0.7
}

.logo h1 a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.navi_area{
  padding: 25px 0 0 118px;
}

.navi_area ul{
  display: flex;
}

.navi_area li{
  font-size: 15px;
  font-weight: bold;
  margin: 0 13px 0 13px;
  position: relative;
  display: none;
}

.navi_area li:hover{
  opacity: 0.7
}

.navi_area li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



.testcenter-c{
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
}

.testcenter_area{
  width: 970px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 5px 0 0 0;
}

.testcenter-c{
  display: flex;
  justify-content: space-around;
}

.testcenter-c li{
  width: 30%;
  position: relative;
}

.testcenter-c li img{
  width: 100%;
  height: auto;
}

.testcenter-c li:hover{
  opacity: 0.7
}

.testcenter-c li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*====================================================================
	footer CSS
====================================================================*/
footer{
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  font-size: 13px;
  font-weight: bold;
}

footer a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer_area1{
  display: flex;
  padding: 28px 0 0 120px;
}

.foot_logo{
	  pointer-events: none;
}

.foot_logo h2{
  position: relative;
  padding-bottom: 40px;
}
.foot_logo h2:hover{
  opacity: 0.7
}

.foot_nav1{
  padding: 5px 0 0 160px;
  line-height: 1.8em;
}

.foot_nav1 ul{}

.foot_nav1 li{
  position: relative;
  display: none;
}

.foot_nav1 li:hover{
  opacity: 0.7
}

.foot_nav2{
  padding: 5px 0 0 75px;
  line-height: 1.8em;
}

.foot_nav2 ul{}

.foot_nav2 li{
  position: relative;
  display: none;
}

.foot_nav2 li:hover{
  opacity: 0.7
}

.foot_area2{
  display: flex;
  justify-content: space-between;
  line-height: 1.8em;
  color: #666666;
  padding: 0 0 0 120px;
}

.foot_nav3{}

.foot_nav3 ul{
  display: flex;
}

.foot_nav3 li{
  margin-right: 20px;
  position: relative;
}

.foot_nav3 li:hover{
  opacity: 0.7
}

.foot_nav3 li:nth-child(1){
	display: none;
}

.copyright{
  font-size: 12px;
}

/*====================================================================
	Visual CSS
====================================================================*/
.vi_space{
  width: 100%;
  min-width: 1200px;
  height: auto;
  min-height: 50px;
  margin: 0 auto 0 auto;
  background-image: url(../img/index/main/vi_up.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.vi_text{
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;
  line-height: 50px;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}

.main_visual{
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
}

.main_visual img{
  width: 100%;
  height: auto;
}

/*====================================================================
	index topic CSS
====================================================================*/
.index_01{
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

.index_01 h2 img{
  width: 100%;
  height: auto;
}

.index_topic{
  width: 1000px;
  height: auto;
  padding-bottom: 30px;
  margin: 0 auto 0 auto;
}

.index_topic ul{
  height: 150px;
  margin: 0 0 0 160px;
  line-height: 2.0em;
  overflow-y: auto;
}

.index_topic li{
  display: flex;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 25px;
  position: relative;
}

.index_topic li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.index_topic li:hover{
  opacity: 0.7
}

.index_topic li p:nth-child(1){
  width: 65px;
}

.index_topic li p:nth-child(2){
  width: 520px;
  padding-left: 40px;
}

.index_topic li p:nth-child(3){
  width: 110px;
  height: 25px;
  background-image: url(../img/index/info/info_cbg.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

/*====================================================================
	index service CSS
====================================================================*/
.index_02{
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
}

.index_02 h2{
  margin-bottom: 0;
}

.index_02 h2 img{
  width: 100%;
  height: auto;
  margin-bottom: 0;
}


.index_02c{
  width: 1000px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;

}

.index_02c a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.index_sbgc{
  width: 485px;
  height: 306px;
  background-image: url(../img/index/service/service_cbg.png);
  background-repeat: no-repeat;
}

.index_stext{
  padding:0 0 0 25px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
}

.index_sbg1{
  width: 485px;
  height: 306px;
  background-image: url(../img/index/service/service_cbg1.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 3px #B3B9D1;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
}

.index_sbg2{
  width: 485px;
  height: 306px;
  background-image: url(../img/index/service/service_cbg2.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 3px #b9dcec;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  background-size: contain;
  background-position: top right;
}

.index_sbg3{
  width: 485px;
  height: 306px;
  background-image: url(../img/index/service/service_cbg3.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 3px #B3B9D1;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  background-size: contain;
  background-position: top right;
}

.index_sbg4{
  width: 485px;
  height: 306px;
  background-image: url(../img/index/service/service_cbg4.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 3px #b9dcec;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  background-size: contain;
  background-position: top right;
}

.index_sbg5{
  width: 485px;
  height: 306px;
  background-image: url(../img/index/service/service_cbg5.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 3px #B3B9D1;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  background-size: contain;
  background-position: top right;
}

.index_sbg1:hover{
  opacity: 0.7
}

.index_sbg2:hover{
  opacity: 0.7
}

.index_sbg3:hover{
  opacity: 0.7
}

.index_sbg4:hover{
  opacity: 0.7
}

.index_sbg5:hover{
  opacity: 0.7
}

.index_sbg1 h3{
  font-size: 18px;
  line-height: 1.5em;
  padding: 8px 0 5px 18px;
  color: #5454a9;
  font-weight: bold;
}

.index_sbg2 h3{
  font-size: 18px;
  line-height: 1.5em;
  padding: 8px 0 5px 18px;
  color: #2c9fcb;
  font-weight: bold;
}

.index_sbg3 h3{
  font-size: 18px;
  line-height: 1.5em;
  padding: 8px 0 5px 18px;
  color: #5454a9;
  font-weight: bold;
}

.index_sbg4 h3{
  font-size: 18px;
  line-height: 1.5em;
  padding: 8px 0 5px 18px;
  color: #2c9fcb;
  font-weight: bold;
}

.index_sbg5 h3{
  font-size: 18px;
  line-height: 1.5em;
  padding: 8px 0 5px 18px;
  color: #5454a9;
  font-weight: bold;
}


/*====================================================================
	index school CSS
====================================================================*/
.index_03{
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

.index_03 h2{}

.index_03 h2 img{
  width: 100%;
  height: auto;
}


.index_03c{
  width: 1081px;
  height: auto;
  margin: 0 auto 0 auto;
}

.index_03c1{
  display: flex;
}

.index_school{
  width: 280px;
  height: 470px;
  margin: 0 40px 0 40px;
  position: relative;
}

.index_school:hover{
  opacity: 0.7
}

.index_school a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index_school h3{
  font-size: 14px;
  line-height: 1.5em;
}

.index_school_img{
  margin-bottom: 10px;
}

.index_school_img img{
  width: 280px;
  height: 200px;
}


.index_scool_info{
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 5px 0 5px;
}


/*====================================================================
	index banner CSS
====================================================================*/
.index_04{
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
}

.index_04 h2{}

.index_04 h2 img{
  width: 100%;
  height: auto;
}



.index_04c{
  width: 100%;
  height: auto;
  background-color: #e3e4e5;
}

.index_04c ul{
  width: 1000px;
  height: auto;
  display: flex;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
}

.index_04c li{
  position: relative;
}

.index_04c li:hover{
  opacity: 0.7
}

.index_04c a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*====================================================================
	page top CSS
====================================================================*/
.page-top
{
  width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 ;
}

.page-top p
{
  margin: 0 ;
  padding: 0 ;

  position: fixed ;
  right: 16px ;
  bottom: 175px ;
}

.move-page-top
{
  display: block ;
  width: 46px ;
  height: 46px ;
  color: #fff ;
  text-decoration: none ;
  text-align: center ;
  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
}

.move-page-top:hover
{
  opacity: 0.7 ;
  cursor: pointer;
}


/*====================================================================
	under_content CSS
====================================================================*/
.uc_01{
  background: url(../img/common/001.png);
  background-repeat: no-repeat;
  background-position: left top;
  width:100%;
  height:auto;
  background-size:100%;
}

.uc_01bg{
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.uc_01bg::before {
  display:block;
  content:"";
  padding-bottom:26%;
}


.uc_01c{
  width: 100%;
  height: auto;
  position: absolute;
  margin: -20% auto 0 auto;
}

.uc_01c2{
  width: 100%;
  height: auto;
  position: absolute;
  margin: -20% auto 0 auto;
}

.uc_01c2 p{
  text-align: center;
  color: #fff;
  line-height: 1.8em;
}

.ttl{
  margin: 0 auto 0 auto;
}

.ttl h2{
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 2.5vw;
  color: #fff;
}

.breadbreak{
  width: 100%;
  height: auto;
  position: absolute;
  margin-top: 15%;
}

.breadbreak ul{
  width: 1200px;
  display: flex;
  justify-content: flex-end;
  height: auto;
  margin: 0 auto 0 auto;
  font-size: 12px;
}

.breadbreak li{
  position: relative;
  color: #666666;
}

.breadbreak li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}

.breadbreak li:hover{
  opacity: 0.7;
  cursor: pointer;
}

.breadbreak li:nth-child(1){
  height: 12px;
  background-image: url(../img/under_cont/home_ico.png);
  background-repeat: no-repeat;
  padding:0 17px 0 17px;
}

.breadbreak li:nth-child(2){
  height: 12px;
  background-image: url(../img/under_cont/tr_ico.png);
  background-repeat: no-repeat;
  padding:0 17px 0 17px;
  margin-right: 100px;
}

/*====================================================================
	service CSS
====================================================================*/
.uc_02{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 30px;
}

.uc_02c{
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  line-height: 1.8em;
  font-size: 16px;
}

.uc_02text{
  width: 656px;
  padding-left: 34px;
}

.uc_02text h3{
  font-size: 24px;
}

.uc_02_text p{
  color: #666666;
}

.uc02_img{
  width: 344px;
  padding-right: 34px;
}

.uc02_img img{
  width: 100%;
  height: auto;
}


.uc_03{
  background: url(../img/under_cont/002.png);
  background-repeat: no-repeat;
  background-position: left top;
  width:100%;
  min-width: 1200px;
  height:auto;
  background-size:100%;
  background-color: #fff;
}

.uc_03bg{
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.uc_03bg::before {
  display:block;
  content:"";
  padding-bottom:17%;
}

.uc_03ttl{
  width: 100%;
  min-width: 1200px;
  margin: -55px auto 0 auto;
  position: absolute;
}

.uc_03ttl h3{
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;
  text-align: center;
  color: #3b3a97;
  position: relative;
  padding: 10px 0;
}

.uc_03ttl h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
  background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}


.uc_03c h3{
  font-size: 16px;
}

.uc_03c{
  width: 100%;
  min-width: 1200px;
  background-color: #d6e0ef;
  font-size: 16px;
  color: #666666;
}


.uc_03list{
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
}

.uc_03list h4{
  padding-top: 20px;
  padding-left: 260px;
  padding-bottom: 10px;
  background-color: #d6e0ef;
}
.uc_03list ul{
  padding-left: 260px;
}

.uc_03list li{
  background-image: url(../img/under_cont/uc03_tr.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 25px;
  font-size: 16px;
  margin: 10px 0 10px 0;
}

.uc_03list p{
  padding-left: 285px;
  line-height: 1.8em;
}

.uc_03list .intext{
  padding-left: 0;
  margin: 10px 0 10px;
}


.uc_03text{
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
}

.uc_03text p{
  width: 800px;
  margin: 0 auto 0 auto;
  line-height: 1.8em;
}



.uc_04_01{
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-image: url(../img/pc/002.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.uc_04_02{
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-image: url(../img/business/002.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.uc_04_03{
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-color: #fff;
  padding-bottom: 40px;
  text-align: center;
}


.uc_04up{
  background: url(../img/under_cont/004u.png);
  background-repeat: no-repeat;
  background-position: left top;
  width:100%;
  min-width: 1200px;
  height:auto;
  background-size:100%;
}

.uc_04up2{
  background: url(../img/under_cont/004u.png);
  background-repeat: no-repeat;
  background-position: left top;
  width:100%;
  min-width: 1200px;
  height:auto;
  background-size:100%;
  background-color: #fff;
}

.uc_04d{
  background: url(../img/under_cont/004d.png);
  background-repeat: no-repeat;
  background-position: left top;
  width:100%;
  min-width: 1200px;
  height:auto;
  background-size:100%;
}


.uc_04bg{
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.uc_04bg::before {
  display:block;
  content:"";
  padding-bottom:17%;
}

.uc_04c{
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto
}


.uc_04c h3{
  font-size: 24px;
  line-height: 2.0em;
  margin-bottom: 20px;
  padding-left: 126px;
  color: #000;
}

.uc_04c p{
  font-size: 16px;
  line-height: 1.8em;
  padding-left: 126px;
  color: #666666;
}

.uc_04c2 h3{
  font-size: 24px;
  line-height: 2.0em;
  margin-bottom: 20px;
  color: #000;
}

.uc_04c2 p{
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
}
.uc_05{
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #d6e0ef;
}

.uc_05up{
  background: url(../img/under_cont/004u.png);
  background-repeat: no-repeat;
  background-position: left top;
  width:100%;
  min-width: 1200px;
  height:auto;
  background-size:100%;
  background-color: #fff;
}

.uc_05bg{
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.uc_05bg::before {
  display:block;
  content:"";
  padding-bottom:17%;
}

.uc_05list{
  padding: 10px 0 10px 260px;
}

.uc_05lista ul{
}

.uc_05lista li{
  background-image: url(../img/under_cont/uc03_tr.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 25px;
  font-size: 16px;
  margin: 10px 0 10px 0;

}

.uc_05lista li p{
  background-image: url(../img/under_cont/uc03_trc.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 25px;
  font-size: 16px;
  margin: 10px 0 10px 0;

}

.uc_05ctext{
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
}

.uc_05ctext p{
  width: 800px;
  margin: 0 auto 0 auto;
  line-height: 1.8em;
}

.uc_05img{
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.uc05_imgs{
  width: 50%;
}

.uc05_imgs p{
  line-height: 1.8em;
  text-align: center;
}

.uc05_imgs img{
  width: 200px;
  height: auto;
}

.uc_05list2{
  width: 50%;
  padding: 10px 0 10px 0;
}

.uc_06{
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

.uc_06c{
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  padding:40px 0 40px 0;
  text-align: center;
}

.uc_06c h3{
  font-size: 24px;
  line-height: 1.8em;
  padding-bottom: 20px;
}

.uc_06text{
  font-size: 13px;
  line-height: 1.8em;

}

.uc_06textb{
  width: 800px;
  height: auto;
  margin: 0 auto 0 auto;
  font-size: 13px;
  line-height: 1.8em;
  color: #666666;
  text-align: left;
}

.uc_06textb ul{
  width: 100%;
  margin-bottom: 100px;
}

.uc_06textb li{
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 2.0em;
  border-bottom: 1px dashed #666666;
  padding: 10px;
}

.uc_06textb li:last-child{
  border-bottom: 0px;
}

.uc_06textb li p:nth-child(1){
  width: 100%;
  color: #3b3a97;
  font-weight: bold;

}

.uc_06textb li p:nth-child(2){
  width: 400px;
  color: #6666666;
  padding-left: 40px;
}

.uc_06textb li p:nth-child(3){
  width: 340px;
  color: #6666666;
}

.uc_06imgb ul{
  width: 600px;
  height: auto;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uc_06imgb img{
  width: 200px;
}


.books{

  display: flex;
  position: relative;
  padding: 50px 0 0 0;
  margin-left: 130px;
}


.books2{
  padding-left: 20px;
}

.books a{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.books img{
  width: 150px;
  height: auto;
  border: 1px solid #E3E3E3;
}

/*====================================================================
	companyprofile CSS
====================================================================*/
.companyprofile{
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-color: #fff;
}

.cp01{
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 100px 0 100px;
}

.cp01 h3{
  width: 800px;
  height: auto;
  font-size: 24px;
  line-height: 1.8em;
  color: #333333;
  text-align: center;
  margin: 0 auto 40px auto;

}

.cp01_text{
  width: 720px;
  height: auto;
  margin: 0 auto 0 auto;
  font-size: 14px;
  line-height: 1.8em;
  color: #666666;
  padding-bottom: 100px;

}

.cp02{
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 70px 0;
}

.cp02 h3{
  width: 800px;
  height: auto;
  margin: 0 auto 0 auto;
  font-size: 16px;
  line-height: 1.8em;
  color: #3b3a97;
  text-align: center;
}

.cp02_data{
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 ;
}

.cp02_data dl{
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
  border-top: 1px dashed #000;
  font-size: 14px;
  line-height: 1.8em;
}

.cp02_data dt{
  width: 30%;
  text-align: center;
  background-color: #e7e8e8;
  padding: 20px 0 20px 0;
  border-bottom: 1px dashed #000;
}

.cp02_data dd{
  width: 70%;
  padding: 20px 0 20px 0;
  border-bottom: 1px dashed #000;
}

.cp02_office{
  margin-bottom: 20px;
}

.cp02_data p{
  padding: 0 0 0 40px;
}

/*====================================================================
	map CSS
====================================================================*/
.map{
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-color: #fff;
  padding: 20px 0 20px 0;
}

.all_map{
  width: 866px;
  height: 696px;
  background-image: url(../img/map/allmap.jpg);
  background-repeat: no-repeat;
  margin: 0 auto 0 auto;
}

.map h3{
  text-align: center;
  padding-bottom: 20px;
}

.pc_map{

}
.pc_map ul{
  width: 100%;
  min-width: 866px;
  display: flex;
  flex-wrap: wrap;
}

.pc_map li{
  width: 256px;
  height: 126px;
  padding: 10px 0 0 15px;
  color: #fff;
  position: relative;
}

.pc_map li:hover{
  opacity: 0.7
}

.pc_map li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pc_map li h4{
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.8em;
}

.pc_map li p{
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 1.5em;
}

.pc_map li:nth-child(1){
  margin: 0 260px 25px 276px;
}

.pc_map li:nth-child(2){
  margin: 0 354px 0 0;
}

.pc_map li:nth-child(3){
  margin: 47px 0 0 0;
}

.pc_map li:nth-child(4){
  margin: 18px 0 0 323px;
}

.pc_map li:nth-child(5){
  margin: 103px 0 0 591px;
}

.school_mapi{
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;

}

.school_mapi ul{
  border-top:1px solid #dcdddf;
}

.school_mapi li{
  display: flex;
  border-bottom:1px solid #dcdddf;
}

.map_img{
  width: 500px;
  height: auto;
  padding: 50px;
}

.map_text{
  width: 500px;
  height: auto;
  padding: 50px 0 50px 0;
  font-size: 12px;
  line-height: 1.8em;
}

.map_text h4{
  font-size: 14px;
  line-height: 1.5em;
}

.map_text p{

}

.map_text dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.map_text dt{
  width: 85px;
  height: auto;

}

.map_text dd{
  width: 415px;
  height: auto;

}

.google_map{
  position: relative;
}

.google_map:hover{
  opacity: 0.7;
  cursor: pointer;
}

.google_map a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}

.map_canvas{
  width: 100%;
  height: 100%;
  margin: 0;
}

#googleMap {
  width: 100%;
  height: 100%;
  margin: 0;
}
.mapPopup {
  margin: 10px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align:left;
  width:150px;
}
#mapLon,
#mapLat,
#mapTitle,
#mapScale,
#pointLon,
#pointLat,
#popupEnable {
  display: none;
}

/*====================================================================
	contact CSS
====================================================================*/
.cp02_data input[type="text"]{
  width: 70%;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
}

.cp02_data textarea{
  width: 70%;
  height: 10em;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  resize: none;
}

.contact_button{
  width: 800px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 40px 0 40px;
}

.contact_button ul{
  display: flex;
  justify-content: space-between;
}

.contact_button li{
  width: 50%;
  height: auto;
  text-align: center;
}

.contact_button input[type="submit"]{
  width: 250px;
  padding: 10px;
  background-color: #3b3a97;
  color: #fff;
}

.contact_button input[type="submit"]:hover{
  opacity: 0.7;
  cursor: pointer;
}

.contact_button button{
  width: 250px;
  padding: 10px;
  background-color: #666666;
  color: #fff;
}

.contact_button button:hover{
  opacity: 0.7;
  cursor: pointer;
}

.mail_thnx{
  width: 600px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 20px 0 20px 0;
}

.mail_thnx p{
  line-height: 1.8em;
}

/*====================================================================
	policy CSS
====================================================================*/
.policy_cont{
  width: 720px;
  height: auto;
  margin: 0 auto 0 auto;
  font-size: 14px;
  line-height: 1.8em;
  color: #666666;
}

.policy_cont h3{
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
}

.policy_in{
  padding: 10px 10px 20px 10px;
}

/*====================================================================
	Ad area CSS
====================================================================*/
.ad_area{
  padding: 40px 0 40px 0;
}

.ad_area ul{
  width: 970px;
  height: auto;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
}


.ec-totalBox__taxRate{
	display: none;
}</pre></body></html>