@charset "UTF-8";
/*--------------------------------------------------------------
  setting

font設定
  ◎　明朝　font-family: "Sawarabi Mincho";
  ◎　丸ゴ　font-family: "Rounded Mplus 1c";
  ◎　ゴシック　font-family: "Mplus 1p";
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 * this is common style
 *
 * @package isenoriginal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  Element.css
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: "Rounded Mplus 1c";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

div,
p,
span,
table,
td,
th,
tr {
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

li,
ol,
ul {
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a img {
  display: block;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
  content width
--------------------------------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
  minimum necessary
--------------------------------------------------------------*/
.bypostauthor,
.gallery-caption,
.sticky {
  display: block;
}

.wp-caption,
.wp-caption-text {
  font-size: 90%;
}

/*--------------------------------------------------------------
  Alignments
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
  Original
--------------------------------------------------------------*/
.display_pc {
	display: block;
}
.display_ip {
	display: none;
}
.display_sp {
	display: none;
}
.required {
	color: #d51717;
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	.display_pc {
		display: none;
	}
	.display_ip {
		display: block;
	}
	.display_sp {
		display: none;
	}
}

@media screen and (max-width : 767px) {
	.display_pc {
		display: none;
	}
	.display_ip {
		display: none;
	}
	.display_sp {
		display: block;
	}
}

/*--------------------------------------------------------------
  wp-caption
--------------------------------------------------------------*/
.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*--------------------------------------------------------------
  wscreen-reader-text
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.screen-reader-text:focus {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
  common
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  clear: both;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

figure {
  max-width: 100%;
}

blockquote {
  color: #999;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  background: #fdfdfd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

textarea {
  width: 100%;
}

table {
  width: 100%;
  margin: 0 auto 50px;
}

thead {
  border-bottom: 2px solid #999;
}

td,
th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 8px;
}

th {
  white-space: normal;
}

tr {
  white-space: normal;
}

dl {
  margin: 0 0 50px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 10px 30px;
}

ul li {
  overflow: visible;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type='submit'] {
  padding: 10px 20px;
  color: #fff;
  border: none;
  background: #999999;
}
input[type='submit']:hover {
  color: #ffffff;
  background: #666666;
}

input[type='text'] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {

  }
}
body {
  height: 100%;
  color: #666666;
}

a {
  text-decoration: none;
}
a:active, a:link, a:visited {
  color: #666666;
}
a:hover {
  color: #cccccc;
}

.opLink img:hover {
  opacity: 0.5;
  transition-duration: 0.4s;
  transition-property: all;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  margin: 0 auto !important;
  text-align: center !important;
}

.red {
  color: red;
}

hr {
  border: none;
  border-top: 1px solid #ff9dbc;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 135px;
  margin-bottom: 20px;
  background-color: #fff;
}

#headerTop {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #ff9dbc;
}
#headerTop p {
  width: 1000px;
  line-height: 1.9;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
}
#headerTop p span {
  float: right;
}
#headerTop p span a {
  color: #ff9dbc;
}
#headerTop p span a:hover {
  color: #cccccc;
}

#container,
#contents,
#mainContents {
  overflow: hidden;
}

#headerContents {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  padding: 12px 0;
}

#headerTitle {
  width: 500px;
  text-align: left;
  float: left;
  overflow: hidden;
  line-height: 1.5rem;
  padding-top: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#headerCommon {
  width: 500px;
  float: left;
  text-align: right;
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	#header {
		height: unset;
		margin: 0;
	}
	#headerTop {
		height: unset;
	}
	#headerTop p {
		width: 100%;
		padding: 5px 10px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
	}
	#headerContents {
		width: 100%;
		height: 100px;
	}
	#headerTitle {
		width: 45%;
		margin-left: 15px;
	}
	#headerCommon {
    width: 50%;
	}
}

@media screen and (max-width : 767px) {
	#header {
		height: unset;
		margin: 0;
	}
	#headerTop {
		display: none;
		height: unset;
	}
	#headerTop p {
		width: 100%;
		padding: 5px 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#headerContents {
		width: 100%;
	}
	#headerTitle {
		width: 45%;
		margin-left: 15px;
	}
	#headerCommon {
    width: 45%;
	}
}

/*--------------------------------------------------------------
  globalNav
--------------------------------------------------------------*/

#globalNav {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-top: 1px solid #ffcdde;
  border-bottom: 1px solid #ffcdde;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr =  '$subColor', endColorstr = '$mainColor');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '$subColor', endColorstr = '$mainColor')";
  background-image: -moz-linear-gradient(top, #ffcdde, #ff9dbc);
  background-image: -ms-linear-gradient(top, #ffcdde, #ff9dbc);
  background-image: -o-linear-gradient(top, #ffcdde, #ff9dbc);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffcdde), to(#ff9dbc));
  background-image: -webkit-linear-gradient(top, #ffcdde, #ff9dbc);
  background-image: linear-gradient(top, #ffcdde, #ff9dbc);
}

#globalNavBox {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.globalNavBoxContents {
  width: 1000px;
  height: 50px;
  margin: 0 auto 30px;
  position: absolute;
  top: -25px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #ffffff;
}

#globalNav ul {
  width: 996px;
  height: 46px;
  margin: 1px auto;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: url("../img/nav_bg_off.png") repeat-x #cccccc;
}
#globalNav ul li {
  width: 248px;
  float: left;
  line-height: 3;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#globalNav ul li:nth-child(2),
#globalNav ul li:nth-child(3) {
  /* width: 210px; */
}
#globalNav ul li:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
#globalNav ul li.current_page_item a {
  transition-duration: 0.5s;
  transition-property: all;
  border-bottom: 2px solid #ffcdde;
  background: url("../img/nav_bg_on.png") repeat-x #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#globalNav ul li a {
  display: block;
  color: #666666;
  text-shadow: 1px 1px 2px #fff;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#globalNav ul li a:hover {
  transition-duration: 0.5s;
  transition-property: all;
  border-bottom: 2px solid #ffcdde;
  background: url("../img/nav_bg_on.png") repeat-x #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#globalNav ul li a span {
  /* margin-right: 5px; */
  /* color: #ff9dbc; */
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	#globalNavBox {
		width: 98%;
	}
	#globalNav {
		height: unset;
		border: none;
		background-image: none;
		margin-bottom: 10px;
	}
	#globalNav .toggle {
		font-size: 20px;
		font-size: 2.0rem;
    display: inline-block;
    width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
		background: linear-gradient(to bottom, #ffffff 0%, #ffcdde 100%);
		border: 1px solid #ff9dbc;
		text-shadow: 1px 1px 2px #fff;
	}
	#globalNav .toggle:hover {
		background: linear-gradient(to bottom, #ffcdde 0%, #ffffff 100%);
	}
	.globalNavBoxContents  {
		width: 100%;
		margin: 0 auto;
		height: unset;
		border: none;
		border-radius: 0%;
		position: unset;
	}
	#globalNav ul {
		display: none;
		width: 100%;
		height: unset;
		margin: 0 auto;
		padding: 10px;
		background: unset;
		border: none;
	}
	#globalNav ul li {
    width: 100%;
    float: none;
		line-height: unset;
		border-right: unset;
		border-bottom: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}
	#globalNav ul li a {
		/* background: url("../img/nav_bg_on.gif") repeat-x #cccccc; */
		background: #fff;
		height: unset;
		padding: 15px 0;
		box-sizing: border-box;
	}
	#globalNav ul li.current_page_item a {
		background: #ffcdde;
		background: linear-gradient(to bottom, #ffcdde 0%, #ffeff4 100%);
		border: unset;
	}
	#globalNav ul li a:hover {
		background: #ffcdde;
		background: linear-gradient(to bottom, #ffcdde 0%, #ffeff4 100%);
		background: unset;
		border: unset;
	}
}

@media screen and (max-width : 767px) {
	#globalNavBox {
		width: 98%;
	}
	#globalNav {
		height: unset;
		border: none;
		background-image: none;
		margin-bottom: 10px;
	}
	#globalNav .toggle {
		font-size: 20px;
		font-size: 2.0rem;
    display: inline-block;
    width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
		background: linear-gradient(to bottom, #ffffff 0%, #ffcdde 100%);
		border: 1px solid #ff9dbc;
		text-shadow: 1px 1px 2px #fff;
	}
	#globalNav .toggle:hover {
		background: linear-gradient(to bottom, #ffcdde 0%, #ffffff 100%);
	}
	.globalNavBoxContents  {
		width: 100%;
		margin: 0 auto;
		height: unset;
		border: none;
		border-radius: 0%;
		position: unset;
	}
	#globalNav ul {
		display: none;
		width: 100%;
		height: unset;
		margin: 0 auto;
		padding: 10px;
		background: unset;
		border: none;
	}
	#globalNav ul li {
    width: 100%;
    float: none;
		line-height: unset;
		border-right: unset;
		border-bottom: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}
	#globalNav ul li a {
		/* background: url("../img/nav_bg_on.gif") repeat-x #cccccc; */
		background: #fff;
		height: unset;
		padding: 15px 0;
		box-sizing: border-box;
	}
	#globalNav ul li.current_page_item a {
		background: #ffcdde;
		background: linear-gradient(to bottom, #ffcdde 0%, #ffeff4 100%);
		border: unset;
	}
	#globalNav ul li a:hover {
		background: #ffcdde;
		background: linear-gradient(to bottom, #ffcdde 0%, #ffeff4 100%);
		background: unset;
		border: unset;
	}
}


/*--------------------------------------------------------------
  mainvisu
--------------------------------------------------------------*/
#mainvisu {
  width: 1000px;
  height: 350px;
  margin: 0 auto 30px;
}
#mainvisu img {
  box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.2);
}

#subvisu {
  width: 1000px;
  height: 150px;
  margin: 0 auto 20px;
}
#subvisu img {
  box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	#mainvisu,
	#subvisu {
		width: 100%;
		height: unset;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width : 767px) {
	#mainvisu,
	#subvisu {
		width: 100%;
		height: unset;
	}
}



/*--------------------------------------------------------------
  main
--------------------------------------------------------------*/
#contents {
  width: 1000px;
  padding-bottom: 15px;
  margin: 0 auto;
  background: #fff;
}

.contentBox {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #ff9dbc;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 2;
}
.contentBox h3 {
  line-height: 2.3;
  /* font-size: 120% !important; */
	font-size: 1.8rem;
  height: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe6ee+0,ffd2e0+100 */
  background: #ffe6ee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe6ee 0%, #ffd2e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffe6ee 0%, #ffd2e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffe6ee 0%, #ffd2e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ee', endColorstr='#ffd2e0',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  padding-left: 25px;
  text-shadow: 1px 1px 2px #fff;
  position: relative;
}
.contentBox h3::before {
  content: ' ';
  background: #ff9dbc;
  width: 5px;
  height: 25px;
  position: absolute;
  top: 8px;
  left: 10px;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5), -2px -2px 5px rgba(255, 255, 255, 0.5);
}
.contentBox h3 img {
  margin: 4px 0 0 10px;
}

#contentsHeader {
  height: 202px;
  border: 1px solid #ff9dbc;
  background: url("../img/company/company-img.png") no-repeat right 1px top 1px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 15px 30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#contentsHeader h3 {
  background: url("../img/company/heart-m.png") no-repeat;
  height: 54px;
  padding: 0 0 0 70px;
  font-size: 140%;
  line-height: 2.3;
  margin-bottom: 10px;
}
#contentsHeader h3 span {
	display: block;
	/* font-size: 75%; */
	font-size: 17px;
	font-size: 1.7rem;
	color: #ff9dbc;
	line-height: 0;
	font-family: 'maruGothicM';
}
#contentsHeader p {
  /* font-size: 90%; */
	font-size: 14px;
	font-size: 1.4rem;
  width: 480px;
  line-height: 1.8;
}
.linkButton {
  /* margin-bottom: 30px; */
  overflow: hidden;
  /* width: 670px; */
  /* height: 83px; */
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.linkButton li {
	width: 32%;
}
.linkButton li a {
  display: block;
  /* width: 210px; */
  /* height: 80px; */
  border-radius: 5px;
  /* margin-right: 20px; */
	margin-bottom: 20px;
	padding: 20px 10px;
  /* float: left; */
  border: 1px solid #ff9dbc;
  box-sizing: border-box;
  text-align: center;
  background: url("../img/company/button-bg.png") no-repeat center;
  /* line-height: 5; */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.linkButton li:last-child a {
  margin: 0;
}
.linkButton li:hover a {
  background-color: #fef7fa;
  transition-duration: 0.4s;
  transition-property: all;
  color: #ff9dbc;
}
.subpageContentsBlock {
  margin-bottom: 30px;
}
.subpageContentsBlock h4 {
  border: 1px solid #ff9dbc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.subpageContentsBlock h4 span {
  display: block;
  line-height: 38px;
  font-size: 110%;
  height: 38px;
  background-image: url("../img/company/subpage-h4-icon.png"), url("../img/company/subpage-h4-bg.png");
  background-repeat: no-repeat,repeat-x;
  background-position: center left 10px,top left;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 25px;
  text-shadow: 1px 1px 2px #fff;
  margin: 0;
}
.subpageContentsBox {
  border: 1px solid #ff9dbc;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.subpageContentsBox img {
  float: left;
}
.subpageContentsBox p {
  width: 460px;
	font-size: 15px;
	font-size: 1.5rem;
}
.subpageContentsFooter {
  text-align: right;
}
.subpageContentsFooter a {
  color: #ff9dbc;
}
.subpageContentsFooter a:hover {
  color: #ccc;
}
.subpageContentsBox h5 {
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid #FFE2EB;
  border-left: 5px solid #ff9dbc;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffedf3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffedf3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffedf3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffedf3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffedf3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffedf3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffedf3',GradientType=0 );
  /* IE6-9 */
}
.subpageContentsBox h6 {
	font-size: 1.6rem;
	line-height: 1.25;
}
.subpageContentsBox h6::before {
	content:'■';
	padding-right: 5px;
	color: #ff9dbc;
}
.subpageContentsBox ul {
  /* font-size: 90%; */
	font-size: 16px;
	font-size: 1.6rem;
  margin: 20px 0 30px 0;
}
.subpageContentsBox ul li {
	margin-bottom: 10px;
}
.subpageContentsBox ul.number li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 30px;
}
.subpageContentsBox {
  /* padding: 50px 30px; */
}
#history .subpageContentsBox,
#company .subpageContentsBox {
  padding: 50px 30px;
}
#history table,
#company table {
  font-size: 85%;
  width: 100%;
}
#history table th,
#company table th {
  width: 100px;
  background-color: #fef7fa;
  vertical-align: top;
}
#history table td,
#company table td {
  line-height: 1.7;
}
#history table th,
#history table td {
  border-bottom: 1px dashed #ccc;
  padding: 20px;
}
#company table th,
#company table td {
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
#history table tr:first-child th,
#history table tr:first-child td,
#company table tr:first-child th,
#company table tr:first-child td {
  border-top: 1px dashed #ccc;
}
#history table td ul,
#company table td ul {
	margin: 0;
}
#mainContents {
  width: 670px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#pickup {
  width: 1000px;
  height: 300px;
  margin-bottom: 20px;
}
#pickup > li {
  float: left;
  width: 310px;
  height: 300px;
  text-align: center;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, #ffeff4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(70%, #ffffff), color-stop(100%, #ffeff4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%, #ffeff4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 70%, #ffeff4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 70%, #ffeff4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #ffeff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ffffff', endColorstr='#ffeff4',GradientType=0);
}
#pickup > li:not(:last-child) {
  margin-right: 35px;
}
#pickup > li hr {
  margin-bottom: 25px;
}
#pickup > li:last-child hr {
  margin-bottom: 20px;
}
#pickup .contentBox h3 {
  background: url("../img/pickup-h1-bg.png") repeat-x;
  color: #fb6f9b;
  /* font-size: 95% !important; */
	font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  text-align: center;
  line-height: 2.8;
  text-shadow: 2px 2px 2px #fff;
}

#pickup > li ul {
  margin-left: 30px;
}

#pickup > li li {
  font-size: 90%;
  text-align: left;
  line-height: 1.5;
}

#pickup > li li::before {
  content:"●";
  color: #fb6f9b;
  margin-right: 5px;
}

#pickup > li li a {
  background: rgba(255,255,255,.7);
}

#pickup > li:first-child {
  background: url('../img/pickup-care.png') no-repeat bottom 30px right 30px;
}

#pickup > li:nth-child(2) {
  background: url('../img/pickup-homon.png') no-repeat bottom 30px right 30px;
}

#pickup > li:last-child {
  background: url('../img/pickup-sora.png') no-repeat bottom 30px right 30px;
}

.contentsBlock {
  /* font-size: 90%; */
	font-size: 14px;
	font-size: 1.4rem;
  width: 667px;
  margin-bottom: 20px;
  line-height: 2;
  border: 1px solid #ff9dbc;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.contentsBlockBox {
  padding: 20px 10px 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.contentsBlockBox iframe {
  margin: 0 auto 20px;
}

.topAccess li div ul {
  width: 610px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.topAccess li div ul li {
  line-height: 1.65;
  float: left;
  border: none !important;
  margin: 0 !important;
}
.topAccess li div ul li:first-child {
  width: 300px;
}
.topAccess li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 25px;
}
.topAccess li h4 {
  /* font-size: 130%; */
	font-size: 19px;
	font-size: 1.9rem;
  color: #fb6f9b;
  margin-bottom: 0;
}
.topAccess li h5 {
  color: #333333;
  line-height: 1.2;
  /* font-size: 110%; */
	font-size: 15px;
	font-size: 1.5rem;
}

#news {
  width: 600px;
  margin: 0 auto 20px;
  line-height: 1.9;
}
#news a:hover {
  color: #ffcdde;
}
#news tr {
  border-bottom: 1px dashed #ccc;
}
#news th {
  width: 130px;
  padding: 7px 0;
}

.newsArchive {
  float: right;
  line-height: 1.4;
  width: 120px;
  margin: 10px 10px 0;
  border: 1px solid #ff9dbc;
  border-radius: 15px;
  background-color: #fef7fa;
  text-align: center;
}
.newsArchive a {
  display: block;
}
@media screen and (min-width: 768px) and ( max-width: 1023px) {
	#contents {
		width: 98%;
	}
	#mainContents {
		width: 67%;
		/* float:none; */
		float: right;
	}
	#contentsHeader {
		height: unset;
		background: unset;
	}
	#contentsHeader p {
		width: 100%;
	}
	.linkButton {
		width: 100%;
		height: unset;
		/* display: block; */
		display: flex;
		justify-content: space-between;
	}
	.linkButton li {
		width: 48%;
		margin-bottom: 20px;
	}
	.linkButton li a {
		width: 100%;
		height: unset;
		float: none;
		margin: 0;
	}
	#pickup {
		width: 100%;
		height: unset;
		display: flex;
    justify-content: space-between;
	}
	#pickup > li {
		width: 32%;
		float: none;
	}
	#pickup > li:not(:last-child) {
		margin: 0;
		margin-bottom: 30px;
	}
	#pickup > li ul {
    margin-left: 10px;
	}
	.contentsBlock {
		width: 100%;
	}
	.subpageContentsBox p {
		width: 100%;
	}
	.topAccess li div ul {
		width: 100%;
	}
	.topAccess li div ul li {
		width: 45%;
	}
	.topAccess li div ul li:first-child {
		width: 55%;
	}
}
@media screen and (max-width : 767px) {
	#contents {
		width: 95%;
	}
	#mainContents {
		width: 100%;
		float:none;
	}
	#contentsHeader {
		height: unset;
		background: unset;
	}
	#contentsHeader p {
		width: 100%;
	}
	.linkButton {
		width: 100%;
		height: unset;
		display: block;
	}
	.linkButton li {
		width: 100%;
		margin-bottom: 20px;
	}
	.linkButton li a {
		width: 100%;
		height: unset;
		float: none;
		margin: 0;
	}
	#pickup {
		width: 100%;
		height: unset;
		/* display: flex; */
    /* justify-content: space-between; */
	}
	#pickup .contentBox h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 2;
	}
	#pickup > li {
		width: 100%;
		float: none;
	}
	#pickup > li:not(:last-child) {
		margin-bottom: 30px;
	}
	#pickup > li li a {
		font-size: 16px;
    font-size: 1.6rem;
	}
	.contentsBlock {
		width: 100%;
	}
	#history table th,
	#history table td {
		display: block;
		width: 100%;
		text-align: center;
	}
	#company table th,
	#company table td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.subpageContentsBox p {
		width: 100%;
	}
	.topAccess li div ul {
		width: 100%;
	}
	.topAccess li div ul li {
		float: none;
	}
	.topAccess li div ul li img {
		width: 100%;
	}
}

/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/
#footer {
  width: 100%;
  background-color: #fef7fa;
  margin-top: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer a img {
  display: inline;
}

#footerContents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}

.pageTop {
  position: absolute;
  right: 3px;
  top: -38px;
  border-radius: 5px 5px 0 0;
  background-color: #ff9dbc;
}
.pageTop a {
  padding: 5px 20px;
  display: block;
  color: #fff;
}

#footerContents ul {
	width: 100%;
  margin: 30px 0 0;
  display: inline-block;
}
#footerContents ul li {
	width: 25%;
  float: left;
  line-height: 1.5;
  height: 20px;
  box-sizing: border-box;
  border-left: 1px solid #999;
}
#footerContents ul li:first-child {
  border: none;
}
#footerContents ul li a {
  display: block;
	text-align: center;
  padding: 0 35px;
}

#footerAddress {
  width: 700px;
  height: 40px;
  padding: 5px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 2;
}
#footerAddress ul {
  line-height: 1.6;
}
#footerAddress h4 {
  display: inline-block;
  float: left;
  height: 35px;
  background: url("../img/footer-logo.png") no-repeat left;
  padding-left: 60px;
  margin-right: 30px;
}
#footerAddress p {
  float: left;
  margin-top: 3px;
}
#footerAddress h4:hover {
  opacity: 0.5;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: all;
}

#copyright {
  width: 100%;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: right;
  background-color: #ff9dbc;
  color: #fff;
  padding: 2px 0;
}
#copyright p {
  width: 1000px;
  margin: 0 auto;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	#footerContents {
		width: 100%;
	}
	#footerContents ul li a {
		padding: 0;
	}
	#footerAddress {
		width: 100%;
		height: unset;
	}
	#footerAddress h4 {
		float: none;
	}
	#footerAddress p {
		float: none;
	}
	#copyright {
		text-align: center;
	}
	#copyright p {
		width: 100%;
	}
}

@media screen and (max-width : 767px) {
	#footerContents {
		width: 100%;
	}
	#footerContents nav {
		display: none;
	}
	#footerAddress {
		width: 100%;
		height: unset;
		padding: 30px 5px 5px 5px;
	}
	#footerAddress h4 {
		float: none;
	}
	#footerAddress p {
		float: none;
	}
	#copyright {
		text-align: center;
	}
	#copyright p {
		width: 100%;
	}
}


/*--------------------------------------------------------------
  sidebar
--------------------------------------------------------------*/
#sideContents {
  width: 300px;
  margin-right: 30px;
  float: left;
}

.sideCommon {
  width: 297px;
  margin-bottom: 20px;
  background: #fff;
}

.sideCommon:first-child {
  height: 200px;
}

.sideCommon p {
  margin: 10px 0 4px;
  text-align: center;
}

.sideCommon table {
  width: 250px;
  margin: 0 auto 15px;
}

.sideCommon table td,
.sideCommon table th {
  text-align: center;
  line-height: 1.5;
}

#sideContents ul li {
  height: 100px;
  margin-bottom: 20px;
}

#sideContents .sideCommon ul {
  width: 265px;
  margin: 10px auto 20px;
}

#sideContents .sideCommon div {
  margin-top: 20px;
}

#sideContents .sideCommon h4 {
  width: 265px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.3;
}

#sideContents .sideCommon h4 span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}

#sideContents .contentBox ul li {
  line-height: 1.5;
  height: 20px;
  margin: 0;
  font-size: 90%;
}

#sideContents .contentBox ul li:last-child {
  height: 190px;
  margin-top: 15px;
}

#sideContents .contentBox {
  min-height: 200px;
  height: auto;
}
#sideContents .contentBox .widget {
  height: auto;
}
#sideContents .contentBox .widget ul {
  height: auto;
}
#sideContents .contentBox .widget ul li {
  position: relative;
  margin-bottom: 0 0 20px;
  overflow: hidden;
  height: auto;
  padding-bottom: 10px;
}
#sideContents .contentBox .widget ul li a {
  margin-top: 25px;
  display: block;
  overflow: hidden;
  line-height: 1.2;
}
#sideContents .contentBox .widget ul li .post-date {
  font-weight: bold;
  position: absolute;
  top: 5px;
  text-align: left;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	#sideContents {
    width: 32%;
		margin: 0;
    /* float: none; */
	}
	#sideContents ul li {
		height: unset;
	}
	#sideContents ul li a img {
		width: 100%;
	}
	#sideContents .contentBox {
		min-height: unset;
		height: unset;
	}
	#sideContents .contentBox p img {
		width: 90%;
	}
	#sideContents .contentBox ul li:last-child {
		height: unset;
	}
	.sideCommon {
		width: 100%;
	}
	.sideCommon table {
		width: 100%;
	}
	#sideContents .sideCommon div {
		margin: 0;
		padding: 20px 10px 10px;
	}
	#sideContents .sideCommon h4 {
		width: 100%;
		font-size: 1.5rem;
		padding: 0 15px;
    box-sizing: border-box;
	}
	#sideContents .sideCommon ul {
		width: unset;
		margin: 10px 15px 20px;
	}
	#sideContents .sideCommon ul img {
		width: 100%;
	}
}

@media screen and (max-width : 767px) {
	#sideContents {
    width: 100%;
    margin: 0;
    float: none;
	}
	#sideContents ul li {
		height: unset;
	}
	#sideContents ul li a img {
		width: 100%;
	}
	#sideContents .contentBox {
		min-height: unset;
		height: unset;
	}
	#sideContents .contentBox ul li:last-child {
		height: unset;
	}
	.sideCommon {
		width: 100%;
	}
	.sideCommon table {
		width: 100%;
	}
	#sideContents .sideCommon div {
		margin: 0;
		padding: 20px 10px 10px;
	}
	#sideContents .sideCommon h4 {
		width: 100%;
		padding: 0 15px;
    box-sizing: border-box;
	}
	#sideContents .sideCommon ul {
		width: unset;
		margin: 10px 15px 20px;
	}
	#sideContents .sideCommon ul img {
		width: 100%;
	}
}

/*--------------------------------------------------------------
 * this is center style
 *
 * @package isenoriginal
--------------------------------------------------------------*/
/*-----------------------------------------------------
1.0    contentsHeader
-----------------------------------------------------*/
.page-center {
  /*-----------------------------------------------------
  2.0    linkButton
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  2.0    subpageContents
  -----------------------------------------------------*/
}
.page-center #contentsHeader {
	background: url(../img/center/center-img.png) no-repeat right 1px top 1px;
	background-size: contain;
}
.page-center .subpageContentsBlock:nth-child(4) .subpageContentsBox {
  background: url("../img/center/center-img02.png") no-repeat right 1px top 1px;
	background-size: contain;
}
.page-center .subpageContentsBlock:nth-child(5) .subpageContentsBox:nth-child(2) {
  background: url("../img/center/station-img01.png") no-repeat right 1px top 1px;
	background-size: contain;
}
.page-center .subpageContentsBlock:nth-child(5) .subpageContentsBox:nth-child(3) {
  background: url("../img/center/station-img02.png") no-repeat right 1px top 1px;
	background-size: contain;
}
.page-center .subpageContentsBlock:nth-child(6) .subpageContentsBox {
  background: url("../img/center/station-img03.png") no-repeat right 1px top 1px;
	background-size: contain;
}
.page-center .subpageContentsBlock:nth-child(7) .subpageContentsBox {
	background: url("../img/center/station-img04.png") no-repeat right 1px top 1px;
	background-size: contain;
}
.page-center .subpageContentsBlock:nth-child(7) .subpageContentsBox h5:last-child {
	margin: 0;
}
.page-center .subpageContentsBlock:nth-child(8) .subpageContentsBox {
	background: none;
}
.page-center .subpageContentsBlock:nth-child(8) .subpageContentsBox h5:last-child {
	margin: 0;
}
.page-center .subpageContentsBox {
  /* height: 183px; */
  background: url("../img/center/center-img01.png") no-repeat right 1px top 1px;
}
.page-center .subpageContentsBox h5 {
  color: #00479d;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 20px;
  background: url("../img/center/subpage-h5-icon.png") no-repeat center left;
  margin-bottom: 15px;
	border: none;
}
.page-center .subpageContentsBox p {
  line-height: 2;
}
.page-center .subpageContentsBox ul {
	/* width: 500px; */
	/* margin-top: 15px; */
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.page-center .subpageContentsBox ul li {
	list-style: disc;
  list-style-position: inside;
  width: 180px;
  /* float: left; */
  line-height: 1.0;
  /* font-size: 90%; */
	font-size: 15px;
	font-size: 1.5rem;
}
.page-center #outService ul li {
	float: none;
	width: 500px;
}
.page-center .subpageContentsFooter {
  text-align: right;
}
.page-center .subpageContentsFooter a {
  color: #ff9dbc;
}
.page-center .subpageContentsFooter:hover {
  color: #ccc;
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	.page-center #contentsHeader {
		background: unset;
		padding: 15px 10px;
	}
	.page-center .subpageContentsBox {
		background: unset;
	}
	.page-center .subpageContentsBox ul {
		display: block;
	}
	.page-center .subpageContentsBox ul li {
		line-height: 1.75;
	}
	.page-center .subpageContentsBlock:nth-child(4) .subpageContentsBox {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(5) .subpageContentsBox:nth-child(2) {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(5) .subpageContentsBox:nth-child(3) {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(6) .subpageContentsBox {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(7) .subpageContentsBox {
		background: unset;
	}
	.page-center #outService ul li {
		width: unset;
	}
}

@media screen and (max-width : 767px) {
	.page-center #contentsHeader {
		background: unset;
		padding: 15px 10px;
	}
	.page-center .subpageContentsBox {
		background: unset;
	}
	.page-center .subpageContentsBox ul {
		display: block;
	}
	.page-center .subpageContentsBox ul li {
		line-height: 1.75;
	}
	.page-center .subpageContentsBlock:nth-child(4) .subpageContentsBox {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(5) .subpageContentsBox:nth-child(2) {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(5) .subpageContentsBox:nth-child(3) {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(6) .subpageContentsBox {
		background: unset;
	}
	.page-center .subpageContentsBlock:nth-child(7) .subpageContentsBox {
		background: unset;
	}
	.page-center #outService ul li {
		width: unset;
	}
}

/*-----------------------------------------------------
1.0    contentsHeader
-----------------------------------------------------*/
.page-station {
  /*-----------------------------------------------------
  2.0    linkButton
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  2.0    subpageContents
  -----------------------------------------------------*/
}

/*-----------------------------------------------------
1.0    contentsHeader
-----------------------------------------------------*/
.page-company {
  /*-----------------------------------------------------
  2.0    linkButton
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  2.0    subpageContents
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  3.0    history/company
  -----------------------------------------------------*/
}
/*==================================
  GoogleMapを入れるときのcss
==================================*/
.ggmap {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
 }

 .ggmap iframe,
 .ggmap object,
 .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }

/*-----------------------------------------------------
1.0    contentsHeader
-----------------------------------------------------*/
.page-recruit {
  /*-----------------------------------------------------
  2.0    linkButton
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  2.0    subpageContents
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  3.0    history/company
  -----------------------------------------------------*/
}
.page-recruit .subpageContentsBox .menu {
	line-height: 1;
}
.page-recruit .subpageContentsBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}
.page-recruit .subpageContentsBox ul li {
	margin-right: 15px;
}
.page-recruit .subpageContentsBox ul li span {
	color: #fff;
	background: #54a435;
	font-size: 1.4rem;
	padding: 0 5px;
	box-sizing: border-box;
	margin-right: 5px;
}
.page-recruit .subpageContentsBox table thead {
	border-bottom: none;
}
.page-recruit .subpageContentsBox table thead tr td {
	padding: 0;
	font-size: 1.8rem;
	color: #fb6f9b;
}
.page-recruit .subpageContentsBox table thead tr:first-child td {
	padding-top: 20px;
}
.page-recruit .subpageContentsBox table thead tr:last-child td {
	padding-bottom: 20px;
}
.page-recruit .subpageContentsBox table tbody tr th {
	color: #fb6f9b;
	text-align: left;
	padding: 0;
}
.page-recruit .subpageContentsBox table tbody tr td {
	padding: 0;
}
.page-recruit .subpageContentsBox table tfoot tr td {
	padding: 0;
	color: #fb6f9b;
}
.page-recruit .subpageContentsBox table tfoot tr:first-child td {
	padding-top: 20px;
}

@media screen and (min-width: 768px) and ( max-width: 1023px) {
	.page-recruit .subpageContentsBox ul li {
		margin-right: 0;
		width: 50%;
	}
	.page-recruit .subpageContentsBox table tbody tr th {
		vertical-align: top;
	}
	.page-recruit .subpageContentsBox table tbody tr td {
		vertical-align: top;
	}
}

@media screen and (max-width : 767px) {
	.page-recruit .subpageContentsBox {
		padding: 20px 10px;
	}
	.page-recruit .subpageContentsBox ul li {
		margin-right: 0;
		width: 50%;
	}
	.page-recruit .subpageContentsBox table tbody tr th {
		vertical-align: top;
		width: 20%;
	}
	.page-recruit .subpageContentsBox table tbody tr td {
		vertical-align: top;
	}
}


/*-----------------------------------------------------
1.0    subpageContents
-----------------------------------------------------*/
.blog {
  /* 点滅 */
}
.blog .required {
  background: #b10000;
  padding: 0 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 80%;
}
.blog .blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blog .bold {
  font-weight: bold;
  font-size: 110%;
  margin-top: 10px;
  display: block;
  color: #ff6200;
}
.blog .subpageContentsBlock {
  margin-bottom: 30px;
}
.blog .subpageContentsBlock h4 {
  border: 1px solid #ff9dbc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog .subpageContentsBlock h4 span {
  display: block;
  line-height: 38px;
  font-size: 110%;
  height: 38px;
  background-image: url("../img/news/subpage-h4-icon.png"), url("../img/news/subpage-h4-bg.png");
  background-repeat: no-repeat,repeat-x;
  background-position: center left 10px,top left;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 25px;
  text-shadow: 1px 1px 2px #fff;
  margin: 0;
}
.blog .subpageContentsBox {
  border: 1px solid #ff9dbc;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.blog .subpageContentsBox h5 {
  color: #00479d;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 20px;
  background: url("../img/news/subpage-h5-icon.png") no-repeat center left;
  margin-bottom: 15px;
}
.blog .subpageContentsFooter {
  text-align: right;
}
.blog .subpageContentsFooter a {
  color: #ff9dbc;
}
.blog .subpageContentsFooter a:hover {
  color: #ccc;
}
.blog #mainContents .subpageContentsBox p img.newsTel {
  display: block;
  width: 400px;
  height: 134px;
  margin: 0 auto;
}
.blog .recruit table {
  line-height: 1.5;
  font-size: 85%;
  margin-bottom: 30px;
}
.blog .recruit table th {
  width: 120px;
  padding: 10px;
  background-color: #fef7fa;
}
.blog .titleItem,
.blog .recruit table tr:first-child th {
  background-color: #ff9dbc !important;
}
.blog .recruit table td {
  padding: 10px;
  background-color: #ffffff;
}
.blog .recruit table th,
.blog .recruit table td {
  border: 1px solid #ffcdde;
}

/*-----------------------------------------------------
2.0    sideCommon
-----------------------------------------------------*/
.blog, .home, .page {
  /*-----------------------------------------------------
  3.0    day20140908
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  4.0    day20140925
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  5.0    day20141001
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  6.0    day20141205
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  7.0    day20141205
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  7.0    day20150715
  -----------------------------------------------------*/
}
.blog .sideCommon:first-child, .home .sideCommon:first-child, .page .sideCommon:first-child {
  overflow: hidden;
}
.blog .sideCommon table.sora-schedule th,
.blog .sideCommon table.sora-schedule td, .home .sideCommon table.sora-schedule th,
.home .sideCommon table.sora-schedule td, .page .sideCommon table.sora-schedule th,
.page .sideCommon table.sora-schedule td {
  padding: 0;
}
.blog .sideCommon table th,
.blog .sideCommon table td, .home .sideCommon table th,
.home .sideCommon table td, .page .sideCommon table th,
.page .sideCommon table td {
  padding: 0;
}
.blog .sideCommon:first-child a, .home .sideCommon:first-child a, .page .sideCommon:first-child a {
  color: #00479d;
}
.blog .sideCommon:first-child a:hover, .home .sideCommon:first-child a:hover, .page .sideCommon:first-child a:hover {
  color: #cccccc;
}
.blog .sideCommon dl, .home .sideCommon dl, .page .sideCommon dl {
  width: 260px;
  margin: 15px auto;
  line-height: 1.5;
}
.blog .sideCommon dl dd, .home .sideCommon dl dd, .page .sideCommon dl dd {
  border-bottom: 1px dashed #ff9dbc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.blog .sideCommon dl dd:last-child, .home .sideCommon dl dd:last-child, .page .sideCommon dl dd:last-child {
  border-bottom: none;
}
.blog .subpageContentsBox p, .home .subpageContentsBox p, .page .subpageContentsBox p {
  /* width: 100%; */
  /* font-size: 90%; */
	font-size: 15px;
	font-size: 1.5rem;
  line-height: 2;
  /* margin-bottom: 10px; */
}
.blog #day20140908 p img, .home #day20140908 p img, .page #day20140908 p img {
  display: block;
  width: 489px;
  height: 308px;
  margin: 0 auto;
}
.blog #day20140925 table tr td, .home #day20140925 table tr td, .page #day20140925 table tr td {
  padding: 15px;
  font-size: 80%;
}
.blog #day20140925 table tr td a, .home #day20140925 table tr td a, .page #day20140925 table tr td a {
  background-color: #fff;
  width: 200px;
  height: 30px;
  border: 1px solid #ff9dbc;
  display: block;
  border-radius: 3px;
  text-align: center;
  line-height: 2.4;
}
.blog #day20140925.lengthCenter, .home #day20140925.lengthCenter, .page #day20140925.lengthCenter {
  vertical-align: middle;
}
.blog #day20140925 table tr:first-child, .blog #day20140925 table tr:nth-child(2) td, .blog #day20140925 table tr:nth-child(3) td, .blog #day20140925 table tr:nth-child(7), .blog #day20140925 table tr:nth-child(8) td, .blog #day20140925 table tr:nth-child(9) td, .home #day20140925 table tr:first-child, .home #day20140925 table tr:nth-child(2) td, .home #day20140925 table tr:nth-child(3) td, .home #day20140925 table tr:nth-child(7), .home #day20140925 table tr:nth-child(8) td, .home #day20140925 table tr:nth-child(9) td, .page #day20140925 table tr:first-child, .page #day20140925 table tr:nth-child(2) td, .page #day20140925 table tr:nth-child(3) td, .page #day20140925 table tr:nth-child(7), .page #day20140925 table tr:nth-child(8) td, .page #day20140925 table tr:nth-child(9) td {
  background-color: #f7f7f7;
}
.blog #day20140925 table tr:first-child td:first-child, .home #day20140925 table tr:first-child td:first-child, .page #day20140925 table tr:first-child td:first-child {
  background-color: #ffeff4;
}
.blog #day20140925 table tr:first-child td:first-child a, .home #day20140925 table tr:first-child td:first-child a, .page #day20140925 table tr:first-child td:first-child a {
  width: 100px;
}
.blog #day20140925 ul li, .home #day20140925 ul li, .page #day20140925 ul li {
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  background: url("../img/news/ic_home.png") no-repeat 0 7px;
  line-height: 2;
}
.blog #day20140925 ul li ul, .home #day20140925 ul li ul, .page #day20140925 ul li ul {
  background: url("../img/news/ic_line.png") repeat-y 17px 0;
}
.blog #day20140925 ul li ul li:first-child, .home #day20140925 ul li ul li:first-child, .page #day20140925 ul li ul li:first-child {
  background: url("../img/news/ic_center.png") no-repeat 7px -276px;
}
.blog #day20140925 ul li ul li:nth-child(2), .home #day20140925 ul li ul li:nth-child(2), .page #day20140925 ul li ul li:nth-child(2) {
  background: url("../img/news/ic_station.png") no-repeat 7px -276px;
}
.blog #day20140925 ul li ul li:nth-child(3), .home #day20140925 ul li ul li:nth-child(3), .page #day20140925 ul li ul li:nth-child(3) {
  background: url("../img/news/ic_company.png") no-repeat 7px -276px;
}
.blog #day20140925 ul li ul li:nth-child(4), .home #day20140925 ul li ul li:nth-child(4), .page #day20140925 ul li ul li:nth-child(4) {
  background: none;
  background: url("../img/news/ic_news.png") no-repeat 7px -255px;
}
.blog #day20140925 ul li ul li a, .home #day20140925 ul li ul li a, .page #day20140925 ul li ul li a {
  padding-left: 15px;
}
.blog #day20140925 ul li ul.page, .home #day20140925 ul li ul.page, .page #day20140925 ul li ul.page {
  margin-left: 15px;
}
.blog #day20140925 ul li ul.page li, .home #day20140925 ul li ul.page li, .page #day20140925 ul li ul.page li {
  background: url("../img/news/ic_folder.png") no-repeat 7px -276px;
}
.blog #day20140925 ul li ul.page li:last-child, .home #day20140925 ul li ul.page li:last-child, .page #day20140925 ul li ul.page li:last-child {
  background: url("../img/news/ic_folder_last.png") no-repeat 7px -253px;
}
.blog #day20140925 ul li ul li.last, .home #day20140925 ul li ul li.last, .page #day20140925 ul li ul li.last {
  background-color: #FFFFFF;
  /* 点線の表示を消すため、背景と同じ色にします。*/
}
.blog #day20141027 p img, .home #day20141027 p img, .page #day20141027 p img {
  display: block;
  width: 492px;
  height: 400px;
  margin: 0 auto;
}
.blog #day20141205 img:first-child, .home #day20141205 img:first-child, .page #day20141205 img:first-child {
  display: block;
  width: 456px;
  height: 313px;
  margin: 0 auto;
}
.blog #day20141205 img:last-child, .home #day20141205 img:last-child, .page #day20141205 img:last-child {
  display: block;
  width: 456px;
  height: 313px;
  margin: 0 auto;
}
.blog #day20150105 p:nth-child(3), .home #day20150105 p:nth-child(3), .page #day20150105 p:nth-child(3) {
  text-align: center;
}
.blog #day20150715 table, .home #day20150715 table, .page #day20150715 table {
  width: 100%;
}

.topAccess li h5.text-pink,
.text-pink {
  color: #fb6f9b;
  /* font-size: 120%; */
	font-size: 17px;
	font-size: 1.7rem;
}

.text-bold {
  font-weight: bold;
}

.mt20 {
  margin-top: 20px;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.sideCommon p.side-dial {
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
  margin: 0 15px 10px;
}