@charset "UTF-8";
/*
Theme Name: tokaisoft2017(XeoryExtension)
Description: テーマXeoryをカスタマイズした拡張テーマ
Version: 0.2.1
*/
/* all display
-------------------------------------------------- */
.wrap {
	max-width: 1020px;
	box-sizing: border-box;
	margin: 0 auto;
	*zoom: 1;
}
.wrap:before{
  display: inline-table;
}
.wrap:after{
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}

.main-inner {
	margin-right: 280px;
}

#side {
	width: 240px;
	float: left;
	margin-left: -240px;
}

.side-inner {
	margin-top: 30px;
}

.left-content #main {
	width: 100%;
	float: left;
}
.left-content .main-inner {
  margin-right: 290px;
  margin-left: 0;
}
.left-content #side {
	width: 240px;
	float: left;
	margin-left: -240px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
	margin-left: 298px;
	margin-right: 0;
}
.right-content #side {
	width: 240px;
	float: left;
	margin-left: -100%;
}

.one-column #content .wrap {
	width: 1000px;
}
.one-column #content .wrap #main {
	width: 100%;
	float: none;
}
.one-column #content .wrap #main .main-inner {
	width: 100%;
	margin: 0;
}
.one-column #content .wrap #side {
	display: none;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 36px;
    margin-right: 36px;
    width: auto;
  }

  .main-inner {
    /*margin-right: 346px;*/
    box-sizing: border-box;
  }

  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 24px;
    margin-right: 24px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-bottom: 30px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
	color: #444;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
}

/* form
---------------------------------------- */
/*form input[type="submit"],
form button {
	background: #fff;
	color: #f19600;
}
form input[type="submit"]:hover,
form button:hover {
	cursor: pointer;
}*/

.post-table {
	border-top: 1px solid #ccc!important;
	border-right: none!important;
	border-bottom: none!important;
	border-left: 1px solid #ccc!important;
	margin: 0 auto 40px auto!important;
	width: 100%;
}
	.post-table th {
		border-top: none!important;
		border-right: 1px solid #ccc!important;
		border-bottom: 1px solid #ccc!important;
		border-left: none!important;
		padding: 4px 8px;
		vertical-align: middle;
		width: 36%;
	}
	.post-table td {
		border-top: none!important;
		border-right: 1px solid #ccc!important;
		border-bottom: 1px solid #ccc!important;
		border-left: none!important;
		padding: 4px 8px;
		width: 64%;
		word-break: break-all;
	}
	.post-table td > input,
	.post-table td > textarea {
		outline: none;
		box-shadow: none;
		margin: 4px 0;
	}
	.post-table td > input:focus,
	.post-table td > textarea:focus {
		background: #ffd;
		transition: all 0.5s;
	}
		.post-table td > input[type="text"] {
			width: 100%;
		}
		.post-table td > input[type="email"] {
			width: 100%;
		}
		.post-table td > input[type="url"] {
			width: 100%;
		}
		.post-table textarea {
			width: 100%;
		}
		.post-table td > select {
			margin: 10px 0;
		}

.form-zip {
	width: 18% !important;
}

.form-button-area {
	padding: 25px;
	text-align: center;
}
	/*.form-button-area input[type="submit"] {
		min-width: 320px;
		min-height: 60px;
		margin: 0 auto;
	}
	.form-button-area input[type="submit"]:hover {
		background: #ccc;
		transition: 0.5s;
	}*/


.form-button-area > input[type="submit"]:before,
.form-button-area > input[type="submit"]:after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
}
.form-button-area > input[type="submit"],
.form-button-area > input[type="submit"]:before,
.form-button-area > input[type="submit"]:after {
	font-size: 20px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.form-button-area-in > input[type="submit"] {
	position: relative;
	z-index: 2;
	background-color: #f19600;
	border: 2px solid #f19600;
	color: #fff;
	line-height: 50px!important;
	display: block!important;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.form-button-area-in > input[type="submit"]:hover {
	background-color: #fff;
	border-color: #f19600;
	color: #f19600;
	text-decoration: none;
}
.form-button-area-in > input[type="submit"]:before,
.form-button-area-in > input[type="submit"]:after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #f19600;
}
.form-button-area-in > input[type="submit"]:before {
	right: 0;
}
.form-button-area-in > input[type="submit"]:after {
	left: 0;
}
.form-button-area-in > input[type="submit"]:hover:before,
.form-button-area-in > input[type="submit"]:hover:after {
	width: 0;
	background-color: #f19600;
}



@media screen and ( max-width: 767px ){
	.post-table {
		width: 100%;
		margin: 30px auto 40px auto!important;
	}
		.post-table th {
			border-right:none;
			display: block!important;
			padding: 10px;
			width: 100%!important;
		}
		.post-table td {
			display: block!important;
			padding: 10px;
			width: 100%!important;
		}
			.post-table td > input[type="text"],
			.post-table td > input[type="email"],
			.post-table td > input[type="url"],
			.post-table td > textarea {
				width: 100%;
			}

	.form-zip {
		width: 30% !important;
	}

		.form-button-area input[type="submit"] {
			min-width: 95%;
		}

}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
	background: #fff;
	max-height: 80px;
	padding: 0;
	overflow: visible;
	width: 100%;
	position: fixed;
	top:0;  
	left:0;
	border-bottom: 1px solid #ccc;
	z-index: 999;
}
#header #logo {
	/*float: left;*/
	font-size: 24px;
	padding: 10px 0;
}
#header a {
	color: #0c40aa;
}

#header .wrap {
	max-width: 1200px;
	padding: 0;
}

#herder-flame {
	display: table;
	width: 100%;
}

	#herder-flame div.left {
		display: table-cell;
		vertical-align: middle;
		width: 27%;
	}

#header-right {
	/*float: right;
	border: 1px solid #ccc;*/
	display: table-cell;
	vertical-align: middle;
	width: 73%;
}


/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
	background: #fff;
}
.breadcrumb-area .wrap {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
	padding: 10px 0;
	max-width: 1020px;
}

.breadcrumb {
  margin: 0;
  margin-left: -10px;
  overflow: hidden;
  font-size: 13px;
  padding: 0;
  line-height: 22px;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb-suport {
	margin-top: 70px;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
	/*background: #fff;*/
	margin: 0 0 0 0;
	/*float: right;*/
	text-align: right;
}
#gnav #gnav-container { padding: 10px 0;}
#gnav .sub-menu {
  z-index: 10;
}
#gnav ul {
	/*min-height: 50px;*/
	font-size:0;
	width: 100%;
}
#gnav ul li {
	border-right: 1px dashed #ccc;
	display: inline-block;
	font-size: 14px;
	position: relative;
	text-align: center;
	width: 15%;
}
#gnav ul li:first-child {
	border-left: 1px dashed #ccc;
}
#gnav ul li:hover a {
	background: #ffcc66;
	color: #fff;
}
#gnav ul li.current-menu-item a {
	background: #ffcc66;
	color: #fff; 
}
#gnav ul li a {
	color: #3a3a3a;
	display: inline-block;
	line-height: 1.1;
	padding: 10px 4px;
	text-decoration: none;
	vertical-align: middle!important;
	width: 100%;
	-webkit-transition: background .3s ease-in-out;
		  transition: background .3s ease-in-out;
}
#gnav ul li a:hover {
	color: #fff;
	background: #ffcc66;
}
#gnav ul li a:hover .sub-menu {
	display: block;
}
#gnav ul li .sub-menu {
	text-align: left;
	display: none;
	position: absolute;
	min-width: 220px;
	background: #fff;
}
#gnav ul li .sub-menu li {
	border-right: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	display: block;
	float: none;
	margin-left: 0;
	text-align: left;
	width: 100%;
}
#gnav ul li .sub-menu li:list-child {
	border-bottom: none;
}
#gnav ul li .sub-menu li a {
	color: #3a3a3a;
	background: #fff;
	padding: 20px 15px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
#gnav ul li .sub-menu li a:hover {
	background: #efefef;
	border-radius: 0;
	color: #3a3a3a;
}
#gnav ul li .sub-menu .sub-menu {
	left: 100%;
	top: -1px;
}

#header-fnav-area,
#header-gnav-area {
	/*float: right;*/
}

#header-fnav-area {
  width: 150px;
  position: relative;
}
#header-fnav-area #header-fnav-btn a {
  display: block;
  padding: 22px 12px;
  line-height: 24px;
  font-size: 23px;
  height: auto;
  text-align: center;
  background: #f19600;
}
#header-fnav-area #header-fnav-btn a:hover {
  text-decoration: none;
}
#header-fnav-area #header-fnav {
  z-index: 10;
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#header-fnav-area #header-fnav li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#header-fnav-area #header-fnav li:list-child {
  border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
  color: #fff;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
#header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #fff;
  text-decoration: none;
}

.school-width { width: 10%!important }
.gakka-width { width: 10%!important }
.eng-width { width: 7%!important; }
.siryo-width { width: 7%!important; }

.metaslider-flex {
	max-height: 780px;
	/*height: 70vh;*/
	overflow: hidden;
}


/* ----------------------------------------
 side nav
---------------------------------------- */
.side_menu_other_flame {
	background: #efefef;
	padding: 10px;
	margin-bottom: 30px;
}
	#side ul.side_menu_other > li {
		background: #fff;
		border-bottom: 1px dotted #aaa;
	}
	#side ul.side_menu_other > li:last-child {
		border-bottom: none;
	}
		#side ul.side_menu_other > li > a {
			display: block;
			min-height: 50px;
			padding: 14px 10px 10px 10px;
			width: 100%;
		}


@media screen and ( max-width: 991px ){

		#herder-flame div.left {
			width: 80%;
			padding-top: 0!important;
		}

	#header-right {
		width: 20%;
	}

.school-width { width: 50%!important; }
.gakka-width { width: 50%!important; }
.eng-width  { width: 50%!important; }
.siryo-width  { width: 50%!important; }

}

@media screen and ( max-width: 767px ){

	.school-width { width: 100%!important; }
	.gakka-width { width: 100%!important; }
	.eng-width  { width: 100%!important; }
	.siryo-width  { width: 100%!important; }

}


/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 0;
  /* キャプション */
}
#content .wrap {
	overflow: visible;
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}
#content .wp-caption-text {
	font-size: 14px;
	line-height: 1.4;
	padding: 12px 16px;
	margin-bottom: 0;
	text-align: center;
}

@media screen and ( max-width: 767px ){
	#content .wp-caption {
		width: 95%!important;
		margin: 0 auto 20px auto;
	}
}


/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home #content {
  padding-bottom: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #main {
  width: 100%;
  margin: 0;
  float: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .main-inner {
	margin: 0;
}
body.home .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
body.home .wrap > div.front-content-title {
	/*border-bottom: 1px solid #85473f;*/
	max-width: 60%;
	margin: 0 auto;
}
body.home .wrap > div.front-content-title h2 {
	/*border-bottom: 4px double #85473f;*/
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	position: relative;
}
	body.home .wrap > div.front-content-title h2:after {
		content: "▼";
		color: #f19600;
		font-size: 18px;
		position: absolute;
		top: 90%;;
		left: 50%;
	}
	body.home .wrap > div.front-content-title h2.after-white:after {
		color: #fff;
	}
body.home .wrap > aside.front-content-txt {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

body.home #main_visual {
	color: #f19600;
	text-align: center;
	margin-top: 70px;
}
body.home #main_visual h2 {
  font-size: 48px;
  line-height: 70px;
  margin-bottom: 24px;
}
body.home #main_visual p {
  font-size: 15px;
  width: 600px;
  margin: 0 auto;
}

.link-buttom {
	width: 100%;
}
.link-buttom > a:before,
.link-buttom > a::after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
}
.link-buttom > a,
.link-buttom > a:before,
.link-buttom > a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.link-buttom-in > a {
	position: relative;
	z-index: 2;
	background-color: #3a3a3a;
	border: 2px solid #3a3a3a;
	color: #fff!important;
	line-height: 50px!important;
	display: block;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	text-align: center;
}
.link-buttom-in > a:hover {
	background-color: #fff;
	border-color: #3a3a3a;
	color: #3a3a3a!important;
	text-decoration: none;
}
.link-buttom-in > a:before,
.link-buttom-in > a:after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #3a3a3a;
}
.link-buttom-in > a:before {
	right: 0;
}
.link-buttom-in > a:after {
	left: 0;
}
.link-buttom-in > a:hover:before,
.link-buttom-in > a:hover:after {
	width: 0;
	background-color: #3a3a3a;
}

/*body.home .front-main-cont .front-cont-header {
  position: relative;
  padding: 16px 0 24px;
  background: #fff;
  color: #f19600;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .front-main-cont .front-cont-header .cont-icon {
  font-size: 28px;
}
body.home .front-main-cont .front-cont-header .cont-title {
  font-size: 28px;
  margin: 0;
}
body.home .front-main-cont .front-cont-header .cont-ruby {
  font-size: 13px;
  margin: 0;
}
body.home .front-main-cont .tri-border {
  position: absolute;
  bottom: -18px;
  width: 100%;
  z-index: 20;
}
body.home .front-main-cont .tri-border span {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #fff;
}
body.home #front-contents .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
body.home #front-contents .c_box_inner {
  width: 54%;
  padding-bottom: 32px;
}
body.home #front-contents .c_img_box {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
body.home #front-contents .c_box.c_box_left {
  background-color: #f19600;
}
body.home #front-contents .c_box.c_box_left .c_box_inner {
  float: left;
  z-index: 10;
}
body.home #front-contents .c_box.c_box_left .c_img_box {
  right: 0;
  background-position: center top;
}
body.home #front-contents .c_box.c_box_right {
  background-color: #fafafa;
}
body.home #front-contents .c_box.c_box_right .c_box_inner {
  float: right;
}
body.home #front-contents .c_box.c_box_right .c_img_box {
  left: 0;
  background-position: center top;
}
body.home #front-contents .c_number {
  background: #fff;
  color: #f19600;
  display: inline-block;
  padding: 40px 12px 8px;
  margin-bottom: 32px;
  margin-top: 0;
}
body.home #front-contents h3 {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.4;
}
body.home #front-contents .c_english {
  color: #fff;
  font-size: 13px;
  margin-bottom: 32px;
  margin-top: 0;
}
body.home #front-contents h4 {
  font-size: 24px;
  margin-bottom: 28px;
  margin-top: 0;
  font-weight: normal;
}
body.home #front-contents .c_text p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 48px;
}
body.home #front-contents .c_text .c_btn a {
  border-radius: 5px;
  background: #FF6C00;
  color: #f19600;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 30%;
  padding: 12px;
  text-align: center;
}
body.home #front-contents .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.home #front-service {
  background: url(./lib/images/border_e5.png) repeat-y top center #fff;
  padding-bottom: 56px;
  border-bottom: 1px solid #e5e5e5;
}
body.home #front-service .front-service-inner {
  margin-left: -10%;
  overflow: hidden;
}
body.home #front-service .front-service-inner .c_box {
  width: 40%;
  padding-top: 96px;
  margin-left: 10%;
  margin-bottom: 20px;
  float: left;
}
body.home #front-service .front-service-inner .c_title {
  text-align: center;
}
body.home #front-service .front-service-inner h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 8px;
}
body.home #front-service .front-service-inner .c_english {
  color: #fff;
  font-size: 13px;
  margin-bottom: 32px;
}
body.home #front-service .front-service-inner h4 {
  font-size: 24px;
  margin-bottom: 28px;
  text-align: center;
}
body.home #front-service .front-service-inner .c_text p {
  margin-bottom: 28px;
}
body.home #front-service .front-service-inner .c_text .c_btn a {
  border-radius: 5px;
  background: #fff;
  color: #f19600;
  margin: 0 auto;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 50%;
  padding: 16px 20px;
  text-align: center;
}
body.home #front-service .front-service-inner .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.home #front-company {
  background: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #front-company .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  min-height: 450px;
}
body.home #front-company .c_box_inner {
  width: 684px;
  padding: 96px 0;
}
body.home #front-company .c_img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
}
body.home #front-company .c_img_box iframe {
  width: 100% !important;
  height: 100% !important;
}
body.home #front-company .no-company-map .c_img_box {
  display: none;
}
body.home #front-company .no-company-map .c_box_inner {
  margin-left: auto;
  margin-right: auto;
}
body.home #front-company dl {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
body.home #front-company dl dt span,
body.home #front-company dl dd span {
  padding: 20px 32px;
  display: block;
}
body.home #front-company dl dt {
  float: left;
  width: 20%;
  margin: 0;
}
body.home #front-company dl dd {
  float: left;
  width: 80%;
  margin: 0;
}
body.home #front-company dl#front-company-1 dt {
  border-top: 2px solid #fff;
}
body.home #front-company dl#front-company-1 dt span {
  padding-top: 19px;
}
body.home #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}
body.home #front-contact {
  background: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #front-contact .c_box_inner {
  padding: 60px 0;
  width: 100%;
  max-width: 632px;
  margin: 0 auto;
}
body.home #front-contact .c_box_inner input[type=text],
body.home #front-contact .c_box_inner input[type=tel],
body.home #front-contact .c_box_inner input[type=email],
body.home #front-contact .c_box_inner input[type=url],
body.home #front-contact .c_box_inner textarea {
  width: 95%;
}
body.home #front-contact .c_box_inner input[type=submit],
body.home #front-contact .c_box_inner button {
  width: 30%;
  display: block;
  background: #131D2A;
  border-radius: 3px;
  margin: 0 auto;
}
body.home #front-contact .c_box_inner p {
  margin-bottom: 1.4em;
  color: #f19600;
}*/

/* 独自追加
---------------------------------------- */
/* open campus */
.ie-outflame{
	max-width: 1000px;
	margin: 30px auto 0 auto;
	padding: 20px;
}

.ie-flame {
	display: table;
	width: 100%;
}
.ie-image {
	display: table-cell;
	width: 40%;
}
	.ie-image img {
		min-width: 387px;
	}
.ie-index {
	display: table-cell;
	padding-left: 40px;
	vertical-align: middle;
	width: 60%;
}
	.ie-index > h3 {
		font-size: 32px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}


/* Informaition */
.top-info-bgimg {
	/*background: url(lib/images/top-info-bgimg.png);*/
	background: #f19600;
}

.info-outflame {
	background: #fff;
	border-radius: 6px;
	max-width: 1000px;
	margin: 30px auto 0 auto;
	padding: 20px;
}
	.info-outflame > h3 {
		color: #85473f!important;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 20px;
		text-align: center;
	}

.info-table {
	border-bottom: 1px dotted #444;
	display: table;
	width: 100%;
}
.info-table:nth-child(4) {
	margin-bottom: 20px;
}
.info-table:hover {
	text-decoration: none;
}
	.info-table div.right {
		display: table-cell;
		font-size: 18px;
		padding: 15px;
		vertical-align: middle;
		width: 65%;
	}
	.info-table div.left {
		display: table-cell;
		padding: 15px;
		vertical-align: top;
		width: 35%;
	}
	.info-table div.right-list {
		display: table-cell;
		padding: 15px;
		vertical-align: middle;
		width: 60%;
	}
	.info-table div.left-list {
		display: table-cell;
		padding: 15px;
		vertical-align: top;
		width: 40%;
	}

.info-image {
	border: 1px solid #ccc!important;
}
.info-day-cat {
	display: inline-block;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
}
	.info-day-cat div:nth-child(1) {
		margin-bottom: 10px;
		text-align: left;
	}

.important-flame {
	background: #fceef1;
	border:4px solid #f19600;
}

/* staff blog */
.staffblog-flame {
	max-width: 1000px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: center;
}
.staffblog-table {
	display: inline-block;
	vertical-align: top;
	width: 24.6%;
}
	.staffblog-table:hover {
		text-decoration: none;
	}
	.staffblog-table div.trim-img {
		max-width: 250px;/* トリミングしたい枠の幅 */
		min-height: 250px;/* トリミングしたい枠の高さ */
		overflow: hidden;
		position: relative;
	}
		.staffblog-table div.trim-img img {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			max-width: none;
		}

	.staffblog-table div.title {
		text-align: center;
	}

/* Feature */
.feature-outflame {
	text-align: center;
	max-width: 1000px;
	margin: 30px auto 0 auto;
}

.feature-flame {
	background: #fff;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 30%;
}

.feature-flame:hover {
	text-decoration: none;
}
.feature-flame:nth-child(2) { margin: 0 40px; }
.feature-flame:nth-child(5) { margin: 0 40px; }
	.feature-flame > h3 {
		color: #f19600!important;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
		/*.feature-flame > h3:before {
			background: url(lib/images/feature-bg-image.png) center left no-repeat;
			color: #fff;
			padding: 10px 16px 10px 16px;
		}
		.feature-flame:nth-child(1) > h3:before { content: "1";	}
		.feature-flame:nth-child(2) > h3:before { content: "2";	}
		.feature-flame:nth-child(3) > h3:before { content: "3";	}
		.feature-flame:nth-child(4) > h3:before { content: "4";	}
		.feature-flame:nth-child(5) > h3:before { content: "5";	}
		.feature-flame:nth-child(6) > h3:before { content: "6";	}*/
	.feature-flame > aside {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.feature-flame > div > img {
		padding: 20px 0 15px 0; 
	}


/* attention */
.top-attention-bgimg {
	/*background-color:  #f5b1aa;
	background-image: url(lib/images/top-attention-bgimg.png), url(lib/images/top-attention-bgimg.png);
	background-position: top left, bottom left;
	background-repeat: repeat-x, repeat-x;*/
	background: #f19600;
}

/*.top-attention-bgimg div.attention-outflame {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
*/
.attention-flame {
	background: #fff;
	display: block;
	width: 40%;
	padding: 10px;
}
.attention-flame:hover {
	text-decoration: none;
}
.attention-flame:nth-child(1) {
	float: left;
}
.attention-flame:nth-child(2) {
	float: right;
}
	.attention-flame > h3 {
		color: #85473f!important;
		font-size: 23px;
		padding-top: 20px;
	}
	.attention-flame > aside {
		color: #9d9e9e;
		font-size: 14px;
		padding-bottom: 10px;
	}

/* supoort */
.banner-flame {
	max-width: 1000px;
	margin: 0 auto;
}
	.banner-flame > ul {
		margin-top: 30px;
		padding: 0;
		width: 100%;
	}
		.banner-flame > ul > li {
			display: inline-block;
			margin: 0;
			padding:0 0 20px 0;
			width: 32%;
			text-align: center;
		}
			.banner-flame > ul > li > a > img {
				width: 100%;
			}

@media screen and (max-width: 991px) {
	/* staff blog */
	.staffblog-table {
		width: 24%;
	}
}

@media screen and (max-width: 767px) {

.top-department-flame {
	display: table;
	width: 95%;
	margin: 0 auto 20px auto;
}
.top-department-flame:nth-child(1) {
	float: none;
}
.top-department-flame:nth-child(3) {
	float: none;
}
	.top-department-flame > div.left {
		display: table-cell;
		width: 45%;
	}
		.top-department-flame > div.left > a {
			padding: 2px;
		}

			.top-department-flame > div.left > a > h2 {
				font-size: 3.125vw!important;
				padding: 10px 4px;
			}
	.top-department-flame > div.right {
		display: table-cell;
		width: 65%;
		font-size: 2.864vw!important;
		padding-left: 10px;
		text-align: left;
		vertical-align: middle;
	}
.top-department-bgimg {
	display: none;
}

/* staff blog */
.staffblog-table {
	width: 25%;
}

/* supoort */
	.banner-flame > ul > li {
		display: block;
		margin: 0;
		width: 100%;
	}
		.banner-flame > ul > li > a > img {
			max-width: 320px;
		}

}
.info-day-cat {
	padding-left: 8px;
}

@media screen and (max-width: 320px) {
	.top-department-flame > div.right {
		font-size: 2.343vw!important;
	}
}


/* ----------------------------------------
* main
---------------------------------------- */
/* index image */
.page-index-flame {
	background: url(lib/images/page-index-bg.png);
	width: 100%;
	margin-top: 70px!important;
}
	.page-index-flame img {
		display: block;
		max-width: 1200px!important;
		margin: 0 auto!important;
	}


.cat-content,
article.post,
article.page {
	margin-bottom: 60px;
	background: #fff;
	/*border: 1px #e5e5e5 solid;*/
}

.post-header {
	padding: 30px 0;
	position: relative;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.post-header .cat-name {
	margin-bottom: 20px;
}
.post-header .cat-name span {
	border: 1px solid #f19600;
	color: #f19600;
	display: inline-block;
	padding: 4px 16px;
	font-size: 14px;
}



.post-title {
	background: url(lib/images/ico-h1.png) top left no-repeat;
	border-bottom: 4px solid #ccc;
	font-size: 34px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0;
	position: relative;
	padding: 0 0 60px 70px;
	width: 100%;
}
	.post-title:after {
		position: absolute;
		bottom: -4px;
		left: 0;
		z-index: 2;
		content: '';
		width: 20%;
		height: 4px;
		background-color: #f19600;
	}

body.page .post-title {
	margin-bottom: 0;
}
.post-title a {
	color: #241913;
}
.post-title a:hover {
	color: #FF6C00;
}



.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #fff;
}
.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 30px 0;
  /*margin-bottom: 20px;
  background: #fff;*/
}

.post-meta-area {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta {
  width: 50%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
  text-align: center;
  width: auto;
  float: right;
}
.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
	padding: 0;
}
.post-content hr {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	clear: both;
}
.post-content img {
	border-radius: 2px;
}
.post-content p,
.post-content aside,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
	clear: both;
	font-size: 15px;
	margin: 0 10px 20px 10px;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
  margin-left: 40px;
  margin-right: 40px;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
	margin-left: 20px;
	margin-right: 20px;
}
.post-content a {
	color: #f19600;
}

.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
	margin: 0 0 10px 0;
	font-size: 34px;
	clear: both;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	font-weight: normal;
	padding: 20px 0 50px 0;
}
.post-content h2 {
	color: #444;
	clear: both;
	font-size: 28px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 20px 0 20px 0;
}
.post-content h3 {
	font-size: 24px;
	margin: 30px 0;
	padding: 10px 20px 10px 26px;
	clear: both;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	font-weight: normal;
	background-color: #fafafa;
	border: 0.5px solid #ddd;
	border-radius: 2px;
	position: relative;
}
	.post-content h3:after {
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 6px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #f19600;
		border-radius: 4px;
	}
.post-content h4 {
	border-bottom: 1px dotted #aaa;
	color: #444;
	clear: both;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin: 20px 0;
	padding: 10px 0 10px 10px;
}
.post-content h5 {
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	margin: 20px 10px;
}
.post-content h6 {
	clear: both;
	font-size: 15px;
	line-height: 1.4;
	margin: 10px 10px;
}
.post-content blockquote {
	clear: both;
	margin: 0 10px 20px 10px;
	padding: 20px 20px 0 20px;
	position: relative;
	border: 1px #ddd solid;
	background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 10px;
  left: 10px;
}
.post-content blockquote cite {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 14px;
}

.post-content table {
	border: 1px #ddd solid;
	max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #444;
}
.post-content table thead th {
  background: #f2f2f2;
}
.post-content table tbody th {
  background: #f2f2f2;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #f19600;
}
.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #f19600;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
	.post-content img.size-medium {
		width: 44.4%;
	}

.post-content h2:first-child {
  margin-top: 0;
}

.post-cta {
  background: #131D2A;
  color: #f19600;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 10px 0;
}
.post-cta .post-cta-btn a {
  background: #F86222;
  color: #f19600;
  border-radius: 8px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #f19600;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #fff;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #FF6C00;
}

.post-share {
  padding: 30px 45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-footer {
  border-radius: 0;
  /*padding: 20px 64px;*/
	padding: 0;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 30px 0;
}

.post-footer .bzb-sns-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn  li .fb_iframe_widget span{
  vertical-align: top !important;
}

.post-footer-list {
  padding: 20px 0;
}

.post-author {
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  color: #241913;
  background: #fff;
}
.post-author .post-author-img {
  height: 100%;
  float: left;
}
.post-author .post-author-img img {
  width: 100px;
  height: auto;
  border: 1px solid #e5e5e5;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author .row {
  margin-right: -10px;
  margin-left: -10px;
}
.post-author .row .gr1, .post-author .row .gr2, .post-author .row .gr3, .post-author .row .gr4, .post-author .row .gr5, .post-author .row .gr6, .post-author .row .gr7, .post-author .row .gr8, .post-author .row .gr9, .post-author .row .gr10, .post-author .row .gr11, .post-author .row .gr12 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-author a {
  color: #fff;
}
.post-author .post-author-meta {
  color: #241913;
  margin-left: 120px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
}
.post-author .post-author-meta p {
  margin: 0 40px 20px 0;
}

.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
  padding: 20px 0 10px;
  float: left;
  width: 400px;
  overflow: hidden;
}
.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
*/
.post-autot
#comments {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.post-autot
#comments h4,
.post-autot
#comments h3 {
  margin: 0 0 24px;
  border-bottom: 5px solid #fff;
  font-size: 18px;
  padding: 8px 0;
}
.post-autot
#comments h4 i,
.post-autot
#comments h3 i {
  color: #fff;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}

.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 14px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 14px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment {
  margin-bottom: 0;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 14px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 14px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 240px;
  margin-top: 2em;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

@media screen and ( max-width: 767px ){

.cat-content,
article.post,
article.page {
	margin-bottom: 0;
}

.page-index-flame {
	margin-top: 70px!important;
}
	.page-index-flame img {
		max-width: auto!important;
		width: 100%;
	}
  .comment-list .children {
    margin-left: 0;
  }
}


/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .more-link {
  border: 1px #fff solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #fff;
}
.post-loop-wrap .more-link:hover {
  background: #fff;
  color: #f19600;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #fff;
  color: #f19600;
  text-align: center;
  padding: 12px;
}

/* pager */
.pagination {
	clear: both;
	padding: 30px 0;
	position: relative;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	text-align: center!important;
}

.pagination a {
	background: #fff;
	border:1px solid #ccc;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 4px;
	padding: 6px 12px 5px 12px;
	text-decoration: none;
	width: auto;
	color: #241913;
}

.pagination a:hover {
	background: #efefef;
	border:1px solid #ccc;
	color: #f19600;
}

.pagination .current {
	padding: 6px 12px 5px 12px;
	background: #f19600;
	border:1px solid #f19600;
	color: #fff;
}


/* 独自追加
---------------------------------------- */
/* outline */
.seishin_box{
	margin-bottom:30px;
}
.enkaku-table {
	width: 100%;
}
	.enkaku-table th {
		vertical-align: top;
		width: 20%;
	}

.outline-flame{}
.outline-flame p,
.outline-flame h3,
.outline-flame h4 {
	clear: none;
}
.outline-flame h4 {
	border: none;
}
.outline-flame div.imgBox {
    float: right;
    margin-left: 20px;
}
	.outline-flame div.imgBox img {
		max-width: 300px;
	}

.facibox01{
	margin:0 auto 20px auto!important;
	overflow:hidden;
	width:100%;
}
	.facibox01 li{
		display: inline-block;
		list-style: none;
		min-height: 200px;
		padding: 0;
		vertical-align: top;
		width:32%;
	}
	.facibox01 p{
		margin: 0;
	}
		.facibox01 li p.img{
			padding:4px;
			margin-bottom:0;
		}
		.facibox01 li p.name{
			padding:0px 4px;
			margin-bottom:0;
		}
		.facibox01 li p img{
			width:100%;
		}

/* 年間行事 */
.eventList {
	display: table;
	margin: 0 auto 2px auto;
	width: 96%;
}
	.eventList div.ev-month {
		color: #fff;
		display: table-cell;
		font-size: 28px;
		line-height: 1.2;
		padding: 20px 10px;
		text-align: center;
		vertical-align: top;
		width: 13%;
	}
		.eventList div.ev-month span {
			font-size: 14px;
		}
	.eventList div.ev-index {
		border-bottom: 1px dotted #ccc;
		display: table-cell;
		padding: 10px;
		vertical-align: top;
		width: 59%;
	}
		.eventList div.ev-index > ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.eventList div.ev-index > ul > li {
				display: inline-block;
				margin: 0;
				padding: 0!important;
				width: 48%;
			}
	.eventList div.ev-photo {
		border-bottom: 1px dotted #ccc;
		display: table-cell;
		padding: 10px;
		vertical-align: top;
		width: 28%;
	}

.haru {background: #f5b1aa;}
.natu {background: #aacf53;}
.aki {background: #f6ad49;}
.huyu {background: #c1e4e9;}

.cp_kenshuBlock h3 {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.cp_pTxt{
	float:left;
	margin-right:20px;
	width:48%;
}
	
.picBox{
	float:right;
	margin:0;
	width:48%;
}
.picBox .shadow01,
.picBox .shadow02{
	max-width:190px;
	overflow:hidden;
	width:48%;
	float:left;
}
.picBox .shadow01{ margin-right:10px; }
.picBox .shadow02{ float:none; }
.picBox .picShadow{
	margin:0;
	max-width:182px;
	border:1px solid #eaeaea;
	padding:3px;
	background:#fff;
}
	.picBox .picShadow img {
		border-radius: 0;
		width: 100%;
	}

/* FAQ */
.faq-flame {
	clear: both;
	margin: 0 auto 30px auto;
	width: 96%;
}
	.faq-q {
		border-bottom: 1px dotted #ccc;
		font-size:18px;
		font-weight: 700;
		margin-bottom: 20px;
		min-height: 50px;
		padding-left: 40px;
		position: relative;
		width: 100%;
	}
	.faq-q:before {
		background: #007bbb;
		border-radius: 15px;
		content: "Q";
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		width: 30px;
	}
	.faq-a {
		margin-bottom: 40px;
		padding-left: 40px;
		position: relative;
		width: 100%;
	}
	.faq-a:before {
		background: #d9333f;
		border-radius: 15px;
		content: "A";
		color: #fff;
		font-size:18px;
		font-weight: 700;
		line-height: 1.7;
		min-height: 30px;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		width: 30px;
	}
		.faq-a div.ans {
			font-size:18px;
			margin-bottom: 20px;
		}
		.faq-a p {
			clear: none;
		}
		.faq-a div.imgBox {
			float: right;
			margin-bottom: 20px;
			margin-left: 20px;
		}
			.faq-a div.imgBox img {
				border-radius: 0!important;
			}

.faqMenu{
	margin:0 0 20px 0!important;
	overflow:hidden;
}

.faqMenu li{
	width:50%;
	float:left;
	list-style: none;
	text-align:center;
}

.faqMenu li.hlc{ background:#f5b1aa; margin-left:0 !important; text-indent:inherit !important;}
.faqMenu li.hh{ background:#f6ad49; margin-left:0 !important; text-indent:inherit !important;}
.faqMenu li.hc{ background:#89c3eb; margin-left:0 !important; text-indent:inherit !important;}
.faqMenu li.all{ background:#f19600; margin-left:0 !important; text-indent:inherit !important;}

.faqMenu li a{
	color:#fff;
	font-weight:bold;
	display:block;
	padding:5px 0;
	line-height:1.2;
}

.faqMenu li.hlc a:hover{ background:#df7163;}
.faqMenu li.hh a:hover{ background:#ee7800;}
.faqMenu li.hc a:hover{ background:#84a2d4;}
.faqMenu li.all a:hover{ background:#c85554;}


/* 募集要項 */
.entrance-table {
	font-size: 13px!important;
	margin: 0 auto;
	width: 96%;
}
	.entrance-table th {
		text-align: center;
	}
	.entrance-table td {
		text-align: center;
		width: 25%;
	}

.entrance-flame {
	width:100%;
	margin-bottom:20px;
}
	.entrance-flame h3 {
		border-left:8px solid #1d459a;
		box-sizing:border-box;
		color:#333;
		font-size:18px;
		font-weight:700;
		margin:20px auto 10px auto;
		padding-left:10px;
		width:96%;
		background:none;
	}
	.entrance-flame h3.index {
		background:none;
		border-left:none;
		font-size:14px;
		margin:0 auto 8px auto;
		padding:8px 0 0 10px;
		text-align:left;
		width:100%;
	}

.entrance-flame table.table01{
	width:96%;
	margin:0 auto;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	text-align:center;
}
.entrance-flame table.table01 th{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:12px;
	line-height:20px;
	padding:3px;
	background-color:#EBEBEB;
	vertical-align:middle;
}
.entrance-flame table.table01 td{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:12px;
	line-height:20px;
	padding:5px 3px;
	vertical-align:middle;
}
.entrance-flame table.table01 td.left{
	text-align:left;
	text-indent:30px;
}
.entrance-flame .teiin{
	border-top:2px double #CCC;
	background:#F7F3E5;
}
.entrance-flame table.table01 td > a {
	display:block;
	width:100%;
}

.entrance-flame table.table01 ol li{
	list-style:decimal;
	margin-left:30px;
}
.entrance-flame table.table01 ul li{
	list-style:disc;
	margin-left:30px;
}

.entrance-flame div.table02{
	display:table;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	width:96%;
}

.entrance-flame div.table02 .th{
	display:table-cell;
	border-right:1px solid #CCC;
	font-size:14px;
	padding:3px;
	background-color:#EBEBEB;
	text-align:center;
	vertical-align:middle;
	width:20%;
}

.entrance-flame div.table02 .th-sp{
	display:table-cell;
	border-right:1px solid #CCC;
	font-size:12px!important;
	padding:3px;
	background:#F7F3E5;
	text-align:center;
	vertical-align:middle;
	width:20%;
}

.entrance-flame div.table02 .td{
	display:table-cell;
	border-right:1px solid #CCC;
	font-size:14px;
	padding:6px 3px;
	vertical-align:middle;
}
	.entrance-flame div.table02 .td > p{
		font-size:13px!important;
		margin-bottom: 6px;
	}

.entrance-flame .end{
	border-bottom:1px solid #CCC;
}

.entrance-flame table.inr-table{
	border-top:1px solid #C8E3FF;
	border-left:1px solid #C8E3FF;
	margin:0px;
	text-align:center;
	width:100%;
}

.entrance-flame table.inr-table th{
	border-right:1px solid #C8E3FF;
	border-bottom:1px solid #C8E3FF;
	font-size:12px;
	padding:3px;
	background-color:#E6F2FF;
	text-align: center;
	vertical-align:middle;
	display:table-cell;
}

.entrance-flame table.inr-table td{
	border-right:1px solid #C8E3FF;
	border-bottom:1px solid #C8E3FF;
	font-size:12px;
	padding:3px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.entrance-flame table.inr-table td.left{
	text-align:left;
}

.entrance-flame .indent {
	margin-left:3em;
	text-indent:-3em;
}

.inner_con ul {
	font-size: 14px;
	list-style: none;
	margin: 0!important;
}
	.inner_con ul > li {
		margin-bottom: 10px;
	}

.point-ao {
	background: #fff8e3;
	display: table;
	margin: 0 auto 20px auto!important;
	padding: 6px;
	width:96%;
}
.point-ao dt {
	display: table-cell;
	font-size: 18px;
	font-weight: normal!important;
	padding: 0 0 0 30px;
	position: relative;
	vertical-align: middle;
	width:25%;
}
	.point-ao dt:before {
		border-radius: 14px;
		content: "";
		position: absolute;
		top: 42%;
		left: 0;
		text-align: center;
		width: 12%;
	}
		.point-ao dt.one:before {
			content: "1";
		}
		.point-ao dt.two:before {
			content: "2";
			top: 34%;
		}
		.point-ao dt.three:before {
			content: "3";
			top: 30%;
		}
		.point-ao dt.four:before {
			content: "4";
			top: 39%;
		}
		.point-ao dt.five:before {
			content: "5";
			top: 32%;
		}
	.point-ao dd {
		background: #fff;
		display: table-cell;
		padding: 8px;
		width:75%;
	}
	.point-ao dd > ul {
		margin: 0;
	}

.nyugaku-syakaijin-voice h3 {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
	font-size: 18px;
	margin: 30px 0 15px 0;
}

/* 学費 */
.gakuhi-table {
	width: 96%;
	font-size: 13px!important;
}
	.gakuhi-table th {
		font-weight: 700;
		text-align: center;
	}
	.gakuhi-table td.goukei {
		background: #f8f4e6;
	}

/* 就職 */
.calendar-table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size: 14px!important;
	display:table;
	margin:0 auto!important;
	width:96%;
}
	.calendar-table .calendar-th {
		background:#ededed;
		border-right:1px solid #ccc;
		display:table-cell;
		padding:8px;
		vertical-align:top;
		width:10%;
	}
	.calendar-table .calendar-td {
		border-right:1px solid #ccc;
		display:table-cell;
		padding:8px;
		vertical-align:top;
		width:90%;
	}
	.calendar-table .end {
		border-bottom:1px solid #ccc;
	}

.report .bdr_hlc{ border:1px solid #f5b1aa;}
.report .bdr_hh{ border:1px solid #f6ad49;}
.report .bdr_hc{ border:1px solid #c1e4e9;}

.report .box01{
	overflow:hidden;
	margin-bottom:20px;
}

.report .box01 h3 {
	border: none;
	border-radius: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	margin:0;
}
	.report .box01 h3:after {
		background: none;
		border-radius: 0;
	}

.report h3.bg_hlc{ background:#f5b1aa;}
.report h3.bg_hh{ background:#f6ad49;}
.report h3.bg_hc{ background:#c1e4e9;}

.report .innerbox01{
	padding:10px;
	overflow:hidden;
}
.report .innerbox01 h4 {
	border: none;
	color: #444;
	font-size: 15px;
	font-weight: 700;
	clear: none!important;
	margin: 0 0 10px 0;
}
.report .innerbox01 p {
	clear: none!important;
	margin-bottom: 0;
}

.report .imgBox{
	float: left;
	text-align:center;
	max-width:250px;
	margin-bottom:10px;
}

.report .imgBox img{
	border-radius: 0!important;
	width:100%;
}

.jisseki_nav {
	margin: 0 auto!important;
	padding: 0;
	width: 96%;
}
.jisseki_nav li {
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	vertical-align: top;
	width:30%;
}
	.jisseki_nav li.jisseki_hlc {
		background:#f5b1aa;
	}
	.jisseki_nav li.jisseki_hh {
		background:#f6ad49;
	}
	.jisseki_nav li.jisseki_hc {
		background:#c1e4e9;
	}

.jisseki_nav li > a {
	color: #fff;
	display: block;
	font-size: 14px!important;
	min-height: 40px;
	padding: 8px;
	text-align: center;
	width:100%;
}
.jisseki_nav li > a:hover {
	text-decoration: none;
}

.box_wrap{
	overflow:hidden;
	margin-bottom:20px;
}
	.box_wrap ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: 96%;
	}
	.box_wrap ul > li {
		display: inline-block;
		margin-bottom: 8px;
		vertical-align: top;
		width: 30%;
	}
	.box_wrap ul > li.w100 {
		width: 100%;
	}
	.box_wrap .hc {
		color: #89c3eb!important;
	}
.graph {text-align: center;}

/* 資格 */
.sikaku-flame {
	/*border: 6px solid #efefef;*/
	border-radius: 6px;
	/*float: left;
	width: 30%;*/
	margin-bottom: 30px;
}
	.sikaku-flame h4 {
		color: #444;
		font-weight: 700;
		margin-top: 0
	}
	.sikaku-flame a {
		font-weight: 700;
		margin-right: 8px;
		padding: 8px 4px;
	}
	.sikaku-flame a.hlc {
		background: #f5b1aa!important;
		color: #fff!important;
		font-size: 12px;
	}
	.sikaku-flame a.hh {
		background: #f6ad49!important;
		color: #fff!important;
		font-size: 12px;
	}
	.sikaku-flame a.hc {
		background: #89c3eb!important;
		color: #fff!important;
		font-size: 12px;
	}

.tanni-gokan-table {
	    margin: 30px 10px 20px 10px!important;
}

/* 学科 */
.point-manabi {
	background: #fff8e3;
	display: table;
	margin: 0 auto 20px auto!important;
	padding: 6px;
	width:96%;
}
.point-manabi dt {
	display: table-cell;
	font-size: 18px;
	font-weight: normal!important;
	padding: 8px 8px 8px 30px;
	position: relative;
	width:33%;
}
	.point-manabi dt:before {
		background: #f19600;
		border-radius: 15px;
		content: "";
		color: #fff;
		position: absolute;
		top: 35%;
		left: 0;
		text-align: center;
		width: 12%;
	}
		.point-manabi dt.one:before {
			content: "1";
		}
		.point-manabi dt.two:before {
			content: "2";
		}
		.point-manabi dt.three:before {
			content: "3";
		}
	.point-manabi dd {
		background: #fff;
		display: table-cell;
		padding: 8px;
		width:67%;
	}
.sikaku-sigoto {
	border: 10px solid #ededed;
	border-radius: 6px;
	display: block;
	margin: 0 auto 20px auto;
	padding: 20px 20px 10px 20px;
	width: 96%;
}
	.sikaku-sigoto > strong {
		font-size: 18px;
	}
	.sikaku-sigoto > ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.sikaku-sigoto > ul > li {
			border: 1px solid #f19600;
			color: #f19600;
			display: inline-block;
			margin-right: 8px;
			margin-bottom: 10px;
			padding: 4px 8px;
		}
.curriculum-list {
	margin: 0 10px 0 10px!important;
	padding: 0 40px 30px 40px!important;
}
	.curriculum-list > li {
		/*list-style-position: inside;*/
		float: left;
		margin-right: 10px;
		padding: 0 0 10px 0;
		width: 30%;
	}
	/*.curriculum-list > li:last-child {
		float: none;
		clear: both;
	}*/
.curriculum-pickup-flame {
	width: 100%;
}
	.curriculum-pickup-flame img {
		float: right;
		width: 35%;
	}
	.curriculum-pickup-flame p {
		clear: none;
	}
	.curriculum-pickup-flame aside {
		clear: none;
		float: left;
		width: 60%;
	}

.og-table {
	display:table;
	width:100%;
}
	.og-table .og-table-r {
		display:table-cell;
		padding-left:10px;
		vertical-align:top;
		width:50%;
	}
		.og-table .og-table-r img {
			width:100%;
		}
		.og-table .og-table-r h3 {
			color:#333;
			font-size:18px;
			font-weight:700;
			margin:0 0 20px 0;
		}
		.og-table .og-table-r aside {
			margin-bottom:20px;
		}
	.og-table .og-table-l {
		box-sizing:border-box;
		display:table-cell;
		padding-right:10px;
		vertical-align:top;
		width:50%;
	}
		.og-table .og-table-l img {
			width:100%;
		}
/* message */
.article{
	border-bottom: 1px dotted #CEC0C0;
	margin-bottom:30px;
	padding-bottom: 20px;
	overflow:hidden;
}
.story h4{
	color: #390000;
	font-size:16px;
	font-weight: 100;
}
.story h5{
	color: #390000;
	font-size:16px;
	display:inline-block;
}
.story h5 span{	color: #FF3333;}
.story p{clear: none;}
.story p.imgBox{text-align:center;}
.story p.text{margin-bottom:10px;}
.story p.text .student{ color:#eb6da5;}
.story p.text .teacher{ color:#6eb92b;}
.story p.imgBox {
    float: right;
    margin-left: 20px;
}


/* 栄養科学研究所 */
.public-index {
	margin-bottom: 30px;
}
	.public-index p {
		clear: none;
	}
	.public-index p.img01 {
		float: right;
	}
.public-table {
	width:100%;
}

/* もこもこ・こどもセンター */
.pic {
	margin-bottom:20px;
	vertical-align: top;
	/*text-align:justify;
	text-justify: inter-ideograph;*/
}
.pic img {
	float: left;
	margin-left: 15px;
}
.w246{
	width:42%;
	float:left;
}
	.w246 p {
		clear: none!important;
	}

.map {
	float: right;
	width:56%;
}
	.map p {
		clear: none!important;
	}



@media screen and ( max-width: 767px ){
	/* outline */
	.seishin_box{
		margin-top: 30px;
		margin-bottom:20px;
	}
	.outline-flame div.imgBox {
		float: none;
		margin-left: 0;
		text-align: center;
	}
		.outline-flame div.imgBox img {
			max-width: 414px;
			width: 100%;
		}

		.enkaku-table th,
		.enkaku-table td{
			display: block;
			width: 100%;
		}

	.facibox01{
		padding: 0;
	}
		.facibox01 li{
			min-height: 130px;
			width:49%;
		}
		.facibox01 p {
			margin: 0;
		}
			.facibox01 li p.img {
				padding:0;
			}
			.facibox01 li p.name {
				padding:0;
				margin-bottom:0;
			}


	.facibox01 .no03 { margin-right: 0px;}

	.point-manabi {
		display: block;
		width:100%;
	}
		.point-manabi dt {
			display: block;
			width:100%;
		}
		.point-manabi dt:before {
			border-radius: 15px;
			top: 28%;
			width: 28px;
		}
			.point-manabi dd {
				display: block;
				margin: 0!important;
				width:100%;
			}

	/* 年間行事 */
	.eventList {
		width: 100%;
	}
		.eventList div.ev-month {
			font-size: 14px;
			width: 13%;
		}
		.eventList div.ev-index {
			vertical-align: top;
			width: 87%;
		}
			.eventList div.ev-index > ul {
				font-size: 13px;
			}
		.eventList div.ev-photo {
			display: none;
		}
	.cp_kenshuBlock h3 {
		border-top: none!important;
		border-right: none!important;
		border-bottom: 1px solid #ccc!important;
		border-left: none!important;
	}
	.cp_pTxt{
		width:100%;
		float:none;
		margin-right:0;
	}
	.picBox{
		float:none;
		width:100%;
		text-align: center;
	}
		.picBox .shadow01,
		.picBox .shadow02 {
			max-width: auto;
			padding: 0;
			width: 48%;
		}
		.picBox .picShadow {
			margin: 0;
		}

/* FAQ */
	.faq-flame {
		margin: 30px auto 30px auto;
		width: 100%;
	}
		.faq-q {
			padding-bottom: 20px;
		}
		.faq-a {
			padding-left: 40px;
			position: relative;
			width: 100%;
		}
			.faq-a div.ans {
				font-size:18px;
				margin-bottom: 20px;
			}
			.faq-a p {
				margin: 0 0 0 -40px!important;
				padding-left: 0!important;
			}
			.faq-a p.ans-smp {
				margin: 0 0 0 0!important;
			}
			.faq-a div.imgBox {
				float: none;
				margin-bottom: 20px;
				margin-left: -30px;
			}

.faqMenu{
	margin:30px 0 20px 0!important;
}


/* 募集要項 */
	.entrance-table {
		width: 100%;
		margin-top: 30px!important;
	}
		.entrance-table td:nth-child(1) {
			width: 30%;
		}

	.entrance-flame h3.index {
		text-align:center;
	}

	.entrance-flame table.table01 td.left{
		text-indent:0;
	}

	.entrance-flame div.table02{
		display:block;
		width:100%;
	}
	.entrance-flame div.table02 .th,
	.entrance-flame div.table02 .th-sp{
		display:block;
		width:100%;
	}

	.entrance-flame div.table02 .td{
		display:block;
		width:100%;
	}

	.point-ao {
		display: block;
		width:100%;
	}
		.point-ao dt {
			display: block;
			width:100%;
		}
		.point-ao dt:before {
			border-radius: 15px;
			top: 0;
			width: 28px;
		}
			.point-ao dt.two:before {
				content: "2";
				top: 0;
			}
			.point-ao dt.three:before {
				content: "3";
				top: 0;
			}
			.point-ao dt.four:before {
				content: "4";
				top: 0;
			}
			.point-ao dt.five:before {
				content: "5";
				top: 0;
			}
			.point-ao dd {
				display: block;
				margin: 0!important;
				width:100%;
			}

	.nyugaku-syakaijin-voice h3 {
		border-top: none!important;
		border-right: none!important;
		border-bottom: 1px solid #ccc!important;
		border-left: none!important;
		font-size: 18px!important;
		margin: 30px 0 15px 0!important;
	}

	/* 学費 */
	.gakuhi-table {
		width: 100%;
	}

	/* 就職 */
	.report .box01 h3 {
		padding-left: 10px;
	}
	.report .imgBox{
		float: none;
		text-align:center;
		max-width:430px;
		margin:10px auto;
	}

.jisseki_nav li {
	display: block;
	margin-bottom: 10px;
	width:100%;
}

.jisseki_nav li > a {
	color: #fff;
	display: block;
	font-size: 14px!important;
	min-height: 40px;
	padding: 8px 4px;
	text-align: center;
	width:100%;
}
	.box_wrap ul > li {
		display: inline-block;
		width: 49%;
	}

		.sikaku-flame a.hlc,
		.sikaku-flame a.hh,
		.sikaku-flame a.hc {
			display: block;
			font-size: 14px;
			font-weight: normal;
			margin-bottom: 8px;
			text-align: center;
			width: 100%;
		}

		.tanni-gokan-table th,
		.tanni-gokan-table td {
			display: block;
			width:100%;
		}


	.sikaku-sigoto {
		padding: 20px 10px 10px 10px;
		width: 96%;
	}
		.sikaku-sigoto > ul {
			margin: 0!important;
		}
			.sikaku-sigoto > ul > li {
				margin-right: 3px;
				margin-bottom: 7px;
				padding: 3px;
			}
	.curriculum-list {
		margin: 0 0 30px 0!important;
		padding: 0 10px 0 10px!important;
	}
		.curriculum-list > li {
			float: left;
			margin-right: 0;
			margin-left: 20px;
			padding: 0 0 10px 0;
			width: 42.5%;
		}

		.curriculum-pickup-flame img {
			float: none;
			width: 100%;
		}
		.curriculum-pickup-flame aside {
			float: none;
			margin: 0!important;
			width: 100%;
		}

.og-table {
	display:block;
	width:100%;
}
	.og-table .og-table-r {
		display:block;
		padding-left: 0;
		width:100%;
	}
		.og-table .og-table-r p,
		.og-table .og-table-r aside {
			margin: 0 0 20px 0!important;
		}
	.og-table .og-table-l {
		display:block;
		padding-right: 0;
		width:100%;
	}

	/* message */
	.story p.imgBox {
		float: none;
		margin-left: 0;
	}

	/* 栄養科学研究所 */
		.public-index p.img01 {
			float: none;
			text-align: center;
		}
		.public-table th {
			border: none!important;
			border-right: 1px solid #ccc!important;
			border-bottom: 1px solid #ccc!important;
		}

		.public-table td {
			border: none!important;
			border-right: 1px solid #ccc!important;
			border-bottom: 1px solid #ccc!important;
			display: block;
		}

	/* もこもこ・こどもセンター */
	.w246{
		width:100%;
		float:none;
	}

	.map {
		float: none;
		width:100%;
		text-align: center;
	}

}


/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 18px;
  background: #fafafa;
  border: 1px solid #ddd;
}
.side-widget a {
	color: #444;
	display: block;
	padding: 0 10px;
}
.side-widget a:hover {
  color: #444;
  text-decoration: underline;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
}
.side-widget .side-title {
  margin: 0 0 13px!important;
  padding: 8px;
  font-size: 18px;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 14px;
  color: #999999;
}
.side-widget .post-share-fb .pas {
  display: none;
}

/* widget_views */
.widget_views a {
  display: inline;
}

/* search */
.widget_search {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}
.widget_search form div {
  position: relative;
  padding-right: 40px;
}
.widget_search label {
  display: none;
}
.widget_search input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}
.widget_search button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 8px 5px;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #5e6265;
}
.widget_search button:hover {
  cursor: pointer;
}

#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 14px;
}
.recentcomments a {
  color: #241913;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* page children */
#page-children {
	background: #efefef;
	padding: 10px;
	margin-bottom: 30px;
}
	#page-children ul.page-list > li {
		background: #fff;
		border-bottom: 1px dotted #aaa;
	}
	#page-children ul.page-list > li:first-child {
		background: #efefef;
		border-left: 6px solid #f19600;
		border-bottom: none;
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	#page-children ul.page-list > li:last-child {
		border-bottom: none;
	}
		#page-children ul.page-list > li > a {
			display: block;
			min-height: 50px;
			padding: 14px 10px 10px 10px;
			width: 100%;
		}


/* bnner */
#side-bnner {
	width: 100%;
	margin: 0 auto 30px auto;
}
	#side-bnner > ul > li {
		margin: 10px 0;
	}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #fff;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 14px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
/* Facebook Like Box width: 100% */
/*.post-share-fb.side-widget{
  text-align: center;
}
div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}
#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
  max-width: 100% !important;
}*/

#footer {
	z-index: -1;
	/*background: url(lib/images/foot-img.jpg) 50% 100% no-repeat fixed;
	background-size: 100% auto;*/
	/*background: url(lib/images/foot-img.jpg) center top no-repeat;
	background-size: cover;*/
	background: #efefef;
}


/*#footer .fb-like-box,
#footer .fb-like-box > span,
#footer iframe {
  width: 100% !important;
  box-sizing: border-box;
}
#footer .footer-logo {
  font-size: 24px;
}
#footer a {
  color: #f19600;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 30px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-brand-area {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #fff;
}

#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
}
#footer-content-area i.fa {
  margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  padding: 8px 12px 8px 14px;
  display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: block;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}*/


.footer-01 {
	background: #f19600;
	color: #fff;
	padding: 0;
}
.footer-05 {
	background: #f19600;
	width: 100%;
	min-height: 100px;
}
.footer-03,
.footer-04 {
	width: 100%;
}
.footer-06 {
	background: #444;
	color: #fff;
	width: 100%;
}
	.footer-01 .wrap,
	.footer-03 .wrap,
	.footer-04 .wrap,
	.footer-05 .wrap,
	.footer-06 .wrap {
		padding: 10px 0!important;
		max-width: 1200px;
	}
	.footer-02 .wrap {
		padding: 50px 0!important;
	}

	/*.footer-05 .footer-logo-flame {
		text-align: center;
	}
	.footer-05 .badge-flame {
		padding: 15px 0;
		text-align: center;
	}
		.footer-05 .badge-flame > a > img {
			padding: 0 6px;
		}*/
	.footer-06 .footer-copy {
		text-align: center;
		font-size: 14px;
	}


ul.menu-foot {
	max-width:1200px;
	margin:30px auto!important;
}
	ul.menu-foot > li {
		border-left: 1px dotted #999;
		float: left;
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 30px;
		min-height: 200px;
		padding-right: 10px;
		padding-left: 10px;
		text-align: center;
		width: 25%;
	}
	ul.menu-foot > li:last-child {
		border-right: 1px dotted #999;
	}
		ul.menu-foot > li > a {
			display: block;
			padding-bottom: 6px;
		}
		ul.menu-foot > li > ul.sub-menu {
			display: block!important;
			margin-top: 15px;
			margin-left: 18px;
		}
			ul.menu-foot > li > ul.sub-menu > li {
				font-size: 14px;
				list-style: disc;
				text-align: left;
				margin-left: 20px;
			}
				ul.menu-foot > li > ul.sub-menu > li > a {
					display: block;
					padding: 3px 0  3px 20px;
				}
			ul.menu-foot > li > ul.sub-menu > li.hc {
				color: #444!important;
			}

.menu-foot-sub01 {
	margin: 0 auto!important;
	text-align: center;
}
	.menu-foot-sub01 > li {
		border-left: 1px solid #fff;
		display: inline-block;
		padding: 0 8px 0 10px;
	}
	.menu-foot-sub01 > li:nth-child(1) {
		border-left:none;
	}
		.menu-foot-sub01 > li > a {
			color: #fff;
		}

.menu-foot-sub02 {
	margin: 20px auto 0 auto!important;
	text-align: center;
}
	.menu-foot-sub02 > li {
		border-right: 1px solid #444;
		display: inline-block;
		padding: 0 8px 0 10px;
	}
	.menu-foot-sub02 > li:nth-child(1) {
		border-left: 1px solid #444;
	}

.menu-foot-sub03 {
	margin: 20px auto 0 auto!important;
	text-align: center;
}
	.menu-foot-sub03 > li {
		border-left: 1px solid #444;
		display: inline-block;
		padding: 0 8px 0 10px;
	}
	.menu-foot-sub03 > li:nth-child(1) {
		border-left: none;
	}


.siryo-buttom {
	width: 100%;
}
.siryo-buttom > a:before,
.siryo-buttom > a:after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
}
.siryo-buttom > a,
.siryo-buttom > a:before,
.siryo-buttom > a:after {
	font-size: 20px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.siryo-buttom-in > a {
	position: relative;
	z-index: 2;
	background-color: #85473f;
	border: 2px solid #85473f;
	color: #fff;
	line-height: 50px!important;
	display: block;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	text-align: center;
}
.siryo-buttom-in > a:hover {
	background-color: #fff;
	border-color: #85473f;
	color: #85473f;
	text-decoration: none;
}
.siryo-buttom-in > a:before,
.siryo-buttom-in > a:after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #85473f;
}
.siryo-buttom-in > a:before {
	right: 0;
}
.siryo-buttom-in > a:after {
	left: 0;
}
.siryo-buttom-in > a:hover:before,
.siryo-buttom-in > a:hover:after {
	width: 0;
	background-color: #85473f;
}

/* company address */
.company-outflame {
	margin: 30px auto 0 auto;
}
.company-flame {
	color: #fff;
	float: left;
	text-align: left;
	width: 33%;
}
	.company-flame > dt {
		font-size: 18px;
	}
	.company-flame > dt.head-office {
		font-size: 24px;
		line-height: 1.2;
	}
	.company-flame > dd {
		margin: 6px 0 0 0;
	}


@media screen and ( max-width: 991px ){
  .footer-01 .footer-address {
    text-align: left;
  }
}

@media screen and ( max-width: 767px ){

	#footer {
		background-image:none;
	}

	.footer-02 > div.wrap {
		margin: 0!important;
		padding: 0!important;
	}

	.siryo-buttom-in > a {
		background-color: #85473f;
		border: none;
		color: #fff;
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		width:100%
	}
	.menu-foot-sub02 {
		margin: 0!important;
	}
		.menu-foot-sub02 > li {
			border-right: 1px solid #444;
			border-bottom: 1px solid #444;
			border-left: 1px solid #444;
			display: block;
			padding: 0;
		}
			.menu-foot-sub02 > li > a {
				display: block;
				padding: 10px;
			}



	.footer-03 {display: none;}

	.company-flame {
		float: none;
		width: 100%;
	}

	.footer-04 {
		background: #fff;
	}
	.footer_menu_sub1 {
		width: 100%;
	}
		.footer_menu_sub1 > li {
			border-top: 1px dotted #ccc;
			border-bottom: 1px dotted #ccc;
			text-align: center;
		}
		.footer_menu_sub1 > li > a {
			display: block;
			min-height: 40px;
			padding: 20px 10px;
		}

}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #eee;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
}
.single-lp #lp-header {
  background: #fff;
  padding: 56px;
  color: #f19600;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #f19600;
  text-align: center;
}
.single-lp dt, .single-lp dd {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #content {
  padding: 40px 56px;
}
.single-lp #main {
  width: 100%;
  float: left;
  overflow: hidden;
}
.single-lp .main-inner {
  margin-right: 350px;
}
.single-lp #side {
  width: 320px;
  float: left;
  margin-left: -320px;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .post-footer .bzb-sns-btn {
  padding: 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #f19600;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-lp .lp-form h3{
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #F86222;
  color: #f19600;
  border-bottom: 5px solid #e04807;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #f9743b;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}/* one-column */
.one-column.single-lp #main{
  float: none;
}
.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}
.one-column.single-lp #side{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #side {
  width: 320px;
  margin-left: -320px;
}
.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}
.single-lp.right-content .main-inner{
  margin-left: 350px;
  margin-right: 0;
}
@media screen and ( max-width: 1200px ){
  .single-lp.right-content #side{
    width: 100%;
    margin: 0;
    float: none;
  }
  .single-lp.right-content .main-inner{
    margin: 0 0 40px;
    width: 100%;
  }

}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 25px;
	color: #fff;
	z-index: 10;
}
.pagetop span {
	display: block;
	border-radius: 25px;
	background: #3a3a3a;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	padding-top: 3px;
	opacity: .8;
}

/* ----------------------------------------
* Plugin (for wordpress)
---------------------------------------- */
/* Mete slider */
#slider {
	background:linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))!important;
	/*background: #fff;*/
	z-index: 100;
}

/*.metaslider .caption-wrap {
    position: absolute;
	bottom: 17%!important;
	left: 40%!important;
    background: black;
    color: white;
	background:linear-gradient(to left, rgba(216, 78, 68, 1), rgba(234, 122, 119, 0))!important;
    margin: 0!important;
    display: inline-block!important;
    width: 80%!important;
    line-height: 1.1;
}
	.metaslider .caption {
		padding: 5px 10px!important;
		word-wrap: break-word;
		font-size: 56px;;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.1;
		text-align: left;
	}*/
.flex-control-paging li a.flex-active {
    background: #f19600!important;
}

.flex-control-paging li a {
    box-shadow: inset 0 0 3px rgba(150,150,150,0.3)!important;
}

@media screen and (max-width: 1200px) {
  /* laptop start */
	.metaslider .caption {
		font-size: 4.3333vw;
	}
  /* end start */
}


/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* laptop start */
  body.home .wrap {
    width: auto;
    margin: 0 36px;
  }

  .post-header,
  .post-author {
    padding: 36px;
  }

  .post-content,
  .post-footer {
    /*padding-left: 36px;
    padding-right: 36px;*/
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp #main,
  .single-lp #side,
  .single-lp .main-inner {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  /* end start */
}
@media screen and (max-width: 991px) {
  /* tablet */
  body.home .wrap,
  .wrap {
    width: auto;
    margin: 0 24px;
  }

  body.home #front-service {
    background-image: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    width: auto;
    margin: 0 24px;
  }

  #header-nav-btn {
    display: block;
    width: 79px;
    line-height: 1;
    float: right;
  }
	#header-nav-btn a {
		display: block;
		text-align: center;
		font-size: 34px;
		background: #fff;
		padding-top: 16px;
		padding-bottom: 0;
	}
		#header-nav-btn a i > span {
			color: #444;
			display: block;
			font-size: 14px;
		}

  #header-fnav-area {
    display: none;
  }

  /* gnav */
  #gnav {
    display: none;
  }

  .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
  }

  #gnav-sp {
    display: none;
    background: rgba(255,255,255,0.8);
    display: block;
    color: #444;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 0;
  }
  #gnav-sp .wrap a {
    color: #444;
  }
  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
	padding:0;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }
  #gnav-sp #header-cont-content li {
	margin-left: 2%;
	float: left;
	width: 48%;
	border-bottom: 1px dashed #ccc;
  }
  #gnav-sp #header-cont-content li a {
	display: block;
	min-height: 50px;
	padding: 14px 20px 10px 20px;
	position: relative;
  }
  #gnav-sp #header-cont-content li a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	left: 2%;
	top: 25%;
  }
  #gnav-sp #header-cont-content .children {
    display: none;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }
  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }

  /* front page */
  body.home #main_visual h2 {
    margin-top: 0;
    font-size: 24px;
  }

  body.home #main_visual p {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }

  body.home .front-main-cont .tri-border {
    display: none;
  }

  body.home #front-contents .c_box.c_box_left .c_box_inner,
  body.home #front-contents .c_box.c_box_right .c_box_inner {
    width: 100%;
    float: none;
  }
  body.home #front-contents .c_box.c_box_left .c_title,
  body.home #front-contents .c_box.c_box_right .c_title {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_img_box,
  body.home #front-contents .c_box.c_box_right .c_img_box {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
  }
  body.home #front-contents .c_box.c_box_left .c_text h4,
  body.home #front-contents .c_box.c_box_right .c_text h4 {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_btn,
  body.home #front-contents .c_box.c_box_right .c_btn {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_btn a,
  body.home #front-contents .c_box.c_box_right .c_btn a {
    margin-right: auto;
    margin-left: auto;
  }

  body.home #front-service .front-service-inner {
    margin-left: 0;
  }
  body.home #front-service .front-service-inner .c_box {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  body.home #front-company .c_img_box {
    height: 300px;
    position: relative;
  }
  body.home #front-company .c_img_box,
  body.home #front-company .c_box_inner {
    float: none;
    width: 100%;
  }

  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    /*padding: 56px 44px;*/
  }

  article.page .post-content {
    padding: 0;
  }

  .post-header {
    padding:0;
  }

/*  .post-content {
    padding: 40px;
  }
  .post-content h2 {
    margin-left: -52px;
  }*/

  .post-meta-area {
    background: #fff;
    color: #241913;
  }
  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }
  .post-meta-area .bzb-sns-btn {
    height: auto;
  }
  .post-meta-area .bzb-sns-btn .sharrre {
    margin: 0 5px 0 0;
    float: left !important;
    width: 20%;
    overflow: hidden;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
    background: transparent;
    display: block;
    padding: 4px 24px;
    color: #241913;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
    display: none;
    text-align: center;
    float: left;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
    background: transparent;
  }
  .post-meta-area .bzb-sns-btn .s_buttons {
    font-size: 14px;
    padding-top: 20px;
  }
  .post-meta-area .loop-comment-icon {
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
    float: right;
  }

  #footer-facebook {
    display: none;
  }

  #footer-list-area {
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-form .submit {
    width: 50%;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    overflow: hidden;
  }

	.post-title {
		font-size: 28px;
		margin-bottom: 20px;
		padding: 0 0 30px 60px;
	}

  body.home .wrap,
  .wrap {
    margin: 0 12px;
  }

  body.home #front-company dl dt,
  body.home #front-company dl dd {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  body.home #front-company dl dt span,
  body.home #front-company dl dd span {
    padding: 0;
  }
  body.home #front-company dl dt {
    font-weight: bold;
    padding: 8px 12px 0;
  }
  body.home #front-company dl dd {
    border-top: none !important;
    padding: 4px 12px 8px;
  }

  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }
  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }
  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
	max-height: 70px;
	padding: 10px 0;
  }
  #header .wrap {
	padding: 0;
	margin: 0 10px;
  }
	#header #logo {
		padding: 0;
	}
  #header #logo img {
    vertical-align: top;
  }
  #header #header-right {
    height: auto;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-nav-btn {
    display: block;
    max-width: 55px;
    line-height: 1;
    float: right;
  }
	#header-nav-btn a {
		display: block;
		text-align: center;
		font-size: 28px;
		background: #fff;
		padding-top: 8px;
		padding-bottom: 0;
	}
		#header-nav-btn a i > span {
			color: #444;
			display: block;
			font-size: 12px;
		}

  .single-lp #lp-header {
    padding: 20px;
  }
  .single-lp .lp-thumbnail {
    float: none;
    margin: 0 0 13px;
  }
  .single-lp .lp-thumbnail img {
    width: 100%;
    height: auto;
  }
  .single-lp #content {
    padding: 20px;
  }

  #gnav-sp {
    display: none;
    top: 112px;
  }
  #gnav-sp ul {
    margin-bottom: 20px;
  }
  #gnav-sp #header-cont-content ul {
	margin-left: 0;
	padding-left: 0;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }

/* footer */
.menu-foot-sub01 {
	font-size: 3.3816vw!important;
}







body.home .wrap > div.front-content-title {
	/*border-bottom: 1px solid #85473f;*/
	max-width: 100%;
	margin: 0 auto 20px auto;
}
body.home .wrap > div.front-content-title h2 {
	font-size: 8.2125vw;
}

/* introduction example 導入事例 */
.ie-outflame{
	margin: 0 auto;
	text-align: center;
	padding:0;
}

.ie-flame {
	display: block;
	max-width: auto;
	width: 100%;
}
.ie-image {
	border: none;
	display: block;
	width: 100%;
}
	.ie-image img {
		min-width: initial!important;
		min-width: auto!important;
		width: 100%;
	}
.ie-index {
	display: block;
	width: 100%;
	padding-left: 0;
}
	.ie-index > h3 {
		font-size: 6.763vw;
	}

/* Informaition */
.info-outflame {
	margin: 0 auto;
	max-width: auto;
	padding: 20px 10px;
	width: 100%;
}
	.info-outflame > h3 {
		font-size: 5.797vw;
	}

.info-table {
	display: block;
}
	.info-table div.right {
		display: block;
		padding: 5px 10px 10px 10px;
		width: 100%;
	}
	.info-table div.left {
		display: block;
		padding: 10px 10px 5px 10px;
		width: 100%;
	}
	.info-table div.right-list {
		display: block;
		padding: 5px 10px 10px 10px;
		width: 100%;
	}
	.info-table div.left-list {
		display: block;
		padding: 10px 10px 5px 10px;
		width: 100%;
	}

/* staff blog */
.staffblog-table {
    display: block;
	margin-bottom: 20px;;
    width: 100%;
}
	.staffblog-table div.trim-img {
		margin-right: auto;
		margin-left: auto;
	}

/* Feature */
.feature-outflame {
	margin: 0 auto;
	max-width: auto;
	width: 100%;
}

.feature-flame {
	display: block;
	margin: 20px 0;
	width: 100%;
}
.feature-flame:nth-child(2) { margin: 0; }
.feature-flame:nth-child(5) { margin: 0; }
	.feature-flame > h3 {
		font-size: 5.797vw;
	}
		.feature-flame > h3:before {
			padding: 10px 16px 10px 16px;
		}

/* attention */
/*.top-attention-bgimg div.attention-outflame {
	margin: 0 auto;
	max-width: auto;
	padding: 0;
	width: 100%;
}

.attention-flame {
	margin: 0 auto 30px auto;
}
.attention-flame:nth-child(1) {
	float: none;
	width: 100%;
}
.attention-flame:nth-child(2) {
	float: none;
	width: 100%;
}
	.attention-flame > h3 {
		font-size: 5.797vw;
		padding-top: 20px;
	}
	.attention-flame > aside {
		font-size: 3.3816vw;
		padding-bottom: 10px;
	}*/








  /* loop */
  body.home #front-contents .c_text .c_btn a {
    width: 100%;
  }

  /* single */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 0;
  }

  .post-author {
    padding: 20px;
  }
  .post-author .post-author-meta {
    padding-top: 12px;
  }
  .post-author .post-author-meta p {
    margin-right: 0;
  }

  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-meta-area .post-meta {
    border-bottom: 1px solid #e5e5e5;
  }
  .post-meta-area .post-meta .date {
    padding: 8px 20px;
  }
  .post-meta-area .post-meta-comment .author {
    border: none;
    padding: 8px 20px;
    text-align: left;
  }
  .post-meta-area .post-meta-comment .comments {
    padding: 8px 20px;
  }

	.post-content,
	.post-footer {
		padding: 0;
	}

	.post-content h1 {
		margin: 0 0 10px 0;
		font-size: 28px;
		padding: 10px 0 30px 0;
	}

	.post-content h2 {
		margin: 0 0 10px 0;
		font-size: 22px;
		padding: 10px 0 20px 0;
	}

	.post-content h3 {
		font-size: 20px;
		margin: 15px 0;
		padding: 6px 20px 6px 26px;
		border: 1px solid #ddd;
	}

	.post-content p,
	.post-content aside,
	.post-content ul,
	.post-content ol,
	.post-content dl,
	.post-content blockquote,
	.post-content pre {
		margin: 0 10px 20px 10px;
	}

	.post-content table {
		/*overflow-x: auto;*/
		width: 95%;
		/*-webkit-overflow-scrolling: touch;*/
		display: table;
		margin: 0 auto 20px auto;
		white-space: normal!important;
		word-break: break-all;
	}

	.post-content table.line {
		display: table;
		width: 95%;
	}
		.post-content table.line th,
		.post-content table.line td {
			display: block;
			width:100%;
		}


  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }
  .post-cta .post-cta-inner {
    padding: 0;
  }
  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }

  .post-cta .post-cta-cont .post-cta-img {
    text-align: center;
  }

  .post-cta .post-cta-btn a {
    width: 100%;
  }

  .comment-form-author,
  .comment-form-email {
    float: none;
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-form input {
    width: 100% !important;
  }
  .single-lp .lp-form .submit {
    width: 100%;
  }

}
/* phone end */


/* bzb_sns_btn 2016.12.20 */

.bzb-sns-btn {
  display: table-cell;
}
.bzb-sns-btn li {
  vertical-align: top;
  font-size: auto;
}
.bzb-sns-btn li.bzb-facebook {
  width: 83px;
}
.bzb-sns-btn li.bzb-twitter {
  width: 75px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 68px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-line a img {
  vertical-align: top !important;
}

/* 事業紹介 */
section.softwareDevelopment {
    margin-bottom: 15px;
    padding: 14px;
    overflow: hidden;
    background: #f1f5f6;
    border: 1px solid #dde1e5;
}
table.jsmBusiness {
    width: 300px;
    margin: 0 16px 20px 0;
}
table.jsmBusiness ul, table.jsmBusiness li {
    width: 80%;
    margin-left: 2em;
    float: none;
}
table.jsmBusiness th {
    padding: 3px 5px 3px 10px;
    background: #305594;
    color: #000;
}
table.jsmBusiness tr {
    padding: 10px;
    background: #fff;
    font-size: 90%;
}
table.jsmBusiness tr li {
    padding: 0 0 0 14px;
}

img.jsmBusinessImage {
  width: 100%;
  margin-bottom: 1em;
}

#medical {
	font-size: 85%;

}

.attention-flame2 {
    background: #fff;
    display: block;
    width: 40%;
    padding: 10px;
    text-align: center;
}