﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "UTF-8";
/**
 * 第2階層以下、コンテンツ部
 */
#Middle {
  margin-top: 8px;
}
#Middle #ContentPane {
  /*width: $width_1220px;*/
  /*margin: 0 auto;*/
  margin-bottom: 50px;
  /**
   * コンテンツ部のデフォルトスタイル設定
   */
  /**
   * 第2階層
   */
}
#Middle #ContentPane * {
  line-height: 30px;
}
#Middle #ContentPane p {
  margin: 5px 0;
}
#Middle #ContentPane a {
  text-decoration: none;
}
#Middle #ContentPane a:hover {
  text-decoration: underline;
}
#Middle #ContentPane ol {
  margin-left: 2.0em;
  padding-left: 0em;
}
#Middle #ContentPane ul {
  margin-left: 1em;
}
#Middle #ContentPane ul li:not(.reToolItem) {
  display: flex;
  align-items: baseline;
}
#Middle #ContentPane ul li:not(.reToolItem):before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-right: .5rem;
  font-weight: bold;
}
#Middle #ContentPane table tr th {
  padding: .5rem;
  border: 1px solid;
  border-color: #cccccc;
}
#Middle #ContentPane table tr td {
  padding: .5rem;
  border: 1px solid;
  border-color: #cccccc;
}
#Middle #ContentPane h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  padding-left: .8rem;
  line-height: 48px;
  margin-bottom: 30px;
  margin-top: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 8px double;
  border-bottom-color: #cc0000;
}
#Middle #ContentPane h3 {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  padding-left: .8rem;
  line-height: 33.6px;
  margin-bottom: 25px;
  margin-top: 2rem;
  background-color: #fff3f3;
  border-top: 5px solid;
  border-top-color: #cc0000;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
#Middle #ContentPane h4 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  padding-left: .8rem;
  line-height: 28.8px;
  margin-bottom: 22px;
  margin-top: 2rem;
  background-color: #fff3f3;
  border-top: 2px dotted;
  border-top-color: #cc0000;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
#Middle #ContentPane h5 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  padding-left: .8rem;
  line-height: 26.4px;
  margin-bottom: 20px;
  margin-top: 2rem;
  border-left: 1rem solid;
  border-left-color: #cc0000;
}
#Middle #ContentPane h6 {
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  padding-left: .8rem;
  line-height: 22.8px;
  margin-bottom: 19px;
  margin-top: 2rem;
  border-left: .5rem solid;
  border-left-color: #cc0000;
}
#Middle #ContentPane .contact_us {
  margin-top: 100px;
  margin-bottom: 150px;
  border: 1px solid;
  border-color: #efeae4;
}
#Middle #ContentPane .contact_us .is-title {
  margin: 0;
  line-height: none;
  font-weight: normal;
  border: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  background-color: #efeae4;
  padding: .5rem 2rem;
  font-size: 24px;
  color: #000000;
}
#Middle #ContentPane .contact_us h5 {
    margin-top: 0;
    border: none;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 18px;
}
#Middle #ContentPane .contact_us p {
    margin: 0;
}
#Middle #ContentPane .contact_us dl {
  padding: 2rem;
}
#Middle #ContentPane .contact_us dt {
  color: #000000;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 18px;
}
#HeaderPane .printout_btn {
  text-align: right;
  margin-bottom: 2rem;
  width: 1220px;
  margin: .8rem auto 0;
}
#HeaderPane .printout_btn a {
  text-decoration: none;
  border-color: #cccccc;
}
#HeaderPane .printout_btn a:before {
  content: "";
  background: url(/images/icon-print.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 27.5px;
  display: block;
  margin-right: .5rem;
}
#Middle #ContentPane .contents-title h2 {
  margin-top: 0;
}
#Middle #ContentPane .list-menu .is-title {
  font-size: 25px;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid;
  border-bottom-color: #cc0000;
}
#Middle #ContentPane .list-menu ul li {
  font-size: 18px;
}
#Middle #ContentPane.is-leftcolumn {
  /*width: $width_1220px - $width_250px - 20;*/
  margin-right: 20px;
  margin-top: 40px;
  /*flex: none;*/
}
#Middle #ContentPane.is-leftcolumn + #RightPane {
  width: 250px;
  margin-top: 40px;
}
#Middle #RightPane .left-link-menu {
  border: 1px solid;
  border-color: #cc0000;
  border-top-width: 5px;
  margin-bottom: 5rem;
}
#Middle #RightPane .left-link-menu ul {
  padding: 0 .5rem;
}
#Middle #RightPane .left-link-menu ul li {
  padding: .5rem .3rem;
  display: flex;
  align-items: baseline;
  text-align: left;
}
#Middle #RightPane .left-link-menu ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-right: .5rem;
  font-weight: bold;
}
#Middle #RightPane .left-link-menu ul li + li {
  border-top: 1px dashed;
  border-top-color: #cccccc;
}

#Middle #ContentPane .__ContentDiv .column.is-half,
#Middle #ContentPane .__ModuleContent  .column.is-half {
  /* i-site fix */
  width: 100%;
}
#Middle #ContentPane .list-menu .ui-sortable-handle {
  width: 50%;
}

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}
