@charset "utf-8";

/*
Theme Name: Armada PMマニュアルサイト
Theme URI: http://dev-manual.armada.graphe.ne.jp/
Description: Graphene Unified Armada PMマニュアルサイトです
*/

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

body {
  line-height: 1;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}
a.list-title{
  font-size: 1.3rem;
}

a:link{
  color: #723b68;/*595959*/
}
a:visited{
  color: #9e93b2;
}
a:hover{
  color: #723b68;/*9e93b2*/
  opacity: 0.5;
}

a[target="_blank"]::after{
  font-family: "FontAwesome";
  content: "\f08e";
  margin: 0 4px;
  font-weight: 600;
  font-size: 1.1em;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin-top: .5rem;
  padding: 0;
  /*border: 0;*/
  border-top: 1px solid #595959;/*ccc*/
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 14px;
}

body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #595959;/*000000*/
}
html,body{
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  height: 11rem;
  top: 0;
  z-index: 10000;
  background-color: #ffffff;
}

/*見出しを全て太字で表示 + 文字色をグレー*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #595959;/*000*/
}

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

/*#container {*/
/*  padding-top: 12.8rem;!*180px*!*/
/*  position: relative;!**!*/
/*  min-height: 100%;!**!*/
/*  !*!*height: auto !important;!**!*!*!*/
/*  !*height: 100%;!**!*!*/
/*  !*margin:0 auto 0 auto;*!*/
/*  !*!*height:300px;*!*!*/
/*  !*padding-bottom: 5rem;!**!*!*/
/*}*/


/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem;
}
.header-inner{
  overflow: hidden;
  vertical-align: middle;
  /*display: table;*/
}

.container {
  padding-top: 0rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-height: calc(100vh - 5.8rem);
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

.contents {
  float: left;/*left_right*/
  width: 75%;
  /*margin-left: 5%;*/
  /*margin-bottom: 16rem;!*※5*!*/
  margin-right: 5%;
  padding-top: 11rem;/*11*/
  overflow: auto;
  position: relative;
}

@media(max-height: 1080px){
  .contents{
    margin-bottom: 25rem;
  }
}
@media(max-height: 768px){
  .contents{
    margin-bottom: 15rem;
  }
}


.sidebar {
  float: left;/*left_right*/
  width: 20%;/*27*/
  padding-top: 11rem;/*11*/
}

.anchor {
  display: block;
  position: relative;
  margin-top: -11rem;
  padding-top: 11rem;
  visibility: hidden;
}

/*:target::before {*/
/*  content: "";*/
/*  display: block;*/
/*  height: 50px;*/
/*  margin-top: -50px;*/
/*}*/

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.site-title-img-wrap {
  text-align: left;
  display: inline-block;
  width: 50%;
  float: left;
}

/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title a img {
  display: inline-block;
  width: auto;
  height: 44px;
}

/*タイトルを文字列にする場合*/
/*.site-title a {*/
/*  font-size: 1.5rem;!*2.4*!*/
/*  font-weight: bold;*/
/*  line-height: 1;*/
/*  display: inline;!*inline-block*!*/
/*  text-decoration: none;*/
/*  color: #000;*/
/*}*/

/*検索：非表示*/
.screen-reader-text{
  display: none;
}

.header-inner {
  position: relative;
}

.navbutton {
  display: none;
}

.header-nav > .menu {
  overflow:hidden;
  list-style:none;
  margin: 0 auto;
  padding: 0;
  z-index: 20;
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  text-align: center;
}

.header-nav > .menu li {
  display: inline-block;
  padding: 1rem 0.75rem;/*26 10 20 10 1rem 0.75rem*/
  background-color: #9e93b2;
  max-width: 10rem;
  /*min-width: 9.5rem;*/
  min-width: calc(100vh / 7);
  /*max-width: 10rem;*/
  -webkit-box-flex: 1;
}

.header-nav-wrap {/*ul*/
  /*position: absolute;*/
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  /*margin-left: 230px;!*230*!*/
/*  !*タイトル分の余白をあけておく*!*/
  transform: translateY(-20%);/*50*/
}

.header-nav {
  font-size: 0;
  background-color: #9e93b2;
  color: #000;
  /*display: table;*/
  display: -webkit-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;/*80*/
  text-align: center;
  overflow:hidden;
  list-style:none;
}

.header-nav li {
  font-size: 1rem;/*1rem*/
  display: inline-block;
  /*margin-right: .4%;!*1rem*!*/
  min-width: 2%;/*50px3.5rem*/
}

.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #ffffff;
  width: 100%;/*100%*/
  padding: 0;/*10 0*/
}

.header-nav li:hover {/*a:*/
  background-color: #9e93b2;
  color: #000000;
}
.header-nav li a:hover {/*a:*/
  color: #000000;
}

/*現在のメニュー*/
.header-nav li.current-menu-item{
  background-color: #ffffff;
}

.header-nav li.current-menu-item a{
  color: #9e93b2;
}

/*.back{*/
/*  width: 100%;*/
/*  margin: 0px auto;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  overflow:hidden;*/
/*  list-style:none;*/
/*  z-index: 50;*/
/*  !*transform: translateY(70%);!*-50*!*!*/
/*  top: 125%;*/
/*  background-color: #ffffff;*/
/*}*/

.breadcrumbs {
  max-width: 1200px;/*1000px*/
  margin: 0px auto;
  /*padding: 0.25rem;*/
  /*display: inline-block;!*inline-block*!*/
  -webkit-box-pack: justify;
  position: relative;
  overflow:hidden;
  list-style:none;
  z-index: 50;
  /*transform: translateY(30%);!*-50*!*/
  /*top: 110%;*/
  left: 2.25rem;
}


/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
  background-color: #9e93b2;
  bottom: 0;
}

.footer-nav,
.copy {
  text-align: center;
}

.footer-nav {
  font-size: 0;
  margin-bottom: 3rem;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  opacity: .6;
}

.copy p {
  font-size: 1rem;
  color: #fff;
  margin: 1rem;
}

/*---------------------------------------------------------
サイドバー
---------------------------------------------------------*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.25rem;/*1.1*/
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: .5rem;
  color: #595959;/*000*/
  border-bottom: 4px solid #9e93b2;/*03162f*/
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_text ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_text li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: .5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_text a,
.widget_nav_menu a {
  text-decoration: none;
  color: #595959;/*333*/
}

.sidebar-wrapper a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: .5rem;
}

.widget_categories li a {
  font-size: .95rem;
  position: relative;
  display: block;
  padding: .9rem .6rem .9rem 2rem;
  color: #fff;
  background-color: #595959;/*03162f*/
}

.widget_categories li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '\f02b';
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: .5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #c1bbb8;/*415671*/
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: .9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '∟';
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: '▼';
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: .95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: .5rem;
  right: 1rem;
  content: '▼';
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #000000;/*333*/
}

.widget_nav_menu li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f105';
  transform: translateY(-50%);
  color: #03162f;
}


.widget_nav_menu.sidebar-wrapper > div > .menu {
  max-width: 600px;
}

.widget_nav_menu.sidebar-wrapper > div > .menu a {
  display: block;
  padding: .35rem 0.7rem;
  text-decoration: none;
  color: #000;
}

.widget_nav_menu.sidebar-wrapper > div > .menu a:hover {
  color: #ffffff;
  opacity: 100;
}

.widget_nav_menu.sidebar-wrapper > div > .menu ul {
  margin: 0;
  padding: 0;
  background :#9e93b2;/*f4f4f4*/
  list-style: none;
}

.widget_nav_menu.sidebar-wrapper > div > .menu li {
  display: block;
  /*margin: 0 0 4px 0;*/
  padding : .35rem 0.7rem;
  line-height: 1;
  color :#ffffff;
  background-color : #9e93b2;
  cursor :pointer;
}

.widget_nav_menu.sidebar-wrapper > div > .menu li a::before {
  /*display: none;*/
  /*content: '>';*/
  /*color: white;*/
  /*display: block;*/
  /*!*margin: 0 0 4px 0;*!*/
  /*padding : 0px 10px;*/
  /*line-height: 1;*/
  /*color :#fff;*/
  /*background : red;*/
  /*cursor :pointer;*/
}

.widget_nav_menu.sidebar-wrapper > div > .menu > li > .sub-menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.widget_nav_menu.sidebar-wrapper > div > .menu > li > .sub-menu > li {
  /*height: 0;*/
  /*overflow: hidden;*/
  /*-webkit-transition: all 0.5s;*/
  /*-moz-transition: all 0.5s;*/
  /*-ms-transition: all 0.5s;*/
  /*-o-transition: all 0.5s;*/
  /*transition: all 0.5s;*/
}

/*label {*/
/*  display: block;*/
/*  margin: 0 0 4px 0;*/
/*  padding : 15px;*/
/*  line-height: 1;*/
/*  color :#fff;*/
/*  background : green;*/
/*  cursor :pointer;*/
/*}*/

/*input.accordion {*/
/*  display: none;*/
/*}*/

/*.testmenu ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  background :#f4f4f4;*/
/*  list-style: none;*/
/*}*/

/*.testmenu li {*/
/*  height: 0;*/
/*  overflow: hidden;*/
/*  -webkit-transition: all 0.5s;*/
/*  -moz-transition: all 0.5s;*/
/*  -ms-transition: all 0.5s;*/
/*  -o-transition: all 0.5s;*/
/*  transition: all 0.5s;*/
/*}*/

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: 54px;
  opacity: 1;
}


ul.collapsing.categories.list2,
ul.children{
  list-style-type: square;
}





/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: .3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: .8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: .3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: .7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}

/*---------------------------------------------------------
記事一覧(loop)
---------------------------------------------------------*/
.archive-top h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
  border-bottom: solid 5px #9e93b2;/*03162f*/
  /*font-size: 1.6rem;*/
  /*margin-bottom: 1.5rem;*/
}

.archive-top p {
font-size: .875rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}

.article-list {
  margin-bottom: 0rem;/*1*/
  padding: 0.5rem 1rem;
  /*border: 1px solid #ddd;*/
}

.article-list:hover {
  background-color: #eee;
}

.article-list a {
  display: block;
  text-decoration: none;
  color: #723b68;/*333-723b68*/
}

.article-list a:hover {
  color: #723b68;/*333-723b68*/
}

.article-list a:visited {
  color: #9e93b2;/*333-723b68*/
}

.article-list a:after {
  display: block;
  clear: both;
  content: '';
}

/*.article-list .img-wrap {*/
/*  position: relative;*/
/*  float: left;*/
/*  line-height: 1;*/
/*}*/

/*.article-list .img-wrap img {*/
/*  width: 240px;*/
/*  height: 160px;*/
/*  object-fit: cover;*/
/*}*/

.article-list .cat-data {/*.img-wrap*/
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #9e93b2;/*#03162f-*/
}

.article-list .text {
  /*margin-left: 260px;*/
}

.article-list .text h2 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
  color: #723b68;
}

.more-link{
  font-size: .75rem;
}

.article-list .text .article-date,
.article-list .text .article-author {
  font-size: .75rem;/*75*/
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}

.article-list .article-date{
  font-size: .75rem;/*75*/
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}

.article-list .text .article-date {
  margin-right: .5rem;
}

.article-list .text .article-author i {
  margin-right: .3rem;
}

.article-list .text p {
  font-size: .8125rem;
  line-height: 1.7;
}


/*ページネーション*/
.pagination {
  /*margin-top: 1rem;*/
  /*margin-bottom: 2rem;*/
  /*margin-left: 0;*/
  /*margin-right: 0;*/
  margin: 2rem 0;
  text-align: center;
}

.pagination-nav {
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current,
.pagination a {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #918d83;/*ccc*/
}

.pagination ul li .prev,
.pagination ul li .next,
.pagination ul li .first,
.pagination ul li .last {
  border: 0;
}

.pagination ul li a {
  text-decoration: none;
  color: #595959;/*333*/
}

.pagination ul li a:hover {
  opacity: .6;
}

.pagination .current {
  color: #fff;
  background-color: #9e93b2;
}

/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.article-content {
  /*margin-bottom: 2rem;*/
  margin-bottom: 1rem;/*1rem*/
  margin-left: 1rem;
}

.article-content .article-info {
  margin-bottom: .5rem;
  line-height: 1.6;
}

.article-content .cat-data a {
  font-size: .6rem;
  /*margin-right: .5rem;*/
  margin-left: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #9e93b2;/*03162f*/
}

.article-content #news,
.article-content #setup,
.article-content #purpose,
.article-content #details,
.article-content #faq,
.article-content #glossary,
.article-content #tips {
  font-size: .6rem;
  font-weight: bold;
  margin-left: .5rem;
  padding: .1rem .3rem;
  text-decoration: none;
  color: #fff;
}

.article-content #news {
  background-color: #c17474;
}

.article-content #setup {
  background-color: #ffd4b2;
}

.article-content #purpose{
  background-color: #aacc99;
}

.article-content #details{
  background-color: #8c9ccc;
}

.article-content #faq{
  background-color: #e09db3;/*e0a8Bb*/
}

.article-content #glossary{
  background-color: #88beb2;
}

.article-content #tips{
  background-color: #89c3eb;
}

.article-content .cate {
  font-size: .6rem;
  font-weight: bold;
  margin-left: .5rem;
  padding: .1rem .3rem;
  text-decoration: none;
  color: #fff;
  background-color: #9e93b2;
}

.article-content .parent-cat a {
  font-size: .8rem;
  /*margin-right: .5rem;*/
  margin-left: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #723b68;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  color: #888;
  margin-left: .5rem;
  /*margin-right: .5rem;*/
}

.article-content .article-info .article-author i {
  /*margin-right: .3rem;*/
  margin-left: .3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}

.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.article-content h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
  border-bottom: solid 5px #9e93b2;/*03162f*/
}

.article-content h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: .4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #9e93b2;
}

.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #9e93b2;
  background: transparent;
}

.article-content h4 {
  font-size: 1.3rem;
  margin: .5rem 0 .5rem 0;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.article-content h4:before, .article-content h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #595959;
}

.article-content h4:before {
  left:0;
}
.article-content h4:after {
  right: 0;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: .6rem;
  vertical-align: middle;
  /*border: 1px solid #595959;!*ddd*!*/
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #595959;/*000*/
}

.article-tag ul li a:hover {
  opacity: .6;
}

.article-content .text p {
  font-size: .8125rem;
  line-height: 1.7;
  margin-bottom: 0.25rem;
}


/*---------------------------------------------------------
NEWSページ
---------------------------------------------------------*/
.article-news {
  /*margin-bottom: 2rem;*/
  /*margin-bottom: 1rem;*/
}

.article-news .article-info {
  margin-bottom: .5rem;
  display: inline-block;
}

.article-news .cat-data a {
  font-size: .8rem;
  /*margin-right: .5rem;*/
  margin-bottom: .2rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #9e93b2;/*03162f*/
  display: block;
  text-align: center;
}

.article-news .article-date{
  vertical-align: middle;
}

.article-news .article-date,
.article-news .text{
  font-size: .8rem;
  display: inline-block;
  color: #595959;
  /*margin-left: .5rem;*/
  /*margin-right: .5rem;*/
}

.article-news p,
.article-news b,
.article-news table,
/*.article-news ul,*/
.article-news ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-left: 0.5rem;
}

.article-news p,
.article-cnews table,
/*.article-news ul,*/
.article-news ol {
  margin-bottom: 2rem;
}

.article-news h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
  border-bottom: solid 5px #9e93b2;/*03162f*/
}

.article-news h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: .4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #9e93b2;
}

.article-news h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #9e93b2;
  background: transparent;
}

.article-news h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-news h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}

.article-news ul {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  list-style: disc;
}

.article-news ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-news .text p {
  font-size: .8125rem;
  line-height: 1.7;
  margin-bottom: 0.25rem;
}

.article-news .text {
  font-size: .8rem;
  line-height: 1.7;
  margin-bottom: 0.25rem;
}

.article-block1,
.article-block2,
.article-block3{
  display: inline-block;
  padding:  0.5rem;
  vertical-align: middle;
}

.article-block1{
  width: 15%;
  text-align: center;
}

.article-block2{
  width: 13%;
  text-align: center;
}

.row {
  margin:  0;
  padding:  0;
  list-style:  none;
  font-size: 0;
}


/*---------------------------------------------------------
検索窓
---------------------------------------------------------*/
.header-search {
  margin-top: 1rem;
  vertical-align: middle;
  width: 50%;
  display: inline-block;
}

.search-header{
  position: relative;
  box-sizing: border-box;
  border: 2px solid #9E93B2;
  display: block;
  padding: 0.3rem 0.5rem;
  border-radius: 0.2rem;
  height: 2.3em;
  width: 65%;/*25rem*/
  overflow: hidden;
  float: right;
}

#s{
  border: none;
  height: 1.5em;
  width: 85%;/*20rem*/
}

#s:focus {
  outline: 0;
}

#searchsubmit{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #9E93B2;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -5px;
  outline : none;
}


/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
.home-top .article-top .img-wrap img {
  width: 600px;
  height: 400px;
}

.home-top .article-top .text {
  margin-left: 630px;
}

.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
  color: #f00;
}

.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}

/*---------------------------------------------------------
1024px以下の時
---------------------------------------------------------*/
@media(max-width: 1024px) {
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }

  .home-top .article-top .text {
    margin-left: 440px;
  }
}

/*---------------------------------------------------------
800px以下の時
---------------------------------------------------------*/
@media(max-width: 800px) {
  header{
    height: 5rem;
  }

  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .contents {
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-top: 0;
    padding-top: 6rem;
  }

  .sidebar{
    padding-top: 0;
  }

  #header-search{
    display: none;
  }

  .breadcrumbs{
    display: none;
  }

  .anchor {
    display: block;
    position: relative;
    margin-top: -6rem;
    padding-top: 6rem;
    visibility: hidden;
  }
  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a img {
    height: 40px;
  }

  .navbutton {
    font-size: 2rem;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }

  .navbutton:focus {
    outline: 0;
  }

  .header-nav-wrap {
    z-index: 999;
    top: 6rem;/*86px*/
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    transform: none;
    background-color: #03162f;
  }

  .header-nav li {
    display: block;
    margin-right: 0;
  }

  .header-nav li a {
    position: relative;
    padding: .3% 1%;/*.8rem 1.25rem*/
    color: #fff;
    border-bottom: 1px solid #888;
  }

  .header-nav li a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1%;/*1.25rem*/
    display: block;
    content: '\f105';
    transform: translateY(-50%);
  }



  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
  .footer-nav {
    margin-bottom: 1.5rem;
  }

  .footer-nav ul {
    text-align: left;
  }

  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }

  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }

  /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/
  .home-top .article-top .img-wrap {
    float: none;
  }

  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }

  .home-top .article-top .text {
    margin-left: 0;
  }

  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}


/*---------------------------------------------------------
600px以下の時
---------------------------------------------------------*/
@media(max-width: 600px) {
  html {
    font-size: 14px;
  }

  header{
    height: 5rem;
  }

  .header-inner,
  .container,
  .footer-inner {
    padding: .8rem;
  }

  .container {
    margin-top: 5rem;
  }

  .contents {
    margin-bottom: 1rem;
    margin-left: 0%;
    margin-top: 0;
    padding-top: 0;
  }

  .anchor {
    display: block;
    position: relative;
    margin-top: -5rem;
    padding-top: 5rem;
    visibility: hidden;
  }
  /*---------------------------------------------------------
  ヘッダー @media
  ---------------------------------------------------------*/
  .site-title a {
    font-size: 2rem;
  }

  .site-title a img {
    width: 100%;
    height: auto;/*32px2.3rem*/
  }

  .navbutton {
    right: .8rem;
  }

  .header-nav-wrap {
    top: 4.4rem;/*62px*/
  }

  .header-nav li a {
    padding: .8rem;
  }

  .header-nav li a:after {
    right: .8rem;
  }

  .sidebar{
    padding-top: 0rem;
  }
  /*---------------------------------------------------------
  記事一覧 @media
  ---------------------------------------------------------*/
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    /*margin: 0 0 2rem;*/
    /*letter-spacing: 1px;*/
    /*border-bottom: solid 5px #03162f;*/
  }

  .archive-top p {
    font-size: .8125rem;
    margin-bottom: 1rem;
  }
  
  .article-list {
    padding: .5rem;
  }

  /*.article-list .img-wrap img {*/
  /*  width: 132px;*/
  /*  height: 88px;*/
  /*}*/

  .article-list .img-wrap .cat-data {
    font-size: .6rem;
  }

  .article-list .text {
    margin-left: 10rem;/*140px*/
    padding: 0;
  }

  .article-list .text h2 {
    font-size: .5rem;
    margin-bottom: 0;
  }

  .article-list .text p {
    display: none;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: .625rem;
    margin-bottom: 0;
  }

  .article-list .text .article-date {
    margin-right: .2rem;
  }

  /*---------------------------------------------------------
  投稿・固定ページ @media
  ---------------------------------------------------------*/
  .entry-title{
    border-bottom: solid 5px #9e93b2;/*03162f-3D3D3D*/
  }

  .entry-title,
  .article-content{
    margin-left: 0;
    /*margin-top: .6rem;*/
    /*padding-top: .6rem;*/
  }
  .article-content h1 {
    font-size: 1.6rem;
    margin: .8rem 0;
  }

  .article-content h2 {
    font-size: 1.4rem;
    margin: .8rem 0;
  }

  .article-content h3 {
    font-size: 1.3rem;
    margin: .8rem 0;
  }

  .article-content h4 {
    font-size: 1.2rem;
    margin: .8rem 0;
  }

}

/*---------------------------------------------------------
更新日アイコン
---------------------------------------------------------*/
.fa-refresh{
  font-family: FontAwesome;
  font-size: 1em;
  position: relative;
  /*position: absolute;*/
  top: 0;
  right: 0.2rem;
  /*margin-top: 10px;*/
  padding: 0;
  cursor: pointer;
  color: #9e93b2;/*6297f5*/
  border: none;
  background: transparent;
}


/*---------------------------------------------------------
画像
---------------------------------------------------------*/
.wp-block-column .wp-block-image{
  margin-bottom: 0;
}
figcaption{
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.wp-block-image figcaption{
  margin-bottom: 0;
}
/*---------------------------------------------------------
整形済みテキスト
---------------------------------------------------------*/
pre{
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  overflow-x: visible;
  white-space: pre-wrap;
}

.news_list{
  margin-top: 1rem;
}

.newMark {
  color: #ffffff;
  font-size: .75rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.5rem;
  background: #ff0000;
  margin-bottom: 0.4rem;
  display: inline-block;
  /*position: relative;*/
}

/* Responsive Menu */
/** {*/
/*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*  -moz-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*}*/

.kana{
  display: inline-block;
}

/*---------------------------------------------------------
目次用囲み
---------------------------------------------------------*/
/* シンプル 枠（影） */
.kakomi-box1 {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  border: 1px solid #c1bbb8; /* 枠線ccc */
  background-color: #fff; /* 背景色 */
  box-shadow: 1px 1px 2px #c1bbb8;/*ccc*/
}

/* メモ　クリップ　Ａ */
.kakomi-box2 {
  position: relative;
  margin: 2em auto;
  padding: 15px 35px 15px 25px;
  width: 90%; /* ボックス幅 */
  background-color: #fff; /* ボックス背景色 */
  color: #595959; /* 文章色 */
  border: 1px solid #c1bbb8; /* 枠線ccc */
  box-shadow: 1px 1px 1px #595959; /* 影の色acacac */
}
.kakomi-box2::before {
  position: absolute;
  content: '';
  top: -15px;
  right: 10px;
  height: 55px;
  width: 15px;
  border: 3px solid #9e93b2; /*クリップ色 */
  background-color: none;
  border-radius: 12px;
  box-shadow: 1px 1px 2px #999;
  transform: rotate(10deg);
  z-index: 1;
}
.kakomi-box2::after {
  position: absolute;
  content: '';
  top: 0px;
  width: 10px;
  right: 20px;
  border: solid 5px #fff; /*背景色と同じ色にする*/
  z-index: 2;
}

/* 目次 */
.kakomi-box3 {
  position: relative;
  margin: 2rem 0;
  padding: 0.5em 1em;
  border: solid 3px #9E93B2;
  border-radius: 8px;
}
.kakomi-box3 .box-title {
  position: absolute;
  display: inline-block;
  top: -1rem;/*13px*/
  left: 0.7rem;/*10px*/
  padding: 0 0.65rem;/*0 9px*/
  line-height: 1;
  font-size: 1.35rem;/*19px*/
  background: #FFF;
  color: #9E93B2;
  font-weight: bold;
}
.kakomi-box3 p {
  margin: 0;
  padding: 0;
}
.kakomi-box3 ul,
.kakomi-box3 ol {
  margin: 0.5rem 2rem;
}

/* ポイント */
.kakomi-box4 {
  position: relative;
  margin: 3em 0 2rem 0;
  padding: 0.5em 1em;
  border: solid .2rem #FFD4B2;
}
.kakomi-box4 .box-title {
  position: absolute;
  display: inline-block;
  top: -1.9rem;/*-27px*/
  left: -0.2rem;/*-3px*/
  padding: 0 .65rem;/*9px*/
  height: 1.8rem;/*25px*/
  line-height: 1.8rem;/*25px*/
  font-size: 1.25rem;/*17px*/
  background: #FFD4B2;
  color: #ffffff;
  font-weight: bold;
  border-radius: .35rem .35rem 0 0;/*5px 5px 0 0*/
}
.kakomi-box4 p{
  margin: 0;
  padding: 0;
}


/*---------------------------------------------------------
各種テーブル
---------------------------------------------------------*/
.table-normal,
.table-normal-stripe,
.table-normal-rowline{
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/*テーブル１*/
.table-normal table,
.table-normal td,
.table-normal th,
.table-normal-stripe table,
.table-normal-stripe td,
.table-normal-stripe th{
  border: solid 1px #595959;
}

.table-normal th,
.table-normal-stripe th,
.table-normal-rowline th{
  font-weight: bold;
  color: #ffffff;
  background-color: #9e93b2;
}

.table-normal th.center,
.table-normal td.center,
.table-normal-stripe th.center,
.table-normal-stripe td.center{
  text-align: center;
}

/*テーブル２*/
.table-normal-stripe tr.even{
  background-color: #E5E2EA;
}

/*テーブル3*/
.table-normal-rowline td,th{
  border-width: 1px 0px;
  border-style: solid;
}
.table-normal-rowline tr.even{
  background-color: #E5E2EA;
}

th .contract-type{
  font-size: .9rem;
}

/*テーブル4*/
.table-cross-line th{
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #9E93B2;
}
.table-cross-line tr.table-columns{
  border-bottom: solid 3px #595959;
  font-weight: bold;
  text-align: center;
}
.table-cross-line td.td-left{
  text-align: left;
  width: 43%;
}
.table-cross-line td{
  border-bottom: solid 1px #595959;
  text-align: center;
  width: 9.5%;
}
.table-cross-line td.ex_border,
.table-cross-line th.ex_border{
  border-right: 3px solid #595959;
}

/*rowに下線*/
td.bottom-row,
tr.bottom-row{
  border-bottom: solid #595959 1px;
}

/*TOPへ戻るボタン*/
#page_top{
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  right: 1rem;/*0*/
  bottom: 7rem;
  background: #9E93B2;
  opacity: 0.7;
  border-radius: 50%;/*角丸*/
}
#page_top a{
  position: relative;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 1.8rem;/*25px*/
  color: #fff;
  position: absolute;
  width: 1.8rem;/*25px*/
  height: 1.8rem;/*25px*/
  top: -0.35rem;/*-5px*/
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*最新記事リスト*/
.wp-block-latest-posts.wp-block-latest-posts__list > li{
  font-weight: bold;
  font-size: 0.9rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  margin-left: 1rem;
}



.drawer-nav {
  background: #9E93B2;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

.drawer-nav .drawer-menu-item {
  padding: 0;
}

.drawer-nav .drawer-menu-item > a {
  display: block;
  padding: 1rem 1rem 1rem 2.5rem;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.drawer--left.drawer-open .drawer-hamburger {
  right: 0;
}


.ynav {
  display: flex;
  height: 1rem;/*2rem*/
  margin: 0 auto;
  width: 90%;
}
.ynav > li {/*親階層のみ幅を25%にする*/
  width: 25%;
}
.ynav > li > ul {/*子階層を親階層と同じ幅にする*/
  width: 100%;
  margin-left: 0;
}
/*全てのリスト・リンク共通*/
.ynav li {
  list-style: none;
  position: relative;
}
.ynav li a {
  background: #9E93B2;
  /*border-right: 1px solid #ffffff;*/
  border-left: 1px solid #ffffff;
  color: #fff;
  display: block;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/*子階層以降共通*/
.ynav li li {
  height: 0;
  overflow: hidden;
  transition: .5s;/*動き*/
}
.ynav li li a {
  border-top: 1px solid #eee;
}
.ynav li:hover > ul > li {
  height: 2rem;
  overflow: visible;
}

h2.glossary{
  margin-bottom: 1rem;
}

/*タブ切り替え*/
h1.sp-tab__tab_title {
  border-bottom: none;
}

div.su-tabs{
  background-color: #9E93B2;
}

div.su-tabs-nav > span{
  color: #fff;
  font-weight: bold;
}
div.su-tabs-nav > span:hover{
  color: #9E93B2;
}

.su-tabs-nav span.su-tabs-current{
  color: #9E93B2;
}

/*スポイラー*/
div.su-spoiler-style-fancy{
  width:90%;
  margin: 0 auto;
}
div.su-spoiler-style-fancy > div.su-spoiler-title{
  background-color: #9E93B2;
  border-radius: 8px;
  font-size: 1rem;
  color: #fff;
  border-bottom: 1px solid #9E93B2;/*#E5E2EA*/
}
div.su-spoiler-style-fancy{
  border: 1px solid #9E93B2;
}
div > div.su-spoiler-title{
  font-size: 1rem;
}
div > div.su-spoiler-content{
  padding: 1rem;
}

.search-highlight {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*メニューカルーセル*/
div.su-image-carousel button.flickity-prev-next-button.previous {
  left: 1.4rem;/*20px*/
}

div.su-image-carousel{
  margin-bottom: 10%;
}

/*captionの表示設定*/
div.su-image-carousel .su-image-carousel-item-content:hover .su-image-carousel-caption{
  opacity: 0.95;
}
div.su-image-carousel .su-image-carousel-item-content .su-image-carousel-caption{
  position: absolute;
  top: 30%;
  bottom: auto;/*4px*/
  display: block;
  padding: .28rem .28rem;/*2px 4px*/
  font-size: .95rem;/*12px*/
  color: #fff;
  background: #9E93B2;/*#000*/
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/*画像タイトル*/
div.su-image-carousel .su-image-carousel-item-content .su-image-carousel-title{
  position: absolute;
  left: .5rem;/*4px*/
  bottom: .28rem;/*4px*/
  right: .5rem;/*4px*/
  display: block;
  padding: .28rem .28rem;/*2px 4px*/
  font-size: 1.25rem;/*12px*/
  color: #fff;
  text-align: center;
  background: #9E93B2;/*#000*/
  line-height: 1.3;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/*ドット表示*/
div.su-image-carousel > ol.flickity-page-dots{
  top: 115%;
  opacity: 1;
}
div.su-image-carousel > ol.flickity-page-dots > li.dot{
  border: 1px solid #ccc;
  background: #fff;
  opacity: 0.5;
}
div.su-image-carousel > ol.flickity-page-dots > li.dot::before{
  opacity: 1;
  background: #9E93B2;
}

/*ボタン位置*/
div.su-image-carousel button.flickity-prev-next-button.previous{
  left: -10%;
  opacity: 0.7;
  border: 1px solid #ccc;
}
div.su-image-carousel button.flickity-prev-next-button.next{
  right: -10%;
  opacity: 0.7;
  border: 1px solid #ccc;
}
button.flickity-prev-next-button {
  width: 20% ;
}
svg.flickity-button-icon {
  width : 100% ;
  color: #9E93B2;
  /*padding-top : 100% ;*/
}

@media(max-width: 1000px) {
  div.su-image-carousel .su-image-carousel-item-content .su-image-carousel-title{
    font-size: 1rem;
  }
}

@media(max-width: 768px) {
  div.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item{
    width: 31.4%!important;
  }
  div.su-image-carousel .su-image-carousel-item-content .su-image-carousel-title{
    font-size: .9rem;
  }
  div.su-image-carousel button.flickity-prev-next-button {
    width: 2rem;
    height: 2rem;
  }
  div.su-image-carousel > ol.flickity-page-dots{
    top: 115%;
    opacity: 1;
  }
}
@media(max-width: 600px) {
  div.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item{
    width: 45%!important;
  }
  div.su-image-carousel .su-image-carousel-item-content .su-image-carousel-title{
    font-size: .7rem;
  }
  div.su-image-carousel button.flickity-prev-next-button {
    width: 2rem;
    height: 2rem;
  }
  div.su-image-carousel > ol.flickity-page-dots > li.dot{
    width: 1rem;
    height: 1rem;
  }
  div.su-image-carousel > ol.flickity-page-dots > li.dot::before{
    width: .5rem;
    height: .5rem;
  }
}


/*!* external css: flickity.css *!*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery {
  background: #fff;
  margin-bottom: 3rem;
  width: 100%;
  position: absolute;
}

.gallery-cell {
  max-width: 156px;
  width: 25%;
  /*height: 180px;*/
  margin-right: 1rem;/*10px*/
  background: #fff;
  counter-increment: gallery-cell;
  position: relative;
  margin-bottom: 0.5rem;/*30px*/
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 10px 0 rgba(193, 187, 184, 1);
}

img.image_carousel{
  margin-bottom: .5rem;
}

.image_carousel_link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
  text-decoration: none;
  border: none;
  border-radius: 0;
}
/*captionの表示設定*/
span.image-carousel-caption {
  opacity: 0.95;
}
div.gallery-cell:hover span.image-carousel-caption {
  opacity: 0.9;
}
span.image-carousel-caption {
  position: absolute;
  top: 25%;
  bottom: auto;/*4px*/
  display: block;
  /*margin: 0 .5rem;*/
  padding: .28rem .28rem;/*2px 4px*/
  font-size: .95rem;/*12px*/
  color: #fff;
  background: #9E93B2;/*#000*/
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;/*250px*/
  left: 0;
  right: 0;
  align-items: center;
  text-align: center;
}

/*画像タイトル*/
span.image-carousel-title {
  position: absolute;
  width: 100%;
  bottom: 0;/*4px.28rem*/
  right: 0;/*4px.5rem*/
  left: 0;/*4px.5rem*/
  display: block;
  padding: .28rem 0;
  /*padding: .28rem .28rem;!*2px 4px*!*/
  font-size: 1.25rem;/*12px*/
  color: #fff;
  text-align: center;
  background: #9E93B2;/*#000*/
  line-height: 1.3;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.flickity-viewport{
  min-height: 180px;
}

/*ドット表示*/
div.gallery > ol.flickity-page-dots{
  top: 105%;
  opacity: 1;
  position: absolute;
  margin-left: 0;
}
div.gallery > ol.flickity-page-dots > li.dot{
  border: 1px solid #ccc;
  background: #fff;
  opacity: 0.5;
  display: inline-block;
  width: 1rem;/*10px*/
  height: 1rem;/*10px*/
}
div.gallery > ol.flickity-page-dots > li.dot::before{
  opacity: 1;
  background: #9E93B2;
}

div.gallery > ol.flickity-page-dots > li.dot.is-selected{
  display: inline-block;
  opacity: 1;
  background: #9E93B2;/*#9E93B2*/
}

div.gallery > ol.flickity-page-dots > li.dot.is-selected::before{
  display: block;
  opacity: 1;
}

button.flickity-prev-next-button > svg > path.arrow{
  fill: #9E93B2;
}



button.flickity-prev-next-button.previous {
  left: 0;
}
button.flickity-prev-next-button.next {
  right: 0;/*20px*/
}

button.flickity-prev-next-button {
  width: 3rem;/*10%*/
  height: 3rem;
  border: .5px solid #C1BBB8;
}

@media(max-width: 1000px) {
  span.image-carousel-title{
    font-size: 1rem;
  }
}

@media(max-width: 768px) {
  /*.gallery-cell{*/
  /*  width: 31.4%!important;*/
  /*}*/
  span.image-carousel-title{
    font-size: .9rem;
  }
  button.flickity-prev-next-button {
    width: 2rem;
    height: 2rem;
  }
  div.gallery > ol.flickity-page-dots{
    /*top: 115%;*/
    /*opacity: 1;*/
  }
}
@media(max-width: 600px) {
  /*.gallery-cell{*/
  /*  width: 45%!important;*/
  /*}*/
  /*span.image-carousel-title{*/
  /*  font-size: .7rem;*/
  /*}*/
  button.flickity-prev-next-button {
    width: 2rem;
    height: 2rem;
  }
  div.gallery >  ol.flickity-page-dots > li.dot{
    width: 1rem;
    height: 1rem;
  }
  div.gallery >  ol.flickity-page-dots > li.dot::before{
    width: .5rem;
    height: .5rem;
  }
}

.cat-post-item {
  border-bottom: none !important;
}

/*#category-posts-2-internal .cat-post-title{*/
ul#category-posts-2-internal .cat-post-title{
  font-size: 100%;
}


div.wp-block-file > a.wp-block-file__button{
  background: #9E93B2;
}


/*ページセクション用*/
.content-section{
  display: block;
  position: relative;
  margin-top: -5rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

ul.c-pagePositionNav-list{
  list-style: none;
  margin: 0;
}

.c-pagePositionNav {
  position: fixed;
  left: 0;
  top: 11rem;/*50%*/
  z-index: 1000;
}

/*通常メニュー時*/
.c-pagePositionNav-list-item {
  margin-top: .2rem;/*20px*/
  margin-bottom: .5rem;
  background: #fff;/*#9E93B2*/
  opacity: 1;
  padding: .2rem .3rem .3rem 1.3rem;/*10px*/
  border-radius: 0 .8rem .8rem 0;
  font-size: .6rem;
  width: calc(100vw - 100%);
  max-width: 8rem;
  height: calc((100vh - 10rem - 5rem) / 15);
  max-height: 3rem;
  border: 1px solid #9E93B2;
  transform: translateX(-1rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-height: 800px){
  .c-pagePositionNav-list-item{
    height: calc(1rem + .8rem);
    max-height: calc(100% + (1366px - 100vw));
  }
}

@media(max-width: 1365px){
  .c-pagePositionNav-list-item{
    min-width: calc(1rem + 1.5rem);
    max-width: calc(8rem - ((1366px - 100vw) / 2));
  }
}

/*メニューホバー時*/
.c-pagePositionNav-list-item:hover {
  text-decoration: none;
  background: #fff;
  transform: translateX(-0.5rem);
  max-width: 100%;
}
.c-pagePositionNav-list-item:hover .c-pagePositionNav-list-item__text{
  color: #9E93B2;
}

/*セクション内のメニュー時*/
.c-pagePositionNav-list-item.is-current{
  background: #9E93B2;
}
.c-pagePositionNav-list-item.is-current .c-pagePositionNav-list-item__text{
  color: #fff;
}
/*セクション内かつホバー時*/
.c-pagePositionNav-list-item.is-current:hover{
  background: #9E93B2;
  transform: translateX(-0.5rem);
  max-width: 100%;
}
.c-pagePositionNav-list-item.is-current:hover .c-pagePositionNav-list-item__text{
  color: #fff;
}


.c-pagePositionNav-list-item__inner {
  display: block;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  left: 0;
}

/*リンクの別設定*/
a.c-pagePositionNav-list-item__inner{
  opacity: 1;
}

/*テキスト*/
.c-pagePositionNav-list-item__text {
  color: #9E93B2;
  font-size: .8rem;/*16px*/
  text-align: left;
  font-weight: normal;
}

/*800px以下は非表示にする*/
@media(max-width: 800px) {
  .c-pagePositionNav{
    display: none;
  }
}



/* === テーブル表示するエリア ============= */
#tableArea {
  position   : relative;
  width      : 100%;
  /*max-width  : 450px;*/
  height     : 500px;
  margin     : auto;
  overflow   : hidden;
  background : #ffffff;
}
/* === スクロールバー ===================== */
#tableArea .sBar{
  /* 共通     */
  box-sizing : border-box;
  position   : absolute;
  background : #ffffff;
  border     : 1px solid #9E93B2;
}
.sBar#sNone{                    /* 右下：空 */
  width      : 1.43rem;
  height     : 1.43rem;
  bottom     : 0;
  right      : 0;
  background : #fff;
  border     : none;
}
.sBar#sUP{                      /* 上下：上 */
  width      : 1.43rem;
  top        : 0;
  right      : 0;
  height     : 1.78rem;
  border-bottom-width : .35rem;
}
.sBar#sDOWN{                    /* 上下：下 */
  width      : 1.43rem;
  top        : 0;
  bottom     : 1.43rem;
  right      : 0;
}
.sBar#sLEFT{                    /* 左右：左 */
  height     : 1.43rem;
  bottom     : 0;
  left       : 0;
  width      : 1.78rem;
  border-right-width : .35rem;
}
.sBar#sRIGHT{                   /* 左右：右 */
  height     : 1.43rem;
  bottom     : 0;
  right      : 1.43rem;
  left       : 1.43rem;
}
/* === スクロールの三角マーク位置合わせ === */
.sImg{                          /* 共通     */
  display    : block;
  position   : absolute;
  width      : .7rem;
  height     : .7rem;
}
.sImg#iUP{                      /* 上下：上 */
  top        : .35rem;
  right      : .35rem;
}
.sImg#iDOWN{                    /* 上下：下 */
  bottom     : 1.78rem;
  right      : .35rem;
}
.sImg#iLEFT{                    /* 左右：左 */
  bottom     : .35rem;
  left       : .35rem;
}
.sImg#iRIGHT{                   /* 左右：右 */
  bottom     : .35rem;
  right      : 1.78rem;
}
/* --- （参考）表示テーブルのスタイル指定 ------- */
#ContractTable {
  border-collapse: collapse;
  border-spacing : 0;
  font-size      : .8rem;
}
/* --- ヘッダーのスタイル指定 ------------------- */
#ContractTable th {
  text-align    : center;
  font-weight   : bold;
  padding       : 6px 5px;
  border        : 1px #595959 solid;
  background    : #9E93B2;
  white-space   : nowrap;
}
/* --- 明細のスタイル指定 ----------------------- */
#ContractTable td {
  text-align    : center;
  padding       : 3px 5px;
  border        : 1px #595959 solid;
  white-space   : nowrap;
}
/* --- 左揃え ----------------------- */
#ContractTable td.left-align {
  text-align    : left;
  overflow-wrap: break-word;
}
/* --- 明細のｎ行スタイル指定 ------------------- */
#ContractTable tr.mypage {
  background    : #E5E2EA;
}


/* === フィルタボタン ============================ */
.tfArea{
  display    : inline-block;
  position   : relative;
}
.tfImg{
  display    : inline-block;
  width      : 1.2rem;/*8px*/
  height     : 1.2rem;/*8px*/
  background : #fff;
  border     : 1px solid #777;
  margin     : 1px 3px;
  padding    : 3px;
  cursor     : pointer;
  border-radius: 50%;
  line-height: 100px;
}
.filter-btn{
  color: #fff;
  background-color: #9E93B2;
  border: none;
}

/* === フィルタボタン（カーソルオーバー時）======= */
.tfImg:hover{
  background : #FFD700;
}
/* === フィルタボタン内の画像色（SVG）============ */
.tfImg path{
  fill       : #777;
  width: .8rem;
  height: .8rem;
}
/* === フィルタリスト ============================ */
.tfList{
  display    : inline-block;
  position   : absolute;
  max-width  : 250px;
  min-width  : 140px;
  background : #fff;
  border     : 1px solid #777;
  top        : 3rem;
  left       : 0;
  line-height: 1.1;
  font-weight: normal;
}
/* === フィルタリスト内のform ==================== */
.tfList form{
  max-height : 150px;
  overflow   : scroll;
  overflow   : overflow-y;
  overflow   : auto;
  z-index: 20;
}
/* === フィルタリスト内のチェックボックス ======== */
.tfMeisai{
  text-align : left;
  padding    : 2px;
}
/* === フィルタリスト内の文字位置合わせ ========== */
.tfMeisai label{
  padding    : 0 10px 0 3px;
  color: #595959;
}
/* === OK/CANCELボタン =========================== */
.tfBtnArea{
  text-align : center;
  font-size  : .7rem;/*8pt*/
  padding    : 3px 5px;
}
.tfBtnArea input{
  display    : inline-block;
  margin     : 0 5px;
}
/* === 含むボタンの入力エリア ==================== */
.tfInStr{
  padding    : 5px 3px;
  border-top : 1px solid #999;
  border-bottom: 1px solid #999;
}
.tfInStr input{
  box-sizing : border-box;
  width      : 100%;
  padding    : 1px 3px;
  font-weight: normal;
  font-size  : 95%;
  border     : 1px solid #ccc;
}
 /*=== フィルタ非表示 ============================ */
#ContractTable tr[cmanFilterNone]{
  display    : none;
}
/* === フィルタ非表示行と次行の間を二重線にする == */
#ContractTable tr[cmanFilterNone] + tr td{
  border-top : 3px double #777;
}

/*.symbol-mark{*/
/*  font-size: 1.5rem;*/
/*  font-weight: bold;*/
/*}*/


#accordion a{
  padding-left: .3rem;
  color: #723b68;
}
#accordion a:visited{
  color: #9E93B2;
}
#accordion ul,li {
  list-style: none;
}
#accordion li::before {
  content: '≫';
  font-size: .9rem;
}

details[open] summary::marker {
  font-family: "Font Awesome 5 Free";
  content: '\f146';
  font-size: .8rem;
}
summary::marker{
  font-family: "Font Awesome 5 Free";
  content: '\f0fe';
  font-size: .8rem;
}
.category-list{
  padding-left: 2em;
  text-indent: -1em;
}
.category-list li{
  margin:0;
}

details[open] .details-content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    /*transform: translateY(-10px); !* 上から表示 *!*/
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
/*     font-size: .8em; */
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}
.wp-block-file:not(.wp-element-button){
	font-size: .8em;
}
.file-download > a:not(.wp-element-button){
	font-size: 1rem
}

div.widget_block > h2 {
    font-size: 1.25rem;
    box-sizing: border-box;
    margin: 0 0 1.2rem;
    padding: 0.5rem;
    color: #595959;
    border-bottom: 4px solid #9e93b2;
}

/* 次へボックス */
div.nextbox {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #9e93b2;
	border-radius: 8px;
	width:65%;
}
div.nextbox > span {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #9e93b2;
	font-weight: bold;
}
div.nextbox > p {
	margin:1%;
	padding:1%;
	color: #723b68;
}

/* 関連記事 */
div.yarpp yarpp-related yarpp-related-widget yarpp-template-list > ol,ul,li{
  list-style: none;
}

.yarpp_box {
  margin: 3rem 0;
  border: solid 2px #9e93b2;
}

.yarpp_box > p{
  background-color: #9e93b2;
  font-size: 1.2em;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

abbr{
  display: none
}

/*  faqアコーディオンメニュー  */
.accordion {
  margin-bottom: 7px;
  border: 2px solid #9e93b2;
  border-radius: 5px;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #595959;
  font-weight: 600;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #595959;
  border-right: 3px solid #595959;
  content: '';
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion ul {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #595959;
  transition: transform .5s, opacity .5s;
}

.accordion[open] ul {
  transform: none;
  opacity: 1;
}

.accordion li {
  padding-left: 2em;
}

.accordion a {
  font-size: 1rem;
}