/*---------------------------------

basic
メインカラー #1B67A4
サブカラー #77A4C9

---------------------------------*/
/*リンク*/
a{
  color: #1B67A4;
}

/*---------------------------------

共通パーツ

---------------------------------*/
/*見出し・テキストエディタ内の見出し*/
.sw-Heading,
.doc-PostContent h2{
  margin-bottom: 2.15em;
  border-top: 4px solid #113463;
  padding-top: .5em;
  color: #113463;
}

/*見出し*/
.sw-Heading2_Title,
.doc-PostContent h3{
  margin-bottom: 1.25em;
  color: #113463;
  padding-bottom: .5em;
  border-bottom: 2px solid #113463;
}

.doc-PostContent h4{

}

.sw-Block + .sw-Block {
  margin-top: 1.5em;
}

/*ボタン*/
.sw-Button{
  color: #fff;
  border-color: #EE834C;
  background: #EE834C;
  padding: 1.1em 2.3em;
  font-size: 110%;
  font-weight: bold;
}

.sw-Button:after{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-display: auto;
  content: '\f138';
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.sw-Button-outline{
  border-color: #EE834C;
  color: #EE834C;
}

@media (min-width: 600px){
  .sw-Button{
    min-width: 320px;  
  }
}
/* テキストエディタ内 */


/*---------------------------------

共通部分：ヘッダー

---------------------------------*/


/*---------------------------------

共通部分：その他

---------------------------------*/
/*下層ページタイトル*/
.hero-Sub{
  background: #71ACE5;
}

/*パンくず*/
.doc-Breadcrumbs_Item a{
  color: #1B67A4;
}


/*---------------------------------

投稿

---------------------------------*/

/*ページネーション*/
.post-Pagenation_Item > .page-numbers{
  border-color: #1B67A4;
  background: #1B67A4;
  color: #FFFFFF;
}

.post-Pagenation_Item > .current{
  color: #1B67A4;
}

/* 投稿一覧 カテゴリー */
.tt-ListMedia_Category,
.tt-ListMedia2_Category,
.tt-ListCard2_Category,
.tt-ListCard_Category{
  color: #1B67A4;
}

/* 投稿一覧 NEWアイコン */
.tt-ListSimple-new .tt-ListSimple_Title:before,
.tt-ListSimple-new .tt-ListSimple_Meta:after,
.tt-ListMedia-new .tt-ListMedia_Meta:after,
.tt-ListMedia2-new .tt-ListMedia2_Meta:after,
.tt-ListCard-new:before,
.tt-ListCard2-new .tt-ListCard2_ImageWrapper:before{
  background: #1B67A4;
}

.tt-Sub_Block ul li{
  border-width: 2px;
}
/*---------------------------------

コンテンツ

---------------------------------*/

/* ピックアップ・ポイント */
/*番号付き*/
.tt-PickUp_Number{
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  color: #FFFFFF;
  background: #1B67A4;
}

/* パネル */
.tt-Panel_Title:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #1B67A4 transparent transparent transparent;
}

/* よくある質問 */
.tt-FAQ_Item dt:before{
  width: 2em;
  height: 2em;
  background: #1B67A4;
  color: #FFFFFF;
  line-height: 2;
}

.tt-FAQ_Item dd:before{
  width: 2em;
  height: 2em;
  background: #AAA9A9;
  line-height: 2;
  color: #FFFFFF;
}

.tt-FAQ_Item dd{
  color: #1B67A4;
}

.tt-Data th{
  background: #F8F8F8;  
}

.tt-Data td, .tt-Data th{
  border-width: 2px;
}

@media (min-width: 900px){
 .tt-Data th{
    box-sizing: border-box;
    width: 26%;
    background: transparent;
  } 
}

/*---------------------------------

その他

---------------------------------*/
.doc-PostContent table,
.mce-content-body table{
  border: 0;
  border-top: 2px solid #F2F2F2;
}
.doc-PostContent table th,
.mce-content-body table th{
  border: 0;
  border-right: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
  background: #F8F8F8;
}

.doc-PostContent table th:last-child,
.mce-content-body table th:last-child{
  border-right: 0;
}

.doc-PostContent table td,
.mce-content-body table td{
  border: 0;
  border-right: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
}

.doc-PostContent table td:last-child,
.mce-content-body table td:last-child{
  border-right: 0;
}

.js-scrollable{
      min-height: 82px;
}

.js-scrollable table{
  margin-top: 0 !important;
  
}

.scroll-hint-icon{
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.js-scrollable table td:first-child,
.js-scrollable table th:first-child{
    white-space: nowrap;
}

@media (max-width: 600px){
  .js-scrollable table td,
  .js-scrollable table th{
    white-space: nowrap;
  }
}

.tt-ListSimple_Category-news{
  border-color: #509AE1 !important;
}

.tt-ListSimple_Category-event{
  border-color: #8EC44E !important;
}

.tt-ListSimple_Category-job-listings{
  border-color: #EE834C !important;
}

.page-item-1216 .children{
  display: none;
}



table.table-half{
    width:50%;
  }
@media (max-width: 600px){
  table.table-half{
    width:100%;
  }
}

.doc-InformationUnit_Content{
  text-align: left;
}

.doc-InformationUnit_Content .small{
  font-size: 80%;
}

.doc-InformationUnit_Content br.pc{
  display: block !important;
}
.ssh-Information_Item .doc-Information_Item{
  align-items: center;
}
.doc-InformationUnit-sinryo .doc-InformationUnit_Title{
  align-self: flex-start;
}

.ssh-Information_Item .doc-InformationUnit_Content p{
  line-height: 1.4;
}

.ssh-Information_Item.ssh-Tel{
  align-self: flex-start;
}

