@charset "UTF-8";
/* cohoko */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! normalize.css v3.0.2 | 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: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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, 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/11.
 */
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/9/10/11, 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"] {
  -webkit-box-sizing: border-box;
          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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -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/10/11.
 * 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/10/11.
 */
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;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

/*-----------------------
 変数
-----------------------*/
/* 変数はdistのCSSには表示されない */
/* こっちは設定しなくてもいいみたい */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/*-----------------------
 Reset
-----------------------*/
h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

p {
  line-height: 1.6em;
  margin: 0;
}

p, li {
  font-size: 0.9rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

i {
  font-style: normal;
  font-weight: bold;
}

dd {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

td {
  vertical-align: top;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/*-----------------------
 共通項目
-----------------------*/
.center {
  text-align: center;
}

.text_small {
  font-size: 0.8rem;
}

.text_xsmall {
  font-size: 0.7rem;
}

.text_b10 {
  font-size: 1rem;
}

.text_b11 {
  font-size: 1.1rem;
}

.text_b12 {
  font-size: 1.2rem;
}

.text_left {
  text-align: left;
}

.color_red {
  color: #F00010;
}

.color_blue {
  color: #005eac;
}

.color_or {
  color: #f15c00;
}

.blockleft {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.indent_kome {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}

/* padding */
.pd010 {
  padding: 0 10px;
}

.pd20 {
  padding: 0 20px;
}

.pdl1r {
  padding-left: 1rem;
}

@media screen and (max-width: 640px) {
  .pc_true {
    display: none !important;
  }
}

.sp_true {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp_true {
    display: block !important;
  }
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
 "Hiragino Mincho Pro", HGS明朝E, "メイリオ", "Meiryo", verdana,
 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
 "MS PGothic", Sans-Serif;
}

/* ボーダー */
.textborder {
  text-decoration: underline;
}

.border_b1g {
  border-bottom: 1px solid #ccc;
}

.brbox1g {
  padding: 2rem;
  border: 1px solid #ccc;
}

.bg_bs {
  background-color: #e4f5f4;
  padding: 2rem;
}

a.link_blue {
  display: inline-block;
  background-color: #005eac;
  min-width: 200px;
  padding: 10px 15px;
  -webkit-box-shadow: 2px 2px 3px #555;
          box-shadow: 2px 2px 3px #555;
}

a.link_blue:link {
  color: #fff;
  text-decoration: none;
}

a.link_blue:visited {
  color: #fff;
  text-decoration: none;
}

a.link_blue:hover {
  color: #fff;
  text-decoration: none;
}

a.link_blue:active {
  color: #ccc;
  text-decoration: none;
}

a.link_green {
  display: inline-block;
  background-color: #00a395;
  width: 200px;
  padding: 10px 0;
  -webkit-box-shadow: 2px 2px 3px #555;
          box-shadow: 2px 2px 3px #555;
  text-align: center;
}

a.link_green:link {
  color: #fff;
  text-decoration: none;
}

a.link_green:visited {
  color: #fff;
  text-decoration: none;
}

a.link_green:hover {
  color: #fff;
  text-decoration: none;
}

a.link_green:active {
  color: #ccc;
  text-decoration: none;
}

a.link_greenb {
  display: inline-block;
  background-color: #00a395;
  padding: 20px 30px;
  -webkit-box-shadow: 2px 2px 3px #555;
          box-shadow: 2px 2px 3px #555;
  text-align: center;
  font-size: 1.1rem;
}

a.link_greenb:link {
  color: #fff;
  text-decoration: none;
}

a.link_greenb:visited {
  color: #fff;
  text-decoration: none;
}

a.link_greenb:hover {
  color: #fff;
  text-decoration: none;
}

a.link_greenb:active {
  color: #ccc;
  text-decoration: none;
}

a.link_orange {
  display: inline-block;
  background-color: #f15c00;
  width: 200px;
  padding: 10px 0;
  -webkit-box-shadow: 2px 2px 3px #555;
          box-shadow: 2px 2px 3px #555;
}

a.link_orange:link {
  color: #fff;
  text-decoration: none;
}

a.link_orange:visited {
  color: #fff;
  text-decoration: none;
}

a.link_orange:hover {
  color: #fff;
  text-decoration: none;
}

a.link_orange:active {
  color: #ccc;
  text-decoration: none;
}

a.link_curgreen {
  padding-left: 25px;
  background: url(/recurrent/kousinkousyu/common/images/bg_cur_g.png) left 10px center no-repeat;
}

a.link_curblue {
  padding-left: 25px;
  background: url(/recurrent/kousinkousyu/common/images/bg_cur_b.png) left 10px center no-repeat;
}

a.link_leaflet {
  width: 60%;
  display: inline-block;
  border: 3px solid #00a395;
  font-weight: bold;
  padding: 20px 60px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  a.link_leaflet {
    width: 100%;
    padding: 20px 0;
  }
}

a.link_leaflet span {
  background: url(/recurrent/kousinkousyu/common/images/bg_download.png) center left no-repeat;
  padding-left: 35px;
}

@media screen and (max-width: 640px) {
  a.link_leaflet span {
    padding-left: 35px;
    background: url(/recurrent/kousinkousyu/common/images/bg_download.png) center left no-repeat;
  }
}

a.link_leaflet:hover {
  text-decoration: none;
  color: #00a395;
}

a.link_bigor {
  display: inline-block;
  background-color: #fff;
  border: 4px solid #f15c00;
  padding: 15px 30px 15px 45px;
  -webkit-box-shadow: 2px 2px 10px #888;
          box-shadow: 2px 2px 10px #888;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  background: url(/recurrent/kousinkousyu/common/images/cur_or.png) center left 20px no-repeat;
  background-size: 10px;
}

a.link_bigor:link {
  color: #000;
  text-decoration: none;
}

a.link_bigor:visited {
  color: #000;
  text-decoration: none;
}

a.link_bigor:hover {
  color: #fff;
  text-decoration: none;
  background: url(/recurrent/kousinkousyu/common/images/cur_wh.png) #f15c00 center left 20px no-repeat;
  background-size: 10px;
}

a.link_bigor:active {
  color: #F58D4C;
  text-decoration: none;
}

.table_blue {
  border-collapse: collapse;
}

.table_blue td.item {
  background-color: #005eac;
  color: #fff;
  border: 1px solid #ccc;
  padding: 0.8rem;
  font-weight: bold;
  width: 200px;
}

.table_blue td.text {
  border: 1px solid #ccc;
  padding: 0.8rem;
}

.table_bs {
  border-collapse: collapse;
}

.table_bs td.item {
  background-color: #e4f5f4;
  border: 1px solid #ccc;
  padding: 0.8rem;
  font-weight: bold;
  width: 200px;
}

@media screen and (max-width: 640px) {
  .table_bs td.item {
    width: 100%;
    float: left;
  }
}

.table_bs td.text {
  border: 1px solid #ccc;
  padding: 0.8rem;
}

@media screen and (max-width: 640px) {
  .table_bs td.text {
    width: 100%;
    float: left;
  }
}

h2.h2ti_border {
  font-size: 1.2rem;
  border-bottom: 2px solid #00a395;
  padding-bottom: 0.5rem;
  padding-left: 0.3rem;
}

.ti_cir {
  background: url(/recurrent/kousinkousyu/about/images/bg_circle.png) center left no-repeat;
  padding-left: 23px;
  margin-bottom: 10px;
}

.ti_cirb {
  background: url(/recurrent/kousinkousyu/common/images/bg_circleb.png) center left no-repeat;
  padding-left: 23px;
  margin-bottom: 10px;
}

/*-----------------------
 sass
-----------------------*/
.row {
  padding: 0 10px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 641px) {
  .row .span-1 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 8.33333%;
  }
  .row .span-1:last-child {
    margin-right: 0;
  }
  .row .span-2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 16.66667%;
  }
  .row .span-2:last-child {
    margin-right: 0;
  }
  .row .span-3 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
  }
  .row .span-3:last-child {
    margin-right: 0;
  }
  .row .span-4 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
  }
  .row .span-4:last-child {
    margin-right: 0;
  }
  .row .span-5 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 41.66667%;
  }
  .row .span-5:last-child {
    margin-right: 0;
  }
  .row .span-6 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .row .span-6:last-child {
    margin-right: 0;
  }
  .row .span-7 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 58.33333%;
  }
  .row .span-7:last-child {
    margin-right: 0;
  }
  .row .span-8 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
  }
  .row .span-8:last-child {
    margin-right: 0;
  }
  .row .span-9 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 75%;
  }
  .row .span-9:last-child {
    margin-right: 0;
  }
  .row .span-10 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 83.33333%;
  }
  .row .span-10:last-child {
    margin-right: 0;
  }
  .row .span-11 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 91.66667%;
  }
  .row .span-11:last-child {
    margin-right: 0;
  }
  .row .span-12 {
    width: 100%;
  }
  .row .offset-1 {
    margin-left: 8.33333%;
  }
  .row .offset-2 {
    margin-left: 16.66667%;
  }
  .row .offset-3 {
    margin-left: 25%;
  }
  .row .offset-4 {
    margin-left: 33.33333%;
  }
  .row .offset-5 {
    margin-left: 41.66667%;
  }
  .row .offset-6 {
    margin-left: 50%;
  }
  .row .offset-7 {
    margin-left: 58.33333%;
  }
  .row .offset-8 {
    margin-left: 66.66667%;
  }
  .row .offset-9 {
    margin-left: 75%;
  }
  .row .offset-10 {
    margin-left: 83.33333%;
  }
  .row .offset-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (max-width: 640px) {
  .row {
    /* mobileではshiftしないように
        .offset-1{ @include shift(1); }
        .offset-2{ @include shift(2); }
        .offset-3, .offset-4, .offset-5, .offset-6, .offset-7,
        .offset-8, .offset-9, .offset-10, .offset-11 {
            @include shift(3);
        }*/
  }
  .row .span-1 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
  }
  .row .span-1:last-child {
    margin-right: 0;
  }
  .row .span-2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .row .span-2:last-child {
    margin-right: 0;
  }
  .row .span-3.span-4, .row .span-5, .row .span-6, .row .span-7, .row .span-8, .row .span-9,
  .row .span-10, .row .span-11, .row .span-12 {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .row .col:nth-child(12n) {
    margin-right: 0;
  }
  .row .col:nth-child(12n+1) {
    clear: left;
  }
}

@media screen and (max-width: 640px) {
  .row .col:nth-child(4n) {
    margin-right: 0;
  }
  .row .col:nth-child(4n+1) {
    clear: left;
  }
}

a.linkbt,
input.linkbt {
  display: block;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url(/recurrent/kousinkousyu/common/images/bg_cur_red.png) center right 20px no-repeat;
  background-size: 15px;
}

/*-----------------------
Education
-----------------------*/
#page_education #page_header_one {
  height: 120px;
  background: url(/recurrent/kousinkousyu/education/images/header_education.jpg);
  background-size: cover;
}

#page_education #page_header_one h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  line-height: 100px;
}

#page_education #page_header_one p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  line-height: 100px;
}

#page_education .page_education01 {
  padding-top: 30px;
}

#page_education .page_education01 h3 {
  color: #005eac;
  font-size: 1.4rem;
  line-height: 1.4;
}

#page_education .page_education01 .span-8 {
  padding: 0 1.5rem 1rem 1.5rem;
}

@media screen and (max-width: 640px) {
  #page_education .page_education01 .span-8 {
    padding: 0 0.8rem 0.8rem 0.8rem;
  }
}

#page_education .page_education01 .span-8 p {
  font-size: 1rem;
}

#page_education .page_education01 .span-8 p span {
  font-size: 0.9rem;
}

#page_education .page_pointbox .bg_h2ti {
  overflow: hidden;
  background: url(/recurrent/kousinkousyu/education/images/bg_h2ti.png) top left -80px no-repeat;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #page_education .page_pointbox .bg_h2ti {
    background: url(/recurrent/kousinkousyu/education/images/bg_h2ti.png) top left -120px no-repeat;
  }
}

#page_education .page_pointbox .bg_h2ti p {
  padding: 14px 0 10px 20px;
  float: left;
}

@media screen and (max-width: 640px) {
  #page_education .page_pointbox .bg_h2ti p {
    padding: 14px 0 10px 15px;
  }
}

#page_education .page_pointbox .bg_h2ti p img {
  width: 100px;
}

@media screen and (max-width: 640px) {
  #page_education .page_pointbox .bg_h2ti p img {
    width: 70px;
  }
}

#page_education .page_pointbox h2 {
  padding-left: 160px;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #005eac;
}

@media screen and (max-width: 640px) {
  #page_education .page_pointbox h2 {
    padding-left: 120px;
    padding-top: 1.0rem;
  }
}

#page_education .page_pointbox .span-7 {
  padding: 0.5rem;
}

#page_education .page_pointbox .span-7 p {
  font-size: 1.1rem;
}

/*-----------------------
Course
-----------------------*/
.course_navi h2 {
  font-size: 1.5rem;
}

.course_navi ul {
  overflow: hidden;
}

.course_navi ul li {
  background: #005eac url(../images/bg_curwb.png) center left 15px no-repeat;
  float: left;
}

.course_navi ul li a {
  display: inline-block;
  padding: 10px 30px 10px 50px;
}

.course_navi ul li a:link {
  color: #fff;
  text-decoration: none;
}

.course_navi ul li a:visited {
  color: #fff;
  text-decoration: none;
}

.course_navi ul li a:hover {
  color: #5c98ca;
  text-decoration: none;
}

.course_navi ul li a:active {
  color: #ccc;
  text-decoration: none;
}

#page_course #essential,
#page_course #select_essential,
#page_course #select {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #page_course #essential .tableover,
  #page_course #select_essential .tableover,
  #page_course #select .tableover {
    overflow: scroll;
  }
}

#page_course #essential h2,
#page_course #select_essential h2,
#page_course #select h2 {
  font-size: 1.2rem;
  border-bottom: 2px solid #005eac;
  padding: 0 0 5px 3px;
}

#page_course #essential table,
#page_course #select_essential table,
#page_course #select table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 640px) {
  #page_course #essential table,
  #page_course #select_essential table,
  #page_course #select table {
    width: 800px;
  }
}

#page_course #essential table th, #page_course #essential table td,
#page_course #select_essential table th,
#page_course #select_essential table td,
#page_course #select table th,
#page_course #select table td {
  padding: 0.5rem;
  border: 1px solid #ccc;
  text-align: left;
}

#page_course #essential table th,
#page_course #select_essential table th,
#page_course #select table th {
  background-color: #005eac;
  color: #fff;
}

#page_course #essential table th:first-child,
#page_course #select_essential table th:first-child,
#page_course #select table th:first-child {
  width: 25%;
}

#page_course #essential table td a,
#page_course #select_essential table td a,
#page_course #select table td a {
  background: #005eac url(/recurrent/kousinkousyu/common/images/bg_link.png) center left 8px no-repeat;
  padding: 5px 10px 5px 25px;
  background-size: 10px 8px;
}

#page_course #essential table td a:link,
#page_course #select_essential table td a:link,
#page_course #select table td a:link {
  color: #fff;
  text-decoration: none;
}

#page_course #essential table td a:visited,
#page_course #select_essential table td a:visited,
#page_course #select table td a:visited {
  color: #fff;
  text-decoration: none;
}

#page_course #essential table td a:hover,
#page_course #select_essential table td a:hover,
#page_course #select table td a:hover {
  color: #fff;
  text-decoration: none;
}

#page_course #essential table td a:active,
#page_course #select_essential table td a:active,
#page_course #select table td a:active {
  color: #ccc;
  text-decoration: none;
}

#page_course_detail h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  background: url(/recurrent/kousinkousyu/common/images/bg_shortborderb.png) bottom center no-repeat;
  padding-bottom: 10px;
}

#page_course_detail h1 span {
  font-size: 1.2rem;
  color: #005eac;
}

#page_course_detail h2 {
  border-left: 6px solid #005eac;
  padding-left: 15px;
  font-size: 1.4rem;
}

#page_course_detail h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

#page_course_detail .youtube_wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#page_course_detail .youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  margin-left: 10%;
}

@media screen and (max-width: 640px) {
  #page_course_detail .youtube_wrap iframe {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}

/*-----------------------
About point4
-----------------------*/
#page_about .point4 h2 {
  line-height: 40px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding-left: 50px;
}

#page_about .point4 h2.no1 {
  background: url(/recurrent/kousinkousyu/about/images/img_no1.png) top left no-repeat;
}

#page_about .point4 h2.no2 {
  background: url(/recurrent/kousinkousyu/about/images/img_no2.png) top left no-repeat;
}

#page_about .point4 h2.no3 {
  background: url(/recurrent/kousinkousyu/about/images/img_no3.png) top left no-repeat;
}

#page_about .point4 h2.no4 {
  background: url(/recurrent/kousinkousyu/about/images/img_no4.png) top left no-repeat;
}

#page_about .point4 h2.no5 {
  background: url(/recurrent/kousinkousyu/about/images/img_no5.png) top left no-repeat;
}

#page_about .point4 h2.no6 {
  background: url(/recurrent/kousinkousyu/about/images/img_no6.png) top left no-repeat;
}

#page_about .point4 .span-7 {
  padding-right: 30px;
}

#page_about .point4 h4 {
  color: #00a395;
  font-size: 1.2rem;
}

#page_about .point4 .span-6 {
  padding: 0 15px;
}

#page_about .point4-4 h3 {
  font-size: 1.2rem;
  border-bottom: 2px solid #4ebfb5;
  padding: 0 0 5px 3px;
}

#page_about .point4-4 h3 span {
  font-weight: normal;
  font-size: 1rem;
}

#page_about .point4-4 h4 {
  background: url(/recurrent/kousinkousyu/about/images/bg_circle.png) center left no-repeat;
  padding-left: 23px;
  margin-bottom: 10px;
}

#page_about .point4-4 h5 {
  color: #00a395;
  margin-bottom: 5px;
}

#page_about .point4-4 .span-6 {
  background-color: #e4f5f4;
  padding: 1rem;
  width: 48%;
  margin: 0 1% 10px 1%;
}

@media screen and (max-width: 640px) {
  #page_about .point4-4 .span-6 {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
}

#page_about .flowbox .border_b1g {
  margin-bottom: 20px;
}

#page_about .flowbox .span-6 {
  margin-bottom: 20px;
}

#page_about .flowbox .txt {
  padding: 0 1rem;
}

@media screen and (max-width: 640px) {
  #page_about .flowbox .txt {
    padding: 0;
  }
}

#page_about .flowbox .txt p {
  margin-bottom: 0.7rem;
}

#page_about .flowbox .txt ul {
  margin-left: 50px;
}

#page_about .flowbox .txt ul li {
  list-style: circle;
  margin-bottom: 0.7rem;
}

#page_about .flowbox .no01, #page_about .flowbox .no02, #page_about .flowbox .no03, #page_about .flowbox .no04, #page_about .flowbox .no05,
#page_about .flowbox .no06, #page_about .flowbox .no07, #page_about .flowbox .no08, #page_about .flowbox .no09, #page_about .flowbox .no10,
#page_about .flowbox .no11, #page_about .flowbox .no12, #page_about .flowbox .no13 {
  padding-left: 30px;
}

#page_about .flowbox .pl30 {
  padding-left: 30px;
}

#page_about .flowbox .no01 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no01.jpg) top left no-repeat;
}

#page_about .flowbox .no02 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no02.jpg) top left no-repeat;
}

#page_about .flowbox .no03 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no03.jpg) top left no-repeat;
}

#page_about .flowbox .no04 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no04.jpg) top left no-repeat;
}

#page_about .flowbox .no05 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no05.jpg) top left no-repeat;
}

#page_about .flowbox .no06 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no06.jpg) top left no-repeat;
}

#page_about .flowbox .no07 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no07.jpg) top left no-repeat;
}

#page_about .flowbox .no08 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no08.jpg) top left no-repeat;
}

#page_about .flowbox .no09 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no09.jpg) top left no-repeat;
}

#page_about .flowbox .no10 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no10.jpg) top left no-repeat;
}

#page_about .flowbox .no11 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no11.jpg) top left no-repeat;
}

#page_about .flowbox .no12 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no12.jpg) top left no-repeat;
}

#page_about .flowbox .no13 {
  background: url(/recurrent/kousinkousyu/about/images/ico_no13.jpg) top left no-repeat;
}

/*-----------------------
About flow
-----------------------*/
#page_flow h5 {
  color: #005eac;
}

#page_flow .bg_bl {
  background-color: #f0f0f0;
  padding: 1.5rem;
}

#page_flow .bg_bl_p {
  padding: 0.3rem;
}

/*-----------------------
About
-----------------------*/
#page_about #page_navi li {
  border-top: 2px solid #4ebfb5;
  border-left: 2px solid #4ebfb5;
  border-bottom: 2px solid #4ebfb5;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 60px;
  background: url(/recurrent/kousinkousyu/common/images/bg_cur_g.png) left 10px center no-repeat;
}

@media screen and (max-width: 640px) {
  #page_about #page_navi li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #4ebfb5;
  }
  #page_about #page_navi li:first-child,
  #page_about #page_navi li:nth-child(2) {
    border-bottom: none;
  }
  #page_about #page_navi li:first-child,
  #page_about #page_navi li:nth-child(3) {
    border-right: none;
  }
}

#page_about #page_navi li a:link {
  text-decoration: none;
  background: url(/recurrent/kousinkousyu/common/images/bg_cur_g.png) left 10px center no-repeat;
}

#page_about #page_navi li a:visited {
  text-decoration: none;
}

#page_about #page_navi li a:hover {
  color: #fff;
  background: #4ebfb5 url(../images/bg_cur_w.png) left 10px center no-repeat;
  text-decoration: none;
}

#page_about #page_navi li a:active {
  color: #ccc;
  text-decoration: none;
}

#page_about #page_navi li.true a:link {
  color: #fff;
  text-decoration: none;
  background: #4ebfb5 url(../images/bg_cur_w.png) left 10px center no-repeat;
}

#page_about #page_navi li.true a:visited {
  color: #fff;
  text-decoration: none;
}

#page_about #page_navi li.true a:hover {
  color: #fff;
  background: #4ebfb5 url(../images/bg_cur_w.png) left 10px center no-repeat;
  text-decoration: none;
}

#page_about #page_navi li.true a:active {
  color: #ccc;
  text-decoration: none;
}

#page_about #page_navi li:last-child {
  border-right: 2px solid #4ebfb5;
}

#page_about #page_navi li.line2 {
  line-height: 1.2;
}

#page_about #page_navi li a {
  width: 100%;
  display: inline-block;
  height: 60px;
}

#page_about #page_navi li.line2 a {
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  #page_about #page_navi li.linpc1sp2 {
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  #page_about #page_navi li.linpc1sp2 a {
    padding-top: 10px;
  }
}

#page_about #page_about_common .span-6 {
  padding: 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------
FAQ
-----------------------*/
#page_faq h2 {
  font-size: 1.2rem;
  border-bottom: 2px solid #00a395;
  padding-bottom: 0.5rem;
  padding-left: 0.3rem;
  padding-top: 40px;
}

.faq_menu {
  background-color: #e4f5f4;
  padding: 0.6rem;
  margin-bottom: 15px;
}

.faq_menu .faqq {
  background-image: url(/recurrent/kousinkousyu/faq/images/bg_cur_off.png), url(/recurrent/kousinkousyu/faq/images/bg_ti_q.png);
  background-position: center right 15px, center left 10px;
  background-repeat: no-repeat, no-repeat;
  padding: 0.5rem 2.5rem 0.5rem 2.2rem;
  cursor: pointer;
}

.faq_menu .faqa {
  display: none;
  background: url(/recurrent/kousinkousyu/faq/images/bg_ti_a.png) top 10px left 10px no-repeat;
  padding: 0.5rem 2.5rem 1.5rem 2.2rem;
}

.faq_menu .active {
  background-image: url(/recurrent/kousinkousyu/faq/images/bg_cur_on.png), url(/recurrent/kousinkousyu/faq/images/bg_ti_q.png);
  background-position: center right 15px, center left 10px;
  background-repeat: no-repeat, no-repeat;
  padding: 0.5rem 2.5rem 0.5rem 2.2rem;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq_menu table {
  border-collapse: collapse;
}

.faq_menu table th {
  font-weight: normal;
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #fff;
  border: 1px solid #ccc;
}

.faq_menu table td {
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #fff;
  border: 1px solid #ccc;
}

.faq_menu h6 {
  font-size: 0.9rem;
}

/*-----------------------
Information
-----------------------*/
.infor_head {
  overflow: hidden;
  margin-bottom: 20px;
}

.infor_head p.important {
  background-color: #e91600;
  color: #fff;
  padding: 2px 20px;
  border-radius: 5px;
  display: inline-block;
  float: left;
  text-align: center;
  margin-right: 10px;
}

.infor_head p.data {
  font-size: 1rem;
}

#index_info_de h1 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

#index_info_de .entry h2 {
  font-size: 1.1rem;
  color: #005eac;
  margin-bottom: 10px;
}

#index_info_de .entry p {
  margin-bottom: 1.2rem;
}

#index_info_de .entry img {
  margin-bottom: 20px;
}

/*-----------------------
 header
-----------------------*/
#page_information #page_header,
#page_faq #page_header,
#page_information_de #page_header,
#page_flow #page_header,
#page_contact #page_header,
#page_course #page_header,
#page_course_detail #page_header,
#page_about #page_header {
  height: 100px;
}

#page_header h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  line-height: 100px;
}

@media screen and (max-width: 640px) {
  #page_header h1.spsmall {
    font-size: 1.6rem;
  }
}

#page_header p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  line-height: 100px;
}

#page_information #page_header,
#page_information_de #page_header {
  background: url(/recurrent/kousinkousyu/information/images/header_information.jpg);
  background-size: cover;
}

#page_faq #page_header {
  background: url(/recurrent/kousinkousyu/faq/images/header_faq.jpg);
  background-size: cover;
}

#page_flow #page_header {
  background: url(/recurrent/kousinkousyu/about/images/header_about.jpg);
  background-size: cover;
}

#page_about #page_header {
  background: url(/recurrent/kousinkousyu/about/images/header_about.jpg);
  background-size: cover;
}

#page_course #page_header,
#page_course_detail #page_header {
  background: url(/recurrent/kousinkousyu/course/images/header_course.jpg);
  background-size: cover;
}

#page_contact #page_header {
  background: url(/recurrent/kousinkousyu/contact/images/header_contact.jpg);
  background-size: cover;
}

#pankuzu {
  font-size: 0.9rem;
  background-color: #ccc;
  margin-bottom: 40px;
}

#pankuzu ul {
  overflow: hidden;
  padding: 10px 0;
}

#pankuzu ul li {
  float: left;
}

#pankuzu ul li :after {
  /* ?を表示*/
  content: '\03e';
  padding: 0 1em;
}

#pankuzu ul li li:last-child:after {
  content: '';
}

.breadcrumb li:last-child:after {
  content: '';
}

/*-----------------------
 Top
-----------------------*/
#mainimage {
  height: 440px;
  background: url(/recurrent/kousinkousyu/index/images/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #mainimage {
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  #mainimage {
    background: url(/recurrent/kousinkousyu/index/images/main_sp.jpg) right top no-repeat;
    background-size: cover;
  }
}

#mainimage h1 {
  width: 60%;
  padding: 50px 0 0 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #mainimage h1 {
    width: 65%;
    padding: 40px 0 0 10px;
    margin-bottom: 10px;
  }
}

#mainimage p {
  width: 60%;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 640px) {
  #mainimage p {
    width: 65%;
    padding: 0 0 0 10px;
  }
}

#index_point {
  padding: 30px 0 60px 0;
  background: #4ebfb5 url(../../index/images/bg_pointbt.jpg) bottom center no-repeat;
}

#index_point h2 {
  color: #fff;
  line-height: 1.4;
  font-size: 1.2rem;
}

#index_point span {
  text-shadow: 2px 2px 3px #555;
  font-size: 2rem;
}

#index_point strong {
  color: #ffd020;
  font-size: 2.6rem;
}

#index_point dl {
  width: 300px;
  margin: 0 6px;
  -webkit-box-shadow: 2px 2px 3px #555;
          box-shadow: 2px 2px 3px #555;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #index_point dl {
    width: 90%;
    margin: 0 5%;
  }
}

#index_point dl dt img {
  width: 100%;
}

#index_point dl dd {
  padding: 1rem;
}

#index_point dl dd p {
  font-size: 0.9rem;
}

#index_point h3 {
  color: #f15c00;
  line-height: 1.4;
}

#index_point dl.span-12 {
  width: 924px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #index_point dl.span-12 {
    width: 90%;
  }
}

#index_point dl.span-12 dt img {
  width: 300px;
}

@media screen and (max-width: 640px) {
  #index_point dl.span-12 dt {
    width: 100%;
  }
}

#index_point dl.span-12 dd.left {
  float: left;
}

#index_point dl.span-12 dd.right {
  float: right;
}

#index_info h2 {
  font-size: 1.2rem;
}

#index_info dl {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

#index_info dl dt {
  text-align: center;
  width: 13%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  #index_info dl dt {
    width: 20%;
    float: left;
  }
}

#index_info dl dt p {
  background-color: #e91600;
  color: #fff;
  padding: 2px 4px;
  border-radius: 5px;
}

#index_info dl dd.data {
  width: 17%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  #index_info dl dd.data {
    width: 80%;
    float: left;
  }
}

#index_info dl dd.text {
  width: 70%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  #index_info dl dd.text {
    width: 100%;
  }
}

#index_chiken {
  height: 510px;
  background: url(/recurrent/kousinkousyu/index/images/photo_indexsub.jpg) bottom center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #index_chiken {
    background: none;
    height: 200px;
  }
}

#index_chiken p.center {
  text-shadow: 0px 0px 5px white;
}

#index_chiken .masumasu {
  padding-top: 30px;
}

#index_chiken p {
  font-size: 1.1rem;
}

#index_lastnews {
  background-color: #498cc4;
}

#index_lastnews {
  padding: 30px 0 60px 0;
}

#index_lastnews h2 {
  color: #fff;
  font-size: 1.2rem;
}

#index_lastnews div {
  width: 40%;
  margin-left: 30%;
}

@media screen and (max-width: 640px) {
  #index_lastnews div {
    width: 80%;
    margin-left: 10%;
  }
}

#index_lastnews a {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  font-weight: bold;
  color: #005eac;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index_lastnews a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #005eac;
}

#index_lastnews input.mailadress {
  width: 80%;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  #index_lastnews input.mailadress {
    width: 100%;
    margin-bottom: 5px;
  }
}

#index_lastnews input.submit {
  width: 18%;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  #index_lastnews input.submit {
    width: 100%;
  }
}

footer {
  background: #333;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 20px 10px 0 10px;
  }
  footer span.copyright {
    font-size: 0.8rem;
  }
}

#footer {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #footer {
    width: 100%;
  }
}

#footer-copy {
  width: 450px;
  float: left;
}

@media screen and (max-width: 640px) {
  #footer-copy {
    width: 100%;
  }
}

#footer-copy p {
  color: #fff;
}

#footer-sub {
  width: 450px;
  float: right;
  text-align: right;
  padding: 30px 0 0 0;
}

#footer-sub ul li {
  display: inline;
  margin: 0 10px 0 0;
}

/*-----------------------
 Company
-----------------------*/
/*-----------------------
 Header
-----------------------*/
header {
  background: url(/recurrent/kousinkousyu/common/images/bg_head.png) top center repeat-y;
}

@media screen and (max-width: 640px) {
  header {
    background: none;
  }
}

#logo {
  width: 250px;
  background-color: #fff;
  float: left;
  height: 80px;
  padding-right: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  #logo {
    float: left;
  }
}

#pc_subnav {
  background-color: #005eac;
  height: 80px;
  width: 690px;
  float: left;
}

#pc_subnav p {
  font-size: 1.1rem;
  padding: 33px 0 0 25px;
  color: #fff;
  font-weight: bold;
  float: left;
}

#pc_subnav ul.pc_true {
  float: right;
  padding-top: 30px;
}

#pc_subnav ul.pc_true li {
  float: right;
  margin-right: 5px;
}

#pc_subnav ul.pc_true li.approach {
  background-color: #fff;
  border-radius: 100px;
  margin-right: 8px;
}

#pc_subnav ul.pc_true li.approach a {
  display: inline-block;
  padding: 5px 20px 5px 40px;
  font-weight: bold;
  background: url(/recurrent/kousinkousyu/common/images/ico_check.png) center left 15px no-repeat;
  background-size: 16px 10px;
}

#pc_subnav ul.pc_true li.approach a:link {
  color: #005eac;
  text-decoration: none;
}

#pc_subnav ul.pc_true li.approach a:visited {
  color: #005eac;
  text-decoration: none;
}

#pc_subnav ul.pc_true li.approach a:hover {
  color: #005eac;
  text-decoration: none;
}

#pc_subnav ul.pc_true li.approach a:active {
  color: #005eac;
  text-decoration: none;
}

#pc_subnav ul.pc_true li.gaibu {
  margin-top: 5px;
  background: url(/recurrent/kousinkousyu/common/images/bg_link.png) center left no-repeat;
  padding-left: 15px;
  background-size: 10px 8px;
}

#pc_subnav ul.pc_true li.gaibu a:link {
  color: #fff;
  text-decoration: none;
}

#pc_subnav ul.pc_true li.gaibu a:visited {
  color: #fff;
  text-decoration: none;
}

#pc_subnav ul.pc_true li.gaibu a:hover {
  color: #fff;
  text-decoration: none;
}

#pc_subnav ul.pc_true li.gaibu a:active {
  color: #ccc;
  text-decoration: none;
}

#sp_title {
  background-color: #005eac;
  padding: 10px 0 10px 20px;
}

#sp_title p {
  font-weight: bold;
  color: #fff;
}

#sp_menu {
  padding-top: 10px;
}

#sp_menu .menu-btn {
  text-align: right;
}

#sp_menu img {
  width: 60px;
}

#pc_mainnav {
  background-color: #000;
}

#pc_mainnav ul li {
  float: left;
  font-size: 0.9rem;
  font-weight: bold;
}

#pc_mainnav ul li img {
  margin-bottom: 5px;
}

#pc_mainnav a {
  display: inline-block;
  padding: 15px 18px;
}

#pc_mainnav a:link {
  color: #fff;
  text-decoration: none;
}

#pc_mainnav a:visited {
  color: #fff;
  text-decoration: none;
}

#pc_mainnav a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #005eac;
}

#pc_mainnav a:active {
  color: #ccc;
  text-decoration: none;
}

/*-----------------------
 contact
-----------------------*/
#page_contact #page_contact_header h3 {
  font-size: 1.2rem;
}

#page_contact form table {
  width: 100%;
  border-collapse: collapse;
}

#page_contact form table tr {
  border-bottom: 1px solid #ccc;
}

#page_contact form table th, #page_contact form table td {
  text-align: left;
  padding: 0.6rem;
  vertical-align: top;
}

#page_contact form table th {
  width: 36%;
}

@media screen and (max-width: 640px) {
  #page_contact form table th {
    width: 100%;
    border-bottom: none;
    float: left;
    padding: 0.6rem 0 0.6rem 0.6rem;
  }
}

@media screen and (max-width: 640px) {
  #page_contact form table td {
    width: 100%;
    float: left;
    padding: 0 0.6rem 0.6rem 0.6rem;
  }
}

#page_contact .required {
  font-size: 0.8rem;
  color: #F00010;
}

#page_contact input.input_submit {
  background-color: #F00010;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
}

#page_contact input.input_cancel {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
}

#page_contact input {
  padding: 0.3rem;
}

#page_contact textarea {
  padding: 0.2rem;
  width: 100%;
  height: 8rem;
}

input.input100 {
  width: 100%;
}

input.input50 {
  width: 50%;
}

@media screen and (max-width: 640px) {
  input.input50 {
    width: 100%;
  }
}

/*-----------------------
 A
-----------------------*/
a:link {
  color: #005eac;
  text-decoration: none;
}

a:visited {
  color: #005eac;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: underline;
}

a:active {
  color: #555;
  text-decoration: none;
}

#sp_nav a:link {
  color: #fff;
  text-decoration: none;
}

#sp_nav a:visited {
  color: #fff;
  text-decoration: none;
}

#sp_nav a:hover {
  color: #ccc;
  text-decoration: underline;
}

#sp_nav a:active {
  color: #ccc;
  text-decoration: none;
}

#foot_contact a:link {
  color: #fff;
  text-decoration: none;
}

#foot_contact a:visited {
  color: #fff;
  text-decoration: none;
}

#foot_contact a:hover {
  color: #ccc;
  text-decoration: underline;
}

#foot_contact a:active {
  color: #ccc;
  text-decoration: none;
}
/*# sourceMappingURL=app.css.map */