@charset "UTF-8";
@media ( max-width: 767px ) {



/* =====================================
 *  装飾
 * ===================================== */

.ofi {
	position: relative;
	height: 0;
}

.ofi img {
	position: absolute;
	top: 0;
	left: 0;
}

.w1200,
.w965,
.w700 {
	width: 100%;
	min-width: 100%;
}

.w965 {
	padding-left: 10px;
	padding-right: 10px;
}




/* =====================================
 * 	COMMON
 * ===================================== */

body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 320px;
}


.pageTop {
	bottom: 120px;
	right: 10px;
}

.pageTop img {
	width: 30px;
}

.topInfo_e{
	margin-bottom: 20px;
}









/*
 * title
 *****************************************/

.ttl1 {
	margin-bottom: 30px;
}

.ttl1 .txtJa {
	font-size: 15px;
}

.ttl1 .txtEn {
	font-size: 35px;
}


.ttl2 {
	font-size: 35px;
	padding: 10px 15px;
}
.ttl2__irre_club {
	height: 55px;
}


.ttl3 {
	margin-top: 30px;
}

.ttl3 .txtMain {
	font-size: 22px;
	margin-bottom: 10px;
}

.ttl3 .txtSub {
	font-size: 12px;
	line-height: 1.3;
}


.ttl4 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 25px;
}


.ttl5 {
	font-size: 16px;
}


.ttl6 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}


.ttl7 {
	font-size: 16px;
	line-height: 1.4;
	padding: 10px;
	margin-bottom: 10px;
}


.ttl8 {
	font-size: 20px;
	margin-bottom: 20px;
}


.ttl10 {
	font-size: 15px;
}

.ttl10 b {
	font-size: 21px;
}


.subTtl01 {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}


.secTtl01 {
	font-size: 16px;
}

.secTtl02 {
	font-size: 18px;
}

.pageHead01 {
	margin-bottom: 15px;
}

.pageHead02 {
	padding-bottom: 15px;
}

.pageHead01 .pageTtl {
	font-size: 25px;
}



/*
 * テキスト
 *****************************************/

.baseTxt01,
.baseTxt02 {
	font-size: 14px;
}


.baseTxt02 {
	line-height: 1.7;
}


.baseList01,
.ol01 {
	padding-left: 1em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.baseList01 li,
.ol01 li {
	font-size: 14px;
	margin-bottom: 5px;
}


.link02 {
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}



/*
 * base column
 *****************************************/

[class*='innerSec0'] {
	margin-bottom: 25px;
}




/*
 * global nav
 *****************************************/

.gNav {
	display: none;
}




/*
 * nav
 *****************************************/

.linkNav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}

.linkNav li {
	width: 48%;
	float: none;
	margin-top: 15px;
	margin-bottom: 0;
}

.linkNav li:nth-child(odd) { margin-right: 4% !important; }
.linkNav li:nth-child(even) { margin-right: 0 !important; }
.linkNav li:nth-child(-n+2) { margin-top: 0; }

.linkNav.departNav li:nth-child(odd) { margin-right: 0% !important; }

.linkNav li a {
	font-size: 13px;
	line-height: 1.3;
	height: 100%;
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}

.linkNav.departNav li{
	width: 100%;
	margin-top: 0px;
	float: none;
	margin-right: 0;
}
.linkNav.departNav  li a{
	padding: 0;
}
.linkNav.departNav .departNavImg{
	width: 100%;
}
.linkNav.departNav .departNavImg img{
	width: 100%;
}

.linkNav.fellowship_btn{
	display: block;
}

.linkNav.fellowship_btn li{
	width: 100%;
	padding-bottom: 4%;
}

.linkNav.fellowship_btn li a{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.dlList li {
	padding: 10px;
	margin-bottom: 10px;
}

.dlList .dlTtl {
	font-size: 16px;
	margin-bottom: 10px;
}

.dlList .hasThumb {
	text-align: center;
}

.dlList .hasThumb .listData {
	float: none;
	width: 100%;
}

.dlList .pdfImg {
	float: none;
	margin-bottom: 20px;
}

.dlList .dataTtl {
	font-size: 14px;
	width: 100%;
	float: none;
	margin-bottom: 5px;
}

.dlList .hasThumb .dataTtl {
	margin-bottom: 10px;
}

.dlList .dlLink {
	width: 100%;
	float: none;
}

.dlList .dlLink a {
	font-size: 13px;
}

.dlList .dlLink02 {
	padding-top: 10px;
}

.dlList .dlLink02 a {
	width: 100%;
	float: none;
	margin-top: 10px;
}

.dlList .dlLink02 a:first-child {
	margin-top: 0;
}




/*
 * button
 *****************************************/

.btnMore4 a {
	font-size: 14px;
	width: 300px;
	padding: 15px 10px;
}




/*
 * タブ切り替え
 *****************************************/

.changeTab a {
	font-size: 15px;
}




/*
 * bnr
 *****************************************/

.bnrBox {
	width: auto;
	height: auto;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

.bnrBox .bnrTtl {
	font-size: 0;
	display: block;
	width: 100%;
	padding: 10px;
}

.bnrBox .bnrTtl .ttlMain {
	font-size: 20px;
	margin-bottom: 5px;
}

.bnrBox .bnrTtl .ttlMain02 {
	font-size: 20px;
}

.bnrBox .bnrTtl .ttlSub {
	font-size: 12px;
}

.bnrBox .bnrData {
	display: block;
}

.bnrBox .dataInner {
	width: 100%;
	padding: 10px;
}

.bnrBox .dataBlock01 .item01 {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	width: auto;
	padding: 10px;
}

.bnrBox .dataBlock01 .item02 {
	font-size: 15px;
}

.bnrBox .dataBlock02 .dataTxt {
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 10px;
}

.bnrBox .dataBlock02 .telNum{
	font-size: 25px;
	text-align: left;
	background-size: auto 20px;
	background-position: left center;
	padding-left: 30px;
}

.bnrBox .dataBlock02 .dataAnno {
	font-size: 12px;
	line-height: 1.3;
}


.bnrBox02 {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.bnrBox02 .boxPop {
	font-size: 10px;
	width: 80px;
	height: 80px;
	top: -25px;
	left: -15px;
}

.bnrBox02 .boxPop .big {
	font-size: 18px;
}

.bnrBox02 .boxTtl {
	font-size: 20px;
	line-height: 1.6;
	padding-left: 25px;
	padding-right: 25px;
}

.bnrBox02 .boxTxt {
	font-size: 15px;
	line-height: 1.7;
}




/*
 * degs layout
 *****************************************/

.degBox {
	margin-top: -5px;
}

.degs1 {
	height: 365px;
	padding-bottom: 45px;
}

.degInner .slider {
	height: 110%;
}

.mainBlock1 {
	padding-bottom: 90px;
}

.mainBlock1 .mainCatch {
	text-align: center;
}

.mainBlock1 .mainCatch img {
	width: 160px;
	left: 20px;
}

.mainBlock1 .btnR {
	width: 100%;
	right: 0;
	text-align: center;
}
.mainBlock1 .btnRequest {
	width: 100%;
	right: 0;
	bottom: 15px;
	text-align: center;
}

.mainBlock1 .btnTour{
	width: 100%;
	right: 0;
	bottom: -35px;
	text-align: center;
}

body.top_honda_e .topConts1 .btnRequest.doc.honda_e {
    right: 50%;
	transform: translate(50%, 0);
    bottom: 60px;
}

body.top_honda_e .topConts1 .btnTour.doc.honda_e {
	right: 50%;
	transform: translate(50%, 0);
	bottom: 10px;
}

.degs2 {
	height: 770px;
	-webkit-clip-path: none;
	clip-path: none;
	margin-top: 0;
}
.degs4{
	height: 1210px;
	-webkit-clip-path: none;
	clip-path: none;
	margin-top: 0;
}
.degs3_e {
	height: 580px;
	margin-top: 0;
}
.degs3_w {
	height: 1270px;
	margin-top: 0;
}
.topBtn{
	width: 100%;
	margin: 20px auto;
	background: #fff;
	padding: 0;
}
.topMovie{
	width: 100%;
	margin: 20px auto;
	padding: 0;
}
.recruitMovie{
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
}
.topBtn a img, .topBtn img {
	width: 100%;
	line-height: 0;
}
.mainBlock2 {
	top: 60px;
}
.mainBlock2._WTop {
	top: 30px;
}
.topBtn__e-book {
	background-image: url(../images/bn_e-book-sp.jpg);
	margin: 20px auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	height: 167px;
}
.topBnr__btn {
    position: absolute;
    top: 80px;
    left: 17px;
}
.topBnr__btn img {
	margin-bottom: 0.5em;
	width: 65%;
}


.topConts2 {
	padding-left: 10px;
}

.bigNav {
	padding-top: 15px;
	padding-right: 30px;
}


.compData .dataInner,
.compData .dataInner.dataInner_w {
	display: block;
	padding-right: 0;
}

.compData .compTtl {
	font-size: 15px;
	line-height: 1.4;
	padding-right: 75px;
}

.compData .compAdd {
	font-size: 12px;
}

.topConts3 {
	background-image: url(../images/shp_tri2_sp.png), url(../images/bg4.jpg);
	-webkit-background-size: 100% 120px, cover;
	background-size: 100% 120px, cover;
	padding-top: 10px;
	padding-bottom: 150px;
}

body.top_honda_w .topConts3 {
	background-image: url(../images/shp_tri2_sp.png), url(../images/bg5.jpg);
}

.compData .compSns{
	right: 0;
}

.compData .compSns-w{
	right: 0;
}

.compData .snsIco img {
	width: 35px;
}

.compData .snsIco:first-child {
	margin-right: 5px;
}
.compData .snsIco-e:nth-child(-n+3) ,
.compData .snsIco-e:nth-child(-n+4) ,
.compData .snsIco-e:nth-child(-n+2){
	margin-right: 5px;
}

.compData .snsIco-w img {
	width: 35px;
}

.compData .snsIco-w:first-child {
	margin-right: 15px;
}

.topFooter {
	bottom: 15px;
}

.topFooter .btnR {
	margin-bottom: 0;
}

.topFooter .btnRequest.doc {
	text-align: center;
	margin-bottom: 5px;
}

.topFooter .btnTour.doc {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	bottom: 0;
	margin-left: 0;
	left: 0;
}

.btnRequest.doc.honda_w,
.btnTour.doc.honda_w{
	display: none;
}




/*
 * post template1
 *****************************************/

.postList1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.postList1 .postItem {
	width: 225px;
	height: 325px;
	float: none;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex:0 0 auto;
	flex-shrink: 0;
	margin-bottom: 0;
	margin-right: 20px !important;
}

.postList1 .postItem:first-child {
	margin-left: 40px;
}

.postList1 .postItem:last-child {
	font-size: 0;
	line-height: 0;
	background-image: none;
	width: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.postList1 .postItem:last-child * {
	font-size: 0 !important;
}

.postList1 .postItem a {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 325px;
}

.postList1 .postThumb {
	/* height: 110px; */
	overflow: hidden;
}

.postList1 .postThumb img {
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
	width: 100%;
	height: auto;
	/* -webkit-transform: translate(-50%,-50%); */
	/* -ms-transform: translate(-50%,-50%); */
	/* transform: translate(-50%,-50%); */
}

.postList1 .postData {
	padding: 10px;
}

.postList1 .postTtl {
	font-size: 13px;
}


.postList2 .txtEn {
	font-size: 24px;
	margin-bottom: 0;
}

.postList2 .txtJa {
	font-size: 12px;
}

.postList2 {
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

.postList2 .postItem {
	height: auto;
	max-height: 4.6em;
	margin-bottom: 15px !important;
}

.postList2 .postDate {
	display: block;
	width: 100%;
	float: none;
	margin-bottom: 5px;
}

.postList2 .postTtl {
	line-height: 1.6;
	font-size: 14px;
}

.postList2 .btnMore2 {
	position: static;
	width: 125px;
	margin-left: auto;
	margin-right: auto;
}


.topInfo-w{
	position: relative;
}

.topInfo-w .postList1 .postItem{
margin-inline: 20px !important;
}



.topInfo-w .btnMore1{
	display: none !important;
}

.topInfo-w .postList1{
	overflow-x: visible;
}

.topInfo-w .swiper-button-next,
.topInfo-w .swiper-button-prev{
	background-image: none;
}
/* 
.topInfo-w .postList1 .postItem{
	width: 215px !important;
} */

#info-w-slider .slick-track a{
	display: none !important;
}

#info-w-slider .slick-track article a{
	display: block !important;
}


/* #info-w-slider .slick-track article:nth-child(n+11){
	display: none !important;
} */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}

.slick-slider.slick-initialized {
  max-height: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
}

.slick-vertical .slick-track {
  display: block;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
}

.slick-slide a {
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

/* Arrows */
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  overflow: visible;
  width: calc(22.96875px + var(--slope-1px) * 26.03125);
  height: calc(51.5625px + var(--slope-1px) * 58.4375);
  margin: auto 0;
  padding: 0;
  outline: none;
  outline: none;
  border: 0;
  border-radius: 0;
  color: currentColor;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all .3s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (hover: hover) {
  .slick-arrow:hover {
    opacity: .7;
  }
}

.slick-arrow.slick-prev {
  content: "";
	position: absolute;
	top: 0;
	left: 15px;
	background: url(../images/info_arrow.png) 50% 50%/contain no-repeat;
	width: 35px;
	height: 100%;
	z-index: 5;
	opacity: .8;
}

.slick-arrow.slick-next {
  content: "";
	position: absolute;
	top: 0;
	right: 15px;
	background: url(../images/info_arrow.png) 50% 50%/contain no-repeat;
	width: 35px;
	height: 100%;
	transform: rotate(180deg);
	z-index: 5;
	opacity: .8;
}

/* Dots */
.slick-slider.slick-dotted {
  margin-bottom: 65px;
}

.slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 20px;
}

.slick-dots > li {
  display: block;
  opacity: 1;
}

.slick-dots > li button {
  position: relative;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 15px;
  height: 15px;
  padding: 0;
  outline: none;
  border: 0;
  border-radius: 100%;
  background: #000;
  font-size: 0;
  opacity: .5;
  opacity: .25;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.slick-dots > li.slick-active button {
  opacity: 1;
}

/* thumbs */
.slick-thumbs {
  display: flex;
  width: calc(100% + 4px);
  margin-top: 12px;
  margin-right: -4px;
}

.slick-thumbs > li {
  min-width: 0%;
  max-width: 50%;
  padding-right: 4px;
}

/*
 * big nav
 *****************************************/

[class^="navBox"] li {
	margin-bottom: 25px;
}

[class^="navBox"] li a {
	padding: 10px 20px 40px;
}

[class^='navBox'] .navThumb {
	width: 100%;
}

[class^='navBox'] .navThumb img {
	width: 100%;
}

[class^="navBox"] .navTtl {
	margin-bottom: 10px;
}

[class^="navBox"] .navTtl .txtMain {
	font-size: 20px;
	margin-bottom: 5px;
}

[class^="navBox"] .navTtl .txtSub {
	font-size: 12px;
}

[class^="navBox"] .navThumb {
	float: none;
}

[class^="navBox"] .navCat {
	font-size: 11px;
	left: 20px;
	width: 260px;
}

[class^="navBox"] .navCat_02 {
	font-size: 11px;
	left: 20px;
	width: 260px;
}

.navBox2 {
	padding-right: 10px;
}

.navBox2 .navData {
	width: 100%;
}

.navBox2 li a {
	padding: auto;
}

.navBox2 .btnMore3 {
	bottom: -15px;
	right: -15px;
}




/*
 * page mv
 *****************************************/

.mvPage {
	padding-top: 75px;
	padding-bottom: 75px;
}

.mvPage:before {
	background-image: url(../images/shp_tri3_sp.png);
	background-size: 100% 30px;
}

.mvInner {
	text-align: center;
	width: 100%;
}


.mvLay01,
.mvLay02 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.mvLay01 .layTtl,
.mvLay02 .layTtl{
	font-size: 20px;
}

.mvLay01 [class*="layImg0"] {
	width: 100%;
}

.mvLay01 .layImg01 {
	display: none;
}




/*
 * section
 *****************************************/

body.top_2nd [class*="pageSec"] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.redSec {
	padding-top: 10px !important;
}

.secChild-xs { margin-bottom: 5px; }
.secChild-s { margin-bottom: 10px; }
.secChild-m { margin-bottom: 15px; }
.secChild-l { margin-bottom: 30px; }
.secChild-xl { margin-bottom: 70px; }

[class*="pageSec"] [class*="block0"] {
	margin-bottom: 25px;
}


.secType01 {
	height: 150px !important;
	padding-top: 0 !important;
	margin-top: 48px;
}

.secType01.spH0 {
	height: 0 !important;
	padding-bottom: 0 !important;
}

.secType01 .secInner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.secType01 .secTtl {
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transform: translateY(-48px);
	-ms-transform: translateY(-48px);
	-o-transform: translateY(-48px);
	transform: translateY(-48px);
}

.secType01 .courseData {
	padding: 15px;
}

.secType01 .courseImg img,
.secType01 .courseData.data600 {
	width: 200px;
}

.secType01 .courseTxt03 {
	font-size: 15px;
}




/*
 * カラムレイアウト
 *****************************************/

.col_lay01 .img {
	margin-bottom: 5px;
}

.col_lay01 .img.fl { margin-right: 10px; }
.col_lay01 .img.fr { margin-left: 10px; }

.lay01Ttl {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.lay01Ttl_red {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.col_lay02 .lay02Ttl {
	font-size: 18px;
	line-height: 1.5;
}

.col_lay02 .lay02Ttl_small {
	font-size: 12px;
	text-align: right;
	position: static;
	display: block;
	margin-top: 10px;
}

.lay02Contents .baseTxt02 {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

.lay02Contents .contImgList {
	width: 100%;
	float: none;
}

.lay02Contents .contImgList li {
	width: 48%;

}

.lay02Contents .contImgList li img {
	width: 100%;
}


.col_lay02 {
	padding: 15px;
}

.col_lay03 {
	display: block;
}

.lay03Ttl,
.lay03Contents {
	display: block;
}

.lay03Ttl {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 0;
	border-bottom: 2px solid #000;
}

.lay03Ttl br {
	display: none;
}

.sp_br{
	display: none;
}

.lay03Contents {
	padding: 10px;
}

.lay03Contents .contList {
	margin-bottom: 15px;
	padding-left: 30px;
}

.lay03Contents .contList:last-child {
	margin-bottom: 0;
}

.lay03Contents .contList .listTtl {
	display: block;
	width: 100px;
	margin-bottom: 10px;
	margin-left: -30px;
}

body.top_honda_w.page-ikkyu_dev .lay03Contents .contList .listTtl {
	width: 145px;
}
body.top_honda_w.page-ikkyu_dev .lay03Ttl{
	width: 100%;
}


.lay03Contents .contList .listItem {
	line-height: 1.5;
}


.col_lay_2box > li,
.col_lay_3box > li,
.col_lay_3box_ikkyu_dev > li,
.col_lay_4box > li,
.col_lay_4box_ikkyu_dev > li,
.col_lay_5box > li{
	width: 100%;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}

.col_lay_2box > li .col_lay_2box li,
.col_lay_3box > li .col_lay_3box li {
	padding-left: 0;
	padding-right: 0;
}

.col_lay_3box > li {
	margin-bottom: 20px;
}

.col_lay_2box > li:last-child,
.col_lay_3box > li:last-child {
	margin-bottom: 0;
}

.lay_2boxTtl {
	font-size: 15px;
	left: 25px;
	padding: 8px 15px;
}

.col_lay_3box .ttl7 {
	margin-bottom: 0;
}

.col_lay_3box img {
	margin-bottom: 5px !important;
}


.colorBox li {
	width: 48%;
	height: 70px;
	clear: none !important;
	margin-right: 2% !important;
}

.colorBox li:nth-child(odd) { clear: both !important; }
.colorBox li:nth-child(even) { margin-right: 0 !important; }

.colorBox li p {
	font-size: 12px;
}

.internshipMember li {
	width: 50%;
	margin-top: 0 !important;
	margin-right: 0;
	clear: none !important;
}

.internshipMember li:nth-child(odd) {
	float: left;
}

.internshipMember li:nth-child(even) {
	float: right;
}

.internshipMember .memberName {
	font-size: 18px;
	padding-left: 10px;
}


.pdBox30 {
	padding-left: 15px;
	padding-right: 15px;
}




/*
 * グリッドレイアウト
 *****************************************/

.gridBox01 {
	display: block;
}

.gridBox01 .boxItem {
	width: 100%;
	margin-top: 20px !important;
}

.gridBox01 .boxItem:first-child {
	margin-top: 0 !important;
}



/*
 * table
 *****************************************/

.wrap_table {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.wrap_table table {
	width: 650px;
}

.table01 th,
.table01 td {
	font-size: 14px;
}

.table01 th {
	width: 65px;
	padding-left: 0;
}

.table01 .groupHead td {
	padding-top: 15px;
}

.table01 .border td {
	padding-bottom: 15px;
}

.table01 .data01 {
	width: 35px;
}


.table02 {
	table-layout: fixed;
}

.table02 th,
.table02 td {
	font-size: 14px;
	width: 50%!important;
	padding: 10px;
}

.table02 .pick {
	text-indent: -1em;
	padding-left: calc(1em + 10px);
}

.table02 .pick:before {
	width: 13px;
	height: 13px;
}

.table02 td {
	-ms-word-break: break-all;
	word-break: break-all;
}


.table03 {
	table-layout: fixed;
}

.table03 th,
.table03 td {
	font-size: 13px;
	padding: 5px;
}

.table03 th {
	width: auto;
}

.table01 td,
.table02 td,
.table03 td {
	-ms-word-break: break-all;
	word-break: break-all;
}


.table04 tr {
	display: block;
	margin-bottom: 10px;
}

.table04 tr th,
.table04 tr td {
	display: block;
	padding: 5px !important;
}

.table04 .req:before { display: none; }
.table04 .req:after { display: inline; }

.table04 .iptxt,
.table04 .wrap_sel select,
.table04 .wrap_sel,
.btnSub .btnSbmt {
	width: 100%;
}

.table04 .tr_agree .mwform-checkbox-field-text {
	font-size: 13px;
	line-height: 1.2;
}

.btnSub .btnSbmt {
	margin: 10px 0;
}

.table04 [class*="ipchk_"] + span {
	font-size: 13px;
}
.newsArchive .table02 th img{
	width: 100%;
}



/*
 * dl
 *****************************************/

.dlList02,
.dlList02 dt:before {
	width: 300px;
}

.dlList02 dt,
.dlList02 dd {
	font-size: 14px;
}

.dl01 dt {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.dl01 dt:before {
	width: 13px;
	height: 13px;
}


.dlList03 dt,
.dlList03 dd {
	font-size: 13px;
	margin-top: 10px;
}

.dlList03 dt {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
}

.dlList03 dd {
	line-height: 2.1;
	float: none;
	padding-top: 1px;
}

.pageSec2 .date_irre{
	width: 100%;
}
.pageSec2 .img_irre{
	width: 100%;
}


/*
 * button
 *****************************************/

.btnR a {
	display: inline-block;
	width: 200px;
	height: 45px;
	background-image: url(../images/btn_r_doc_sp.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.btnRequest a {
	display: inline-block;
	width: 200px;
	height: 45px;
	background-image: url(../images/btn_r_doc_sp.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.btnTour a {
	display: inline-block;
	width: 200px;
	height: 45px;
	background-image: url(../images/btn_tour_doc_sp.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.btnMore1 {
	width: 125px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.btnMore1 .inTxt {
	font-size: 0;
}

.btnMore1 .inTxt .txtEn {
	font-size: 19px;
	margin-bottom: 0;
}

.btnMore1 .txtJa {
	font-size: 10px;
}


.btnMore3 {
	width: 60px;
	height: 60px;
	bottom: -20px;
	right: -20px;
}










/* =====================================
 *  HEADER
 * ===================================== */

.siteHeader .logoArea {
	padding-top: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}

.siteHeader .logoArea .logo .cp-logo {
	margin-bottom: 8px;
}

.siteHeader .logoArea .logo .cp-logo img {
	width: 95px;
}

.siteHeader .logoArea .logo .sc-logo img {
	width: 118px;
}
.honda_e_top_logo {
    width: 150px !important;
}

.honda_e_top{
width: 83px !important;
}


.siteHeader .catchCopy {
	padding-top: 35px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.siteHeader .catchCopy img {
	width: 130px;
}


.spMenuBtn {
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: 10;
}

body.top_honda_w .spMenuBtn {
	z-index: 4;
}

.spMenuBtn .opn { display: block; }
.spMenuBtn .cls { display: none; }

.spMenuBtn.opned .opn { display: none; }
.spMenuBtn.opned .cls { display: block; }

.spMenuBtn img {
	width: 40px;
}

.spMenuBtn.fixed {
	position: fixed;
	top: 10px;
}

.spGnav {
	color: #fff;
	text-align: left;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(229,0,32,0.9);
	overflow: auto;
	display: none;
}

body.top_honda_w .spGnav {
	z-index: 3;
}

.spGnav ul.menu {
	margin-top: 130px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

body.top_honda_w .spGnav ul.menu {
	margin-top: 235px;
}

.spGnav.fixed ul.menu {
	margin-top: 60px;
}

.spGnav li {
	/*margin-bottom: 15px;*/
	opacity: 0;
}

.spGnav li a {
	/*font-size: 0;*/
	display: block;
	width: 70%;
}

.spGnav .menu-list a{
	width: 50%;	
} 

.menu-about-nav .menu-about-nav-list a{
	width: 100%;
}

.spGnav li .txtJa {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 3px;
}

.spGnav li .txtEn {
	font-size: 25px;
	letter-spacing: -0.025em;
	font-family: DIN Condensed, Open Sans Condensed;
}


/* .spGnav .txtEn{
} */

.spGnav .menu-about-nav > ul{
	margin-top: 10px;
}

.spGnav .menu-list{
	padding: 5px 30px 5px 30px;
	border-bottom: 2px solid #fff;
}

.spGnav .menu-list:before{
	content: "";
    position: absolute;
    top: 25px;
    right: 10px;
    width: 18px;
    height: 16px;
    margin: auto 0;
    background: url(../images/sp_arrow.png) center top no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.spGnav .menu-list.arrowOpen:before{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.spGnav .menu-about-nav-list{
	border-top: 1px solid rgba(255,255,255,0.5);
}

.spGnav .menu-about-nav ul li:before{
	content: "\f284";
    font-family: ionicons;
    color: #fff;
    padding-right: 10px;
    float: left;
    padding-top: 10px; 
}

.spGnav .menu-about-nav ul li a{
	padding: 10px 20px;
}




/* =====================================
 *  FOOTER
 * ===================================== */

.home .siteFooter {
	position: relative;
	z-index: 2;
	min-width: 100%;
}

body.top_all .siteFooter .footMenu .logo {
	margin-right: 0;
}

body.top_all .siteFooter .footMenu .logo img {
	width: 50px;
}

body.top_all .siteFooter .footMenu {
	bottom: -320px;
	/*bottom: 0;*/
	padding: 10px;
}

body.top_all .siteFooter .footMenu .menuItem {
	display: block;
}

body.top_all .siteFooter .footMenu .logo {
	margin-bottom: 20px;
}

body.top_all .siteFooter .footMenu .navList {
	margin-bottom: 20px;
}

body.top_all .siteFooter .footMenu li {
	text-align: center;
	width: 49%;
	margin-bottom: 10px;
	margin-right: 0 !important;
}

body.top_all .siteFooter .footMenu li:nth-child(even) {
	float: right;
}

body.top_all .siteFooter .footMenu li:last-child {
	margin-bottom: 0;
}

body.top_all .siteFooter .footMenu .copyright {
	text-align: right;
	width: 100%;
	position: static;
	margin-bottom: 0;
}


.footNav {
	font-size: 0;
}

.footNav li {
	margin-right: 10px;
}

.footNav:nth-child(1) {
	padding-bottom: 0;
}

.footNav:nth-child(1) li {
	margin-bottom: 10px;
}

.footNav li a {
	font-size: 10px;
}


.copyright {
	font-size: 10px;
	letter-spacing: -0.05em;
	padding-bottom: 8em;
}










/* =====================================
 *  SITECONTENTS
 * ===================================== */

body.top_all.page-lower .siteContent {
	padding-top: 30px;
	padding-bottom: 30px;
}










/* =====================================
 *  全ページ
 * ===================================== */

/*
 * 総合全ページ
 *****************************************/

body.top_2nd .siteHeader {
	background-color: transparent;
}

body.top_honda_w .siteHeader {
	z-index: 4;
}


body.top_2nd .siteContent {
	margin-top: -49px;
}

/*
 * 関東・関西全ページ
 *****************************************/





 /* =====================================
 *  TOPページ
 * ===================================== */

body.home {
	width: 100%;
	height: 100%;
}

body.home .siteContent {
	margin-top: -92px;
}

body.home .main {
	display: block;
	min-width: 100%;
	height: calc( 100vh - 65px );
	min-height: 480px;
	position: relative;
	z-index: 1;
	background-size: 90% auto;
}

[class^="home_nav_"] {
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
}

.home_nav_honda_e {
	top: 0;
}

.home_nav_honda_w {
	bottom: 0;
}

[class^="home_nav_"] .navLayer {
	text-align: center;
	width: 100%;
	left: auto;
	right: auto;
}

[class^="home_nav_"] .navLayer img {
	width: 200px;
}

.home_nav_honda_e .navLayer {
	top: auto;
	bottom: 25%;
}

.home_nav_honda_w .navLayer {
	top: 25%;
}

body.page-honda_e .navBox1{
	display: block;
}

body.page-honda_e .topConts2 .navBox1 li{
	width: 100%;
}



/*
 * 総合TOP
 *****************************************/



/*
 * 関東・関西TOP
 *****************************************/

.coursDescription_e {
	margin-top: 10px;
}

.navData .navTtl .txtMain.cours_e,
.navData .navTtl .txtMain.cours_w {
	display:inline-block;
}

.navMain{
	width: 100%;
	display:inline-block;
}

.honda-e_btn_area {
	position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
	top: unset;
	right: unset;
}

.honda-e_btn_bnr {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	flex-direction: row;
	justify-content: space-between;
	background-color: #000;
	padding: 0.5em 1em;
	height: unset;
	width: unset;
	text-align: unset;
}

.honda-e_btn_bnr a {
	color: #fff;
	font-size: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 29%;
}

.honda-e_btn_bnr a img {
	width: 40%;
	margin-bottom: 10px;
}

body.top_honda_w .siteHeader .logoArea {
	background-color: #000;
}

/* =====================================
 *  下層ページ
 * ===================================== */

.mv-about .menu-about [class*="txt"],
.mv-departments .menu-departments [class*="txt"],
.mv-recruit .menu-recruit [class*="txt"],
.mv-campus .menu-campus [class*="txt"],
.mv-events .menu-events [class*="txt"],
.mv-apply .menu-apply [class*="txt"],
.mv-girlshonda .menu-girlshonda [class*="txt"] {
	color: #fff;
}


	/* =====================================
	 *  アーカイブページ
	 * ===================================== */










	/* =====================================
	 *  投稿ページ
	 * ===================================== */

.single .postCont a {
	-ms-word-break: break-all;
	word-break: break-all;
}

.single .postCont .newsbox dt {
	width: 50%;
}

.single .postCont .newsbox dt img {
	width: 100%;
}

.single .postCont .newsbox-thumb {
	width: 100%;
	justify-content: space-between;
}

.single .postCont .newsbox-thumb ul {
	width: 48%;
	margin: 5px 0;
}

.single .postCont .newsbox-thumb ul li img {
	width: 100%;
}

.single .postCont table {
	table-layout: fixed;
}

.single .postCont table th,
.single .postCont table td {
	-ms-word-break: break-all;
	word-break: break-all;
}


.single .btnBackArchive {
	margin-top: 30px;
}




/*
 * 総合下層
 *****************************************/

/*
 * message
 *****************************************/

.page-message .main {
	position: relative;
}

.page-message .founderData {
	width: 100%;
	float: none;
}

.page-message .founderData .dataTtl {
	width: 60%;
	margin-bottom: 15px;
}

.page-message .founderData .dataTtl .txtMain {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 5px;
}

.page-message .founderData .dataTtl .txtSub {
	font-size: 11px;
	width: 180px;
}

.page-message .founderData .dataTtl .txtSub:before,
.page-message .founderData .dataTtl .txtSub:after {
	width: 8px;
}

.page-message .founderData .founderName {
	font-size: 12px;
	margin-bottom: 30px;
}

.page-message .founderData .founderMsg {
	font-size: 12px;
	line-height: 2;
}

.page-message .founderThumb {
	float: none;
	position: absolute;
	top: 0;
	left: 61%;
}

.page-message .founderThumb img {
	width: 120px;
}



/*
 * education
 *****************************************/

.page-education .policyBox {
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
}

.page-education .policyBox .boxTtl {
	font-size: 18px;
}

.page-education .policyBox .descTtl {
	font-size: 16px;
}

.page-education .policyBox .descBox {
	font-size: 14px;
}



/*
 * about-site
 *****************************************/




/*
 * privacy
 *****************************************/

.page-privacy .txt02,
.page-privacy .txt03,
.page-privacy .txt04 {
	font-size: 13px;
}



/*
 * 関東・関西下層
 *****************************************/

.topInfo {
	margin-bottom: 20px;
}

.topNews {
	margin-left: -10px;
	width: calc(100% + 20px);
}

.top_2nd .sp_morePost01 {
	margin-bottom: 50px;
}





/*
 * 学校案内
 *****************************************/

body.top_honda_e.page-about .pageSec1 .img01 img {
	width: 120px;
}

body.top_honda_e.page-about .pageSec4 .block01 .table03 th:nth-child(1) {
	width: 80px;
}

body.top_honda_e.page-about .pageSec4 .block01 .table03 th:nth-child(2) {
	width: 50px;
}

/*
 * 学科 カリキュラム共通
 *****************************************/

.curriculum-list_item {
	flex-direction: column;
}
.curriculum-list_item .curriculum-list_item_head{
	width: 100%;
	border-right: none;
	border-bottom: 3px solid #fff;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.curriculum-list_item_body{
	width: 100%;
}

.curriculum-list_item .curriculum-list_item_head ul{
	text-align: left;
	margin-left: 0px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.curriculum-list_item .curriculum-list_item_head li{
	margin-right: 1.5em;
}
.curriculum-list_item_body > div{
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.curriculum-list_item_body ul{
	margin-left: 0;
}
.curriculum-list_item_body p{
	padding-left: 0;
	padding-bottom: 1em;
}

/*
 * 学科共通
 *****************************************/

.departments_contest .block01{
	display: block;
}

.departments_contest .block01 .img img{
	width: 100%!important;
	margin-right: 0;
}

.departments_contest .img.fl{
	margin-right: 0;
}

.bn_departments{
	width: auto;
	height: auto;
	margin: 0 10px;
}

/*
 * 一級自動車整備学科(4年課程)
 *****************************************/

body.top_honda_w.page-ikkyu_dev .ttlDev{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.page-ikkyu_dev .baseTxt02{
	padding-left: 0;
}


.course_wrap{
	height: 85px;
}

.course_wrap li{
	width: 48%;
}
.course_inner h3{
	font-size: 1em;
}
.course_inner .course_btn{
	font-size: 12px;
	width: 100%;
}

.course_text h3{
	font-size: 20px;
	margin: 10px auto;
}
.course_text p:first-of-type{
	font-size: 18px;
	margin-bottom:10px;
}
.course_text p:last-of-type{
	font-size: 16px;
}

.dev_lay_2box{
	display: block;
}
.dev_lay_2box > div.course_img,
.dev_lay_2box > div.course_text{
	width: 100%;
}
.courseInfo img{
	width: 100%;
}

.dev_lay_2box > div{
	width: 100%;
}

.kaihatu_inner img{
	width: 100%;
}

.kaihatu_inner h3{
	font-size: 20px;
}
.kaihatu_inner .kaihatu_text{
	font-size: 16px;
}

.kaihatu_inner .kaihatu_link a{
	margin-bottom: 10px;
}

/*
 * 研究開発学科
 *****************************************/
.feature-list{
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.feature-list_item{
	width: 100%;
}

.feature-list_inner p{
	width: 60%;
}
.feature-list_inner .feature-list_img{
	width: 40%;
}
.feature-list_inner .feature-list_img img{
	width: 100%;
}


/*
 * 開発・設計工学コース
 *****************************************/

body.top_honda_e.page-kaisetsu .pageSec2 .block01 .img img {
	width: 150px;
}

body.page-kaisetsu .block01{
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.kaisetsu-item {
	margin-right: 0;
}
body.page-kaisetsu .block01 .baseTxt02{
	width: 100%;
}
body.page-kaisetsu .kaisetsu-img img{
	width: 100%;
}



/*
 * 海外インターンシップコース
 *****************************************/

body.top_honda_e.page-internship .pageSec2 .block01 .img img {
	width: 150px;
}




/*
 * 自動車整備科
 *****************************************/

body.top_honda_e.page-maintenance .pageSec2 .block01 .img img,
body.top_honda_e.page-maintenance .pageSec2 .block02 .img img {
	width: 150px;
}




/*
 * 就職について
 *****************************************/

body.top_honda_e.page-employment .pageSec2 .col_lay01 img {
	width: 150px;
}

body.page-employment .alumniName {
	clear: both;
}

body.page-employment .almniMsg {
	padding-left: 0;
}

body.top_honda_e.page-employment .block03 .maxImg{
	padding: 0 15px;
} 

body.top_honda_e.page-employment .pageSec4 .img.fl{
	margin: 0 0 15px;
}

body.top_honda_e.page-employment .pageSec4 .img.fl img{
	width: 100%;
}


/*
 * 資格について
 *****************************************/

/*
 * 夢を叶えた先輩たち
 *****************************************/
body.top_honda_e.page-interview .secInner img{
	width: 100%;
}
body.top_honda_e.page-interview .interview-text{
	padding: 1em 0;
}
/* body.top_honda_e.page-interview .interview-text .lay01Ttl_red{
	font-size: 22px;
} */
body.top_honda_e.page-interview .interview-text__item{
	font-size: 14px;
}
body.top_honda_e.page-interview .interview-text__name span{
	font-size: 20px;
}
body.top_honda_e.page-interview .interview-text__gra{
	width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
}
body.top_honda_e.page-interview .interview-block{
	padding: 3em 0;
	border-top: 2px dotted #e50020
}
body.top_honda_e.page-interview .interview-block:nth-child(odd){
	display: block;
}
body.top_honda_e.page-interview .interview-block:nth-child(even){
	flex-flow: column;
}
body.top_honda_e.page-interview .interview-block:nth-child(even) .interview-block__img{
	order: 1;
}
body.top_honda_e.page-interview .interview-block:nth-child(even) .interview-block__item{
	order: 2;
}
body.top_honda_e.page-interview .interview-block:nth-child(odd) .interview-block__img,
body.top_honda_e.page-interview .interview-block:nth-child(even) .interview-block__img{
	padding: 0 0 1em 0;
}

.sp_only{
	display: block;
}
.pc_only{
	display: none;
}

/*
 * 学生寮
 *****************************************/

body.page-dormitory .block04 .img,
body.page-dormitory .block06 .img {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}

body.page-dormitory .block04 .img img,
body.page-dormitory .block06 .img img {
	width: 100%;
}

body.page-dormitory .block05 .img img{
	width: 100%;
	margin-bottom: 5px;
}

body.page-dormitory .block04 .img{
	height: auto!important;
}


/*
 * 学校見学会
 *****************************************/

body.page-tour .pageSec2 .block02 img {
	width: 100%;
}




/*
 * モーターフェスタ
 *****************************************/

body.top_honda_e.page-festa [class*='pageSec'] [class*='block'] .col_lay01 img {
	width: 150px;
}


/*
 * 募集要項
 *****************************************/

.apply_img img{
	width: 100%;
}

.loan_list{
	display: block;	
}
.loan_list div{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}

.loan_list div:nth-child(2) {
	margin: 0 0 15px 0;
}
.loan_list p{
	text-align: center;
}

.apply_movie{
	margin-top: 30px;
	width: 100%;
}

/*
 * Girl's Honda
 *****************************************/

body.top_honda_e.page-girlshonda .pageSec1 .secTtl02,
body.top_honda_e.page-international .pageSec1 .secTtl02 {
	margin-top: 0;
}

body.top_honda_e.page-girlshonda .pageSec4 .block01 li:nth-child(1) img {
	width: 100%;
}

body.top_honda_e.page-girlshonda .pageSec4 .block03 li:nth-child(1) img {
	width: 100%;
}

.girls_comment__img{
	margin-right: 0!important;
}

.girls_comment{
	padding-left: 0;
}

.girls_guide__img img{
	width: 100%;
}

/*
 * international
 *****************************************/

body.page-international h5.secTtl01,
body.page-international_china h5.secTtl01,
body.page-international_vietnam h5.secTtl01{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: left;
}

.international_introduction{
	width: 100%;
}

.international_interview01,
.international_interview02,
.international_interview03,
.international_interview04{
	display: block;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.e_international_img img,
.layInner .layImg01 img,
.interview_photo img{
	width: 100%
}

.pageSec6 .telNum img{
	width: 65%;
}

/*interview*/
.interview_comment{
	width: 100%;	
}

.interview_comment dt,
.interview_comment .personal dt{
	font-size: 16px;
}

.interview_comment dd{
	font-size: 14px;
	letter-spacing: 0.1em;
}


/*table*/
.international_table table th,
.international_table table td{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text_nomal{
	font-size: 16px;
}

.pageSec5 .caution{
	line-height: 1;
}

.e_international_study {
    width: 100%;
}

.international_linkWrap{
	display: block;
}

/*recruit*/
.recruitImg_wrap{
	width: 100%;
	display: block;
}
.recruitImg_wrap .e_international_img{
	margin-top: 10px;
}

.e_recruitList .lay03Contents .contList{
	padding-left: 0;
	margin-bottom: 5px;
}
.e_recruitList .recruit_ttl{
	font-size: 16px;
}

/*
 * 交通アクセス
 *****************************************/

body.top_honda_e.page-access .pageSec4 iframe {
	height: 250px;
}

/*
 * club
 *****************************************/
body.page-club_girls .img.fl img,
	.culb_girlsImg img{
		width: 100%;
}
.culb_girlsImg{
	margin: 0 1em 1em 0;
	width: 50%;
}

.club_girls_btn{
	width: 100%;
	display: block;
}

/*
 * 関西
 *****************************************/



/*
 * 交通アクセス
 *****************************************/

body.top_honda_w.page-access .pageSec1 .img02 img {
	width: 100%;
}



/*
 * 就職について
 *****************************************/

body.top_honda_w.page-employment .pageSec2 .col_lay01 img {
	width: 150px;
}

body.top_honda_w.page-employment .col_lay01 .alumniName {
	font-size: 12px;
	font-weight: bold;
}

body.top_honda_w.page-employment .col_lay01 .almniMsg {
	clear: both;
}

/*
 * 在校生紹介
 *****************************************/

 body.top_honda_w.page-student .pageSec1 .col_lay01 img {
	width: 150px;
}

body.top_honda_w.page-student .col_lay01 .alumniName {
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

body.top_honda_w.page-student .col_lay01 .almniMsg {
	clear: both;
	padding-left: 0;
}

/*
 * 先生紹介
 *****************************************/

 body.top_honda_w.page-teacher .pageSec1 .col_lay01 img {
	width: 150px;
}

body.top_honda_w.page-teacher .col_lay01 .alumniName {
	font-size: 12px;
	font-weight: bold;
}

body.top_honda_w.page-teacher .col_lay01 .almniMsg {
	clear: both;
	padding-left: 0;
}



/*
 * 同好会
 *****************************************/
.bn_panorama{
	width: 100%;
}
.bn_panorama img{
	width: 100%;
}

/*
 * 自動車研究開発科
 *****************************************/
.honda_w_page-dev_desc{
	height: 100%;
}
.honda_w_page-dev_desc h3{
	font-size: 20px;
}

.honda_w_page-dev_link{
	position: relative;
	bottom: 0;
}

/*
 * 自動車整備留学生科
 *****************************************/

.comment .fl,
.comment .fr{
	float: none;
}

.honda_w_page-ryugakusei_wrap .pageSec2 .col_lay01{
	margin-bottom: 15px;
}

/*タイトル*/
.honda_w_page-ryugakusei_wrap h5.secTtl01{
	font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: left;
}


/*留学生*/
.honda_w_page-ryugakusei_wrap table th,
.honda_w_page-ryugakusei_wrap table td{
	font-size: 12px;
	padding-top: 10px;
}

.col_lay01 .comment .img.fl,
.col_lay01 .comment .img.fl{
	margin-right: 0;
	margin-left: 0;
}

.w_ryugakusei_img img,
.comment img{
	width: 100%;
}

/*授業イメージ*/

.w_ryugakusei_study{
	width: 100%;
	padding: 20px 15px;
	font-size: 14px;
}

.w_ryugakusei_study a{
	font-size: 16px;
}

/*就職*/
.w_ryugakusei_recruit{
	width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}

.w_ryugakusei_request{
	width: 100%;
	font-size: 14px;
}

.w_ryugakusei_recruit:nth-child(n+3){
	margin-top: 0;
}

.ryugakusei_movie iframe{
	height: 200px;
}

/* =====================================
 *  PC / SP 出し分け
 * ===================================== */

.pc_db,
.pc_ib,
.pc_in,
.pc_dt,
.pc_dtc { display: none; }

.sp_db { display: block; }
.sp_ib { display: inline-block; }
.sp_in { display: inline; }
.sp_dt { display: table; }
.sp_dtc { display: table-cell; }



} /* set media screen max640px */

@media ( max-width: 320px ) {
	.topBnr__btn{
		top: 68px;
    left: 15px;
	}
	.degs3_w {
		height: 1210px;
		margin-top: 0;
	}
}