@charset "utf-8";

/* 全体
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  width: 100%;
	height: 100%;
  font-size: 62.5%;
  font-family: 'genjyuugothic', Segoe UI, 'メイリオ', Meiryo, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}

@font-face {
  font-family: 'genjyuugothic';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/genjyuugothic-m.eot");
  src: url("../fonts/genjyuugothic-m.ttf") format("truetype");
}
@font-face {
  font-family: 'genjyuugothic';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/genjyuugothic-b.eot");
  src: url("../fonts/genjyuugothic-b.ttf") format("truetype");
}

body {
	position: relative;
  width: 100%;
  color: #485e6a;
  font-size: 1.4rem;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
body.sec {
  background-color: #fff;
}
@media (min-width:768px){
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #485e6a;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
input[type="button"], input[type="text"], input[type="email"], input[type="submit"], input[type="image"], textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	border: none;
	border-radius: 0;
}
h1, h2, h3, h4, h5, h6, p, figure {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
}

.wrap {
	padding: 0 20px;
}
@media (min-width:768px){
	.wrap {
		width: 1100px;
		padding: 0;
		margin: 0 auto;
	}
}


.sp {
  display: block !important;
}
.pc {
  display: none !important;
}
@media (min-width:768px){
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

.bold {
  font-weight: 800;
  font-weight: bold;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.underline {
  text-decoration: underline;
}
.italic {
	font-style: italic;
}

.red {
	color: #f00;
}


/* 一段階小さい文字
   ====================================== */
.small {
  font-size: 1.2rem;
}
@media (min-width:768px) {
	.small {
		font-size: 1.4rem;
	}
}

/* 上付き文字
   ====================================== */
.sup {
  font-size: 1.0rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
@media (min-width:768px) {
	.sup {
		font-size: 1.2rem;
	}
}


/* 「※」印付きの注意書き
   ====================================== */
.notes {
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}
.notes::before {
	content: '※';
}
@media (min-width:768px) {
	.notes {
    font-size: 1.4rem;
  }
}


/* ページTOPへ戻るボタン
   ====================================== */
#pagetop {
	position: fixed;
	display: none;
	right: 10px;
	bottom: 10px;
	background: rgba(148,201,230,1.0);
	text-decoration: none;
	z-index: 10;
  width: 30px;
  height: 30px;
	border-radius: 6px;
}
#pagetop::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
  margin-left: 2px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}
@media (min-width:768px) {
  #pagetop {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    transition: 0.3s;
  }
  #pagetop::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: 3px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  #pagetop:hover {
    opacity: 0.6;
  }
}


/* ヘッダ
   ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
	background-color: #b6ddf2;
  /*background-color: #b6ddf2;*/
  margin: 0;
  padding: 0;
}
header .wrap {
  position: relative;
  height: 50px;
	font-size: 0;
	padding: 6px;
}
header .wrap .sp img {
	width: auto;
	height: 36px;
}
@media (min-width:768px) {
	header {
		position: relative;
	}
  header .wrap {
    height: 100px;
    align-items: center;
		padding: 0;
  }
}


/* ナビゲーション
   ========================================================================== */
/* SP用ボタン
   ====================================== */
nav .btn {
	position: absolute;
  z-index: 3;
  top: 0;
	width: 50px;
	height: 50px;
  right: 0;
  border-radius: 0;
}
nav .btn::before, 
nav .btn::after,
nav .btn span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 60%;
	margin: auto;
}
nav .btn span {
	top: calc(50% - 2px);
	height: 4px;
	background-color: #fff;
}
nav .btn::before {
	content: '';
	top: calc(25% - 0px);
	border-top: 4px solid #fff;
}
nav .btn::after {
	content: '';
	bottom: calc(25% - 0px);
	border-bottom: 4px solid #fff;
}
nav .btn.on span {
  display: none;
}
nav .btn.on::before {
	top: calc(50% - 2px);
	border-top: 4px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
nav .btn.on::after {
	bottom: calc(50% - 2px);
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
@media (min-width:768px) {
  nav .btn {
    display: none;
  }
}

/* GM
   ====================================== */
.nav-conts {
  display: none;
  position: absolute;
  background: #b6ddf2;
  top: 50px;
  right: 0;
  z-index: 4;
  width: 100%;
  border-top: 2px dotted #fff;
}
.nav-conts li a {
  display: block;
  position: relative;
	font-size: 1.6rem;
	font-weight: 400;
  color: #666;
  line-height: 1.0;
  padding: calc(1em + 2px) 20px 1em 20px;
  border-bottom: 2px dotted #fff;
}
.nav-conts li:last-of-type a {
  border-bottom: none;
}
.nav-conts li a::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width:768px) {
	/*.nav-area {
		background-color: #ccc;
	}*/
  .nav-conts {
    display: block;
    position: relative;
    top: 0;
		height: 70px;
		/*background-color: #ccc;*/
  }
  .nav-conts div {
		display: flex;
  }
  .nav-conts .pc {
		position: relative;
		width: 230px;
		height: 70px;
	}
  .nav-conts .pc a {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 202px;
		height: 44px;
		transition: .3s;
  }
  .nav-conts > div {
    width: 1100px;
    margin: 0 auto;
  }
  .nav-conts ul {
    display: flex;
		flex: 1;
    width: 100%;
  }
  .nav-conts li {
    text-align: center;
		transition: .3s;
  }
  .nav-conts li a {
		position: relative;
		font-size: 1.8rem;
		line-height: 1.0;
		padding: 28px 15px 21px 15px;
    border: none;
    transition: 0.1s;
  }
  .nav-conts li a::after {
    display: none;
  }
  .nav-conts li a:hover {
		border-bottom: 3px solid #fff;
  }
}

.fix-logo {
	display: none;
}
@media (min-width:768px) {
	.sec-menu {
		position: fixed;
		z-index: 10;
		top: 0;
		width: 100%;
		height: 60px;
		background-color: #b6ddf2;
	}
	.sec-menu-list {
		display: flex;
		/*width: 1100px;*/
		/*height: 216px;*/
		width: 100%;
		height: auto;
		align-items: flex-start;
		padding: 0 30px 0 20px;
	}
	.sec-menu-list > a {
		margin-top: 20px;
	}
	.sec-menu-list .sec-menu-wrap {
		display: flex;
		/*align-items: flex-end;*/
		width: 100%;
		height: 60px;
		align-items: center;
		justify-content: flex-end;
	
	}
	.sec-menu-list .sec-menu-wrap a {
		display: block;
		line-height: 1.0;
		padding: 1em 0;
	}
	.sec-menu-wrap > div {
		display: flex;
		width: auto;
		justify-content: flex-start;
	}
	.sec-menu-wrap > div a {
		color: #666;
		margin-left: 40px;
		transition: .3s;
	}
	.sec-menu-wrap > div a:hover {
		color: #fff;
	}
	.fix-logo {
		display: block;
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 11;
	}
	.fix-logo img {
		width: 246px;
	}
}


@media (min-width: 768px) and (max-width: 1280px) {
	.sec-menu-wrap a.pc {
		display: none !important;
	}
}
@media (min-width:1280px) {
	.sec-menu-wrap a.tab {
		display: none !important;
	}
	.sec-menu-wrap a.pc {
		display: block !important;
	}
}



/* フッタ
   ========================================================================== */
footer {
	padding: 10px 0;
  margin-top: 30px;
	background-image: url("../img/ft-bg.png");
	background-repeat: repeat-x;
	background-size: cover;
}
footer .wrap {
  margin-top: 10px;
}
footer .wrap > div:first-of-type {
	display: none;
}
.copyright {
  font-size: 1.0rem;
  line-height: 1.0;
	text-align: center;
  margin-top: 20px;
}
@media (min-width:768px) {
  footer {
		position: relative;
		width: 100%;
    margin-top: 60px;
		height: 300px;
  }
  footer .wrap {
		position: absolute;
		left: 50%;
		bottom: 30px;
		transform: translateX(-50%);
		margin-top: 0;
  }
  footer .wrap > div:first-of-type {
    display: flex;
		justify-content: space-between;
		align-items: center;
  }
  footer a:hover {
    text-decoration: underline;
  }
	.ft-name {
		width: 200px;
	}
	.ft-address {
		width: 400px;
	}
	.ft-name p span {
		display: block;
    font-size: 2.4rem;
  }
	.ft-menu ul {
    display: flex;
  }
  .ft-menu li a,
  .ft-menu div {
		line-height: 1;
		margin-left: 30px;
  }
  .ft-menu div {
		margin-top: .5em;
  }
  .ft-contact a {
    display: inline-block !important;
    background-color: #91cde9;
    background-image: url("../img/ic-mail.png");
    background-repeat: no-repeat;
    background-position: top 50% left 20px;
    color: #fff;
    line-height: 1.0;
    padding: calc(20px + 2px) 20px 20px 62px;
    border-radius: 10px;
		transition: 0.3s;
  }
  .ft-contact a:hover {
    text-decoration: none;
		opacity: 0.6;
  }
  .copyright {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}



/* 共通コンテンツ
   ========================================================================== */
/* パンくず
   ====================================== */
.breadcrumb {
  width: 100%;
  font-size: 0;
	padding: 0 20px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 10px 0 0;
	white-space: nowrap;
}
.breadcrumb li::before {
  content: '\003e';
	color: #94c9e6;
  padding: 0 10px 0 0;
}
.breadcrumb li:first-child::before {
  content: '';
  padding: 0;
	/*white-space: nowrap;
	text-decoration: none;*/
}
.breadcrumb li:last-child {
	white-space: normal;
}
/*.breadcrumb li a {
	text-decoration: none;
}*/
@media print, screen and (min-width:768px){
  .breadcrumb {
    padding: 0;
		margin-top: 200px;
		margin-bottom: 20px;
    border: none;
  }
  .breadcrumb ul {
    width: 1100px;
    margin: 0 auto;
  }
  .breadcrumb li {
    font-size: 1.4rem;
    line-height: 1.0;
    padding: 10px 10px 0 0;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}



/* コンテンツ構成
   ====================================== */
/* 2カラム */
@media (min-width:768px) {
	.clm-2 {
		display: flex;
		width: 1100px;
		padding: 0;
		margin: 0 auto;
	}
  .clm-2 main {
		display: block;
		width: 800px;
    margin: 0 auto;
  }
}

main > section {
  margin-top: 30px;
}
section {
  margin-top: 30px;
}
main > section:first-of-type {
  margin-top: 0;
}
article > section:first-of-type {
  margin-top: 10px;
}
section section:first-of-type {
	margin-top: 0;
}
section p {
  margin-top: 1em;
}
@media (min-width:768px) {
  main > section {
    margin-top: 50px;
  }
  section {
    margin-top: 40px;
  }
	article > section:first-of-type {
		margin-top: 20px;
	}
}


/* 2カラム時サイドナビ
   ====================================== */
aside > div {
	margin-top: 20px;
}
/*aside > div:last-of-type {
	margin-bottom: 0;
}*/
aside > div > div {
	font-weight: 800;
	font-weight: bold;
	line-height: 1.0;
}
aside ul {
	margin-top: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
}
aside li {
	background: url("../img/line-dot.png") repeat-x top;
}
aside li:first-child {
	background: none;
}
aside li a {
	position: relative;
	display: block;
  background-image: url("../img/ic-arrow-def.png");
  background-repeat: no-repeat;
  background-position: top 50% right 14px;
  background-size: 14px auto;
	padding: calc(1em + 3px) 42px 1em 14px;
}
@media (min-width:768px) {
	aside {
		width: calc(1100px - 800px - 40px);
		margin-left: 40px;
	}
	aside > div {
		margin-top: 30px;
	}
	aside ul {
		margin-top: 0;
    border-radius: 8px;
    /*border-width: 3px;*/
}
  aside li {
    /*border-top-width: 3px;*/
  }
	aside li a {
    background-position: top 50% right 16px;
    background-size: auto;
		font-size: 1.6rem;
		padding: calc(1em + 3px) 50px 1em 16px;
    transition: 0.3s;
	}
	aside li a:hover {
		opacity: 0.6;
	}
	aside .btn-def {
		width: 100%;
	}
}

/* 外部リンク */
aside li a.external {
  background-image: url("../img/ic-external-def.png");
}



article {
	margin-top: 20px;
}
article:first-of-type {
	margin-top: 0;
}
article p {
	margin-top: 1em;
}
@media (min-width:768px) {
	article {
		margin-top: 30px;
	}
}



/* タイトルデザイン
   ====================================== */
/* ページタイトル */
.page-ttl {
	position: relative;
	width: 180px;
	height: 72px;
	background-size: 180px auto;
	background-position: 50% left;
	background-repeat: no-repeat;
	margin: 20px 0 40px 0;
}
.page-ttl > .inner {
	position: absolute;
	top: 34px;
	left: 50%;
	line-height: 1.0;
	transform: translateX(-50%);
  font-size: 1.6rem;
	font-weight: 800;
	white-space: nowrap;
}
.page-ttl.blue {
	background-image: url("../../common/img/page-ttl-bg-blue.png");
}
.page-ttl.purple {
	background-image: url("../../common/img/page-ttl-bg-purple.png");
}
.page-ttl.green {
	background-image: url("../../common/img/page-ttl-bg-green.png");
}
.page-ttl.orange {
	background-image: url("../../common/img/page-ttl-bg-orange.png");
}
.page-ttl.pink {
	background-image: url("../../common/img/page-ttl-bg-pink.png");
}

@media (min-width:768px) {
  .page-ttl {
		width: 292px;
		height: 118px;
		background-size: auto;
		margin: 40px 0 60px 0;
  }
  .page-ttl > .inner {
		top: 55px;
    font-size: 2.4rem;
  }
}


/* タイトル1 */
.ttl-lv1 {
	background-image: url("../img/ttl-bg.png");
	background-color: #94c9e6;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: right bottom;
	font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
	padding: 11px 8px 8px;
  border-radius: 6px;
}
@media (min-width:768px) {
	.ttl-lv1 {
		background-size: auto;
		font-size: 2.2rem;
		padding: 20px 16px 16px;
    border-radius: 8px;
	}
}


/* タイトル2 */
.ttl-lv2 {
	font-size: 1.6rem;
  font-weight: 400;
	padding-bottom: 0.1em;
	border-bottom: 2px solid #94c9e6;
}
@media (min-width:768px) {
	.ttl-lv2 {
		font-size: 2.2rem;
		border-bottom: 3px solid #94c9e6;
	}
}

/* タイトル3 */
.ttl-lv3 {
	font-size: 1.6rem;
  font-weight: 400;
	padding-bottom: 0.1em;
	background: url("../img/line-dot-def.png") repeat-x bottom;
}
@media (min-width:768px) {
	.ttl-lv3 {
		font-size: 2.0rem;
	}
}


/* タイトル4 */
.ttl-lv4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 16px;
}
.ttl-lv4::before {
  position: absolute;
  display: block;
  content: '';
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #94c9e6;
  border-radius: 50%;
}
.ttl-lv4::after {
  position: absolute;
  display: block;
  content: '';
  top: 10px;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width:768px) {
  .ttl-lv4 {
    font-size: 1.8rem;
    padding-left: 22px;
  }
  .ttl-lv4::before {
    top: 6px;
    width: 14px;
    height: 14px;
  }
  .ttl-lv4::after {
   top: 10px;
   left: 4px;
   width: 6px;
   height: 6px;
  }
}

/* タイトルデザイン5 */
.ttl-lv5 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 16px;
}
.ttl-lv5::before {
  position: absolute;
  display: block;
  content: '';
  top: 9px;
  left: 2px;
  width: 5px;
  height: 5px;
  background-color: #94c9e6;
  border-radius: 50%;
}
@media (min-width:768px) {
  .ttl-lv5 {
    font-size: 1.8rem;
    padding-left: 24px;
  }
  .ttl-lv5::before {
    top: 9px;
    left: 4px;
    width: 6px;
    height: 6px;
  }
}



/* 基本ボタン
   ====================================== */
.btn-def {
	display: inline-block;
	width: 100%;
  background-image: url("../img/ic-arrow-white.png");
  background-repeat: no-repeat;
  background-position: top 50% right 14px;
  background-size: 14px auto;
  background-color: #94c9e6;
  font-weight: 400;
	color: #fff;
	padding: calc(1em + 3px) 42px 1em 14px;
	border-radius: 6px;
}
@media (min-width:768px) {
	.btn-def {
		width: auto;
    background-position: top 50% right 16px;
    background-size: auto;
		padding: calc(1em + 3px) 50px 1em 16px;
		border-radius: 8px;
		transition: 0.3s;
	}
	.btn-def:hover {
		text-decoration: none;
		opacity: 0.6;
	}
}

/* 外部リンク（デフォルト） */
.btn-def.external {
  background-image: url("../img/ic-external-def.png");
}

/* 外部リンク（白） */
.btn-def.external-white {
  background-image: url("../img/ic-external-white.png");
}


/* 矢印付きリンク
   ====================================== */
.arrow-link {
  display: inline-block;
  background-image: url("../img/ic-arrow-def.png");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: top 5px left 0;
  padding-left: 20px;
}
@media (min-width:768px) {
  .arrow-link {
    background-size: auto;
		background-position: top 3px left 0;
    padding-left: 30px;
  }
  .arrow-link:hover {
    text-decoration: underline;
  }
}


/* テーブル
   ====================================== */
.tb-def {
	width: 100%;
}
.tb-def tr {
	background: url("../img/line-dot.png") repeat-x bottom;
}
.tb-def th,
.tb-def td {
	display: block;
}
.tb-def th {
	text-align: left;
	padding: 1em 0 0 0;
}
.tb-def td {
	padding: 0.5em 0 1em 0;
}
@media (min-width:768px) {
	.tb-def {
		display: table;
	}
	.tb-def th,
	.tb-def td {
		display: table-cell;
		padding: 1em 0;
	}
	.tb-def th {
		padding-right: 20px;
	}
}


/* リストマーク入り　li
   ====================================== */

ul.disc {
  margin-top: 1em;
}
ul.disc li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 0.5em;
}
ul.disc li:last-child {
  margin-bottom: 0;
}
ul.disc li::before {
  position: absolute;
  display: block;
  content: '';
  top: 10px;
  left: 2px;
  width: 5px;
  height: 5px;
  background-color: #485e6a;
  border-radius: 50%;
}
ul.disc li a {
	text-decoration: none;
}
@media (min-width:768px) {
  ul.disc li {
    padding-left: 20px;
  }
  ul.disc li::before {
    top: 11px;
    left: 4px;
    width: 6px;
    height: 6px;
  }
  ul.disc li a:hover {
		text-decoration: underline;
  }
}


/* ブログ記事
   ========================================================================== */
/* タグ
   ====================================== */
.tag {
	display: inline-block !important;
	width: 100px;
	background-color: #9fa0a0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	white-space: nowrap;
	line-height: 1.0;
	padding: 8px 4px 4px;
	margin-right: 4px;
	border-radius: 4px;
}
.tag:last-of-type {
	margin-right: 0;
}
.news-nishishinjuku, .diary-nishishinjuku {
	background-color: #72ae39;
}
.news-minamishinagawa, .diary-minamishinagawa {
	background-color: #eb5828;
}
.news-toyosu, .diary-toyosu {
	background-color: #7a9cce;
}
.news-minamisuna, .diary-minamisuna {
	background-color: #b37154;
}
.news-chibashinden, .diary-chibashinden {
	background-color: #1c1f87;
}
.news-tsurumi, .diary-tsurumi {
	background-color: #d1352a;
}
.news-all {
	background-color: #f00;
}
.recruit-info-news {
	background-color: #333;
}
.recruit-info-kengaku {
	background-color: #999;
}
.recruit-info-setsumei {
	background-color: #ccc;
}
@media (min-width:768px) {
	.tag {
		width: 120px;
		font-size: 1.4rem;
		padding: 10px 6px 6px;
		margin-right: 6px;
		border-radius: 6px;
	}
}


/* 記事一覧
   ====================================== */
.blog-list li {
	background: url("../img/line-dot.png") repeat-x bottom;
}
.blog-list li a {
  display: block;
  padding: 0.5em 0;
}
@media (min-width:768px) {
	.blog-list li a > div {
		display: flex;
	}
	.blog-list li a > div > div {
		align-items: flex-start;
	}
	.blog-list li a {
    padding: 1em 0;
    transition: 0.3s;
	}
	.blog-list li a:hover {
    opacity: 0.6;
	}
	.entry-ttl {
		padding-top: 2px;
	}
}

.blog-sub-info {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
}
.tag-box {
	width: 110px;
}
.date-box {
	width: 100px;
  color: #8d8d8d;
	white-space: nowrap;
	padding-top: 2px;
}
@media (min-width:768px) {
  .blog-sub-info {
    margin-bottom: 0;
  }
	.tag-box {
		width: 130px;
	}
	.date-box {
		width: 110px;
		white-space: nowrap;
	}
}





/* 採用情報用サイドメニュー（WP共通）
   ====================================== */
aside .line {
	background-color: #00b900;
}
.recruit-menu {
	margin-top: 20px;
}
.tel-entry p {
	line-height: 1.0;
	text-align: center;
	padding-top: 2px;
}
.tel-entry p:last-of-type {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 12px;
}
@media (min-width:768px) {
	.recruit-menu {
		margin-top: 30px;
	}
	.tel-entry p {
		text-align: center;
	}
	.tel-entry p:last-of-type {
		font-size: 2.8rem;
	}
}
