@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    margin-top: 0px; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    margin-top: 0px; } }
@keyframes fadeInmenu {
  0% {
    opacity: 0;
    display: none;
    margin-left: 40px; }
  100% {
    opacity: 1;
    display: block;
    margin-left: 0px; } }
@-webkit-keyframes fadeInmenu {
  0% {
    opacity: 0;
    display: none;
    margin-left: 40px; }
  100% {
    opacity: 1;
    display: block;
    margin-left: 0px; } }
@font-face {
  font-family: 'navico';
  src: url("../font/navico.eot");
  src: url("../font/navico.eot") format("embedded-opentype"), url("../font/navico.ttf") format("truetype"), url("../font/navico.woff") format("woff"), url("../font/navico.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'navico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-nav_05:before {
  content: "\e900";
  color: #000; }

.icon-nav_04:before {
  content: "\e901";
  color: #fff; }

.icon-nav_03:before {
  content: "\e902";
  color: #fff; }

.icon-nav_02:before {
  content: "\e903";
  color: #fff; }

.icon-nav_01:before {
  content: "\e904";
  color: #fff; }

[指定したいタグ] {
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -ms-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
  background-position: left top; }

/* =Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 62.5%; }

body {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5; }

html,
body {
  width: 100%;
  height: 100%; }

img {
  max-width: 100%; }

a {
  color: #333333; }

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
embed,
object,
iframe,
audio,
video,
canvas,
progress,
meter,
output,
textarea {
  display: block; }

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

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none; }

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

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  vertical-align: top; }

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom; }

a {
  text-decoration: none; }

/* Image inside */
a img,
th img,
td img {
  vertical-align: top; }

button,
input,
select,
textarea {
  margin: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible; }

/* Hand cursor on clickable controls */
input[type="reset"],
input[type="submit"],
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
button {
  cursor: pointer; }

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px; }

/* Normalize search fields */
input[type="search"] {
  -webkit-appearance: textfield; }

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

/* Normalize horizontal line */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd; }

/* Responsive media */
img,
video,
audio,
embed,
object {
  max-width: 100%; }

img,
video,
embed,
object {
  height: auto; }

embed,
object {
  height: 100%; }

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

.clearfix:after {
  content: url(../images/clearfix.gif);
  display: block;
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block; }

.hidden {
  position: absolute;
  left: -9999px; }

.visible-hidden {
  visibility: hidden; }

/* Assets */
/*-----------------------------
padding
-----------------------------*/
.pTop00 {
  padding-top: 0px !important; }

.pTop05 {
  padding-top: 05px !important; }

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

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

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

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

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

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

.pTop60 {
  padding-top: 60px !important; }

.pTop80 {
  padding-top: 80px !important; }

.pTop200sp100 {
  padding-top: 200px !important; }
  @media (min-width: 1px) and (max-width: 35.4em) {
    .pTop200sp100 {
      padding-top: 100px !important; } }

.pRight00 {
  padding-right: 0px !important; }

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

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

.pRight12 {
  padding-right: 12px !important; }

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

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

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

.pleft00 {
  padding-left: 0px !important; }

.pleft02 {
  padding-left: 2px !important; }

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

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

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

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

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

.pleft80 {
  padding-left: 80px !important; }

.pBottom00 {
  padding-bottom: 0px !important; }

.pBottom02 {
  padding-bottom: 2px !important; }

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

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

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

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

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

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

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

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

.pBottom60 {
  padding-bottom: 60px !important; }

.pBottom70 {
  padding-bottom: 70px !important; }

.pBottom80 {
  padding-bottom: 80px !important; }

.pBottom90 {
  padding-bottom: 90px !important; }

.pBottom100 {
  padding-bottom: 100px !important; }

.pBottom110 {
  padding-bottom: 110px !important; }

.pBottom140 {
  padding-bottom: 140px !important; }

/*-----------------------------
margin
-----------------------------*/
.mTop-20 {
  margin-top: -20px !important; }

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

.mTop00 {
  margin-top: 0px !important; }

.mTop05 {
  margin-top: 05px !important; }

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

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

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

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

.mRight00 {
  margin-right: 0px !important; }

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

.mRight07 {
  margin-right: 7px !important; }

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

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

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

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

.mleft02 {
  margin-left: 2px !important; }

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

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

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

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

.mleft80 {
  margin-left: 80px !important; }

.mBottom00 {
  margin-bottom: 0px !important; }

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

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

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

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

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

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

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

.mBottom60 {
  margin-bottom: 60px !important; }

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

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

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

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

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

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

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

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

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

.ws10pBottom00 {
  padding-Bottom: 0px !important; }

.ws0pBottom20 {
  padding-Bottom: 20px !important; }

@media (max-width: 35.5em) {
  .ws0pRight10 {
    padding-right: 0px !important; }

  .ws0pRight20 {
    padding-right: 0px !important; }

  .ws0pTop50 {
    padding-top: 0px !important; }

  .ws0pTop40 {
    padding-top: 0px !important; }

  .ws0pBottom00 {
    padding-bottom: 0px !important; }

  .ws0pRight05 {
    padding-right: 0px !important; }

  .ws0pleft05 {
    padding-left: 0px !important; }

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

  .ws0mRight10 {
    margin-right: 0px !important; }

  .ws0pBottom20 {
    padding-bottom: 0px !important; } }
.ws10mdpBottom00 {
  padding-bottom: 0px !important; }

@media (max-width: 63em) {
  .ws10mdpBottom00 {
    padding-Bottom: 10px !important; } }
input,
select {
  vertical-align: middle; }

.clear-both {
  clear: both; }

.test-line {
  border: 1px solid red; }

/*============================
.wrapper コンテナ
============================*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.single_column {
  width: 800px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 1px) and (max-width: 950px) {
    .single_column {
      width: 100%; } }
  @media only screen and (max-width: 765.98px) {
    .single_column {
      padding-top: 4%; } }

p {
  color: #333; }

p.indent_note {
  text-indent: -1em;
  padding-left: 1em !important; }

.xsblock {
  display: none; }
  @media only screen and (max-width: 380px) {
    .xsblock {
      display: block; } }

.spblock {
  display: none; }
  @media only screen and (max-width: 575px) {
    .spblock {
      display: block; } }

.pcblock {
  display: block; }
  @media only screen and (max-width: 575px) {
    .pcblock {
      display: none; } }

.contwp {
  width: 940px;
  margin: 0 auto; }

.contwph {
  width: 940px;
  margin: 0 auto; }

.contwp-gr {
  width: 980px;
  margin: 0 auto; }

@media (min-width: 766px) and (max-width: 950px) {
  .contwph {
    width: 92%; }

  .contwp-gr,
  .contwp {
    width: 92%;
    margin: 0 auto; } }
@media only screen and (max-width: 765.98px) {
  .contwp-gr,
  .contwp {
    width: 92%;
    margin: 0 auto; }

  .contwph {
    width: 100%;
    margin: 0 auto; } }
img.ph_left {
  background-color: #FFF;
  padding: 0px 20px 20px 0px;
  float: left;
  margin: 0; }

img.ph_right {
  background-color: #FFF;
  padding: 0px 0px 20px 20px;
  float: right;
  margin: 0; }

.wrapper {
  overflow: hidden;
  width: 100%; }

/*============================
#wrap
============================*/
div#wrap {
  padding-top: 30px;
  /*============================
  #main
  ============================*/ }
  @media only screen and (max-width: 950px) {
    div#wrap {
      padding-top: 4%; } }
  @media only screen and (max-width: 765.98px) {
    div#wrap {
      padding-top: 0%; } }
  div#wrap div#main {
    /*============================
    #sideNav
    ============================*/ }

/*============================
#emergency
============================*/
aside#emergency {
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #ff0000;
  padding: 10px;
  background-color: #fff7f7; }
  @media only screen and (max-width: 765.98px) {
    aside#emergency {
      margin-top: 4%; } }
  aside#emergency p.egtxt {
    padding-left: 30px;
    background-image: url(../images/common/exclamation_ico.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    color: #ff0000;
    font-size: 0.9rem; }
    @media only screen and (max-width: 380px) {
      aside#emergency p.egtxt {
        font-size: 0.8rem;
        background-size: 25px 25px; } }

/*============================
ページカラム
============================*/
@media only screen and (min-width: 765.99px) {
  #page_column {
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: justify;
    /* Androidブラウザ用 */
    justify-content: space-between; }

  #main_column {
    flex-basis: 690px; }

  #sideNav {
    flex-basis: 220px; } }
@media only screen and (max-width: 950px) {
  #page_column {
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: justify;
    /* Androidブラウザ用 */
    justify-content: space-between; }

  #main_column {
    flex-basis: 73.404%;
    margin-right: 3.191%; }

  #sideNav {
    flex-basis: 23.404%; } }
@media only screen and (max-width: 765.98px) {
  #page_column {
    display: block;
    padding-top: 0%; }
    #page_column div {
      min-height: 0%; }

  #main_column {
    flex-basis: 100%;
    margin-right: 0%; } }
/*============================
チェックボックス階層化など
============================*/
ul.search_check {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  /* Androidブラウザ用 */
  justify-content: flex-end;
  -webkit-box-pack: justify;
  /* Androidブラウザ用 */
  justify-content: space-between; }
  ul.search_check li.fc_li {
    position: relative;
    padding-left: 30px;
    flex-basis: 48%;
    padding-bottom: 2%;
    box-sizing: border-box;
    max-width: 48%;
    font-size: 13px;
    line-height: 1.2; }
    @media only screen and (max-width: 765.98px) {
      ul.search_check li.fc_li {
        padding-bottom: 4%; } }
    @media only screen and (max-width: 765.98px) {
      ul.search_check li.fc_li {
        flex-basis: 100%;
        max-width: 100%; } }
    ul.search_check li.fc_li input.form-check-input {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 330px) {
        ul.search_check li.fc_li input.form-check-input {
          float: left; } }
    ul.search_check li.fc_li label.form-check-label {
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 3px; }
      @media only screen and (max-width: 330px) {
        ul.search_check li.fc_li label.form-check-label {
          display: block;
          overflow: hidden;
          padding-right: 22px; } }
  ul.search_check li.fc_li.list_parents {
    flex-basis: 100%;
    box-sizing: border-box;
    max-width: 100%; }
    ul.search_check li.fc_li.list_parents label.form-check-label {
      color: #4b90e0; }
    ul.search_check li.fc_li.list_parents ul.ul_children {
      flex-basis: 100%;
      padding-top: 2%;
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      /* Androidブラウザ用 */
      justify-content: flex-end;
      -webkit-box-pack: justify;
      /* Androidブラウザ用 */
      justify-content: space-between; }
      @media only screen and (max-width: 765.98px) {
        ul.search_check li.fc_li.list_parents ul.ul_children {
          padding-top: 4%; } }
      ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
        flex-basis: 48%;
        box-sizing: border-box;
        max-width: 48%; }
        @media only screen and (max-width: 765.98px) {
          ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
            flex-basis: 100%;
            max-width: 100%; } }
        ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li label.form-check-label {
          color: #000 !important; }
        ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
          padding-top: 2%;
          display: -webkit-box;
          /* Androidブラウザ用 */
          display: flex;
          flex-wrap: wrap;
          -webkit-box-pack: end;
          /* Androidブラウザ用 */
          justify-content: flex-end;
          -webkit-box-pack: justify;
          /* Androidブラウザ用 */
          justify-content: space-between; }
          @media only screen and (max-width: 765.98px) {
            ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
              padding-top: 4%; } }
          ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
            flex-basis: 48%;
            box-sizing: border-box;
            max-width: 48%; }
            @media only screen and (max-width: 765.98px) {
              ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
                flex-basis: 100%;
                max-width: 100%; } }
            ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li label.form-check-label {
              color: #000 !important; }
        ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li.list_parents_sub {
          flex-basis: 100%;
          box-sizing: border-box;
          max-width: 100%; }

/*Android用ハック*/
html.android ul.search_check li.fc_li label.form-check-label {
  position: relative;
  top: 6px; }

/*Android用ハック*/
/*IE用ハック*/
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  /*IEラベルの位置調整*/
  ul.search_check li.fc_li label.form-check-label {
    position: relative;
    top: 5px; } }
/*IE用ハック*/
.linksul a {
  color: #04984a; }
  .linksul a:hover {
    text-decoration: underline; }

.line-break {
  word-wrap: break-word; }

/*============================
#パンくず
============================*/
aside.bread {
  padding: 0px;
  font-size: 0px;
  background-color: #f2f2f2;
  box-shadow: 0px 2px 1px rgba(198, 197, 197, 0.4);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color='#C6C5C5'); }
  @media only screen and (max-width: 765.98px) {
    aside.bread {
      display: none; } }
  aside.bread #breadcrumb {
    position: relative;
    padding-left: 20px;
    background-image: url(../images/home/home_ico.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0px center;
    vertical-align: top;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 12px;
    letter-spacing: 0.1em; }
    aside.bread #breadcrumb li {
      margin-right: .5em;
      display: inline-block;
      padding: 6px 20px 6px 0px;
      background-image: url(../images/common/arrow_line.svg);
      background-size: 16px 100%;
      background-repeat: no-repeat;
      background-position: center right;
      color: #04984a; }
      aside.bread #breadcrumb li span {
        position: relative;
        top: 1px; }
      aside.bread #breadcrumb li a {
        color: #04984a;
        text-decoration: none; }
        aside.bread #breadcrumb li a br {
          display: none; }
        aside.bread #breadcrumb li a:link, aside.bread #breadcrumb li a:visited, aside.bread #breadcrumb li a:hover, aside.bread #breadcrumb li a:active, aside.bread #breadcrumb li a:focus {
          color: #04984a; }
      aside.bread #breadcrumb li a:hover {
        text-decoration: underline; }
      aside.bread #breadcrumb li br {
        display: none; }
      aside.bread #breadcrumb li:last-child {
        background-image: none; }

@media (min-width: 1px) and (max-width: 800px) {
  aside.bread.clearfix.container {
    display: none !important;
    overflow: hidden !important;
    height: 0px !important; } }
/*============================
#headercont
============================*/
div#headercont {
  display: block;
  /*============================
  #headtop
  ============================*/ }
  div#headercont div#headtop {
    order: 0;
    flex-basis: 40%;
    min-height: 0%;
    padding: 15px 0; }
  div#headercont div#glNav {
    order: 0;
    flex-basis: 100%;
    min-height: 0%; }
  @media only screen and (max-width: 765.98px) {
    div#headercont div#headtop {
      order: 0;
      flex-basis: 100%; }
    div#headercont div#glNav {
      order: 0;
      flex-basis: 100%; } }
  div#headercont div#headtop {
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    /*
    #headlogos
    ----------------*/ }
    @media only screen and (max-width: 765.98px) {
      div#headercont div#headtop {
        display: block;
        padding-bottom: 0; } }
    div#headercont div#headtop div#headlogos {
      flex-basis: 40%; }
    div#headercont div#headtop div#headbts {
      flex-basis: 60%; }
    @media only screen and (max-width: 765.98px) {
      div#headercont div#headtop div#headlogos {
        width: 210px; }
      /* div#headercont div#headtop div#headbts {
        flex-basis: 53%; } */ }
    @media only screen and (max-width: 765.98px) {
      div#headercont div#headtop {
        position: relative;
        padding-top: 10px; } }
      div#headercont div#headtop div#headlogos p.rbs_logo,
      div#headercont div#headtop div#headlogos h1.rbs_logo {
        width: 300px;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center; }
        div#headercont div#headtop div#headlogos p.rbs_logo a img,
        div#headercont div#headtop div#headlogos h1.rbs_logo a img {
          width: 100%;
          height: auto; }
        @media only screen and (max-width: 765.98px) {
          div#headercont div#headtop div#headlogos p.rbs_logo,
          div#headercont div#headtop div#headlogos h1.rbs_logo {
            width: 100%;
            margin-left: 10px;
            margin-bottom: 10px; } }

/*============================
#headbts
============================*/
div#headbts {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
  -webkit-box-pack: end;
  /* Androidブラウザ用 */
  justify-content: flex-end;
  /*
  #pcbt
  ============================*/
  /*
  #spmenu
  ============================*/ }
  div#headbts ul#pcbt {
    margin-right: 40px;
    padding-top: 12px;
    display: flex;
    /*
    #pcbt01
    ============================*/
    /*
    #pcbt02
    ============================*/ }
    @media only screen and (max-width: 840px) {
      div#headbts ul#pcbt {
        margin-right: 20px; } }
    @media only screen and (max-width: 768px) {
      div#headbts ul#pcbt {
        margin-right: 10px; } }
    @media only screen and (max-width: 765.98px) {
      div#headbts ul#pcbt {
        display: none; } }
    div#headbts ul#pcbt li {
      height: 32px;
      width: 120px; }
      @media only screen and (max-width: 840px) {
        div#headbts ul#pcbt li {
          width: 110px; } }
      div#headbts ul#pcbt li a {
        display: block;
        width: 100px;
        background: #04984a;
        padding: 0px 5px;
        height: 32px;
        width: 120px;
        transition: 0.3s;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center;
        text-align: center; }
        @media only screen and (max-width: 840px) {
          div#headbts ul#pcbt li a {
            width: 110px; } }
        div#headbts ul#pcbt li a span {
          color: #FFF;
          display: inline-block;
          position: relative;
          font-size: 12px;
          padding-top: 2px; }
        div#headbts ul#pcbt li a:hover {
          background-color: #05bb5b; }
    div#headbts ul#pcbt li#pcbt01 a {
      border-right: 1px solid #FFF;
      border-radius: 3px 0px 0px 3px;
      -webkit-border-radius: 3px 0px 0px 3px;
      -moz-border-radius: 3px 0px 0px 3px; }
      div#headbts ul#pcbt li#pcbt01 a span:before {
        position: relative;
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/navi/head_bt01.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 18px;
        height: 18px;
        top: -1px;
        background-position: center center;
        margin-right: 5px; }
    div#headbts ul#pcbt li#pcbt02 a {
      border-radius: 0px 3px 3px 0px;
      -webkit-border-radius: 0px 3px 3px 0px;
      -moz-border-radius: 0px 3px 3px 0px; }
      div#headbts ul#pcbt li#pcbt02 a span:before {
        position: relative;
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/navi/head_bt02.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 18px;
        height: 18px;
        top: -1px;
        background-position: center center;
        margin-right: 5px; }
  @media only screen and (min-width: 765.99px) {
    div#headbts nav#spmenu,
    div#headbts #spHeadSearch,
    div#headbts #spHeadMenu {
      display: none; } }
  @media only screen and (max-width: 765.98px) {
    div#headbts nav#spmenu {
      /* display: block; } } */
      display: none; } }
  div#headbts nav#spmenu ul {
    padding: 5px 0px 5px 0px;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    -webkit-box-pack: end;
    /* Androidブラウザ用 */
    justify-content: flex-end;
    /*
    #glNavopBtn
    ============================*/ }
    div#headbts nav#spmenu ul li {
      width: 40px; }
      @media only screen and (max-width: 380px) {
        div#headbts nav#spmenu ul li {
          width: 39px; } }
      div#headbts nav#spmenu ul li img {
        background-color: #04984a;
        transition: 0.3s;
        display: block;
        margin: 0 auto;
        width: 32px;
        height: 32px !important;
        padding: 3px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      div#headbts nav#spmenu ul li span {
        font-size: 8px;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding-top: 3px;
        line-height: 1.1; }
      div#headbts nav#spmenu ul li a {
        color: #000; }
      div#headbts nav#spmenu ul li:hover img {
        background-color: #05bb5b; }
    div#headbts nav#spmenu ul li#glNavopBtn {
      cursor: pointer; }
    div#headbts nav#spmenu ul li {
      /*
      #jsSearchSwitch
      ============================*/ }
  @media only screen and (max-width: 765.98px) {
    div#headbts #spHeadSearch,
    div#headbts #spHeadMenu {
      display: block;
    }
    div#headbts #spHeadSearch {
      position: absolute;
      width: 38px;
      height: 38px;
      cursor: pointer;
      top: 10px;
      right: 59px;
      background: #F79228;
      border-radius: 5px;
      text-align: center;
    }
    div#headbts #spHeadSearch a {
      display: flex;
      height: 38px;
      align-items: center;
      justify-content: center;
    }
    div#headbts #spHeadSearch img {
      width: 24px;
    }
    div#headbts #spHeadSearch a.is-open img {
      display: none;
    }
    div#headbts #spHeadSearch a.is-open:before {
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
    }
    div#headbts #spHeadSearch a.is-open:after {
      transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
    }
    div#headbts #spHeadSearch a.is-open:before,
    div#headbts #spHeadSearch a.is-open:after {
      position: fixed;
      content: "";
      margin: auto;
      width: 20px;
      height: 2px;
      background: #fff;
      transition: .3s;
    }
    div#headbts #spHeadMenu {
      position: absolute;
      width: 38px;
      height: 38px;
      cursor: pointer;
      top: 10px;
      right: 10px;
      background: #04984A;
      border-radius: 5px;
    }
    div#headbts #spHeadMenu #glNavopBtn {
      display: block;
      position: absolute;
      top: 18px;
      left: 0;
      right: 0;
      width: 20px;
      height: 2px;
      margin: auto;
      background: #fff;
      transition: .2s;
    }
    div#headbts #spHeadMenu #glNavopBtn:before {
      margin-top: 8px;
    }
    div#headbts #spHeadMenu #glNavopBtn:after {
      margin-top: -8px;
    }
    div#headbts #spHeadMenu #glNavopBtn:before,
    div#headbts #spHeadMenu #glNavopBtn:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 2px;
      background: #fff;
      transition: .3s;
    }
  }

/*============================
 #spHeaderSearch
============================*/
#spHeaderSearch {
  flex-basis: 100%;
  border-top: 3px solid #04984a; }
  @media only screen and (min-width: 765.99px) {
    #spHeaderSearch {
      display: none; } }
  #spHeaderSearch .spHeaderSearchInner {
    background: #04984a;
    display: none;
    padding: 7px 10px 10px 10px; }
  #spHeaderSearch input[type="search"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  #spHeaderSearch .spHeaderSearchInner form {
    display: table;
    width: 100%; }
    #spHeaderSearch .spHeaderSearchInner form > * {
      display: table-cell;
      vertical-align: middle; }
  #spHeaderSearch .spHeaderSearchInner .input > input {
    width: 100%;
    padding: 7px 10px;
    min-height: 38px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #spHeaderSearch .spHeaderSearchInner .button {
    width: 3em;
    padding-left: 10px; }
    #spHeaderSearch .spHeaderSearchInner .button > button {
      display: block;
      width: 38px;
      height: 38px;
      padding: 0;
      border: none;
      background: #F79228;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      text-align: center; }
      #spHeaderSearch .spHeaderSearchInner .button > button img {
        width: 24px; }

#headerInner #headerSearch {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

#headerSearch {
  padding-top: 8px;
  position: relative;
  width: 284px; }
  @media only screen and (max-width: 765.98px) {
    #headerSearch {
      display: none; } }
  @media only screen and (max-width: 768px) {
    #headerSearch {
      width: 190px; } }

#headerSearch *[type="search"],
#headerSearch *[type="text"] {
  width: 240px;
  min-height: 38px;
  padding: 0 7px;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  @media only screen and (max-width: 768px) {
    #headerSearch *[type="search"],
    #headerSearch *[type="text"] {
      width: 150px; } }

#headerSearch > input + button {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  background: #F79228;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  #headerSearch > input + button img {
    height: 24px;
    width: auto; }

#headerSearch > input + button:hover {
  background: #f3a07a; }

#headerSearch > input + button img {
  vertical-align: middle; }

/*
 #spHeaderSearchここまで
============================*/
body.shoukaiCardendscreen div#foot_bts {
  position: absolute;
  bottom: 0px;
  left: 0px; }

footer {
  background-color: #F5F5F5;
  padding-top: 40px;
  /*============================
  #copy
  ============================*/ }
  @media only screen and (max-width: 765.98px) {
    footer {
      padding-top: 4%; } }
  @media only screen and (max-width: 765.98px) {
    footer nav.footernav.contwp {
      width: 100% !important;
      padding-left: 13px; } }
  footer nav.footernav {
    padding-bottom: 25px; }
    footer nav.footernav.contwp ul {
      text-align: left; }
      @media only screen and (max-width: 765.98px) {
        footer nav.footernav.contwp ul {
          text-align: left; } }
      footer nav.footernav.contwp ul li {
        display: inline-block;
        padding: 0px 10px 15px 10px; }
        @media only screen and (max-width: 765.98px) {
          footer nav.footernav.contwp ul li {
            display: block;
            padding: 0px 10px 10px 0px; } }
        footer nav.footernav.contwp ul li a {
          color: #333;
          padding: 5px 5px 5px 23px;
          font-size: 14px;
          background-image: url(/assets/img/icon_arrow.svg);
          background-position: 3px 7px;
          background-repeat: no-repeat;
          background-size: 16px 16px; }
          footer nav.footernav.contwp ul li a:hover {
            opacity: 0.8; }
          @media only screen and (max-width: 765.98px) {
            footer nav.footernav.contwp ul li a {
              display: block; } }
  #footercopy {
    text-align: center;
    background-color: #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 765.98px) {
      #footercopy {
        width: 100%;
        padding: 3% 0;
        display: block; } }
    #footercopy p {
      font-size: 11px; }
    @media only screen and (max-width: 765.98px) {
      #footercopy p {
        font-size: 9px; } }
    #footercopy img {
      width: 388px; }
    @media only screen and (max-width: 765.98px) {
      #footercopy img {
        margin: 3% 0 0;
        width: 90%; } }

.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.tippy-popper {
  max-width: 300px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }
  .tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px); }
  .tippy-popper[x-placement^=top] [x-arrow] {
    border-top: 10px solid  #04984a;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    margin: 0 9px; }
    .tippy-popper[x-placement^=top] [x-arrow].arrow-small {
      border-top: 5px solid  #04984a;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      bottom: -5px; }
    .tippy-popper[x-placement^=top] [x-arrow].arrow-big {
      border-top: 10px solid  #04984a;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      bottom: -10px; }
  .tippy-popper[x-placement^=top] [x-circle] {
    -webkit-transform-origin: 0 33%;
    transform-origin: 0 33%; }
    .tippy-popper[x-placement^=top] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -55%);
      transform: scale(1) translate(-50%, -55%);
      opacity: 1; }
    .tippy-popper[x-placement^=top] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 10px solid #04984a;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-top: 5px solid #04984a;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-top: 10px solid #04984a;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: transparent; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-top: 5px solid transparent;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-top: 10px solid transparent;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
    .tippy-popper[x-placement^=top] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateY(-10px) rotateX(0);
      transform: translateY(-10px) rotateX(0); }
    .tippy-popper[x-placement^=top] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateY(0) rotateX(90deg);
      transform: translateY(0) rotateX(90deg); }
  .tippy-popper[x-placement^=top] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .tippy-popper[x-placement^=top] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .tippy-popper[x-placement^=top] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .tippy-popper[x-placement^=top] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .tippy-popper[x-placement^=top] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1); }
  .tippy-popper[x-placement^=top] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
  .tippy-popper[x-placement^=bottom] [x-arrow] {
    border-bottom: 10px solid  #04984a;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    margin: 0 9px; }
    .tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
      border-bottom: 5px solid  #04984a;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      top: -5px; }
    .tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
      border-bottom: 10px solid  #04984a;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      top: -10px; }
  .tippy-popper[x-placement^=bottom] [x-circle] {
    -webkit-transform-origin: 0 -50%;
    transform-origin: 0 -50%; }
    .tippy-popper[x-placement^=bottom] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -45%);
      transform: scale(1) translate(-50%, -45%);
      opacity: 1; }
    .tippy-popper[x-placement^=bottom] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -5%);
      transform: scale(0.15) translate(-50%, -5%);
      opacity: 0; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 10px solid  #04984a;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-bottom: 5px solid  #04984a;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-bottom: 10px solid  #04984a;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: transparent; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-bottom: 5px solid transparent;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-bottom: 10px solid transparent;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    transform-origin: top; }
    .tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateY(10px) rotateX(0);
      transform: translateY(10px) rotateX(0); }
    .tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateY(0) rotateX(-90deg);
      transform: translateY(0) rotateX(-90deg); }
  .tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1); }
  .tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
  .tippy-popper[x-placement^=left] [x-arrow] {
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 6px 0; }
    .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
      border-left: 5px solid #333;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      right: -5px; }
    .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
      border-left: 10px solid #333;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -10px; }
  .tippy-popper[x-placement^=left] [x-circle] {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
    .tippy-popper[x-placement^=left] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      opacity: 1; }
    .tippy-popper[x-placement^=left] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 10px solid #04984a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-left: 5px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-left: 10px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: transparent; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-left: 5px solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-left: 10px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    transform-origin: right; }
    .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateX(-10px) rotateY(0);
      transform: translateX(-10px) rotateY(0); }
    .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateX(0) rotateY(-90deg);
      transform: translateX(0) rotateY(-90deg); }
  .tippy-popper[x-placement^=left] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .tippy-popper[x-placement^=left] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1); }
  .tippy-popper[x-placement^=left] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }
  .tippy-popper[x-placement^=right] [x-arrow] {
    border-right: 10px solid  #04984a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    margin: 8px 0; }
    .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
      border-right: 5px solid #333;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      left: -5px; }
    .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
      border-right: 10px solid #333;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -10px; }
  .tippy-popper[x-placement^=right] [x-circle] {
    -webkit-transform-origin: -50% 0;
    transform-origin: -50% 0; }
    .tippy-popper[x-placement^=right] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      opacity: 1; }
    .tippy-popper[x-placement^=right] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 10px solid #04984a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-right: 5px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-right: 10px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: transparent; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-right: 5px solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-right: 10px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    transform-origin: left; }
    .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateX(10px) rotateY(0);
      transform: translateX(10px) rotateY(0); }
    .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateX(0) rotateY(90deg);
      transform: translateX(0) rotateY(90deg); }
  .tippy-popper[x-placement^=right] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .tippy-popper[x-placement^=right] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1); }
  .tippy-popper[x-placement^=right] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }
  .tippy-popper .tippy-tooltip.transparent-theme {
    background-color: transparent; }
    .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
      background-color: transparent; }
  .tippy-popper .tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
    background-color: #fff; }
    .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
      background-color: transparent; }

.tippy-tooltip {
  max-width: 300px;
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .95rem;
  padding: 0;
  text-align: center;
  will-change: transform;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

.tippy-tooltip--small {
  padding: .25rem .5rem;
  font-size: .8rem; }

.tippy-tooltip--big {
  padding: .6rem 1.2rem;
  font-size: 1.2rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }
.tippy-tooltip[data-interactive] {
  pointer-events: auto; }
.tippy-tooltip[data-inertia] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 1, 0.36, 0.85);
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }
.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }
.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all ease;
  transition: all ease; }
  .tippy-tooltip [x-circle]:before {
    content: "";
    padding-top: 90%;
    float: left; }

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 10px solid  #04984a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: #fff; }
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 10px solid  #04984a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: #fff; }
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 10px solid  #04984a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: #fff; }
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid  #04984a;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: #fff; }
.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff; }
  .tippy-popper .tippy-tooltip.light-theme .tippy-backdrop {
    background-color: #fff; }
  .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent; }
.tippy-popper[x-placement^=top] .tippy-tooltip.translucent-theme .tippy-arrow {
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }
.tippy-popper[x-placement^=top] .tippy-tooltip.translucent-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: transparent; }
.tippy-popper[x-placement^=bottom] .tippy-tooltip.translucent-theme .tippy-arrow {
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }
.tippy-popper[x-placement^=bottom] .tippy-tooltip.translucent-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: transparent; }
.tippy-popper[x-placement^=left] .tippy-tooltip.translucent-theme .tippy-arrow {
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }
.tippy-popper[x-placement^=left] .tippy-tooltip.translucent-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: transparent; }
.tippy-popper[x-placement^=right] .tippy-tooltip.translucent-theme .tippy-arrow {
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }
.tippy-popper[x-placement^=right] .tippy-tooltip.translucent-theme .tippy-roundarrow {
  width: 24px;
  height: 24px;
  fill: transparent; }
.tippy-popper .tippy-tooltip.translucent-theme {
  background-color: transparent; }
  .tippy-popper .tippy-tooltip.translucent-theme .tippy-backdrop {
    background-color: transparent; }
  .tippy-popper .tippy-tooltip.translucent-theme[data-animatefill] {
    background-color: transparent; }

/* 独自Theme */
.tippy-tooltip.honeybee-theme {
  border: 3px solid #04984a;
  background-color: #f2f2f2;
  font-weight: bold; }
  .tippy-tooltip.honeybee-theme .tippy-content {
    /* Your styling here. Example: */
    color: #333; }

.tippy-popper[x-placement^=top] .tippy-tooltip.honeybee-theme .tippy-arrow {
  border-top: 10px solid #04984a !important;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.honeybee-theme .tippy-arrow {
  border-bottom: 10px solid   #04984a !important;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

/*============================
.winfo
============================*/
div.winfo button.btn.btn-danger {
  position: absolute;
  right: 1%;
  top: 6px;
  background-color: #bbbbbb;
  height: 28px;
  border: 1px solid #bbbbbb;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  /* Androidブラウザ用 */
  justify-content: center;
  text-align: center;
  outline: none;
  padding: 2px 5px; }
  div.winfo button.btn.btn-danger span {
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    background-image: url(../images/common/close_ico.svg);
    background-size: 13px  13px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 20px; }
  div.winfo button.btn.btn-danger:focus {
    background-color: #d5d5d5;
    border: 1px solid #bbbbbb;
    outline: none; }
div.winfo div.tip_title {
  position: relative;
  background-color: #04984a;
  height: 40px;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  /* Androidブラウザ用 */
  justify-content: center;
  text-align: center; }
  div.winfo div.tip_title h3 {
    color: #FFF;
    font-size: 15px;
    width: 96%;
    display: inline-block;
    padding-left: 5px;
    text-align: left; }
div.winfo div.tip_cont {
  padding: 10px; }
  div.winfo div.tip_cont p.tip_txt01 {
    text-align: left;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal; }
  div.winfo div.tip_cont dl.tip_contdl {
    text-align: left;
    padding-top: 10px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4; }
    div.winfo div.tip_cont dl.tip_contdl dt {
      font-size: 14px;
      color: #04984a;
      font-weight: bold; }
    div.winfo div.tip_cont dl.tip_contdl dd {
      padding-left: 10px;
      margin-left: 2px;
      border-left: 2px solid #04984a; }
div.winfo ul.tip_bts {
  width: 92%;
  margin: 0 auto 10px auto; }
  div.winfo ul.tip_bts li {
    width: 100%; }
    div.winfo ul.tip_bts li a {
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      height: 32px;
      align-items: center;
      -webkit-box-pack: center;
      /* Androidブラウザ用 */
      justify-content: center;
      text-align: center;
      width: 100%;
      border-radius: 4px; }
      div.winfo ul.tip_bts li a span {
        font-size: 14px;
        line-height: 1.2; }
  div.winfo ul.tip_bts li.tip_bts01 {
    padding-bottom: 5px; }
    div.winfo ul.tip_bts li.tip_bts01 a {
      background-color: #d4ecd6;
      background-image: url(../images/common/link_ico_gr.svg);
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 20px 20px;
      border: 1px solid #04984a; }
      @media only screen and (max-width: 380px) {
        div.winfo ul.tip_bts li.tip_bts01 a {
          background-size: 15px 15px; } }
      div.winfo ul.tip_bts li.tip_bts01 a span {
        color: #04984a;
        background-image: url(../images/common/iv01_ico.svg);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: 5% 55%;
        display: inline-block;
        padding: 0px 0px 0px 30px; }
        @media only screen and (max-width: 575px) {
          div.winfo ul.tip_bts li.tip_bts01 a span {
            background-position: 3% 40%; } }
      div.winfo ul.tip_bts li.tip_bts01 a:hover {
        background-color: #dbefdd; }
  div.winfo ul.tip_bts li.tip_bts02 a {
    border: 1px solid #04984a;
    background-color: #04984a;
    background-image: url(../images/common/link_ico_wh.svg);
    background-repeat: no-repeat;
    background-position: right 4px top 4px;
    background-size: 20px 20px; }
    @media only screen and (max-width: 380px) {
      div.winfo ul.tip_bts li.tip_bts02 a {
        background-size: 15px 15px; } }
    div.winfo ul.tip_bts li.tip_bts02 a span {
      color: #FFF;
      background-image: url(../images/common/check_ico.svg);
      background-size: 18px 18px;
      background-repeat: no-repeat;
      background-position: 5% 55%;
      display: inline-block;
      padding: 0px 0px 0px 25px; }
      @media only screen and (max-width: 575px) {
        div.winfo ul.tip_bts li.tip_bts02 a span {
          background-position: 3% 40%; } }
    div.winfo ul.tip_bts li.tip_bts02 a:hover {
      background-color: #05bb5b; }

#tabs {
  padding-bottom: 20px; }
  #tabs ul.tabshead {
    height: 37px;
    list-style: none;
    border-bottom: 1px solid #04984a;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    -webkit-box-pack: justify;
    /* Androidブラウザ用 */
    justify-content: space-between; }
    @media only screen and (max-width: 380px) {
      #tabs ul.tabshead {
        height: 43px; } }
    #tabs ul.tabshead li {
      width: 49%;
      padding: 0; }
      #tabs ul.tabshead li a {
        border-radius: 4px 4px 0 0;
        display: block;
        cursor: pointer;
        background-color: #04984a;
        color: #FFF;
        text-align: center;
        transition: 0.3s;
        line-height: 1.2;
        font-size: 13px;
        height: 37px;
        padding-top: 10px; }
        @media only screen and (max-width: 840px) {
          #tabs ul.tabshead li a {
            font-size: 12px; } }
        @media only screen and (max-width: 380px) {
          #tabs ul.tabshead li a {
            font-size: 12px;
            height: 43px;
            padding-top: 7px; } }
        #tabs ul.tabshead li a span.sp_contxt {
          line-height: 1.3; }
        #tabs ul.tabshead li a br {
          display: none; }
        @media only screen and (min-width: 765.99px) {
          #tabs ul.tabshead li a span.sp_contxt {
            display: none; } }
        @media only screen and (max-width: 765.98px) {
          #tabs ul.tabshead li a span.pc_contxt {
            display: none; } }
        @media only screen and (max-width: 380px) {
          #tabs ul.tabshead li a br {
            display: block; } }
        #tabs ul.tabshead li a.current {
          color: #04984a;
          background-color: #FFF;
          border: 1px solid #04984a;
          border-bottom: none; }
          #tabs ul.tabshead li a.current:hover {
            background-color: #FFF; }
        #tabs ul.tabshead li a:hover {
          background-color: #05bb5b; }
      @media only screen and (max-width: 380px) {
        #tabs ul.tabshead li#tab02 a {
          padding-top: 8px; }
        #tabs ul.tabshead li#tab03 a {
          padding-top: 8px; } }
    #tabs ul.tabshead .panel {
      display: none; }

/*
共通
____________________________*/
@media only screen and (min-width: 765.99px) {
  /*============================
  #glNav
  ============================*/
  div#glNav {
    width: 100%;
    height: 50px;
    background-color: #04984a;
    box-shadow: 0px 2px 1px rgba(198, 197, 197, 0.4);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color='#C6C5C5');
    /*============================
    #glspNav
    ============================*/ }
    div#glNav nav#glspNav {
      /*============================
      #glNavBtnWrap
      ============================*/
      /*============================
      #gNav
      ============================*/ }
      div#glNav nav#glspNav div#glNavBtnWrap {
        /*============================
        #glNavclBtn
        ============================*/ }
        div#glNav nav#glspNav div#glNavBtnWrap div#glNavclBtn.menuClose {
          cursor: pointer; } }
    @media only screen and (min-width: 765.99px) and (min-width: 765.99px) {
      div#glNav nav#glspNav ul#gNav.contwp {
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        justify-content: space-between;
        /*============================
        #gnv01
        ============================*/
        /*============================
        #gnv02
        ============================*/
        /*============================
        #gnv03
        ============================*/
        /*============================
        #gnv04
        ============================*/
        /*============================
        #gnv05
        ============================*/ }
        div#glNav nav#glspNav ul#gNav.contwp li.parentmenu {
          position: relative;
          list-style: none;
          height: 50px;
          padding: 3px 0px 0px 0px; }
          div#glNav nav#glspNav ul#gNav.contwp li.parentmenu span.parentbt,
          div#glNav nav#glspNav ul#gNav.contwp li.parentmenu a {
            display: block;
            cursor: pointer;
            font-weight: normal;
            width: 100%;
            height: 44px;
            color: #fff;
            font-size: 16px;
            display: -webkit-box;
            /* Androidブラウザ用 */
            display: flex;
            align-items: center;
            -webkit-box-pack: center;
            /* Androidブラウザ用 */
            justify-content: center;
            line-height: 1.1;
            text-decoration: none;
            box-sizing: border-box;
            background-color: #04984a;
            transition: 0.4s;
            padding-top: 0px;
            border-radius: 4px;
            align-items: center; } }

      @media only screen and (min-width: 765.99px) and (min-width: 765.99px) and (max-width: 840px) {
        div#glNav nav#glspNav ul#gNav.contwp li.parentmenu span.parentbt,
        div#glNav nav#glspNav ul#gNav.contwp li.parentmenu a {
          font-size: 14px; } }
      @media only screen and (min-width: 765.99px) and (min-width: 765.99px) and (max-width: 768px) {
        div#glNav nav#glspNav ul#gNav.contwp li.parentmenu span.parentbt,
        div#glNav nav#glspNav ul#gNav.contwp li.parentmenu a {
          font-size: 13px; } }
    @media only screen and (min-width: 765.99px) and (min-width: 765.99px) {
            div#glNav nav#glspNav ul#gNav.contwp li.parentmenu span.parentbt span,
            div#glNav nav#glspNav ul#gNav.contwp li.parentmenu a span {
              position: relative;
              display: inline-block;
              vertical-align: middle;
              margin: 3px 10px 0 10px; }
              div#glNav nav#glspNav ul#gNav.contwp li.parentmenu span.parentbt span:before,
              div#glNav nav#glspNav ul#gNav.contwp li.parentmenu a span:before {
                vertical-align: middle; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv00 a span {
              margin-top: 0; }
              div#glNav nav#glspNav ul#gNav.contwp li#gnv00 a span img {
                width: 32px; }
          div#glNav nav#glspNav ul#gNav.contwp li.parentmenu ul.submenu {
            padding: 15px 5px 0px 5px;
            width: 250px;
            top: 47px;
            left: 0px;
            position: absolute;
            display: none;
            background-color: #d4ecd6;
            border-radius: 0px 4px 4px 4px;
            -webkit-border-radius: 0px 4px 4px 4px;
            -moz-border-radius: 0px 4px 4px 4px;
            z-index: 3;
            text-align: left !important; }
            div#glNav nav#glspNav ul#gNav.contwp li.parentmenu ul.submenu li {
              width: 100%;
              text-align: left !important; }
              div#glNav nav#glspNav ul#gNav.contwp li.parentmenu ul.submenu li a {
                text-align: left !important;
                padding: 2px 10px;
                height: 40px;
                background-color: none; }
                div#glNav nav#glspNav ul#gNav.contwp li.parentmenu ul.submenu li a span {
                  text-align: left;
                  margin: 0; }
                div#glNav nav#glspNav ul#gNav.contwp li.parentmenu ul.submenu li a:hover {
                  color: #05bb5b; }
          div#glNav nav#glspNav ul#gNav.contwp li.parentmenu:hover {
            overflow: visible; }
            div#glNav nav#glspNav ul#gNav.contwp li.parentmenu:hover span.parentbt,
            div#glNav nav#glspNav ul#gNav.contwp li.parentmenu:hover a {
              background-color: #d4ecd6;
              color: #04984a; }
            div#glNav nav#glspNav ul#gNav.contwp li.parentmenu:hover ul.submenu {
              display: block;
              animation: fadeIn 0.4s;
              -webkit-animation: fadeIn 0.4s;
              box-shadow: 0px 2.01px 2.01px rgba(198, 197, 197, 0.4);
              filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2.01, Color='#C6C5C5'); }
              div#glNav nav#glspNav ul#gNav.contwp li.parentmenu:hover ul.submenu li a {
                display: block; }
                div#glNav nav#glspNav ul#gNav.contwp li.parentmenu:hover ul.submenu li a span {
                  font-size: 13px; }
        div#glNav nav#glspNav ul#gNav.contwp li#gnv-1 {
          display: none; }
        div#glNav nav#glspNav ul#gNav.contwp li#gnv01 {
          flex-shrink: 4;
          /*============================
          #mapnav
          ============================*/ }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv01 span.parentbt {
            border-radius: 4px 4px 0px 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
            -moz-border-radius: 4px 4px 0px 0px; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv01 span.parentbt span {
              position: relative;
              vertical-align: middle; }
              div#glNav nav#glspNav ul#gNav.contwp li#gnv01 span.parentbt span:before {
                top: -2px;
                position: relative;
                vertical-align: middle;
                font-family: 'navico';
                content: "\e904";
                margin-right: 5px;
                font-size: 32px; }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv01 ul#mapnav.submenu {
            width: 300px; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv01 ul#mapnav.submenu li a span:before {
              position: relative;
              top: -2px;
              content: "";
              margin-right: 3px;
              display: inline-block;
              width: 15px;
              height: 15px;
              background-image: url(../images/navi/map_ico.svg);
              background-repeat: no-repeat;
              background-position: center 0px;
              background-size: auto 100%; }
        div#glNav nav#glspNav ul#gNav.contwp li#gnv02 {
          flex-shrink: 3; }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv02 a span {
            position: relative; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv02 a span:before {
              position: relative;
              top: -2px;
              font-family: 'navico';
              content: "\e903";
              margin-right: 3px;
              font-size: 32px; }
        div#glNav nav#glspNav ul#gNav.contwp li#gnv03 {
          flex-shrink: 3;
          /*============================
          #nav
          ============================*/ }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv03 span.parentbt {
            border-radius: 4px 4px 0px 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
            -moz-border-radius: 4px 4px 0px 0px; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv03 span.parentbt span {
              position: relative; }
              div#glNav nav#glspNav ul#gNav.contwp li#gnv03 span.parentbt span:before {
                position: relative;
                top: -2px;
                font-family: 'navico';
                content: "\e902";
                margin-right: 3px;
                font-size: 32px; }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv03 ul.submenu li {
            text-align: left; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv03 ul.submenu li a {
              text-align: left; }
              div#glNav nav#glspNav ul#gNav.contwp li#gnv03 ul.submenu li a span {
                text-align: left;
                padding-left: 13px;
                background-image: url(../images/common/arrow_ico.svg);
                background-size: 10px 10px;
                background-repeat: no-repeat;
                background-position: 0px center; }
        div#glNav nav#glspNav ul#gNav.contwp li#gnv04 {
          flex-shrink: 1;
          /*============================
          #nav
          ============================*/ }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv04 span.parentbt {
            padding-left: 5px;
            padding-right: 5px;
            border-radius: 4px 4px 0px 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
            -moz-border-radius: 4px 4px 0px 0px; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv04 span.parentbt span {
              position: relative; } }

    @media only screen and (min-width: 765.99px) and (min-width: 765.99px) {
              div#glNav nav#glspNav ul#gNav.contwp li#gnv04 span.parentbt span:before {
                position: relative;
                top: -2px;
                font-family: 'navico';
                content: "\e901";
                margin-right: 6px;
                font-size: 32px; }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv04 ul.submenu {
            top: 47px;
            left: 0px; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv04 ul.submenu li {
              text-align: left; }
              div#glNav nav#glspNav ul#gNav.contwp li#gnv04 ul.submenu li a {
                text-align: left; }
                div#glNav nav#glspNav ul#gNav.contwp li#gnv04 ul.submenu li a span {
                  padding-left: 13px;
                  background-image: url(../images/common/arrow_ico.svg);
                  background-size: 10px 10px;
                  background-repeat: no-repeat;
                  background-position: 0px center;
                  text-align: left; }
        div#glNav nav#glspNav ul#gNav.contwp li#gnv05 {
          flex-shrink: 5;
          /*============================
          #nav
          ============================*/ } }

    @media only screen and (min-width: 765.99px) and (min-width: 765.99px) and (max-width: 950px) {
      div#glNav nav#glspNav ul#gNav.contwp li#gnv05 {
        flex-basis: 17%; } }
    @media only screen and (min-width: 765.99px) and (min-width: 765.99px) {
          div#glNav nav#glspNav ul#gNav.contwp li#gnv05 span.parentbt {
            border-radius: 4px 4px 0px 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
            -moz-border-radius: 4px 4px 0px 0px; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv05 span.parentbt span {
              position: relative; }
              div#glNav nav#glspNav ul#gNav.contwp li#gnv05 span.parentbt span:before {
                position: relative;
                top: -2px;
                font-family: 'navico';
                content: "\e900";
                margin-right: 3px;
                font-size: 30px; }
          div#glNav nav#glspNav ul#gNav.contwp li#gnv05 ul.submenu {
            top: 47px;
            left: auto;
            right: 0px;
            border-radius: 4px 0px 4px 4px;
            -webkit-border-radius: 4px 0px 4px 4px;
            -moz-border-radius: 4px 0px 4px 4px; }
            div#glNav nav#glspNav ul#gNav.contwp li#gnv05 ul.submenu li {
              text-align: left; }
              div#glNav nav#glspNav ul#gNav.contwp li#gnv05 ul.submenu li a {
                text-align: left; }
                div#glNav nav#glspNav ul#gNav.contwp li#gnv05 ul.submenu li a span {
                  padding-left: 13px;
                  background-image: url(../images/common/arrow_ico.svg);
                  background-size: 10px 10px;
                  background-repeat: no-repeat;
                  background-position: 0px center;
                  text-align: left; } }
  @media only screen and (max-width: 765.98px) {
    div#glNav nav#glspNav ul#gNav.contwp li#gnv-1 {
      display: block; }
    div#glNav nav#glspNav ul#gNav.contwp li#gnv-1 img {
      width: 25px;
      margin-right: 3px; }
    div#glNav nav#glspNav ul#gNav.contwp li#gnv-1 span {
    }
    div#glNav nav#glspNav ul#gNav.contwp li#gnv00 {
      display: none; } }

/*
共通
____________________________*/
/*============================
ドロワー
============================*/
.headerNav {
  max-width: none;
  font-size: 13px;
  font-weight: bold; }
  .headerNav li {
    margin-left: 30px; }
    .headerNav li:first-child {
      margin-left: 0; }
    .headerNav li a {
      display: block;
      line-height: 48px; }

#drwBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

#glNavBtnWrap {
  display: none; }

.menuClose {
  display: inline-block;
  padding: 10px; }
  .menuClose img {
    width: 17px;
    padding-right: 2px; }

/*Android4用ハック*/
html.android4 {
  /* 前面に置きたい要素 */
  /* 背面に置きたい要素 */ }
  html.android4 #glNav {
    transform: translate3d(0, 0, 10px); }
  html.android4 #drwBk {
    transform: translate3d(0, 0, 1px); }

/*Android4用ハック*/
@media only screen and (max-width: 765.98px) and (max-width: 765.98px) {
  #header {
    position: relative; }

  #glNav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0;
    width: 200px;
    height: 0% !important;
    background: none !important; }

  .headerNav {
    display: block; }

  #glNavBtnWrap {
    display: block;
    background: #d4ecd6; }

  #glspNav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    margin: 0;
    width: 270px;
    height: 100%;
    background: #04984a;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    /*左に隠しておく*/
    transition: all .3s; }
    #glspNav.isOpen {
      z-index: 10;
      position: absolute !important;
      right: 0px;
      opacity: 1 !important;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      /*中身を表示（右へスライド）*/ }

  #gNav {
    width: 100%;
    border-top: 1px solid #04984a;
    /*============================
    #gnv01
    ============================*/
    /*============================
    #mapnav
    ============================*/ }
    #gNav li.parentmenu {
      position: relative;
      list-style: none;
      padding-top: 0px;
      border-top: 1px solid #d4ecd6; }
      #gNav li.parentmenu:first-child {
        border-top: none !important; }
      #gNav li.parentmenu:last-child {
        border-bottom: 1px solid #d4ecd6; }
      #gNav li.parentmenu span.parentbt,
      #gNav li.parentmenu a {
        display: block;
        cursor: pointer;
        font-weight: normal;
        width: 100%;
        height: 40px !important;
        text-align: left !important;
        color: #fff;
        font-size: 13px;
        line-height: 1.1;
        text-decoration: none;
        box-sizing: border-box;
        background-color: #04984a;
        transition: 0.4s;
        padding: 0px 0px 0px 10px;
        border-radius: 0px !important;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center; }
        #gNav li.parentmenu span.parentbt span,
        #gNav li.parentmenu a span {
          position: relative;
          display: inline-block;
          vertical-align: middle; }
      #gNav li.parentmenu ul.submenu {
        padding: 0px 5px 0px 5px;
        overflow: hidden;
        visibility: hidden;
        width: 100%;
        top: 0px;
        left: 0px;
        position: relative;
        height: 0;
        background-color: #d4ecd6;
        z-index: 3; }
        #gNav li.parentmenu ul.submenu li {
          width: 100%;
          text-align: left; }
          #gNav li.parentmenu ul.submenu li a {
            text-align: left;
            padding: 2px 10px;
            height: 30px;
            background-color: none;
            background-color: #d4ecd6; }
            #gNav li.parentmenu ul.submenu li a:hover {
              color: #05bb5b; }
      #gNav li.parentmenu.hover span.parentbt,
      #gNav li.parentmenu.hover a {
        background-color: #d4ecd6;
        color: #04984a; }
      #gNav li.parentmenu.hover ul.submenu {
        visibility: visible;
        overflow: visible; }
        #gNav li.parentmenu.hover ul.submenu li a {
          display: -webkit-box;
          /* Androidブラウザ用 */
          display: flex;
          align-items: center; }
          #gNav li.parentmenu.hover ul.submenu li a span {
            font-size: 13px; }
    #gNav li.widget {
      overflow: hidden; }
      #gNav li.widget span.parentbt {
        background-image: url(../images/common/updown_ico.svg);
        background-size: 15px 60px;
        background-repeat: no-repeat;
        background-position: right 5px top 14px; }
      #gNav li.widget.hover {
        background-color: #d4ecd6;
        border-top: 1px solid #04984a;
        overflow: visible; }
        #gNav li.widget.hover span.parentbt {
          background-size: 15px 60px;
          background-repeat: no-repeat;
          background-position: right 5px bottom 14px; }
        #gNav li.widget.hover ul.submenu {
          border-top: 1px solid #d4ecd6;
          border-bottom: 1px solid #d4ecd6;
          height: auto; }
    #gNav li#gnv01 {
      z-index: 10; }
    #gNav li#gnv02 {
      z-index: 20; }
    #gNav li#gnv03 {
      z-index: 30; }
    #gNav li#gnv04 {
      z-index: 40; }
    #gNav li#gnv05 {
      z-index: 50; }
    #gNav li#gnv01 span.parentbt span {
      position: relative; }
      #gNav li#gnv01 span.parentbt span:before {
        position: relative;
        top: -1px;
        vertical-align: middle;
        font-family: 'navico';
        content: "\e904";
        margin-right: 3px;
        font-size: 25px; }
    #gNav ul#mapnav.submenu li a span:before {
      position: relative;
      top: 2px;
      content: "";
      margin-right: 3px;
      display: inline-block;
      width: 15px;
      height: 15px;
      background-image: url(../images/navi/map_ico.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%; }

  /*============================
  #gnv02
  ============================*/
  li#gnv02 a span {
    position: relative; }
    li#gnv02 a span:before {
      position: relative;
      top: -1px;
      vertical-align: middle;
      font-family: 'navico';
      content: "\e903";
      margin-right: 3px;
      font-size: 25px; }

  /*============================
  #gnv03
  ============================*/
  li#gnv03 {
    /*============================
    #nav
    ============================*/ }
    li#gnv03 span.parentbt span {
      position: relative; }
      li#gnv03 span.parentbt span:before {
        position: relative;
        top: -1px;
        vertical-align: middle;
        font-family: 'navico';
        content: "\e902";
        margin-right: 3px;
        font-size: 25px; }
    li#gnv03 ul.submenu li a span {
      padding-left: 13px;
      background-image: url(../images/common/arrow_ico.svg);
      background-size: 10px 13px;
      background-repeat: no-repeat;
      background-position: 0px 0px; }

  /*============================
  #gnv04
  ============================*/
  li#gnv04 {
    /*============================
    #nav
    ============================*/ }
    li#gnv04 span.parentbt span {
      position: relative; }
      li#gnv04 span.parentbt span:before {
        position: relative;
        top: -1px;
        vertical-align: middle;
        font-family: 'navico';
        content: "\e901";
        margin-right: 5px;
        font-size: 25px; }
    li#gnv04 ul.submenu li a span {
      padding-left: 13px;
      background-image: url(../images/common/arrow_ico.svg);
      background-size: 10px 13px;
      background-repeat: no-repeat;
      background-position: 0px 0px; }

  /*============================
  #gnv05
  ============================*/
  li#gnv05 {
    /*============================
    #nav
    ============================*/ }
    li#gnv05 span.parentbt span {
      position: relative; }
      li#gnv05 span.parentbt span:before {
        position: relative;
        top: -1px;
        vertical-align: middle;
        font-family: 'navico';
        content: "\e900";
        margin-right: 3px;
        font-size: 25px; }
    li#gnv05 ul.submenu {
      top: 47px;
      left: auto;
      right: 0px; }
      li#gnv05 ul.submenu li a span {
        padding-left: 13px;
        background-image: url(../images/common/arrow_ico.svg);
        background-size: 10px 13px;
        background-repeat: no-repeat;
        background-position: 0px 0px; } }
/*============================
ドロワーここまで
============================*/
/*============================
サイド
============================*/
/*============================
HOMEBT
============================*/
p.homegtbt {
  padding-top: 30px; }
  p.homegtbt a {
    border: 1px solid #04984a;
    background-color: #d4ecd6;
    border-radius: 4px;
    color: #333;
    transition: 0.3s;
    display: block;
    padding: 12px 0px;
    transition: 0.3s; }
    p.homegtbt a span {
      font-size: 13px;
      position: relative;
      display: inline-block;
      padding: 2% 2px 2%  30px;
      background-image: url(../images/home/home_ico.svg);
      background-position: 5px 0px;
      line-height: 1.2;
      background-size: 19px 19px;
      background-repeat: no-repeat; }
    p.homegtbt a:hover {
      background-color: #a7d8ab; }
  @media only screen and (max-width: 765.98px) {
    p.homegtbt {
      display: none; } }

/*============================
#sideNav
============================*/
div#sideNav p.senior_bt {
  width: 100%;
  height: auto;
  position: relative; }
  @media only screen and (min-width: 765.99px) {
    div#sideNav p.senior_bt:before {
      content: "";
      display: block;
      padding-top: 41.052%; } }
  @media only screen and (max-width: 765.98px) {
    div#sideNav p.senior_bt:before {
      content: "";
      display: block;
      padding-top: 2% !important; }
    div#sideNav p.senior_bt:after {
      content: "";
      display: block;
      padding-bottom: 2%; } }
  @media only screen and (min-width: 765.99px) {
    div#sideNav p.senior_bt a {
      position: absolute;
      background-color: #4b90e0;
      background-image: url(../images/navi/senior_img.png), url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat,no-repeat;
      background-position: 4px bottom, right 4px top 4px;
      background-size: auto 94%, 20px 20px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      border-radius: 4px;
      transition: 0.3s;
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      align-items: center;
      -webkit-box-pack: end;
      /* Androidブラウザ用 */
      justify-content: flex-end;
      text-align: right; }
      div#sideNav p.senior_bt a:hover {
        background-color: #77abe7; }
      div#sideNav p.senior_bt a span {
        color: #FFF;
        display: inline-block;
        text-align: center;
        font-size: 15px;
        padding-right: 10px; } }
    @media only screen and (min-width: 765.99px) and (max-width: 840px) {
      div#sideNav p.senior_bt a span {
        font-size: 12px; } }

  @media only screen and (max-width: 765.98px) {
    div#sideNav p.senior_bt {
      background-color: #f2f2f2;
      padding: 1.5% auto !important;
      display: block; }
      div#sideNav p.senior_bt a {
        position: relative;
        background-color: #4b90e0;
        display: block;
        height: 45px;
        background-image: url(../images/navi/senior_img.png), url(../images/common/link_ico_wh.svg);
        background-repeat: no-repeat,no-repeat;
        background-position: 4px top, right 4px top 4px;
        background-size: auto 150%, 20px 20px;
        width: 92%;
        border-radius: 4px;
        transition: 0.3s;
        margin: 0 auto;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center;
        text-align: center; }
        div#sideNav p.senior_bt a:hover {
          background-color: #77abe7; }
        div#sideNav p.senior_bt a span {
          color: #FFF;
          font-size: 15px;
          padding-left: 10px;
          line-height: 1.3 !important; }
          div#sideNav p.senior_bt a span br.br-sp {
            display: none; } }
div#sideNav ul.sidemenu {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  background-color: #fff8dd; }
  @media only screen and (max-width: 765.98px) {
    div#sideNav ul.sidemenu {
      margin-top: 0px;
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      border-radius: 0px;
      flex-wrap: wrap;
      justify-content: space-between;
      border-left: none;
      border-right: none;
      overflow: visible;
      height: auto; } }
  div#sideNav ul.sidemenu li:last-child a {
    background-image: none !important; }
  @media only screen and (max-width: 765.98px) {
    div#sideNav ul.sidemenu li {
      display: block;
      width: 50%; }
      div#sideNav ul.sidemenu li:nth-child(odd) {
        background-image: url(../images/common/dot_line_gray.png);
        background-position: right bottom;
        background-repeat: repeat-y;
        display: block; }
      div#sideNav ul.sidemenu li:nth-last-child(2) a {
        background-image: url(../images/common/dot_line_gray.png), none !important; }
      div#sideNav ul.sidemenu li:nth-child(odd) a {
        background-image: url(../images/common/dot_line_gray.png), url(../images/common/dot_line_gray.png);
        background-position: right bottom, left bottom;
        background-repeat: repeat-y,repeat-x;
        display: block; } }
  div#sideNav ul.sidemenu li a {
    color: #333;
    background-color: #fff8dd;
    background-image: url(../images/common/dot_line_gray.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    display: block;
    transition: 0.3s;
    padding: 12px 0px;
    transition: 0.3s; }
    @media only screen and (max-width: 765.98px) {
      div#sideNav ul.sidemenu li a {
        text-align: center;
        padding: 0px 0px;
        min-height: 45px; } }
    div#sideNav ul.sidemenu li a span {
      font-size: 13px;
      position: relative;
      display: inline-block;
      padding: 2% 2px 2%  30px;
      background-position: 5px 0px;
      line-height: 1.2;
      background-size: 22px 22px;
      background-repeat: no-repeat; }
    div#sideNav ul.sidemenu li.sm09 a span,
    div#sideNav ul.sidemenu li.sm10 a span {
      background-position: 5px 7px; }
      @media only screen and (max-width: 765.98px) {
        div#sideNav ul.sidemenu li a span {
          padding: 4% 2% 4%  30px;
          padding: 2% 9px 2%  38px;
          background-position: 12px center !important;
          position: relative;
          display: block;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          transform: translateY(-50%); } }
    div#sideNav ul.sidemenu li a:hover {
      background-color: #fffbec; }
  div#sideNav ul.sidemenu li.sm01 a span {
    background-image: url(../images/navi/smenu_ico01.svg); }
  div#sideNav ul.sidemenu li.sm02 a span {
    background-image: url(../images/navi/smenu_ico02.svg); }
  div#sideNav ul.sidemenu li.sm03 a span {
    background-image: url(../images/navi/smenu_ico03.svg); }
  div#sideNav ul.sidemenu li.sm04 a span {
    background-image: url(../images/navi/smenu_ico04.svg); }
  div#sideNav ul.sidemenu li.sm05 a span {
    background-image: url(../images/navi/smenu_ico05.svg); }
  div#sideNav ul.sidemenu li.sm06 a span {
    background-image: url(../images/navi/smenu_ico06.svg); }
  div#sideNav ul.sidemenu li.sm07 a span {
    background-image: url(../images/navi/smenu_ico07.svg); }
  div#sideNav ul.sidemenu li.sm08 a span {
    background-image: url(../images/navi/smenu_ico08.svg); }
  div#sideNav ul.sidemenu li.sm09 a span {
    background-image: url(../images/navi/smenu_ico03.svg); }
  div#sideNav ul.sidemenu li.sm10 a span {
    background-image: url(../images/navi/smenu_ico03.svg); }

div#foot_bts {
  width: 100%;
  background-color: #FFF;
  border-bottom: 3px solid #04984a;
  height: 36px;
  margin-top: 15px; }
  @media only screen and (max-width: 765.98px) {
    div#foot_bts {
      margin-top: 2%; } }
  div#foot_bts ul.foot_bt {
    width: 300px;
    float: right;
    height: 36px; }
    @media only screen and (max-width: 765.98px) {
      div#foot_bts ul.foot_bt {
        display: block;
        width: 92%;
        float: none;
        margin: 2% auto 0; } }
    div#foot_bts ul.foot_bt li.gotohome {
      float: left;
      width: 148px; }
      @media only screen and (max-width: 765.98px) {
        div#foot_bts ul.foot_bt li.gotohome {
          display: block;
          width: 50%;
          padding-right: 1px; } }
      div#foot_bts ul.foot_bt li.gotohome a {
        background-color: #d4ecd6;
        border-radius: 4px 4px 0px 0px;
        padding-top: 0px;
        width: 148px;
        background-image: url(../images/common/link_ico_gr.svg);
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 20px 20px;
        display: block;
        height: 33px;
        font-size: 13px;
        text-align: center;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center;
        text-align: center; }
        @media only screen and (max-width: 380px) {
          div#foot_bts ul.foot_bt li.gotohome a {
            background-size: 15px 15px; } }
        @media only screen and (max-width: 765.98px) {
          div#foot_bts ul.foot_bt li.gotohome a {
            width: 100%; } }
        div#foot_bts ul.foot_bt li.gotohome a span {
          color: #04984a;
          display: inline-block;
          padding: 4px 5px 3px 18px;
          background-image: url(../images/home/home_ico.svg);
          background-position: 0px 4px;
          background-size: auto 14px;
          background-repeat: no-repeat;
          font-weight: bold;
          line-height: 1.1; }
        div#foot_bts ul.foot_bt li.gotohome a:hover {
          background-color: #a7d8ab; }
    div#foot_bts ul.foot_bt li.page_top {
      float: right;
      width: 148px; }
      @media only screen and (max-width: 765.98px) {
        div#foot_bts ul.foot_bt li.page_top {
          display: block;
          width: 50%; } }
      div#foot_bts ul.foot_bt li.page_top a {
        background-color: #04984a;
        border-radius: 4px 0px 0px 0px;
        width: 148px;
        padding-top: 0px;
        height: 33px;
        font-size: 13px;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center;
        text-align: center; }
        @media only screen and (max-width: 765.98px) {
          div#foot_bts ul.foot_bt li.page_top a {
            border-radius: 4px 4px 0px 0px; } }
        @media only screen and (max-width: 765.98px) {
          div#foot_bts ul.foot_bt li.page_top a {
            width: 100%; } }
        div#foot_bts ul.foot_bt li.page_top a span {
          color: #FFF;
          display: inline-block;
          padding: 4px 5px 3px 16px;
          background-image: url(../images/common/up_ico.svg);
          background-position: 0px 4px;
          background-size: auto 14px;
          background-repeat: no-repeat;
          font-weight: bold;
          line-height: 1.1; }
        div#foot_bts ul.foot_bt li.page_top a:hover {
          background-color: #05bb5b; }

/*============================
#foot_bts
============================*/
.primaryPage div#foot_bts {
  padding-top: 0px !important;
  margin-top: 0px !important;
  position: relative; }
  @media only screen and (max-width: 765.98px) {
    .primaryPage div#foot_bts {
      margin-top: 0px !important;
      padding-top: 0px !important; } }
  @media only screen and (max-width: 575px) {
    .primaryPage div#foot_bts {
      margin-top: 0px !important;
      padding-top: 0px !important;
      display: block !important;
      overflow: hidden; } }
  .primaryPage div#foot_bts ul.foot_bt {
    margin-top: 0px !important;
    padding-top: 0px !important; }
    @media only screen and (max-width: 575px) {
      .primaryPage div#foot_bts ul.foot_bt li.page_top {
        height: 33px; } }

/*============================
ボタン　PC
============================*/
@media only screen and (min-width: 765.99px) {
  div#utility_bt {
    width: 100%;
    height: auto;
    display: block;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 30px; }

  ul#utility_bts {
    padding: 6% 5.5% 6% 5.5%;
    /*============================
    #hmbt01
    ============================*/
    /*============================
    #hmbt02
    ============================*/ }
    ul#utility_bts li {
      width: 100%;
      height: auto;
      position: relative; }
      ul#utility_bts li#utbt01:before {
        content: "";
        display: block;
        padding-top: 48%; }
      ul#utility_bts li a {
        position: absolute;
        background-color: #ed6d34;
        background-image: url(../images/common/link_ico_wh.svg);
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 20px 20px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        border-radius: 5px;
        transition: 0.3s; }
        ul#utility_bts li a span.bticon {
          display: block;
          text-align: center; }
          ul#utility_bts li a span.bticon img {
            width: 28%; }
        ul#utility_bts li a span.btitxt {
          color: #FFF;
          display: block;
          text-align: center;
          font-size: 14px;
          line-height: 1.2; } }
        @media only screen and (min-width: 765.99px) and (max-width: 840px) {
          ul#utility_bts li a span.btitxt {
            font-size: 12px; } }
@media only screen and (min-width: 765.99px) {
    ul#utility_bts li#utbt01 {
      margin-bottom: 9%; }
      ul#utility_bts li#utbt01 a span.bticon {
        padding-top: 4%; }
      ul#utility_bts li a span.btitxt br {
        display: none; }
      ul#utility_bts li#utbt01 a:hover {
        background-color: #f3a07a; }
    ul#utility_bts li#utbt02,
    ul#utility_bts li#utbt03 {
      /*
      display: inline-block;
      vertical-align: top;
      width: 49%;
      height: 102px; */
      height: 47px; }
    ul#utility_bts li#utbt02 {
      /* margin-right: 2%; */
      margin-bottom: 8px; }
      ul#utility_bts li#utbt02 a,
      ul#utility_bts li#utbt03 a {
        position: absolute;
        background-color: #04984a;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        ul#utility_bts li#utbt02 a span.bticon {
          display: block;
          text-align: center;
          padding-top: 1%; }
          ul#utility_bts li#utbt02 a span.bticon img {
            width: 28%; }
        ul#utility_bts li#utbt02 a span.btitxt,
        ul#utility_bts li#utbt03 a span.btitxt {
          color: #FFF;
          display: block;
          text-align: center;
          line-height: 1.3;
          font-size: 13px;
          padding-top: 17px; }
        ul#utility_bts li#utbt02 a:hover {
          background-color: #05bb5b; } }
/*============================
スライド上ボタン　MD
============================*/
@media only screen and (max-width: 765.98px) {
  div#utility_bt {
    width: 100%;
    height: auto;
    margin-top: 4%; }

  ul#utility_bts {
    padding: 0;
    display: flex;
    /*============================
    #hmbt01
    ============================*/
    /*============================
    #hmbt02
    ============================*/ }
    ul#utility_bts li {
      width: 50%;
      height: auto; }
      ul#utility_bts li:before {
        content: "";
        display: none;
        padding-top: 0%; }
      ul#utility_bts li a {
        width: 100%;
        background-color: #ed6d34;
        background-image: url(../images/common/link_ico_wh.svg);
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 20px 20px;
        padding: 5px 0px;
        border-radius: 5px 0px 0px 5px;
        display: block;
        transition: 0.3s;
        text-align: center;
        height: 60px;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        /* Androidブラウザ用 */
        -ms-align-items: center;
        align-items: center;
        text-align: center; } }
      @media only screen and (max-width: 765.98px) and (max-width: 380px) {
        ul#utility_bts li a {
          background-size: 15px 15px; } }
@media only screen and (max-width: 765.98px) {
        ul#utility_bts li a span.bticon {
          display: inline-block;
          position: relative; }
          ul#utility_bts li a span.bticon img {
            width: 35px; }
        ul#utility_bts li a span.btitxt {
          position: relative;
          color: #FFF;
          display: inline-block;
          text-align: left;
          font-size: 16px;
          line-height: 1.3; } }
        @media only screen and (max-width: 765.98px) and (max-width: 380px) {
          ul#utility_bts li a span.btitxt {
            font-size: 13px; } }
@media only screen and (max-width: 765.98px) {
    ul#utility_bts li#utbt01,
    ul#utility_bts li#utbt02 {
      border-right: 1px solid #FFF; }
      ul#utility_bts li#utbt01 a span.btitxt br {
        display: none; } }
    @media only screen and (max-width: 765.98px) and (max-width: 575px) {
      ul#utility_bts li a span.btitxt {
        font-size: 15px;
        padding-top: 2px; }
        ul#utility_bts li#utbt01 a span.btitxt br {
          display: block; } }
    @media only screen and (max-width: 765.98px) and (max-width: 380px) {
      ul#utility_bts li#utbt01 a span.bticon {
        display: none; }
      ul#utility_bts li#utbt01 a span.btitxt {
        font-size: 13px; } }
@media only screen and (max-width: 765.98px) {
      ul#utility_bts li#utbt01 a:hover {
        background-color: #f3a07a; }
    ul#utility_bts li#utbt02 a {
      background-color: #04984a;
      border-radius: 0; }
    ul#utility_bts li#utbt03 a {
      background-color: #04984a;
      border-radius: 0px 5px 5px 0px; }
      ul#utility_bts li#utbt02 a span.bticon {
        display: inline-block;
        width: 35px; }
        ul#utility_bts li#utbt02 a span.bticon img {
          width: 35px; }
      ul#utility_bts li#utbt02 a span.btitxt,
      ul#utility_bts li#utbt03 a span.btitxt {
        color: #FFF;
        display: inline-block;
        text-align: left;
        font-size: 15px; } }
      @media only screen and (max-width: 765.98px) and (max-width: 380px) {
        ul#utility_bts li#utbt02 a span.btitxt,
        ul#utility_bts li#utbt03 a span.btitxt {
          font-size: 13px; } }
@media only screen and (max-width: 765.98px) {
      ul#utility_bts li#utbt02 a:hover,
      ul#utility_bts li#utbt03 a:hover {
        background-color: #05bb5b; } }
/*Android用ハック*/
@media only screen and (max-width: 765.98px) {
  html.android4 ul#utility_bts {
    font-size: 0; }
    html.android4 ul#utility_bts li {
      width: 50% !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block !important; }
      html.android4 ul#utility_bts li a {
        vertical-align: middle !important;
        -webkit-box-align: center;
        /* Androidブラウザ用 */ }
        html.android4 ul#utility_bts li a span.bticon {
          top: -14px; }
        html.android4 ul#utility_bts li a span.btitxt {
          top: 10px; } }

/*Android用ハック*/
/*============================
消える出る
============================*/
/*============================
共通
============================*/
#page_column section p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0px 0px 2% 0px; }
  @media (max-width: 35.4em) {
    #page_column section p {
      font-size: 13.3px; } }
  #page_column section p a {
    color: #04984a; }

section.retiree_cont,
section.privacy_cont,
section.profile_cont,
section.closeup_cont,
section.scard_cont,
section.interview_cont,
section.about_cont,
section.training_cont,
section.seminar_cont,
section.secondary_cont {
  padding-top: 30px; }
  @media only screen and (max-width: 765.98px) {
    section.retiree_cont,
    section.privacy_cont,
    section.profile_cont,
    section.closeup_cont,
    section.scard_cont,
    section.interview_cont,
    section.about_cont,
    section.training_cont,
    section.seminar_cont,
    section.secondary_cont {
      padding-top: 6%; } }
  section.retiree_cont:first-of-type,
  section.privacy_cont:first-of-type,
  section.profile_cont:first-of-type,
  section.closeup_cont:first-of-type,
  section.scard_cont:first-of-type,
  section.interview_cont:first-of-type,
  section.about_cont:first-of-type,
  section.training_cont:first-of-type,
  section.seminar_cont:first-of-type,
  section.secondary_cont:first-of-type {
    padding-top: 0px; }
    @media only screen and (max-width: 765.98px) {
      section.retiree_cont:first-of-type,
      section.privacy_cont:first-of-type,
      section.profile_cont:first-of-type,
      section.closeup_cont:first-of-type,
      section.scard_cont:first-of-type,
      section.interview_cont:first-of-type,
      section.about_cont:first-of-type,
      section.training_cont:first-of-type,
      section.seminar_cont:first-of-type,
      section.secondary_cont:first-of-type {
        padding-top: 6%; } }
  section.retiree_cont:last-of-type,
  section.privacy_cont:last-of-type,
  section.profile_cont:last-of-type,
  section.closeup_cont:last-of-type,
  section.scard_cont:last-of-type,
  section.interview_cont:last-of-type,
  section.about_cont:last-of-type,
  section.training_cont:last-of-type,
  section.seminar_cont:last-of-type,
  section.secondary_cont:last-of-type {
    padding-bottom: 15px; }
    @media only screen and (max-width: 765.98px) {
      section.retiree_cont:last-of-type,
      section.privacy_cont:last-of-type,
      section.profile_cont:last-of-type,
      section.closeup_cont:last-of-type,
      section.scard_cont:last-of-type,
      section.interview_cont:last-of-type,
      section.about_cont:last-of-type,
      section.training_cont:last-of-type,
      section.seminar_cont:last-of-type,
      section.secondary_cont:last-of-type {
        padding-bottom: 4%; } }

body.primaryPage {
  /*============================
  #home_slide
  ============================*/ }
  body.primaryPage #page_column {
    margin-top: 30px; }
    @media only screen and (max-width: 765.98px) {
      body.primaryPage #page_column {
        padding-top: 0%; } }
  body.primaryPage div#home_img {
    position: relative;
    /*============================
    スライド上ボタン　PC
    ============================*/
    /*============================
    スライド上ボタン　MD
    ============================*/ }
    @media only screen and (max-width: 765.98px) {
      body.primaryPage div#home_img {
        padding-top: 4%; } }
    @media only screen and (min-width: 765.99px) {
      body.primaryPage div#home_img #utility_bt {
        width: 22%;
        height: auto;
        display: block;
        background-color: #f2f2f2;
        border-radius: 5px;
        position: absolute;
        top: 6%;
        right: 1.809%;
        margin-bottom: 0; } }
  @media only screen and (min-width: 765.99px) and (max-width: 765.98px) {
    body.primaryPage div#home_img #utility_bt {
      width: 100%;
      position: relative;
      top: auto;
      right: auto;
      margin-top: 4%; } }
    @media only screen and (min-width: 765.99px) {
        body.primaryPage div#home_img #utility_bt:before {
          content: "";
          display: block;
          padding-top: 119.704%; } }
    @media only screen and (min-width: 765.99px) and (max-width: 765.98px) {
      body.primaryPage div#home_img #utility_bt:before {
        display: none;
        padding-top: 0%; } }
    @media only screen and (min-width: 765.99px) {
      body.primaryPage div#home_img ul#utility_bts {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 6% 5.5% 0% 5.5%;
        /*============================
        #utbt01
        ============================*/
        /*============================
        #utbt02
        ============================*/ } }
  @media only screen and (min-width: 765.99px) and (max-width: 765.98px) {
    body.primaryPage div#home_img ul#utility_bts {
      position: relative;
      padding: 0%; } }
    @media only screen and (min-width: 765.99px) {
        body.primaryPage div#home_img ul#utility_bts li {
          width: 100%;
          height: auto;
          position: relative; }
        body.primaryPage div#home_img ul#utility_bts li#utbt02,
        body.primaryPage div#home_img ul#utility_bts li#utbt03 {
          /* display: inline-block;
          vertical-align: top;
          width: 49%;
          height: 102px; */
          height: 47px; }
        body.primaryPage div#home_img ul#utility_bts li#utbt02 {
          /* margin-right: 2%; */
            margin-bottom: 8px; }
          body.primaryPage div#home_img ul#utility_bts li#utbt01:before {
            content: "";
            display: block;
            padding-top: 55.556%; } }
      @media only screen and (min-width: 765.99px) and (max-width: 765.98px) {
        body.primaryPage div#home_img ul#utility_bts li:before {
          display: none;
          padding-top: 0%; } }
    @media only screen and (min-width: 765.99px) {
          body.primaryPage div#home_img ul#utility_bts li a {
            position: absolute;
            background-color: #ed6d34;
            background-image: url(../images/common/link_ico_wh.svg);
            background-repeat: no-repeat;
            background-position: right 4px top 4px;
            background-size: 20px 20px;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            display: block;
            border-radius: 5px;
            transition: 0.3s; }
            body.primaryPage div#home_img ul#utility_bts li a span.bticon {
              display: block;
              text-align: center; }
              body.primaryPage div#home_img ul#utility_bts li a span.bticon img {
                width: 35%; }
            body.primaryPage div#home_img ul#utility_bts li a span.btitxt {
              color: #FFF;
              display: block;
              text-align: center;
              font-size: 14px; } }
        @media only screen and (min-width: 765.99px) and (max-width: 840px) {
          body.primaryPage div#home_img ul#utility_bts li a span.btitxt {
            font-size: 12px; } }
    @media only screen and (min-width: 765.99px) {
        body.primaryPage div#home_img ul#utility_bts li#utbt01 {
          margin-bottom: 9%; }
          body.primaryPage div#home_img ul#utility_bts li#utbt01 a span.bticon {
            padding-top: 4%; }
          body.primaryPage div#home_img ul#utility_bts li#utbt01 a span.btitxt br {
            display: none; }
          body.primaryPage div#home_img ul#utility_bts li#utbt01 a:hover {
            background-color: #f3a07a; }
        body.primaryPage div#home_img ul#utility_bts li#utbt02 {
          position: relative; }
          body.primaryPage div#home_img ul#utility_bts li#utbt02 a,
          body.primaryPage div#home_img ul#utility_bts li#utbt03 a {
            position: absolute;
            background-color: #04984a;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
            body.primaryPage div#home_img ul#utility_bts li#utbt02 a span.bticon {
              display: block;
              text-align: center; }
              body.primaryPage div#home_img ul#utility_bts li#utbt02 a span.bticon img {
                width: 35%; }
            body.primaryPage div#home_img ul#utility_bts li#utbt02 a span.btitxt,
            body.primaryPage div#home_img ul#utility_bts li#utbt03 a span.btitxt {
              color: #FFF;
              display: block;
              text-align: center;
              line-height: 1.3;
              font-size: 13px;
              padding-top: 17px; }
            body.primaryPage div#home_img ul#utility_bts li#utbt02 a:hover,
            body.primaryPage div#home_img ul#utility_bts li#utbt03 a:hover {
              background-color: #05bb5b; } }
    @media only screen and (max-width: 765.98px) {
      body.primaryPage div#home_img div#utility_bt {
        width: 100%;
        height: auto;
        margin-top: 4%; }
      body.primaryPage div#home_img ul#utility_bts {
        padding: 0;
        display: flex;
        /*============================
        #hmbt01
        ============================*/
        /*============================
        #hmbt02
        ============================*/ }
        body.primaryPage div#home_img ul#utility_bts li {
          width: 50%;
          height: auto; }
          body.primaryPage div#home_img ul#utility_bts li:before {
            content: "";
            display: none;
            padding-top: 0%; }
          body.primaryPage div#home_img ul#utility_bts li a {
            width: 100%;
            background-color: #ed6d34;
            background-image: url(../images/common/link_ico_wh.svg);
            background-repeat: no-repeat;
            background-position: right 4px top 4px;
            background-size: 20px 20px;
            padding: 5px 0px;
            display: block;
            transition: 0.3s;
            text-align: center;
            height: 60px;
            -webkit-box-pack: center;
            /* Androidブラウザ用 */
            justify-content: center;
            display: -webkit-box;
            /* Androidブラウザ用 */
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            /* Androidブラウザ用 */
            -ms-align-items: center;
            align-items: center;
            text-align: center; } }
      @media only screen and (max-width: 765.98px) and (max-width: 380px) {
        body.primaryPage div#home_img ul#utility_bts li a {
          background-size: 15px 15px; } }
    @media only screen and (max-width: 765.98px) {
            body.primaryPage div#home_img ul#utility_bts li a span.bticon {
              display: inline-block;
              position: relative; }
              body.primaryPage div#home_img ul#utility_bts li a span.bticon img {
                width: 35px; }
            body.primaryPage div#home_img ul#utility_bts li a span.btitxt {
              position: relative;
              color: #FFF;
              display: inline-block;
              text-align: left;
              font-size: 16px;
              line-height: 1.3; } }
        @media only screen and (max-width: 765.98px) and (max-width: 380px) {
          body.primaryPage div#home_img ul#utility_bts li a span.btitxt {
            font-size: 13px; } }
    @media only screen and (max-width: 765.98px) {
        body.primaryPage div#home_img ul#utility_bts li#utbt01,
        body.primaryPage div#home_img ul#utility_bts li#utbt02 {
          border-right: 1px solid #FFF; }
          body.primaryPage div#home_img ul#utility_bts li#utbt01 a span.bticon {
            display: none; }
          body.primaryPage div#home_img ul#utility_bts li a span.btitxt br {
            display: none; } }
    @media only screen and (max-width: 765.98px) and (max-width: 575px) {
      body.primaryPage div#home_img ul#utility_bts li a span.btitxt {
        font-size: 15px;
        padding-top: 2px; }
        body.primaryPage div#home_img ul#utility_bts li a span.btitxt br {
          display: block; } }
    @media only screen and (max-width: 765.98px) and (max-width: 380px) {
      body.primaryPage div#home_img ul#utility_bts li#utbt01 a span.btitxt {
        font-size: 13px; } }
    @media only screen and (max-width: 765.98px) {
          body.primaryPage div#home_img ul#utility_bts li#utbt01 a:hover {
            background-color: #f3a07a; }
        body.primaryPage div#home_img ul#utility_bts li#utbt01 a {
          border-radius: 5px 0 0 5px; }
        body.primaryPage div#home_img ul#utility_bts li#utbt02 a {
          background-color: #04984a;
          border-radius: 0; }
        body.primaryPage div#home_img ul#utility_bts li#utbt03 a {
          background-color: #04984a;
          border-radius: 0px 5px 5px 0px; }
          body.primaryPage div#home_img ul#utility_bts li#utbt02 a span.bticon {
            display: inline-block;
            width: 35px; }
            body.primaryPage div#home_img ul#utility_bts li#utbt02 a span.bticon img {
              width: 35px; }
          body.primaryPage div#home_img ul#utility_bts li#utbt02 a span.btitxt,
          body.primaryPage div#home_img ul#utility_bts li#utbt03 a span.btitxt {
            color: #FFF;
            display: inline-block;
            text-align: left;
            font-size: 15px; } }
      @media only screen and (max-width: 765.98px) and (max-width: 380px) {
        body.primaryPage div#home_img ul#utility_bts li#utbt02 a span.btitxt,
        body.primaryPage div#home_img ul#utility_bts li#utbt03 a span.btitxt {
          font-size: 13px; } }
    @media only screen and (max-width: 765.98px) {
          body.primaryPage div#home_img ul#utility_bts li#utbt02 a:hover,
          body.primaryPage div#home_img ul#utility_bts li#utbt03 a:hover {
            background-color: #05bb5b; } }
  body.primaryPage div#home_slide {
    position: relative;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    height: auto;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /*============================
    #slide
    ============================*/ }
    body.primaryPage div#home_slide:before {
      content: "";
      display: block;
      padding-top: 29.65%; }
      @media only screen and (max-width: 765.98px) {
        body.primaryPage div#home_slide:before {
          padding-top: 46.745%; } }
    body.primaryPage div#home_slide ul#slider {
      z-index: -2;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

/*============================
タブコンテンツ
============================*/
div.home_areacont section {
  padding-top: 30px; }
  @media only screen and (max-width: 765.98px) {
    div.home_areacont section {
      padding-top: 4%; } }
  div.home_areacont section h2 {
    font-size: 15px;
    color: #04984a; }
    div.home_areacont section h2:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      background-image: url(../images/common/ico_circle.svg);
      background-repeat: no-repeat;
      background-position: center  center;
      background-size: 100% auto;
      margin-right: 4px;
      position: relative;
      top: 2px; }
  div.home_areacont section ul {
    padding-top: 15px;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    -webkit-box-pack: justify;
    /* Androidブラウザ用 */
    justify-content: space-between; }
    @media only screen and (max-width: 765.98px) {
      div.home_areacont section ul {
        padding-top: 2%; } }
    div.home_areacont section ul li {
      width: 32%; }
      div.home_areacont section ul li a {
        border: 1px solid #04984a;
        transition: 0.3s;
        width: 100%;
        display: block;
        border-radius: 4px;
        padding: 4% 0; }
        @media only screen and (max-width: 575px) {
          div.home_areacont section ul li a {
            padding: 7% 0; } }
        div.home_areacont section ul li a span.bticons {
          text-align: center;
          display: block; }
          div.home_areacont section ul li a span.bticons img {
            width: 60%; }
            @media only screen and (max-width: 575px) {
              div.home_areacont section ul li a span.bticons img {
                width: 70%; } }
        div.home_areacont section ul li a span.bttxts {
          text-align: center;
          color: #04984a;
          display: block;
          padding: 0 0 2% 0; }
          div.home_areacont section ul li a span.bttxts br {
            display: none; }
          @media only screen and (max-width: 575px) {
            div.home_areacont section ul li a span.bttxts {
              font-size: 11px; }
              div.home_areacont section ul li a span.bttxts br {
                display: block; } }
        div.home_areacont section ul li a:hover {
          background-color: #d4ecd6; }
div.home_areacont section.search_item03 div.search_form.form-group {
  padding-top: 15px; }
  @media only screen and (max-width: 765.98px) {
    div.home_areacont section.search_item03 div.search_form.form-group {
      padding-top: 2%; } }
  @media only screen and (min-width: 765.99px) {
    div.home_areacont section.search_item03 div.search_form.form-group form {
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      -webkit-box-pack: justify;
      /* Androidブラウザ用 */
      justify-content: space-between; } }
  @media only screen and (min-width: 765.99px) {
    div.home_areacont section.search_item03 div.search_form.form-group form div.search_form_l {
      padding-right: 1%;
      width: 49%; }
    div.home_areacont section.search_item03 div.search_form.form-group form div.search_form_r {
      padding-right: 1%;
      width: 49%; } }
  div.home_areacont section.search_item03 div.search_form.form-group form .select_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 4%;
    border: 1px solid #bbbbbb;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    div.home_areacont section.search_item03 div.search_form.form-group form .select_wrap:after {
      display: block;
      content: " ";
      position: absolute;
      top: 50%;
      right: 5px;
      width: 20px;
      height: 20px;
      margin-top: -8px;
      background: url(../images/common/select_arrow.svg) center center no-repeat;
      background-size: auto 20px;
      pointer-events: none; }
  div.home_areacont section.search_item03 div.search_form.form-group form .select_wrap select {
    border: none;
    width: 120%; }
  div.home_areacont section.search_item03 div.search_form.form-group form div.search_form_r p.search_note {
    padding: 5px 0 2% 0 !important;
    font-size: 11px; }
  div.home_areacont section.search_item03 div.search_form.form-group form div.search_form_r p.search_button button.btn.search_bt {
    width: 100%;
    background-color: #04984a;
    padding: 0;
    position: relative;
    background-image: url(../images/common/link_ico_wh.svg);
    background-repeat: no-repeat;
    background-position: right 4px top 4px;
    background-size: 20px 20px;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    /* Androidブラウザ用 */
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 380px) {
      div.home_areacont section.search_item03 div.search_form.form-group form div.search_form_r p.search_button button.btn.search_bt {
        background-size: 15px 15px; } }
    div.home_areacont section.search_item03 div.search_form.form-group form div.search_form_r p.search_button button.btn.search_bt span {
      color: #FFF;
      position: relative;
      display: inline-block;
      padding: 2% 0 2%  35px;
      background-image: url(../images/common/search_ico.svg);
      background-repeat: no-repeat;
      background-position: 0px center;
      background-size: 33px auto; }
    div.home_areacont section.search_item03 div.search_form.form-group form div.search_form_r p.search_button button.btn.search_bt:hover {
      background-color: #05bb5b; }

/*============================
.entrycont
============================*/
div.entrycont {
  margin-top: 30px;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 4px; }
  @media only screen and (max-width: 765.98px) {
    div.entrycont {
      margin-top: 4%;
      padding: 4%; } }
  div.entrycont p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5; }
    @media only screen and (max-width: 765.98px) {
      div.entrycont p {
        padding-bottom: 4%; } }
  div.entrycont p.entrybt {
    width: 55%;
    margin: 0 auto; }
    @media only screen and (max-width: 765.98px) {
      div.entrycont p.entrybt {
        width: 100%; } }
    div.entrycont p.entrybt a {
      width: 100%;
      display: block;
      border-radius: 4px;
      background-color: #ed6d34;
      padding: 0;
      position: relative;
      background-image: url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 20px 20px;
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      align-items: center;
      -webkit-box-pack: center;
      /* Androidブラウザ用 */
      justify-content: center;
      text-align: center; }
      @media only screen and (max-width: 380px) {
        div.entrycont p.entrybt a {
          background-size: 15px 15px; } }
      div.entrycont p.entrybt a span {
        color: #FFF;
        position: relative;
        font-size: 1rem;
        padding-left: 39px;
        display: inline-block;
        padding: 2% 0 2%  39px; }
        div.entrycont p.entrybt a span:before {
          content: "";
          display: inline-block;
          width: 33px;
          height: 33px;
          position: absolute;
          left: 0px;
          top: 1px;
          background-image: url(../images/common/entry_ico.svg);
          background-repeat: no-repeat;
          background-position: center  center;
          background-size: 100% auto;
          margin-right: 4px; }
      div.entrycont p.entrybt a:hover {
        background-color: #f3a07a; }

/*============================
.home_index
============================*/
div.home_index {
  margin-top: 30px;
  padding: 1px 0px 30px 0px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 765.98px) {
    div.home_index {
      margin-top: 4%;
      padding: 1px 0 4% 0px;
      margin-bottom: 0px !important; } }

/*============================
#home_index01
============================*/
section.home_index01,
section.home_index02 {
  /*============================
  #hi_title01
  ============================*/ }
  section.home_index01 h2,
  section.home_index02 h2 {
    padding: 5px 5px 5px 25px;
    color: #04984a;
    font-size: 15px;
    background-position: 0px center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 765.98px) {
      section.home_index01 h2,
      section.home_index02 h2 {
        margin-top: 4%; } }
    section.home_index01 h2:before,
    section.home_index02 h2:before {
      display: none !important; }
  section.home_index01 h2.hi_title01,
  section.home_index02 h2.hi_title01 {
    background-image: url(../images/common/h_ind_ico01.svg);
    background-size: 19px 19px; }
  section.home_index01 h2.hi_title02,
  section.home_index02 h2.hi_title02 {
    background-image: url(../images/common/h_ind_ico02.svg);
    background-size: 22px 22px;
    padding: 5px 5px 5px 20px; }
  section.home_index01 div.h_indexs,
  section.home_index02 div.h_indexs {
    margin-top: 5px;
    border-radius: 4px;
    background-color: #FFF;
    border: 1px solid #04984a; }
    @media only screen and (max-width: 765.98px) {
      section.home_index01 div.h_indexs,
      section.home_index02 div.h_indexs {
        margin-top: 1%; } }
    section.home_index01 div.h_indexs ul,
    section.home_index02 div.h_indexs ul {
      padding: 0px 10px 0px 10px;
      display: block !important; }
      section.home_index01 div.h_indexs ul li,
      section.home_index02 div.h_indexs ul li {
        padding: 10px 0px 10px 0px;
        border: none !important;
        width: 100% !important;
        display: block !important;
        background-image: url(../images/common/dot_line_gray.png);
        background-position: left bottom;
        background-repeat: repeat-x;
        height: auto !important; }
        section.home_index01 div.h_indexs ul li a,
        section.home_index02 div.h_indexs ul li a {
          border: none !important;
          height: auto !important;
          padding: 0;
          display: block;
          width: 100%;
          color: #333;
          position: relative;
          background-image: url(../images/common/link_ico_sl.svg);
          background-repeat: no-repeat;
          background-position: right 0px top 0px;
          background-size: 20px 20px;
          transition: 0.3s; }
          @media only screen and (max-width: 380px) {
            section.home_index01 div.h_indexs ul li a,
            section.home_index02 div.h_indexs ul li a {
              background-size: 15px 15px; } }
          section.home_index01 div.h_indexs ul li a:hover,
          section.home_index02 div.h_indexs ul li a:hover {
            opacity: 0.7;
            background-color: #FFF; }
        section.home_index01 div.h_indexs ul li:last-child,
        section.home_index02 div.h_indexs ul li:last-child {
          background-image: none; }
        section.home_index01 div.h_indexs ul li p.cicon,
        section.home_index02 div.h_indexs ul li p.cicon {
          width: 100px;
          height: 25px;
          flex-grow: 0;
          border-radius: 4px;
          text-align: center;
          font-size: 13px;
          line-height: 22px;
          color: #333;
          margin-bottom: 5px;
          display: inline-block;
          padding-bottom: 0 !important; }
          @media only screen and (max-width: 575px) {
            section.home_index01 div.h_indexs ul li p.cicon,
            section.home_index02 div.h_indexs ul li p.cicon {
              width: 29.5%;
              font-size: 11px !important; } }
        section.home_index01 div.h_indexs ul li p.hictxt,
        section.home_index02 div.h_indexs ul li p.hictxt {
          flex-grow: 1;
          display: block;
          padding-top: 5px;
          font-size: 15px;
          padding-bottom: 0 !important;
          width: 100%; }
        section.home_index01 div.h_indexs ul li p.hicate01,
        section.home_index02 div.h_indexs ul li p.hicate01 {
          margin-right: 1%; }
        section.home_index01 div.h_indexs ul li p.hicate02,
        section.home_index02 div.h_indexs ul li p.hicate02 {
          margin-right: 1%; }
        section.home_index01 div.h_indexs ul li p.hicate03,
        section.home_index02 div.h_indexs ul li p.hicate03 {
          margin-right: 1%; }
        section.home_index01 div.h_indexs ul li p.cate_emp,
        section.home_index02 div.h_indexs ul li p.cate_emp {
          margin-right: 1%; }
        section.home_index01 div.h_indexs ul li p.hicate01.hic_time01,
        section.home_index02 div.h_indexs ul li p.hicate01.hic_time01 {
          border: 2px solid #ff9b85;
          background-color: #ff9b85; }
        section.home_index01 div.h_indexs ul li p.hicate01.hic_time02,
        section.home_index02 div.h_indexs ul li p.hicate01.hic_time02 {
          border: 2px solid #ffcf85;
          background-color: #ffcf85; }
        section.home_index01 div.h_indexs ul li p.hicate02.hic_place01,
        section.home_index02 div.h_indexs ul li p.hicate02.hic_place01 {
          background-color: #FFF;
          border: 2px solid #ff7f30; }
        section.home_index01 div.h_indexs ul li p.hicate02.hic_place02,
        section.home_index02 div.h_indexs ul li p.hicate02.hic_place02 {
          background-color: #FFF;
          border: 2px solid #00c2ac; }
        section.home_index01 div.h_indexs ul li p.hicate02.hic_place03,
        section.home_index02 div.h_indexs ul li p.hicate02.hic_place03 {
          background-color: #FFF;
          border: 2px solid #ffcb7d; }
        section.home_index01 div.h_indexs ul li p.hicate02.hic_place04,
        section.home_index02 div.h_indexs ul li p.hicate02.hic_place04 {
          background-color: #FFF;
          border: 2px solid #00bfff; }
        section.home_index01 div.h_indexs ul li p.hicate03.hic_other01,
        section.home_index02 div.h_indexs ul li p.hicate03.hic_other01 {
          background-color: #ff320c;
          border: 2px solid #ff320c;
          color: #FFF; }
        section.home_index01 div.h_indexs ul li p.hicate03.hic_other02,
        section.home_index02 div.h_indexs ul li p.hicate03.hic_other02 {
          background-color: #ffed67;
          border: 2px solid #ffed67; }
        section.home_index01 div.h_indexs ul li p.hicate03.hic_other03,
        section.home_index02 div.h_indexs ul li p.hicate03.hic_other03 {
          background-color: #ffcee7;
          border: 2px solid #ffcee7; }

body.secondaryPage #page_column {
  padding-top: 0; }

/*============================
#main_img
============================*/
@media only screen and (max-width: 765.98px) {
  div#main_img {
    padding-top: 4%; } }
div#main_img dl {
  overflow: hidden;
  border-radius: 4px; }
  div#main_img dl dt {
    background-color: #f2f2f2;
    background-image: url(../images/common/index_top_bg.png);
    background-position: 0px bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center; }
    div#main_img dl dt img {
      width: 96%;
      padding-top: 2.5%;
      padding-bottom: 2.5%;
      margin: 0 auto;
      height: auto; }
      @media only screen and (max-width: 380px) {
        div#main_img dl dt img {
          width: 90%;
          padding-top: 3%;
          padding-bottom: 2.5%; } }
  div#main_img dl dd {
    background-color: #04984a;
    color: #FFF;
    text-align: center;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    font-size: 15px; }
    @media only screen and (max-width: 765.98px) {
      div#main_img dl dd {
        font-size: 13px; } }
    @media only screen and (max-width: 380px) {
      div#main_img dl dd {
        font-size: 11px; } }

/*============================
お仕事をご紹介
============================*/
div#page_title_cont h1.jobdetail_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/common/search_ico_gr.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.jobdetail_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.jobdetail_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }

section.jdid_cont {
  padding-top: 30px; }
  @media only screen and (max-width: 765.98px) {
    section.jdid_cont {
      padding-top: 4%; } }
  section.jdid_cont:first-of-type {
    padding-top: 0px; }
    @media only screen and (max-width: 765.98px) {
      section.jdid_cont:first-of-type {
        padding-top: 0%; } }
  section.jdid_cont div.jdidco_title {
    padding-right: 100px;
    height: 60px;
    margin-top: 30px; }
    @media only screen and (max-width: 765.98px) {
      section.jdid_cont div.jdidco_title {
        margin-top: 4%; } }
    section.jdid_cont div.jdidco_title h2 {
      font-size: 19px;
      font-size: 1.1875rem !important;
      padding: 10px 0px 0px 20px;
      height: 46px;
      letter-spacing: 0.1em;
      background-image: url(../images/common/double_line.svg);
      background-size: 5px 100%;
      background-repeat: repeat-y;
      background-position: 0px center;
      color: #04984a; }
      @media (max-width: 35.4em) {
        section.jdid_cont div.jdidco_title h2 {
          font-size: 15.2px !important; } }
      @media only screen and (max-width: 575px) {
        section.jdid_cont div.jdidco_title h2 {
          padding: 13px 0px 0px 20px; } }
    section.jdid_cont div.jdidco_title.jobit01 {
      background-image: url(../images/common/job_cate_img01.svg) !important;
      background-size: 115px 60px;
      background-repeat: no-repeat;
      background-position: right 10px bottom 0px; }
      @media only screen and (max-width: 765.98px) {
        section.jdid_cont div.jdidco_title.jobit01 {
          background-size: 76.667px 45px; } }
    section.jdid_cont div.jdidco_title.jobit02 {
      background-image: url(../images/common/job_cate_img02.svg) !important;
      background-size: 115px 60px;
      background-repeat: no-repeat;
      background-position: right 10px bottom 0px; }
      @media only screen and (max-width: 765.98px) {
        section.jdid_cont div.jdidco_title.jobit02 {
          background-size: 76.667px 45px; } }
    section.jdid_cont div.jdidco_title.jobit03 {
      background-image: url(../images/common/job_cate_img03.svg) !important;
      background-size: 115px 60px;
      background-repeat: no-repeat;
      background-position: right 10px bottom 0px; }
      @media only screen and (max-width: 765.98px) {
        section.jdid_cont div.jdidco_title.jobit03 {
          background-size: 76.667px 45px; } }
    section.jdid_cont div.jdidco_title.jobit04 {
      background-image: url(../images/common/job_cate_img04.svg) !important;
      background-size: 115px 60px;
      background-repeat: no-repeat;
      background-position: right 10px bottom 0px; }
      @media only screen and (max-width: 765.98px) {
        section.jdid_cont div.jdidco_title.jobit04 {
          background-size: 76.667px 45px; } }
    section.jdid_cont div.jdidco_title.jobit05 {
      background-image: url(../images/common/job_cate_img05.svg) !important;
      background-size: 115px 60px;
      background-repeat: no-repeat;
      background-position: right 10px bottom 0px; }
      @media only screen and (max-width: 765.98px) {
        section.jdid_cont div.jdidco_title.jobit05 {
          background-size: 76.667px 45px; } }
  section.jdid_cont div.jdidco_cont {
    border: 1px solid #04984a;
    border-radius: 4px;
    overflow: hidden; }
    section.jdid_cont div.jdidco_cont div.jdidcoc_read {
      background-color: #f2f2f2;
      padding: 2%; }
      section.jdid_cont div.jdidco_cont div.jdidcoc_read p {
        font-size: 15px;
        font-size: 0.9375rem !important; }
        @media (max-width: 35.4em) {
          section.jdid_cont div.jdidco_cont div.jdidcoc_read p {
            font-size: 12px !important; } }
    section.jdid_cont div.jdidco_cont div.jdidcoc_search {
      width: 96%;
      padding: 2% 0 0.5% 0;
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      background-image: url(../images/common/dot_line_gray.png);
      background-size: 2px 2px;
      background-repeat: repeat-x;
      background-position: 0px bottom; }
      @media only screen and (max-width: 765.98px) {
        section.jdid_cont div.jdidco_cont div.jdidcoc_search {
          display: block; } }
      section.jdid_cont div.jdidco_cont div.jdidcoc_search figure {
        flex-basis: 15%;
        width: 15%;
        max-width: 15%;
        text-align: center; }
        @media only screen and (max-width: 765.98px) {
          section.jdid_cont div.jdidco_cont div.jdidcoc_search figure {
            flex-basis: 100%;
            width: 100%;
            max-width: 100%;
            text-align: left;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            padding-bottom: 2%; } }
        section.jdid_cont div.jdidco_cont div.jdidcoc_search figure img {
          width: 44%;
          height: auto; }
          @media only screen and (max-width: 765.98px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_search figure img {
              width: 35px;
              height: auto;
              margin-left: -5px; } }
        section.jdid_cont div.jdidco_cont div.jdidcoc_search figure figcaption {
          font-size: 13px;
          line-height: 1.2;
          padding-bottom: 1.5%; }
          @media only screen and (max-width: 840px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_search figure figcaption {
              font-size: 11px; } }
          @media only screen and (max-width: 765.98px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_search figure figcaption {
              position: relative;
              top: 5px;
              font-size: 15px; }
              section.jdid_cont div.jdidco_cont div.jdidcoc_search figure figcaption br {
                display: none; } }
      section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt {
        flex-basis: 84%;
        width: 84%;
        max-width: 84%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media only screen and (max-width: 765.98px) {
          section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt {
            flex-basis: 100%;
            width: 100%;
            max-width: 100%; } }
        section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li {
          flex-basis: 32.5%;
          width: 32.5%;
          max-width: 32.5%;
          margin-bottom: 1.5%; }
          @media only screen and (max-width: 765.98px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li {
              flex-basis: 49%;
              width: 49%;
              max-width: 49%;
              margin-bottom: 1.5%; } }
          section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a {
            border: 1px solid #04984a;
            background-color: #04984a;
            background-image: url(../images/common/link_ico_wh.svg);
            background-repeat: no-repeat;
            background-position: right 3px top 3px;
            background-size: 12px 12px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: stretch;
            /* Androidブラウザ用 */
            align-items: stretch;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            text-align: center;
            font-size: 14px;
            line-height: 1.2;
            padding: 10px 13px;
            border-radius: 4px;
            color: #FFF; }
            @media only screen and (max-width: 765.98px) {
              section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a {
                font-size: 13px;
                line-height: 1.2; } }
            @media only screen and (max-width: 575px) {
              section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a {
                font-size: 12px;
                line-height: 1.2; } }
            @media only screen and (max-width: 380px) {
              section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a {
                background-size: 12px 12px; } }
            section.jdid_cont div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a:hover {
              background-color: #05bb5b; }
    section.jdid_cont div.jdidco_cont div.jdidcoc_interview {
      width: 96%;
      padding: 2% 0 0.5% 0;
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 765.98px) {
        section.jdid_cont div.jdidco_cont div.jdidcoc_interview {
          display: block; } }
      section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure {
        flex-basis: 15%;
        width: 15%;
        max-width: 15%;
        text-align: center; }
        @media only screen and (max-width: 765.98px) {
          section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure {
            flex-basis: 100%;
            width: 100%;
            max-width: 100%;
            text-align: left;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            padding-bottom: 2%; } }
        section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure img {
          width: 44%;
          height: auto; }
          @media only screen and (max-width: 765.98px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure img {
              width: 33px;
              height: auto;
              margin-left: 1px; } }
        section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure figcaption {
          font-size: 13px;
          line-height: 1.2;
          padding-bottom: 1.5%; }
          @media only screen and (max-width: 840px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure figcaption {
              font-size: 11px; } }
          @media only screen and (max-width: 765.98px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure figcaption {
              position: relative;
              top: 5px;
              font-size: 15px; }
              section.jdid_cont div.jdidco_cont div.jdidcoc_interview figure figcaption br {
                display: none; } }
      section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt {
        flex-basis: 84%;
        width: 84%;
        max-width: 84%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media only screen and (max-width: 765.98px) {
          section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt {
            flex-basis: 100%;
            width: 100%;
            max-width: 100%; } }
        section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li {
          flex-basis: 32.5%;
          width: 32.5%;
          max-width: 32.5%;
          margin-bottom: 1.5%; }
          @media only screen and (max-width: 765.98px) {
            section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li {
              flex-basis: 49%;
              width: 49%;
              max-width: 49%;
              margin-bottom: 1.5%; } }
          section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a {
            border: 1px solid #04984a;
            background-color: #d4ecd6;
            background-image: url(../images/common/link_ico_gr.svg);
            background-repeat: no-repeat;
            background-position: right 3px top 3px;
            background-size: 12px 12px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: stretch;
            /* Androidブラウザ用 */
            align-items: stretch;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            text-align: center;
            font-size: 14px;
            line-height: 1.2;
            padding: 10px 13px;
            border-radius: 4px;
            color: #04984a; }
            @media only screen and (max-width: 765.98px) {
              section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a {
                font-size: 13px;
                line-height: 1.2; } }
            @media only screen and (max-width: 575px) {
              section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a {
                font-size: 12px;
                line-height: 1.2; } }
            @media only screen and (max-width: 380px) {
              section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a {
                background-size: 12px 12px; } }
            section.jdid_cont div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a:hover {
              background-color: #edf7ee; }
  section.jdid_cont p.jdidcoc_bt {
    width: 96%;
    padding: 0 0 2% 0;
    margin: 0 auto; }
    section.jdid_cont p.jdidcoc_bt a {
      background-color: #04984a;
      background-image: url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat;
      background-position: right 3px top 3px;
      background-size: 12px 12px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: stretch;
      /* Androidブラウザ用 */
      align-items: stretch;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
      font-size: 12px;
      line-height: 1.2;
      padding: 10px 13px;
      border-radius: 4px;
      color: #FFF !important; }
      @media only screen and (max-width: 380px) {
        section.jdid_cont p.jdidcoc_bt a {
          background-size: 12px 12px; } }
      section.jdid_cont p.jdidcoc_bt a:hover {
        background-color: #05bb5b; }
  section.jdid_cont.cate_senior div.jdidco_title h2 {
    background-image: url(../images/common/double_line_blue.svg);
    color: #4b90e0; }
  section.jdid_cont.cate_senior div.jdidco_cont {
    border: 1px solid #4b90e0; }
    section.jdid_cont.cate_senior div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a {
      background-color: #4b90e0 !important;
      border: 1px solid #4b90e0 !important;
      background-image: url(../images/common/link_ico_wh.svg) !important; }
      section.jdid_cont.cate_senior div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a:hover {
        background-color: #69a3e5 !important; }
    section.jdid_cont.cate_senior div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a {
      border: 1px solid #4b90e0 !important;
      background-color: #e2edfa !important;
      color: #4b90e0 !important;
      background-image: url(../images/common/link_ico_blue.svg) !important; }
      section.jdid_cont.cate_senior div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a:hover {
        background-color: white !important; }
  section.jdid_cont.cate_smart div.jdidco_title h2 {
    background-image: url(../images/common/double_line_or.svg);
    color: #ed6d34; }
  section.jdid_cont.cate_smart div.jdidco_cont {
    border: 1px solid #ed6d34; }
    section.jdid_cont.cate_smart div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a {
      background-color: #ed6d34 !important;
      border: 1px solid #ed6d34 !important;
      background-image: url(../images/common/link_ico_wh.svg) !important; }
      section.jdid_cont.cate_smart div.jdidco_cont div.jdidcoc_search ul.jdidcocs_bt li a:hover {
        background-color: #f3a07a !important; }
    section.jdid_cont.cate_smart div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a {
      border: 1px solid #ed6d34 !important;
      background-color: #fae7d3 !important;
      color: #ed6d34 !important;
      background-image: url(../images/common/link_ico_or.svg) !important; }
      section.jdid_cont.cate_smart div.jdidco_cont div.jdidcoc_interview ul.jdidcocs_bt li a:hover {
        background-color: white !important; }

.empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

/*============================
aboutトタイトル
============================*/
div#page_title_cont h1.about_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/common/title_ico_04.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 8px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.about_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.about_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }

div.sect_title {
  margin-top: 30px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 765.98px) {
    div.sect_title {
      margin-top: 4%; } }
  @media only screen and (max-width: 765.98px) {
    div.sect_title {
      margin-top: 3%; } }
  div.sect_title h2 {
    font-size: 19px;
    font-size: 1.1875rem !important;
    padding: 10px 0px 8px 20px;
    min-height: 46px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    background-image: url(../images/common/double_line.svg);
    background-size: 6px 50px;
    background-repeat: repeat-y;
    background-position: 0px center;
    color: #04984a;
    line-height: 1.2; }
    @media (max-width: 35.4em) {
      div.sect_title h2 {
        font-size: 15.2px !important; } }
    @media only screen and (max-width: 575px) {
      div.sect_title h2 {
        padding: 5px 0px 3px 20px;
        min-height: auto;
        margin-bottom: 3%; } }

div.sect_title_circle {
  margin-top: 30px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 765.98px) {
    div.sect_title_circle {
      margin-top: 4%; } }
  @media only screen and (max-width: 765.98px) {
    div.sect_title_circle {
      margin-top: 1%; } }
  div.sect_title_circle h2 {
    font-size: 19px;
    font-size: 1.1875rem !important;
    width: 100%;
    background-image: url(../images/common/ico_circle.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    padding-left: 18px;
    font-weight: normal;
    color: #04984a;
    line-height: 1.2;
    background-position: 0px 4px; }
    @media (max-width: 35.4em) {
      div.sect_title_circle h2 {
        font-size: 15.2px !important; } }
    @media only screen and (max-width: 765.98px) {
      div.sect_title_circle h2 {
        background-position: 0px 2px; } }
    @media only screen and (max-width: 575px) {
      div.sect_title_circle h2 {
        background-position: 0px 3px; } }
    @media only screen and (max-width: 380px) {
      div.sect_title_circle h2 {
        background-position: 0px 2px; } }

h4.sect_title_circleh4 {
  font-size: 16px;
  font-size: 1rem !important;
  width: 100%;
  background-image: url(../images/common/ico_circle.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  padding-left: 18px;
  font-weight: normal;
  color: #04984a;
  line-height: 1.2;
  background-position: 0px 3px; }
  @media (max-width: 35.4em) {
    h4.sect_title_circleh4 {
      font-size: 12.8px !important; } }
  @media only screen and (max-width: 765.98px) {
    h4.sect_title_circleh4 {
      background-position: 0px 1px; } }
  @media only screen and (max-width: 575px) {
    h4.sect_title_circleh4 {
      background-position: 0px 3px; } }

section.about_cont {
  /*============================
  ステップ
  ============================*/
  /*============================
  ファイルへのリンク
  ============================*/ }
  section.about_cont figyure.aboutimg01 {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px 0px 2% 0px; }
    section.about_cont figyure.aboutimg01 img {
      width: 80%;
      height: auto;
      margin: 0 auto; }
      @media only screen and (max-width: 765.98px) {
        section.about_cont figyure.aboutimg01 img {
          width: 96%; } }
  section.about_cont figyure.aboutimg02 {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px 0px 2% 0px; }
    section.about_cont figyure.aboutimg02 img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
      @media only screen and (max-width: 765.98px) {
        section.about_cont figyure.aboutimg02 img {
          width: 80%;
          margin: 0; } }
  section.about_cont h3.aboutstep {
    margin-top: 15px;
    margin-bottom: 2%;
    background-color: #d4ecd6;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    font-weight: normal;
    color: #333; }
    @media only screen and (max-width: 765.98px) {
      section.about_cont h3.aboutstep {
        margin-top: 2%;
        margin-bottom: 2%; } }
    section.about_cont h3.aboutstep span.step {
      padding: 3px 0px 4px 0px;
      margin-right: 10px;
      flex-basis: 80px;
      width: 80px;
      max-width: 80px;
      background-image: url(../images/common/step_bg.svg);
      background-size: 200px 100px;
      background-repeat: no-repeat;
      background-position: right center;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
      color: #FFF;
      font-size: 10px;
      line-height: 1.2;
      padding-top: 5px; }
      section.about_cont h3.aboutstep span.step strong {
        color: #FFF;
        font-size: 19px;
        line-height: 1.2;
        font-weight: bold;
        padding-left: 5px;
        padding-top: 0px;
        position: relative;
        top: 0px; }
    section.about_cont h3.aboutstep span {
      font-size: 16px;
      line-height: 1.2;
      padding: 3px 0px 4px 0px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 575px) {
        section.about_cont h3.aboutstep span {
          font-size: 14px;
          line-height: 1.2; } }
  section.about_cont p.dl_guidelink {
    padding-top: 10px; }
    section.about_cont p.dl_guidelink a {
      display: block;
      position: relative;
      display: inline-block;
      text-decoration: none;
      background-image: url(../images/common/next_ico_gr.svg);
      background-size: 18px 18px;
      background-repeat: no-repeat;
      background-position: 0px -1px;
      padding-left: 20px;
      font-weight: normal;
      margin-bottom: 5px;
      font-size: 15px;
      font-size: 0.9375rem !important;
      line-height: 1.2; }
      @media (max-width: 35.4em) {
        section.about_cont p.dl_guidelink a {
          font-size: 14.25px !important; } }
      @media only screen and (max-width: 765.98px) {
        section.about_cont p.dl_guidelink a {
          background-size: 15px 15px;
          padding-left: 17px;
          background-position: 0px 1px; } }
      section.about_cont p.dl_guidelink a:after {
        position: absolute;
        bottom: 2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #04984a;
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
      section.about_cont p.dl_guidelink a:hover:after {
        bottom: -4px;
        opacity: 1;
        visibility: visible; }
  section.about_cont dl.dl_filelink {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    /* Androidブラウザ用 */
    align-items: flex-start;
    position: relative; }
    @media only screen and (max-width: 765.98px) {
      section.about_cont dl.dl_filelink {
        display: block; } }
    section.about_cont dl.dl_filelink dt {
      width: 49%;
      max-width: 49%;
      flex-basis: 49%;
      font-size: 15px;
      font-size: 0.9375rem !important;
      background-image: none;
      padding-left: 0px;
      font-weight: normal;
      padding: 0; }
      @media (max-width: 35.4em) {
        section.about_cont dl.dl_filelink dt {
          font-size: 14.25px !important; } }
      @media only screen and (max-width: 765.98px) {
        section.about_cont dl.dl_filelink dt {
          width: 100%;
          max-width: 100%;
          flex-basis: 100%;
          text-align: center; } }
    section.about_cont dl.dl_filelink dd {
      padding-top: 15px;
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
      border-left: none;
      padding-left: 0px;
      margin-left: 0px;
      /*============================
      エクセル、PDFダウンロードボタン
      ============================*/ }
      @media only screen and (max-width: 765.98px) {
        section.about_cont dl.dl_filelink dd {
          padding-top: 0px;
          padding-bottom: 15px;
          width: 100%;
          max-width: 100%;
          flex-basis: 100%; } }
      section.about_cont dl.dl_filelink dd ul.dl_filebts {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; }
        section.about_cont dl.dl_filelink dd ul.dl_filebts li {
          width: 48%;
          max-width: 48%;
          flex-basis: 48%; }
          section.about_cont dl.dl_filelink dd ul.dl_filebts li a {
            height: 30px;
            background-color: #04984a;
            border-radius: 4px;
            background-image: url(../images/common/link_ico_wh.svg);
            background-repeat: no-repeat;
            background-position: right 4px top 4px;
            background-size: 15px 15px;
            transition: 0.3s;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            text-align: center;
            color: #FFF; }
            @media only screen and (max-width: 380px) {
              section.about_cont dl.dl_filelink dd ul.dl_filebts li a {
                background-position: right 2px top 2px;
                background-size: 12px 12px; } }
            section.about_cont dl.dl_filelink dd ul.dl_filebts li a:hover {
              background-color: #05bb5b; }
  section.about_cont dl.applicant_info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    padding: 0% 0% 1% 0%;
    color: #333; }
    section.about_cont dl.applicant_info dt {
      width: 21%;
      max-width: 21%;
      flex-basis: 21%;
      background-color: #d4ecd6;
      border-radius: 4px;
      font-size: 14px;
      line-height: 1.2;
      display: -webkit-box;
      display: flex;
      padding: 5px 3px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center; }
      @media only screen and (max-width: 765.98px) {
        section.about_cont dl.applicant_info dt {
          font-size: 12px;
          line-height: 1.2; } }
    section.about_cont dl.applicant_info dd {
      width: 77%;
      max-width: 77%;
      flex-basis: 77%;
      display: -webkit-box;
      display: flex;
      padding: 5px 3px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-size: 14px;
      font-size: 0.875rem !important; }
      @media (max-width: 35.4em) {
        section.about_cont dl.applicant_info dd {
          font-size: 13.3px !important; } }

p.tel_no {
  background-image: url(../images/common/tel_icoh.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 18px !important;
  font-weight: normal; }
  p.tel_no a {
    color: #333 !important; }
    @media only screen and (max-width: 765.98px) {
      p.tel_no a {
        color: #04984a !important; } }
  @media screen and (min-width: 766px) {
    p.tel_no a[href^="tel:"] {
      pointer-events: none; } }

/*============================
○と線のつくdlタグ
============================*/
dl.circle_h_con dt,
dl.aboutst_con dt {
  width: 100%;
  display: block;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  font-size: 1rem !important;
  width: 100%;
  background-image: url(../images/common/ico_circle.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 18px;
  font-weight: normal;
  margin-bottom: 5px; }
  @media only screen and (max-width: 765.98px) {
    dl.circle_h_con dt,
    dl.aboutst_con dt {
      margin-top: 3%; } }
  @media (max-width: 35.4em) {
    dl.circle_h_con dt,
    dl.aboutst_con dt {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    dl.circle_h_con dt,
    dl.aboutst_con dt {
      background-position: 0px 4px; } }
  @media only screen and (max-width: 575px) {
    dl.circle_h_con dt,
    dl.aboutst_con dt {
      background-position: 0px 4px; } }
  @media only screen and (max-width: 380px) {
    dl.circle_h_con dt,
    dl.aboutst_con dt {
      background-position: 0px 4px; } }
dl.circle_h_con dd,
dl.aboutst_con dd {
  width: 100%;
  display: block;
  border-left: 1px solid #04984a;
  padding-left: 10px;
  margin-left: 7px; }
  dl.circle_h_con dd ul.bt_set,
  dl.aboutst_con dd ul.bt_set {
    display: block;
    padding-top: 10px;
    text-align: right;
    margin-bottom: 0px !important; }
    @media only screen and (max-width: 575px) {
      dl.circle_h_con dd ul.bt_set,
      dl.aboutst_con dd ul.bt_set {
        text-align: left; } }
    dl.circle_h_con dd ul.bt_set li,
    dl.aboutst_con dd ul.bt_set li {
      width: 60%;
      max-width: 60%;
      flex-basis: 60%;
      display: inline-block; }
      @media only screen and (max-width: 840px) {
        dl.circle_h_con dd ul.bt_set li,
        dl.aboutst_con dd ul.bt_set li {
          width: 70%;
          max-width: 70%;
          flex-basis: 70%; } }
      @media only screen and (max-width: 765.98px) {
        dl.circle_h_con dd ul.bt_set li,
        dl.aboutst_con dd ul.bt_set li {
          width: 70%;
          max-width: 70%;
          flex-basis: 70%; } }
      @media only screen and (max-width: 575px) {
        dl.circle_h_con dd ul.bt_set li,
        dl.aboutst_con dd ul.bt_set li {
          width: 97%;
          max-width: 97%;
          flex-basis: 97%; } }
      dl.circle_h_con dd ul.bt_set li:last-of-type,
      dl.aboutst_con dd ul.bt_set li:last-of-type {
        margin-bottom: 0px !important; }
      @media only screen and (max-width: 380px) {
        dl.circle_h_con dd ul.bt_set li a,
        dl.aboutst_con dd ul.bt_set li a {
          padding: 0px 3px 0px 3px; } }
      @media only screen and (max-width: 380px) {
        dl.circle_h_con dd ul.bt_set li a span,
        dl.aboutst_con dd ul.bt_set li a span {
          font-size: 18px;
          font-size: 1.125rem !important;
          padding: 3px 0px 2px 25px; } }
  @media only screen and (max-width: 380px) and (max-width: 35.4em) {
    dl.circle_h_con dd ul.bt_set li a span,
    dl.aboutst_con dd ul.bt_set li a span {
      font-size: 14.4px !important; } }

  dl.circle_h_con dd dl.tokuten,
  dl.aboutst_con dd dl.tokuten {
    background-color: #d4ecd6;
    padding: 5px;
    position: relative;
    border-radius: 4px;
    margin-top: 3%;
    margin-bottom: 3%; }
    dl.circle_h_con dd dl.tokuten dt,
    dl.aboutst_con dd dl.tokuten dt {
      width: 40px;
      height: 40px;
      margin-top: 0px !important;
      background-image: none;
      background-color: #04984a;
      display: block !important;
      position: absolute;
      top: -5px;
      left: -5px;
      color: #FFF;
      line-height: 40px;
      text-align: center !important;
      font-size: 14px !important;
      padding: 1px 0px 0px 41px !important;
      border-radius: 50%; }
    dl.circle_h_con dd dl.tokuten dd,
    dl.aboutst_con dd dl.tokuten dd {
      width: calc(100% - 35px);
      margin-left: 35px;
      padding: 0 !important;
      border: none !important;
      text-indent: 0px !important; }
  dl.circle_h_con dd dl.frame_dlcont dt,
  dl.aboutst_con dd dl.frame_dlcont dt {
    background-image: none;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    font-size: 15px !important;
    font-size: 0.9375rem; }
    @media (max-width: 35.4em) {
      dl.circle_h_con dd dl.frame_dlcont dt,
      dl.aboutst_con dd dl.frame_dlcont dt {
        font-size: 13.5px !important; } }
  dl.circle_h_con dd dl.frame_dlcont dd,
  dl.aboutst_con dd dl.frame_dlcont dd {
    border: none;
    padding-left: 0;
    padding-top: 5px; }

section dl.circle_h_con,
section dl.aboutst_con {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 765.98px) {
    section dl.circle_h_con,
    section dl.aboutst_con {
      padding-bottom: 7% !important; } }
  section dl.circle_h_con:last-of-type,
  section dl.aboutst_con:last-of-type {
    padding-bottom: 0px !important; }
    @media only screen and (max-width: 765.98px) {
      section dl.circle_h_con:last-of-type,
      section dl.aboutst_con:last-of-type {
        padding-bottom: 0% !important; } }

p.entry_rbt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end; }
  p.entry_rbt a {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    height: 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background-color: #ed6d34;
    padding: 0;
    position: relative;
    background-image: url(../images/common/link_ico_wh.svg);
    background-repeat: no-repeat;
    background-position: right 4px top 4px;
    background-size: 15px 15px;
    padding-top: 0;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 765.98px) {
      p.entry_rbt a {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }
    @media only screen and (max-width: 380px) {
      p.entry_rbt a {
        background-size: 12px 12px; } }
    @media only screen and (max-width: 765.98px) {
      p.entry_rbt a {
        height: 30px; } }
    p.entry_rbt a span {
      color: #FFF;
      position: relative;
      padding-left: 27px;
      display: inline-block;
      padding: 2px 0 2px  30px;
      background-image: url(../images/common/entry_ico.svg);
      background-repeat: no-repeat;
      background-position: 0px center;
      background-size: auto 23px;
      margin-right: 4px;
      font-size: 16px;
      line-height: 1.2; }
    p.entry_rbt a:hover {
      background-color: #f3a07a;
      text-decoration: none !important; }

h3.graybg_title,
h3.entryguide_title {
  line-height: 1.2;
  padding-top: 2px;
  font-size: 16px !important;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 40px;
  border-radius: 4px;
  color: #04984a;
  background-color: #f2f2f2;
  padding-left: 10px;
  font-weight: normal;
  margin-bottom: 5px; }
  @media (max-width: 35.4em) {
    h3.graybg_title,
    h3.entryguide_title {
      font-size: 14.4px !important; } }
  @media only screen and (max-width: 765.98px) {
    h3.graybg_title,
    h3.entryguide_title {
      margin-top: 4%;
      margin-bottom: 4%; } }
  @media only screen and (max-width: 765.98px) {
    h3.graybg_title,
    h3.entryguide_title {
      background-position: 5px 12px; } }

h3.notice_title {
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 40px;
  border-radius: 4px;
  color: #04984a;
  background-image: url(../images/common/notice_ico.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0px 9px;
  padding-left: 25px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.2; }
  @media only screen and (max-width: 765.98px) {
    h3.notice_title {
      margin-top: 4%;
      margin-bottom: 4%; } }
  @media only screen and (max-width: 765.98px) {
    h3.notice_title {
      background-position: 0px 9px; } }
  @media only screen and (max-width: 575px) {
    h3.notice_title {
      background-position: 0px 9px; } }
  @media only screen and (max-width: 380px) {
    h3.notice_title {
      background-position: 0px 10px; } }

/*============================
アクロバットリンク
============================*/
p.acrobat_link {
  width: 100%;
  padding-top: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 765.98px) {
    p.acrobat_link {
      padding-top: 2%; } }
  @media only screen and (max-width: 575px) {
    p.acrobat_link {
      display: block; } }
  p.acrobat_link a {
    margin-right: 10px;
    transition: 0.3s; }
    p.acrobat_link a:hover {
      opacity: 0.7; }
    @media only screen and (max-width: 575px) {
      p.acrobat_link a {
        padding-bottom: 5px; } }
  p.acrobat_link span {
    font-size: 12px;
    font-size: 0.75rem !important; }
    @media (max-width: 35.4em) {
      p.acrobat_link span {
        font-size: 11.4px !important; } }
    @media only screen and (max-width: 575px) {
      p.acrobat_link span {
        display: block; } }

/*============================
セミナータイトル
============================*/
div#page_title_cont h1.seminar_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/navi/smenu_ico01.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.seminar_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.seminar_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }

aside.pagelinkbt ul.bt3columns {
  display: -webkit-box;
  display: flex;
  padding-bottom: 1%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  aside.pagelinkbt ul.bt3columns li {
    flex-basis: 48%;
    width: 48%;
    max-width: 48%; }
    aside.pagelinkbt ul.bt3columns li a {
      background-color: #04984a;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      text-align: center;
      border-radius: 4px;
      padding-top: 3px;
      padding-bottom: 15px;
      background-image: url(../images/common/down_ico.svg);
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: center bottom 4px;
      transition: 0.3s; }
      aside.pagelinkbt ul.bt3columns li a span {
        color: #FFF;
        font-size: 14px;
        line-height: 1.2; }
        @media only screen and (max-width: 575px) {
          aside.pagelinkbt ul.bt3columns li a span {
            font-size: 12px;
            line-height: 1.2; }
            aside.pagelinkbt ul.bt3columns li a span .spblock {
              display: block !important; } }
      aside.pagelinkbt ul.bt3columns li a:hover {
        background-color: #05bb5b; }
aside.pagelinkbt ul.bt2columns_gr {
  display: -webkit-box;
  display: flex;
  padding-bottom: 1%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  aside.pagelinkbt ul.bt2columns_gr li {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%; }
    aside.pagelinkbt ul.bt2columns_gr li a {
      height: 50px;
      padding: 0px 10px;
      background-color: #d4ecd6;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      text-align: center;
      transition: 0.3s; }
      aside.pagelinkbt ul.bt2columns_gr li a span {
        color: #333;
        font-size: 14px;
        line-height: 1.2; }
      aside.pagelinkbt ul.bt2columns_gr li a:first-child {
        border-radius: 4px 0px 0px 4px;
        border-right: 1px solid #FFF; }
      aside.pagelinkbt ul.bt2columns_gr li a:last-child {
        border-radius: 0px 4px 4px 0px; }
      aside.pagelinkbt ul.bt2columns_gr li a:hover {
        background-color: #edf7ee; }

section.seminar_cont div.semico_cont {
  padding: 2%;
  border: 1px solid #04984a;
  border-radius: 4px; }
  section.seminar_cont div.semico_cont dl.semi_con {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    padding: 0% 0% 1% 0%;
    color: #333; }
    section.seminar_cont div.semico_cont dl.semi_con dt {
      width: 21%;
      max-width: 21%;
      flex-basis: 21%;
      background-color: #d4ecd6;
      border-radius: 4px;
      font-size: 14px;
      line-height: 1.2;
      display: -webkit-box;
      display: flex;
      padding: 5px 3px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center; }
      @media only screen and (max-width: 765.98px) {
        section.seminar_cont div.semico_cont dl.semi_con dt {
          font-size: 12px;
          line-height: 1.2; } }
    section.seminar_cont div.semico_cont dl.semi_con dd {
      width: 77%;
      max-width: 77%;
      flex-basis: 77%;
      display: -webkit-box;
      display: flex;
      padding: 5px 3px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-size: 14px;
      font-size: 0.875rem !important; }
      @media (max-width: 35.4em) {
        section.seminar_cont div.semico_cont dl.semi_con dd {
          font-size: 13.3px !important; } }
  section.seminar_cont div.semico_cont ul.semi_bts {
    padding-top: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 765.98px) {
      section.seminar_cont div.semico_cont ul.semi_bts {
        padding-top: 2%; } }
    @media only screen and (max-width: 765.98px) {
      section.seminar_cont div.semico_cont ul.semi_bts {
        display: block; } }
    section.seminar_cont div.semico_cont ul.semi_bts li {
      width: 49%;
      max-width: 49%;
      flex-basis: 49%; }
      @media only screen and (max-width: 765.98px) {
        section.seminar_cont div.semico_cont ul.semi_bts li {
          width: 100%;
          max-width: 100%;
          flex-basis: 100%; } }
      section.seminar_cont div.semico_cont ul.semi_bts li a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center; }
        section.seminar_cont div.semico_cont ul.semi_bts li a span {
          color: #FFF;
          font-size: 14px;
          line-height: 1.2; }
          @media only screen and (max-width: 950px) {
            section.seminar_cont div.semico_cont ul.semi_bts li a span {
              font-size: 12px !important; } }
          @media only screen and (max-width: 840px) {
            section.seminar_cont div.semico_cont ul.semi_bts li a span {
              font-size: 11px !important; } }
          @media only screen and (max-width: 765.98px) {
            section.seminar_cont div.semico_cont ul.semi_bts li a span {
              font-size: 14px !important; } }
          @media only screen and (max-width: 575px) {
            section.seminar_cont div.semico_cont ul.semi_bts li a span {
              font-size: 13px !important;
              line-height: 1.2; } }
    section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt01 a {
      height: 36px;
      border-radius: 4px;
      background-color: #ed6d34;
      background-image: url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 20px 20px; }
      @media only screen and (max-width: 380px) {
        section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt01 a {
          background-position: right 2px top 2px;
          background-size: 15px 15px; } }
      section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt01 a span {
        background-image: url(../images/common/entry_ico.svg);
        background-repeat: no-repeat;
        background-position: 0px center;
        background-size: 23px 23px;
        padding: 3px 3px 3px 25px; }
      section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt01 a:hover {
        background-color: #f3a07a; }
    @media only screen and (max-width: 765.98px) {
      section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt01 {
        padding-bottom: 2%; } }
    section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt02 a {
      height: 36px;
      border-radius: 4px;
      background-color: #04984a;
      background-image: url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 20px 20px; }
      @media only screen and (max-width: 380px) {
        section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt02 a {
          background-position: right 2px top 2px;
          background-size: 15px 15px; } }
      section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt02 a span {
        background-image: url(../images/common/search_ico.svg);
        background-repeat: no-repeat;
        background-position: 0px center;
        background-size: 23px 23px;
        padding: 3px 3px 3px 25px; }
      section.seminar_cont div.semico_cont ul.semi_bts li.semi_bt02 a:hover {
        background-color: #05bb5b; }

ul.list_circle_gr li {
  color: #333;
  padding-left: 18px;
  background-image: url(../images/common/ico_circle.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  font-size: 14px;
  font-size: 0.875rem !important;
  padding-bottom: 2%; }
  @media only screen and (max-width: 765.98px) {
    ul.list_circle_gr li {
      background-position: 0px 3px; } }
  @media only screen and (max-width: 575px) {
    ul.list_circle_gr li {
      background-position: 0px 3px; } }
  @media (max-width: 35.4em) {
    ul.list_circle_gr li {
      font-size: 13.3px !important; } }
  ul.list_circle_gr li a {
    color: #04984a; }
  ul.list_circle_gr li:last-child {
    padding-bottom: 0%; }
  ul.list_circle_gr li ul {
    padding-top: 2%; }

ul.list_dot_gr li {
  color: #333;
  padding-left: 20px;
  background-image: url(../images/common/ico_dot.svg);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: 2px 6px;
  font-size: 14px;
  font-size: 0.875rem !important;
  padding-bottom: 2%; }
  @media only screen and (max-width: 575px) {
    ul.list_dot_gr li {
      background-position: 2px 5px; } }
  @media (max-width: 35.4em) {
    ul.list_dot_gr li {
      font-size: 13.3px !important; } }
  ul.list_dot_gr li a {
    color: #04984a; }
  ul.list_dot_gr li:last-child {
    padding-bottom: 0%; }
  ul.list_dot_gr li ul {
    padding-top: 2%; }

button.mapBtn {
  font-size: 14px;
  font-size: 0.875rem !important;
  padding: 5px;
  background-color: #04984a;
  margin-right: 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  outline: none;
  border: none;
  box-shadow: none !important;
  font-weight: bold; }
  @media (max-width: 35.4em) {
    button.mapBtn {
      font-size: 13.3px !important; } }
  button.mapBtn:hover {
    background-color: #05bb5b; }

/*============================
trainingタイトル
============================*/
div#page_title_cont h1.training_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/navi/smenu_ico07.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.training_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.training_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }
div#page_title_cont p.page_read {
  font-size: 18px;
  font-size: 1.125rem !important;
  color: #04984a; }
  @media (max-width: 35.4em) {
    div#page_title_cont p.page_read {
      font-size: 14.4px !important; } }

.waku_titlept01 {
  margin-top: 30px;
  border: 1px solid #04984a;
  border-radius: 4px;
  overflow: hidden; }
  @media only screen and (max-width: 765.98px) {
    .waku_titlept01 {
      margin-top: 4%; } }
  .waku_titlept01 h2 {
    background-color: #04984a;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 15px;
    font-size: 0.9375rem !important; }
    @media (max-width: 35.4em) {
      .waku_titlept01 h2 {
        font-size: 12px !important; } }
  .waku_titlept01 div {
    padding: 2%;
    width: 100%; }
    .waku_titlept01 div img {
      width: 100%;
      height: auto; }

/*============================
faqトタイトル
============================*/
div#page_title_cont h1.faq_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/navi/smenu_ico08.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.faq_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.faq_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }

dl.faq_item {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 3px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 765.98px) {
    dl.faq_item {
      margin-top: 4%;
      margin-bottom: 3%; } }
  dl.faq_item:last-of-type {
    padding-bottom: 0px; }
    @media only screen and (max-width: 765.98px) {
      dl.faq_item:last-of-type {
        margin-bottom: 0%; } }
  dl.faq_item dt {
    min-height: 40px;
    position: relative;
    font-size: 15px !important;
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 5px 10px 5px 30px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    width: 100%; }
    @media (max-width: 35.4em) {
      dl.faq_item dt {
        font-size: 13.5px !important; } }
    dl.faq_item dt span {
      color: #04984a;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 0.1em; }
    dl.faq_item dt:before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 5px;
      background-image: url(../images/common/acco_arow.svg);
      background-size: 24px 96px;
      background-repeat: no-repeat;
      background-position: 0px 0px; }
    dl.faq_item dt.open:before {
      transform: rotate(90deg); }
  dl.faq_item dd {
    font-size: 12px !important;
    font-size: 0.75rem;
    display: none;
    padding: 5px 10px 0px 10px; }
    @media (max-width: 35.4em) {
      dl.faq_item dd {
        font-size: 10.8px !important; } }
    dl.faq_item dd p {
      padding-bottom: 8px !important; }

.waku_titlept01 {
  border: 1px solid #04984a;
  border-radius: 4px;
  overflow: hidden; }
  .waku_titlept01 h2 {
    background-color: #04984a;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 15px;
    font-size: 0.9375rem !important; }
    @media (max-width: 35.4em) {
      .waku_titlept01 h2 {
        font-size: 12px !important; } }
  .waku_titlept01 div {
    padding: 2%; }

/*============================
aboutトタイトル
============================*/
div#page_title_cont h1.interview_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/navi/smenu_ico05.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 7px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.interview_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.interview_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }

section.interview_cont ul.interview_item {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 575px) {
    section.interview_cont ul.interview_item {
      display: block; } }
  section.interview_cont ul.interview_item li {
    width: 48%;
    max-width: 48%;
    flex-basis: 48%;
    padding-bottom: 20px; }
    @media only screen and (max-width: 575px) {
      section.interview_cont ul.interview_item li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }
    section.interview_cont ul.interview_item li a {
      border: 1px solid #04984a;
      display: block;
      border-radius: 4px;
      overflow: hidden;
      transition: 0.3s; }
      section.interview_cont ul.interview_item li a dl {
        display: block; }
        section.interview_cont ul.interview_item li a dl dt {
          background-color: #d4ecd6;
          height: 40px;
          width: 100%;
          color: #04984a;
          line-height: 30px;
          padding: 5px 5px 5px 10px;
          font-size: 15px;
          font-size: 0.9375rem !important;
          font-weight: bold;
          letter-spacing: 0.05em;
          background-image: url(../images/common/link_ico_gr.svg);
          background-repeat: no-repeat;
          background-position: right 4px top 4px;
          background-size: 20px 20px; }
          @media (max-width: 35.4em) {
            section.interview_cont ul.interview_item li a dl dt {
              font-size: 14.25px !important; } }
          @media only screen and (max-width: 380px) {
            section.interview_cont ul.interview_item li a dl dt {
              background-size: 15px 15px; } }
        section.interview_cont ul.interview_item li a dl dd {
          padding: 10px 5px 10px 60px;
          background-image: url(../images/common/interview_bt_bg.svg);
          background-repeat: no-repeat;
          background-position: left -1px;
          background-size: 55px 74px; }
          section.interview_cont ul.interview_item li a dl dd p {
            background: url(../images/common/note_line.png) repeat bottom left;
            font-size: 13px;
            line-height: 22.5px;
            padding: 0 !important; }
      section.interview_cont ul.interview_item li a:hover {
        opacity: 0.7; }
section.interview_cont.cate_senior div.sect_title h2 {
  background-image: url(../images/common/double_line_blue.svg);
  color: #4b90e0; }
section.interview_cont.cate_senior ul.interview_item li a {
  border: 1px solid #4b90e0; }
  section.interview_cont.cate_senior ul.interview_item li a dl dt {
    background-color: #e2edfa;
    color: #4b90e0;
    background-image: url(../images/common/link_ico_blue.svg); }
  section.interview_cont.cate_senior ul.interview_item li a dl dd {
    background-image: url(../images/common/interview_bt_bg_blue.svg); }
    section.interview_cont.cate_senior ul.interview_item li a dl dd p {
      background: url(../images/common/note_line_blue.png) repeat bottom left; }
section.interview_cont.cate_smart div.sect_title h2 {
  background-image: url(../images/common/double_line_or.svg);
  color: #ed6d34; }
section.interview_cont.cate_smart ul.interview_item li a {
  border: 1px solid #ed6d34; }
  section.interview_cont.cate_smart ul.interview_item li a dl dt {
    background-color: #fae7d3;
    color: #ed6d34;
    background-image: url(../images/common/link_ico_or.svg); }
  section.interview_cont.cate_smart ul.interview_item li a dl dd {
    background-image: url(../images/common/interview_bt_bg_or.svg); }
    section.interview_cont.cate_smart ul.interview_item li a dl dd p {
      background: url(../images/common/note_line_or.png) repeat bottom left; }
section.interview_cont div.interviewee {
  padding-left: 69px;
  width: 100%;
  background-image: url(../images/common/interview_tit_bg.svg);
  background-size: 70px 85px;
  background-repeat: no-repeat;
  background-position: 0px bottom; }
  section.interview_cont div.interviewee p.iee_meta {
    color: #333;
    font-size: 14px !important;
    font-size: 0.875rem;
    padding-bottom: 1px !important; }
    @media (max-width: 35.4em) {
      section.interview_cont div.interviewee p.iee_meta {
        font-size: 12.6px !important; } }
  section.interview_cont div.interviewee h2 {
    font-size: 18px !important;
    font-size: 1.125rem;
    width: 100%;
    background-color: #d4ecd6;
    min-height: 65px;
    display: table;
    color: #04984a;
    border-radius: 4px; }
    @media (max-width: 35.4em) {
      section.interview_cont div.interviewee h2 {
        font-size: 16.2px !important; } }
    section.interview_cont div.interviewee h2 span {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      padding: 2%;
      line-height: 1.3; }
      @media only screen and (max-width: 765.98px) {
        section.interview_cont div.interviewee h2 span {
          padding: 3%; } }
  section.interview_cont div.interviewee p.iee_name {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    font-size: 11px !important;
    font-size: 0.6875rem; }
    @media (max-width: 35.4em) {
      section.interview_cont div.interviewee p.iee_name {
        font-size: 9.9px !important; } }
    section.interview_cont div.interviewee p.iee_name strong {
      font-size: 17px !important;
      font-size: 1.0625rem;
      margin-left: 10px;
      font-weight: normal; }
      @media (max-width: 35.4em) {
        section.interview_cont div.interviewee p.iee_name strong {
          font-size: 15.3px !important; } }
section.interview_cont p.intervlede {
  font-size: 17px !important;
  font-size: 1.0625rem;
  padding-top: 30px !important; }
  @media (max-width: 35.4em) {
    section.interview_cont p.intervlede {
      font-size: 15.3px !important; } }
  @media only screen and (max-width: 765.98px) {
    section.interview_cont p.intervlede {
      padding-top: 4% !important; } }
section.interview_cont h3.interviewer {
  font-size: 16px !important;
  font-size: 1rem;
  padding-left: 30px;
  color: #04984a;
  width: 100%;
  background-image: url(../images/common/iv01_ico.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  clear: both; }
  @media (max-width: 35.4em) {
    section.interview_cont h3.interviewer {
      font-size: 14.4px !important; } }
  @media only screen and (max-width: 765.98px) {
    section.interview_cont h3.interviewer {
      margin-top: 10% !important;
      margin-bottom: 2% !important; } }
section.interview_cont p.intervtxt {
  clear: both;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: url(../images/common/note_line30.png) repeat bottom left;
  font-size: 13px !important;
  line-height: 30px !important;
  padding: 0 !important; }
  section.interview_cont p.intervtxt img {
    position: relative;
    top: 10px; }
    @media only screen and (max-width: 575px) {
      section.interview_cont p.intervtxt img {
        width: 50%;
        height: auto; } }
section.interview_cont.cate_senior div.interviewee {
  background-image: url(../images/common/interview_tit_bg_blue.svg); }
  section.interview_cont.cate_senior div.interviewee h2 {
    background-color: #e2edfa;
    color: #4b90e0; }
section.interview_cont.cate_senior h3.interviewer {
  color: #4b90e0;
  background-image: url(../images/common/iv01_ico_blue.svg); }
section.interview_cont.cate_senior p.intervtxt {
  background: url(../images/common/note_line30_blue.png) repeat bottom left; }
section.interview_cont.cate_smart div.interviewee {
  background-image: url(../images/common/interview_tit_bg_or.svg); }
  section.interview_cont.cate_smart div.interviewee h2 {
    background-color: #fae7d3;
    color: #ed6d34; }
section.interview_cont.cate_smart h3.interviewer {
  color: #ed6d34;
  background-image: url(../images/common/iv01_ico_or.svg); }
section.interview_cont.cate_smart p.intervtxt {
  background: url(../images/common/note_line30_or.png) repeat bottom left; }

ul.interviewlist {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding-bottom: 30px; }
  ul.interviewlist li {
    width: 48%;
    max-width: 48%;
    flex-basis: 48%;
    padding-bottom: 10px; }
    ul.interviewlist li a {
      height: 100%;
      width: 100%;
      position: relative;
      background-color: #04984a;
      color: #FFF;
      display: block;
      border-radius: 4px;
      transition: 0.3s; }
      ul.interviewlist li a span.il_txt {
        display: block;
        margin: 0px 10px;
        padding: 10px 0px;
        background-image: url(../images/common/dot_line_wh.png);
        background-size: 2px 2px;
        background-repeat: repeat-x;
        background-position: left bottom;
        font-size: 13px !important;
        font-size: 0.8125rem; }
        @media (max-width: 35.4em) {
          ul.interviewlist li a span.il_txt {
            font-size: 11.7px !important; } }
      ul.interviewlist li a span.il_name {
        margin: 0px 10px;
        padding: 10px 0px 30px 0px;
        display: block;
        text-align: center;
        font-size: 13px;
        font-size: 0.8125rem !important;
        line-height: 1.2; }
        @media (max-width: 35.4em) {
          ul.interviewlist li a span.il_name {
            font-size: 10.4px !important; } }
      ul.interviewlist li a span.il_icon {
        position: absolute;
        display: block;
        bottom: 3px;
        left: 0px;
        text-align: center;
        width: 100%; }
        ul.interviewlist li a span.il_icon span {
          display: inline-block;
          font-size: 13px;
          font-size: 0.8125rem !important;
          padding: 1px 1px 5px 16px;
          background-image: url(../images/common/down_ico.svg);
          background-size: 12px 12px;
          background-repeat: no-repeat;
          background-position: 0px 2px;
          line-height: 13px; }
          @media (max-width: 35.4em) {
            ul.interviewlist li a span.il_icon span {
              font-size: 10.4px !important; } }
      ul.interviewlist li a:hover {
        background-color: #05bb5b; }

#interview02,
#interview03,
#interview04,
#interview05,
#interview06,
#interview07,
#interview08,
#interview09,
#interview10 {
  margin-top: 100px; }

/*============================
着情報お知らせメール
============================*/
section.mailcard {
  width: 100%;
  border: 1px solid #04984a;
  background-color: #d4ecd6;
  border-radius: 4px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
  margin-top: 30px; }
  @media only screen and (max-width: 765.98px) {
    section.mailcard {
      margin-top: 6%;
      margin-bottom: 6%;
      padding: 10px 10px 0px 10px; } }
  section.mailcard h2 {
    text-align: center;
    color: #04984a;
    font-size: 22px;
    font-size: 1.375rem !important;
    line-height: 1.5;
    padding-bottom: 10px; }
    @media (max-width: 35.4em) {
      section.mailcard h2 {
        font-size: 17.6px !important; } }
  section.mailcard p {
    font-size: 15px !important;
    font-size: 0.9375rem;
    text-align: center;
    padding-bottom: 10px; }
    @media (max-width: 35.4em) {
      section.mailcard p {
        font-size: 13.5px !important; } }
    @media only screen and (max-width: 575px) {
      section.mailcard p {
        text-align: left; }
        section.mailcard p br {
          display: none; } }
  section.mailcard p.mailbt {
    margin: 0 auto;
    width: 60%; }
    @media only screen and (max-width: 765.98px) {
      section.mailcard p.mailbt {
        width: 80%; } }
    @media only screen and (max-width: 575px) {
      section.mailcard p.mailbt {
        width: 100%; } }
    section.mailcard p.mailbt a {
      width: 100%;
      min-height: 40px;
      background-color: #04984a;
      padding: 0;
      position: relative;
      background-image: url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 20px 20px;
      border-radius: 4px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      transition: 0.3s;
      text-align: center;
      padding: 5px 20px; }
      @media only screen and (max-width: 380px) {
        section.mailcard p.mailbt a {
          background-size: 15px 15px;
          text-align: left; } }
      section.mailcard p.mailbt a span {
        vertical-align: middle;
        color: #FFF;
        padding: 3px 0px;
        font-size: 16px;
        font-size: 1rem !important;
        line-height: 1.2;
        padding-left: 30px;
        background-image: url(../images/common/mail_ico.svg);
        background-repeat: no-repeat;
        background-position: 0px -2px;
        background-size: 25px 25px;
        letter-spacing: 0.05em;
        position: relative;
        top: 0.1em; }
        @media (max-width: 35.4em) {
          section.mailcard p.mailbt a span {
            font-size: 12.8px !important; } }
        @media only screen and (max-width: 380px) {
          section.mailcard p.mailbt a span {
            background-position: 0px 36%;
            top: -0.05em; } }
        section.mailcard p.mailbt a span br.xpblock {
          display: none; }
        @media only screen and (max-width: 380px) {
          section.mailcard p.mailbt a span br.xpblock {
            display: block; } }
      section.mailcard p.mailbt a:hover {
        background-color: #05bb5b;
        text-decoration: none !important; }

/*============================
紹介カード
============================*/
div#scard_title_cont {
  width: 100%;
  min-height: 130px;
  position: relative;
  padding: 20px 140px;
  border: 1px solid #04984a;
  background-color: #d4ecd6;
  border-radius: 4px;
  background-image: url(../images/navi/smenu_ico07.svg);
  background-size: 120px 120px;
  background-repeat: no-repeat;
  background-position: 10px center; }
  @media only screen and (max-width: 765.98px) {
    div#scard_title_cont {
      padding: 10px 140px 10px 10px;
      background-image: none; } }
  @media only screen and (max-width: 575px) {
    div#scard_title_cont {
      padding: 10px 110px 10px 10px;
      min-height: 90px; } }
  div#scard_title_cont p.scardtxt {
    text-align: center;
    font-size: 16px !important;
    font-size: 1rem;
    padding-bottom: 2% !important; }
    @media (max-width: 35.4em) {
      div#scard_title_cont p.scardtxt {
        font-size: 14.4px !important; } }
    @media only screen and (max-width: 765.98px) {
      div#scard_title_cont p.scardtxt {
        padding-top: 20px;
        padding-left: 12px;
        text-align: left; } }
    @media only screen and (max-width: 575px) {
      div#scard_title_cont p.scardtxt {
        font-size: 13px !important;
        font-size: 0.8125rem;
        padding-top: 0px;
        padding-left: 0px;
        text-align: left; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    div#scard_title_cont p.scardtxt {
      font-size: 11.7px !important; } }

  div#scard_title_cont h1.scard_page_title {
    font-size: 32px !important;
    text-align: center;
    color: #04984a; }
    @media (max-width: 35.4em) {
      div#scard_title_cont h1.scard_page_title {
        font-size: 29.6px !important; } }
    @media only screen and (max-width: 840px) {
      div#scard_title_cont h1.scard_page_title {
        font-size: 32px;
        font-size: 2rem !important; } }
  @media only screen and (max-width: 840px) and (max-width: 35.4em) {
    div#scard_title_cont h1.scard_page_title {
      font-size: 25.6px !important; } }

    @media only screen and (max-width: 765.98px) {
      div#scard_title_cont h1.scard_page_title {
        text-align: left;
        font-size: 28px;
        font-size: 1.75rem !important; } }
  @media only screen and (max-width: 765.98px) and (max-width: 35.4em) {
    div#scard_title_cont h1.scard_page_title {
      font-size: 22.4px !important; } }

    @media only screen and (max-width: 575px) {
      div#scard_title_cont h1.scard_page_title {
        font-size: 22px !important;
        font-size: 1.375rem;
        text-indent: -10px;
        text-align: left;
        line-height: 1.3;
        padding-top: 5px; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    div#scard_title_cont h1.scard_page_title {
      font-size: 19.8px !important; } }

  div#scard_title_cont p.scard_date {
    border-radius: 50%;
    position: absolute;
    top: -12%;
    right: -5%;
    width: 160px;
    height: 160px;
    background-color: #ed6d34;
    display: table;
    border: 10px solid #fae7d3; }
    div#scard_title_cont p.scard_date span {
      color: #FFF;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.2;
      font-weight: bold;
      padding-top: 5px;
      font-size: 19px !important;
      font-size: 1.1875rem; }
      @media (max-width: 35.4em) {
        div#scard_title_cont p.scard_date span {
          font-size: 17.1px !important; } }
      div#scard_title_cont p.scard_date span strong {
        font-size: 24px !important;
        font-size: 1.5rem;
        line-height: 1.0; }
        @media (max-width: 35.4em) {
          div#scard_title_cont p.scard_date span strong {
            font-size: 21.6px !important; } }
    @media only screen and (max-width: 575px) {
      div#scard_title_cont p.scard_date {
        width: 116px;
        height: 116px;
        border: 5px solid #fae7d3;
        top: -9px;
        right: -5px; }
        div#scard_title_cont p.scard_date span {
          font-size: 16px !important;
          font-size: 1rem; } }
    @media only screen and (max-width: 575px) and (max-width: 35.4em) {
      div#scard_title_cont p.scard_date span {
        font-size: 14.4px !important; } }
    @media only screen and (max-width: 575px) {
          div#scard_title_cont p.scard_date span strong {
            font-size: 22px !important;
            font-size: 1.375rem;
            line-height: 1.0; } }
      @media only screen and (max-width: 575px) and (max-width: 35.4em) {
        div#scard_title_cont p.scard_date span strong {
          font-size: 19.8px !important; } }

section.scard_cont p {
  font-size: 14px !important;
  font-size: 0.875rem; }
  @media (max-width: 35.4em) {
    section.scard_cont p {
      font-size: 12.6px !important; } }
section.scard_cont ul.scard_users {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 765.98px) {
    section.scard_cont ul.scard_users {
      margin-top: 4%; } }
  @media only screen and (max-width: 575px) {
    section.scard_cont ul.scard_users {
      display: block; } }
  section.scard_cont ul.scard_users li {
    margin-bottom: 15px;
    padding: 0px 0px 10px 0px;
    border: 1px solid #04984a;
    border-radius: 4px;
    overflow: hidden;
    width: 48%;
    max-width: 48%;
    flex-basis: 48%; }
    @media only screen and (max-width: 765.98px) {
      section.scard_cont ul.scard_users li {
        margin-bottom: 4%; } }
    @media only screen and (max-width: 575px) {
      section.scard_cont ul.scard_users li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }
    section.scard_cont ul.scard_users li h3 {
      background-color: #04984a;
      color: #FFF;
      text-align: center;
      height: 30px;
      font-size: 15px !important;
      font-size: 0.9375rem;
      line-height: 30px; }
      @media (max-width: 35.4em) {
        section.scard_cont ul.scard_users li h3 {
          font-size: 13.5px !important; } }
    section.scard_cont ul.scard_users li dl.scard_step {
      padding: 10px 10px 0px 10px;
      text-align: left; }
      section.scard_cont ul.scard_users li dl.scard_step dt {
        padding-bottom: 5px; }
        section.scard_cont ul.scard_users li dl.scard_step dt span {
          padding: 0px 0px 3px 0px;
          margin-right: 10px;
          flex-basis: 80px;
          width: 80px;
          max-width: 80px;
          border-radius: 4px;
          background-color: #d4ecd6;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          justify-content: center;
          text-align: center;
          color: #04984a;
          font-size: 12px;
          line-height: 1.2;
          padding-top: 5px; }
          section.scard_cont ul.scard_users li dl.scard_step dt span strong {
            font-size: 19px;
            line-height: 1.2;
            font-weight: bold;
            padding-left: 5px;
            padding-top: 0px;
            position: relative;
            top: 0px; }
      section.scard_cont ul.scard_users li dl.scard_step dd h4 {
        color: #04984a;
        padding-top: 10px;
        padding-bottom: 5px; }
    section.scard_cont ul.scard_users li:last-of-type {
      border: 1px solid #4b90e0; }
      section.scard_cont ul.scard_users li:last-of-type h3 {
        background-color: #4b90e0; }
      section.scard_cont ul.scard_users li:last-of-type dl.scard_step dt span {
        background-color: #e2edfa;
        color: #4b90e0; }
      section.scard_cont ul.scard_users li:last-of-type dl.scard_step dd h4 {
        color: #4b90e0; }

div.frame_tipe01 {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #04984a; }
  div.frame_tipe01 ul.list_dot_gr {
    padding: 10px; }
  div.frame_tipe01 h4 {
    font-size: 16px;
    font-size: 1rem !important;
    color: #04984a;
    padding-top: 15px; }
    @media (max-width: 35.4em) {
      div.frame_tipe01 h4 {
        font-size: 15.2px !important; } }
    @media only screen and (max-width: 765.98px) {
      div.frame_tipe01 h4 {
        padding-top: 4%; } }
  @media only screen and (max-width: 765.98px) {
    div.frame_tipe01 {
      margin-top: 4%; } }
  div.frame_tipe01 h3 {
    background-color: #04984a;
    color: #FFF;
    text-align: center;
    height: 30px;
    font-size: 15px !important;
    font-size: 0.9375rem;
    line-height: 30px; }
    @media (max-width: 35.4em) {
      div.frame_tipe01 h3 {
        font-size: 13.5px !important; } }
  div.frame_tipe01 ul.scard_gift {
    width: 96%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0px 20px 0px; }
    @media only screen and (max-width: 575px) {
      div.frame_tipe01 ul.scard_gift {
        display: block; } }
    div.frame_tipe01 ul.scard_gift li {
      width: 48%;
      max-width: 48%;
      flex-basis: 48%;
      text-align: center; }
      @media only screen and (max-width: 575px) {
        div.frame_tipe01 ul.scard_gift li {
          width: 100%;
          max-width: 100%;
          flex-basis: 100%; } }
      div.frame_tipe01 ul.scard_gift li p {
        display: inline-block;
        padding: 3px 10px 3px 28px !important;
        background-size: 26px 26px;
        background-repeat: no-repeat;
        background-position: 0px center;
        line-height: 1.2;
        font-size: 15px !important;
        font-size: 0.9375rem; }
        @media (max-width: 35.4em) {
          div.frame_tipe01 ul.scard_gift li p {
            font-size: 13.5px !important; } }
        @media only screen and (max-width: 575px) {
          div.frame_tipe01 ul.scard_gift li p {
            text-align: left;
            width: 90%; } }
        @media only screen and (max-width: 380px) {
          div.frame_tipe01 ul.scard_gift li p {
            font-size: 13px !important;
            font-size: 0.8125rem;
            padding: 5px 10px 5px 28px !important; } }
  @media only screen and (max-width: 380px) and (max-width: 35.4em) {
    div.frame_tipe01 ul.scard_gift li p {
      font-size: 11.7px !important; } }

      div.frame_tipe01 ul.scard_gift li span {
        color: #ed6d34;
        padding-left: 5px; }
        div.frame_tipe01 ul.scard_gift li span strong {
          font-size: 20px !important;
          font-size: 1.25rem; }
          @media (max-width: 35.4em) {
            div.frame_tipe01 ul.scard_gift li span strong {
              font-size: 18px !important; } }
          @media only screen and (max-width: 380px) {
            div.frame_tipe01 ul.scard_gift li span strong {
              font-size: 15px !important;
              font-size: 0.9375rem; } }
  @media only screen and (max-width: 380px) and (max-width: 35.4em) {
    div.frame_tipe01 ul.scard_gift li span strong {
      font-size: 13.5px !important; } }

      div.frame_tipe01 ul.scard_gift li:first-of-type p {
        background-image: url(../images/common/human_ico_gr.svg); }
      div.frame_tipe01 ul.scard_gift li:last-of-type p {
        background-image: url(../images/common/human_ico_blue.svg); }

div.frame_tipe02 {
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #04984a; }
  @media only screen and (max-width: 765.98px) {
    div.frame_tipe02 {
      margin-top: 2%;
      margin-bottom: 2%; } }
  div.frame_tipe02 ul.list_dot_gr {
    margin: 0 auto;
    padding: 10px;
    width: 70%; }
    @media only screen and (max-width: 765.98px) {
      div.frame_tipe02 ul.list_dot_gr {
        width: 100%; } }

div.frame_gray {
  margin-top: 30px;
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 20px  20px  20px  20px; }
  @media only screen and (max-width: 765.98px) {
    div.frame_gray {
      margin-top: 4%; } }
  @media only screen and (max-width: 575px) {
    div.frame_gray {
      padding: 10px; } }

h3.note_redtitle {
  margin-bottom: 10px;
  font-size: 19px;
  font-size: 1.1875rem !important;
  width: 100%;
  background-image: url(../images/common/ico_circle_red.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  padding-left: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: red;
  background-position: 0px 5px; }
  @media only screen and (max-width: 765.98px) {
    h3.note_redtitle {
      margin-top: 1%; } }
  @media (max-width: 35.4em) {
    h3.note_redtitle {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    h3.note_redtitle {
      background-position: 0px 4px; } }
  @media only screen and (max-width: 575px) {
    h3.note_redtitle {
      background-position: 0px 1px; } }
  @media only screen and (max-width: 380px) {
    h3.note_redtitle {
      background-position: 0px 2px; } }

div.bt_arrow {
  padding-top: 80px;
  background-image: url(../images/common/arow_to_bt.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center 10px; }
  @media only screen and (max-width: 575px) {
    div.bt_arrow {
      padding-top: 60px;
      background-image: url(../images/common/arow_to_bt.svg);
      background-size: 40px 40px;
      background-repeat: no-repeat;
      background-position: center 5px; } }
  div.bt_arrow p.scard_bt a {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    min-height: 50px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background-color: #ed6d34;
    position: relative;
    background-image: url(../images/common/link_ico_wh.svg);
    background-repeat: no-repeat;
    background-position: right 4px top 4px;
    background-size: 20px 20px;
    padding: 5px 10px !important;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      div.bt_arrow p.scard_bt a {
        min-height: 60px; } }
    @media only screen and (max-width: 380px) {
      div.bt_arrow p.scard_bt a {
        background-size: 15px 15px; } }
    @media only screen and (max-width: 765.98px) {
      div.bt_arrow p.scard_bt a {
        height: 30px; } }
    div.bt_arrow p.scard_bt a span {
      color: #FFF;
      position: relative;
      padding-left: 27px;
      display: inline-block;
      padding: 2px 0 2px  30px;
      background-image: url(../images/navi/smenu_ico07_wh.svg);
      background-repeat: no-repeat;
      background-position: 0px center;
      background-size: auto 28px;
      margin-right: 4px;
      font-size: 18px;
      font-size: 1.125rem !important;
      line-height: 1.2; }
      @media (max-width: 35.4em) {
        div.bt_arrow p.scard_bt a span {
          font-size: 14.4px !important; } }
      @media only screen and (max-width: 575px) {
        div.bt_arrow p.scard_bt a span {
          background-size: auto 44px;
          padding: 2px 0 2px 39px; } }
    div.bt_arrow p.scard_bt a:hover {
      background-color: #f3a07a;
      text-decoration: none !important; }

ul.foot_adresstxt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 575px) {
    ul.foot_adresstxt {
      display: block; } }
  ul.foot_adresstxt li {
    width: 31%;
    max-width: 31%;
    flex-basis: 31%;
    font-size: 14px !important;
    font-size: 0.875rem;
    border-left: 1px solid #333;
    padding-left: 10px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px; }
    @media only screen and (max-width: 575px) {
      ul.foot_adresstxt li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }
    @media (max-width: 35.4em) {
      ul.foot_adresstxt li {
        font-size: 12.6px !important; } }
    ul.foot_adresstxt li a {
      color: #333 !important; }
      @media only screen and (max-width: 765.98px) {
        ul.foot_adresstxt li a {
          color: #04984a !important; } }
    @media screen and (min-width: 766px) {
      ul.foot_adresstxt li a[href^="tel:"] {
        pointer-events: none; } }

/*============================
紹介カードフォーム
============================*/
div.card_sendarea {
  border: 1px solid #ed6d34;
  border-radius: 8px;
  background-color: #fff8dd;
  overflow: hidden; }
  div.card_sendarea h2 {
    background-color: #ed6d34;
    min-height: 40px;
    text-align: center;
    padding: 3px 3px;
    font-size: 19px;
    font-size: 1.1875rem !important;
    color: #FFF;
    line-height: 40px; }
    @media (max-width: 35.4em) {
      div.card_sendarea h2 {
        font-size: 15.2px !important; } }
    @media only screen and (max-width: 575px) {
      div.card_sendarea h2 {
        line-height: 1.2;
        padding: 5px 3px; } }
  @media only screen and (max-width: 575px) {
    div.card_sendarea.confirmation_screen h2 {
      line-height: 40px; } }
  div.card_sendarea.confirmation_screen div.senditem {
    padding: 2% 2% 1% 2%;
    padding-left: 2%; }
  div.card_sendarea.confirmation_screen ul.bt_set {
    padding-bottom: 0px !important; }
    @media only screen and (max-width: 575px) {
      div.card_sendarea.confirmation_screen ul.bt_set {
        padding-bottom: 0px; } }
    @media only screen and (max-width: 765.98px) {
      div.card_sendarea.confirmation_screen ul.bt_set li span {
        font-size: 15px !important;
        font-size: 0.9375rem; } }
  @media only screen and (max-width: 765.98px) and (max-width: 35.4em) {
    div.card_sendarea.confirmation_screen ul.bt_set li span {
      font-size: 13.5px !important; } }

  div.card_sendarea div.senditem {
    width: 100%;
    padding: 10px;
    padding-left: 150px;
    position: relative; }
    @media only screen and (max-width: 575px) {
      div.card_sendarea div.senditem {
        padding: 5px; } }
    div.card_sendarea div.senditem:first-of-type p.cs_stepno {
      top: -2.5em; }
      @media only screen and (max-width: 575px) {
        div.card_sendarea div.senditem:first-of-type p.cs_stepno {
          top: auto; } }
    div.card_sendarea div.senditem h3 {
      font-size: 15px;
      width: 100%;
      padding: 3px 3px 3px 18px;
      display: block;
      background-image: url(../images/common/ico_circle_or.svg);
      background-repeat: no-repeat;
      background-position: 0px 5px;
      background-size: 14px 14px;
      line-height: 1.3;
      font-weight: normal; }
      @media only screen and (max-width: 575px) {
        div.card_sendarea div.senditem h3 {
          background-position: 0px 5px; } }
    div.card_sendarea div.senditem .sendcont {
      background-color: #FFF;
      border-radius: 4px;
      padding: 10px; }
      div.card_sendarea div.senditem .sendcont p {
        padding-bottom: 0 !important; }
    div.card_sendarea div.senditem p.cs_stepno {
      width: 130px;
      height: 130px;
      position: absolute;
      top: -6.5em;
      left: 10px; }
      @media only screen and (max-width: 575px) {
        div.card_sendarea div.senditem p.cs_stepno {
          width: 100% !important;
          height: 60px;
          position: relative;
          top: auto;
          left: auto;
          text-align: center; } }
      div.card_sendarea div.senditem p.cs_stepno span {
        position: relative;
        display: inline-block;
        margin: 1.5em 15px 1.5em 0;
        padding: 0 5px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        vertical-align: middle;
        text-align: center;
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
        background: #ed6d34;
        border-radius: 50%;
        box-sizing: border-box; }
        @media only screen and (max-width: 575px) {
          div.card_sendarea div.senditem p.cs_stepno span {
            margin: 0;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            display: inline-block; } }
        div.card_sendarea div.senditem p.cs_stepno span:before {
          content: "";
          position: absolute;
          top: 50%;
          right: -25px;
          margin-top: -15px;
          border: 15px solid transparent;
          border-left: 15px solid #ed6d34;
          z-index: 0; }
          @media only screen and (max-width: 575px) {
            div.card_sendarea div.senditem p.cs_stepno span:before {
              display: none; } }
    div.card_sendarea div.senditem p.form_itemname span {
      display: inline-block;
      text-align: center;
      width: 6% !important;
      font-size: 13px !important;
      font-size: 0.8125rem; }
      @media (max-width: 35.4em) {
        div.card_sendarea div.senditem p.form_itemname span {
          font-size: 11.7px !important; } }
      @media only screen and (max-width: 765.98px) {
        div.card_sendarea div.senditem p.form_itemname span {
          width: 8% !important; } }
      @media only screen and (max-width: 575px) {
        div.card_sendarea div.senditem p.form_itemname span {
          width: 8% !important; } }
    div.card_sendarea div.senditem .emailinput {
      width: 47% !important;
      display: inline-block;
      visibility: middle; }
      @media only screen and (max-width: 765.98px) {
        div.card_sendarea div.senditem .emailinput {
          width: 46% !important; } }
      @media only screen and (max-width: 575px) {
        div.card_sendarea div.senditem .emailinput {
          width: 46% !important; } }
    div.card_sendarea div.senditem ul.bt_set {
      padding-bottom: 20px; }
      @media only screen and (max-width: 575px) {
        div.card_sendarea div.senditem ul.bt_set {
          padding-bottom: 0px; } }

ul.bt_set li button {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0px 20px 0 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 4px top 4px;
  background-size: 20px 20px;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  /* Androidブラウザ用 */
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 575px) {
    ul.bt_set li button {
      height: 40px; } }
  @media only screen and (max-width: 380px) {
    ul.bt_set li button {
      background-size: 15px 15px; } }
  ul.bt_set li button span {
    color: #333333;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.3; }
    @media only screen and (max-width: 765.98px) {
      ul.bt_set li button span {
        font-size: 13px; } }
ul.bt_set li.bt_set_sendbt button {
  background-color: #ed6d34;
  background-image: url(../images/common/link_ico_wh.svg);
  border: 1px solid #ed6d34;
  transition: 0.3s; }
  ul.bt_set li.bt_set_sendbt button span {
    color: #FFF;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2; }
  ul.bt_set li.bt_set_sendbt button:hover {
    background-color: #f3a07a;
    border: 1px solid #f3a07a; }
ul.bt_set li.bt_set_prevbt button {
  background-color: #d4ecd6;
  background-image: url(../images/common/link_ico_gr.svg);
  border: 1px solid #04984a;
  transition: 0.3s; }
  ul.bt_set li.bt_set_prevbt button:hover {
    background-color: #a7d8ab; }

/*============================
#send_title_cont
送信画面のタイトル部分
============================*/
div#send_title_cont {
  margin-top: 0;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 765.98px) {
    div#send_title_cont {
      margin-bottom: 4%; } }
  div#send_title_cont p {
    font-size: 20px;
    font-size: 1.25rem !important;
    padding-bottom: 5px !important; }
    @media (max-width: 35.4em) {
      div#send_title_cont p {
        font-size: 16px !important; } }
  div#send_title_cont h1.send_page_title {
    color: #04984a;
    font-weight: normal; }
    div#send_title_cont h1.send_page_title span {
      background: linear-gradient(transparent 60%, #d4ecd6 60%);
      padding: 0 10px;
      line-height: 1.2;
      font-size: 50px !important;
      font-size: 3.125rem; }
      @media (max-width: 35.4em) {
        div#send_title_cont h1.send_page_title span {
          font-size: 45px !important; } }
      @media only screen and (max-width: 765.98px) {
        div#send_title_cont h1.send_page_title span {
          font-size: 25px !important;
          font-size: 1.5625rem; } }
  @media only screen and (max-width: 765.98px) and (max-width: 35.4em) {
    div#send_title_cont h1.send_page_title span {
      font-size: 22.5px !important; } }

/*============================
クローズアップタイトル
============================*/
div#closeup_title_cont {
  width: 100%;
  position: relative;
  padding: 20px 20px;
  border: 1px solid #04984a;
  background-color: #d4ecd6;
  border-radius: 4px; }
  @media only screen and (max-width: 765.98px) {
    div#closeup_title_cont {
      padding: 10px  10px 10px 10px; } }
  @media only screen and (max-width: 575px) {
    div#closeup_title_cont {
      padding: 10px 10px 10px 10px; } }
  div#closeup_title_cont h1.closeup_page_title {
    font-size: 26px;
    font-size: 1.625rem !important;
    text-align: center;
    color: #04984a; }
    @media (max-width: 35.4em) {
      div#closeup_title_cont h1.closeup_page_title {
        font-size: 20.8px !important; } }
    @media only screen and (max-width: 840px) {
      div#closeup_title_cont h1.closeup_page_title {
        font-size: 25px;
        font-size: 1.5625rem !important; } }
  @media only screen and (max-width: 840px) and (max-width: 35.4em) {
    div#closeup_title_cont h1.closeup_page_title {
      font-size: 20px !important; } }

    @media only screen and (max-width: 765.98px) {
      div#closeup_title_cont h1.closeup_page_title {
        text-align: left;
        font-size: 22px;
        font-size: 1.375rem !important; }
        div#closeup_title_cont h1.closeup_page_title br {
          display: none; } }
  @media only screen and (max-width: 765.98px) and (max-width: 35.4em) {
    div#closeup_title_cont h1.closeup_page_title {
      font-size: 17.6px !important; } }

    @media only screen and (max-width: 575px) {
      div#closeup_title_cont h1.closeup_page_title {
        font-size: 20px !important;
        font-size: 1.25rem;
        text-align: left;
        line-height: 1.3;
        padding-top: 5px; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    div#closeup_title_cont h1.closeup_page_title {
      font-size: 18px !important; } }

section.closeup_cont div.interviewee {
  padding-left: 69px;
  width: 100%;
  background-image: url(../images/common/interview_tit_bg_gr.svg);
  background-size: 70px 85px;
  background-repeat: no-repeat;
  background-position: 0px bottom; }
  section.closeup_cont div.interviewee h2 {
    font-size: 18px !important;
    font-size: 1.125rem;
    width: 100%;
    background-color: #04984a;
    min-height: 65px;
    display: table;
    color: #FFF;
    border-radius: 4px; }
    @media (max-width: 35.4em) {
      section.closeup_cont div.interviewee h2 {
        font-size: 16.2px !important; } }
    section.closeup_cont div.interviewee h2 span {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      padding: 2%;
      line-height: 1.3; }
      @media only screen and (max-width: 765.98px) {
        section.closeup_cont div.interviewee h2 span {
          padding: 3%; } }
  section.closeup_cont div.interviewee p.iee_name {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    font-size: 11px !important;
    font-size: 0.6875rem; }
    @media (max-width: 35.4em) {
      section.closeup_cont div.interviewee p.iee_name {
        font-size: 9.9px !important; } }
    section.closeup_cont div.interviewee p.iee_name strong {
      font-size: 17px !important;
      font-size: 1.0625rem;
      margin-left: 10px;
      font-weight: normal; }
      @media (max-width: 35.4em) {
        section.closeup_cont div.interviewee p.iee_name strong {
          font-size: 15.3px !important; } }
section.closeup_cont div.frame_tipe01 h4 {
  padding: 10px 20px 10px 20px; }
section.closeup_cont div.frame_tipe01 p {
  padding: 0px 20px 20px  20px !important; }

img.flimg {
  width: 25%;
  height: auto; }
  @media only screen and (max-width: 575px) {
    img.flimg {
      margin-top: 5%;
      width: 30%;
      height: auto; } }
  @media only screen and (max-width: 380px) {
    img.flimg {
      margin-top: 5%;
      width: 30%;
      height: auto; } }

/*============================
ボタン、1つ、2つ、3つ
============================*/
ul.bt_set {
  padding-top: 0px;
  width: 100%;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex; }
  @media only screen and (max-width: 765.98px) {
    ul.bt_set {
      padding-top: 0%; } }
  @media only screen and (max-width: 575px) {
    ul.bt_set {
      display: block; } }
  ul.bt_set li {
    padding-bottom: 2%; }
    @media only screen and (max-width: 575px) {
      ul.bt_set li {
        padding-bottom: 1.8%; } }
    ul.bt_set li a {
      height: 40px;
      width: 100%;
      border-radius: 4px;
      position: relative;
      text-align: center;
      width: 100%;
      padding: 0px 20px 0 20px;
      position: relative;
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 20px 20px;
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      align-items: center;
      -webkit-box-pack: center;
      /* Androidブラウザ用 */
      justify-content: center;
      text-align: center; }
      @media only screen and (max-width: 575px) {
        ul.bt_set li a {
          height: 40px; } }
      @media only screen and (max-width: 380px) {
        ul.bt_set li a {
          background-size: 15px 15px; } }
      ul.bt_set li a span {
        color: #333333;
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 1.3; }
        @media only screen and (max-width: 765.98px) {
          ul.bt_set li a span {
            font-size: 13px; } }
    @media only screen and (max-width: 380px) {
      ul.bt_set li.txtlong a span {
        line-height: 18px !important;
        font-size: 13px;
        font-size: 0.8125rem !important; } }
  @media only screen and (max-width: 380px) and (max-width: 35.4em) {
    ul.bt_set li.txtlong a span {
      font-size: 12.35px !important; } }

  ul.bt_set li.bt_set_entry a {
    background-color: #ed6d34;
    background-image: url(../images/common/link_ico_wh.svg);
    border: 1px solid #ed6d34;
    transition: 0.3s; }
    ul.bt_set li.bt_set_entry a span {
      color: #FFF;
      position: relative;
      display: inline-block;
      padding: 2px 0 2px 28px;
      background-image: url(../images/common/entry_ico.svg);
      background-repeat: no-repeat;
      background-position: 0px -1px;
      background-size: 23px 23px;
      margin-right: 4px;
      font-size: 16px;
      line-height: 1.2; }
    ul.bt_set li.bt_set_entry a:hover {
      background-color: #f3a07a;
      border: 1px solid #f3a07a; }
  ul.bt_set li.bt_set_search a {
    background-color: #04984a;
    background-image: url(../images/common/link_ico_wh.svg);
    border: 1px solid #04984a;
    transition: 0.3s; }
    ul.bt_set li.bt_set_search a span,
    ul.bt_set li.bt_set_entry.icon_search a span {
      color: #FFF;
      position: relative;
      display: inline-block;
      padding: 2px 0 2px 25px;
      background-image: url(../images/common/search_ico.svg);
      background-repeat: no-repeat;
      background-position: 0px -3px;
      background-size: 26px 26px;
      margin-right: 4px;
      font-size: 16px;
      line-height: 1.2; }
    ul.bt_set li.bt_set_search a:hover {
      background-color: #05bb5b;
      border: 1px solid #05bb5b; }
  ul.bt_set li.bt_set_data a {
    background-color: #04984a;
    background-image: url(../images/common/link_ico_wh.svg);
    border: 1px solid #04984a;
    transition: 0.3s; }
    ul.bt_set li.bt_set_data a span {
      color: #FFF;
      padding: 2px 0 2px 0px !important; }
    ul.bt_set li.bt_set_data a:hover {
      background-color: #05bb5b;
      border: 1px solid #05bb5b; }
  ul.bt_set li.bt_set_link a {
    background-color: #d4ecd6;
    background-image: url(../images/common/link_ico_gr.svg);
    border: 1px solid #04984a;
    transition: 0.3s; }
    ul.bt_set li.bt_set_link a:hover {
      background-color: #a7d8ab; }
  ul.bt_set li.bt_set_senior a {
    background-color: #4b90e0;
    background-image: url(../images/common/link_ico_wh.svg);
    border: 1px solid #4b90e0;
    transition: 0.3s; }
    ul.bt_set li.bt_set_senior a span {
      color: #FFF;
      position: relative;
      display: inline-block;
      padding: 2px 0 2px 25px;
      background-image: url(../images/common/search_ico.svg);
      background-repeat: no-repeat;
      background-position: 0px -3px;
      background-size: 26px 26px;
      margin-right: 4px;
      font-size: 16px;
      line-height: 1.2; }
    ul.bt_set li.bt_set_senior a:hover {
      background-color: #69a3e5;
      border: 1px solid #69a3e5; }

ul.bt_set.btcolumn01 {
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center; }
  ul.bt_set.btcolumn01 li {
    width: 60%;
    max-width: 60%;
    flex-basis: 60%; }
    @media only screen and (max-width: 840px) {
      ul.bt_set.btcolumn01 li {
        width: 70%;
        max-width: 70%;
        flex-basis: 70%; } }
    @media only screen and (max-width: 575px) {
      ul.bt_set.btcolumn01 li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }
  ul.bt_set.btcolumn01.bt_right {
    text-align: right;
    display: block; }
    ul.bt_set.btcolumn01.bt_right li {
      display: inline-block; }

ul.bt_set.btcolumn02 {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  ul.bt_set.btcolumn02 li {
    width: 49%;
    max-width: 49%;
    flex-basis: 49%; }
    @media only screen and (max-width: 575px) {
      ul.bt_set.btcolumn02 li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }

ul.bt_set.btcolumn03 {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  ul.bt_set.btcolumn03 li {
    width: 32.3%;
    max-width: 32.3%;
    flex-basis: 32.3%; }
    @media only screen and (max-width: 575px) {
      ul.bt_set.btcolumn03 li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }

/*============================
吹き出しのインタビュー
============================*/
div.closeup_voice {
  padding-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  @media only screen and (max-width: 765.98px) {
    div.closeup_voice {
      padding-bottom: 4%; } }
  div.closeup_voice:last-of-type {
    padding-bottom: 0px; }
    @media only screen and (max-width: 765.98px) {
      div.closeup_voice:last-of-type {
        padding-bottom: 0%; } }
  div.closeup_voice figure {
    width: 85px;
    max-width: 85px;
    flex-basis: 85px;
    background-image: url(../images/common/fukidashi_gr.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right -1px  top 20px; }
    div.closeup_voice figure img {
      width: 60px;
      height: auto; }
    div.closeup_voice figure figcaption {
      width: 60px;
      color: #333;
      font-size: 12px;
      font-size: 0.75rem !important;
      text-align: center; }
      @media (max-width: 35.4em) {
        div.closeup_voice figure figcaption {
          font-size: 9.6px !important; } }
  div.closeup_voice div.closeup_voice_cont {
    width: calc(100% - 85px); }
    div.closeup_voice div.closeup_voice_cont p {
      padding: 10px !important;
      background-color: #04984a;
      border-radius: 4px;
      color: #FFF; }

/*============================
インタビューコンテンツのH3とスケジュール
============================*/
h3.closeupiv_h3 {
  font-size: 18px;
  font-size: 1.125rem !important;
  color: #04984a;
  padding-top: 15px; }
  @media (max-width: 35.4em) {
    h3.closeupiv_h3 {
      font-size: 17.1px !important; } }
  @media only screen and (max-width: 765.98px) {
    h3.closeupiv_h3 {
      padding-top: 4%; } }

h3.sche_title_h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: 45px;
  padding-top: 2px;
  font-size: 18px;
  font-size: 1.125rem !important;
  color: #04984a;
  padding-top: 15px; }
  @media only screen and (max-width: 575px) {
    h3.sche_title_h3 {
      height: 40px;
      padding-top: 0; } }
  h3.sche_title_h3 span {
    position: relative;
    margin-top: -10px;
    width: 22%;
    max-width: 22%;
    flex-basis: 22%;
    text-align: center;
    padding-top: 12px;
    margin-right: 10px;
    display: block;
    background-color: #04984a;
    color: #FFF;
    border-radius: 4px 4px 0px 0px;
    font-size: 15px;
    font-size: 0.9375rem !important;
    height: 40px; }
    @media only screen and (max-width: 575px) {
      h3.sche_title_h3 span {
        width: 50%;
        max-width: 50%;
        flex-basis: 50%; } }
    @media (max-width: 35.4em) {
      h3.sche_title_h3 span {
        font-size: 14.25px !important; } }
    @media only screen and (max-width: 575px) {
      h3.sche_title_h3 span {
        margin-top: 0px; } }
  @media (max-width: 35.4em) {
    h3.sche_title_h3 {
      font-size: 17.1px !important; } }
  h3.sche_title_h3 br {
    display: none; }
  @media only screen and (max-width: 575px) {
    h3.sche_title_h3 {
      font-size: 16px;
      font-size: 1rem !important;
      line-height: 1.2; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    h3.sche_title_h3 {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 575px) {
      h3.sche_title_h3 br {
        display: block; } }

dl.sche_con {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 0% 0% 1% 0%;
  color: #333; }
  dl.sche_con dt {
    width: 21%;
    max-width: 21%;
    flex-basis: 21%;
    background-color: #d4ecd6;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    display: flex;
    padding: 5px 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 765.98px) {
      dl.sche_con dt {
        font-size: 12px;
        line-height: 1.2; } }
  dl.sche_con dd {
    width: 77%;
    max-width: 77%;
    flex-basis: 77%;
    padding: 5px 3px;
    display: block;
    font-size: 14px !important;
    font-size: 0.875rem; }
    @media (max-width: 35.4em) {
      dl.sche_con dd {
        font-size: 12.6px !important; } }
    dl.sche_con dd span {
      width: 7em;
      color: #04984a; }
      dl.sche_con dd span.txtlg {
        width: 13em; }
      @media only screen and (max-width: 575px) {
        dl.sche_con dd span {
          display: block;
          width: 100%;
          font-size: 14px !important;
          font-size: 0.875rem; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    dl.sche_con dd span {
      font-size: 12.6px !important; } }

    dl.sche_con dd a {
      color: #04984a; }
      dl.sche_con dd a:hover {
        text-decoration: underline; }

div.closeupiv_sche {
  border: 1px solid #04984a;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 0px 4px 4px 4px;
  padding: 2% 2% 1% 2%; }
  @media only screen and (max-width: 765.98px) {
    div.closeupiv_sche {
      margin-bottom: 2%; } }
  div.closeupiv_sche dl.sche_con dd {
    display: -webkit-box;
    display: flex;
    padding: 5px 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 575px) {
      div.closeupiv_sche dl.sche_con dd {
        display: block; } }

/*============================
グラフパーツ
============================*/
div.grap_cont {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 575px) {
    div.grap_cont {
      display: block; } }
  div.grap_cont p {
    width: calc(100% - 335px);
    max-width: calc(100% - 335px);
    flex-basis: calc(100% - 335px); }
    @media only screen and (max-width: 575px) {
      div.grap_cont p {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }
  div.grap_cont figure {
    width: 335px;
    max-width: 335px;
    flex-basis: 335px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      div.grap_cont figure {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; } }

/*============================
profileタイトル
会社概要
============================*/
div#page_title_cont h1.profile_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/common/title_ico_05.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 8px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.profile_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.profile_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }

.main_color_h {
  font-size: 16px;
  font-size: 1rem !important;
  color: #04984a;
  padding-top: 15px; }
  @media (max-width: 35.4em) {
    .main_color_h {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    .main_color_h {
      padding-top: 4%; } }

/*============================
pricelistテーブル
============================*/
table.pricelist {
  margin-bottom: 2%;
  border-top: 1px solid #04984a;
  border-left: 1px solid #04984a; }
  table.pricelist tr th {
    background-color: #e4fbef; }
  table.pricelist tr th,
  table.pricelist tr td {
    border-right: 1px solid #04984a;
    border-bottom: 1px solid #04984a;
    padding: 10px;
    font-weight: normal;
    font-size: 15px !important;
    font-size: 0.9375rem;
    color: #333; }
    @media (max-width: 35.4em) {
      table.pricelist tr th,
      table.pricelist tr td {
        font-size: 13.5px !important; } }
  table.pricelist thead tr th {
    text-align: center;
    vertical-align: middle; }
  table.pricelist tbody tr th {
    vertical-align: top; }
  table.pricelist tbody tr td {
    vertical-align: top; }

div.plan_con {
  background-color: #d4ecd6;
  width: 100%;
  padding: 30px;
  border: 10px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 3%; }
  @media only screen and (max-width: 575px) {
    div.plan_con {
      padding: 20px; } }
  div.plan_con p {
    font-size: 16px !important;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    padding-bottom: 0 !important; }
    @media (max-width: 35.4em) {
      div.plan_con p {
        font-size: 14.4px !important; } }

/*============================
お仕事診断テスト
============================*/
/*============================
タイトル
============================*/
div#page_title_cont h1.test_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/navi/smenu_ico04.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 8px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.test_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.test_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }

/*============================
画面
============================*/
div.test_screen {
  padding-top: 62.319%;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    div.test_screen {
      padding-top: 120%; } }
  div.test_screen div.inner_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff8dd;
    border-radius: 16px;
    padding: 35px; }
    @media only screen and (max-width: 575px) {
      div.test_screen div.inner_div {
        padding: 20px 20px 20px 20px; } }
    @media only screen and (max-width: 575px) {
      div.test_screen div.inner_div.end_screen {
        padding: 20px 20px 40px 20px; } }
    div.test_screen div.inner_div.q_screen div.area_txt, div.test_screen div.inner_div.start_screen div.area_txt {
      padding-top: 40px; }
    div.test_screen div.inner_div.q_screen div.area_bt ul, div.test_screen div.inner_div.start_screen div.area_bt ul {
      margin-top: -40px; }
    div.test_screen div.inner_div div.cont_sc {
      width: 100%;
      height: 100%;
      background-color: #FFF;
      border-radius: 8px; }
      div.test_screen div.inner_div div.cont_sc div.area_txt,
      div.test_screen div.inner_div div.cont_sc div.area_bt,
      div.test_screen div.inner_div div.cont_sc div.area_links {
        width: 100%;
        height: 50%;
        display: table; }
        div.test_screen div.inner_div div.cont_sc div.area_txt div.inner_cont,
        div.test_screen div.inner_div div.cont_sc div.area_bt div.inner_cont,
        div.test_screen div.inner_div div.cont_sc div.area_links div.inner_cont {
          display: table-cell;
          vertical-align: middle; }
      div.test_screen div.inner_div div.cont_sc div.area_txt h2 {
        font-weight: normal;
        font-size: 20px;
        font-size: 1.25rem !important;
        padding: 10px;
        text-align: center; }
        @media (max-width: 35.4em) {
          div.test_screen div.inner_div div.cont_sc div.area_txt h2 {
            font-size: 16px !important; } }
      div.test_screen div.inner_div div.cont_sc div.area_txt h2.end_title {
        color: #04984a;
        font-weight: normal;
        line-height: 1.2;
        font-size: 32px;
        font-size: 2rem !important; }
        @media (max-width: 35.4em) {
          div.test_screen div.inner_div div.cont_sc div.area_txt h2.end_title {
            font-size: 25.6px !important; } }
        @media only screen and (max-width: 575px) {
          div.test_screen div.inner_div div.cont_sc div.area_txt h2.end_title {
            font-size: 23px;
            font-size: 1.4375rem !important; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    div.test_screen div.inner_div div.cont_sc div.area_txt h2.end_title {
      font-size: 18.4px !important; } }

      div.test_screen div.inner_div div.cont_sc div.area_txt p {
        font-size: 16px;
        font-size: 1rem !important;
        padding: 10px 20px;
        text-align: center; }
        @media (max-width: 35.4em) {
          div.test_screen div.inner_div div.cont_sc div.area_txt p {
            font-size: 12.8px !important; } }
        @media only screen and (max-width: 575px) {
          div.test_screen div.inner_div div.cont_sc div.area_txt p {
            font-size: 14px;
            font-size: 0.875rem !important;
            padding: 10px 30px; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    div.test_screen div.inner_div div.cont_sc div.area_txt p {
      font-size: 11.2px !important; } }

      div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb1columns {
        text-align: center; }
        div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb1columns li {
          display: inline-block; }
          div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb1columns li a {
            position: relative;
            display: inline-block;
            margin: 1.5em 0;
            padding: 0 5px;
            width: 120px;
            height: 120px;
            line-height: 120px;
            vertical-align: middle;
            text-align: center;
            color: #FFF;
            font-size: 20px;
            letter-spacing: 0.05em;
            background: #04984a;
            border-radius: 50%;
            box-sizing: border-box; }
            @media only screen and (max-width: 575px) {
              div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb1columns li a {
                margin: 1.5em 0;
                padding: 0 5px;
                width: 90px;
                height: 90px;
                line-height: 90px; } }
            div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb1columns li a:before {
              content: "";
              position: absolute;
              top: -25px;
              left: 50%;
              margin-left: -15px;
              border: 15px solid transparent;
              border-bottom: 15px solid #04984a;
              z-index: 0; }
            div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb1columns li a:hover {
              background-color: #05bb5b; }
              div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb1columns li a:hover:before {
                border-bottom: 15px solid #05bb5b; }
      div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns {
        display: -webkit-box;
        display: flex;
        justify-content: space-around;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; }
        div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns li {
          width: 45%;
          text-align: center; }
          div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns li:first-of-type a {
            position: relative;
            display: inline-block;
            margin: 1.5em auto;
            padding: 0 5px;
            width: 120px;
            height: 120px;
            line-height: 120px;
            vertical-align: middle;
            text-align: center;
            color: #FFF;
            font-size: 20px;
            letter-spacing: 0.05em;
            background: #04984a;
            border-radius: 50%;
            box-sizing: border-box; }
            @media only screen and (max-width: 575px) {
              div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns li:first-of-type a {
                margin: 1.5em 0;
                padding: 0 5px;
                width: 90px;
                height: 90px;
                line-height: 90px; } }
            div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns li:first-of-type a:hover {
              background-color: #05bb5b; }
          div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns li:last-of-type a {
            position: relative;
            display: inline-block;
            margin: 1.5em auto;
            padding: 0 5px;
            width: 120px;
            height: 120px;
            line-height: 120px;
            vertical-align: middle;
            text-align: center;
            color: #04984a;
            font-size: 20px;
            letter-spacing: 0.05em;
            background: #d4ecd6;
            border: 2px solid #04984a;
            border-radius: 50%;
            box-sizing: border-box; }
            @media only screen and (max-width: 575px) {
              div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns li:last-of-type a {
                margin: 1.5em 0;
                padding: 0 5px;
                width: 90px;
                height: 90px;
                line-height: 90px; } }
            div.test_screen div.inner_div div.cont_sc div.area_bt ul.test_bts.tb2columns li:last-of-type a:hover {
              background-color: #a7d8ab; }
      div.test_screen div.inner_div div.cont_sc div.area_links {
        width: 80%;
        margin: 0 auto;
        position: relative;
        border-top: 2px solid #04984a; }
        @media only screen and (max-width: 575px) {
          div.test_screen div.inner_div div.cont_sc div.area_links {
            width: 90%; } }
        div.test_screen div.inner_div div.cont_sc div.area_links h3 {
          font-size: 20px;
          font-size: 1.25rem !important;
          color: #04984a;
          padding-bottom: 10px; }
          @media (max-width: 35.4em) {
            div.test_screen div.inner_div div.cont_sc div.area_links h3 {
              font-size: 16px !important; } }
        div.test_screen div.inner_div div.cont_sc div.area_links ul.links li {
          padding-bottom: 10px;
          padding-left: 18px;
          background-image: url(../images/common/next_ico_gr.svg);
          background-size: 13px 13px;
          background-repeat: no-repeat;
          background-position: 0px 2px;
          line-height: 1.2; }
          div.test_screen div.inner_div div.cont_sc div.area_links ul.links li a {
            font-size: 16px;
            font-size: 1rem !important;
            display: block;
            position: relative;
            display: inline-block;
            text-decoration: none;
            font-weight: normal;
            margin-bottom: 5px;
            font-size: 15px;
            font-size: 0.9375rem !important;
            line-height: 1.2; }
            @media (max-width: 35.4em) {
              div.test_screen div.inner_div div.cont_sc div.area_links ul.links li a {
                font-size: 12.8px !important; } }
            @media (max-width: 35.4em) {
              div.test_screen div.inner_div div.cont_sc div.area_links ul.links li a {
                font-size: 14.25px !important; } }
            div.test_screen div.inner_div div.cont_sc div.area_links ul.links li a:after {
              position: absolute;
              bottom: 2px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #04984a;
              opacity: 0;
              visibility: hidden;
              transition: .3s; }
            div.test_screen div.inner_div div.cont_sc div.area_links ul.links li a:hover:after {
              bottom: -4px;
              opacity: 1;
              visibility: visible; }
    div.test_screen div.inner_div p.shindan {
      position: absolute;
      top: -30px;
      left: 0px;
      width: 100px;
      height: 100px; }
      @media only screen and (max-width: 575px) {
        div.test_screen div.inner_div p.shindan {
          top: -45px;
          left: 0px;
          width: 80px;
          height: 80px; } }
      div.test_screen div.inner_div p.shindan span {
        position: relative;
        display: inline-block;
        margin: 1.5em 15px 1.5em 0;
        padding: 0 5px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 18px;
        letter-spacing: 0.05em;
        vertical-align: middle;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        background: #04984a;
        border-radius: 50%;
        box-sizing: border-box; }
        @media only screen and (max-width: 575px) {
          div.test_screen div.inner_div p.shindan span {
            width: 70px;
            height: 70px;
            line-height: 70px;
            font-size: 12px;
            letter-spacing: 0.05em; } }
        div.test_screen div.inner_div p.shindan span:before {
          content: "";
          position: absolute;
          bottom: -8px;
          right: -8px;
          margin-top: -15px;
          border: 20px solid transparent;
          border-left: 20px solid #04984a;
          z-index: 0;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media only screen and (max-width: 575px) {
            div.test_screen div.inner_div p.shindan span:before {
              bottom: -8px;
              right: -8px;
              margin-top: -15px;
              border: 15px solid transparent;
              border-left: 15px solid #04984a; } }
    div.test_screen div.inner_div p.end_note {
      text-align: center;
      font-size: 13px;
      font-size: 0.8125rem !important;
      position: absolute;
      line-height: 1.3;
      width: 100%;
      left: 0px;
      bottom: 10px;
      padding-bottom: 0 !important; }
      @media (max-width: 35.4em) {
        div.test_screen div.inner_div p.end_note {
          font-size: 10.4px !important; } }
      @media only screen and (max-width: 575px) {
        div.test_screen div.inner_div p.end_note {
          bottom: 5px; } }

section.search_item {
  padding-top: 30px; }
  @media only screen and (max-width: 765.98px) {
    section.search_item {
      padding-top: 4%; } }
  section.search_item h2 {
    font-size: 15px;
    color: #04984a;
    width: 100%;
    padding: 3px 3px 3px 18px;
    display: block;
    background-image: url(../images/common/ico_circle.svg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 14px 14px;
    line-height: 1.3; }
    @media only screen and (max-width: 575px) {
      section.search_item h2 {
        background-position: 0px 5px; } }
  section.search_item ul.search_bt01 {
    padding-top: 15px;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 765.98px) {
      section.search_item ul.search_bt01 {
        padding-top: 2%; } }
    section.search_item ul.search_bt01 li {
      flex-basis: 49%;
      padding-bottom: 2%; }
      @media only screen and (max-width: 575px) {
        section.search_item ul.search_bt01 li {
          padding-bottom: 1.8%; } }
      section.search_item ul.search_bt01 li a {
        height: 60px;
        width: 100%;
        border-radius: 4px;
        position: relative;
        text-align: center;
        width: 100%;
        padding: 0px 10px 0 10px;
        position: relative;
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 20px 20px;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center;
        text-align: center; }
        @media only screen and (max-width: 380px) {
          section.search_item ul.search_bt01 li a {
            background-size: 15px 15px; } }
        section.search_item ul.search_bt01 li a span {
          color: #333333;
          position: relative;
          display: inline-block;
          font-size: 15px;
          line-height: 1.3; }
          @media only screen and (max-width: 765.98px) {
            section.search_item ul.search_bt01 li a span {
              font-size: 13px; } }
    section.search_item ul.search_bt01 li.sch_bt01_green a {
      background-color: #d4ecd6;
      background-image: url(../images/common/link_ico_gr.svg);
      border: 1px solid #04984a;
      transition: 0.3s; }
      section.search_item ul.search_bt01 li.sch_bt01_green a:hover {
        background-color: #a7d8ab; }
    section.search_item ul.search_bt01 li.sch_bt01_orange a {
      background-color: #fae7d3;
      background-image: url(../images/common/link_ico_or.svg);
      border: 1px solid #ed6d34;
      transition: 0.3s; }
      section.search_item ul.search_bt01 li.sch_bt01_orange a:hover {
        background-color: #f5cea5; }
  section.search_item ul.search_bt02 {
    padding-top: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap; }
    @media only screen and (max-width: 765.98px) {
      section.search_item ul.search_bt02 {
        padding-top: 2%; } }
    section.search_item ul.search_bt02 li.sch_bt02 {
      flex-basis: 32%;
      padding-bottom: 2%;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 765.98px) {
        section.search_item ul.search_bt02 li.sch_bt02 {
          flex-basis: 49%; } }
      @media only screen and (max-width: 575px) {
        section.search_item ul.search_bt02 li.sch_bt02 {
          padding-bottom: 1.8%;
          flex-basis: 100%; } }
      section.search_item ul.search_bt02 li.sch_bt02 a {
        border: 1px solid #04984a;
        transition: 0.3s;
        display: block;
        height: 100%;
        overflow: hidden;
        width: 100%;
        border-radius: 4px;
        padding: 2% 2% 0% 2%; }
        section.search_item ul.search_bt02 li.sch_bt02 a:hover {
          background-color: #d4ecd6; }
        section.search_item ul.search_bt02 li.sch_bt02 a h3 {
          font-size: 12px;
          background-image: url(../images/common/dot_line_gray.png), url(../images/common/traffic_ico.svg);
          background-size: 2px auto,16px 16px;
          background-repeat: repeat-x,no-repeat;
          background-position: 0px bottom,0px 2px;
          padding: 3px 0px 7px 17px;
          display: block;
          margin: 0px 0px 7px 0px;
          line-height: 1.3; }
          @media only screen and (max-width: 575px) {
            section.search_item ul.search_bt02 li.sch_bt02 a h3 {
              background-position: 0px bottom,0px 2px; } }
        section.search_item ul.search_bt02 li.sch_bt02 a p.cicon {
          width: 65px;
          height: 17px;
          float: left;
          display: block;
          border-radius: 4px;
          text-align: center;
          font-size: 10px !important;
          font-size: 0.625rem;
          line-height: 17px;
          color: #333;
          margin-bottom: 5px;
          margin-right: 5px;
          margin-left: 0px;
          font-weight: bold; }
          @media (max-width: 35.4em) {
            section.search_item ul.search_bt02 li.sch_bt02 a p.cicon {
              font-size: 9px !important; } }
          @media only screen and (max-width: 575px) {
            section.search_item ul.search_bt02 li.sch_bt02 a p.cicon {
              height: 17px;
              line-height: 17px;
              padding-top: 1px; } }
        section.search_item ul.search_bt02 li.sch_bt02 a p.hic_time01 {
          background-color: #ff9b85; }
        section.search_item ul.search_bt02 li.sch_bt02 a p.hic_time02 {
          background-color: #ffcf85; }
        section.search_item ul.search_bt02 li.sch_bt02 a dl {
          clear: both;
          width: 100%;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: end;
          justify-content: flex-end;
          -webkit-box-pack: justify;
          justify-content: space-between; }
          @media only screen and (max-width: 575px) {
            section.search_item ul.search_bt02 li.sch_bt02 a dl {
              width: calc(100% - 75px);
              clear: none !important;
              margin-left: 75px; } }
          section.search_item ul.search_bt02 li.sch_bt02 a dl dt {
            flex-basis: 38px;
            width: 38px;
            max-width: 38px;
            height: 17px;
            border-radius: 4px;
            background-color: #04984a;
            display: table;
            position: relative;
            margin: 0px 0px 7px 0px;
            padding: 0 !important; }
            @media only screen and (max-width: 765.98px) {
              section.search_item ul.search_bt02 li.sch_bt02 a dl dt {
                flex-basis: 45px;
                width: 45px;
                max-width: 45px; } }
            section.search_item ul.search_bt02 li.sch_bt02 a dl dt span {
              letter-spacing: 0.05em;
              text-align: center;
              font-size: 12px !important;
              font-size: 0.75rem;
              line-height: 17px;
              color: #FFF;
              position: relative;
              top: 1px;
              font-weight: bold;
              display: table-cell;
              vertical-align: middle; }
              @media (max-width: 35.4em) {
                section.search_item ul.search_bt02 li.sch_bt02 a dl dt span {
                  font-size: 10.8px !important; } }
              @media only screen and (max-width: 840px) {
                section.search_item ul.search_bt02 li.sch_bt02 a dl dt span {
                  font-size: 11px !important;
                  font-size: 0.6875rem; } }
  @media only screen and (max-width: 840px) and (max-width: 35.4em) {
    section.search_item ul.search_bt02 li.sch_bt02 a dl dt span {
      font-size: 9.9px !important; } }

              @media only screen and (max-width: 575px) {
                section.search_item ul.search_bt02 li.sch_bt02 a dl dt span {
                  top: 0px; } }
          section.search_item ul.search_bt02 li.sch_bt02 a dl dd {
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: calc(100% - 45px);
            padding-top: 1px; }
            @media only screen and (max-width: 765.98px) {
              section.search_item ul.search_bt02 li.sch_bt02 a dl dd {
                width: calc(100% - 50px); } }
        @media only screen and (max-width: 765.98px) {
          section.search_item ul.search_bt02 li.sch_bt02 a dl.sch_cate_occupation dt span {
            background-image: url(../images/common/human_ico_wh.svg);
            background-size: 11px 11px;
            background-repeat: no-repeat;
            background-position: 5px 3px;
            padding: 0px 0px 0px 9px;
            /*IE用ハックあり*/ } }
        @media only screen and (max-width: 575px) {
          section.search_item ul.search_bt02 li.sch_bt02 a dl.sch_cate_occupation dt span {
            background-position: 5px 3px; } }
        @media only screen and (max-width: 765.98px) {
          section.search_item ul.search_bt02 li.sch_bt02 a dl.sch_cate_wage dt span {
            background-image: url(../images/common/file_ico_wh.svg);
            background-size: 11px 11px;
            background-repeat: no-repeat;
            background-position: 5px 2px;
            padding: 0px 0px 0px 11px; } }
        @media only screen and (max-width: 575px) {
          section.search_item ul.search_bt02 li.sch_bt02 a dl.sch_cate_wage dt span {
            background-position: 5px 2px; } }
  section.search_item form div.search_region {
    border: 1px solid #04984a;
    margin-top: 15px;
    width: 100%;
    border-radius: 4px;
    padding: 2%; }
    @media only screen and (max-width: 765.98px) {
      section.search_item form div.search_region {
        margin-top: 2%; } }
    section.search_item form div.search_region div.search_reg {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between; }
      section.search_item form div.search_region div.search_reg figure {
        flex-basis: 19%;
        text-align: center; }
        section.search_item form div.search_region div.search_reg figure span {
          color: #04984a;
          font-size: 13px;
          margin: 0;
          text-align: center;
          font-weight: bold;
          display: inline-block; }
          section.search_item form div.search_region div.search_reg figure span img {
            width: 30px;
            height: auto;
            padding-bottom: 3px; }
      section.search_item form div.search_region div.search_reg .search_list {
        flex-basis: 79%; }
    section.search_item form div.search_region div.search_region01 {
      padding-bottom: 0px;
      margin-bottom: 10px;
      background-image: url(../images/common/dot_line_gray.png);
      background-repeat: repeat-x;
      background-position: left bottom; }
      section.search_item form div.search_region div.search_region01 ul.search_check li.form-check-input {
        /*============================
        #exampleCheck1
        ============================*/ }
    section.search_item form div.search_region div.search_region02 ul.search_check li.form-check-input {
      /*============================
      #exampleCheck1
      ============================*/ }
    section.search_item form div.search_region div.search_region02 p.search_button {
      flex-basis: 100%;
      text-align: center;
      padding-top: 15px; }
      @media only screen and (max-width: 765.98px) {
        section.search_item form div.search_region div.search_region02 p.search_button {
          padding-top: 2%; } }
      section.search_item form div.search_region div.search_region02 p.search_button button.btn.search_bt {
        width: 60%;
        margin: 0 auto;
        background-color: #04984a;
        padding: 0;
        position: relative;
        background-image: url(../images/common/link_ico_wh.svg);
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 20px 20px; }
        @media only screen and (max-width: 765.98px) {
          section.search_item form div.search_region div.search_region02 p.search_button button.btn.search_bt {
            width: 100%; } }
        @media only screen and (max-width: 380px) {
          section.search_item form div.search_region div.search_region02 p.search_button button.btn.search_bt {
            background-size: 15px 15px; } }
        section.search_item form div.search_region div.search_region02 p.search_button button.btn.search_bt span {
          color: #FFF;
          position: relative;
          font-weight: bold;
          display: inline-block;
          padding: 5px 0 5px  0; }
        section.search_item form div.search_region div.search_region02 p.search_button button.btn.search_bt:hover {
          background-color: #05bb5b; }
  section.search_item div.search_sentence {
    border: 1px solid #04984a;
    margin-top: 15px;
    width: 100%;
    border-radius: 4px;
    padding: 2%; }
    @media only screen and (max-width: 765.98px) {
      section.search_item div.search_sentence {
        margin-top: 2%; } }
    section.search_item div.search_sentence p {
      font-size: 14px;
      line-height: 1.5;
      padding-bottom: 0px !important; }
    section.search_item div.search_sentence a {
      display: inline-block;
      margin-top: 15px;
      font-size: 13px;
      color: #FFF;
      font-weight: bold;
      border-radius: 4px;
      background-color: #04984a;
      padding: 3px 10px 3px 10px;
      line-height: 1.2; }
      section.search_item div.search_sentence a:hover {
        background-color: #05bb5b; }
  section.search_item ul.search_phcard {
    padding: 0;
    padding-top: 15px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    /* Androidブラウザ用 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 765.98px) {
      section.search_item ul.search_phcard {
        padding-top: 2%; } }
    section.search_item ul.search_phcard li.cardscont {
      flex-basis: 49%;
      width: 49%;
      max-width: 49%;
      border: 1px solid #04984a;
      position: relative;
      box-sizing: border-box;
      border-radius: 4px;
      padding: 2%;
      margin-bottom: 1.8%;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
      justify-content: flex-end;
      -webkit-box-pack: justify;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 575px) {
        section.search_item ul.search_phcard li.cardscont {
          flex-basis: 100%;
          width: 100%;
          max-width: 100%; } }
      section.search_item ul.search_phcard li.cardscont .search_phtxt {
        flex-basis: 62%;
        width: 62%;
        max-width: 62%;
        color: #333; }
      section.search_item ul.search_phcard li.cardscont h3 {
        font-size: 18px;
        font-size: 1.125rem !important;
        font-weight: bold;
        padding-bottom: 15px; }
        @media (max-width: 35.4em) {
          section.search_item ul.search_phcard li.cardscont h3 {
            font-size: 14.4px !important; } }
      section.search_item ul.search_phcard li.cardscont p {
        font-size: 13px;
        padding-right: 5px;
        padding-bottom: 40px !important; }
      section.search_item ul.search_phcard li.cardscont figure {
        flex-basis: 36%;
        width: 36%;
        max-width: 36%; }
        section.search_item ul.search_phcard li.cardscont figure img {
          width: 100%;
          height: auto;
          padding-bottom: 40px; }
      section.search_item ul.search_phcard li.cardscont p.s_phcbt {
        flex-basis: 96%;
        width: 96%;
        max-width: 96%;
        position: absolute;
        bottom: 4%;
        left: 2%;
        margin: 0;
        text-align: center;
        display: inline-block;
        padding: 15px 0px 0px 0px !important; }
        @media only screen and (max-width: 765.98px) {
          section.search_item ul.search_phcard li.cardscont p.s_phcbt {
            padding: 2% 0px 0px 0px !important; } }
        section.search_item ul.search_phcard li.cardscont p.s_phcbt a {
          width: 100%;
          margin: 0 auto;
          display: block;
          border-radius: 4px;
          background-color: #04984a;
          padding: 0;
          position: relative;
          background-image: url(../images/common/link_ico_wh.svg);
          background-repeat: no-repeat;
          background-position: right 4px top 4px;
          background-size: 18px 18px; }
          @media only screen and (max-width: 380px) {
            section.search_item ul.search_phcard li.cardscont p.s_phcbt a {
              background-size: 13px 13px; } }
          section.search_item ul.search_phcard li.cardscont p.s_phcbt a span {
            color: #FFF;
            position: relative;
            font-size: 16px;
            font-weight: bold;
            display: inline-block;
            padding: 5px 0 5px  0; }

/*============================
検索結果ページ
============================*/
/*============================
タイトル
============================*/
div#page_title_cont {
  margin-bottom: 15px; }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont {
      margin-bottom: 2%; } }
  div#page_title_cont h1.search_page_title {
    font-size: 19px;
    font-size: 1.1875rem !important;
    padding: 13px 10px 13px 45px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    background-color: #f2f2f2;
    background-image: url(../images/common/search_ico_gr.svg);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #04984a;
    border-radius: 4px; }
    @media (max-width: 35.4em) {
      div#page_title_cont h1.search_page_title {
        font-size: 15.2px !important; } }
    @media only screen and (max-width: 765.98px) {
      div#page_title_cont h1.search_page_title {
        margin-top: 4%;
        margin-bottom: 2%; } }
  div#page_title_cont p {
    font-size: 14px !important;
    font-size: 0.875rem;
    line-height: 1.5; }
    @media (max-width: 35.4em) {
      div#page_title_cont p {
        font-size: 12.6px !important; } }
    @media only screen and (max-width: 765.98px) {
      div#page_title_cont p br {
        display: none; } }

/*============================
検索結果の数字など
============================*/
div.search_results_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  div.search_results_title h2 {
    font-size: 19px;
    font-size: 1.1875rem !important;
    padding: 10px 0px 0px 20px;
    height: 46px;
    letter-spacing: 0.1em;
    flex-basis: 32%;
    box-sizing: border-box;
    max-width: 32%;
    background-image: url(../images/common/double_line.svg);
    background-size: 5px 100%;
    background-repeat: repeat-y;
    background-position: 0px center;
    color: #04984a; }
    @media (max-width: 35.4em) {
      div.search_results_title h2 {
        font-size: 15.2px !important; } }
    @media only screen and (max-width: 575px) {
      div.search_results_title h2 {
        padding: 13px 0px 0px 20px; } }
    @media only screen and (max-width: 765.98px) {
      div.search_results_title h2 {
        flex-basis: 50%;
        box-sizing: border-box;
        max-width: 50%; } }
  div.search_results_title p.results_bt {
    flex-basis: 32%;
    padding: 0;
    box-sizing: border-box;
    max-width: 32%; }
    @media only screen and (max-width: 765.98px) {
      div.search_results_title p.results_bt {
        flex-basis: 50%;
        box-sizing: border-box;
        max-width: 50%; } }
    div.search_results_title p.results_bt a {
      width: 100%;
      margin: 0 auto;
      display: block;
      border-radius: 4px;
      height: 45px;
      background-color: #04984a;
      padding: 0;
      position: relative;
      background-image: url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 18px 18px;
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      @media only screen and (max-width: 380px) {
        div.search_results_title p.results_bt a {
          background-size: 13px 13px; } }
      div.search_results_title p.results_bt a span {
        color: #FFF;
        position: relative;
        font-size: 16px;
        font-size: 1rem !important;
        font-weight: bold;
        display: inline-block; }
        @media (max-width: 35.4em) {
          div.search_results_title p.results_bt a span {
            font-size: 12.8px !important; } }
        @media screen and (min-width: 765.98px) and (max-width: 860px) {
          div.search_results_title p.results_bt a span {
            font-size: 15px;
            font-size: 0.9375rem !important; } }
  @media screen and (min-width: 765.98px) and (max-width: 860px) and (max-width: 35.4em) {
    div.search_results_title p.results_bt a span {
      font-size: 12px !important; } }

      div.search_results_title p.results_bt a:hover {
        background-color: #05bb5b; }
  div.search_results_title div.results_nos {
    flex-basis: 34%;
    box-sizing: border-box;
    max-width: 34%;
    padding: 0px 5px;
    border-radius: 4px;
    height: 45px;
    background-color: #f2f2f2; }
    @media only screen and (max-width: 765.98px) {
      div.search_results_title div.results_nos {
        flex-basis: 100%;
        box-sizing: border-box;
        max-width: 100%;
        margin-top: 2%; } }
    div.search_results_title div.results_nos p.notxt {
      font-size: 12px;
      padding-top: 14px; }
      @media screen and (min-width: 765.98px) and (max-width: 860px) {
        div.search_results_title div.results_nos p.notxt {
          font-size: 11px;
          padding-top: 12px;
          line-height: 1.2;
          padding-right: 65px; } }
    div.search_results_title div.results_nos p.search_nov_bts {
      float: right;
      padding-top: 9px; }
      @media only screen and (max-width: 765.98px) {
        div.search_results_title div.results_nos p.search_nov_bts {
          padding-top: 4px; } }
      div.search_results_title div.results_nos p.search_nov_bts .btn {
        width: 28px;
        height: 28px;
        background-color: #04984a;
        padding: 0; }
        @media only screen and (max-width: 765.98px) {
          div.search_results_title div.results_nos p.search_nov_bts .btn {
            width: 35px;
            height: 35px; } }
        div.search_results_title div.results_nos p.search_nov_bts .btn span {
          display: block;
          width: 100%; }
          div.search_results_title div.results_nos p.search_nov_bts .btn span img {
            width: 25px;
            height: auto; }
        div.search_results_title div.results_nos p.search_nov_bts .btn:hover {
          background-color: #05bb5b; }
      div.search_results_title div.results_nos p.search_nov_bts .btn.pre_bt {
        border-radius: 4px 0px 0px 4px; }
      div.search_results_title div.results_nos p.search_nov_bts .btn.next_bt {
        border-radius: 0px 4px 4px 0px; }

/*============================
検索結果
============================*/
div.search_conts {
  border: 1px #04984a solid;
  border-radius: 4px;
  overflow: hidden;
  color: #333;
  margin-bottom: 30px; }
  @media only screen and (max-width: 765.98px) {
    div.search_conts {
      margin-bottom: 4%; } }
  div.search_conts header.search_head {
    margin: 0;
    padding: 2% 0%;
    background: #d4ecd6; }
    div.search_conts header.search_head dl.schead_title {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-align-items: start;
      align-items: start;
      padding-left: 2%;
      width: 100%; }
      div.search_conts header.search_head dl.schead_title dt {
        height: 26px;
        width: 19%;
        max-width: 19%;
        flex-basis: 19%;
        margin-right: 1%;
        border-radius: 4px;
        background-color: #04984a;
        text-align: center; }
        @media only screen and (max-width: 840px) {
          div.search_conts header.search_head dl.schead_title dt {
            width: 24%;
            max-width: 24%;
            flex-basis: 24%; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts header.search_head dl.schead_title dt {
            width: 32%;
            max-width: 32%;
            flex-basis: 32%; } }
        div.search_conts header.search_head dl.schead_title dt span {
          color: #FFF;
          font-weight: bold;
          position: relative;
          display: inline-block;
          font-size: 14px;
          line-height: 28px;
          background-image: url(../images/common/human_ico_wh.svg);
          background-size: 16px 16px;
          background-repeat: no-repeat;
          background-position: 0px 5px;
          padding: 0px  1px  0px 16px !important; }
          @media only screen and (max-width: 380px) {
            div.search_conts header.search_head dl.schead_title dt span {
              font-size: 12px; } }
      div.search_conts header.search_head dl.schead_title dd {
        flex-basis: calc(98% - 20%);
        padding-top: 3px;
        color: #333;
        font-size: 15px;
        line-height: 1.5; }
        @media only screen and (max-width: 840px) {
          div.search_conts header.search_head dl.schead_title dd {
            flex-basis: calc(98% - 25%); } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts header.search_head dl.schead_title dd {
            flex-basis: calc(98% - 33%); } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts header.search_head dl.schead_title dd {
            font-size: 12px;
            line-height: 1.5; } }
        @media only screen and (max-width: 575px) {
          div.search_conts header.search_head dl.schead_title dd {
            padding-top: 0px; } }
    div.search_conts header.search_head ul.schead_cate {
      display: flex;
      align-items: flex-start;
      padding-top: 10px;
      width: 100%;
      padding-left: 2%; }
      @media only screen and (max-width: 765.98px) {
        div.search_conts header.search_head ul.schead_cate {
          margin-top: 1%; } }
      div.search_conts header.search_head ul.schead_cate li.schcate.cate_wanted {
        height: 26px;
        width: 19%;
        max-width: 19%;
        flex-basis: 19%;
        border-radius: 4px;
        border: 1px solid #ff0000;
        background-color: #ff0000;
        text-align: center; }
        @media only screen and (max-width: 840px) {
          div.search_conts header.search_head ul.schead_cate li.schcate.cate_wanted {
            width: 24%;
            max-width: 24%;
            flex-basis: 24%; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts header.search_head ul.schead_cate li.schcate.cate_wanted {
            width: 32%;
            max-width: 32%;
            flex-basis: 32%; } }
        div.search_conts header.search_head ul.schead_cate li.schcate.cate_wanted span {
          color: #FFF;
          font-weight: bold;
          position: relative;
          font-size: 14px;
          line-height: 28px;
          padding: 0px  1px  0px  1px; }
          @media only screen and (max-width: 380px) {
            div.search_conts header.search_head ul.schead_cate li.schcate.cate_wanted span {
              font-size: 12px; } }
      div.search_conts header.search_head ul.schead_cate li.schcate.sch_place {
        height: 26px;
        width: 19%;
        max-width: 19%;
        flex-basis: 19%;
        border-radius: 4px;
        border: 1px solid #04984a;
        background-color: #FFF;
        text-align: center; }
        @media only screen and (max-width: 840px) {
          div.search_conts header.search_head ul.schead_cate li.schcate.sch_place {
            width: 24%;
            max-width: 24%;
            flex-basis: 24%; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts header.search_head ul.schead_cate li.schcate.sch_place {
            width: 32%;
            max-width: 32%;
            flex-basis: 32%; } }
        div.search_conts header.search_head ul.schead_cate li.schcate.sch_place span {
          color: #04984a;
          font-weight: bold;
          position: relative;
          font-size: 14px;
          line-height: 28px;
          padding: 0px  1px  0px  1px; }
          @media only screen and (max-width: 380px) {
            div.search_conts header.search_head ul.schead_cate li.schcate.sch_place span {
              font-size: 12px; } }
      div.search_conts header.search_head ul.schead_cate li.flagtxt {
        width: 60%;
        max-width: 60%;
        flex-basis: 60%;
        margin-left: 1%; }
        @media only screen and (max-width: 840px) {
          div.search_conts header.search_head ul.schead_cate li.flagtxt {
            width: 50%;
            max-width: 50%;
            flex-basis: 50%; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts header.search_head ul.schead_cate li.flagtxt {
            width: 33%;
            max-width: 33%;
            flex-basis: 33%; } }
        div.search_conts header.search_head ul.schead_cate li.flagtxt span {
          font-size: 11px;
          display: inline-block;
          padding: 1px  1px  2px  16px;
          color: #333;
          line-height: 1.3;
          background-position: 0px 1px;
          background-image: url(../images/common/flag_ico.svg);
          background-size: auto 12px;
          background-repeat: no-repeat; }
          @media only screen and (max-width: 380px) {
            div.search_conts header.search_head ul.schead_cate li.flagtxt span {
              padding: 2px  2px  3px 15px;
              background-position: 0px 3px; } }
  div.search_conts div.scb_schcate {
    margin: 0;
    padding: 2% 0% 1% 2%;
    background: #f2f2f2; }
    @media only screen and (max-width: 840px) {
      div.search_conts div.scb_schcate {
        padding: 2% 0% 1% 2%; } }
    @media only screen and (max-width: 765.98px) {
      div.search_conts div.scb_schcate {
        padding: 2% 0% 1% 2%; } }
    div.search_conts div.scb_schcate ul.scb_cates {
      width: 100%;
      font-size: 0; }
      div.search_conts div.scb_schcate ul.scb_cates li.scb_item {
        width: 19%;
        margin-right: 1%;
        display: inline-block;
        height: 22px;
        background: #85c98a;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 1%;
        padding: 0; }
        @media only screen and (max-width: 840px) {
          div.search_conts div.scb_schcate ul.scb_cates li.scb_item {
            width: 24%; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_schcate ul.scb_cates li.scb_item {
            width: 32%; } }
        div.search_conts div.scb_schcate ul.scb_cates li.scb_item span {
          font-size: 12px;
          line-height: 22px; }
          @media only screen and (max-width: 765.98px) {
            div.search_conts div.scb_schcate ul.scb_cates li.scb_item span {
              font-size: 11px; } }
          @media only screen and (max-width: 380px) {
            div.search_conts div.scb_schcate ul.scb_cates li.scb_item span {
              font-size: 11px; } }
  div.search_conts div.scb_head {
    padding: 2% 2% 0% 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    div.search_conts div.scb_head dl.scb_cate {
      clear: both; }
      div.search_conts div.scb_head dl.scb_cate dt {
        width: 100px;
        height: 22px;
        float: left;
        border-radius: 4px;
        background-color: #04984a;
        text-align: center;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media only screen and (max-width: 380px) {
          div.search_conts div.scb_head dl.scb_cate dt {
            height: 22px; } }
        div.search_conts div.scb_head dl.scb_cate dt span {
          color: #FFF;
          font-weight: bold;
          position: relative;
          line-height: 22px;
          font-size: 13px;
          padding: 1px  1px  0px  1px; }
          @media only screen and (max-width: 765.98px) {
            div.search_conts div.scb_head dl.scb_cate dt span {
              padding: 1px  1px  0px 1px;
              line-height: 22px;
              font-size: 12px; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_head dl.scb_cate dt {
            width: 93px; } }
      div.search_conts div.scb_head dl.scb_cate dd {
        width: 100%;
        font-size: 14px;
        padding-left: 115px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_head dl.scb_cate dd {
            padding-left: 105px; } }
    div.search_conts div.scb_head dl.scb_cate01,
    div.search_conts div.scb_head dl.scb_cate02,
    div.search_conts div.scb_head dl.scb_cate07 {
      flex-basis: 100%; }
    div.search_conts div.scb_head dl.scb_cate05,
    div.search_conts div.scb_head dl.scb_cate03 {
      flex-basis: 45%; }
    div.search_conts div.scb_head dl.scb_cate06,
    div.search_conts div.scb_head dl.scb_cate04 {
      flex-basis: 54%; }
    @media only screen and (max-width: 765.98px) {
      div.search_conts div.scb_head dl.scb_cate05,
      div.search_conts div.scb_head dl.scb_cate03 {
        flex-basis: 100%; }
      div.search_conts div.scb_head dl.scb_cate06,
      div.search_conts div.scb_head dl.scb_cate04 {
        flex-basis: 100%; } }
  div.search_conts div.scb_bts {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 33px; }
    @media only screen and (max-width: 765.98px) {
      div.search_conts div.scb_bts {
        padding-top: 75px; } }
    div.search_conts div.scb_bts p.scb_bts02 {
      z-index: 5; }
      @media only screen and (min-width: 765.99px) {
        div.search_conts div.scb_bts p.scb_bts02 {
          position: absolute;
          width: 57%;
          height: 26px;
          top: 0px;
          right: 2%; } }
      @media only screen and (max-width: 765.98px) {
        div.search_conts div.scb_bts p.scb_bts02 {
          position: absolute;
          top: 0px;
          right: 2%;
          width: 96%;
          height: 34px; } }
      div.search_conts div.scb_bts p.scb_bts02 a {
        width: 100%;
        height: 26px;
        display: block;
        border-radius: 4px;
        text-align: center;
        background-color: #ed6d34;
        padding: 0;
        position: relative;
        background-image: url(../images/common/link_ico_wh.svg);
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 15px 15px;
        padding-top: 0;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media only screen and (max-width: 380px) {
          div.search_conts div.scb_bts p.scb_bts02 a {
            background-size: 12px 12px; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_bts p.scb_bts02 a {
            height: 34px; } }
        div.search_conts div.scb_bts p.scb_bts02 a span {
          color: #FFF;
          position: relative;
          padding-left: 27px;
          display: inline-block;
          padding: 2px 0 2px  30px;
          background-image: url(../images/common/entry_ico.svg);
          background-repeat: no-repeat;
          background-position: 0px center;
          background-size: auto 23px;
          margin-right: 4px;
          font-size: 16px;
          line-height: 1.2; }
        div.search_conts div.scb_bts p.scb_bts02 a:hover {
          background-color: #f3a07a; }
    div.search_conts div.scb_bts p.scb_bts01 {
      position: absolute;
      width: 38%;
      height: 33px;
      height: 33px;
      top: 0px;
      left: 2%; }
      @media only screen and (max-width: 765.98px) {
        div.search_conts div.scb_bts p.scb_bts01 {
          position: absolute;
          top: 42px;
          right: 2%;
          width: 96%;
          height: 34px; } }
      div.search_conts div.scb_bts p.scb_bts01 a {
        width: 100%;
        height: 33px;
        display: block;
        border-radius: 4px 4px 0px 0px;
        text-align: center;
        background-color: #04984a;
        padding: 0;
        position: relative;
        background-image: url(../images/common/link_ico_wh.svg);
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 15px 15px;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media only screen and (max-width: 380px) {
          div.search_conts div.scb_bts p.scb_bts01 a {
            background-size: 12px 12px; } }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_bts p.scb_bts01 a {
            height: 34px; } }
        div.search_conts div.scb_bts p.scb_bts01 a span {
          color: #FFF;
          position: relative;
          padding-left: 27px;
          display: inline-block;
          padding: 2px 0 2px  30px;
          background-image: url(../images/common/check_ico.svg);
          background-repeat: no-repeat;
          background-position: 0px center;
          background-size: auto 23px;
          margin-right: 4px; }
        div.search_conts div.scb_bts p.scb_bts01 a:hover {
          background-color: #05bb5b; }
      div.search_conts div.scb_bts p.scb_bts01.open a {
        background-color: #bbbbbb; }
        div.search_conts div.scb_bts p.scb_bts01.open a span {
          font-size: 0;
          background-image: url(../images/common/close_ico.svg); }
          div.search_conts div.scb_bts p.scb_bts01.open a span:before {
            font-size: 16px;
            content: "閉じる";
            color: #333; }
        div.search_conts div.scb_bts p.scb_bts01.open a:hover {
          background-color: #cdcdcd; }
  div.search_conts div.scb_body {
    position: relative;
    width: 100%;
    display: none;
    padding: 0 2%  0 2%; }
    div.search_conts div.scb_body dl.jobinfo01 {
      width: 100%; }
      div.search_conts div.scb_body dl.jobinfo01 dt {
        width: 100%;
        padding: 5px 2px 4px 10px;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        background-color: #04984a; }
      div.search_conts div.scb_body dl.jobinfo01 dd {
        padding: 2%;
        font-size: 14px;
        line-height: 1.5;
        background-color: #f2f2f2; }
    div.search_conts div.scb_body dl.jobinfo02 {
      padding: 10px 0px;
      display: flex;
      justify-content: space-between;
      background-image: url(../images/common/dot_line_gray.png);
      background-repeat: repeat-x;
      background-position: left bottom;
      font-size: 13px; }
      @media only screen and (max-width: 765.98px) {
        div.search_conts div.scb_body dl.jobinfo02 {
          display: block; } }
      div.search_conts div.scb_body dl.jobinfo02 dt {
        flex-basis: 95px;
        background-image: url(../images/common/ico_circle.svg);
        background-size: 13px 13px;
        background-repeat: no-repeat;
        background-position: 0px 1px;
        padding-bottom: 2px;
        line-height: 1.5;
        padding-left: 15px;
        font-size: 12px; }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_body dl.jobinfo02 dt {
            flex-basis: 100%; } }
      div.search_conts div.scb_body dl.jobinfo02 dd {
        line-height: 1.5;
        width: calc(100% - 105px); }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_body dl.jobinfo02 dd {
            flex-basis: 100%;
            width: 100%; } }
    div.search_conts div.scb_body dl:last-of-type {
      background-image: none; }
    div.search_conts div.scb_body ul.scb_b_bts {
      display: flex;
      padding-top: 2%;
      padding-bottom: 2%;
      justify-content: space-between;
      z-index: 20;
      position: relative; }
      @media only screen and (max-width: 765.98px) {
        div.search_conts div.scb_body ul.scb_b_bts {
          flex-wrap: wrap; } }
      div.search_conts div.scb_body ul.scb_b_bts li {
        flex-basis: 49%; }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_body ul.scb_b_bts li {
            flex-basis: 100%; } }
      div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts01 {
        height: 50px; }
        div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts01 a {
          width: 100%;
          height: 50px;
          display: block;
          border-radius: 4px;
          text-align: center;
          background-color: #ed6d34;
          padding: 0;
          position: relative;
          background-image: url(../images/common/link_ico_wh.svg);
          background-repeat: no-repeat;
          background-position: right 4px top 4px;
          background-size: 15px 15px;
          display: -webkit-box;
          /* Androidブラウザ用 */
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
          @media only screen and (max-width: 380px) {
            div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts01 a {
              background-size: 12px 12px; } }
          div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts01 a span {
            color: #FFF;
            position: relative;
            display: inline-block;
            padding: 4px 0 2px  38px;
            background-image: url(../images/common/entry_ico.svg);
            background-repeat: no-repeat;
            background-position: 0px 55%;
            background-size: auto 30px;
            margin-right: 4px;
            font-size: 17px;
            line-height: 1.2; }
          div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts01 a:hover {
            background-color: #f3a07a; }
        @media only screen and (max-width: 765.98px) {
          div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts01 {
            margin-bottom: 2%; } }
      div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts02 {
        height: 50px; }
        div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts02 a {
          width: 100%;
          height: 50px;
          display: block;
          border-radius: 4px;
          text-align: center;
          background-color: #bbbbbb;
          padding: 0;
          position: relative;
          display: -webkit-box;
          /* Androidブラウザ用 */
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
          @media only screen and (max-width: 380px) {
            div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts02 a {
              background-size: 12px 12px; } }
          div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts02 a span {
            color: #333;
            position: relative;
            display: inline-block;
            padding: 4px 0 4px 33px;
            background-image: url(../images/common/close_ico.svg);
            background-repeat: no-repeat;
            background-position: 0px 60%;
            background-size: 28px 28px;
            margin-right: 4px;
            font-size: 15px;
            line-height: 1.2;
            position: relative; }
          div.search_conts div.scb_body ul.scb_b_bts li.scb_b_bts02 a:hover {
            background-color: #cdcdcd; }

section.search_index {
  padding-top: 30px; }
  @media only screen and (max-width: 765.98px) {
    section.search_index {
      padding-top: 4%; } }
  section.search_index:first-of-type {
    padding-top: 0px; }
    @media only screen and (max-width: 765.98px) {
      section.search_index:first-of-type {
        padding-top: 0%; } }

/*============================
お仕事検索
============================*/
div.training_cont_title,
div.search_cont_title {
  position: relative;
  padding-bottom: 15px;
  width: 100%; }
  @media only screen and (max-width: 765.98px) {
    div.training_cont_title,
    div.search_cont_title {
      padding-bottom: 2%; } }
  div.training_cont_title h2,
  div.training_cont_title h3,
  div.search_cont_title h2,
  div.search_cont_title h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #d4ecd6;
    background-image: url(../images/common/ico_circle.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: normal;
    color: #04984a;
    background-position: 10px 13px; }
    @media only screen and (max-width: 765.98px) {
      div.training_cont_title h2,
      div.training_cont_title h3,
      div.search_cont_title h2,
      div.search_cont_title h3 {
        background-position: 10px　13px; } }
    @media only screen and (max-width: 575px) {
      div.training_cont_title h2,
      div.training_cont_title h3,
      div.search_cont_title h2,
      div.search_cont_title h3 {
        background-position: 10px 13px; } }
  div.training_cont_title p,
  div.search_cont_title p {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px; }
    div.training_cont_title p img,
    div.search_cont_title p img {
      width: 16px;
      margin-right: 3px;
      position: relative;
      top: -1px; }
    @media only screen and (max-width: 765.98px) {
      div.training_cont_title p,
      div.search_cont_title p {
        position: relative;
        top: auto;
        right: auto;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 20px !important; }
        div.training_cont_title p img,
        div.search_cont_title p img {
          width: 16px;
          margin-right: 0px;
          position: absolute;
          top: 6px;
          left: 0px; } }

/*============================
お仕事検索 ボタンセット
============================*/
ul.search_check_btset {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
  -webkit-box-pack: end;
  /* Androidブラウザ用 */
  justify-content: flex-end; }
  @media only screen and (max-width: 765.98px) {
    ul.search_check_btset {
      justify-content: space-between; } }
  @media only screen and (max-width: 575px) {
    ul.search_check_btset {
      display: block; } }
  ul.search_check_btset li {
    width: 24%;
    box-sizing: border-box;
    max-width: 24%; }
    @media only screen and (max-width: 765.98px) {
      ul.search_check_btset li {
        width: 49%;
        max-width: 49%; } }
    @media only screen and (max-width: 575px) {
      ul.search_check_btset li {
        width: 100%;
        max-width: 100%; } }
    ul.search_check_btset li button {
      display: -webkit-box;
      /* Androidブラウザ用 */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%; }
      ul.search_check_btset li button span {
        display: inline-block;
        border-radius: 4px;
        width: 100%; }
  ul.search_check_btset li.scbset01 {
    margin-right: 1%; }
    @media only screen and (max-width: 765.98px) {
      ul.search_check_btset li.scbset01 {
        margin-right: 0%; } }
    @media only screen and (max-width: 575px) {
      ul.search_check_btset li.scbset01 {
        padding-bottom: 2%; } }
    ul.search_check_btset li.scbset01 button.btn.scbset01_bt {
      background-color: #f2f2f2;
      border: 1px solid #bbbbbb; }
      ul.search_check_btset li.scbset01 button.btn.scbset01_bt:hover {
        background-color: white; }
  ul.search_check_btset li.scbset02 button.btn.scbset02_bt {
    background-color: #04984a;
    background-image: url(../images/common/link_ico_wh.svg);
    background-repeat: no-repeat;
    background-position: right 4px top 4px;
    background-size: 20px 20px; }
    @media only screen and (max-width: 380px) {
      ul.search_check_btset li.scbset02 button.btn.scbset02_bt {
        background-size: 15px 15px; } }
    ul.search_check_btset li.scbset02 button.btn.scbset02_bt span {
      color: #FFF; }
    ul.search_check_btset li.scbset02 button.btn.scbset02_bt:hover {
      background-color: #05bb5b; }

/*============================
お仕事検索　？マーク
============================*/
button.winfobtn {
  border: none;
  outline: none;
  margin-left: 5px;
  position: relative;
  top: -2px;
  background-color: transparent !important;
  box-shadow: none !important; }
  @media only screen and (max-width: 330px) {
    button.winfobtn {
      position: absolute;
      top: -2px;
      right: 0px; } }
  button.winfobtn img {
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    box-shadow: none !important; }
    button.winfobtn img:active, button.winfobtn img:focus {
      border: none;
      box-shadow: none !important; }
  button.winfobtn.focus, button.winfobtn:active, button.winfobtn:focus {
    border: none;
    box-shadow: none !important; }

ul.area_select {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap; }
  ul.area_select li {
    width: 48%;
    max-width: 48%;
    flex-basis: 48%;
    padding-bottom: 4%; }
    ul.area_select li a {
      text-align: center;
      display: block;
      background-color: #ed6d34;
      min-height: 80px;
      border-radius: 4px;
      background-image: url(../images/common/link_ico_wh.svg);
      background-repeat: no-repeat;
      background-position: right 4px top 4px;
      background-size: 20px 20px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border-radius: 4px; }
      @media only screen and (max-width: 380px) {
        ul.area_select li a {
          background-size: 13px 13px; } }
      ul.area_select li a span {
        color: #FFF;
        display: block;
        font-size: 13px;
        font-size: 0.8125rem !important;
        line-height: 1.2; }
        @media (max-width: 35.4em) {
          ul.area_select li a span {
            font-size: 10.4px !important; } }
        ul.area_select li a span strong {
          display: block;
          font-size: 16px;
          font-size: 1rem !important; }
          @media (max-width: 35.4em) {
            ul.area_select li a span strong {
              font-size: 12.8px !important; } }
      ul.area_select li a:hover {
        background-color: #f3a07a; }
  ul.area_select li.areabt_senior a {
    background-color: #4b90e0; }
    ul.area_select li.areabt_senior a:hover {
      background-color: #69a3e5; }

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 765.99px) {
  ul.search_bt02 li.sch_bt02 a dl dd {
    top: -1px !important;
    position: relative; } }

_::-webkit-full-page-media, _:future, :root p.cicon {
  width: 75px !important;
  letter-spacing: 0.0em !important;
  padding: 0 !important; }
  @media only screen and (max-width: 575px) {
    _::-webkit-full-page-media, _:future, :root p.cicon {
      width: 70px !important; } }

/*============================
trainingタイトル
============================*/
div#page_title_cont h1.sitemap_page_title {
  font-size: 19px;
  font-size: 1.1875rem !important;
  padding: 13px 10px 13px 45px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
  background-image: url(../images/navi/head_bt01_gr.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #04984a;
  border-radius: 4px; }
  @media (max-width: 35.4em) {
    div#page_title_cont h1.sitemap_page_title {
      font-size: 15.2px !important; } }
  @media only screen and (max-width: 765.98px) {
    div#page_title_cont h1.sitemap_page_title {
      margin-top: 4%;
      margin-bottom: 2%; } }
div#page_title_cont p.page_read {
  font-size: 18px;
  font-size: 1.125rem !important;
  color: #04984a; }
  @media (max-width: 35.4em) {
    div#page_title_cont p.page_read {
      font-size: 14.4px !important; } }

/*============================
プライバシーポリシー
タイトルは会社概要と同じ
============================*/
section.privacy_cont ol li {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0px 0px 2% 0px;
  color: #333; }
  @media (max-width: 35.4em) {
    section.privacy_cont ol li {
      font-size: 13.3px; } }
section.privacy_cont ol ul li {
  text-indent: 0em !important;
  padding-left: 15px !important; }
  section.privacy_cont ol ul li:before {
    display: none; }
  section.privacy_cont ol ul li ol li {
    padding: 0px 0px 2% 0px;
    color: #333;
    background-image: none; }
    section.privacy_cont ol ul li ol li:before {
      display: inline-block; }

.creset {
  counter-reset: ci_a;
  counter-reset: ci_b;
  counter-reset: ci_c;
  counter-reset: ci_d;
  counter-reset: ci_e;
  counter-reset: ci_f; }

ol.count_item01 {
  counter-reset: ci_a;
  padding-left: 1.3em; }
  ol.count_item01 li {
    text-indent: -1.3em;
    padding-left: 1.3em; }
    ol.count_item01 li:before {
      counter-increment: ci_a;
      content: counter(ci_a) ".";
      /* 以下は自由に装飾... */
      padding-right: .3em;
      font-weight: bold;
      color: #04984a; }
  ol.count_item01 ul,
  ol.count_item01 ol {
    padding-top: 2%;
    padding-left: 1em; }

ol.count_item02 {
  counter-reset: ci_b;
  padding-left: 2.5em !important; }
  ol.count_item02 li {
    text-indent: -3em;
    padding-left: 3em; }
    ol.count_item02 li:before {
      counter-increment: ci_b;
      content: "（" counter(ci_b) "）";
      /* 以下は自由に装飾... */
      padding-right: .3em;
      font-weight: bold;
      color: #04984a; }
    ol.count_item02 li ol.count_item01 {
      padding-left: 2em !important; }
      ol.count_item02 li ol.count_item01 li:before {
        counter-increment: ci_a;
        content: counter(ci_a) "."; }

ol.count_item03 {
  counter-reset: ci_c;
  padding-left: 0em; }
  ol.count_item03 li {
    text-indent: 0em;
    padding-left: 0em; }
    ol.count_item03 li:before {
      counter-increment: ci_c;
      content: counter(ci_c);
      /* 以下は自由に装飾... */
      font-weight: bold;
      color: #04984a;
      border: 1px solid #04984a;
      display: block;
      line-height: 16px;
      float: left;
      margin-left: -22px;
      text-align: center;
      height: 16px;
      width: 16px;
      padding-left: 2px;
      border-radius: 50%;
      position: relative;
      top: 2px; }
      @media only screen and (max-width: 575px) {
        ol.count_item03 li:before {
          height: 16px;
          width: 16px;
          font-size: 10px;
          top: 0px;
          padding-left: 3px; } }
      @media only screen and (max-width: 380px) {
        ol.count_item03 li:before {
          height: 14px;
          width: 14px;
          font-size: 10px;
          line-height: 10px;
          padding-top: 1px;
          top: 2px;
          padding-left: 3px; } }
    @media only screen and (max-width: 575px) {
      ol.count_item03 li ol li:before {
        font-size: 14px;
        font-size: 0.875rem; } }
  @media only screen and (max-width: 575px) and (max-width: 35.4em) {
    ol.count_item03 li ol li:before {
      font-size: 13.3px; } }

ol.count_item04 {
  counter-reset: ci_d;
  padding-left: 0em; }
  ol.count_item04 li {
    text-indent: -1.3em;
    padding-left: 1.3em; }
    ol.count_item04 li:before {
      counter-increment: ci_d;
      content: counter(ci_d,upper-alpha) ".";
      /* 以下は自由に装飾... */
      padding-right: .3em;
      font-weight: bold;
      color: #04984a;
      border: none;
      display: inline;
      line-height: 1.2;
      float: none;
      margin-left: 0px;
      text-align: left;
      height: auto !important;
      width: auto !important;
      padding-left: 0px;
      border-radius: none;
      position: relative;
      top: auto; }

ol.count_item05 {
  counter-reset: ci_e;
  padding-left: 0em; }
  ol.count_item05 li {
    text-indent: -1.3em;
    padding-left: 1.3em; }
    ol.count_item05 li:before {
      counter-increment: ci_e;
      content: counter(ci_e,lower-alpha) ")";
      /* 以下は自由に装飾... */
      padding-right: .3em;
      font-weight: bold;
      color: #04984a;
      border: none;
      display: inline;
      line-height: 1.2;
      float: none;
      margin-left: 0px;
      text-align: left;
      height: auto !important;
      width: auto !important;
      padding-left: 0px;
      border-radius: none;
      position: relative;
      top: auto; }

ol.count_item06 {
  counter-reset: ci_f;
  padding-left: 0em; }
  ol.count_item06 li {
    text-indent: -1.3em;
    padding-left: 1.3em; }
    ol.count_item06 li:before {
      counter-increment: ci_f;
      content: counter(ci_f,katakana) ".";
      /* 以下は自由に装飾... */
      padding-right: .3em;
      font-weight: bold;
      color: #04984a;
      border: none;
      display: inline;
      line-height: 1.2;
      float: none;
      margin-left: 0px;
      text-align: left;
      height: auto !important;
      width: auto !important;
      padding-left: 0px;
      border-radius: none;
      position: relative;
      top: auto; }
    ol.count_item06 li ol.count_item01 li:before {
      counter-increment: ci_a;
      content: counter(ci_a) "."; }
    ol.count_item06 li ol.count_item02 li:before {
      counter-increment: ci_b;
      content: "（" counter(ci_b) "）"; }
    ol.count_item06 li ol.count_item03 li:before {
      counter-increment: ci_c;
      content: counter(ci_c); }
    ol.count_item06 li ol.count_item04 li:before {
      counter-increment: ci_d;
      content: counter(ci_d,upper-alpha) "."; }
    ol.count_item06 li ol.count_item05 li:before {
      counter-increment: ci_e;
      content: counter(ci_e,lower-alpha) ")"; }

.txt_right {
  text-align: right; }

span.txt_right {
  padding-top: 5px;
  display: block; }

dl.frame_dlcont {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border: 1px solid #04984a;
  border-radius: 4px; }
  @media only screen and (max-width: 765.98px) {
    dl.frame_dlcont {
      margin-top: 2%; } }
  @media only screen and (max-width: 575px) {
    dl.frame_dlcont {
      padding: 10px; } }
  dl.frame_dlcont dt {
    color: #04984a;
    line-height: 1.3; }
  dl.frame_dlcont dd {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.2; }
    @media (max-width: 35.4em) {
      dl.frame_dlcont dd {
        font-size: 13.3px; } }
    dl.frame_dlcont dd a {
      color: #333 !important; }
      @media only screen and (max-width: 765.98px) {
        dl.frame_dlcont dd a {
          color: #04984a !important; } }
    @media screen and (min-width: 766px) {
      dl.frame_dlcont dd a[href^="tel:"] {
        pointer-events: none; } }

.fgreen {
  color: #04984a; }

.fwb {
  font-weight: bold; }

/*============================
りそなグループを退職された方へ
============================*/
.singlewp {
  width: 100% !important; }

h1.retiree_title01 {
  width: 100% !important;
  display: block !important; }
  @media only screen and (max-width: 765.98px) {
    h1.retiree_title01 {
      padding-top: 4%; } }
  h1.retiree_title01 img.image-switch {
    width: 100%;
    height: auto; }

ul.retiree_top {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 765.98px) {
    ul.retiree_top {
      padding-top: 4%; } }
  @media only screen and (max-width: 575px) {
    ul.retiree_top {
      display: block; } }
  ul.retiree_top li {
    width: 48%;
    max-width: 48%;
    flex-basis: 48%;
    position: relative;
    padding-bottom: 60px !important;
    border: 5px solid #dfd3bf;
    padding: 10px; }
    @media only screen and (max-width: 575px) {
      ul.retiree_top li {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 10px; } }
    ul.retiree_top li h2 {
      text-align: center;
      padding-bottom: 10px;
      padding-top: 10px; }
      ul.retiree_top li h2 span {
        color: #04984a;
        font-size: 25px;
        font-size: 1.5625rem !important;
        padding-bottom: 1px;
        border-bottom: 5px solid #d4ecd6;
        display: inline-block; }
        @media (max-width: 35.4em) {
          ul.retiree_top li h2 span {
            font-size: 20px !important; } }
    ul.retiree_top li p.retiree_top_note {
      margin-bottom: 10px;
      padding-bottom: 10px !important;
      padding-top: 10px !important;
      background-image: url(../images/common/dot_line_gray.png);
      background-size: 2px 2px;
      background-repeat: repeat-x;
      background-position: left bottom; }
    ul.retiree_top li figure {
      text-align: center; }
    ul.retiree_top li p.retiree_bt {
      position: absolute;
      width: calc(100% - 20px);
      bottom: 5px;
      left: 10px; }
      ul.retiree_top li p.retiree_bt a {
        background-color: #04984a;
        background-image: url(../images/common/link_ico_wh.svg);
        transition: 0.3s;
        height: 40px;
        width: 100%;
        border-radius: 4px;
        position: relative;
        text-align: center;
        width: 100%;
        padding: 0px 20px 0 20px;
        position: relative;
        background-repeat: no-repeat;
        background-position: right 4px top 4px;
        background-size: 20px 20px;
        display: -webkit-box;
        /* Androidブラウザ用 */
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        /* Androidブラウザ用 */
        justify-content: center;
        text-align: center;
        color: #FFF !important;
        font-size: 16px;
        line-height: 1.3; }
        @media only screen and (max-width: 575px) {
          ul.retiree_top li p.retiree_bt a {
            height: 36px; } }
        @media only screen and (max-width: 380px) {
          ul.retiree_top li p.retiree_bt a {
            background-size: 15px 15px; } }
        @media only screen and (max-width: 765.98px) {
          ul.retiree_top li p.retiree_bt a {
            font-size: 16px; } }
        ul.retiree_top li p.retiree_bt a:hover {
          background-color: #05bb5b; }

h1.retiree_title02 {
  position: relative;
  width: 100% !important;
  display: block !important;
  background-color: #04984a;
  height: 40px;
  border-radius: 4px;
  position: relative;
  padding: 0px 20px 0 10px;
  line-height: 40px; }
  @media only screen and (max-width: 765.98px) {
    h1.retiree_title02 {
      margin-top: 4%; } }
  @media only screen and (max-width: 575px) {
    h1.retiree_title02 {
      height: 60px;
      line-height: 60px; } }
  @media only screen and (max-width: 380px) {
    h1.retiree_title02 {
      padding: 0px 20px 0 5px; } }
  h1.retiree_title02 img {
    height: 24px;
    width: auto; }
    @media only screen and (max-width: 575px) {
      h1.retiree_title02 img {
        height: 40px;
        width: auto; } }
    @media only screen and (max-width: 380px) {
      h1.retiree_title02 img {
        height: 38px;
        width: auto; } }
  h1.retiree_title02:after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    content: " ";
    display: block;
    width: 99px;
    height: 68px;
    background-image: url(../images/common/titleIcon.png);
    background-size: 99px 68px;
    background-repeat: no-repeat;
    background-position: 0px 0px; }

section.retiree_cont dl.circle_h_con dd {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333; }
  @media (max-width: 35.4em) {
    section.retiree_cont dl.circle_h_con dd {
      font-size: 13.3px; } }
  section.retiree_cont dl.circle_h_con dd ul.bt_set {
    display: flex; }
    @media only screen and (max-width: 575px) {
      section.retiree_cont dl.circle_h_con dd ul.bt_set {
        display: block;
        text-align: left; } }
    section.retiree_cont dl.circle_h_con dd ul.bt_set li {
      width: 48%;
      max-width: 48%;
      flex-basis: 48%; }
      @media only screen and (max-width: 840px) {
        section.retiree_cont dl.circle_h_con dd ul.bt_set li {
          width: 48%;
          max-width: 48%;
          flex-basis: 48%; } }
      @media only screen and (max-width: 765.98px) {
        section.retiree_cont dl.circle_h_con dd ul.bt_set li {
          width: 48%;
          max-width: 48%;
          flex-basis: 48%; } }
      @media only screen and (max-width: 575px) {
        section.retiree_cont dl.circle_h_con dd ul.bt_set li {
          width: 97%;
          max-width: 97%;
          flex-basis: 97%; } }
  section.retiree_cont dl.circle_h_con dd ol.count_item02 {
    padding-left: 0em !important; }
    section.retiree_cont dl.circle_h_con dd ol.count_item02 ul li {
      padding-left: 58px; }
      section.retiree_cont dl.circle_h_con dd ol.count_item02 ul li:before {
        display: none; }

a.mailink {
  color: #333 !important; }
  @media only screen and (max-width: 765.98px) {
    a.mailink {
      color: #04984a !important; } }

@media screen and (min-width: 766px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.link_highlight a {
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 4px solid #d4ecd6;
  color: #04984a;
  margin-left: 2px;
  margin-right: 2px; }
  .link_highlight a:hover {
    text-decoration: none !important;
    color: #ed6d34; }

p.retireetitlenote {
  background-color: #f0eae1;
  padding: 5px !important; }

/*Android用ハック*/
html.android ul.search_bt02 li.sch_bt02 a dl dt span {
  line-height: 15px !important;
  padding-top: 2px !important; }
  @media only screen and (max-width: 380px) {
    html.android ul.search_bt02 li.sch_bt02 a dl dt span {
      line-height: 15px !important;
      padding-top: 2px !important; } }
html.android ul.search_bt02 li.sch_bt02 a dl dd {
  top: -2px;
  position: relative; }

/*Android用ハック*/
/*Android4用ハック*/
/*Android用ハック*/
@media only screen and (max-width: 380px) {
  section.search_item > h2 {
    background-position: 0px 5.2px !important; }

  ul.search_bt02 li.sch_bt02 a dl dd {
    top: -2px;
    position: relative; }

  section.about_cont > dl.aboutst_con > dt {
    background-position: 0px 4px; }

  dl.jobinfo02 dt {
    background-position: 0px 3px !important;
    line-height: 1.3; }

  span.step > strong {
    margin-top: -1px; }

  dl.schead_title dt span {
    position: relative;
    top: -2px;
    background-position: 0px 7px !important; }

  ul.schead_cate li.schcate span {
    position: relative;
    top: -2px; }

  dl.scb_cate dt span {
    position: relative;
    top: -1px; }

  ul.list_dot_gr > li {
    background-position: 2px 5px; }

  p.tel_no {
    background-position: 0px 0px; }

  h3.notice_title {
    background-position: 0px 10px; }

  ul.search_check li label {
    position: relative;
    top: 4px !important; } }
/*iphone用ハック*/
html.iphone ul.search_bt02 li.sch_bt02 a dl dd {
  top: -1px !important;
  position: relative; }
html.iphone section.about_cont > dl.aboutst_con > dt {
  background-position: 0px 3px;
  line-height: 1.2; }
html.iphone section.mailcard p.mailbt a span {
  background-position: 0px -6px;
  padding-top: 1px; }
  @media only screen and (max-width: 380px) {
    html.iphone section.mailcard p.mailbt a span {
      background-position: 0px 36%;
      top: -0.05em; } }
html.iphone ul.list_dot_gr > li {
  background-position: 2px 5px; }
html.iphone dl.jobinfo02 dt {
  background-position: 0px 2px !important;
  line-height: 1.3; }
html.iphone ul.schead_cate li.schcate span {
  position: relative;
  top: -2px; }
@media only screen and (max-width: 380px) {
  html.iphone section.mailcard p.mailbt a span {
    background-position: 0px 36%;
    top: 3px; } }

/*iphone用ハック*/
/*IE用ハック*/
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  section.search_item h2 {
    background-position: 0px 5px; }

  dl.sch_cate_occupation dt span {
    padding: 1px 0px 0px 9px;
    /*IE用ハックあり*/ }
  dl.sch_cate_occupation dd {
    position: relative;
    top: 1px; }

  div.search_cont_title h3 {
    background-position: 10px 46%; }
  div.search_cont_title p {
    display: inline-block;
    top: 9px; }
  h3.aboutstep span:last-of-type {
    position: relative;
    top: 2px;
    display: inline-block; }

  h3.entryguide_title {
    padding-top: 10px; }

  h3.notice_title {
    padding-top: 10px; }

  /*FAQハック*/
  dl.faq_item dt {
    display: table;
    vertical-align: middle; }
    dl.faq_item dt span {
      display: table-cell;
      width: 100%; }

  footer nav.footernav.contwp ul li a {
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-size: 20px 20px; }

  ul.search_check li label {
    position: relative;
    top: 3px !important; }

  section.mailcard p.mailbt a {
    padding-top: 6px; }
    section.mailcard p.mailbt a span {
      background-position: 0px -1px; }

  div.bt_arrow p.scard_bt a {
    padding-top: 12px !important; }
    div.bt_arrow p.scard_bt a span {
      background-position: 0px -3px !important; }

  li.sch_bt02 > a > dl > dt > span {
    font-size: 12px !important; }

  h3.graybg_title,
  h3.entryguide_title {
    padding-top: 10px; }

  ul.area_select li a {
    padding-top: 24px; }

  ul.retiree_top li p.retiree_bt a {
    padding-top: 3px; }

  ol.count_item03 li:before {
    font-size: 12px;
    padding-left: 3px;
    line-height: 15px; } }
/*IE用ハックここまで*/
