/* ALL RESET */
html {
  overflow-y: scroll;
  padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

dd, li, h1, h2, h3, h4, h5, h6, p, th, td {
  line-height: 1.7em;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

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

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

table {
  word-wrap: break-word;
}
table th img, table td img {
  max-width: none;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8em;
  color: #333;
  background-color: #fff8ef;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  text-decoration: none;
}

a:link {
  color: #6E3791;
}

a:visited {
  color: #6E3791;
}

a:hover, a:visited:hover {
  color: #C119CC;
  text-decoration: underline;
}

a:active {
  color: #C119CC;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:hover img.no--opt {
  opacity: 1;
  filter: alpha(opacity=100);
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.7em;
  position: relative;
  line-height: 1.5em;
  font-weight: normal;
}

h1 {
  font-size: 185%;
}

h2 {
  font-size: 165%;
}

h3 {
  font-size: 143%;
}

h4 {
  font-size: 122%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

@media print, screen and (min-width: 780px) {
  .rscPage #primary h2, .rscPage #primary h3,
  .grwPage #primary h2,
  .grwPage #primary h3 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

p, blockquote, table, ul, ol {
  margin: 0 0 1.4em;
}

blockquote {
  background-color: #eee;
  border-radius: 5px;
  padding: 7px 10px;
}

#primary ul, #primary ol {
  margin: 0 0 1.5em 1.8em;
  padding: 0;
}
#primary ol {
  list-style: decimal;
}
#primary li {
  margin-bottom: 0.6em;
  line-height: 1.5em;
  list-style: disc;
}
#primary li > ul, #primary li > ol {
  margin-top: 0.6em;
  margin-left: 1.6em;
}

hr {
  display: block;
  border: none;
  border-top: 1px #ccc solid;
  margin-bottom: 1em;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

/*
dl{ margin:0 0 1.5em; padding:0;}
dt{ font-weight:bold;}
dd{ margin:0 0 1.5em 2em; padding:0;}
table {
  border-collapse: collapse;
  border-spacing:0;
  width:100% ;
  word-wrap: break-word;
  th {
    border: 1px #bbb solid;
    padding: 5px;
    background-color: $color-neutral;
    text-align: center;
  }
  td {
    border: 1px #bbb solid;
    vertical-align: top;
    padding: 5px;
  }
  ul,ol{ margin-bottom:0; }
}
img{max-width:100%;}
*/
/* hidden */
/* 音読ブラウザ対応 */
.voiceArea, p.voiceGuide, dt.hLbl {
  display: block;
  position: absolute;
  left: -10000px;
}

/* floatclear */
.flc {
  clear: both;
  position: relative;
  width: 0px;
}

.flc span {
  display: block;
  position: absolute;
  left: -10000px;
}

/* リンク用画像 */
/* 内部リンク用 */
#contents .relLnk {
  display: block;
  padding-left: 15px;
  background: url(../img/i_arw01.gif) no-repeat left 0.3em;
}

/* 外部リンク用 */
#contents .relLnk.out,
#contents .relLnkout {
  display: block;
  padding-left: 15px;
  background: url(../img/i_lnk_out01.gif) no-repeat left 0.3em;
}

/* 右寄せテキスト用 */
#contents .relLnkRight {
  display: block;
  text-align: right;
  background: url(../img/i_arw02.gif) no-repeat right 1px;
  padding: 0 16px 4px 0;
}

/* アンカーリンク用 */
#contents .relAnker {
  background: url(../img/i_arw06.gif.gif) no-repeat left 4px;
  padding: 0 0 0 10px;
  margin: 0 0 0 2px;
}

/* 注釈 */
#contents .relAnno {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* フロート */
#contents .box {
  width: 100%;
  overflow: hidden;
}

#contents .boxL {
  float: left;
  display: inline;
}

#contents .boxR {
  float: right;
  display: inline;
}

/* 画像の外枠 */
#contents .imgframe {
  border: 1px #99C solid;
  padding: 1px;
}

/* 写真の外枠 */
#contents .imgArea {
  margin-bottom: 20px;
  text-align: center;
}

#contents .imgArea img {
  border: 1px #CCC solid;
  padding: 4px;
}

#contents .imgArea p {
  margin: 7px auto 0;
  text-align: left;
  line-height: 1.3em;
  font-size: 75.00%;
}

#contents .imgArea.boxL {
  margin-right: 20px;
  text-align: left;
}

#contents .imgArea.boxR {
  margin-left: 20px;
  text-align: left;
}

.pageTop {
  clear: both;
  width: 100%;
  padding: 10px 0 15px;
  text-align: center;
}

/* #button */
a.btn {
  border-radius: 5px;
  background-color: #6E3791;
  color: #fff;
  display: inline-block;
  line-height: 1.3em;
  margin-top: 5px;
  padding: 7px 30px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
a.btn:hover {
  color: #fff;
  opacity: 0.7;
}
a.btn--entry {
  background-color: #EC7143;
  color: #fff;
}
a.btn--main {
  color: #fff;
  background: url(/shared/img/i_arw_rv01.gif) #6E3791 no-repeat right 20px center;
  padding: 9px 45px 9px 20px;
  border-radius: 50px;
  font-size: 90%;
}
a.btn--main:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

/* #clearfix, floatclear, reset */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

.flc {
  clear: both;
  position: relative;
  width: 0px;
}

.flc span {
  display: block;
  position: absolute;
  left: -10000px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 100%;
  border: none;
  background: none;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* #colors */
.color--main {
  color: #6E3791;
}

.color--sub-dark {
  color: #E4C1DB;
}

.color--sub-light {
  color: #E4C1DB;
}

.color--insert {
  color: #6E3791;
}

.color--neutral {
  color: #eee;
}

.color--notice {
  color: #b82a01;
}

.bgcolor--main {
  background-color: #6E3791;
}
.bgcolor--sub-dark {
  background-color: #E4C1DB;
}
.bgcolor--sub-light {
  background-color: #E4C1DB;
}
.bgcolor--insert {
  background-color: #6E3791;
}
.bgcolor--neutral {
  background-color: #eee;
}

/* #dl */
.dl--inline {
  margin-left: -10px;
  padding-left: 0;
}
.dl--inline dt, .dl--inline dd {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.dl--list {
  margin-left: 0.8em;
  padding-left: 0;
}
.dl--list:before, .dl--list:after {
  content: "";
  display: table;
}
.dl--list:after {
  clear: both;
}
.dl--list dt, .dl--list dd {
  margin: 0 0 0.8em;
}
.dl--list dt {
  float: left;
  width: 2em;
  text-align: center;
}
.dl--list dd {
  margin-left: 2em;
}

/* float */
.float__l {
  float: left;
}

.float__r {
  float: right;
}

@media screen and (min-width: 500px) {
  .float__l--sm {
    float: left;
  }

  .float__r--sm {
    float: right;
  }
}
@media screen and (min-width: 780px) {
  .float__l--md {
    float: left;
  }

  .float__r--md {
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .float__l--lg {
    float: left;
  }

  .float__r--lg {
    float: right;
  }
}
/* #grid system */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col--xs1, .col--sm1, .col--md1, .col--lg1, .col--xs2, .col--sm2, .col--md2, .col--lg2, .col--xs3, .col--sm3, .col--md3, .col--lg3, .col--xs4, .col--sm4, .col--md4, .col--lg4, .col--xs5, .col--sm5, .col--md5, .col--lg5, .col--xs6, .col--sm6, .col--md6, .col--lg6, .col--xs7, .col--sm7, .col--md7, .col--lg7, .col--xs8, .col--sm8, .col--md8, .col--lg8, .col--xs9, .col--sm9, .col--md9, .col--lg9, .col--xs10, .col--sm10, .col--md10, .col--lg10, .col--xs11, .col--sm11, .col--md11, .col--lg11, .col--xs12, .col--sm12, .col--md12, .col--lg12 {
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.col--xs0 {
  width: auto;
  float: none;
}

.col--xs1, .col--xs2, .col--xs3, .col--xs4, .col--xs5, .col--xs6, .col--xs7, .col--xs8, .col--xs9, .col--xs10, .col--xs11, .col--xs12 {
  float: left;
}

.col--xs2 {
  width: 16.66667%;
}

.width--xs2 {
  width: 16.66667%;
}

.col--xs3 {
  width: 25%;
}

.width--xs3 {
  width: 25%;
}

.col--xs4 {
  width: 33.33333%;
}

.width--xs4 {
  width: 33.33333%;
}

.col--xs5 {
  width: 41.66667%;
}

.width--xs5 {
  width: 41.66667%;
}

.col--xs6 {
  width: 50%;
}

.width--xs6 {
  width: 50%;
}

.col--xs7 {
  width: 58.33333%;
}

.width--xs7 {
  width: 58.33333%;
}

.col--xs8 {
  width: 66.66667%;
}

.width--xs8 {
  width: 66.66667%;
}

.col--xs9 {
  width: 75%;
}

.width--xs9 {
  width: 75%;
}

.col--xs10 {
  width: 83.33333%;
}

.width--xs10 {
  width: 83.33333%;
}

.col--xs11 {
  width: 91.66667%;
}

.width--xs11 {
  width: 91.66667%;
}

.col--xs12 {
  width: 100%;
}

.width--xs12 {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .col--sm0 {
    width: auto;
    float: none;
  }

  .col--sm1, .col--sm2, .col--sm3, .col--sm4, .col--sm5, .col--sm6, .col--sm7, .col--sm8, .col--sm9, .col--sm10, .col--sm11, .col--sm12 {
    float: left;
  }

  .col--sm2 {
    width: 16.66667%;
  }

  .width--sm2 {
    width: 16.66667%;
  }

  .col--sm3 {
    width: 25%;
  }

  .width--sm3 {
    width: 25%;
  }

  .col--sm4 {
    width: 33.33333%;
  }

  .width--sm4 {
    width: 33.33333%;
  }

  .col--sm5 {
    width: 41.66667%;
  }

  .width--sm5 {
    width: 41.66667%;
  }

  .col--sm6 {
    width: 50%;
  }

  .width--sm6 {
    width: 50%;
  }

  .col--sm7 {
    width: 58.33333%;
  }

  .width--sm7 {
    width: 58.33333%;
  }

  .col--sm8 {
    width: 66.66667%;
  }

  .width--sm8 {
    width: 66.66667%;
  }

  .col--sm9 {
    width: 75%;
  }

  .width--sm9 {
    width: 75%;
  }

  .col--sm10 {
    width: 83.33333%;
  }

  .width--sm10 {
    width: 83.33333%;
  }

  .col--sm11 {
    width: 91.66667%;
  }

  .width--sm11 {
    width: 91.66667%;
  }

  .col--sm12 {
    width: 100%;
  }

  .width--sm12 {
    width: 100%;
  }
}
@media screen and (min-width: 780px) {
  .col--md0 {
    width: auto;
    float: none;
  }

  .col--md1, .col--md2, .col--md3, .col--md4, .col--md5, .col--md6, .col--md7, .col--md8, .col--md9, .col--md10, .col--md11, .col--md12 {
    float: left;
  }

  .col--md2 {
    width: 16.66667%;
  }

  .width--md2 {
    width: 16.66667%;
  }

  .col--md3 {
    width: 25%;
  }

  .width--md3 {
    width: 25%;
  }

  .col--md4 {
    width: 33.33333%;
  }

  .width--md4 {
    width: 33.33333%;
  }

  .col--md5 {
    width: 41.66667%;
  }

  .width--md5 {
    width: 41.66667%;
  }

  .col--md6 {
    width: 50%;
  }

  .width--md6 {
    width: 50%;
  }

  .col--md7 {
    width: 58.33333%;
  }

  .width--md7 {
    width: 58.33333%;
  }

  .col--md8 {
    width: 66.66667%;
  }

  .width--md8 {
    width: 66.66667%;
  }

  .col--md9 {
    width: 75%;
  }

  .width--md9 {
    width: 75%;
  }

  .col--md10 {
    width: 83.33333%;
  }

  .width--md10 {
    width: 83.33333%;
  }

  .col--md11 {
    width: 91.66667%;
  }

  .width--md11 {
    width: 91.66667%;
  }

  .col--md12 {
    width: 100%;
  }

  .width--md12 {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .col--lg0 {
    width: auto;
    float: none;
  }

  .col--lg1, .col--lg2, .col--lg3, .col--lg4, .col--lg5, .col--lg6, .col--lg7, .col--lg8, .col--lg9, .col--lg10, .col--lg11, .col--lg12 {
    float: left;
  }

  .col--lg2 {
    width: 16.66667%;
  }

  .width--lg2 {
    width: 16.66667%;
  }

  .col--lg3 {
    width: 25%;
  }

  .width--lg3 {
    width: 25%;
  }

  .col--lg4 {
    width: 33.33333%;
  }

  .width--lg4 {
    width: 33.33333%;
  }

  .col--lg5 {
    width: 41.66667%;
  }

  .width--lg5 {
    width: 41.66667%;
  }

  .col--lg6 {
    width: 50%;
  }

  .width--lg6 {
    width: 50%;
  }

  .col--lg7 {
    width: 58.33333%;
  }

  .width--lg7 {
    width: 58.33333%;
  }

  .col--lg8 {
    width: 66.66667%;
  }

  .width--lg8 {
    width: 66.66667%;
  }

  .col--lg9 {
    width: 75%;
  }

  .width--lg9 {
    width: 75%;
  }

  .col--lg10 {
    width: 83.33333%;
  }

  .width--lg10 {
    width: 83.33333%;
  }

  .col--lg11 {
    width: 91.66667%;
  }

  .width--lg11 {
    width: 91.66667%;
  }

  .col--lg12 {
    width: 100%;
  }

  .width--lg12 {
    width: 100%;
  }
}
/* #label */
.label--bosyu {
  padding: 1px;
  background-color: #eee;
  font-size: 86%;
  line-height: 1.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  max-width: 100px;
  background-color: #6E3791;
  color: #fff;
}

.label--new {
  padding: 1px;
  background-color: #eee;
  font-size: 86%;
  line-height: 1.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  max-width: 100px;
  background-color: #EC7143;
  color: #fff;
}

.label--date {
  padding: 1px;
  background-color: #eee;
  font-size: 86%;
  line-height: 1.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  max-width: 100px;
  color: #6E3791;
  background-color: #E4C1DB;
  border-radius: 0.2em;
  padding: 2px 4px;
  margin-right: 3px;
}

/* text-align */
.align__l {
  text-align: left !important;
}

.align__r {
  text-align: right !important;
}

.align__c {
  text-align: center !important;
}

.valign__t {
  vertical-align: top !important;
}

.valign__m {
  vertical-align: middle !important;
}

.valign__b {
  vertical-align: bottom !important;
}

/* margin */
.mg--xs {
  margin: 0.5em 0.7em !important;
}

.mg--sm {
  margin: 1em 1.2em !important;
}

.mg--md {
  margin: 2.5em 2.7em !important;
}

.mg--lg {
  margin: 4em 4.2em !important;
}

.mg--xl {
  margin: 6em 6.2em !important;
}

.mg__t--xs {
  margin-top: 0.5em !important;
}

.mg__t--sm {
  margin-top: 1em !important;
}

.mg__t--md {
  margin-top: 2.5em !important;
}

.mg__t--lg {
  margin-top: 4em !important;
}

.mg__t--xl {
  margin-top: 6em !important;
}

.mg__b--xs {
  margin-bottom: 0.5em !important;
}

.mg__b--sm {
  margin-bottom: 1em !important;
}

.mg__b--md {
  margin-bottom: 2.5em !important;
}

.mg__b--lg {
  margin-bottom: 4em !important;
}

.mg__b--xl {
  margin-bottom: 6em !important;
}

.mg__b--0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.mg__b--35 {
  margin-bottom: 35px !important;
}

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

.mg__b--45 {
  margin-bottom: 45px !important;
}

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

.mg__l--0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

.mg__l--35 {
  margin-left: 35px !important;
}

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

.mg__l--45 {
  margin-left: 45px !important;
}

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

.mg__w--0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

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

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

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

.mg__w--25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

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

.mg__w--35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mg__w--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mg__w--45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mg__w--50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mg__w--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mg__w--lead {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

/* padding */
.pd--xs {
  padding: 0.5em 0.7em !important;
}

.pd--sm {
  padding: 1em 1.2em !important;
}

.pd--md {
  padding: 2.5em 2.7em !important;
}

.pd--lg {
  padding: 4em 4.2em !important;
}

.pd--xl {
  padding: 6em 6.2em !important;
}

.pd__t--xs {
  padding-top: 0.5em !important;
}

.pd__t--sm {
  padding-top: 1em !important;
}

.pd__t--md {
  padding-top: 2.5em !important;
}

.pd__t--lg {
  padding-top: 4em !important;
}

.pd__t--xl {
  padding-top: 6em !important;
}

.pd__b--xs {
  padding-bottom: 0.5em !important;
}

.pd__b--sm {
  padding-bottom: 1em !important;
}

.pd__b--md {
  padding-bottom: 2.5em !important;
}

.pd__b--lg {
  padding-bottom: 4em !important;
}

.pd__b--xl {
  padding-bottom: 6em !important;
}

.pd__h--xs {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.pd__h--sm {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pd__h--md {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.pd__h--lg {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pd__h--xl {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

/* no */
.no--border {
  border: none !important;
}

.no--underline {
  text-decoration: none !important;
}

/* text */
.font--xs {
  font-size: 86% !important;
  line-height: 1.6em !important;
}

.font--sm {
  font-size: 93% !important;
  line-height: 1.6em !important;
}

.font--md {
  font-size: 100% !important;
}

.font--lg {
  font-size: 129% !important;
}

.font--xl {
  font-size: 143% !important;
}

.font--h1 {
  font-size: 185% !important;
}

.font--h2 {
  font-size: 165% !important;
}

.font--h3 {
  font-size: 143% !important;
}

.font--h4 {
  font-size: 122% !important;
}

.font--h5 {
  font-size: 100% !important;
}

.font--h6 {
  font-size: 100% !important;
}

.font--75 {
  font-size: 75%;
}

.font--80 {
  font-size: 80%;
}

.font--85 {
  font-size: 85%;
}

.font--90 {
  font-size: 90%;
}

.font--100 {
  font-size: 100%;
}

.font--110 {
  font-size: 110%;
}

.font--115 {
  font-size: 115%;
}

.font--120 {
  font-size: 120%;
}

.font--125 {
  font-size: 125%;
}

.font--130 {
  font-size: 130%;
}

.font--140 {
  font-size: 140%;
}

.font--150 {
  font-size: 150%;
}

.font--160 {
  font-size: 160%;
}

.font--170 {
  font-size: 170%;
}

.font--180 {
  font-size: 180%;
}

.font--190 {
  font-size: 190%;
}

.font--200 {
  font-size: 200%;
}

.font--gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font--mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
@media all and (-ms-high-contrast: none) {
  .font--mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    transform: rotate(0.03deg);
  }
}

.font--relate {
  font-size: 91%;
  line-height: 1.6em;
}

.weight--normal {
  font-weight: normal;
}

.weight--bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

/* border */
.border {
  border: 1px #ccc solid;
}

.border__t {
  border-top: 1px #ccc solid;
}

.border__b {
  border-bottom: 1px #ccc solid;
}

.border__h {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

.border__l {
  border-left: 1px #ccc solid;
}

.border__r {
  border-right: 1px #ccc solid;
}

.border__w {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}

.border--corporate {
  border-color: #6E3791;
}

.border--main {
  border-color: #6E3791;
}

.border--sub-dark {
  border-color: #E4C1DB;
}

.border--sub-light {
  border-color: #E4C1DB;
}

.border--neutral {
  border-color: #eee;
}

.radius--xs {
  border-radius: 3px;
}

.radius--sm {
  border-radius: 4px;
}

.radius--md {
  border-radius: 6px;
}

.radius--lg {
  border-radius: 10px;
}

.radius--xl {
  border-radius: 14px;
}

.idt1 {
  padding-left: 1em;
  text-indent: -1em;
}

.idt2 {
  padding-left: 2em;
  text-indent: -2em;
}

.idt3 {
  padding-left: 3em;
  text-indent: -3em;
}

/* #link */
/* アイコンの縦サイズは16pxで作成 */
.link {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}
.link:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}
.link--out {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
  padding-left: 1.5em;
}
.link--out:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}
.link--pdf {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}
.link--pdf:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}
.link--next {
  display: inline-block;
}
.link--next:after {
  color: #6E3791;
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}
.link--prev {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}
.link--prev:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}
.link--up {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}
.link--up:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}
.link--down {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}
.link--down:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}

.link--list {
  list-style: none;
  margin: 0 0 0 17px;
  padding: 0;
}
.link--list > li {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
  display: block;
}
.link--list > li:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}
.link--list > li.out {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
  padding-left: 1.5em;
}
.link--list > li.out:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}
.link--list > li.act {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
  padding-left: 0;
}
.link--list > li.act:before {
  position: absolute;
  left: 2px;
  top: center;
  color: #6E3791;
  content: "";
  font-family: FontAwesome;
}

/* #list */
.list {
  list-style: disc;
  margin-left: 30px;
  padding: 0;
}

.list--topline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--topline li {
  border-top: 1px #E6E6E6 solid;
  display: block;
  padding: 8px 10px;
  margin-bottom: 0;
}
.list--topline li.act {
  background-color: #E4C1DB;
}

.list--inline {
  list-style: none;
  letter-spacing: -.40em;
  /* 余白対策 */
  margin-left: -10px;
  padding-left: 0;
}
.list--inline li {
  display: inline-block;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  padding-left: 10px;
  padding-right: 10px;
}

.list--archive {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.list--archive:before, .list--archive:after {
  content: "";
  display: table;
}
.list--archive:after {
  clear: both;
}
.list--archive li {
  display: block;
  clear: both;
}
.list--archive li .list__date {
  float: left;
  width: 140px;
}
.list--archive li .list__text {
  margin-left: 140px;
}

.list--news {
  margin-bottom: 0;
}
.list--news:before, .list--news:after {
  content: "";
  display: table;
}
.list--news:after {
  clear: both;
}
.list--news li {
  display: block;
  clear: both;
}
.list--news li .list__date {
  float: left;
  width: 130px;
  padding-bottom: 0.5em;
}
.list--news li .list__label {
  float: left;
  width: 100px;
}
.list--news li .list__file {
  clear: left;
  float: right;
  width: 120px;
  font-size: 86%;
}
.list--news li .list__title {
  clear: left;
  padding-bottom: 0.5em;
}
.list--news li.pdf .list__title {
  margin-right: 130px;
}

@media screen and (min-width: 780px) {
  .list--news li .list__file {
    clear: none;
  }
  .list--news li .list__title {
    clear: none;
    margin-left: 240px;
  }
  .list--news li.pdf .list__title {
    margin-right: 130px;
  }
}
/* #media */
.media--news:before, .media--news:after {
  content: "";
  display: table;
}
.media--news:after {
  clear: both;
}
.media--news .media__image {
  float: left;
  width: 130px;
  line-height: 0;
}
.media--news .media__body {
  margin-left: 150px;
}
.media--news .media__body .date {
  font-size: 86%;
  color: #999;
}
.media--news .media__body {
  margin-left: 0;
  margin-bottom: 10px;
}

.media--news2 {
  margin: 0 0 20px;
  padding: 8px;
  border: 1px #ccc solid;
}
.media--news2 .media__body {
  margin-left: 0;
}
.media--news2 .media__body .category {
  color: #6E3791;
}
.media--news2 .media__body .more {
  text-align: right;
}
.media--news2 .media__body h4 {
  margin-bottom: 10px;
}
.media--news2 .media__body .body {
  background: url("../img/i_line-double.png") repeat-x left top;
  padding-top: 15px;
}

.media--books {
  padding-bottom: 20px;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 20px;
}
.media--books:before, .media--books:after {
  content: "";
  display: table;
}
.media--books:after {
  clear: both;
}
.media--books .media__image {
  float: left;
  width: 150;
  line-height: 0;
}
.media--books .media__body {
  margin-left: 170px;
}
.media--books .media__body .date {
  font-size: 86%;
  color: #999;
}
.media--books .media__image {
  max-width: none;
}
.media--books .media__body .title {
  font-size: 115%;
  font-weight: normal;
  color: #6E3791;
}
.media--books .media__body .info {
  font-size: 93%;
  font-weight: normal;
  color: #6E3791;
}
.media--books .media__body .url {
  margin-bottom: 20px;
}
.media--books .media__body .body {
  font-size: 93%;
}

.media--books-min {
  height: 300px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 20px;
  overflow: hidden;
}
.media--books-min .media__image {
  height: 150px;
  overflow: hidden;
  max-width: none;
  text-align: center;
}
.media--books-min .media__body .title {
  font-size: 93%;
  line-height: 1.4em;
  font-weight: normal;
}
.media--books-min .media__body .info {
  font-size: 79%;
  font-weight: normal;
  color: #6E3791;
}
.media--books-min .media__body .url {
  margin-bottom: 20px;
}
.media--books-min .media__body .body {
  font-size: 79%;
  line-height: 1.5em;
}

.media--books-relate {
  margin-bottom: 20px;
}
.media--books-relate:before, .media--books-relate:after {
  content: "";
  display: table;
}
.media--books-relate:after {
  clear: both;
}
.media--books-relate .media__image {
  float: left;
  width: 50px;
  max-width: none;
  text-align: center;
  padding-left: 5px;
}
.media--books-relate .media__image img {
  border: 1px solid #99c;
  padding: 1px;
}
.media--books-relate .media__body {
  margin-left: 70px;
}
.media--books-relate .media__body .title {
  font-size: 93%;
  line-height: 1.4em;
  font-weight: normal;
}

.nav {
  margin-bottom: 30px;
  font-size: 91.75%;
}
.nav .nav__header .nav__title {
  background: url(../img/i_icon01.png) no-repeat left 0.23em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  margin-bottom: 12px;
  padding-left: 15px;
  padding-bottom: 3px;
  border-bottom: 1px #6E3791 solid;
  font-size: 130%;
}
@media all and (-ms-high-contrast: none) {
  .nav .nav__header .nav__title {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    transform: rotate(0.03deg);
  }
}
.nav .nav__body .nav__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  line-height: 1.5em;
  list-style: none;
}
.nav .nav__body .nav__list li:before {
  position: absolute;
  left: 8px;
  top: 5px;
  display: block;
  width: 7px;
  height: 11px;
  content: '';
  background: url(../img/i_arw01.gif) no-repeat center center;
}
.nav .nav__body .nav__list2 > li {
  list-style: none;
  margin-bottom: 12px;
}
.nav .nav__body .nav__list2 > li > span {
  border-radius: 20px;
  position: relative;
  display: block;
  background: #EFE8DE;
  padding: 5px 8px 5px 25px;
}
.nav .nav__body .nav__list2 > li > span.act {
  background-color: #EDF25D;
}
.nav .nav__body .nav__list2 > li span a {
  padding: 1px 6px 2px 4px;
}
.nav .nav__body .nav__list2 > li span.act a {
  background-color: #EDF25D;
}
.nav .nav__body .nav__list2 > li span:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 11px;
  display: block;
  width: 7px;
  height: 11px;
  background: url(../img/i_arw01.gif) no-repeat center center;
}
.nav .nav__body .nav__list2 > li span.nopage:before {
  background: none;
}
.nav .nav__body .nav__list2 > li ul {
  margin-left: 24px;
  margin-top: 8px;
}
.nav .nav__body .nav__list2 > li ul li {
  margin-top: 5px;
  position: relative;
  display: block;
  padding-left: 12px;
}
.nav .nav__body .nav__list2 > li ul li span.act a:link {
  color: #AAA;
}
.nav .nav__body .nav__list2 > li ul li span:before {
  left: 0;
  top: 6px;
}
.nav .nav__body .nav__list2 > li ul li ul {
  margin-left: 10px;
  display: none;
}

/* ナビゲーションドロワー
 ------------------------------------------------------------------------------ */
/* ハンバーガーボタン */
.spMenu {
  width: 60px;
  height: 60px;
  right: 15px;
  top: 13px;
  position: absolute;
  cursor: pointer;
  background-color: #6E3791;
  border-radius: 5px;
}
.spMenu:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 850px) {
  .spMenu {
    display: none;
  }
}
.spMenu > .inr {
  position: relative;
}
.spMenu__bar1, .spMenu__bar2, .spMenu__bar3 {
  left: 10px;
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.2s ease-out;
}
.spMenu__bar1 {
  top: 10px;
}
.spMenu__bar2 {
  top: 20px;
}
.spMenu__bar3 {
  top: 30px;
}
.spMenu__txt {
  top: 42px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  opacity: 0.9;
}

.menuclick1 {
  top: 20px;
  transform: rotate(-45deg);
}

.menuclick2 {
  transform: scaleX(0.2);
  opacity: 0;
  transform-origin: center center;
}

.menuclick3 {
  top: 20px;
  transform: rotate(45deg);
}

/* アコーディオンメニュー */
.navigationDrawer {
  display: none;
  width: 100%;
  font-size: 110%;
  line-height: 1.3em;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10000;
}

.navigationDrawer ul {
  margin: 0;
  padding: 0;
}

.navigationDrawer ul li {
  display: block;
  width: 100%;
  position: relative;
}

.navigationDrawer ul li > ul {
  background-color: #f7fbed;
  border-top: #a0d8b8 1px solid;
  display: none;
}

.navigationDrawer ul li > ul > li {
  border-bottom: #a0d8b8 1px solid;
}

.navigationDrawer ul li > ul > li > ul {
  background-color: #fff;
  display: none;
}

.navigationDrawer ul li:last-child {
  border-bottom: none;
}

.navigationDrawer ul li a {
  display: block;
  padding: 15px 15px 15px 20px;
  margin-right: 60px;
  vertical-align: middle;
}

.navigationDrawer ul li a.ico {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navigationDrawer ul li a:hover {
  text-decoration: none;
}

.navigationDrawer ul li .cursor {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 30px;
  cursor: pointer;
}

.navigationDrawer ul li > ul > li a {
  padding-left: 40px;
  color: #24A031;
}

.navigationDrawer ul li > ul > li a:hover {
  color: #75dd4c;
}

.navigationDrawer ul li > ul > li > ul > li a {
  padding-left: 60px;
}

#glayLayer {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}

/* カラー設定 */
.navigationDrawer {
  background-color: #6E3791;
}

.navigationDrawer ul li {
  border-bottom: #d8b6ec 1px solid;
}

.navigationDrawer ul li:hover {
  background-color: #9254b6;
}

.navigationDrawer ul li a {
  color: #fff;
}

.navigationDrawer ul li a:hover {
  color: #fff;
}

/* メニューの右側にカーソルを表示させる場合 */
/*
.navigationDrawer ul li:before,.navigationDrawer ul li:after{
	content:'';
	height:2.5px; 
	width:10px; 
	display:block; 
	background:#FFF; 
	position:absolute; 
	top: 50%;
	right:20px;
	transform:rotate(45deg);
	transform-origin:right center;
}
.navigationDrawer ul li:before{ transform:rotate(-45deg); margin-top:-1px; }
*/
/* メニューの右側にカーソルを表示させる場合 ここまで */
/* #table */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  border: 1px #ccc solid;
  padding: 10px;
  background-color: #eee;
}
.table td {
  border: 1px #ccc solid;
  padding: 10px;
}

.table--list td:nth-child(1), .table--list th {
  position: relative;
  background: none;
}
.table--list td:nth-child(1):before, .table--list th:before {
  position: absolute;
  top: 0.3em;
  right: -0.3em;
  content: '：';
}
.table--list td {
  border: none;
}

.table--date tr {
  border-top: 1px #777 solid;
  border-bottom: 1px #999 solid;
}
.table--date tr td:nth-child(1) {
  width: 17%;
  padding: 9px 5px;
  vertical-align: top;
}
.table--date tr td:nth-child(2) {
  border-left: 1px #999 dotted;
  padding: 9px 0 9px 10px;
}

.table--noborder th, .table--noborder td {
  border: none;
}

/* #typography */
.pageTitle {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  border-bottom: 1px solid #6e3791;
  font-size: 185%;
  margin-bottom: 0.8em;
  padding-bottom: 1px;
  padding-top: 0;
}
@media all and (-ms-high-contrast: none) {
  .pageTitle {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    transform: rotate(0.03deg);
  }
}

@media print, screen and (min-width: 780px) {
  .rscPage .pageTitle,
  .grwPage .pageTitle {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.h1 {
  font-size: 185%;
}

.h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  background: url("/shared/img/bg_h3_left.png") no-repeat left center;
  font-size: 165%;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 0.7em;
}
@media all and (-ms-high-contrast: none) {
  .h2 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    transform: rotate(0.03deg);
  }
}

.h3 {
  font-size: 143%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin-bottom: 0.4em;
}

.h4 {
  font-size: 122%;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.h5 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0.6em;
}

.h2--light {
  font-weight: bold;
  font-size: 129%;
  padding: 8px 7px;
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.h--relate {
  font-size: 108%;
  font-weight: bold;
  padding: 3px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin-bottom: 1em;
}

/* BASIC */
body {
  font-size: 100.01%;
  background: url(../img/bg_container-sm.png) #fff8ef repeat-x left top;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 850px) {
  body {
    background: url(../img/bg_container-md.png) #fff8ef repeat-x left 40px;
  }
}
@media print, screen and (min-width: 980px) {
  body {
    background: url(../img/bg_container.png) #fff8ef no-repeat -60px top;
    background-position: center top;
  }
  body#index {
    background: url(../img/hd_bg.gif) #fff8ef no-repeat center 40px;
  }
}

#container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#header {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  min-width: 554px;
  height: 100px;
}
@media print, screen and (min-width: 850px) {
  #header {
    width: 770px;
    height: 235px;
  }
}
@media print, screen and (min-width: 980px) {
  #header {
    width: 920px;
    height: 275px;
  }
}
#header a img:hover {
  opacity: 0.6;
}
#header .siteTitle {
  position: absolute;
  left: 16px;
  top: 18px;
}
@media print, screen and (min-width: 850px) {
  #header .siteTitle {
    left: 4px;
    top: 59px;
  }
}
@media print, screen and (min-width: 980px) {
  #header .siteTitle {
    top: 64px;
  }
}
#header .aboutUs {
  display: none;
}
@media print, screen and (min-width: 850px) {
  #header .aboutUs {
    display: block;
    position: absolute;
    left: 420px;
    top: 54px;
    font-size: 93%;
    background: url(../img/hd_i_abt.png) no-repeat left center;
    padding-left: 24px;
  }
  #header .aboutUs a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 980px) {
  #header .aboutUs {
    top: 88px;
    left: 370px;
  }
}

@media print, screen and (min-width: 980px) {
  #index #header {
    height: 395px;
  }
  #index #header .siteTitle {
    left: 0;
    top: 157px;
  }
  #index #header .aboutUs {
    left: 396px;
    top: 172px;
  }
  #index #header #globalNav {
    top: 233px;
  }
}
#index #header .ishesMark {
  display: none;
}
@media print, screen and (min-width: 980px) {
  #index #header .ishesMark {
    display: block;
    position: absolute;
    left: 10px;
    top: 62px;
  }
}
#index #header .tagline {
  display: none;
}
@media print, screen and (min-width: 980px) {
  #index #header .tagline {
    display: block;
    position: absolute;
    right: 10px;
    top: 56px;
  }
}

#globalNav {
  display: none;
}
@media print, screen and (min-width: 850px) {
  #globalNav {
    display: block;
    position: absolute;
    left: -40px;
    top: 140px;
    width: 850px;
  }
}
@media print, screen and (min-width: 980px) {
  #globalNav {
    left: -22px;
  }
}
#globalNav ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#globalNav ul.globalNav02 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#globalNav li {
  display: table-cell;
  text-align: center;
  font-size: 93%;
  border-right: 1px #e4c1db solid;
}
#globalNav li:last-child {
  border: none;
}
#globalNav li a {
  color: #333;
  padding: 3px 8px;
  border-radius: 50px;
}
#globalNav li a:hover {
  color: #C119CC;
  text-decoration: none;
}
#globalNav li a.act {
  color: #6E3791;
  background-color: #edf25d;
}
#globalNav li.gnvRdg a {
  background-color: #efe8de;
  padding: 3px 12px;
}
#globalNav li.gnvRdg a:hover, #globalNav li.gnvRdg a.act {
  color: #6E3791;
  background-color: #edf25d;
}

.socialArea {
  display: none;
}
@media print, screen and (min-width: 850px) {
  .socialArea {
    display: block;
    position: absolute;
    top: 78px;
    right: 210px;
    font-size: 55%;
  }
  .socialArea a {
    color: #e4c1db;
    margin-right: 3px;
  }
  .socialArea .fa-twitter, .socialArea .fa-facebook, .socialArea .fa-youtube-play {
    color: #fff;
  }
}
@media print, screen and (min-width: 980px) {
  .socialArea {
    left: 578px;
    right: auto;
  }
}

.searchArea {
  display: none;
}
@media screen and (min-width: 850px) {
  .searchArea {
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
  }
}
@media screen and (min-width: 850px) and (min-width: 980px) {
  .searchArea {
    right: 12px;
  }
}
@media screen and (min-width: 850px) {
  .searchArea .txtFld1 {
    border: 0;
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 14px;
    color: #666;
    border: 1px #ccc solid;
    width: 167px;
    height: 29px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 20px;
  }
  .searchArea .txtFld1:focus {
    outline: none;
  }
  .searchArea input[type=submit] {
    position: absolute;
    top: 7px;
    left: 11px;
    font-family: FontAwesome;
    background: #fff;
    color: #6E3791;
    font-size: 16px;
    line-height: 1em;
    padding: 0 1px;
    border: none;
    cursor: pointer;
  }
}

#language {
  display: none;
}
@media print, screen and (min-width: 850px) {
  #language {
    display: block;
    font-size: 86%;
  }
  #language dl {
    margin: 0;
  }
  #language .langJp {
    position: absolute;
    right: 77px;
    top: 49px;
  }
}
@media print, screen and (min-width: 850px) and (min-width: 980px) {
  #language .langJp {
    right: 89px;
  }
}
@media print, screen and (min-width: 850px) {
  #language .langJp .fa-check-square {
    color: #c119cc;
    margin-right: 2px;
  }
  #language .langEn {
    position: absolute;
    right: 0;
    top: 49px;
  }
}
@media print, screen and (min-width: 850px) and (min-width: 980px) {
  #language .langEn {
    right: 12px;
  }
}
@media print, screen and (min-width: 850px) {
  #language .langEn .fa-square-o {
    color: #ccc;
    margin-right: 3px;
  }
}

#universalNav {
  display: none;
}
@media print, screen and (min-width: 850px) {
  #universalNav {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #572971;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
  }
}
@media print, screen and (min-width: 980px) {
  #universalNav {
    position: fixed;
  }
}
#universalNav > .inner {
  height: 40px;
  margin: 0 20px;
  position: relative;
  text-align: left;
}
@media print, screen and (min-width: 980px) {
  #universalNav > .inner {
    width: 960px;
    margin: 0 auto;
  }
}
#universalNav a {
  color: #FFF;
  font-size: 12px;
}
#universalNav .sites {
  position: absolute;
  left: 0;
  top: 6px;
  height: 30px;
}
#universalNav .sites dd {
  float: left;
  display: inline-block;
  line-height: 1em;
  background: url(../img/hd_i_unv_arw.png) no-repeat left 7px;
  padding: 4px 20px 0 14px;
  margin: 0;
}
#universalNav .information {
  position: absolute;
  right: 10px;
  top: 6px;
  height: 24px;
  border-left: 1px #8a6a9c solid;
  padding-top: 3px;
}
#universalNav .information dl dd {
  float: left;
  line-height: 1em;
  margin-left: 20px;
  padding: 0 0 4px;
  white-space: nowrap;
}
#universalNav .information dl dd .hidden--lg {
  display: none;
}
#universalNav .information dl dd .infoEs {
  background: url(../img/hd_i_unv_ico_es.png) no-repeat left top;
  width: 25px;
  height: 25px;
  display: block;
}
#universalNav .information dl dd .infoOrg {
  background: url(../img/hd_i_unv_ico_org.png) no-repeat left top;
  width: 25px;
  height: 25px;
  display: block;
}
@media print, screen and (min-width: 980px) {
  #universalNav .information dl dd .infoEs, #universalNav .information dl dd .infoOrg {
    width: auto;
    display: inline-block;
    padding-left: 25px;
  }
  #universalNav .information dl dd .hidden--lg {
    display: inline-block;
    padding-top: 3px;
  }
}

#contents {
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 980px) {
  #contents {
    position: relative;
    width: 960px;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
}

#ctsHeader {
  min-width: 554px;
  margin: 0 20px;
  height: 60px;
  position: relative;
}

@media print, screen and (min-width: 680px) {
  #ctsHeader {
    width: 640px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 980px) {
  #ctsHeader {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pageCategory, #grpTitle {
  position: absolute;
  right: 5px;
  top: -8px;
  margin: 10px 0 10px;
}
.pageCategory h2, #grpTitle h2 {
  display: inline-block;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: 150%;
  padding-left: 18px;
  padding-right: 18px;
}
@media all and (-ms-high-contrast: none) {
  .pageCategory h2, #grpTitle h2 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    transform: rotate(0.03deg);
  }
}
.pageCategory h2:before, #grpTitle h2:before {
  position: absolute;
  color: #6E3791;
  content: "{";
  font-size: 150%;
  left: 0;
  top: 2%;
}
.pageCategory h2:after, #grpTitle h2:after {
  position: absolute;
  color: #6E3791;
  content: "}";
  font-size: 150%;
  right: 0;
  top: 2%;
}

.breadcrumbs, #topicPath {
  display: none;
}

@media print, screen and (min-width: 980px) {
  .breadcrumbs, #topicPath {
    display: block;
    margin-top: 5px;
    width: 580px;
    background: url(../img/i_arw03.gif) no-repeat left top;
    padding-left: 20px;
    font-size: 75%;
    color: #000;
    line-height: 1.4em;
  }
}
/* primary共有 */
/*
#primary{
  margin:0;
  padding-left:0px;
  padding-right:0px;

  @media print, screen and (min-width: 500px) {
    padding-left:10px;
    padding-right:10px;
    width:100%;
    margin-left: auto;
    margin-right:auto;
  }
  @media print, screen and (min-width: 780px) {
    float:left;
  }
}
*/
#primary {
  min-width: 560px;
  margin-left: 20px;
  margin-right: 20px;
}
@media print, screen and (min-width: 680px) {
  #primary {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 980px) {
  #primary {
    float: left;
    /*
        &.primary--2col{
          width:640px;
        }
    */
  }
}
#primary .section {
  padding-bottom: 25px;
  overflow: hidden;
}
#primary .section .rptBase {
  margin: 0;
}
#primary .section .rptBase p {
  margin-bottom: 30px;
  line-height: 1.7em;
}

.entryDate {
  color: #808080;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 100%;
  font-style: italic;
  padding: 0 0 5px 3px;
}

.rscPage #primary,
.grwPage #primary {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
}
@media print, screen and (min-width: 680px) {
  .rscPage #primary,
  .grwPage #primary {
    width: 620px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 980px) {
  .rscPage #primary,
  .grwPage #primary {
    float: left;
  }
}

/* secondary共有 */
#secondary {
  min-width: 560px;
  margin: 20px 20px 0;
  padding-top: 20px;
  border-top: 1px #AAA dotted;
}
@media print, screen and (min-width: 680px) {
  #secondary {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  #secondary .rptBaseL {
    width: 47%;
    float: left;
  }
  #secondary .rptBaseR {
    width: 47%;
    float: right;
  }
}
@media print, screen and (min-width: 980px) {
  #secondary {
    min-width: 290px;
    width: 290px;
    float: right;
    margin-top: 0;
    padding-top: 0;
    border: none;
    /*
        &.secondary--2col{
          width:290px;
        }
    */
  }
  #secondary .rptBaseL {
    width: auto;
    float: none;
  }
  #secondary .rptBaseR {
    width: auto;
    float: none;
  }
}
#secondary #scQp, #secondary #scKwd, #secondary #scTkm {
  display: none;
}
@media print, screen and (min-width: 980px) {
  #secondary #scQp, #secondary #scKwd, #secondary #scTkm {
    display: block;
  }
}
#secondary .section {
  margin-bottom: 30px;
  overflow: hidden;
}
#secondary .more {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  font-size: 81.25%;
}
#secondary .more a {
  display: block;
  text-align: right;
  background: url(../img/i_arw02.gif) no-repeat right 1px;
  padding: 0 16px 4px 0;
}

#scQp {
  width: 386px;
  margin-left: -5px;
  margin-bottom: 25px;
  background: url(../img/secondary/sc_qp_bg.gif) no-repeat left top;
}
#scQp .inner {
  background: url(../img/secondary/sc_qp_bg_e.gif) no-repeat left bottom;
  padding-bottom: 15px;
}
#scQp .rptBase {
  margin: 4px 24px 0;
  background: url(../img/secondary/sc_qp_i_quote_f.gif) no-repeat left 52px;
}
#scQp h3 {
  text-align: left;
  padding-top: 4px;
  margin-bottom: 0;
}
#scQp p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-size: 15px;
  margin-top: 2px;
  margin-bottom: 0px;
  padding: 0 20px;
  line-height: 32px;
  background: url(../img/secondary/sc_qp_i_quote_e.gif) no-repeat right bottom;
}
#scQp p.author {
  text-align: right;
  padding: 0px;
  background: none;
}
#scQp .more {
  border: none;
  padding-top: 12px;
}

#footer {
  clear: both;
  width: 100%;
  min-width: 554px;
  background: #6E3791;
  text-align: center;
}
#footer .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 554px;
  text-align: left;
  background: url(../img/footer/ft_bg.gif) no-repeat 64px top;
}
@media print, screen and (min-width: 780px) {
  #footer .inner {
    width: 770px;
  }
}
@media print, screen and (min-width: 980px) {
  #footer .inner {
    width: 960px;
    height: 250px;
  }
}
#footer .ishesMark {
  position: absolute;
  left: 39px;
  top: 29px;
}
#footer .information {
  float: left;
  width: 170px;
  height: 120px;
  margin-top: 20px;
  margin-left: 140px;
  border-left: #8B51A4 1px solid;
  padding: 10px 0 0 20px;
}
@media print, screen and (min-width: 980px) {
  #footer .information {
    width: 160px;
    height: 160px;
  }
}
#footer .information h3 {
  margin-bottom: 5px;
}
#footer .information dl dd {
  padding: 0 20px 0 13px;
  margin-bottom: 8px;
  background: url(../img/footer/ft_inf_i_arw.gif) no-repeat left 5px;
  line-height: 1em;
}
#footer .information dl dd a {
  color: #FFF;
  font-size: 75.00%;
}
#footer .social {
  float: left;
  width: 170px;
  height: 120px;
  border-left: #8B51A4 1px solid;
  margin-top: 20px;
  padding: 10px 0 0 20px;
}
@media print, screen and (min-width: 980px) {
  #footer .social {
    width: 140px;
    height: 160px;
  }
}
#footer .social dl dd {
  line-height: 0;
  float: left;
  padding: 0 20px 0 0;
  margin-bottom: 8px;
}
#footer .company {
  clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 780px) {
  #footer .company {
    clear: none;
    text-align: left;
    float: left;
    width: 200px;
    height: 130px;
    margin-top: 20px;
    border-left: #8B51A4 1px solid;
    padding: 0;
  }
}
@media print, screen and (min-width: 980px) {
  #footer .company {
    width: 350px;
    height: 170px;
  }
}
#footer .company dl dd {
  display: inline-block;
  line-height: 0;
  margin-bottom: 8px;
  margin-left: 20px;
}
#footer .company dl dd a.logo {
  width: 83px;
}
@media print, screen and (min-width: 980px) {
  #footer .company dl dd a.logo {
    float: left;
  }
}
#footer .company dl dd p {
  display: none;
}
@media print, screen and (min-width: 980px) {
  #footer .company dl dd p {
    display: inline-block;
    margin-top: 20px;
    padding-left: 16px;
    background: url(../img/footer/ft_crp_i_lnk.gif) no-repeat left 4px;
    line-height: 1.1em;
  }
  #footer .company dl dd p a {
    color: #FFF;
    font-size: 75.00%;
  }
}
#footer .gramdesign {
  text-align: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 780px) {
  #footer .gramdesign {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 980px) {
  #footer .gramdesign {
    position: absolute;
    right: 0px;
    top: 195px;
    text-align: right;
  }
}
#footer .copyright {
  text-align: center;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 980px) {
  #footer .copyright {
    position: absolute;
    top: 225px;
    left: 14px;
  }
}
