@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  color: #000000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow: auto; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%; }

input[type="submit"], input[type="button"], button {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-appearance: none; }

.l-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 940px;
  height: 120px;
  padding: 40px 0;
  margin: auto;
  box-sizing: border-box; }
  .l-header::before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background-color: white; }

@media screen and (max-width: 959px) {
  .l-header {
    right: auto;
    width: 100%;
    height: 55px;
    padding: 15px 0 15px 10px;
    border-bottom: #F0F0F0 solid 1px;
    background-color: white; }
    .l-header::before {
      height: 55px; } }
.sp__button {
  display: none; }
  .sp__button--english {
    display: none; }

@media screen and (max-width: 959px) {
  .sp__button {
    display: block;
    position: fixed;
    z-index: 10;
    top: 12px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    border: #0186D1 solid 1px;
    background-color: #0186D1;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 1.0rem;
    line-height: 3.0rem;
    text-decoration: none; }
    .sp__button--language {
      display: block;
      right: 60px;
      background-color: #FFFFFF;
      color: #0186D1; } }
.globalMenu {
  float: right;
  width: auto;
  height: 40px; }
  .globalMenu .menu-item {
    display: inline-block;
    margin-left: 25px; }
    .globalMenu .menu-item.recruit {
      margin-left: 14px;
      background-color: #ff4747;
      border-radius: 5px; }
      .globalMenu .menu-item.recruit:hover {
        transition: all 0.5s;
        opacity: 0.75; }
      .globalMenu .menu-item.recruit a {
        display: block;
        padding-left: 1em;
        padding-right: 1em;
        color: #FFFFFF; }
    .globalMenu .menu-item:last-child {
      margin-left: 14px; }
  .globalMenu a {
    color: #0287D1;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 4.0rem;
    text-decoration: none; }
    .globalMenu a:hover {
      text-decoration: underline; }

@media screen and (max-width: 959px) {
  .globalMenu {
    display: none; } }
.l-main {
  position: relative;
  z-index: 0; }

@media screen and (max-width: 959px) {
  .l-main {
    padding-top: 56px; } }
.l-container {
  width: 960px;
  height: auto;
  margin: auto; }

@media screen and (max-width: 960px) {
  .l-container {
    width: auto; } }
.l-sidebar {
  display: block;
  width: 250px; }
  .l-sidebar--left {
    float: left; }
  .l-sidebar--right {
    float: right; }

@media screen and (max-width: 960px) {
  .l-sidebar {
    width: auto; }
    .l-sidebar--left {
      float: none; }
    .l-sidebar--right {
      float: none; } }
.l-content {
  display: block;
  width: 680px; }
  .l-content--left {
    float: left;
    width: 660px; }
  .l-content--right {
    float: right;
    width: 660px; }

@media screen and (max-width: 960px) {
  .l-content {
    width: auto; }
    .l-content--left {
      float: none;
      width: auto; }
    .l-content--right {
      float: none;
      width: auto; } }
.l-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 140px;
  margin-bottom: 185px;
  background-color: #6DB92B; }
  .l-footer::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -74px;
    width: 100%;
    height: 74px;
    background-image: url(../img/footer/bg_footer_top.png);
    background-repeat: no-repeat;
    background-position: top center; }
  .l-footer::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -350px;
    right: 100px;
    width: 330px;
    height: 496px;
    background-image: url(../img/common/img_logo.png);
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (max-width: 1800px) {
  .l-footer::after {
    right: auto;
    top: -140px;
    left: 10px;
    width: 110px;
    height: 166px;
    background-size: 110px auto; } }
@media screen and (max-width: 959px) {
  .l-footer {
    margin-top: 180px;
    margin-bottom: 0; }
    .l-footer::before {
      top: -120px;
      height: 120px;
      background-color: #6DB92B;
      background-position: right top;
      background-size: auto 36px; }
    .l-footer::after {
      top: -190px; } }
.grandMenu {
  position: relative;
  width: 940px;
  height: 630px;
  margin: auto;
  /*.menu-item--heartful {
      position: absolute;
      top: 224px;
      left: 75%;
  }*/ }
  .grandMenu .menu-item--home {
    position: absolute;
    top: 56px;
    left: 0; }
  .grandMenu .menu-item--kaiba {
    position: absolute;
    top: 84px;
    left: 0; }
  .grandMenu .menu-item--counseling {
    position: absolute;
    top: 112px;
    left: 0; }
  .grandMenu .menu-item--company {
    position: absolute;
    top: 140px;
    left: 0; }
  .grandMenu .menu-item--office {
    position: absolute;
    top: 168px;
    left: 0; }
  .grandMenu .menu-item--services {
    position: absolute;
    top: 56px;
    left: 25%; }
  .grandMenu .menu-item--goods {
    position: absolute;
    top: 56px;
    left: 50%; }
  .grandMenu .menu-item--information {
    position: absolute;
    top: 56px;
    left: 75%; }
  .grandMenu .menu-item--recruit {
    position: absolute;
    top: 84px;
    left: 75%; }
  .grandMenu .menu-item--contact {
    position: absolute;
    top: 112px;
    left: 75%; }
  .grandMenu .menu-item--privacypolicy {
    position: absolute;
    top: 140px;
    left: 75%; }
  .grandMenu .menu-item--law {
    position: absolute;
    top: 168px;
    left: 75%; }
    .grandMenu .menu-item--law a {
      white-space: nowrap; }
  .grandMenu .menu-item--trade {
    position: absolute;
    top: 196px;
    left: 75%; }
    .grandMenu .menu-item--trade a {
      white-space: nowrap; }
  .grandMenu .menu-item--environment {
    position: absolute;
    /*top: 196px;*/
    top: 224px;
    left: 75%; }
  .grandMenu .menu-item--fukushi {
    position: absolute;
    /*top: 224px;*/
    top: 252px;
    left: 75%; }
  .grandMenu .menu-item--guideline {
    position: absolute;
    /*top: 252px;*/
    top: 280px;
    left: 75%; }
  .grandMenu .menu-item--english {
    position: absolute;
    /*top: 280px;*/
    top: 308px;
    left: 75%; }
  .grandMenu .menu-item {
    display: block;
    text-align: left; }
  .grandMenu .menu-item-has-children .menu-item a::before {
    content: '・'; }
  .grandMenu .menu-item-has-children .menu-item .menu-item a {
    padding-left: 1em; }
  .grandMenu a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.8rem;
    text-decoration: none; }
    .grandMenu a:hover {
      text-decoration: underline; }

@media screen and (max-width: 959px) {
  .grandMenu {
    display: none;
    position: static;
    z-index: 100 !important;
    width: auto;
    height: auto;
    /*.menu-item--heartful {
        position: static;
    }*/
    /*.menu {
        float: none;
        display: block;
        width: auto;
        margin-bottom: -20px !important;
    }*/ }
    .grandMenu .menu-item {
      border-color: #6DB92B; }
    .grandMenu .menu-item--home {
      position: static; }
    .grandMenu .menu-item--kaiba {
      position: static; }
    .grandMenu .menu-item--counseling {
      position: static; }
    .grandMenu .menu-item--company {
      position: static; }
    .grandMenu .menu-item--office {
      position: static; }
    .grandMenu .menu-item--services {
      position: static; }
    .grandMenu .menu-item--goods {
      position: static; }
    .grandMenu .menu-item--information {
      position: static; }
    .grandMenu .menu-item--recruit {
      position: static; }
    .grandMenu .menu-item--contact {
      position: static; }
    .grandMenu .menu-item--privacypolicy {
      position: static; }
    .grandMenu .menu-item--law {
      position: static; }
      .grandMenu .menu-item--law a {
        white-space: normal; }
    .grandMenu .menu-item--trade {
      position: static; }
      .grandMenu .menu-item--trade a {
        white-space: normal; }
    .grandMenu .menu-item--environment {
      position: static; }
    .grandMenu .menu-item--fukushi {
      position: static; }
    .grandMenu .menu-item--guideline {
      position: static; }
    .grandMenu .menu-item--english {
      position: static; }
    .grandMenu .mm-panel {
      color: #FFFFFF;
      background-color: #6DB92B !important;
      padding-top: 55px !important; }
    .grandMenu .mm-navbar {
      height: 55px !important; }
      .grandMenu .mm-navbar__title {
        height: 55px !important;
        color: #FFFFFF !important;
        line-height: 36px !important; }
      .grandMenu .mm-navbar__btn {
        height: 55px !important; }
    .grandMenu .mm-listview a {
      color: #FFFFFF !important; }
    .grandMenu .menu-item-has-children {
      position: relative;
      top: auto;
      left: auto;
      /*.mm-btn_next {
          position: absolute;
          top: 0;
          right: 0;
      }*/ } }
.englishMenu {
  width: 940px;
  margin: auto;
  padding-top: 56px;
  padding-bottom: 56px; }
  .englishMenu .menu {
    display: block;
    text-align: center;
    margin: auto; }
    .englishMenu .menu .menu-item {
      display: inline-block; }
    .englishMenu .menu a {
      margin-left: 1em;
      margin-right: 1em;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 2.8rem;
      text-decoration: none; }
      .englishMenu .menu a:hover {
        text-decoration: underline; }

@media screen and (max-width: 959px) {
  .englishMenu {
    display: none;
    z-index: 100 !important; }
    .englishMenu .menu {
      display: block;
      width: auto;
      margin-bottom: -20px !important; }
      .englishMenu .menu .menu-item {
        width: 100%; }
        .englishMenu .menu .menu-item a {
          text-align: left; }
    .englishMenu .mm-panel {
      color: #FFFFFF;
      background-color: #6DB92B !important;
      padding-top: 55px !important; }
    .englishMenu .mm-navbar {
      height: 55px !important; }
      .englishMenu .mm-navbar__title {
        height: 55px !important;
        color: #FFFFFF !important;
        line-height: 36px !important; }
      .englishMenu .mm-navbar__btn {
        height: 55px !important; }
    .englishMenu .mm-listview a {
      color: #FFFFFF !important; } }
.pagetop {
  position: fixed;
  z-index: 5;
  right: 40px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(../img/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center; }
  .pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%; }
    .pagetop a:hover {
      transition: all 0.5s;
      background-color: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 959px) {
  .pagetop {
    right: 10px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px; }
    .pagetop a {
      width: 40px;
      height: 40px; } }
.saiyo {
  display: none; }

@media screen and (max-width: 959px) {
  .saiyo {
    display: block;
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px; }
    .saiyo a {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 4.0rem;
      letter-spacing: 0.2em;
      text-decoration: none;
      background-color: #ff4747; } }
.lisence {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 40px;
  text-align: center;
  background-color: #FFFFFF; }

.address {
  position: absolute;
  bottom: -185px;
  width: 100%;
  height: 185px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF; }
  .address .address__place {
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding-top: 1.5em; }
  .address .address__copyright {
    font-size: 1.4rem;
    line-height: 2.0rem; }

@media screen and (max-width: 959px) {
  .address {
    position: static;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    .address .address__place {
      font-size: 0.8rem; }
    .address .address__copyright {
      font-size: 0.8rem; } }
.c-logo {
  display: inline-block;
  vertical-align: top;
  width: 304px;
  height: 40px;
  background-image: url(../img/common/logo_jra-f.png);
  background-repeat: no-repeat;
  background-position: center; }
  .c-logo--english {
    width: 316px;
    background-image: url(../img/common/logo_jra-f_eng.png); }
  .c-logo a {
    display: block;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 959px) {
  .c-logo {
    width: 190px;
    height: 25px;
    background-size: auto 25px; }
    .c-logo--english {
      width: 198px; } }
.c-main {
  position: relative;
  margin-top: 120px;
  padding-top: 220px; }
  .c-main::before {
    content: '';
    z-index: 2;
    top: 510px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 0px);
    height: 2px;
    background: linear-gradient(to right, #0186d1 0%, #6eb92b 100%); }
  .c-main::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 235px;
    left: 90px;
    width: 330px;
    height: 496px;
    background-image: url(../img/common/img_logo.png);
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (max-width: 1800px) {
  .c-main::after {
    left: auto;
    right: calc(50% + 480px); } }
@media screen and (max-width: 1299px) {
  .c-main::after {
    display: none; } }
@media screen and (max-width: 959px) {
  .c-main {
    margin-top: 55px;
    padding-top: 110px;
    background-size: auto 110px; }
    .c-main::before {
      display: none; } }
.c-breadcrumb {
  display: block;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 22px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8rem; }
  .c-breadcrumb span {
    font-size: 1.4rem;
    line-height: 1.8rem; }
    .c-breadcrumb span a {
      color: #333333;
      text-decoration: underline; }
      .c-breadcrumb span a:hover {
        text-decoration: underline; }

@media screen and (max-width: 959px) {
  .c-breadcrumb {
    padding-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem; }
    .c-breadcrumb span {
      font-size: 1.2rem;
      line-height: 1.6rem; } }
.c-subTitle {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #999999;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.6rem; }

@media screen and (max-width: 959px) {
  .c-subTitle {
    padding-bottom: 5px;
    font-size: 1.0rem;
    transform: scale(0.8, 0.8);
    line-height: 1.8rem; } }
.c-mainTitle {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em; }
  .c-mainTitle--page {
    color: #0186D1; }
  .c-mainTitle--post {
    color: #6DB82B; }
  .c-mainTitle--single {
    color: #6DB82B; }
  .c-mainTitle--eng {
    margin-top: 26px; }

@media screen and (max-width: 959px) {
  .c-mainTitle {
    padding-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.2rem; }
    .c-mainTitle--eng {
      margin-top: 0; } }
.c-mainContent {
  display: table;
  margin: auto; }

@media screen and (max-width: 959px) {
  .c-mainContent {
    display: block;
    padding-bottom: 50px; } }
.c-select {
  width: 100%;
  height: 148px; }
  .c-select .c-select__pulldown {
    display: none; }
  .c-select .c-select__pulldownMenu {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%; }
    .c-select .c-select__pulldownMenu .c-item {
      display: table-cell;
      width: auto;
      height: 50px;
      border-left: #FFFFFF solid 10px;
      border-right: #FFFFFF solid 10px; }
      .c-select .c-select__pulldownMenu .c-item a {
        display: block;
        width: 100%;
        height: 100%;
        border-color: #0186D1;
        border-style: solid;
        border-width: 1px;
        box-sizing: border-box;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 5.0rem;
        background-color: #0186D1;
        text-decoration: none; }
        .c-select .c-select__pulldownMenu .c-item a:hover {
          color: #0186D1;
          background-color: #FFFFFF;
          transition: all 0.5s; }
      .c-select .c-select__pulldownMenu .c-item.ls-select a {
        border-color: #6EB92B;
        background-color: #6EB92B; }
        .c-select .c-select__pulldownMenu .c-item.ls-select a:hover {
          color: #6EB92B;
          background-color: #FFFFFF; }
      .c-select .c-select__pulldownMenu .c-item.ls-other a {
        border-color: #6EB92B;
        background-color: #6EB92B; }
        .c-select .c-select__pulldownMenu .c-item.ls-other a:hover {
          color: #6EB92B;
          background-color: #FFFFFF; }

@media screen and (max-width: 959px) {
  .c-select {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px; }
    .c-select .c-select__pulldown {
      display: block;
      width: auto;
      height: 40px;
      border: #0186D1 solid 1px;
      box-sizing: border-box;
      background-color: #FFFFFF;
      text-align: center;
      color: #0186D1;
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 4.0rem;
      text-decoration: none;
      cursor: pointer; }
      .c-select .c-select__pulldown::after {
        content: '\025bc';
        padding-left: 0.5em; }
    .c-select .c-select__pulldownMenu {
      display: none; }
      .c-select .c-select__pulldownMenu .c-item {
        display: block;
        width: 100%;
        height: 40px;
        border-left: 0;
        border-right: 0;
        border-top: #FFFFFF solid 1px; }
        .c-select .c-select__pulldownMenu .c-item a {
          font-size: 1.2rem;
          line-height: 4.0rem; } }
.c-pagenavi {
  display: table;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .c-pagenavi span {
    display: inline-block;
    height: 40px;
    margin: 5px;
    padding: 14px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.6rem; }
    .c-pagenavi span.pages {
      background-color: #999999; }
    .c-pagenavi span.current {
      background-color: #333333; }
    .c-pagenavi span.extend {
      color: #999999; }
  .c-pagenavi a {
    display: inline-block;
    height: 40px;
    margin: 5px;
    padding: 14px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #999999;
    text-decoration: none; }
    .c-pagenavi a:hover {
      transition: all 0.5s;
      background-color: #333333; }

@media screen and (max-width: 1800px) {
  .c-pagenavi {
    margin-bottom: 20px; }
    .c-pagenavi span {
      height: 30px;
      margin: 3px;
      padding: 10px;
      font-size: 1.0rem;
      line-height: 1.0rem; }
    .c-pagenavi a {
      height: 30px;
      margin: 3px;
      padding: 10px;
      font-size: 1.0rem;
      line-height: 1.0rem; } }
.c-pagelink {
  display: table;
  width: calc(100% - 20px);
  margin: auto;
  padding-bottom: 70px;
  text-align: center; }
  .c-pagelink .c-pagelink__nav a {
    display: block;
    height: 40px;
    padding: 14px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #999999;
    text-decoration: none; }
    .c-pagelink .c-pagelink__nav a:hover {
      transition: all 0.5s;
      background-color: #333333; }
  .c-pagelink .c-pagelink__nav--prev {
    float: left; }
  .c-pagelink .c-pagelink__nav--next {
    float: right; }

@media screen and (max-width: 1800px) {
  .c-pagelink {
    padding-bottom: 10px; }
    .c-pagelink .c-pagelink__nav a {
      height: 30px;
      padding: 10px;
      font-size: 1.0rem;
      line-height: 1.0rem; } }
.c-sectiontitle01 {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 2.0rem;
  line-height: 2.2rem;
  vertical-align: middle;
  text-align: center; }
  .c-sectiontitle01--blue {
    background-color: #0186D1; }
  .c-sectiontitle01--green {
    background-color: #6EB92B; }
  .c-sectiontitle01--english {
    font-size: 1.6rem; }
  .c-sectiontitle01::after {
    content: '▼';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.0rem;
    line-height: 1.0rem; }

@media screen and (max-width: 959px) {
  .c-sectiontitle01 {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.8rem; }
    .c-sectiontitle01--english {
      font-size: 1.2rem; }
    .c-sectiontitle01::after {
      bottom: 25px;
      transform: scale(0.8, 0.8); } }
.c-sectiontitle02 {
  width: 100%;
  min-height: 70px;
  text-align: center;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 4.2rem; }
  .c-sectiontitle02--blue {
    color: #0085D1; }
  .c-sectiontitle02--green {
    color: #6EB92B; }
  .c-sectiontitle02::after {
    content: '▼';
    display: block;
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.4rem; }

@media screen and (max-width: 959px) {
  .c-sectiontitle02 {
    min-height: auto;
    font-size: 1.6rem;
    line-height: 2.0rem; }
    .c-sectiontitle02::after {
      margin-top: 5px;
      padding-bottom: 5px;
      font-size: 1.0rem;
      line-height: 1.0rem; } }
.c-sectiontitle03 {
  width: 100%;
  min-height: 50px;
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem; }
  .c-sectiontitle03--blue {
    color: #0085D1; }
  .c-sectiontitle03--green {
    color: #6EB92B; }
  .c-sectiontitle03::after {
    content: '▼';
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 1.2rem;
    line-height: 2.0rem; }

@media screen and (max-width: 959px) {
  .c-sectiontitle03 {
    min-height: auto;
    font-size: 1.4rem;
    line-height: 2.0rem; }
    .c-sectiontitle03::after {
      margin-top: 3px;
      margin-bottom: 3px;
      font-size: 1.0rem;
      line-height: 1.0rem;
      transform: scale(0.6, 0.6); } }
.c-box {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 10px;
  box-sizing: border-box; }
  .c-box--full {
    width: 940px; }
  .c-box--twothirds {
    width: 620px; }
  .c-box--onehalf {
    width: 460px; }
  .c-box--onethird {
    width: 300px; }
  .c-box--onefourth {
    width: 220px; }

@media screen and (max-width: 959px) {
  .c-box {
    margin-bottom: 0; }
    .c-box--full {
      width: calc(100% - 20px); }
    .c-box--twothirds {
      width: calc(100% - 20px); }
    .c-box--onehalf {
      width: calc(100% - 20px); }
    .c-box--onethird {
      width: calc(100% - 20px); }
    .c-box--onefourth {
      width: calc(100% - 20px); } }
.c-sp__newline {
  display: none; }

@media screen and (max-width: 959px) {
  .c-sp__newline {
    display: block; } }
.c-sp__inline {
  display: inline-block; }

@media screen and (max-width: 959px) {
  .c-sp__inline {
    display: none; } }
.c-text {
  font-size: 1.4rem;
  line-height: 2.8rem; }
  .c-text a {
    font-size: 1.4rem;
    line-height: 2.8rem; }

@media screen and (max-width: 959px) {
  .c-text {
    font-size: 1.2rem;
    line-height: 2.0rem; }
    .c-text a {
      font-size: 1.2rem;
      line-height: 2.0rem; } }
.c-table {
  width: 100%; }
  .c-table caption {
    border-top: #0085D1 solid 5px;
    text-align: left;
    color: #0085D1;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 4.0rem; }
  .c-table tr {
    border-bottom: #CCCCCC solid 1px; }
    .c-table tr th {
      padding: 25px 10px 25px 25px;
      font-weight: normal;
      text-align: left;
      vertical-align: top;
      color: #0085D1;
      font-size: 1.4rem;
      line-height: 2.0rem;
      white-space: nowrap; }
    .c-table tr td {
      padding: 25px 25px 25px 0;
      text-align: left;
      font-size: 1.4rem;
      line-height: 2.0rem; }
      .c-table tr td ul li {
        font-size: 1.4rem;
        line-height: 2.0rem; }
      .c-table tr td ol li {
        list-style-type: decimal;
        font-size: 1.4rem;
        line-height: 2.0rem;
        margin-left: 1.5em;
        padding-left: 0.5em; }

@media screen and (max-width: 959px) {
  .c-table caption {
    border-width: 3px;
    font-size: 1.4rem;
    line-height: 2.4rem; }
  .c-table tr th {
    display: block;
    width: auto;
    padding: 10px 5px 0 10px;
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .c-table tr td {
    display: block;
    width: auto;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem; }
    .c-table tr td ul li {
      font-size: 1.2rem;
      line-height: 1.6rem; }
    .c-table tr td ol li {
      font-size: 1.2rem;
      line-height: 1.6rem; } }
.c-pdf::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 26px;
  height: 30px;
  background-image: url(../img/common/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (max-width: 959px) {
  .c-pdf::before {
    width: 18px;
    height: 20px;
    background-size: auto 20px; } }
.c-pageskip {
  width: 300px;
  height: 50px;
  text-align: center;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  .c-pageskip a {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border: #0186D1 solid 1px;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 5.0rem;
    text-decoration: none; }
    .c-pageskip a:hover {
      transition: all 0.5s; }
  .c-pageskip--white a {
    color: #0186D1;
    background-color: #FFFFFF; }
    .c-pageskip--white a:hover {
      color: #FFFFFF;
      background-color: #0186D1; }
  .c-pageskip--blue a {
    color: #FFFFFF;
    background-color: #0186D1; }
    .c-pageskip--blue a:hover {
      color: #0186D1;
      background-color: #FFFFFF; }

@media screen and (max-width: 959px) {
  .c-pageskip {
    padding-top: 0;
    padding-bottom: 0; }
    .c-pageskip a {
      height: 40px;
      font-size: 1.2rem;
      line-height: 4.0rem; }
      .c-pageskip a::before {
        font-size: 1.2rem; } }
.c-password {
  margin-bottom: 200px; }
  .c-password input[type="password"] {
    height: 25px;
    margin: 5px; }
  .c-password input[type="submit"] {
    height: 30px;
    margin: 5px; }

@media screen and (max-width: 959px) {
  .c-password {
    margin-bottom: 0; }
    .c-password input[type="password"] {
      height: 20px; }
    .c-password input[type="submit"] {
      height: 20px; } }
.c-tax {
  margin-top: 180px; }
  .c-tax .c-tax__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 15px; }
  .c-tax .c-tax__comment {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 15px; }
  .c-tax .c-tax__detail {
    text-align: left;
    margin-bottom: 15px; }
    .c-tax .c-tax__detail .c-detail__weight {
      font-weight: bold; }
    .c-tax .c-tax__detail .c-detail__underline {
      text-decoration: underline; }
    .c-tax .c-tax__detail .c-detail__limit {
      float: right;
      clear: both; }

@media screen and (max-width: 959px) {
  .c-tax {
    margin-top: 0; }
    .c-tax .c-tax__title {
      font-size: 1.6rem;
      line-height: 2.8rem; }
    .c-tax .c-tax__comment {
      font-size: 1.4rem;
      line-height: 2.4rem; }
    .c-tax .c-tax__detail .c-detail__limit {
      float: none;
      display: block; } }
.p-base {
  display: block;
  width: 100%;
  background-image: url(../img/services/bg_services.jpg);
  background-position: center top;
  background-repeat: no-repeat; }

.p-content {
  margin-top: 64px;
  margin-bottom: 80px; }
  .p-content .p-content__text {
    text-align: left;
    margin-bottom: 2em; }
    .p-content .p-content__text .p-text__strong {
      color: #FF3333; }
  .p-content .p-content__list .p-list__item {
    text-align: left;
    list-style: none;
    text-indent: -1.35em;
    margin-bottom: 1em;
    padding-left: 2.5em;
    padding-bottom: 1em;
    border-bottom: #CCCCCC solid 1px; }
    .p-content .p-content__list .p-list__item::before {
      content: '◆ ';
      color: #0186D1; }
    .p-content .p-content__list .p-list__item .p-item__detail::before {
      content: '・'; }
    .p-content .p-content__list .p-list__item .p-item__strong {
      color: #FF3333; }
    .p-content .p-content__list .p-list__item .p-item__pdf {
      display: inline-block;
      width: 280px;
      height: 40px;
      margin-top: 5px;
      margin-right: 10px; }
      .p-content .p-content__list .p-list__item .p-item__pdf a {
        display: block;
        width: 100%;
        height: 100%;
        border: #DEDEDE solid 1px;
        box-sizing: border-box;
        color: #000000;
        text-align: center;
        font-size: 1.4rem;
        line-height: 4.0rem;
        text-decoration: none;
        background-color: #FFFFFF; }
        .p-content .p-content__list .p-list__item .p-item__pdf a::before {
          margin-left: 10px;
          padding-right: 10px; }
        .p-content .p-content__list .p-list__item .p-item__pdf a::after {
          content: ' >>>';
          font-size: 1.6rem; }
        .p-content .p-content__list .p-list__item .p-item__pdf a:hover {
          background-color: #DEDEDE;
          transition: all 0.5s; }
  .p-content .p-content__caution .p-caution__item {
    text-align: left;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em; }
    .p-content .p-content__caution .p-caution__item::before {
      content: '※'; }
  .p-content .p-content__join {
    width: calc(100% - 20px);
    height: auto;
    margin-bottom: 30px;
    border: #CCCCCC solid 3px;
    padding: 17px;
    box-sizing: border-box; }
    .p-content .p-content__join .p-join__title {
      text-align: left;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 2.8rem; }
    .p-content .p-content__join .p-join__list {
      float: left;
      position: relative;
      text-align: left;
      vertical-align: top;
      width: 50%;
      padding-left: 33px;
      box-sizing: border-box; }
      .p-content .p-content__join .p-join__list::before {
        content: '';
        position: absolute;
        left: 16px;
        top: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #0186D1;
        background: radial-gradient(farthest-side circle at left top, #FFFFFF 0, #0186D1 100%); }
  .p-content .p-content__section {
    margin-bottom: 40px; }

@media screen and (max-width: 959px) {
  .p-content {
    margin-top: 10px;
    margin-bottom: 20px; }
    .p-content .p-content__list .p-list__item .p-item__pdf {
      width: 100%;
      height: 30px;
      margin-right: 0;
      margin-top: 5px; }
      .p-content .p-content__list .p-list__item .p-item__pdf a {
        font-size: 1.2rem;
        line-height: 3.0rem; }
        .p-content .p-content__list .p-list__item .p-item__pdf a::after {
          font-size: 1.2rem; }
    .p-content .p-content__join {
      margin-bottom: 10px;
      padding: 7px; }
      .p-content .p-content__join .p-join__title {
        font-size: 1.4rem;
        line-height: 2.4rem; }
      .p-content .p-content__join .p-join__list {
        float: none;
        width: 100%; } }
/* content===========================================

	utility.css
	
		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both; }

.u-clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.u-dn {
  display: none; }

.u-di {
  display: inline; }

.u-db {
  display: block; }

.u-dt {
  display: table; }

.u-vh {
  visibility: hidden; }

.u-fln {
  float: none; }

.u-fll {
  float: left; }

.u-flr {
  float: right; }

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

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

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

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000; }

.u-cRed-light {
  color: #FFCDD2; }

.u-cRed {
  color: #F44336; }

.u-cRed-dark {
  color: #B71C1C; }

.u-cBlue-light {
  color: #BBDEFB; }

.u-cBlue {
  color: #2196F3; }

.u-cBlue-dark {
  color: #0D47A1; }

.u-cGreen-light {
  color: #C8E6C9; }

.u-cGreen {
  color: #4CAF50; }

.u-cGreen-dark {
  color: #1B5E20; }

.u-cYellow-light {
  color: #FFF9C4; }

.u-cYellow {
  color: #FFEB3B; }

.u-cYellow-dark {
  color: #F57F17; }

.u-cGrey-light {
  color: #F5F5F5; }

.u-cGrey {
  color: #9E9E9E; }

.u-cGrey-dark {
  color: #212121; }

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2; }

.u-bgcRed {
  background-color: #F44336; }

.u-bgcRed-dark {
  background-color: #B71C1C; }

.u-bgcBlue-light {
  background-color: #BBDEFB; }

.u-bgcBlue {
  background-color: #2196F3; }

.u-bgcBlue-dark {
  background-color: #0D47A1; }

.u-bgcGreen-light {
  background-color: #C8E6C9; }

.u-bgcGreen {
  background-color: #4CAF50; }

.u-bgcGreen-dark {
  background-color: #1B5E20; }

.u-bgcYellow-light {
  background-color: #FFF9C4; }

.u-bgcYellow {
  background-color: #FFEB3B; }

.u-bgcYellow-dark {
  background-color: #F57F17; }

.u-bgcGrey-light {
  background-color: #F5F5F5; }

.u-bgcGrey {
  background-color: #9E9E9E; }

.u-bgcGrey-dark {
  background-color: #212121; }

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto; }

.u-mn {
  margin: 0; }

.u-mtn {
  margin-top: 0; }

.u-mts {
  margin-top: .4rem; }

.u-mtm {
  margin-top: 1.6rem; }

.u-mtl {
  margin-top: 3.2rem; }

.u-mtx {
  margin-top: 4.8rem; }

.u-mbn {
  margin-bottom: 0; }

.u-mbs {
  margin-bottom: .4rem; }

.u-mbm {
  margin-bottom: 1.6rem; }

.u-mbl {
  margin-bottom: 3.2rem; }

.u-mbx {
  margin-bottom: 4.8rem; }

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mr25 {
  margin-right: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-ml25 {
  margin-left: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

/*padding (rem) */
.u-pn {
  padding: 0; }

.u-ptn {
  padding-top: 0; }

.u-pts {
  padding-top: .4rem; }

.u-ptm {
  padding-top: 1.6rem; }

.u-ptl {
  padding-top: 3.2rem; }

.u-ptx {
  padding-top: 4.8rem; }

.u-pbn {
  padding-bottom: 0; }

.u-pbs {
  padding-bottom: .4rem; }

.u-pbm {
  padding-bottom: 1.6rem; }

.u-pbl {
  padding-bottom: 3.2rem; }

.u-pbx {
  padding-bottom: 4.8rem; }

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

/*	Border radius
===================================================== */
.c-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px; }

.c-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px; }

.c-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px; }

.c-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px; }

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; }

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap; } }
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee; }

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom; }
