@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  color: #4d4d4d; }

/********** ベースタグ設定 **********/
* {
  max-height: 99999px; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a, .drawer-hamburger {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit; }
  a:active, .drawer-hamburger:active, a:focus, .drawer-hamburger:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (min-width: 768px) {
    a:hover, .drawer-hamburger:hover {
      color: inherit;
      text-decoration: none;
      outline: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } }

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75; } }
a.hv_udr {
  text-decoration: underline; }
  @media (min-width: 768px) {
    a.hv_udr {
      text-decoration: none; }
      a.hv_udr:hover {
        opacity: 1.0;
        text-decoration: underline; } }
a.hv_md_udr {
  text-decoration: none; }
  @media (min-width: 768px) {
    a.hv_md_udr {
      text-decoration: none; }
      a.hv_md_udr:hover {
        opacity: 1.0;
        text-decoration: underline; } }

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px; }

/********** formタグリセット **********/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

/********** #wrapperエリア **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.75;
  font-size: 1.6rem;
  line-height: 2.2;
  width: 100%;
  overflow: hidden; }

/********** パンくず **********/
#breadcrumbs {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7; }
  #breadcrumbs ul {
    margin-top: 15px;
    letter-spacing: -0.5em; }
    #breadcrumbs ul li {
      display: inline-block;
      letter-spacing: normal; }
      #breadcrumbs ul li:not(:last-of-type):after {
        content: "\03e";
        margin-left: 0.5em;
        margin-right: 0.5em; }
    @media (min-width: 768px) {
      #breadcrumbs ul {
        margin-top: 20px; } }
  #breadcrumbs a {
    text-decoration: underline; }
    @media (min-width: 768px) {
      #breadcrumbs a {
        text-decoration: none; }
        #breadcrumbs a:hover {
          opacity: 1.0;
          text-decoration: underline; } }
  #breadcrumbs:before {
    content: "";
    display: table; }

.list_style_disc li {
  list-style: disc;
  margin-left: 1.5em; }

/********** 共通バナー **********/
.general_bnr_base > [class*='col-'] {
  border-right: 1px #cccccc solid; }
  @media (min-width: 768px) {
    .general_bnr_base > [class*='col-'] {
      border-right: none; }
      .general_bnr_base > [class*='col-']:last-of-type .general_bnr {
        border-right: 1px #cccccc solid; } }

.general_bnr {
  box-sizing: border-box;
  display: block;
  padding-top: 40%;
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid; }
  @media (min-width: 768px) {
    .general_bnr {
      padding-top: 60%; } }
  .general_bnr.type01 .img_in_text02 .icn {
    background: url(../img/common/icn_general_bnr01.png) no-repeat center/cover; }
  .general_bnr.type02 .img_in_text02 .icn {
    background: url(../img/common/icn_general_bnr02.png) no-repeat center/cover; }
  .general_bnr.type03 .img_in_text02 .icn {
    background: url(../img/common/icn_general_bnr03.png) no-repeat center/cover; }
  .general_bnr.type04 .img_in_text02 .icn {
    background: url(../img/common/icn_general_bnr04.png) no-repeat center/cover; }
  .general_bnr .img_in_text02 .icn {
    width: 50%;
    margin-right: 7.5%; }
    .general_bnr .img_in_text02 .icn:before {
      content: "";
      padding-top: 84.6%;
      display: block; }

/********** スマホフッタメニュー **********/
.footer_menu {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #ebebeb; }
  .footer_menu a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border: 1px #cccccc solid;
    background-color: #ffffff;
    line-height: 1;
    padding: 15px; }
    .footer_menu a:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 0.5em;
      height: 0.5em;
      border-right: 2px #06406f solid;
      border-top: 2px #06406f solid;
      transform: rotate(45deg);
      margin-left: auto; }
    .footer_menu a:not(:first-of-type) {
      margin-top: 10px; }
  @media (min-width: 768px) {
    .footer_menu {
      display: none; } }

/********** .drawer-hamburger **********/
.drawer-hamburger {
  width: 28px;
  position: static;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 6px;
  margin-left: auto;
  z-index: 1;
  background-color: #06406f; }
  @media (min-width: 768px) {
    .drawer-hamburger {
      display: none; } }
  .drawer-hamburger:hover {
    background-color: #0c387f; }

.drawer-hamburger-icon {
  height: 2px;
  background-color: #ffffff; }

.drawer-hamburger-icon:before {
  top: -10px;
  height: 2px;
  background-color: #ffffff; }

.drawer-hamburger-icon:after {
  top: 10px;
  height: 2px;
  background-color: #ffffff; }

.drawer-hamburger-title {
  color: #ffffff;
  display: block;
  line-height: 1;
  font-size: 1.0rem;
  margin-top: 15px; }

.drawer-nav {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .drawer-nav {
      display: none; } }

.drawer-menu > * {
  background-color: #0c387f;
  border-bottom: 1px #6d88b2 solid; }
  .drawer-menu > *.minor {
    background-color: #acacac;
    border-bottom: 1px #ffffff solid; }
    .drawer-menu > *.minor:last-of-type {
      border-bottom: none; }
  .drawer-menu > *.searchbox {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px; }
.drawer-menu form[name=search] {
  display: flex;
  box-sizing: border-box;
  border: 1px #dfdfdf solid;
  font-size: 1.6rem; }
  .drawer-menu form[name=search] input[name=word] {
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px; }
  .drawer-menu form[name=search] button {
    background-color: #8fc31f;
    color: #ffffff;
    text-align: center;
    padding-left: 0.8em;
    padding-right: 0.8em; }

.drawer-dropdown-menu > * {
  background-color: #ffffff; }
  .drawer-dropdown-menu > *:not(:last-of-type) {
    border-bottom: 1px #6d88b2 solid; }

.drawer-menu-floor1 {
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff; }
  .drawer-menu-floor1:hover {
    color: #ffffff; }

.drawer-menu-floor2 {
  font-size: 1.6rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: calc(15px + 1em);
  padding-right: 15px;
  color: #666666; }
  .drawer-menu-floor2.baselink {
    padding-left: 15px;
    color: #06406f; }

.drawer-dropdown-link {
  display: flex;
  align-items: center; }
  .drawer-dropdown-link > p,
  .drawer-dropdown-link > a {
    flex-grow: 1; }
  .drawer-dropdown-link .dropdown-linkicn {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; }
    .drawer-dropdown-link .dropdown-linkicn:after {
      content: "";
      display: block;
      width: 0.7em;
      height: 0.7em;
      margin-right: 0.3em;
      border-top: 2px #ffffff solid;
      border-right: 2px #ffffff solid;
      transform: rotate(45deg); }

.drawer-dropdown-menu .dropdown-linkicn:after {
  border-top: 2px #0c387f solid;
  border-right: 2px #0c387f solid; }

.drawer-dropdown-switch {
  display: flex;
  align-items: center; }
  .drawer-dropdown-switch > p,
  .drawer-dropdown-switch > a {
    flex-grow: 1; }
  .drawer-dropdown-switch .dropdown-toggle {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; }
    .drawer-dropdown-switch .dropdown-toggle:after {
      content: "＋";
      font-size: 2.0rem;
      border: none;
      vertical-align: baseline; }
    .drawer-dropdown-switch .dropdown-toggle.opened:after {
      content: "ー"; }

.drawer-overlay {
  background-color: transparent; }

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: none; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1030px; } }
  .container.lg {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      .container.lg {
        max-width: 1200px; } }
  .container.lgmd {
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .container.lgmd {
        max-width: 1200px;
        padding-right: 0;
        padding-left: 0; } }

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px; }

.gutter-50 > [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px; }

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px; }

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px; }

.gutter-16 > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px; }

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 768px) {
  .gutter-md-30 {
    margin-left: -15px;
    margin-right: -15px; }

  .gutter-md-30 > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px; } }
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-5-1, .col-xs-5-1, .col-5-2, .col-xs-5-2, .col-5-3, .col-xs-5-3, .col-5-4, .col-xs-5-4, .col-5-5, .col-xs-5-5, .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4, .col-sm-5-5, .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4, .col-md-5-5, .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4, .col-lg-5-5, .col-xl-5-1, .col-xl-5-2, .col-xl-5-3, .col-xl-5-4, .col-xl-5-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 0px) {
  .col-xs-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-xs-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-xs-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-xs-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-xs-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 576px) {
  .col-sm-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-sm-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-sm-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-sm-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-sm-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .col-md-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-md-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-md-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-md-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-md-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-lg-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-lg-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-lg-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-lg-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-xl-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-xl-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-xl-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-xl-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/********** 各パーツ **********/
/***** フォントサイズ *****/
.fz_75pc {
  font-size: 75%; }

sup {
  font-size: 75%; }

/***** フォントカラー *****/
.fc_white {
  color: #ffffff; }

.fc_black01 {
  color: #333333; }

.fc_blue01 {
  color: #06406f; }

.fc_blue02 {
  color: #0066cc; }

.fc_red {
  color: #ff0000; }

.fc_green {
  color: #70ba2e; }

/***** フォントウェイト *****/
.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-700 {
  font-weight: 700; }

@media (min-width: 768px) {
  .fw-md-400 {
    font-weight: 400; }

  .fw-md-500 {
    font-weight: 500; }

  .fw-md-700 {
    font-weight: 700; } }
/***** ラインハイト *****/
.lh-10 {
  line-height: 1.0; }

.lh-12 {
  line-height: 1.2; }

.lh-13 {
  line-height: 1.3; }

.lh-14 {
  line-height: 1.4; }

.lh-15 {
  line-height: 1.5; }

.lh-16 {
  line-height: 1.6; }

.lh-17 {
  line-height: 1.7; }

.lh-18 {
  line-height: 1.8; }

.lh-19 {
  line-height: 1.9; }

.lh-20 {
  line-height: 2.0; }

.lh-21 {
  line-height: 2.1; }

.lh-22 {
  line-height: 2.2; }

.lh-23 {
  line-height: 2.3; }

@media (min-width: 768px) {
  .lh-md-10 {
    line-height: 1.0; } }

/***** ワイド *****/
.w_800px {
  width: 800px; }

.w_100pc {
  width: 100%; }

.mw_70px {
  min-width: 70px; }

.mw_100px {
  min-width: 100px; }

@media (min-width: 768px) {
  .w_md_w_100pc {
    width: 100%; }

  .w_md_75pc {
    width: 75%; } }
/***** ボーダー *****/
.bdr_bottom_green01_06 {
  border-bottom: 6px #8fc31f solid; }

.bdr_left_blue01_10 {
  border-left: 10px #06406f solid; }

.bdr_green_01 {
  border: 1px #8fc31f solid; }

/***** 区切り線 *****/
.end_bar01 {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px #4d4d4d dashed;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .end_bar01 {
      margin-top: 100px;
      margin-bottom: 100px; } }

/***** バックグラウンドカラー *****/
.bg_blue01 {
  background-color: #06406f; }

.bg_beige {
  background-color: #F2F1CE; }

/***** 一覧リンク *****/
.list_link {
  display: flex;
  line-height: 1.2; }
  .list_link:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 1.2em;
    margin-right: 0.5em;
    text-align: center;
    border-radius: 100px;
    background-color: #8fc31f;
    color: #ffffff; }

/***** 画像内リンク文字 *****/
.img_in_text01, .img_in_text02 {
  top: 50%;
  transform: translateY(-50%); }

.img_in_text02 {
  display: flex;
  align-items: center; }
  .img_in_text02:after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-top: 3px #ffffff solid;
    border-right: 3px #ffffff solid;
    transform: rotate(45deg);
    margin-left: auto; }
  .img_in_text02.bl_icn:after {
    border-top: 3px #06406f solid;
    border-right: 3px #06406f solid; }

/***** インラインブロック親 *****/
.inline_base {
  letter-spacing: -0.5em; }
  .inline_base > * {
    letter-spacing: normal; }

.link_end_line {
  border-right: 1px #4d4d4d solid;
  padding-right: 1em;
  margin-right: 1em; }

/***** インラインブロック親 *****/
.indention_table {
  display: block; }
  @media (min-width: 768px) {
    .indention_table {
      display: table; } }
  .indention_table > dl {
    display: block; }
    @media (min-width: 768px) {
      .indention_table > dl {
        display: table-row; } }
    .indention_table > dl > dt {
      display: block; }
      @media (min-width: 768px) {
        .indention_table > dl > dt {
          display: table-cell; } }
    .indention_table > dl > dd {
      display: block; }
      @media (min-width: 768px) {
        .indention_table > dl > dd {
          display: table-cell; } }

/***** 三角形矢印 *****/
.tryangle01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #8fc31f transparent transparent transparent;
  display: inline-block; }

/***** リスト *****/
.list_pdf li {
  position: relative;
  padding-left: 1.6em; }
  .list_pdf li:after {
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px #8fc31f solid;
    border-right: 2px #8fc31f solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0.7em;
    left: 0; }
  .list_pdf li a {
    padding-right: 30px;
    display: inline-block;
    background: url(../img/common/icn_pdf.gif) no-repeat right center;
    color: #06406f; }

/***** 但し書き *****/
.proviso {
  display: flex; }
  .proviso:before {
    content: "※"; }

/***** 改行 *****/
.white-nowrap {
  white-space: nowrap; }

/***** メールフォーム *****/
div#mail_form {
  margin: 15px 0;
  width: 100%;
  height: auto; }
  div#mail_form input, div#mail_form button, div#mail_form select, div#mail_form textarea {
    outline: inherit;
    border: 1px solid #000000;
    font-size: 1.6rem; }
  div#mail_form select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist; }
  div#mail_form input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    border-radius: 100px; }

ul.Form {
  width: 100%;
  margin: 20px 0px 0px 0px;
  border-collapse: inherit;
  border-spacing: 2px; }
  @media (min-width: 768px) {
    ul.Form {
      width: 100%; }
      ul.Form li {
        display: table;
        width: 100%; } }
  ul.Form textarea {
    width: 100%; }

ul.Form div {
  width: 100%;
  display: block;
  margin: 2px;
  padding: 8px; }
  @media (min-width: 768px) {
    ul.Form div {
      display: table-cell;
      width: 70%;
      margin: 2px;
      padding: 8px; } }

ul.Form div.Key {
  background-color: #EBEBEB;
  display: block;
  width: 100%;
  margin: 2px;
  padding: 8px;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 768px) {
    ul.Form div.Key {
      display: table-cell;
      width: 30%;
      margin: 2px;
      padding: 8px; } }

table.Form div.KeyCheck {
  background-color: #FFEEEE; }

/********** headerエリア **********/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 101; }
  @media (min-width: 768px) {
    #header {
      position: relative; } }
  #header #header_core {
    z-index: 102;
    position: relative;
    background-color: #ffffff;
    justify-content: space-between;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      #header #header_core {
        height: 100px;
        max-width: 1030px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto; } }
    #header #header_core .logo img {
      max-height: 55px; }
      @media (min-width: 768px) {
        #header #header_core .logo img {
          max-height: 40px; } }
      #header #header_core .logo img.usually {
        display: block; }
      #header #header_core .logo img.toponly {
        display: none; }
  #header #global-menu_outer {
    display: none; }
    @media (min-width: 768px) {
      #header #global-menu_outer {
        display: block;
        background-color: #06406f; } }
    #header #global-menu_outer .global-menu {
      display: flex;
      font-size: 1.4rem;
      line-height: 1.4;
      margin-left: -15px;
      margin-right: -15px;
      position: relative; }
      #header #global-menu_outer .global-menu > * {
        flex-grow: 1;
        padding-left: 15px;
        padding-right: 15px;
        height: 60px; }
        #header #global-menu_outer .global-menu > *:hover {
          background-color: #0056a8; }
          #header #global-menu_outer .global-menu > *:hover .global-menu-main {
            opacity: 1.0; }
      #header #global-menu_outer .global-menu .global-dropdown .global-dropdown-menu {
        position: absolute;
        top: 60px;
        left: 0;
        display: none;
        box-sizing: border-box;
        background-color: #0056a8;
        width: 100%;
        margin: 0;
        padding: 0; }
        #header #global-menu_outer .global-menu .global-dropdown .global-dropdown-menu .row > [class*='col-']:not(:last-of-type) {
          border-right: 1px #ffffff solid; }
      #header #global-menu_outer .global-menu .global-menu-main {
        text-align: center;
        color: #ffffff;
        display: flex;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center; }
      #header #global-menu_outer .global-menu .global-dropdown-link {
        color: #ffffff;
        display: inline-block; }
        #header #global-menu_outer .global-menu .global-dropdown-link:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 0.5em;
          height: 0.5em;
          border-right: 2px #ffffff solid;
          border-top: 2px #ffffff solid;
          transform: rotate(45deg);
          margin-right: 0.8em;
          margin-bottom: 0.2em; }
  #header .global-linkicn {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; }
    #header .global-linkicn:after {
      content: "";
      display: block;
      width: 0.7em;
      height: 0.7em;
      border-top: 2px #8fc31f solid;
      border-right: 2px #8fc31f solid;
      transform: rotate(45deg); }
  #header form[name=search] {
    display: flex;
    box-sizing: border-box;
    border: 1px #dfdfdf solid;
    font-size: 1.6rem;
    margin-left: 15px; }
    #header form[name=search] input[name=word] {
      padding-left: 5px;
      padding-right: 5px;
      flex-grow: 1;
      background-color: #ffffff; }
    #header form[name=search] button {
      background-color: #999999;
      color: #ffffff;
      width: 2.0em;
      text-align: center;
      cursor: pointer; }
  #header .font_size_change {
    display: flex;
    align-items: center; }
    #header .font_size_change > * {
      margin-left: 5px; }
      #header .font_size_change > *:nth-of-type(1) {
        margin-left: 0; }
      #header .font_size_change > *:nth-of-type(2) {
        margin-left: 10px; }
    #header .font_size_change .size_select {
      display: block;
      border: 1px #999999 solid;
      box-sizing: border-box;
      background-color: #ffffff;
      line-height: 1.8;
      width: 1.8em;
      text-align: center;
      cursor: pointer; }
      #header .font_size_change .size_select.textresizer-active {
        border: none;
        background-color: #06406f;
        color: #ffffff; }

/********** footerエリア **********/
#footer .footer_banner03,
#footer .footer_banner02,
#footer .footer_banner01 {
  display: none; }
#footer.bnr_type01 .footer_banner01 {
  display: flex; }
#footer.bnr_type02 .footer_banner02 {
  display: flex; }
#footer.bnr_type03 .footer_banner03 {
  display: flex; }
#footer:before {
  content: "";
  display: table; }
#footer .copyright {
  background-color: #06406f; }
  @media (min-width: 768px) {
    #footer .copyright {
      margin-top: 160px; } }
#footer .f_link > * {
  margin-top: 10px; }
#footer .f_link > a {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px #ffffff solid; }
  #footer .f_link > a.last {
    border-right: 1px #ffffff solid; }
  #footer .f_link > a:last-of-type {
    border-right: 1px #ffffff solid;
    margin-right: 20px; }
    #footer .f_link > a:last-of-type.last {
      margin-right: 0; }
#footer .pagetop {
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
  right: 15px;
  background-color: #06406f;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.2rem;
  border-radius: 10px 10px 0 0; }

/********** スクロールバー **********/
#wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    #wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
      margin-bottom: 0; } }
#wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 32px; }
  #wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-sizing: border-box;
    height: 18px;
    border-radius: 0;
    border: 2px #919191 solid;
    background-color: #eaeaea; }
  #wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    background-color: #c4c4c4;
    border-radius: 0;
    margin-top: 11px;
    margin-bottom: 11px;
    width: calc(100% - 8px); }
#wrapper .mCSB_vertical .mCSB_scrollTools {
  width: 18px; }
  #wrapper .mCSB_vertical .mCSB_scrollTools .mCSB_draggerRail {
    width: 18px;
    box-sizing: border-box;
    border-radius: 0;
    border: 2px #919191 solid;
    background-color: #eaeaea; }
  #wrapper .mCSB_vertical .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: transparent;
    border-radius: 0;
    position: relative; }
    #wrapper .mCSB_vertical .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      bottom: 4px;
      left: 0;
      right: 0;
      background-color: #c4c4c4; }
#wrapper .simplebar-track.simplebar-vertical {
  width: 18px;
  box-sizing: border-box;
  border: 2px #919191 solid;
  background-color: #eaeaea; }
  #wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 14px; }
    #wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
      background-color: #c4c4c4;
      border-radius: 0;
      opacity: 1;
      height: calc(100% - 8px); }
#wrapper .simplebar-track.simplebar-horizontal {
  height: 18px;
  box-sizing: border-box;
  border: 2px #919191 solid;
  background-color: #eaeaea; }
  #wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 10px; }
    #wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
      background-color: #c4c4c4;
      border-radius: 0;
      opacity: 1;
      width: calc(100% - 8px); }

/********** 過眠症 **********/
#kaminsho {
  /***** 汎用スタイル *****/
  /***** header *****/
  /***** contents *****/
  /***** list_naviスタイル *****/
  /***** sub_titleスタイル *****/
  /***** listスタイル *****/
  /***** memoスタイル *****/
  /***** tabスタイル *****/
  /***** btnスタイル *****/
  /***** アコーディオン *****/
  /***** tableスタイル *****/
  /***** self_checkスタイル *****/ }
  #kaminsho .fc_gray {
    color: #999999; }
  #kaminsho .txt-indent-1 {
    text-indent: 1em; }
  #kaminsho .is_super {
    vertical-align: super;
    font-size: 1.2rem; }
  #kaminsho .blue_link {
    text-decoration: underline;
    color: #0b3fd9; }
    #kaminsho .blue_link:hover {
      text-decoration: none; }
  #kaminsho .page_top {
    text-align: right; }
    #kaminsho .page_top a {
      background: url("../img/common/img_icon_07.gif") left center no-repeat;
      padding-left: 15px;
      font-size: 1.6rem;
      line-height: 1.6; }
  #kaminsho .b_b {
    border-bottom: 1px #000 solid; }
  #kaminsho .ul_g {
    border-bottom: solid 2px #61b722;
    margin-bottom: 10px; }
  #kaminsho .scrool_sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      #kaminsho .scrool_sp {
        overflow-x: inherit; } }
  #kaminsho #header #global-menu_outer .global-menu > *:nth-of-type(4) {
    background-color: #0056a8; }
  #kaminsho article {
    border-top: 1px #acacac solid; }
    @media (min-width: 768px) {
      #kaminsho article {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), 3px -3px 6px rgba(0, 0, 0, 0.2), -3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(0, 0, 0, 0.2); } }
    @media (min-width: 768px) {
      #kaminsho article a:hover {
        color: #61B722;
        opcity: 1; } }
  @media (min-width: 768px) {
    #kaminsho .container {
      padding-left: 20px;
      padding-right: 20px; } }
  #kaminsho .overflow-hidden {
    overflow: hidden; }
  @media (min-width: 768px) {
    #kaminsho #site_header {
      background: url(../img/common/img_01.jpg) no-repeat;
      background-position: right bottom;
      background-size: 100%; } }
  #kaminsho #site_header h2 {
    width: 100%; }
    @media (min-width: 768px) {
      #kaminsho #site_header h2 {
        width: 50%; } }
  #kaminsho #site_header ul li {
    padding-left: 10px;
    background: url(../img/common/img_icon_03.jpg) no-repeat left center;
    font-size: 1.4rem; }
  #kaminsho #site_header .header_decoration {
    height: 75px;
    margin: 10px 0;
    background: url(../img/common/img_01_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) {
      #kaminsho #site_header .header_decoration {
        display: none; } }
  #kaminsho .gnavi_kaminsho {
    display: flex;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      #kaminsho .gnavi_kaminsho {
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0; } }
    #kaminsho .gnavi_kaminsho > * {
      box-sizing: border-box;
      width: 50%;
      padding-left: 8px;
      padding-right: 8px; }
      @media (min-width: 768px) {
        #kaminsho .gnavi_kaminsho > * {
          text-align: center;
          flex-grow: 1;
          width: auto;
          padding: 8px 5px;
          border-left: 1px #000000 solid; }
          #kaminsho .gnavi_kaminsho > *:last-of-type {
            border-right: 1px #000000 solid; } }
      @media (min-width: 992px) {
        #kaminsho .gnavi_kaminsho > * {
          width: 100%; } }
      #kaminsho .gnavi_kaminsho > * a {
        line-height: 1.2;
        font-size: 1.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        border: 1px #eaeaea solid;
        background: #fefefe;
        background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 50%, #f1f1f1 100%);
        background: -webkit-linear-gradient(top, #fefefe 0%, #f8f8f8 50%, #f1f1f1 100%);
        background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 50%, #f1f1f1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1',GradientType=0 );
        position: relative; }
        #kaminsho .gnavi_kaminsho > * a:after {
          content: "";
          display: block;
          width: 0.6em;
          height: 0.6em;
          border-top: 3px #70ba2e solid;
          border-right: 3px #70ba2e solid;
          transform: rotate(45deg); }
          @media (min-width: 768px) {
            #kaminsho .gnavi_kaminsho > * a:after {
              content: none; } }
        #kaminsho .gnavi_kaminsho > * a:hover, #kaminsho .gnavi_kaminsho > * a.current {
          background: #61b722;
          color: #ffffff;
          border: none;
          opacity: 1; }
          #kaminsho .gnavi_kaminsho > * a:hover:after, #kaminsho .gnavi_kaminsho > * a.current:after {
            border-top: 3px #ffffff solid;
            border-right: 3px #ffffff solid; }
          @media (min-width: 768px) {
            #kaminsho .gnavi_kaminsho > * a:hover:before, #kaminsho .gnavi_kaminsho > * a.current:before {
              content: "";
              display: block;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 13px 10px 13px;
              border-color: transparent transparent #ffffff transparent; } }
        @media (min-width: 768px) {
          #kaminsho .gnavi_kaminsho > * a {
            justify-content: center;
            font-size: 1.4rem;
            padding: 15px 0; } }
      #kaminsho .gnavi_kaminsho > *:nth-of-type(n+3) {
        margin-top: 16px; }
        @media (min-width: 768px) {
          #kaminsho .gnavi_kaminsho > *:nth-of-type(n+3) {
            margin-top: 0; } }
  @media (min-width: 768px) {
    #kaminsho .main-contents {
      width: calc(79% - 30px);
      float: left; } }
  @media (min-width: 768px) {
    #kaminsho .side-contents {
      width: 21%;
      float: right; } }
  #kaminsho .main_link li {
    padding-left: 30px;
    background: url(../img/top/icon01.jpg) no-repeat left; }
  #kaminsho .news_list li {
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted #ddd;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.0; }
    @media (min-width: 768px) {
      #kaminsho .news_list li {
        flex-wrap: nowrap;
        line-height: 2.2; } }
    #kaminsho .news_list li .date {
      width: 100%;
      font-weight: 700;
      text-decoration: underline; }
      @media (min-width: 768px) {
        #kaminsho .news_list li .date {
          text-decoration: none;
          width: auto;
          font-weight: 400;
          min-width: 120px; } }
      #kaminsho .news_list li .date:before {
        content: "■"; }
        @media (min-width: 768px) {
          #kaminsho .news_list li .date:before {
            content: none; } }
    #kaminsho .news_list li .title {
      width: 100%; }
      @media (min-width: 768px) {
        #kaminsho .news_list li .title {
          width: auto;
          flex-grow: 1; } }
      #kaminsho .news_list li .title a {
        text-decoration: underline; }
        @media (min-width: 768px) {
          #kaminsho .news_list li .title a {
            text-decoration: none; } }
  #kaminsho .news_list .new {
    padding: 1px 10px;
    color: #fff;
    background: #FF0004;
    font-size: 80%;
    display: inline-block;
    margin-left: 10px;
    line-height: 2; }
  #kaminsho dl.main_link {
    margin-top: 30px;
    line-height: 1.6; }
    #kaminsho dl.main_link dt {
      background: url(../img/top/icon01.jpg) no-repeat left;
      padding-left: 25px;
      margin-bottom: 5px; }
      #kaminsho dl.main_link dt a {
        font-size: 1.8rem; }
    #kaminsho dl.main_link dd {
      margin-left: 10px;
      margin-top: 10px; }
      #kaminsho dl.main_link dd a {
        margin-left: 20px;
        margin: 0;
        font-size: 1.4rem;
        display: inline-block;
        padding: 0px 10px 0px 20px;
        background: url("../img/common/img_icon_04.jpg") no-repeat 10px 0.25em;
        zoom: 1; }
      #kaminsho dl.main_link dd.dd_link02 {
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 5px; }
        #kaminsho dl.main_link dd.dd_link02 a {
          background: none;
          padding-left: 23px; }
  #kaminsho .list_navi {
    margin-top: 10px;
    overflow: hidden; }
    #kaminsho .list_navi li {
      float: left; }
      #kaminsho .list_navi li a {
        font-size: 85%;
        display: block;
        padding: 0px 10px 0px 20px;
        background: url("../img/common/img_icon_04.jpg") no-repeat 10px 0.5em;
        zoom: 1;
        letter-spacing: 0.01em; }
        #kaminsho .list_navi li a:hover, #kaminsho .list_navi li a.active {
          color: #61B722;
          background: url("../img/common/img_icon_04_o.jpg") no-repeat 10px 0.5em; }
  #kaminsho .sub_title01 {
    position: relative;
    border-bottom: none;
    color: #999999;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #kaminsho .sub_title01 {
        text-align: center; } }
    #kaminsho .sub_title01 span {
      background: #fff;
      display: inline-block;
      padding: 0 0.5em;
      position: relative; }
    #kaminsho .sub_title01::before {
      border-top: 1px solid #999999;
      content: none;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
      @media (min-width: 768px) {
        #kaminsho .sub_title01::before {
          content: ""; } }
  #kaminsho .sub_title02 {
    background: url("../img/common/img_ttl_01.jpg") repeat-x center;
    color: #61B722;
    font-size: 2.0rem; }
    #kaminsho .sub_title02 span {
      background: #fff;
      padding: 10px 10px 10px 0; }
  #kaminsho .sub_title03 {
    background: url("../img/common/img_ttl_01.jpg") repeat-x center;
    color: #61B722;
    font-size: 2.0rem;
    text-align: center; }
    #kaminsho .sub_title03 span {
      background: #fff;
      padding: 10px; }
  #kaminsho .sub_title04 {
    font-size: 2.0rem;
    line-height: 1.6;
    color: #61B722;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    position: relative; }
    #kaminsho .sub_title04 a {
      font-size: 1.4rem;
      color: #444;
      position: absolute;
      top: 0;
      right: 0; }
  #kaminsho .list-style01 {
    background: no-repeat url("../img/common/img_icon_05.jpg");
    background-position-x: left;
    background-position-y: center;
    padding-left: 18px;
    font-weight: 500;
    margin-top: 9px; }
  #kaminsho .list-style02 {
    background: no-repeat url("../img/common/img_icon_05.jpg");
    background-position-x: left;
    background-position-y: 6px;
    padding-left: 18px;
    margin-top: 9px; }
  #kaminsho .none-list-style {
    list-style-type: circle;
    padding-left: 50px; }
  #kaminsho .normal_list {
    padding-left: 25px; }
    #kaminsho .normal_list li {
      list-style-type: disc;
      font-size: 1.6rem;
      line-height: 1.6; }
  #kaminsho .memo_style00 {
    background: #fbfdf2;
    border: 1px solid #e4f2a5;
    border-radius: 5px;
    padding: 20px 20px 25px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      #kaminsho .memo_style00 {
        padding: 10px 30px 15px; } }
    #kaminsho .memo_style00 ul li {
      padding: 5px 5px 0 10px;
      list-style: url("../img/common/img_icon_05.jpg");
      list-style-position: inside;
      font-size: 1.4rem;
      line-height: 1.6; }
      #kaminsho .memo_style00 ul li.f_n {
        list-style: none;
        font-weight: 500; }
  #kaminsho .memo_style01 {
    background: #fbfdf2;
    border: 1px solid #e4f2a5;
    border-radius: 5px;
    padding: 20px 20px 25px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      #kaminsho .memo_style01 {
        padding: 10px 30px 15px; } }
    #kaminsho .memo_style01 ul {
      display: flex;
      flex-wrap: wrap; }
      #kaminsho .memo_style01 ul li {
        width: 100%;
        padding: 5px 5px 0 10px;
        list-style: url("../img/common/img_icon_05.jpg");
        list-style-position: inside;
        font-size: 1.4rem;
        line-height: 1.6; }
        #kaminsho .memo_style01 ul li.f_n {
          width: 100%;
          list-style: none;
          font-weight: 500; }
        @media (min-width: 768px) {
          #kaminsho .memo_style01 ul li {
            width: 50%; } }
  #kaminsho .memo_style03 {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px; }
  #kaminsho .memo_style04 {
    display: flex;
    flex-wrap: wrap;
    background: #f1f1f1;
    padding: 20px 10px 25px 10px; }
    #kaminsho .memo_style04 li {
      line-height: 1.6;
      list-style: url("../img/common/img_icon_06.png");
      list-style-position: inside;
      margin: 5px 0 0 15px; }
      #kaminsho .memo_style04 li:hover {
        list-style: url("../img/common/img_icon_06_o.png");
        list-style-position: inside; }
      #kaminsho .memo_style04 li a {
        font-size: 1.4rem;
        color: #656565;
        text-decoration: underline; }
        #kaminsho .memo_style04 li a:hover {
          color: #fa9400; }
  #kaminsho .memo_style06 li {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 5px 5px 0 5px;
    list-style: url("../img/common/img_icon_05.jpg");
    list-style-position: outside;
    margin-left: 18px; }
  #kaminsho .memo_style07 {
    background: #f1f1f1;
    padding: 20px 10px 25px 10px; }
  #kaminsho .tab01 {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      #kaminsho .tab01 {
        display: flex;
        align-items: flex-end; } }
    #kaminsho .tab01 .tab_title {
      width: 100%;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.6;
      border-bottom: 1px solid #9E9E9E; }
      @media (min-width: 768px) {
        #kaminsho .tab01 .tab_title {
          width: 295px;
          margin-bottom: 2px; } }
    #kaminsho .tab01 .tab_box {
      display: flex;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #kaminsho .tab01 .tab_box {
          margin-top: 0; } }
      #kaminsho .tab01 .tab_box li {
        max-width: 134px;
        margin-top: -4px; }
        #kaminsho .tab01 .tab_box li img {
          display: block; }
        #kaminsho .tab01 .tab_box li.last {
          max-width: 167px; }
  #kaminsho .sleep_btn {
    display: flex;
    justify-content: center; }
    #kaminsho .sleep_btn li {
      width: 200px;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6; }
      #kaminsho .sleep_btn li a {
        display: block;
        padding: 10px 20px;
        color: #fff;
        font-weight: 500;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #kaminsho .sleep_btn li a span {
          font-size: 1.4rem; }
      #kaminsho .sleep_btn li.pdf {
        margin-right: 10px; }
        #kaminsho .sleep_btn li.pdf a {
          background: #FF0004;
          border: 1px solid #FF0004; }
          #kaminsho .sleep_btn li.pdf a:hover {
            background-color: #fff;
            border-color: #FF5053;
            color: #FF5053; }
      #kaminsho .sleep_btn li.excel {
        margin-left: 10px; }
        #kaminsho .sleep_btn li.excel a {
          background: #006B06;
          border: 1px solid #006B06; }
          #kaminsho .sleep_btn li.excel a:hover {
            background-color: #fff;
            border-color: #437B46;
            color: #437B46; }
  #kaminsho .accordionlist dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ebf1de;
    padding: 5px 0; }
    #kaminsho .accordionlist dt:first-child {
      border-top: none !important; }
    #kaminsho .accordionlist dt .title {
      font-size: 1.6rem;
      padding-left: 15px; }
    #kaminsho .accordionlist dt p {
      font-weight: bold; }
    #kaminsho .accordionlist dt .accordion_icon {
      position: relative;
      width: 90px;
      height: 30px;
      margin: 0 5px;
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        #kaminsho .accordionlist dt .accordion_icon {
          width: 30px; } }
      #kaminsho .accordionlist dt .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
        #kaminsho .accordionlist dt .accordion_icon span:nth-of-type(1) {
          top: 14px;
          transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg); }
        #kaminsho .accordionlist dt .accordion_icon span:nth-of-type(2) {
          top: 14px;
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg); }
      #kaminsho .accordionlist dt .accordion_icon.active span:nth-of-type(1) {
        display: none; }
      #kaminsho .accordionlist dt .accordion_icon.active span:nth-of-type(2) {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
  #kaminsho .accordionlist dd {
    display: none;
    background: #fff; }
  #kaminsho .table01 {
    border-bottom: #a1a1a1 solid 1px;
    border-top: #a1a1a1 solid 1px;
    width: 750px;
    font-size: 1.6rem;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #kaminsho .table01 {
        width: 100%; } }
    #kaminsho .table01 tr {
      border-bottom: solid 1px #a1a1a1; }
      #kaminsho .table01 tr th {
        background: #fbfdf2;
        width: 160px;
        padding: 5px 20px; }
      #kaminsho .table01 tr td {
        padding: 5px 10px; }
  #kaminsho .TableStyle01 {
    width: 720px;
    border: solid 1px #ddd;
    font-size: 1.6rem;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #kaminsho .TableStyle01 {
        width: 100%; } }
    #kaminsho .TableStyle01 th {
      border-right: solid 1px #DDDDDD;
      background: #FBFDF2;
      padding: 5px;
      vertical-align: middle;
      border-bottom: 1px solid #ddd;
      text-align: center; }
    #kaminsho .TableStyle01 td {
      border-right: solid 1px #DDDDDD;
      padding: 5px;
      border-bottom: 1px solid #ddd;
      vertical-align: middle;
      word-break: break-all; }
  #kaminsho .comment-difference {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
    border: 1px solid #595959;
    border-collapse: collapse; }
    #kaminsho .comment-difference td {
      font-size: 1.6rem;
      line-height: 1.6;
      padding: 0 6px 0;
      border: 1px solid #595959;
      border-collapse: collapse; }
      #kaminsho .comment-difference td.midashi1 {
        background-color: #d6e3bc; }
      #kaminsho .comment-difference td.midashi2 {
        background-color: #b6dde8; }
      #kaminsho .comment-difference td.midashi3 {
        background-color: #c2d69b; }
      #kaminsho .comment-difference td.midashi4 {
        width: 25%; }
      #kaminsho .comment-difference td.midashi1, #kaminsho .comment-difference td.midashi2, #kaminsho .comment-difference td.midashi3 {
        text-align: center;
        width: 50%; }
      #kaminsho .comment-difference td.data01 {
        font-size: 1.4rem; }
    #kaminsho .comment-difference .comment-color {
      background-color: #eaf1dd;
      margin-left: 3px;
      margin-right: 3px;
      font-weight: bold; }
    #kaminsho .comment-difference ul li {
      font-size: 1.4rem;
      line-height: 1.6;
      margin-left: 27px;
      list-style-type: disc;
      margin-top: 2px;
      margin-bottom: 2px; }
  #kaminsho .self_check_box {
    width: 720px; }
    @media (min-width: 768px) {
      #kaminsho .self_check_box {
        width: 100%; } }
  #kaminsho #check_list {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6; }
    #kaminsho #check_list tr.score {
      border-bottom: 1px solid #7d7d7d; }
      #kaminsho #check_list tr.score td {
        text-align: center;
        font-weight: 500;
        padding: 5px; }
    #kaminsho #check_list tr.list td {
      padding: 10px;
      vertical-align: middle; }
      #kaminsho #check_list tr.list td.list-txt {
        display: flex;
        align-items: center; }
      #kaminsho #check_list tr.list td input[type=radio] {
        display: none; }
        #kaminsho #check_list tr.list td input[type=radio] + label {
          display: block;
          width: 15px;
          height: 15px;
          position: relative;
          margin: 0 auto; }
          #kaminsho #check_list tr.list td input[type=radio] + label::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #999;
            border-radius: 50%; }
        #kaminsho #check_list tr.list td input[type=radio]:checked + label {
          color: #009a9a; }
          #kaminsho #check_list tr.list td input[type=radio]:checked + label::after {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            left: 2px;
            width: 11px;
            height: 11px;
            background: #61b722;
            border-radius: 50%; }
    #kaminsho #check_list tr.list + .list {
      border-top: 1px dashed #7d7d7d; }
    #kaminsho #check_list tr.list:last-child {
      border-bottom: 1px solid #7d7d7d; }
  #kaminsho #btn_self {
    position: relative; }
    #kaminsho #btn_self #btnSelfcheck {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%); }
  #kaminsho .total {
    border: solid 2px #999;
    display: block;
    height: 50px;
    width: 100px;
    font-size: 2.0rem;
    text-align: center; }
