@charset "UTF-8";
/* (C) crossguard */
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oxygen|Questrial|Istok+Web);
.container:after, .secArea:after, .recent ul li a:after, .spirits:after, .carsDetail:after, .businessList:after, .ninjya5 ol li:after, .entrySub:after, .sns:after, .paginate:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #111;
  text-align: center;
  line-height: 160%;
}

a {
  color: #700051;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #111;
}
a:active {
  color: #700051;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* Color */
.bgYellow {
  background: #FFFF00;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 499px) {
  .container {
    width: 100%;
  }
}

.contentsArea:before {
  content: "";
  width: 1068px;
  height: 823px;
  display: block;
  background: url(../images/bg.png) no-repeat left top;
  position: fixed;
  top: 180px;
  z-index: -999;
}

.contents {
	padding-top: 84px;
	width: 770px;
	float: right;
	text-align: left;
	border-left: 1px solid #B2599E;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.secArea {
  padding: 20px 0 110px;
  position: relative;
}
.secArea > h3 {
  margin: 0 0 60px;
  padding-left: 30px;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: 'Questrial', sans-serif;
  color: #700051;
  line-height: 100%;
  text-align: left;
  position: relative;
  font-weight: normal;
}
.secArea > h3 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 180%;
}
.secArea > h3:after {
  content: "";
  width: 770px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  background: url(../images/bg_stripe.gif) repeat-x;
}

/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/
#ieError {
  color: #FFF;
  background: #000;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
#ieError strong {
  color: #FFF;
}
#ieError a {
  color: #D90000;
  text-decoration: underline;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  height: 131px;
  border-bottom: 1px solid #B2599E;
}
header h1 {
  margin: 0;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 2;
}
header h1 a {
  display: block;
}
header h1 a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  width: 100%;
  height: 60px;
  border-top: 1px solid #B2599E;
}
footer p {
  padding-top: 20px;
  margin: 0 20px;
  text-align: right;
}
footer p small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #B2599E;
}

.pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
}
.pagetop a {
  padding-top: 24px;
  width: 80px;
  height: 80px;
  display: block;
  background: url(../images/bg_syuriken.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'Questrial', sans-serif;
  font-weight: bold;
  line-height: 110%;
}

/*----------------------------------------
	sideNav
----------------------------------------*/
.sideNav {
  padding-top: 20px;
  width: 210px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sideNav h2 {
  margin: 0 15px 32px 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  color: #111;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}
.sideNav h2:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #700051;
  display: block;
  position: absolute;
  bottom: -12px;
  right: -15px;
}

.fixNav {
  padding-top: 10px;
  position: fixed;
  top: 0;
}

.globalNav {
  margin-bottom: 30px;
}
.globalNav ul {
  margin: 0;
  padding: 0;
}
.globalNav ul li {
  margin-bottom: 10px;
  list-style: none;
}
.globalNav ul li a {
  padding: 3px 0 3px 22px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  position: relative;
}
.globalNav ul li a span {
  display: block;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #111;
  line-height: 120%;
}
.globalNav ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  background: #700051;
  position: absolute;
  top: 10px;
  left: 10px;
}
.globalNav ul li a:hover {
	color: 700051;
	background: #FFFF00;
}

.recent {
  padding-bottom: 30px;
}
.recent ul {
  margin: 0;
  padding: 0;
}
.recent ul li {
  margin: 0 10px 20px;
  list-style: none;
}
.recent ul li a {
  text-decoration: none;
  display: block;
}
.recent ul li a * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recent ul li a:hover span {
  background: #FFFF00;
}
.recent ul li a:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.recent ul li div {
  width: 110px;
  float: left;
}
.recent ul li div time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #111;
}
.recent ul li div span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 120%;
}
.recent ul li figure {
  margin: 0;
  width: 66px;
  float: right;
}
.recent ul li figure img {
  max-width: 100%;
  height: auto;
}
.recent ul li figure img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

#recentEntries li canvas {
  width: 66px;
  height: auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

/*
 * Created with iconvau.lt
 */
@font-face {
  font-family: "iconvault";
  src: url("../iconvault/iconvault_a59c132f675c00d087c1cc9dc1256719.eot");
  src: url("../iconvault/iconvault_a59c132f675c00d087c1cc9dc1256719.eot?#iefix") format("embedded-opentype"), url("../iconvault/iconvault_a59c132f675c00d087c1cc9dc1256719.woff") format("woff"), url("../iconvault/iconvault_a59c132f675c00d087c1cc9dc1256719.ttf") format("truetype"), url("../iconvault/iconvault_a59c132f675c00d087c1cc9dc1256719.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-syuriken:before,
.icon-ninjiya:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.icon-syuriken:before {
  content: "\f100";
}

.icon-ninjiya:before {
  content: "\f101";
}

/*----------------------------------------
	index
----------------------------------------*/
.concept {
  margin: 0 0 120px 30px;
  padding: 44px 0 60px;
  border-right: 1px solid #B2599E;
}

.hNinjya {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
  color: #B2599E;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.hNinjya i {
  margin-right: 10px;
  font-size: 40px;
  font-size: 2.5rem;
}

.phoKisan {
  position: absolute;
  top: -90px;
  right: 10px;
}

/* secSpirits */
#secSpirits .hNinjya {
  margin-left: 30px;
}

.spirits {
  margin: 0 0 0 60px;
}
.spirits dt {
  margin-right: 30px;
  width: 119px;
  height: 119px;
  display: table;
  table-layout: fixed;
  background: url(../images/bg_syuriken.png) no-repeat;
  float: left;
}
.spirits dt span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
.spirits dd {
  margin: 0 0 60px;
  width: 510px;
  float: left;
}

/* secCars */
.phoKoganemushi {
  position: absolute;
  top: 16px;
  right: 10px;
}

.carsNav {
  margin: 0;
  padding: 20px 0 0;
  width: 264px;
  float: left;
}
.carsNav li {
  margin: 0 0 10px 30px;
  list-style: none;
}
.carsNav li a {
  text-decoration: none;
  color: #111;
}
.carsNav li.active a {
  background: #FFFF00;
}

.carsList {
  margin: 0;
  padding: 20px 0 0;
  width: 504px;
  float: right;
  border-left: 1px dashed #B2599E;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carsList li {
  margin-left: 25px;
  list-style: none;
}

.carsDetail h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #B2599E;
}

.carsLeft {
  width: 300px;
  float: left;
}

.carsRight {
  width: 160px;
  float: right;
}
.carsRight figure {
  margin: 0;
}
.carsRight figure figcaption {
  margin-bottom: 10px;
  line-height: 30px;
  display: block;
  background: #B2599E;
  color: #FFF;
  text-align: center;
}

.carsPhoto {
  margin: 0;
  padding: 0;
}
.carsPhoto li {
  margin: 0;
  width: 300px !important;
  height: 225px;
}
.carsPhoto li img {
  width: 300px;
  height: 225px;
  vertical-align: bottom;
}

.carsPhotoNav {
  margin-top: 10px;
}
.carsPhotoNav a {
  margin-left: 7px;
  width: 66px;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carsPhotoNav a img {
  vertical-align: bottom;
}
.carsPhotoNav a:first-child {
  margin-left: 0;
}
.carsPhotoNav a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.specification {
  margin-top: 20px;
}
.specification th, .specification td {
  padding: 4px;
  vertical-align: top;
}
.specification th {
  width: 35%;
}
.specification th:before {
  margin-right: 3px;
  content: "";
  width: 5px;
  height: 16px;
  display: inline-block;
  background: #B2599E;
  position: relative;
  top: 2px;
}
.specification td {
  width: 65%;
}
.specification td:before {
  content: "：";
  display: inline-block;
  margin-left: -12px;
}
.specification td p {
  margin: 0 0 10px;
}

/* secBusiness */
.phoRider {
  position: absolute;
  top: -25px;
  right: 65px;
}

.secResults {
  margin: 0 0 30px 30px;
}
.secResults:last-child {
  margin-bottom: 0;
}
.secResults h4 {
  margin: 0 0 30px;
}

.businessList {
  margin: 0 0 0 10px;
  padding: 0;
}
.businessList li {
  margin-bottom: 40px;
  padding-left: 28px;
  width: 50%;
  list-style: none;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.businessList li i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 22px;
  font-size: 1.375rem;
  color: #B2599E;
}
.businessList li a {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* secAbout */
.phoKoga {
  position: absolute;
  top: 20px;
  right: 65px;
}

.pAbout {
  padding: 20px 0 90px 100px;
}
.pAbout p {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%;
}

.ninjya5 {
  margin-left: 30px;
}
.ninjya5 ol {
  margin: 0 0 0 15px;
  padding: 0;
}
.ninjya5 ol li {
  margin-bottom: 20px;
  list-style: none;
}
.ninjya5 ol li span {
  padding: 20px 0 0 25px;
  width: 14%;
  display: block;
  float: left;
  background: url(../images/bg_syuriken.png) no-repeat;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
}

.ninjya5Detail {
  width: 86%;
  float: right;
}
.ninjya5Detail dt {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.ninjya5Detail dd {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* secContact */
.phoEbisu {
  position: absolute;
  top: -20px;
  right: 40px;
}

.telContact {
  margin: 0 0 80px 30px;
}
.telContact p {
  margin: 0;
}

.formContact {
  margin: 0 0 0 30px;
}

.telNumber {
  padding: 40px 0 10px;
  font-family: 'Oxygen', sans-serif;
  font-size: 74px;
  font-size: 4.625rem;
  line-height: 100%;
}
.telNumber + p {
  font-size: 16px;
  font-size: 1rem;
}

.contatForm {
  margin: 0 0 10px;
  width: 100%;
}
.contatForm th, .contatForm td {
  padding: 15px 0 15px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contatForm th {
  width: 32%;
  font-weight: normal;
  vertical-align: top;
}
.contatForm td {
  width: 68%;
}
.contatForm input {
  width: 300px;
  border: 1px solid #BDBDAE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contatForm input:focus {
  background: #FFFFB2;
  border: 1px solid #B2599E;
  -webkit-appearance: none;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contatForm textarea {
  width: 510px;
  border: 1px solid #BDBDAE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contatForm textarea:focus {
  background: #FFFFB2;
  border: 1px solid #B2599E;
  -webkit-appearance: none;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.required {
  margin-right: 10px;
  padding: 3px 4px;
  display: inline-block;
  float: right;
  background: #B2599E;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  line-height: 120%;
}

.btnSubmitArea {
  width: 510px;
  float: right;
  text-align: center;
  position: relative;
}
.btnSubmitArea button {
  margin-bottom: 5px;
  width: 100%;
  background: #B2599E;
  border: none;
  line-height: 46px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnSubmitArea button:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* contact form7 */
span.wpcf7-not-valid-tip {
  color: #B2599E;
  font-size: 12px;
  font-size: 0.75rem;
}

div.wpcf7-validation-errors {
  margin: 0 10px !important;
  padding: 30px 15px;
  border: 2px solid #B2599E;
  color: #B2599E;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 499px) {
  div.wpcf7-validation-errors {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

div.wpcf7-mail-sent-ok {
  padding: 30px 15px;
  border: none;
  background: #B2599E;
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  div.wpcf7-mail-sent-ok {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

div.wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 30px 0;
  width: 510px;
  clear: both;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ajax-loader {
  margin: 0 auto !important;
  padding: 15px;
  display: block;
  position: absolute;
  bottom: 4px;
}

/*----------------------------------------
	blog
----------------------------------------*/
.phoNinjya {
  position: absolute;
  top: 0;
  right: 10px;
}

/* entry */
.entry {
  margin: 0 30px;
}
.entry h4 {
  padding-left: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 140%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry h4 i {
  position: absolute;
  top: -14px;
  left: 0;
}
.entry h4 a {
  text-decoration: none;
}

.entrySub {
  padding-bottom: 20px;
}
.entrySub .date {
  margin: 0 15px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}
.entrySub .category {
  margin: 0;
  float: left;
}
.entrySub .category a {
  padding: 0 10px;
  display: inline-block;
  background: #B2599E;
  line-height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  text-decoration: none;
}

.entryBody {
  margin-bottom: 70px;
  padding: 0 0 60px;
  border-bottom: 1px dashed #B2599E;
}
.entryBody img {
  max-width: 100%;
  height: auto;
}
.entryBody figure {
  margin: 0 0 15px;
}
.entryBody figure img {
  max-width: 100%;
  height: auto;
}

.hlCategory {
  margin: 0 0 50px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #B2599E;
}

/* sns */
.sns {
  margin: 0;
  padding: 0;
  float: right;
}
.sns li {
  padding: 5px 0 0 15px;
  width: auto !important;
  float: left;
  list-style: none;
}
.sns li div {
  line-height: 100% !important;
  vertical-align: top;
}

.twitter-share-button {
  width: 100px !important;
}

/* paginate */
.paginate {
  margin: 0;
  padding: 0 30px 60px;
}
.paginate li {
  list-style: none;
}
.paginate a {
  width: 90px;
  line-height: 30px;
  display: block;
  background: #B2599E;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.paginate a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.paginate a i {
  font-size: 14px;
  font-size: 0.875rem;
}

.btnPrev {
  float: left;
}
.btnPrev i {
  margin-right: 5px;
}

.btnNext {
  float: right;
}
.btnNext i {
  margin-left: 5px;
}

/* pagenavi */
.wp-pagenavi {
  padding-bottom: 60px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 5px;
  padding: 0;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #B2599E;
  background: #FFF;
  text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
  border-color: #B2599E;
  background: #B2599E;
  color: #FFF;
}
.wp-pagenavi .pages {
  padding: 0 10px;
  width: auto;
}
.wp-pagenavi .current {
  font-weight: bold;
  border: 1px solid #B2599E !important;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  padding: 0 8px;
  width: auto;
}

/*----------------------------------------
	company
----------------------------------------*/
.phoKoga2 {
  position: absolute;
  top: -20px;
  right: 20px;
}

.outlineArea {
  margin: 0 30px;
}

.outline {
  width: 100%;
}
.outline th, .outline td {
  padding: 10px;
  border: 1px solid #B2599E;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.outline th {
  width: 160px;
  background: #F3EAF4;
  font-weight: normal;
}
.outline td {
  background: #FFF;
}

/*----------------------------------------
	404
----------------------------------------*/
.notFound .container p:first-child {
  font-size: 20px;
  font-size: 1.25rem;
}
