@charset "UTF-8";
/*
Theme Name: jaruna.jp
Version: 1.0.0
Author: ICC Co.Ltd.
License: ICC Co.Ltd.
*/
/* Concept about us ブロック */
/* --------------------------------------------------------------
// Reset
// @font-face
// framework && common
//// site_title site_tel
//// common
// col f_size
// back_to_top
// breadcrumb
// Pager
// single_pager
// post_style
// contact_form
// Base Styles
-------------------------------------------------------------- */
/* -- Reset --
--------------------------------------------------------------　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

ol, ul, li {
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  font-weight: normal;
  text-align: left;
}

/* -- @font-face --
--------------------------------------------------------------　*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?tzkoro");
  src: url("fonts/icomoon.eot?tzkoro#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?tzkoro") format("truetype"), url("fonts/icomoon.woff?tzkoro") format("woff"), url("fonts/icomoon.svg?tzkoro#icomoon") 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: "icomoon" !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-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-mail2:before {
  content: "";
}

/* -- framework && common --
--------------------------------------------------------------　*/
/* framework ---------------------------------*/
body {
  background: #fff;
  font-size: 16px;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323232;
  line-height: 1em;
}
h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

#main {
  line-height: 1.7;
  letter-spacing: 1px;
}

header, #site_navigation, #mainvisualarea, #breadcrumb, #pagetitlearea, #content, footer {
  width: 100%;
}

a {
  color: #323232;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
a img {
  border: 0;
}
a img:hover, a img:active {
  outline: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mainwrap {
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .mainwrap {
    max-width: 98%;
  }
}
@media screen and (min-width: 981px) {
  .mainwrap {
    max-width: 970px;
  }
}
@media screen and (max-width: 767px) {
  .mainwrap.mw_max {
    width: 100%;
    margin: 0 0;
  }
}

.widewrap {
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .widewrap {
    max-width: 98%;
  }
}
@media screen and (min-width: 981px) {
  .widewrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .widewrap.mw_max {
    width: 100%;
    margin: 0 0;
  }
}

.inner_10 {
  padding: 10px;
}

#sidebar {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font: 14px "メイリオ", "Meiryo", "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }

  .content_dir {
    margin-bottom: 30px;
  }

  .content_inner {
    padding: 10px;
  }

  .inner_50 {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 768px) {
  .main_top #main {
    width: 100%;
  }

  .main_lower #main {
    width: 72.5%;
    float: left;
  }
  .main_lower #sidebar {
    display: block;
    width: 24.5%;
    float: right;
  }

  .content_dir {
    margin-bottom: 30px;
  }

  .content_inner {
    padding: 20px;
  }

  .inner_30 {
    padding: 30px 0;
  }

  .inner_50 {
    padding: 50px 0;
  }
}
/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

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

.mb7 {
  margin-bottom: 7px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb120 {
  margin-bottom: 120px;
}

.pt5 {
  padding-top: 5px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.lh14 {
  line-height: 1.4em;
}

.lh17 {
  line-height: 1.7em;
}

.lh2 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

/* switch */
.switch {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .spview, .sp_taview, .sp_pcview {
    display: block;
  }

  .taview, .ta_pcview, .pcview {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .sp_taview, .taview, .ta_pcview {
    display: block;
  }

  .spview, .sp_pcview, .pcview {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .sp_pcview, .ta_pcview, .pcview {
    display: block;
  }

  .spview, .sp_taview, .taview {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spview_inline, .sp_taview_inline, .sp_pcview_inline {
    display: inline;
  }

  .taview_inline, .ta_pcview_inline, .pcview_inline {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .sp_taview_inline, .taview_inline, .ta_pcview_inline {
    display: inline;
  }

  .spview_inline, .sp_pcview_inline, .pcview_inline {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .sp_pcview_inline, .ta_pcview_inline, .pcview_inline {
    display: inline;
  }

  .spview_inline, .sp_taview_inline, .taview_inline {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .leftdir {
    float: left;
  }

  .rightdir {
    float: right;
  }

  .withimg {
    clear: both;
    overflow: hidden;
  }
  .withimg img {
    float: left;
    margin-right: 15px;
  }
  .withimg.right img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
}
/* -- original common --
--------------------------------------------------------------　*/
strong, b, .bold {
  font-weight: bold;
}

small, .small {
  font-size: 14px;
}

.img img {
  width: 100%;
}

.bg_w {
  background: #fff;
}

.bg_g {
  background: #F2F2F2;
}

.bg_gr {
  background: #E5F4F4;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

/* -- col f_size --
--------------------------------------------------------------　*/
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item, .col3_wrap .col3_item, .col4_wrap .col4_item {
    margin-bottom: 15px;
  }
  .col2_wrap .col2_item a, .col3_wrap .col3_item a, .col4_wrap .col4_item a {
    display: block;
  }

  .col2_wrap .col2_item:nth-child(2n), .col2_wrap .col2_item:last-child {
    margin-right: 0;
  }

  .col3_wrap .col3_item:nth-child(3n), .col3_wrap .col3_item:last-child {
    margin-right: 0;
  }

  .col4_item .col4_item:nth-child(4n), .col5_item .col4_item:nth-child(5n) {
    margin-right: 0;
  }

  .f_size55 .leftdir, .f_size55 .rightdir, .f_size64 .leftdir, .f_size64 .rightdir, .f_size46 .leftdir, .f_size46 .rightdir, .f_size73 .leftdir, .f_size73 .rightdir, .f_size37 .leftdir, .f_size37 .rightdir, .f_size82 .leftdir, .f_size82 .rightdir, .f_size28 .leftdir, .f_size28 .rightdir, .f_size91 .leftdir, .f_size91 .rightdir, .f_size19 .leftdir, .f_size19 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  /* col2_wrap */
  .col2_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col2_wrap .col2_item {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .col2_wrap .col2_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  /* col3_wrap */
  .col3_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }

  .col3_item {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .col3_item:nth-child(3n) {
    margin-right: 0;
  }
  .col3_item:nth-child(3n+1) {
    clear: left;
  }

  /* col4_item */
  .col4_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col4_wrap .col4_item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
  }
  .col4_wrap .col4_item:nth-child(4n) {
    margin-right: 0;
  }
  .col4_wrap .col4_item:nth-child(4n+1) {
    clear: left;
  }

  /* col5_item */
  .col5_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col5_wrap .col5_item {
    width: 19.2%;
    float: left;
    margin-right: 1%;
  }
  .col5_wrap .col5_item:nth-child(5n) {
    margin-right: 0;
  }
  .col5_wrap .col5_item:nth-child(5n+1) {
    clear: left;
  }

  .f_size55 > .leftdir {
    width: 49%;
  }
  .f_size55 > .rightdir {
    width: 49%;
  }

  .f_size64 > .leftdir {
    width: 59%;
  }
  .f_size64 > .rightdir {
    width: 39%;
  }

  .f_size46:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size46 > .leftdir {
    width: 39%;
  }
  .f_size46 > .rightdir {
    width: 59%;
  }

  .f_size73 > .leftdir {
    width: 69%;
  }
  .f_size73 > .rightdir {
    width: 29%;
  }

  .f_size37:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size37 > .leftdir {
    width: 29%;
  }
  .f_size37 > .rightdir {
    width: 69%;
  }
  .f_size37 > .rightdir.noimg {
    width: 100%;
  }

  .f_size82 > .leftdir {
    width: 79%;
  }
  .f_size82 > .rightdir {
    width: 19%;
  }

  .f_size28 > .leftdir {
    width: 19%;
  }
  .f_size28 > .rightdir {
    width: 79%;
  }

  .f_size91 > .leftdir {
    width: 89%;
  }
  .f_size91 > .rightdir {
    width: 9%;
  }

  .f_size19 > .leftdir {
    width: 9%;
  }
  .f_size19 > .rightdir {
    width: 89%;
  }
}
/* -- back_to_top --
--------------------------------------------------------------　*/
#back_to_top {
  position: fixed;
  z-index: 9999;
  right: 5px;
  bottom: 5px;
  width: 45px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #back_to_top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 981px) {
  #back_to_top {
    right: 45px;
    bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #back_to_top {
    bottom: 45px;
  }
}

/* -- breadcrumb --
--------------------------------------------------------------　*/
#breadcrumb ul {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto;
}
#breadcrumb li {
  float: left;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  color: #808080;
}
#breadcrumb a {
  display: block;
  color: #808080;
}
@media screen and (max-width: 767px) {
  #breadcrumb li {
    font-size: 10px;
  }
  #breadcrumb li a {
    font-size: 10px;
  }
}
/* Pager --
--------------------------------------------------------------　*/
.pagination {
  display: inline-block;
  overflow: hidden;
  clear: both;
  position: relative;
}
.pagination span {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  padding: 6px;
  text-decoration: none;
  color: #fff;
  background: #E51111;
  font-weight: bold;
}
.pagination a {
  display: block;
  float: left;
  font-weight: bold;
  margin: 2px 5px 2px 0;
  padding: 6px 15px;
  text-decoration: none;
  color: #E51111;
  background: #fff;
  text-align: center;
}
.pagination a:hover {
  background: #E51111;
  color: #fff;
  opacity: 1;
}
.pagination .current {
  background: #E51111;
  color: #fff;
  padding: 6px 15px;
  text-align: center;
}

/* single_pager --
--------------------------------------------------------------　*/
.single_pager {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.single_pager a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #41648A;
  background: #41648A;
  color: #fff;
  font-family: "Mplus 1p", sans-serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single_pager a:hover {
  border: 1px solid #41648A;
  background: #fff;
  color: #41648A;
  opacity: 1;
}
.single_pager .left, .single_pager .right {
  display: inline-block;
}
.single_pager .left {
  float: left;
}
.single_pager .right {
  float: right;
  text-align: right;
}

/* -- post_style --
--------------------------------------------------------------　*/
.post_nimg li {
  margin-bottom: 30px;
}
.post_nimg li:last-child {
  margin-bottom: 0;
}
.post_nimg .posttxt p {
  font-size: 12px;
}
.post_nimg .posttxt p.day {
  margin-top: 2px;
  margin-right: 10px;
}
.post_nimg .posttxt p.title {
  float: left;
  font-size: 16px;
  text-decoration: underline;
}
.post_nimg .posttxt p.title a {
  color: #41648A;
}
.post_nimg .posttxt .post_link {
  display: block;
  float: right;
  padding: 3px 15px;
  background: #FF0000;
  text-decoration: none;
  color: #fff;
}

.post_flimg:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.post_flimg .img {
  width: 44%;
  margin: 0 auto;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_flimg .img {
    margin-bottom: 10px;
  }
}
.post_flimg .img img {
  width: 100%;
  border: solid 1px #fff;
}
.post_flimg .posttxt {
  width: 54%;
  margin: 0 auto;
  float: right;
}
.post_flimg .posttxt p {
  font-size: 12px;
}
.post_flimg .posttxt p.title {
  font-size: 18px;
  line-height: 1.2em;
  padding-bottom: 5px;
}
.post_flimg .posttxt p.day {
  border-bottom: dashed 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post_flimg .posttxt p.des {
  font-size: 16px;
  line-height: 1.7em;
}
.post_flimg .posttxt p.more {
  float: right;
  font-size: 14px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1272d), to(#f40040));
  background: -o-linear-gradient(#c1272d, #f40040);
  background: linear-gradient(#c1272d, #f40040);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: solid 1px #323232;
}
.post_flimg .posttxt p.more a {
  display: block;
  padding: 0 7px;
  color: #fff;
}
.post_flimg .posttxt p.top_tag {
  display: inline-block;
  line-height: 1.75;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background: #E51111;
  color: #fff;
}

.post_pagelink {
  display: block;
  float: right;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post_nimg li {
    margin-bottom: 15px;
  }
  .post_nimg li:last-child {
    margin-bottom: 0;
  }
  .post_nimg .posttxt p {
    font-size: 12px;
  }
  .post_nimg .posttxt p.day {
    float: none;
  }
  .post_nimg .posttxt p.title {
    float: none;
    font-size: 14px;
  }
  .post_nimg .posttxt .post_link {
    display: none;
  }

  .post_flimg {
    margin-bottom: 30px;
  }
  .post_flimg .img {
    float: none;
    width: 100%;
  }
  .post_flimg .posttxt {
    float: none;
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- *
*  Base Styles
/* ------------------------------------------------------------------------- */
.single .entry_content {
  /*  base : img
  /* ------------------------------------ */
  /*  base : clear
  /* ------------------------------------ */
}
.single .entry_content p {
  display: block;
  margin: 1em 0;
}
.single .entry_content h1, .single .entry_content h2, .single .entry_content h3, .single .entry_content h4, .single .entry_content h5, .single .entry_content h6, .single .entry_content ul, .single .entry_content li, .single .entry_content img, .single .entry_content table, .single .entry_content tr, .single .entry_content th, .single .entry_content td, .single .entry_content dl, .single .entry_content dt, .single .entry_content dd {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}
.single .entry_content strong {
  font-weight: bold;
}
.single .entry_content em {
  font-style: italic;
}
.single .entry_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.single .entry_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single .entry_content .alignright {
  float: right;
}
.single .entry_content .alignleft {
  float: left;
}
.single .entry_content img[class*=wp-image-],
.single .entry_content img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.single .entry_content .clearfix {
  overflow: hidden;
  zoom: 1;
}
.single .entry_content .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*  title : wrap
/* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
/* -- contact_form --
--------------------------------------------------------------*/
.contact_form {
  background-color: #F2F2F2;
  border: 1px solid #B3B3B3;
  margin-top: 25px;
  padding: 10px;
}
.contact_form p {
  display: none;
}
.contact_form .requiredmark {
  margin: 5px 10px 5px 5px;
  padding: 0 10px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  background: #FF0000;
  float: right;
}
@media screen and (max-width: 767px) {
  .contact_form .requiredmark {
    font-size: 11px;
  }
}
.contact_form .no-requiredmark {
  padding-left: 60px;
  float: right;
}
@media screen and (max-width: 767px) {
  .contact_form .no-requiredmark {
    padding-left: 0;
  }
}
.contact_form div.wpcf7-mail-sent-ok, .contact_form div.wpcf7-validation-errors {
  border: double 4px #E51111;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_form div.wpcf7-mail-sent-ok, .contact_form div.wpcf7-validation-errors {
    font-size: 15px;
  }
}
.contact_form form.sent table, .contact_form form.sent .acceptance, .contact_form form.sent .submit {
  display: none;
}
.contact_form form {
  border: 1px dotted #F2F2F2;
  padding: 20px 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .contact_form form {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form form {
    margin: 5px;
    padding: 0 5px 20px;
  }
}
.contact_form form table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_form form table th, .contact_form form table td {
  vertical-align: top;
  border-bottom: 1px dotted #CCCCCC;
}
.contact_form form table th {
  width: 37%;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px 7px 20px;
}
@media screen and (max-width: 767px) {
  .contact_form form table th {
    font-size: 16px;
    border-bottom: none;
  }
}
.contact_form form table td {
  font-size: 14px;
  padding: 7px 10px;
}
.contact_form form table .wpcf7-form-control {
  margin: 5px;
}
.contact_form form input {
  background-color: #fff;
}
.contact_form form input[type=text][name=your-name-sei], .contact_form form input[type=text][name=your-name-mei], .contact_form form input[type=text][name=kana-name-sei], .contact_form form input[type=text][name=kana-name-mei] {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .contact_form form input[type=text][name=your-name-sei], .contact_form form input[type=text][name=your-name-mei], .contact_form form input[type=text][name=kana-name-sei], .contact_form form input[type=text][name=kana-name-mei] {
    width: 100%;
  }
}
.contact_form form input[type=tel], .contact_form form input[type=number], .contact_form form input[type=number], .contact_form form input[type=text], .contact_form form input[type=email] {
  padding: 5px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .contact_form form input[type=tel], .contact_form form input[type=number], .contact_form form input[type=number], .contact_form form input[type=text], .contact_form form input[type=email] {
    font-size: 14px;
  }
}
.contact_form form input[type=tel] {
  width: 16em;
}
.contact_form form input[type=number] {
  width: 3em;
}
.contact_form form input[type=text] {
  width: 98%;
}
.contact_form form input[type=text]#zip, .contact_form form input[type=text]#pref {
  width: 16em;
}
.contact_form form input[type=email] {
  width: 98%;
}
.contact_form form input[type=radio] {
  margin: 0 0 4px 0 !important;
}
.contact_form form input[type=submit] {
  display: block;
  width: 250px;
  padding: 10px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #41648A;
  border: 4px double #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .contact_form form input[type=submit] {
    font-size: 20px;
    width: 250px;
    font-size: 15px;
  }
}
.contact_form form input[type=submit]:hover {
  color: #41648A;
  background: #fff;
  padding: 13px;
  border: 1px solid #41648A;
}
.contact_form form input[type=submit][disabled] {
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .contact_form form input[type=submit][disabled] {
    width: 250px;
  }
}
.contact_form form input[type=submit][disabled]:hover {
  color: #FF0000;
}
.contact_form form .acceptance {
  padding: 10px 0;
  margin: 10px auto;
  font-size: 14px;
  text-align: center;
}
.contact_form form .acceptance input[type=checkbox] {
  margin: 0;
}
.contact_form form .acceptance span {
  vertical-align: middle;
}
.contact_form form textarea {
  width: 98%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.contact_form form span.wpcf7-list-item {
  display: inline-block;
}

.contact_note li {
  margin-left: 1em;
  text-indent: -1em;
}
.contact_note li:before {
  display: inline;
  content: "＊";
}

@media screen and (max-width: 767px) {
  .contact_form {
    padding: 0;
  }
  .contact_form form table th, .contact_form form table td {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .contact_form form table td {
    padding: 7px 0 15px;
  }
  .contact_form form input[type=tel] {
    width: 16em;
  }
  .contact_form form input[type=text]#zip, .contact_form form input[type=text]#pref {
    width: 16em;
  }
  .contact_form form span.wpcf7-list-item {
    display: block;
  }
  .contact_form .acceptance span.notice {
    font-size: 11px;
  }
}
/* Concept about us ブロック */
/* original common --
--------------------------------------------------------------*/
.hd_page_title {
  font-size: 20px;
  font-weight: bold;
  color: #E51111;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .hd_page_title {
    font-size: 16px;
  }
}

.txt_more_link {
  text-align: right;
}
.txt_more_link a {
  color: #289dcc;
  font-weight: bold;
}
.txt_more_link a:hover {
  text-decoration: underline;
  opacity: 1;
}

.hd_title, .hd_title2 {
  position: relative;
  font-family: "Mplus 1p", sans-serif;
  margin-bottom: 20px;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .hd_title, .hd_title2 {
    line-height: 1;
    padding-left: 10px;
  }
}
.hd_title::before, .hd_title2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #E51111;
  content: "";
  width: 150px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .hd_title::before, .hd_title2::before {
    width: 100px;
    height: 2px;
  }
}
.hd_title::after, .hd_title2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(images/common/h3_line.png);
}
@media screen and (max-width: 767px) {
  .hd_title::after, .hd_title2::after {
    height: 2px;
  }
}
.hd_title h2, .hd_title2 h2, .hd_title h3, .hd_title2 h3, .hd_title h4, .hd_title2 h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #323232;
}
.hd_title h2::before, .hd_title2 h2::before, .hd_title h3::before, .hd_title2 h3::before, .hd_title h4::before, .hd_title2 h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E51111;
  width: 4px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .hd_title h2, .hd_title2 h2, .hd_title h3, .hd_title2 h3, .hd_title h4, .hd_title2 h4 {
    font-size: 13px;
    line-height: 13px;
  }
  .hd_title h2::before, .hd_title2 h2::before, .hd_title h3::before, .hd_title2 h3::before, .hd_title h4::before, .hd_title2 h4::before {
    width: 3px;
    height: 15px;
  }
}
.hd_title span, .hd_title2 span {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #999999;
  font-weight: normal;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .hd_title span, .hd_title2 span {
    font-size: 10px;
    line-height: 13px;
  }
}

.hd_title2 {
  text-align: center;
  max-width: 340px;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .hd_title2 {
    text-align: left;
    padding-left: 50px;
  }
}

.more_icon {
  position: relative;
}
.more_icon::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -25px;
  content: url(images/common/more_icon.png);
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.hd_bgimg {
  text-align: center;
}
.hd_bgimg span {
  display: inline-block;
  min-width: 300px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-image: url(images/common/gn_bg.jpg);
  background-position: 50% 50%;
  background-repeat: repeat;
  border: double #fff 4px;
  border-radius: 10px;
  text-align: center;
  padding: 15px 20px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 767px) {
  .hd_bgimg {
    background-size: contain;
    background-position: 50% 50%;
  }
}

.page_hd_img {
  width: 100%;
  margin-top: 20px;
  background-color: #000;
}
.page_hd_img img {
  width: 100%;
}

.btn_img a, .btn_img a:hover {
  opacity: 1;
}
.btn_img a img, .btn_img a img:hover, .btn_img a:hover img, .btn_img a:hover img:hover {
  opacity: 1;
}

.page_wall {
  background-image: url(images/common/bg-3.png);
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.heading {
  font-size: 25px;
  font-weight: bold;
  color: #323232;
  text-align: left;
  padding-right: 5px;
}
.heading::before {
  display: inline-block;
  content: url(images/common/h3_icon.png);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 20px;
    text-align: center;
  }
}
.heading.hd_line {
  font-size: 25px;
  font-weight: bold;
  color: #323232;
  text-align: left;
  border-bottom: solid 1px #323232;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.heading.hd_line::before {
  display: inline-block;
  content: url(images/common/h3_icon.png);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .heading.hd_line {
    font-size: 20px;
    text-align: center;
  }
}

.heading2 {
  font-size: 20px;
  text-align: left;
  overflow: hidden;
  color: #fff;
}
.heading2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0 1em 0 0;
  text-align: left;
}
.heading2 span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .heading2 {
    font-size: 20px;
  }
  .heading2 span {
    position: static;
    padding: 0;
    margin: 0;
    font-size: 18px;
  }
  .heading2 span::after {
    position: static;
    width: 0;
  }
}

.read_more_btn {
  line-height: 30px;
}
.read_more_btn a {
  display: inline-block;
  color: #323232;
}
.read_more_btn a i {
  margin-right: 0.5em;
  font-size: 30px;
  color: #E51111;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.read_more_btn a:hover {
  opacity: 1;
  text-decoration: underline;
}
.read_more_btn a:hover i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.read_more_btn span {
  line-height: 30px;
  vertical-align: top;
}

.more_btn_wrap {
  text-align: center;
}

.more_btn {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #808080;
  font-family: "A-OTF UD新ゴ Pro", sans-serif;
  font-size: 12px;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .more_btn {
    width: 100%;
  }
}
.more_btn:hover {
  background-color: #808080;
  border: 1px solid #808080;
  color: #fff;
  opacity: 1;
}
.more_btn.more_btn_intro {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .more_btn.more_btn_intro {
    position: static;
    width: 100%;
    max-width: none;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border: 1px solid #9ED5F0;
  }
}

.more_btn2 {
  display: inline-block;
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B3B3B3;
  background-color: #E51111;
  color: #fff;
}
.more_btn2::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(images/common/search_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #E51111;
}
.more_btn2:hover {
  background-color: #fff;
  border: 1px solid #E51111;
  color: #E51111;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .more_btn2 {
    max-width: none;
    width: 80%;
    border-radius: 5px;
  }
  .more_btn2::before {
    width: 15px;
    height: 15px;
  }
  .more_btn2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
  }
}

.more_btn3 {
  display: inline-block;
  position: relative;
  max-width: 300px;
  width: 100%;
  height: auto;
  line-height: 1.75;
  border: 1px solid #B3B3B3;
  background-color: #E51111;
  color: #fff;
  padding: 5px;
}
.more_btn3 span {
  display: block;
}
.more_btn3:hover {
  background-color: #fff;
  border: 1px solid #E51111;
  color: #E51111;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .more_btn3 {
    width: 80%;
    height: auto;
    font-size: 10px;
    border-radius: 5px;
  }
  .more_btn3::before {
    width: 15px;
    height: 15px;
  }
  .more_btn3 span {
    display: block;
    vertical-align: top;
  }
}

.cmn_msg_president, #post_about.post_about .about_msg_president {
  margin: 50px auto;
}
.cmn_msg_president .cmn_msg_wrap, #post_about.post_about .about_msg_president .cmn_msg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cmn_msg_president .cmn_msg_wrap, #post_about.post_about .about_msg_president .cmn_msg_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmn_msg_president .cmn_msg_img, #post_about.post_about .about_msg_president .cmn_msg_img {
  width: 21.42%;
}
@media screen and (max-width: 767px) {
  .cmn_msg_president .cmn_msg_img, #post_about.post_about .about_msg_president .cmn_msg_img {
    width: 100%;
    text-align: center;
  }
}
.cmn_msg_president .cmn_msg_txt, #post_about.post_about .about_msg_president .cmn_msg_txt {
  width: 78.57%;
}
@media screen and (max-width: 767px) {
  .cmn_msg_president .cmn_msg_txt, #post_about.post_about .about_msg_president .cmn_msg_txt {
    width: 100%;
  }
}
.cmn_msg_president .signature, #post_about.post_about .about_msg_president .signature {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
}
.cmn_msg_president .signature span, #post_about.post_about .about_msg_president .signature span {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmn_msg_president .signature span, #post_about.post_about .about_msg_president .signature span {
    display: block;
  }
}

.cmn_btn_wrap {
  text-align: center;
}

.cmn_btn_dobule, #post_advisor.post_advisor .map_area .disp_btn_all {
  display: inline-block;
  background-color: #C1272D;
  text-align: center;
  border-radius: 10px;
  border: 5px double #fff;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 50px;
  margin: 0 auto;
}
.cmn_btn_dobule:hover, #post_advisor.post_advisor .map_area .disp_btn_all:hover {
  background-color: #fff;
  border: 5px double #C1272D;
  opacity: 1;
  color: #C1272D;
}

.cmn_fixed_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  text-align: center;
  max-width: 440px;
}
.cmn_fixed_btn img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .cmn_fixed_btn {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .cmn_fixed_btn {
    max-width: none;
    width: 95%;
  }
}

.cmn_tag_list {
  display: inline-block;
}
.cmn_tag_list ul li a {
  display: inline-block;
  background-color: #E51111;
  color: #fff;
  border: 1px solid #E51111;
  padding: 0 5px;
  font-size: 12px;
}
.cmn_tag_list ul li a:hover {
  background-color: #fff;
  color: #E51111;
  font-weight: bold;
  opacity: 1;
}

.cmn_meta_block .meta_day, .cmn_meta_block .meta_author, .cmn_meta_block .meta_cate a {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 3px 15px 3px 10px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  color: #999999;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .cmn_meta_block .meta_day, .cmn_meta_block .meta_author, .cmn_meta_block .meta_cate a {
    margin-bottom: 5px;
  }
}
.cmn_meta_block .meta_day i, .cmn_meta_block .meta_author i, .cmn_meta_block .meta_cate a i {
  padding-right: 10px;
}
.cmn_meta_block .meta_cate {
  display: inline-block;
}

.cmn_search {
  text-align: center;
}
.cmn_search input {
  width: 200px;
  height: 35px;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #dddddd;
  cursor: text;
  padding: 8px 0 8px 34px;
  background: url(images/common/search.png) no-repeat 10px 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cmn_gallery_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cmn_gallery_img .cmn_gallery_img_item {
  position: relative;
  width: 24.28%;
}
.cmn_gallery_img .cmn_gallery_img_item::before {
  content: "";
  display: block;
  padding-top: 66.5%;
  /* 1:1 */
}
.cmn_gallery_img .cmn_gallery_img_item .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn_gallery_img .cmn_gallery_img_item:not(:nth-child(4n)) a {
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .cmn_gallery_img .cmn_gallery_img_item {
    width: 50%;
  }
  .cmn_gallery_img .cmn_gallery_img_item a:not(:nth-child(4n)) {
    padding-right: 0;
  }
}
.cmn_gallery_img .cmn_gallery_img_item .inner {
  display: block;
}
.cmn_gallery_img .cmn_gallery_img_item .inner a {
  display: block;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
.cmn_gallery_img .cmn_gallery_img_item .inner a:hover {
  position: relative;
  opacity: 1;
}
.cmn_gallery_img .cmn_gallery_img_item .inner a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/common/overlay-link.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.cmn_gallery_img .cmn_gallery_img_item .inner img {
  width: 100%;
}

.cmn_banner_mail a {
  display: inline-block;
  height: 55px;
  font-family: "Mplus 1p", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background-color: #FF931E;
  border: 1px solid #FF931E;
  border-radius: 5px;
  padding: 8px 25px 10px 50px;
  position: relative;
  color: #fff;
  vertical-align: middle;
  text-align: left;
}
.cmn_banner_mail a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(images/common/mail_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.cmn_banner_mail a:hover {
  background-color: #fff;
  color: #FF931E;
  opacity: 1;
}
.cmn_banner_mail a:hover::before {
  background-color: #FF931E;
  border-radius: 50%;
}

/* --------------------------------------------------------------
// original common
// page underlalayer
// category underlalayer
// single page
-------------------------------------------------------------- */
.category strong, .category b, .category .bold {
  font-weight: bold;
}
.category small, .category .small {
  font-size: 16px;
}
.category .red {
  color: #FF0000;
}

/* category --
--------------------------------------------------------------　*/
.cat_title {
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.cat_title p.title {
  color: #323232;
  font-size: 24px;
  font-weight: bold;
}
.cat_title p.day {
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cat_title {
    margin-bottom: 10px;
  }
  .cat_title p.title {
    font-size: 18px;
  }
}

/* -- post_normal.php --
--------------------------------------------------------------　*/
#normal {
  padding: 50px 0 140px;
}
@media screen and (max-width: 767px) {
  #normal {
    padding: 20px 0 50px;
  }
}
#normal .post-li article {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #normal .post-li article {
    padding: 30px 10px;
  }
}
#normal .post-li article .normal_post_box {
  display: block;
}
@media screen and (max-width: 767px) {
  #normal .post-li article .normal_post_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#normal .post-li article .normal_post_box .post_img_block {
  width: 100%;
  margin-bottom: 20px;
}
#normal .post-li article .normal_post_box .post_img_block a {
  display: block;
  width: 100%;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
#normal .post-li article .normal_post_box .post_img_block a:hover {
  position: relative;
  opacity: 1;
}
#normal .post-li article .normal_post_box .post_img_block a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/common/overlay-link.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
#normal .post-li article .normal_post_box .post_img_block a img {
  width: 100%;
}
#normal .post-li article .normal_post_box .post_img_block a img:hover {
  opacity: 1;
}
#normal .post-li article .normal_post_box .post_txt_block {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #4D4D4D;
  padding-left: 55px;
  position: relative;
}
#normal .post-li article .normal_post_box .post_txt_block::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c90000;
  background-image: url(images/common/postformat-standard.png);
}
#normal .post-li article .normal_post_box .post_txt_block time {
  font-size: 12px;
}
#normal .post-li article .normal_post_box .post_txt_block .post-title {
  font-size: 22px;
  color: #444;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #normal .post-li article .normal_post_box .post_txt_block .post-title {
    padding-left: 10px;
  }
}
#normal .post-li article .normal_post_box .post_txt_block .post-title a:hover {
  opacity: 1;
}
#normal .post-li article .normal_post_box .post_txt_block .post_more_btn a {
  display: inline-block;
  font-size: 13px;
  color: #289dcc;
  text-decoration: underline;
  margin-top: auto;
}
#normal p img {
  padding: 25px 0;
}

/* single page --
--------------------------------------------------------------　*/
#single {
  overflow: hidden;
}
#single a {
  word-break: break-all;
}
#single.single {
  margin-top: 20px;
}
#single .post_title {
  color: #323232;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #single .post_title {
    font-size: 20px;
  }
}
#single .posttxt img {
  margin: 10px 0;
}
#single .posttxt .wp_social_bookmarking_light img {
  margin: 0;
}
#single .g_frames {
  background-color: #fff;
}
#single .post_img a {
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#single .post_img a:hover {
  position: relative;
  opacity: 1;
}
#single .post_img a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/common/overlay-link.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
#single.sponsors_single {
  padding-top: 50px;
}
#single.sponsors_single .post_txt {
  margin: 20px auto 50px;
}
#single.sponsors_single p {
  font-size: 16px;
  font-weight: bold;
}
#single.sponsors_single .sponsors_name {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #single.sponsors_single .sponsors_name {
    padding-left: 0;
  }
}
#single.sponsors_single .sponsors_name em {
  font-weight: bold;
  color: #41648A;
}
#single.sponsors_single .sponsors_name span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #single.sponsors_single .sponsors_name span {
    display: block;
  }
}
#single.sponsors_single .sponsors_url {
  padding-left: 1em;
}
#single.sponsors_single .sponsors_url span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #single.sponsors_single .sponsors_url span {
    display: block;
  }
}
#single.sponsors_single a {
  color: #289dcc;
  word-break: break-all;
}
#single.sponsors_single a:hover {
  text-decoration: underline;
  opacity: 1;
}
#single.intro_setting {
  margin-top: 50px;
}
#single.intro_setting .post-title {
  font-size: 20px;
  font-weight: bold;
}
#single.intro_setting .normal_post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
  #single.intro_setting .normal_post_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#single.intro_setting .post_img_block {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #single.intro_setting .post_img_block {
    text-align: center;
    width: 100%;
  }
}
#single.intro_setting .post_txt_block {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #single.intro_setting .post_txt_block {
    width: 100%;
    padding: 10px;
  }
}
#single.intro_setting a {
  display: block;
  color: #289dcc;
  word-break: break-all;
}
#single.intro_setting a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* -- header --
--------------------------------------------------------------　*/
@media screen and (max-width: 767px) {
  body {
    padding-top: 45px;
  }
}

.header_top {
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
}
.header_top .site_title {
  width: 360px;
  height: 80px;
  margin: 15px auto 15px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header_top .site_title a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header_top .site_title {
    width: 100%;
    margin: 0 auto 15px;
  }
  .header_top .site_title a {
    width: 80%;
    margin-left: 10%;
  }
}
.header_top .header_top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header_top .header_top_link .link_hd_banner {
  margin-right: 15px;
}
.header_top .header_top_link .link_hd_banner a {
  display: block;
  font-family: "Mplus 1p", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background-color: #E51111;
  border: 1px solid #E51111;
  border-radius: 5px;
  padding: 7px 25px 10px 15px;
}
.header_top .header_top_link .link_hd_banner a img {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  background-color: #E51111;
  border-radius: 50%;
}
.header_top .header_top_link .link_hd_banner a span {
  display: inline-block;
  color: #fff;
  padding-left: 15px;
}
.header_top .header_top_link .link_hd_banner a:hover {
  background-color: #fff;
  opacity: 1;
}
.header_top .header_top_link .link_hd_banner a:hover span {
  color: #E51111;
}
.header_top .header_top_link .header_contact {
  width: 200px;
}

@media screen and (max-width: 767px) {
  #header #site_description_area {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header #site_description_area {
    text-indent: -9999px;
  }
  #header #site_description_area h1 {
    line-height: 0;
  }
}
.header_contact .headr_mail a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header_contact {
    display: none;
  }
}

/* -- fixed_button
--------------------------------------------------------------　*/
.fixed_button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #CCCCCC;
}
.fixed_button .fixBtn_tel {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  text-align: center;
  padding: 10px;
}
.fixed_button .fixBtn_tel span {
  display: block;
  font-family: "Mplus 1p", sans-serif;
  font-size: 12px;
  color: #E51111;
}
.fixed_button .fixBtn_tel a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  color: #E51111;
}
.fixed_button .fixBtn_mail {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  background-color: #E51111;
  color: #fff;
  padding: 12px;
}
.fixed_button .fixBtn_mail a {
  display: block;
  text-align: center;
}
.fixed_button .fixBtn_mail p {
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fixed_button {
    display: none;
  }
}
/* -- mainvisualarea ---- pagetitlearea --
--------------------------------------------------------------　*/
/* -- mainvisualarea --
--------------------------------------------------------------　*/
#mainvisualarea {
  overflow: hidden;
}
#mainvisualarea #bxslider li:not(:first-child) {
  display: none;
}
#mainvisualarea .bx-wrapper .bx-viewport #bxslider li {
  display: block;
}
@media screen and (min-width: 981px) {
  #mainvisualarea .bx-viewport {
    overflow: visible !important;
    width: 970px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #mainvisualarea {
    width: 768px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#mainvisualarea .slider__item {
  position: relative;
  color: transparent;
  width: 100%;
  margin: 0 auto;
}
#mainvisualarea .slider__item__inner {
  position: relative;
}
#mainvisualarea .slider__item__inner::before {
  content: "";
  display: block;
  padding-top: 41.23%;
  /* 1:1 */
}
#mainvisualarea .slider__item__inner .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #mainvisualarea .slider__item__inner {
    width: 768px;
    margin: 0 5px;
  }
}
@media screen and (min-width: 970px) {
  #mainvisualarea .slider__item__inner {
    width: 970px;
  }
}
#mainvisualarea .slider__item__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#mainvisualarea .slider__item .inner {
  background: 50% 50% no-repeat;
  background-size: cover;
}
#mainvisualarea .slider__item a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: transparent;
}
#mainvisualarea .slider__item img {
  width: 100%;
}
@media not all and (min-width: 768px) {
  #mainvisualarea .slider__item {
    color: transparent;
    background: url(images/top/mainvisual-1_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  #mainvisualarea .slider__item__inner {
    position: relative;
  }
  #mainvisualarea .slider__item__inner::before {
    content: "";
    display: block;
    padding-top: 66.66%;
    /* 1:1 */
  }
  #mainvisualarea .slider__item__inner .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mainvisualarea .slider__item:nth-child(2) {
    background: url(images/top/mainvisual-1_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  #mainvisualarea .slider__item:nth-child(3) {
    background: url(images/top/mainvisual-2_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  #mainvisualarea .slider__item:nth-child(4) {
    background: url(images/top/mainvisual-3_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  #mainvisualarea .slider__item:nth-child(5) {
    background: url(images/top/mainvisual-4_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
#mainvisualarea .slider .slick-active .slider__item__inner:after {
  background-color: transparent;
}

/* -- bxslider -------------------- */
/* -- pagetitlearea --
--------------------------------------------------------------　*/
#pagetitlearea {
  background-image: url(images/common/pageindex.png);
  height: 150px;
}
#pagetitlearea .mainwrap {
  position: relative;
  height: 100%;
}
#pagetitlearea .mainwrap .pagetitle_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
#pagetitlearea .mainwrap .pagetitle_heading h2 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #pagetitlearea {
    height: 80px;
  }
  #pagetitlearea .mainwrap .pagetitle_heading h2 {
    font-size: 20px;
  }
  #pagetitlearea .mainwrap .pagetitle_heading h2::before {
    padding-right: 15px;
  }
  #pagetitlearea .mainwrap .pagetitle_heading h2::after {
    padding-left: 15px;
  }
  #pagetitlearea .mainwrap .pagetitle_heading p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 35px;
  }
}
/* -- breadcrumb --
--------------------------------------------------------------　*/
#breadcrumb {
  font-size: 11px;
}
#breadcrumb li {
  padding: 0;
}
#breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  background-color: #323232;
  position: relative;
  color: #fff;
  padding: 2px 10px;
  z-index: 1;
  margin-right: 10px;
}
#breadcrumb li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #323232;
  z-index: 10;
}
#breadcrumb li span {
  display: inline-block;
  vertical-align: middle;
  background-color: #32a6e0;
  position: relative;
  color: #fff;
  padding: 2px 10px;
  z-index: 1;
  margin-right: 10px;
}
#breadcrumb li span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #32a6e0;
  z-index: 10;
}

/* -- page_description_area --
--------------------------------------------------------------　*/
#page_description_area {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #page_description_area {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #page_description_area {
    font-size: 14px;
    text-align: left;
  }
}

.button_tel, .button_mail {
  display: none;
}

@media screen and (max-width: 767px) {
  .button_tel, .button_mail {
    display: block;
    width: 40px;
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: #7d7e7d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7d7e7d", endColorstr="#0e0e0e",GradientType=0 );
    /* IE6-8 */
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 3px;
  }

  .button_tel {
    right: 46px;
  }

  .button_mail {
    right: 89px;
  }

  .icon-phone:before {
    color: #fff;
    font-size: 28px;
  }

  .icon-mail2:before {
    color: #fff;
    font-size: 30px;
  }
}
/* -- globalnaviarea_wrap --
--------------------------------------------------------------¡¡*/
@media screen and (max-width: 767px) {
  #globalnaviarea_wrap {
    /* fix menu (SP)---------------------------------*/
    /* toggle (SP)---------------------------------*/
    /* menu (SP)-----------------------------------*/
  }
  #globalnaviarea_wrap #site_navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  #globalnaviarea_wrap .spmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 45px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  #globalnaviarea_wrap .spmenu i {
    font-size: 20px;
    color: #a2a2a2;
  }
  #globalnaviarea_wrap .spmenu .sp_logo {
    width: 120px;
    margin-left: 10px;
  }
  #globalnaviarea_wrap .spmenu .sp_logo a img {
    width: 100%;
  }
  #globalnaviarea_wrap .spmenu .sp_entry a {
    background-color: #C1272D;
    text-align: center;
    border: 5px double #fff;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
  }
  #globalnaviarea_wrap .spmenu .sp_entry a:hover {
    background-color: #fff;
    border: 3px double #C1272D;
    opacity: 1;
    color: #C1272D;
  }
  #globalnaviarea_wrap #toggle {
    width: 40px;
    height: 40px;
    padding: 8px 5px;
    z-index: 100;
    border-radius: 5px;
    margin-right: 10px;
  }
  #globalnaviarea_wrap #toggle .menu-trigger,
#globalnaviarea_wrap #toggle .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #globalnaviarea_wrap #toggle .menu-trigger {
    position: relative;
    width: 20px;
    height: 20px;
  }
  #globalnaviarea_wrap #toggle .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #41648A;
    border-radius: 4px;
  }
  #globalnaviarea_wrap #toggle .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #globalnaviarea_wrap #toggle .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  #globalnaviarea_wrap #toggle .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #globalnaviarea_wrap #toggle .menu-trigger.triggeractive span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    background-color: #E51111;
    height: 2px;
  }
  #globalnaviarea_wrap #toggle .menu-trigger.triggeractive span:nth-of-type(2) {
    opacity: 0;
  }
  #globalnaviarea_wrap #toggle .menu-trigger.triggeractive span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    background-color: #E51111;
    height: 2px;
  }
  #globalnaviarea_wrap #menu {
    display: none;
  }
  #globalnaviarea_wrap #menu.menu_open {
    display: block;
    -webkit-animation: fadein 0.5s ease-in-out forwards;
            animation: fadein 0.5s ease-in-out forwards;
  }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #globalnaviarea_wrap #menu.menu_open .menu_wrap {
    opacity: 1;
  }
  #globalnaviarea_wrap #menu .menu_wrap {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    margin: 0 auto;
    clear: both;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    padding: 5vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #globalnaviarea_wrap #menu .menu_wrap.mainwrap, #globalnaviarea_wrap #menu .menu_wrap.widewrap {
    max-width: 100%;
  }
  #globalnaviarea_wrap #menu .menu_wrap li.spsns {
    display: block;
    text-align: left;
  }
  #globalnaviarea_wrap #menu .menu_wrap li.spsns a {
    display: inline-block;
  }
  #globalnaviarea_wrap #menu .menu_wrap li.spsns a::before {
    background: none;
  }
  #globalnaviarea_wrap #menu .menu_wrap li .sp_logo {
    text-align: center;
  }
  #globalnaviarea_wrap #menu .menu_wrap li .sp_logo a {
    display: inline-block;
    width: 60%;
    max-width: 250px;
  }
  #globalnaviarea_wrap #menu .menu_wrap li .sp_logo a::before {
    background: none;
  }
  #globalnaviarea_wrap #menu .menu_wrap li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-family: "Mplus 1p", sans-serif;
    color: #323232;
    line-height: 20px;
    padding: 0 0 0 15%;
    position: relative;
  }
  #globalnaviarea_wrap #menu .menu_wrap li a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(images/common/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  #globalnaviarea_wrap #menu .menu_wrap li.selected a {
    color: #E51111;
    font-weight: bold;
  }
  #globalnaviarea_wrap #menu .menu_wrap li.selected a::before {
    background-image: url(images/common/arrow3.png);
  }
}
@media screen and (min-width: 768px) {
  #globalnaviarea_wrap {
    height: 50px;
    border-top: 2px solid #E51111;
    background-color: rgba(255, 255, 255, 0.8);
    /* toggle (PC,Tablet)---------------------------------*/
    /* menu (PC,Tablet)-----------------------------------*/
  }
  #globalnaviarea_wrap.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-box-shadow: 1px 1px 10px #b3b3b3;
            box-shadow: 1px 1px 10px #b3b3b3;
  }
  #globalnaviarea_wrap .spmenu {
    display: none;
  }
  #globalnaviarea_wrap #toggle, #globalnaviarea_wrap #menu li.spsns {
    display: none;
  }
  #globalnaviarea_wrap .menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #globalnaviarea_wrap .menu_wrap li {
    text-align: center;
    font-size: 14px;
    height: 48px;
    position: relative;
  }
  #globalnaviarea_wrap .menu_wrap li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #B3B3B3;
  }
  #globalnaviarea_wrap .menu_wrap li.f_item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #globalnaviarea_wrap .menu_wrap li a {
    display: inline-block;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    width: 100%;
    height: 100%;
  }
  #globalnaviarea_wrap .menu_wrap li.nav_last_pc {
    position: relative;
  }
  #globalnaviarea_wrap .menu_wrap li.nav_last_pc::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #B3B3B3;
  }
  #globalnaviarea_wrap .menu_wrap li:hover a, #globalnaviarea_wrap .menu_wrap li.selected a {
    color: #323232;
    opacity: 1;
    position: relative;
  }
  #globalnaviarea_wrap .menu_wrap li:hover a::after, #globalnaviarea_wrap .menu_wrap li.selected a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ff0000 transparent;
  }
}
/* -- footer --
--------------------------------------------------------------　*/
.foot_news, .foot_event {
  display: none;
}
@media screen and (max-width: 767px) {
  .foot_news, .foot_event {
    display: block;
  }
}

#top_intro2.top_intro2 {
  background-color: #FFF4E8;
  padding: 30px 0 40px;
}
#top_intro2.top_intro2 .top_intro_img {
  width: 100%;
}
#top_intro2.top_intro2 .top_intro_img img {
  width: 100%;
}

#top_partner.top_partner {
  background-color: #FFF4E8;
  padding: 100px 0 100px;
}
#top_partner.top_partner .bannerwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #top_partner.top_partner .bannerwrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#top_partner.top_partner .partnerBanner {
  width: 22.68%;
}
@media screen and (max-width: 767px) {
  #top_partner.top_partner .partnerBanner {
    width: 45.33%;
  }
}
#top_partner.top_partner .partnerBanner a {
  display: block;
  margin-bottom: 30px;
}
#top_partner.top_partner .partnerBanner a img {
  width: 100%;
}
#top_partner.top_partner .partnerBanner:not(:nth-child(4n)) {
  margin-right: 3.09%;
}
@media screen and (max-width: 767px) {
  #top_partner.top_partner .partnerBanner:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.support.col4_wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .support.col4_wrap .col4_item {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .support.col4_wrap .col4_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

.foot_divide_btn .foot_divide_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item {
  width: 48.96%;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item a {
  display: block;
  font-family: "Mplus 1p", sans-serif;
  font-size: 20px;
  color: #fff;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail {
  background-color: #5BB9E6;
  text-align: center;
  border-radius: 10px;
  border: 5px double #fff;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail:hover {
  background-color: #fff;
  border: 5px double #5BB9E6;
  opacity: 1;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail:hover span {
  color: #5BB9E6;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 25px 0;
  position: relative;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail span::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail span {
    font-size: 14px;
    padding: 10px 0;
    letter-spacing: 0.1em;
  }
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail.foot_btn_item_detail_intro {
  background-color: #4FCA89;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail.foot_btn_item_detail_intro:hover {
  background-color: #fff;
  border: 5px double #4FCA89;
}
.foot_divide_btn .foot_divide_btn_inner .foot_btn_item .foot_btn_item_detail.foot_btn_item_detail_intro:hover span {
  color: #4FCA89;
}

#footer {
  background-color: #BCC0C3;
  background-image: url(images/common/footer_bg.jpg);
  color: #323232;
  border-top: 4px solid #E51111;
  z-index: -2;
  /* copyright ------------------------------*/
}
#footer .footer_wall {
  border-top: 4px solid #000;
  width: 100%;
  height: 100%;
  position: relative;
}
#footer .footer_wall::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/common/footer_runner.png);
  background-repeat: repeat-x;
  background-position: 10% 10%;
  background-size: auto 90%;
  z-index: -1;
}
#footer .footer_wrap {
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap {
    padding: 0 0 15px;
  }
}
#footer .foot_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #footer .foot_navi {
    display: block;
  }
}
#footer .foot_navi .foot_navi_inner {
  width: 38%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #footer .foot_navi .foot_navi_inner {
    width: 100%;
  }
}
#footer .foot_navi h5 {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 20px;
}
#footer .foot_navi .menu_wrap {
  display: block;
}
#footer .foot_navi .menu_wrap li {
  text-align: left;
  font-size: 12px;
  line-height: 25px;
  color: #E51111;
  margin-bottom: 5px;
  border-bottom: 1px dashed #999999;
}
#footer .foot_navi .menu_wrap li.f_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#footer .foot_navi .menu_wrap li a {
  display: block;
  color: #000;
  font-size: 13px;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
}
#footer .foot_navi .menu_wrap li a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(images/common/pc_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#footer .foot_navi .menu_wrap li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000000;
}
#footer .foot_navi .menu_wrap li:hover a, #footer .foot_navi .menu_wrap li.selected a {
  font-weight: bold;
  opacity: 1;
}
#footer .foot_navi .foot_fb {
  width: 60%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #footer .foot_navi .foot_fb {
    width: 100%;
  }
}
#footer .foot_info {
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .foot_info {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
  }
}
#footer .foot_info .foot_banner_mail {
  text-align: left;
  position: absolute;
  top: 10%;
  left: 10px;
}
#footer .foot_info .foot_banner_mail a {
  font-size: 24px;
  width: 280px;
  height: 100px;
  line-height: 1.2;
  padding: 18px 25px 10px 80px;
}
#footer .foot_info .foot_banner_mail a::before {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #footer .foot_info .foot_banner_mail {
    position: static;
    margin: 20px auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .foot_info .foot_info_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .foot_info .site_title {
  width: 185px;
  height: 204px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 60px auto 45px;
}
#footer .foot_info .site_title a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/common/footer_logo.png) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #footer .foot_info .site_title {
    width: 22.66%;
    height: auto;
    margin: 0 auto 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .foot_info .foot_info_content {
    width: 52%;
    padding-left: 30px;
    border-left: 1px dashed #B3B3B3;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    text-align: left;
  }
}
#footer .foot_info .foot_info_content .foot_info_txt {
  font-size: 12px;
  line-height: 1.75;
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  #footer .foot_info .foot_info_content .foot_info_txt {
    font-size: 10px;
  }
}
#footer .foot_info .foot_info_content .foot_store {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
#footer .foot_info .foot_info_content .foot_num .foot_tel a {
  display: inline-block;
}
#footer .foot_info .foot_info_content .foot_num .foot_fax {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #footer .foot_info .foot_info_content .foot_num .foot_fax {
    padding-left: 1em;
  }
}
#footer #copyright {
  background-color: #4D4D4D;
  color: #fff;
  padding: 5px 0;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
#footer #copyright a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer #copyright {
    /* copyright ------------------------------*/
    text-align: center;
    font-size: 10px;
  }
}

/* -- JavaScript CSS --
--------------------------------------------------------------　*/
/* -- framework && common --
--------------------------------------------------------------　*/
.g_frames {
  border: solid 1px #E51111;
}

/* -- main site-main --------------------------------------　*/
#main-inner.bgimg {
  background-image: url(images/common/bg.jpg);
  z-index: -1;
}
#main-inner .content_dir.none {
  border: none;
  background: none;
}
#main-inner .content_dir.none .content_inner {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -- heading common --
--------------------------------------------------------------　*/
/* -- index.php --
--------------------------------------------------------------　*/
#top_greeting {
  padding: 50px 0;
  text-align: center;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #top_greeting {
    padding: 0;
  }
}
#top_greeting .top_gre_wrap {
  background: url(images/common/grt_bg_logo.png) no-repeat;
  background-size: 188px 188px;
  background-position: 6% 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #top_greeting .top_gre_wrap {
    max-width: 100%;
    padding: 10px;
    background-size: 78px 78px;
    background-position: 100% 0;
  }
}
#top_greeting .top_grtInner {
  display: inline-block;
  text-align: left;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #top_greeting .top_grtInner {
    padding: 0 0 20px;
  }
}
#top_greeting .grtTitle {
  font-size: 20px;
  font-weight: bold;
  color: #E51111;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #top_greeting .grtTitle {
    font-size: 13px;
  }
}
#top_greeting .grtTxt {
  font-size: 16px;
  line-height: 35px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #top_greeting .grtTxt {
    text-align: left;
    font-size: 10px;
    line-height: 2;
    margin: 0 5px;
    letter-spacing: 0;
  }
}
#top_greeting .divide_content .divide_content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#top_greeting .divide_content .divide_content_block_item {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 500px) {
  #top_greeting .divide_content .divide_content_block_item {
    width: 50%;
  }
}
#top_greeting .divide_content .divide_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
#top_greeting .divide_content .divide_content_inner .divide_item {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #top_greeting .divide_content .divide_content_inner .divide_item {
    width: 47.88%;
  }
}
#top_greeting .divide_content .divide_content_inner .divide_item a {
  display: block;
}
#top_greeting .divide_content .divide_content_inner .divide_item a:hover, #top_greeting .divide_content .divide_content_inner .divide_item a img:hover {
  opacity: 1;
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_select {
  margin-bottom: 20px;
  background-image: url(images/top/divide2-1_pc_o.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_select:hover img {
  visibility: hidden !important;
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_select img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_greeting .divide_content .divide_content_inner .divide_item .divide_item_select {
    background-image: none;
  }
  #top_greeting .divide_content .divide_content_inner .divide_item .divide_item_select:hover img {
    visibility: visible;
  }
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail {
  background-color: #C1272D;
  text-align: center;
  border-radius: 10px;
  border: 5px double #fff;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail:hover {
  background-color: #fff;
  border: 5px double #C1272D;
  opacity: 1;
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail:hover span {
  color: #C1272D;
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 10px 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail span {
    font-size: 10px;
    padding: 5px 5.88%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 374px) {
  #top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail span {
    padding: 5px 0;
  }
}
#top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail span::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/common/book_icon_r.png);
  border: 1px solid #C1272D;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #top_greeting .divide_content .divide_content_inner .divide_item .divide_item_detail span::before {
    background-image: none;
    border: none;
  }
}
#top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_select {
  background-image: url(images/top/divide2-2_pc_o.png);
}
#top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_select:hover img {
  visibility: hidden !important;
}
@media screen and (max-width: 767px) {
  #top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_select {
    background-image: none;
  }
  #top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_select:hover img {
    visibility: visible !important;
  }
}
#top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_detail {
  background-color: #32A7E0;
}
#top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_detail:hover {
  background-color: #fff;
  border: 5px double #32A7E0;
  opacity: 1;
}
#top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_detail:hover span {
  color: #32A7E0;
}
#top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_detail span::before {
  background-image: url(images/common/book_icon_b.png);
  border: 1px solid #32A7E0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #top_greeting .divide_content .divide_content_inner .divide_item.divide_item_flow .divide_item_detail span::before {
    background-image: none;
    border: none;
  }
}

#top_intro.top_intro .top_intro_img {
  position: relative;
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #top_intro.top_intro .top_intro_img {
    margin: 0 10px;
  }
}
#top_intro.top_intro .top_intro_img img {
  width: 100%;
}

.top_info {
  padding: 30px 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_info {
    padding: 30px 0 10px;
  }
}
.top_info .top_info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 10px 20px;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_block {
    display: block;
  }
}
.top_info .top_info_block .top_info_item {
  width: 21.78%;
  margin-bottom: 10px;
}
.top_info .top_info_block .top_info_item:not(:last-child) {
  margin-right: 4.21%;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_block .top_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: none;
    width: 100%;
  }
}
.top_info .top_info_item_img {
  position: relative;
}
.top_info .top_info_item_img::before {
  content: "";
  display: block;
  padding-top: 66.5%;
  /* 1:1 */
}
.top_info .top_info_item_img .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_item_img {
    width: 34.58%;
  }
}
.top_info .top_info_item_img .inner {
  display: block;
}
.top_info .top_info_item_img .inner a {
  display: block;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
.top_info .top_info_item_img .inner a:hover {
  position: relative;
  opacity: 1;
}
.top_info .top_info_item_img .inner a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/common/overlay-link.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.top_info .top_info_item_img .inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_item_txt {
    width: 64.57%;
    padding-left: 10px;
  }
}
.top_info .top_info_item_txt .day {
  display: inline-block;
  font-size: 12px;
  color: #808080;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_item_txt .day {
    margin-top: 0;
    line-height: 1.2;
  }
}
.top_info .top_info_item_txt .title {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_item_txt .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
  }
}
.top_info .top_info_item_txt .title a {
  font-size: 14px;
  color: #323232;
}
.top_info .top_info_item_txt .title a:hover {
  text-decoration: underline;
  opacity: 1;
}
.top_info .top_info_item_txt .des {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_item_txt .des {
    display: block;
    font-size: 10px;
    line-height: 1.75;
  }
}
.top_info .top_info_item_txt .readmore {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_item_txt .readmore {
    text-align: right;
    line-height: 1;
  }
  .top_info .top_info_item_txt .readmore a {
    font-size: 10px;
    color: #29ABE2;
  }
}
.top_info .nopost {
  text-align: center;
  color: #000;
  padding: 50px 0;
  margin: 0 auto;
}

.top_syokugaku {
  background-color: #F8F8F8;
  padding: 50px 0 50px;
}

#sidebar.sidebar .side_title {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #B3B3B3;
  padding-left: 5px;
  margin-bottom: 10px;
  background-image: url(images/side/side_title.png);
  border-bottom: 2px solid #999999;
}
#sidebar.sidebar .side_banner {
  margin-bottom: 30px;
}
#sidebar.sidebar .side_banner .banner_item {
  margin-bottom: 10px;
}
#sidebar.sidebar .side_news {
  margin-bottom: 30px;
}
#sidebar.sidebar .side_news .side_newsArea .side_news_block {
  padding-left: 10px;
}
#sidebar.sidebar .side_news .side_newsArea .side_news_block .side_news_title {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  text-decoration: underline;
  padding-left: 10px;
  position: relative;
}
#sidebar.sidebar .side_news .side_newsArea .side_news_block .side_news_title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(images/common/arrow.png);
}
#sidebar.sidebar .side_event {
  margin-bottom: 30px;
}
#sidebar.sidebar .side_event .side_eventArea .side_news_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#sidebar.sidebar .side_event .side_eventArea .side_news_block .side_event_img {
  width: 41.66%;
}
#sidebar.sidebar .side_event .side_eventArea .side_news_block .side_event_txt {
  width: 54.16%;
}
#sidebar.sidebar .side_event .side_eventArea .side_news_block .side_event_txt .side_event_title {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  text-decoration: underline;
}
#sidebar.sidebar .side_archive {
  margin-bottom: 30px;
}
#sidebar.sidebar .side_archive .side_archiveArea ul li {
  background: url(images/common/arrow4.png) no-repeat 0px 7px;
  padding: 1px 0 1px 12px;
}
#sidebar.sidebar .side_archive .side_archiveArea ul li a {
  color: #289dcc;
  font-size: 12px;
}
#sidebar.sidebar .side_archive .side_archiveArea ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
#sidebar.sidebar .side_tags {
  margin-bottom: 30px;
}
#sidebar.sidebar .side_tags .side_tagsArea ul li {
  display: inline-block;
}
#sidebar.sidebar .side_tags .side_tagsArea ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  background-color: #666666;
  color: #fff;
}
#sidebar.sidebar .side_tags .side_tagsArea ul li a:hover {
  background-color: #FF0000;
  opacity: 1;
}

/* post_about --
--------------------------------------------------------------　*/
#post_about.post_about p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#post_about.post_about h4 {
  font-size: 16px;
  font-weight: bold;
  color: #289dcc;
}
#post_about.post_about .about_grt {
  margin: 50px auto;
}
#post_about.post_about .about_activity {
  margin: 50px auto;
}
#post_about.post_about .about_activity ul {
  padding-left: 1em;
}
#post_about.post_about .about_activity_detail {
  background-image: url(images/common/stripes.png);
  padding: 0 15px 15px;
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_activity_detail ul {
    padding-left: 0;
  }
}
#post_about.post_about .about_activity_detail ul li {
  position: relative;
}
#post_about.post_about .about_activity_detail ul li .view_btn-title {
  cursor: pointer;
  color: #323232;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_activity_detail ul li .view_btn-title {
    font-size: 14px;
  }
}
#post_about.post_about .about_activity_detail ul li .view_btn-title i {
  margin-right: 0.5em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_activity_detail ul li .view_btn-title i {
    font-size: 10px;
  }
}
#post_about.post_about .about_activity_detail ul li .about_content {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.75;
}
#post_about.post_about .about_activity_detail ul li .about_content dl dt {
  font-weight: bold;
}
#post_about.post_about .about_activity_detail ul li .view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_activity_detail ul li .view_btn {
    top: 0;
    right: 0;
  }
}
#post_about.post_about .about_activity_detail ul li .view_btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#post_about.post_about .about_activity_detail ul li .view_btn.view_btn_about {
  width: 20px;
}
#post_about.post_about .about_jinzai, #post_about.post_about .about_support, #post_about.post_about .about_other {
  margin: 50px auto;
}
#post_about.post_about .about_jinzai ul, #post_about.post_about .about_support ul, #post_about.post_about .about_other ul {
  padding-left: 2em;
  margin: 10px auto 30px;
}
#post_about.post_about .about_jinzai ul li, #post_about.post_about .about_support ul li, #post_about.post_about .about_other ul li {
  list-style-type: disc;
  font-size: 14px;
}
#post_about.post_about .about_jinzai .about_jinzai_img, #post_about.post_about .about_support .about_jinzai_img, #post_about.post_about .about_other .about_jinzai_img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 50px;
}
#post_about.post_about .about_jinzai .about_jinzai_img img, #post_about.post_about .about_support .about_jinzai_img img, #post_about.post_about .about_other .about_jinzai_img img {
  width: 100%;
}
#post_about.post_about .about_msg_president .cmn_msg_img {
  width: 24%;
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_msg_president .cmn_msg_img {
    width: auto;
  }
}
#post_about.post_about .about_msg_president .cmn_msg_txt {
  width: 76%;
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_msg_president .cmn_msg_txt {
    width: auto;
  }
}
#post_about.post_about .about_support .about_post_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_support .about_post_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#post_about.post_about .about_support .about_support_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20.61%;
}
@media screen and (max-width: 767px) {
  #post_about.post_about .about_support .about_support_item {
    width: 100%;
    text-align: center;
  }
}
#post_about.post_about .about_support .about_support_item .about_support_img a {
  width: 100%;
}
#post_about.post_about .about_support .about_support_item .about_support_txt {
  margin-top: auto;
}
/* page_access --
--------------------------------------------------------------　*/
#page_access.page_access .about_details {
  padding: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_access.page_access .about_details {
    padding: 20px 0 50px;
  }
}
#page_access.page_access .about_details .access_wrap .access_content {
  background: url(images/access/access_ph.png) no-repeat 100% 50%;
  margin-top: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page_access.page_access .about_details .access_wrap .access_content {
    padding: 20px 5px;
  }
}
#page_access.page_access .about_details .access_wrap .access_content table {
  max-width: 700px;
  margin: 40px 0 0 40px;
}
@media screen and (max-width: 767px) {
  #page_access.page_access .about_details .access_wrap .access_content table {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
#page_access.page_access .about_details .access_wrap .access_content table tr:last-child th, #page_access.page_access .about_details .access_wrap .access_content table tr:last-child td {
  border-bottom: none;
}
#page_access.page_access .about_details .access_wrap .access_content table th, #page_access.page_access .about_details .access_wrap .access_content table td {
  border-bottom: 1px dashed #B3B3B3;
  font-size: 16px;
  color: #323232;
  padding: 10px 10px 10px 20px;
}
@media screen and (max-width: 768px) {
  #page_access.page_access .about_details .access_wrap .access_content table th, #page_access.page_access .about_details .access_wrap .access_content table td {
    font-size: 14px;
  }
}
#page_access.page_access .about_details .access_wrap .access_content table th {
  vertical-align: middle;
  font-weight: bold;
  color: #323232;
  width: 28%;
}
@media screen and (max-width: 767px) {
  #page_access.page_access .about_details .access_wrap .access_content table th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  #page_access.page_access .about_details .access_wrap .access_content table td {
    display: block;
    width: 100%;
    word-wrap: break-word;
    padding: 5px 5px;
  }
}
#page_access.page_access .gmap_details {
  background-color: #E51111;
  color: #fff;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  #page_access.page_access .gmap_details {
    padding: 0;
  }
}
#page_access.page_access .gmap_details .gmap_title {
  font-size: 35px;
  font-family: "Mplus 1p", sans-serif;
  text-align: right;
  padding: 15px;
  line-height: 1;
}
#page_access.page_access .gmap_details .gmap iframe {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  #page_access.page_access .gmap_details {
    overflow: hidden;
  }
  #page_access.page_access .gmap_details .gmap_title {
    width: 40%;
    float: left;
    padding-top: 50px;
    font-size: 50px;
  }
  #page_access.page_access .gmap_details .gmap {
    width: 60%;
    float: right;
  }
}

/* post_advisor --
--------------------------------------------------------------　*/
#post_advisor.post_advisor {
  padding-top: 20px;
}
#post_advisor.post_advisor area {
  border: none;
  outline: none;
}
#post_advisor.post_advisor .map_area {
  position: relative;
}
#post_advisor.post_advisor .map_area .disp_person {
  position: absolute;
  top: 10px;
  left: 10%;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .map_area .disp_person {
    left: 10px;
  }
}
#post_advisor.post_advisor .map_area .disp_person .disp_ken {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .map_area .disp_person .disp_ken {
    font-size: 15px;
  }
}
#post_advisor.post_advisor .map_area .disp_person .disp_num {
  font-size: 70px;
  font-weight: bold;
  color: #E51111;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .map_area .disp_person .disp_num {
    font-size: 30px;
  }
}
#post_advisor.post_advisor .map_area .disp_person .disp_unit {
  font-size: 16px;
}
#post_advisor.post_advisor .map_area .disp_btn_all {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .map_area .disp_btn_all {
    font-size: 15px;
    padding: 5px 10px;
  }
}
#post_advisor.post_advisor .advisor_table {
  margin: 50px auto;
}
#post_advisor.post_advisor .adv_tbl {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl thead {
    display: none;
  }
}
#post_advisor.post_advisor .adv_tbl thead tr th {
  background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#8F0000));
  background: -o-linear-gradient(top, #660000 0%, #8F0000 100%);
  background: linear-gradient(to bottom, #660000 0%, #8F0000 100%);
  color: #fff;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
#post_advisor.post_advisor .adv_tbl thead tr th:nth-child(1) {
  min-width: 6em;
}
#post_advisor.post_advisor .adv_tbl thead tr th:nth-child(3) {
  min-width: 5em;
}
#post_advisor.post_advisor .adv_tbl thead tr th:nth-child(4) {
  min-width: 5em;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl tbody tr:first-child td:first-child {
    border-top: 2px solid #660000;
  }
}
#post_advisor.post_advisor .adv_tbl tbody tr td {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  font-size: 14px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl tbody tr td {
    display: block;
    vertical-align: middle;
    border: none;
    clear: both;
    font-size: 12px;
    padding: 0 5px 0 0;
    line-height: 30px;
    border-bottom: 0.5px solid #999999;
  }
  #post_advisor.post_advisor .adv_tbl tbody tr td span {
    display: inline-block;
    width: 75%;
  }
  #post_advisor.post_advisor .adv_tbl tbody tr td::before {
    content: attr(data-text);
    display: inline-block;
    vertical-align: top;
    width: 23%;
    font-weight: bold;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#8F0000));
    background: -o-linear-gradient(top, #660000 0%, #8F0000 100%);
    background: linear-gradient(to bottom, #660000 0%, #8F0000 100%);
    color: #fff;
    margin-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl tbody tr td:last-child {
    border-bottom: 2px solid #660000;
    margin-bottom: 2px;
  }
}
#post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_name {
  width: 32%;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_name {
    width: 100%;
  }
}
#post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_content {
  width: 36%;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_content {
    width: 100%;
  }
}
#post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_url {
  width: 22%;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_url {
    width: 100%;
  }
}
#post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_area {
  width: 10%;
}
@media screen and (max-width: 767px) {
  #post_advisor.post_advisor .adv_tbl tbody tr td.tbl_adv_area {
    width: 100%;
  }
}
#post_advisor.post_advisor .tblMoreBtn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #323232;
  border: 1px solid #323232;
  color: #fff;
  text-align: center;
}
#post_advisor.post_advisor .tblMoreBtn:hover {
  opacity: 1;
  background-color: #fff;
  color: #323232;
  font-weight: bold;
}

/* page_apply-holding --
--------------------------------------------------------------　*/
/*  page_contact--
--------------------------------------------------------------ã€€*/
#page_contact {
  padding-top: 30px;
}
#page_contact .contact_details {
  margin-bottom: 20px;
}
#page_contact .contact_details .contact_txt {
  font-size: 16px;
  margin-top: 20px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_contact .contact_details .contact_txt {
    margin-top: 20px;
    padding-left: 5px;
    font-size: 14px;
  }
}
#page_contact .contact_details .contact_txt ul {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_contact .contact_details .contact_txt ul {
    padding-left: 1em;
  }
}
#page_contact .contact_details .contact_txt ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
#page_contact .contact_details .contact_txt ul li p {
  margin-bottom: 10px;
}
#page_contact .contact_details .contact_txt ul li dl dt {
  font-size: 14px;
  font-weight: bold;
}
#page_contact .contact_details .contact_txt ul li dl dd {
  font-size: 14px;
  padding-left: 2em;
  position: relative;
  margin-bottom: 10px;
}
#page_contact .contact_details .contact_txt ul li dl dd::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 10px;
}
#page_contact .contact_details ul.txt_note {
  margin-top: 50px;
  padding-left: 5em;
}
@media screen and (max-width: 767px) {
  #page_contact .contact_details ul.txt_note {
    margin-top: 20px;
    padding-left: 2.5em;
  }
}
#page_contact .contact_details ul.txt_note li {
  list-style-type: disc;
}
#page_contact .form_details {
  margin-top: 50px;
}
#page_contact .form_details p {
  padding-left: 1em;
  margin-bottom: 40px;
}
#page_contact .personal_information {
  padding: 25px 0 60px;
}
#page_contact .personal_information h4 {
  font-size: 14px;
  font-weight: bold;
  color: #323232;
  padding-bottom: 20px;
}
#page_contact .personal_information h4 span::after {
  background-color: #323232;
}
#page_contact .personal_information p {
  font-size: 13px;
  line-height: 1.75;
}

/* post_enterprise --
--------------------------------------------------------------　*/
#post_enterprise.post_enterprise p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#post_enterprise.post_enterprise h4 {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 10px;
}
#post_enterprise.post_enterprise h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#post_enterprise.post_enterprise h5 a {
  color: #289dcc;
  text-decoration: underline;
}
#post_enterprise.post_enterprise em {
  font-size: 16px;
  font-weight: bold;
}
#post_enterprise.post_enterprise .enterprise_block {
  margin: 50px auto;
}

/* post_event --
--------------------------------------------------------------　*/
/* post_introduction --
--------------------------------------------------------------　*/
#post_introduction.post_introduction .intro_note {
  text-align: right;
}
#post_introduction.post_introduction .intro_block {
  margin: 50px auto;
}
#post_introduction.post_introduction .post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #post_introduction.post_introduction .post_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#post_introduction.post_introduction .post_wrap .post_item {
  width: 30%;
  margin-bottom: 10px;
}
#post_introduction.post_introduction .post_wrap .post_item:not(:nth-of-type(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  #post_introduction.post_introduction .post_wrap .post_item {
    width: 100%;
  }
  #post_introduction.post_introduction .post_wrap .post_item:not(:last-of-type(3n)) {
    margin-right: 0;
  }
}
#post_introduction.post_introduction .post_wrap .post_item .post_img_block {
  position: relative;
}
#post_introduction.post_introduction .post_wrap .post_item .post_img_block::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7) url(images/common/overlay-link.png) no-repeat center center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
#post_introduction.post_introduction .post_wrap .post_item .post_txt_block .post_txt_block_inner {
  padding: 8px 15px 8px 15px;
  border: 1px solid #e4e4e4;
}
#post_introduction.post_introduction .post_wrap .post_item .post_txt_block .post_txt_block_inner .post-title {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
#post_introduction.post_introduction .post_wrap .post_item .post_txt_block .post_txt_block_inner .post-cate {
  font-size: 12px;
  color: #999999;
}
#post_introduction.post_introduction .post_wrap .post_item:hover .post_img_block {
  position: relative;
}
#post_introduction.post_introduction .post_wrap .post_item:hover .post_img_block::before {
  top: 0;
  opacity: 1;
}
#post_introduction.post_introduction .post_wrap .post_item:hover .post_img_block::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#post_introduction.post_introduction .post_wrap .post_item:hover .post_txt_block .post_txt_block_inner {
  background: #c90000;
  border-color: #c90000;
}
#post_introduction.post_introduction .post_wrap .post_item:hover .post_txt_block .post_txt_block_inner .post-title {
  color: #fff;
}
#post_introduction.post_introduction .post_wrap .post_item:hover .post_txt_block .post_txt_block_inner .post-cate {
  color: #fff;
}

/* post_outline --
--------------------------------------------------------------　*/
#post_outline.post_outline p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#post_outline.post_outline h4 {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 10px;
}
#post_outline.post_outline h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#post_outline.post_outline h5 a {
  color: #289dcc;
  text-decoration: underline;
}
#post_outline.post_outline em {
  font-size: 16px;
  font-weight: bold;
}
#post_outline.post_outline .outline_area {
  margin: 50px auto;
}
#post_outline.post_outline .outline_tbl tbody th, #post_outline.post_outline .outline_tbl tbody td {
  padding: 2px;
  font-size: 13px;
}
#post_outline.post_outline .outline_tbl tbody tr th {
  width: 10%;
}
@media screen and (max-width: 767px) {
  #post_outline.post_outline .outline_tbl tbody tr th {
    width: 20%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #post_outline.post_outline .outline_tbl tbody tr td {
    font-size: 11px;
  }
}
#post_outline.post_outline .outline_grt {
  margin: 50px auto;
}
#post_outline.post_outline .outline_history {
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  #post_outline.post_outline .outline_history .history_wrap .history_tbl {
    font-size: 12px;
  }
}
#post_outline.post_outline .outline_history .history_wrap .history_tbl .history-title {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #post_outline.post_outline .outline_history .history_wrap .history_tbl .history-title {
    width: 30%;
    letter-spacing: 0;
  }
}
#post_outline.post_outline .gmap iframe {
  vertical-align: bottom;
}

/* page_privacy-policy --
--------------------------------------------------------------*/
#page_privacy.page_privacy {
  padding-top: 20px;
}
#page_privacy.page_privacy p {
  margin-bottom: 20px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_privacy.page_privacy p {
    padding-left: 0.5em;
  }
}
#page_privacy.page_privacy h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 10px;
}
@media screen and (max-width: 767px) {
  #page_privacy.page_privacy h3 {
    font-size: 14px;
  }
}
#page_privacy.page_privacy ol.list_style_1 {
  counter-reset: num;
  list-style: none;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_privacy.page_privacy ol.list_style_1 {
    padding-left: 0;
  }
}
#page_privacy.page_privacy ol.list_style_1 li {
  padding-left: 1.5em;
  position: relative;
}
#page_privacy.page_privacy ol.list_style_1 li::before {
  content: counter(num) ",";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}
#page_privacy.page_privacy ol.list_style_2 {
  counter-reset: num;
  list-style: none;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_privacy.page_privacy ol.list_style_2 {
    padding-left: 0;
  }
}
#page_privacy.page_privacy ol.list_style_2 li {
  padding-left: 2em;
  position: relative;
}
#page_privacy.page_privacy ol.list_style_2 li::before {
  content: " (" counter(num) ") ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}
#page_privacy.page_privacy ol.list_style_3 {
  counter-reset: num;
  list-style: none;
}
#page_privacy.page_privacy ol.list_style_3 li::before {
  content: "";
}
@media screen and (max-width: 767px) {
  #page_privacy.page_privacy ol.list_style_3 li {
    padding-left: 0;
  }
}

/* page_qualification --
--------------------------------------------------------------　*/
#page_qualification.page_qualification p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#page_qualification.page_qualification h4 {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 10px;
}
#page_qualification.page_qualification h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page_qualification.page_qualification h5 a {
  color: #289dcc;
  text-decoration: underline;
}
#page_qualification.page_qualification em {
  font-size: 16px;
  font-weight: bold;
}
#page_qualification.page_qualification ul.checklist li h3, #page_qualification.page_qualification ul.checklist li h4, #page_qualification.page_qualification ul.checklist li h5 {
  font-size: 16px;
}
#page_qualification.page_qualification ul.checklist li h3::before, #page_qualification.page_qualification ul.checklist li h4::before, #page_qualification.page_qualification ul.checklist li h5::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  background-image: url(images/common/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-right: 0.5em;
}
#page_qualification.page_qualification ul.checklist li p {
  padding-left: 2em;
}
#page_qualification.page_qualification ul.checklist2 li::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  background-image: url(images/common/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-right: 0.5em;
}
#page_qualification.page_qualification .strongArea {
  font-weight: bold;
}
#page_qualification.page_qualification .qualifi_block {
  margin: 30px auto;
  font-size: 14px;
}
#page_qualification.page_qualification .qualifi_img {
  width: 100%;
  margin: 10px auto 50px;
}
#page_qualification.page_qualification .qualifi_img img {
  width: 100%;
}
#page_qualification.page_qualification .qualifi_img.qualifi_img1 {
  max-width: 450px;
}
#page_qualification.page_qualification .qualifi_img.qualifi_img2 {
  max-width: 580px;
}
#page_qualification.page_qualification .qualifi_img.qualifi_img3 {
  max-width: 600px;
}
#page_qualification.page_qualification .qualifi_outline {
  margin: 50px auto;
}
#page_qualification.page_qualification .qualifi_info {
  margin: 10px auto;
  padding: 20px 0 40px 10px;
  position: relative;
  background-image: url(images/common/stripes.png);
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info {
    margin: 20px auto 20px;
  }
}
#page_qualification.page_qualification .qualifi_info .view_btn-title {
  cursor: pointer;
}
#page_qualification.page_qualification .qualifi_info .view_btn-title i {
  margin-right: 0.5em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page_qualification.page_qualification .qualifi_info a {
  color: #289dcc;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block {
  padding: 20px;
  margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block {
    padding: 20px 0;
    margin: 50px auto 50px;
  }
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block.-flow li > div {
  display: inline-block;
  margin-top: 1.5em;
  padding: 3px 15px;
  border-radius: 5px;
  background: #E51111;
  color: #fff;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block.-flow li > p {
  margin-top: 0.5em;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block.-flow li a {
  text-decoration: underline;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .more_btn_wrap .more_btn2 {
  color: #fff;
  margin: 20px auto;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .more_btn_wrap .more_btn2:hover {
  color: #E51111;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .recommend i {
  font-size: 25px;
  margin-right: 10px;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule {
  border: 1px solid #B3B3B3;
  font-size: 14px;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule tr:last-child th, #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule tr:last-child td {
  border-bottom: none;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule th, #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule td {
  border-bottom: 1px solid #B3B3B3;
  font-size: 14px;
  color: #323232;
  padding: 10px 10px 10px 20px;
}
@media screen and (max-width: 768px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule th, #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule td {
    font-size: 14px;
  }
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule th:not(:first-child), #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule td:not(:first-child) {
  border-left: 1px solid #B3B3B3;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule th {
  vertical-align: middle;
  font-weight: bold;
  color: #323232;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule th {
    padding: 10px 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content .qualifi_info_block .qualifi_schedule td {
    word-wrap: break-word;
    padding: 5px 5px;
  }
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .lecturer {
  margin-bottom: 20px;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .lecturer h5 {
  display: inline-block;
  border-bottom: 2px solid #323232;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .lecturer .lecturer_name {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content .lecturer .lecturer_name {
    margin-left: 0;
  }
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .lecturer .lecturer_name i {
  margin-right: 0.5em;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content .lecturer .lecturer_pos {
  margin-left: 2.5em;
}
#page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block {
    margin-left: 0;
  }
}
#page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block li {
    display: block;
  }
}
#page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block li .info_list_title {
  display: table-cell;
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block li .info_list_title {
    display: block;
    width: 100%;
  }
}
#page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block li .info_list_content {
  display: table-cell;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .qualifi_content ul.info_list_block li .info_list_content {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}
#page_qualification.page_qualification .qualifi_info .view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #page_qualification.page_qualification .qualifi_info .view_btn {
    top: 55px;
    right: 10px;
  }
}
#page_qualification.page_qualification .qualifi_info .view_btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#page_qualification.page_qualification .action_list {
  padding-left: 20px;
}
#page_qualification.page_qualification .action_list li {
  list-style-type: disc;
}

.pdf_link_btn {
  display: inline-block;
  margin: 30px 0 50px;
}

/* page_qualification-get --
--------------------------------------------------------------　*/
#page_qualification-get.page_qualification-get {
  margin-top: 50px;
}
#page_qualification-get.page_qualification-get p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#page_qualification-get.page_qualification-get h4 {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 10px;
}
#page_qualification-get.page_qualification-get h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page_qualification-get.page_qualification-get h5 a {
  color: #289dcc;
  text-decoration: underline;
}
#page_qualification-get.page_qualification-get em {
  font-size: 16px;
  font-weight: bold;
}
#page_qualification-get.page_qualification-get .qualifi_get_img {
  width: 100%;
  margin: 10px auto 50px;
}
#page_qualification-get.page_qualification-get .qualifi_get_img img {
  width: 100%;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block {
  background-image: url(images/common/stripes.png);
  padding: 20px;
  margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block {
    padding: 20px 0;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_block_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num {
    margin-right: 5px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num::after {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background: -o-repeating-linear-gradient(bottom, #41648A 0, #41648A 2px, #fff 0, #fff 4px);
  background: repeating-linear-gradient(0deg, #41648A 0, #41648A 2px, #fff 0, #fff 4px);
  margin-left: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num::after {
    height: 100px;
    margin-left: 22px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num p {
  width: 50px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num p {
    width: 100%;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-family: "Mplus 1p", sans-serif;
  font-size: 20px;
  color: #fff;
  border: 1px solid #E51111;
  border-radius: 50%;
  background-color: #E51111;
  text-align: center;
  padding-right: 4px;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num span {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap {
  width: 100%;
  height: 100%;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig {
  margin-top: 30px;
  width: 200px;
  border: 5px solid #E51111;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig {
    width: 100%;
    margin: 20px auto 0;
  }
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig::after {
    width: 95%;
    height: 95%;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig img {
  width: 100%;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt {
  margin-top: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt {
    margin-top: 0;
    padding-top: 20px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #B3B3B3;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt h4 span {
  color: #000;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt h4 {
    font-size: 13px;
    padding-left: 0;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content {
    padding-left: 10px;
    font-size: 13px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content a {
  display: block;
  color: #002864;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content a:hover {
  opacity: 1;
  text-decoration: underline;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content .flow_contact {
  color: #002864;
  text-decoration: underline;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content .flow_contact:hover {
  color: #FF0000;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content .flow_txt_content_note {
  font-size: 14px;
  line-height: 1.75;
  color: #FF931E;
}
#page_qualification-get.page_qualification-get .qualifi_get_area {
  margin: 20px auto 50px;
}
#page_qualification-get.page_qualification-get .qualifi_get_area .hd_page_title i {
  margin-right: 0.5em;
}
#page_qualification-get.page_qualification-get .qualifi_get_info {
  font-size: 14px;
}
#page_qualification-get.page_qualification-get .qualifi_get_info a {
  color: #289dcc;
}
#page_qualification-get.page_qualification-get .qualifi_get_info a.more_btn3 {
  color: #fff;
}
#page_qualification-get.page_qualification-get .qualifi_get_info a.more_btn3:hover {
  color: #E51111;
}
#page_qualification-get.page_qualification-get .schedule_tbl {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl thead {
    display: none;
  }
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th {
  background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#8F0000));
  background: -o-linear-gradient(top, #660000 0%, #8F0000 100%);
  background: linear-gradient(to bottom, #660000 0%, #8F0000 100%);
  color: #fff;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(1) {
  min-width: 4em;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(3) {
  min-width: 5em;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(4) {
  min-width: 5em;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(5) {
  min-width: 5em;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr:first-child td:first-child {
    border-top: 2px solid #660000;
  }
}
#page_qualification-get.page_qualification-get .schedule_tbl tbody tr td {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  font-size: 14px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td {
    display: block;
    vertical-align: middle;
    border: none;
    clear: both;
    font-size: 12px;
    padding: 0 5px 0 0;
    line-height: 30px;
    border-bottom: 0.5px solid #999999;
  }
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td span {
    display: inline-block;
    width: 75%;
  }
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td::before {
    content: attr(data-text);
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    font-weight: bold;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#8F0000));
    background: -o-linear-gradient(top, #660000 0%, #8F0000 100%);
    background: linear-gradient(to bottom, #660000 0%, #8F0000 100%);
    color: #fff;
    margin-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td:last-child {
    border-bottom: 2px solid #660000;
    margin-bottom: 2px;
  }
}

/* page_qualification-get --
--------------------------------------------------------------　*/
#page_qualification-get.page_qualification-get {
  margin-top: 50px;
}
#page_qualification-get.page_qualification-get p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#page_qualification-get.page_qualification-get h4 {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 10px;
}
#page_qualification-get.page_qualification-get h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page_qualification-get.page_qualification-get h5 a {
  color: #289dcc;
  text-decoration: underline;
}
#page_qualification-get.page_qualification-get em {
  font-size: 16px;
  font-weight: bold;
}
#page_qualification-get.page_qualification-get .qualifi_get_img {
  width: 100%;
  margin: 10px auto 50px;
}
#page_qualification-get.page_qualification-get .qualifi_get_img img {
  width: 100%;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block {
  background-image: url(images/common/stripes.png);
  padding: 20px;
  margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block {
    padding: 20px 0;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_block_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num {
    margin-right: 5px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num::after {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background: -o-repeating-linear-gradient(bottom, #41648A 0, #41648A 2px, #fff 0, #fff 4px);
  background: repeating-linear-gradient(0deg, #41648A 0, #41648A 2px, #fff 0, #fff 4px);
  margin-left: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num::after {
    height: 100px;
    margin-left: 22px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num p {
  width: 50px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num p {
    width: 100%;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-family: "Mplus 1p", sans-serif;
  font-size: 20px;
  color: #fff;
  border: 1px solid #E51111;
  border-radius: 50%;
  background-color: #E51111;
  text-align: center;
  padding-right: 4px;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_num span {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap {
  width: 100%;
  height: 100%;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig {
  margin-top: 30px;
  width: 200px;
  border: 5px solid #E51111;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig {
    width: 100%;
    margin: 20px auto 0;
  }
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig::after {
    width: 95%;
    height: 95%;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_img .flow_img_fig_wrap .flow_img_fig img {
  width: 100%;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt {
  margin-top: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt {
    margin-top: 0;
    padding-top: 20px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #B3B3B3;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt h4 span {
  color: #000;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt h4 {
    font-size: 13px;
    padding-left: 0;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content {
    padding-left: 10px;
    font-size: 13px;
  }
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content a {
  display: block;
  color: #002864;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content a:hover {
  opacity: 1;
  text-decoration: underline;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content .flow_contact {
  color: #002864;
  text-decoration: underline;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content .flow_contact:hover {
  color: #FF0000;
}
#page_qualification-get.page_qualification-get .qualifi_get_info_block .flow_block .flow_txt .flow_txt_content .flow_txt_content_note {
  font-size: 14px;
  line-height: 1.75;
  color: #FF931E;
}
#page_qualification-get.page_qualification-get .qualifi_get_area {
  margin: 20px auto 50px;
}
#page_qualification-get.page_qualification-get .qualifi_get_area .hd_page_title i {
  margin-right: 0.5em;
}
#page_qualification-get.page_qualification-get .qualifi_get_info {
  font-size: 14px;
}
#page_qualification-get.page_qualification-get .qualifi_get_info a {
  color: #289dcc;
}
#page_qualification-get.page_qualification-get .qualifi_get_info a.more_btn3 {
  color: #fff;
}
#page_qualification-get.page_qualification-get .qualifi_get_info a.more_btn3:hover {
  color: #E51111;
}
#page_qualification-get.page_qualification-get .schedule_tbl {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl thead {
    display: none;
  }
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th {
  background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#8F0000));
  background: -o-linear-gradient(top, #660000 0%, #8F0000 100%);
  background: linear-gradient(to bottom, #660000 0%, #8F0000 100%);
  color: #fff;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(1) {
  min-width: 4em;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(3) {
  min-width: 5em;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(4) {
  min-width: 5em;
}
#page_qualification-get.page_qualification-get .schedule_tbl thead tr th:nth-child(5) {
  min-width: 5em;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr:first-child td:first-child {
    border-top: 2px solid #660000;
  }
}
#page_qualification-get.page_qualification-get .schedule_tbl tbody tr td {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  font-size: 14px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td {
    display: block;
    vertical-align: middle;
    border: none;
    clear: both;
    font-size: 12px;
    padding: 0 5px 0 0;
    line-height: 30px;
    border-bottom: 0.5px solid #999999;
  }
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td span {
    display: inline-block;
    width: 75%;
  }
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td::before {
    content: attr(data-text);
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    font-weight: bold;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#8F0000));
    background: -o-linear-gradient(top, #660000 0%, #8F0000 100%);
    background: linear-gradient(to bottom, #660000 0%, #8F0000 100%);
    color: #fff;
    margin-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #page_qualification-get.page_qualification-get .schedule_tbl tbody tr td:last-child {
    border-bottom: 2px solid #660000;
    margin-bottom: 2px;
  }
}

/* page_terms --
--------------------------------------------------------------*/
#page_terms.page_terms {
  padding-top: 20px;
}
#page_terms.page_terms p {
  margin-bottom: 20px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_terms.page_terms p {
    padding-left: 0.5em;
  }
}
#page_terms.page_terms h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 10px;
}
@media screen and (max-width: 767px) {
  #page_terms.page_terms h3 {
    font-size: 14px;
  }
}
#page_terms.page_terms ol.list_style_1 {
  counter-reset: num;
  list-style: none;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #page_terms.page_terms ol.list_style_1 {
    padding-left: 0;
  }
}
#page_terms.page_terms ol.list_style_1 li {
  padding-left: 1.5em;
  position: relative;
}
#page_terms.page_terms ol.list_style_1 li::before {
  content: counter(num) ",";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}
#page_terms.page_terms ol.list_style_1 ol.list_style_2 {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #page_terms.page_terms ol.list_style_1 ol.list_style_2 {
    padding-left: 0;
  }
}
#page_terms.page_terms ol.list_style_2 {
  counter-reset: num;
  list-style: none;
  padding-left: 1.5em;
}
#page_terms.page_terms ol.list_style_2 li {
  padding-left: 2em;
  position: relative;
}
#page_terms.page_terms ol.list_style_2 li::before {
  content: " (" counter(num) ") ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}
#page_terms.page_terms ol.list_style_3 {
  counter-reset: num;
  list-style: none;
}
#page_terms.page_terms ol.list_style_3 li::before {
  content: "";
}
@media screen and (max-width: 767px) {
  #page_terms.page_terms ol.list_style_3 li {
    padding-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */