/**
 * ページ全体
 */
html {
  min-height: 100%; /* footerを下部に固定するために必要 */
  position: relative; /* footerを下部に固定するために必要 */
}
body {
  background-color: #fff;
  color: #000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 130px; /* footerを下部に固定するために必要←この数値を変更した */
  /* margin-bottom: 46px; */
}
.space-for-footer {
  /* フッターの上端を基準に下マージンを有効にさせたい場合に必要 */
  padding-bottom: 0.1px;
}
.container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
/**
 * クリアフィックス
 */
.clearfix {
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
* html .clearfix { /* Hides from IE Mac */
  height: 1%;
}
/**
 * ヘッダー
 * PC、モバイル共通
 */
.header {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%;
}
h1 {
  float: left;
  margin-bottom: 20px;
  margin-top: 25px;
}
.logo_right {
  float: right;
}
.logo_right li {
  float: left;
}
.logo_right li a {
  background-color: #0056b5;
  border-left: #fff 1px solid;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 2.25;
  text-align: center;
  width: 160px;
}
.logo_right li a:hover {
  background-color: #69e;
}
.pankuzu {
  bottom: 0;
  position: absolute;
  right: 0;
}
.pankuzu li {
  display: inline;
  list-style-type: none;
  margin-left: 5px;
}
.pankuzu li:before {
  content: '>';
  margin-right: 5px;
}
.pankuzu li:first-child:before {
  content: '';
  margin-right: 0;
}
.toggle-menu {
  display: none;
}
/**
 * ヘッダー
 * モバイル専用
 */
@media screen and (max-width: 767px) {
  .header {
    border-bottom: 2px solid #0056b5;
    position: relative;
  }
  .header h1 {
    line-height: 1;
    margin: 0;
    padding-top: 5px;
    width: 100%;
    float: none;
  }
  .pankuzu,
  .header h1 {
    padding-left: 4px;
  }
  .header h1 a {
    line-height: 1;
  }
  .header h1 img {
    height: 33px;
    line-height: 1;
    width: 260px;
  }
  .logo_right {
    display: none;
  }
  .pankuzu {
    position: static;
    box-sizing: border-box;
    display: block;
    font-size: 11px;
    line-height: 19px;
    width: 85%;
  }
  .pankuzu li {
    margin-left: 2px;
  }
  .pankuzu li:before {
    margin-right: 2px;
  }
  /* トグルボタン */
  .toggle-menu {
    background: #fff;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    color: #666;
    display: block;
    height: 100%; /* 60px */
    padding: 6px 4px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .toggle-menu:link,
  .toggle-menu:visited,
  .toggle-menu:hover,
  .toggle-menu:active {
    color: #666;
  }
  .toggle-menu-open {
    background: #0056b5;
    color: #fff;
  }
  .toggle-menu-open:link,
  .toggle-menu-open:visited,
  .toggle-menu-open:hover,
  .toggle-menu-open:active {
    color: #fff;
  }
  .toggle-menu i {
    display: block;
    font-size: 30px;
    margin: 0 0 4px;
    text-align: center;
  }
  .toggle-menu span {
    display: block;
    font-size: 11px;
    line-height: 1.0;
    text-align: center;
  }
}
/**
 * グローバルナビ
 * PC、モバイル共通
 *
 * グローバルナビの第1階層のメニューの項目だけは画像で表現されていて、1枚のGIF画像からJavaScriptを使って一部を切り出して表示している。
 * しかし、フォントの美しさ、見やすさの点で、現状のまま画像で表現するしかない。 (2016年8月26日)
 */
.global_navi {
  border-bottom: 1px solid #ccc;
  border-top: #0056b5 2px solid;
  height: 60px;
  margin-top: 5px;
  width: 100%;
}
.global_navi > nav {
  margin: 0 auto;
  max-width: 960px; /*元960px */
  width: 100%;
}
.global_navi > nav ul { /* 全ての<ul> */
  list-style-type: none;
  padding: 0;
  position: relative;
}
.global_navi > nav li { /* 全ての<li> */
  box-sizing: border-box;
  float: left;
  position: relative;
}
.global_navi > nav > ul > li {
  width: 33.3333%; /* 320px; */

  /* 3分割にしたため変更した、元は
  width: 25%; 240px; */
}
.global_navi > nav > ul > li > a { /* メイン項目の<a> */
  background-image: url(../img/global_navi_img3.gif);
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  height: 60px;
  text-decoration: none;
  text-indent: -9999px;
  border-left: 1px solid #ccc;
}
.global_navi > nav > ul > li:last-child > a { /* 最後の項目 */
  border-right: 1px solid #ccc;
}
.global_navi > nav > ul > li * { /* サブメニュー */
  z-index: 999 !important;
}
.global_navi > nav > ul > li ul > li:hover > a {
  background-color: #ddd;
}
.global_navi > nav > ul > li ul {
  box-sizing: border-box;
  display: none;
  left: 0;
  position: absolute;
  top: 60px;
}
.global_navi > nav > ul > li ul {
  width: 100%; /* 240px; */
}
.global_navi > nav > ul li:hover > ul {
  display: block;
}
.global_navi > nav > ul > li > ul li {
  width: 100.4166666666667%; /* 241px; */
}
.global_navi > nav > ul > li:last-child > ul > li {
  width: 100%; /* 240px; */
}
.global_navi > nav > ul > li > ul > li a {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  padding: 15px 20px 12px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.global_navi > nav > ul > li > ul > li a:hover {
  background-color: #ddd;
  background-image: none;
  color: #000;
  display: block;
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-top: 15px;
  text-indent: 0;
}
.global_navi > nav > ul > li ul > li:first-child a {
  border-top: 1px solid #ccc;
}
.global_navi > nav > ul > li > ul > li > ul {
  left: 99.5850622406639%; /* 240px; */
  top: -1px;
}
.menu-for-mobile,
.global_navi > nav > ul > li > .fa {
  /* モバイル用のメニュー、及びモバイル用の右矢印画像は非表示にする */
  display: none;
}
/**
 * グローバルナビ
 * モバイル専用
 */
@media screen and (max-width: 767px) {
  .global_navi {
    margin-top: 0;
    height: auto;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10000;
  }
  .global_navi > nav > ul {
    margin-bottom: 0;
  }
  .global_navi > nav li { /* 全ての<li> */
    float: none;
  }
  .global_navi > nav > ul > li {
    width: auto;
    border-bottom: 1px solid #ccc;
  }
  .global_navi > nav > ul > li > a { /* メイン項目の<a> */
    background-image: none;
    height: auto;
    text-indent: 0;
    background-color: #fff;
    color: #000;
    display: block;
    padding: 8px 12px;
    border-left: none;
  }
  .global_navi > nav > ul > li > a:hover {
    background: #cfe4fa;
  }
  .global_navi > nav > ul > li:last-child > a { /* 最後の項目 */
    border-right: none;
  }
  .global_navi .fa-angle-right {
    margin-right: 5px;
  }
  .menu-for-mobile {
    display: block;
  }
  .global_navi > nav > ul > li > .fa {
    display: inline;
  }
  .global_navi > nav > ul > li ul,
  .global_navi > nav > ul li:hover > ul {
    /* ドロップダウンメニューは見せない */
    display: none;
  }
}
/**
 * フッター
 * PC、モバイル共通
 */
footer {
  background-color: #eee;
  bottom: 0; /* footerを下部に固定するために必要 */
  margin-top: 3em;
  position: absolute; /* footerを下部に固定するために必要 */
  width: 100%;
}
.footer-inner {
  margin: auto;
  max-width: 960px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
.footer-inner li {
  background-image: url(../img/footer_navi_listimg.png);
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  font-size: 13px;
  line-height: 1;
  margin-right: 15px;
  padding-left: 15px;
}

.footer-address{
  margin-left: 50px;
}

.footer-tel{
  margin-left: 50px;
}


.copyright {
  color: #888;
  font-size: 12px;
  margin-top: -15px;
  padding-right: 12px;
  text-align: right;
}
/**
 * フッター
 * モバイル専用
 */

 /*
@media screen and (max-width: 767px) {
.footer-inner ul {
    display: none;
  }
  .copyright {
    margin-top: 0;
  }
}
*/

/**
 * 大分類
 */
.h1_hosoku {
  font-size: 14px;
  height: auto;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
/*--------------------------------------------------*/
/* for PC */
@media print, screen and (min-width: 768px) {
  .h1_box {
    height: 380px;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    width: 100%;
  }
  .main_h1_wrap {
    position: relative;
    text-align: left;
    top: 40%;
  }
  .main_h1 {
    margin: 0;
    width: 100%;
  }
}
/*--------------------------------------------------*/
/* for Mobile */
@media screen and (max-width: 767px) {
  .h1_hosoku {
    text-align: left;
  }
  /**
   * Start: 比率を1:2に保ったままサイズ可変とする設定
   * 参考： http://tsudoi.org/weblog/?p=2949
   */
  .h1_img {
    height: 100%;
    padding: 40% 0 0; /* 50% 0 0 */
    position: relative;
    width: 100%;
  }
  .h1_box {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* End: 比率を1:2に保ったままサイズ可変とする設定 */
  .main_h1_wrap {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    height: 51px; /*TODO: 仮の値 */
    padding: 10px 20px;
    position: relative;
    top: 100%;
    width: 100%;
  }
  .main_h1 {
    margin: 0;
    width: 100%;
  }
  .h1_hosoku {
    margin-top: 71px; /*TODO: 仮の値 */
  }
}
/**
 * 見出し各種
 */
.h3-section-header {
  background-image: linear-gradient(to bottom, #fff, #dfdfdf);
  border: 1px solid #bbb;
  box-sizing: border-box;
  color: #222;
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#dfdfdf\', GradientType=0)';
  font-size: 20px;
  line-height: 1;
  padding: 7px 28px 8px;
  position: relative;
  position: relative;
  width: 100%;
}
.h3-section-header-a {
/*  background-image: linear-gradient(to bottom, #fff, #dfdfdf);*/
    
/*  border: 1px solid #bbb;*/
  border-bottom: 1px solid #666;
    
  box-sizing: border-box;
  color: #222;
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#dfdfdf\', GradientType=0)';
  font-size: 18px;
  line-height: 1;
  padding: 7px 28px 8px 8px;
  position: relative;
  position: relative;
  width: 100%;
}
.h3-section-header:before {
  background: #bbb;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  content: '';
  display: inline-block;
  height: 22px;
  left: 11px;
  position: absolute;
  top: 6px;
  width: 5px;
}
/**
 * 小分類第1階層のタイトル
 */
.page-title-wrapper {
  border-bottom: #0056b5 1px solid;
  padding: 43px 0;
  width: 100%;
}
.page-title {
  background: #fff;
  font-size: 200%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.page-title small {
  color: #0052b8;
  display: block;
  font-size: 50%;
  font-weight: normal;
}
.page-title,
.page-title small {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-weight: 500;
  vertical-align: baseline;
}
/**
 * 小分類第2階層のタブ部分
 */
#category-tab-title {
  height: auto;
  margin-top: 37px;
  width: 100%;
}

.category-tab-body-2
{
  width: 411px;
  margin: 0px auto;
}
#category-tab-title-2 {
  width: 411px;
  height: auto;
}
#category-tab-title-1 {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
#category-tab-img-list li {
  margin-bottom: 37px;
}
#category-tab-article p {
  line-height: 1.9;
  margin-bottom: 1em;
}
#category-tab-article h4 {
  border-left: #9db6dc 6px solid;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 8px;
}
#category-tab-article li {
  list-style: disc;
  margin-left: 2em;
}
#category-tab-article section:last-child {
  margin-bottom: 2em;
  margin-top: 20px;
}

.time
{
  margin: 30px 0px 10px 0px;
}
/*--------------------------------------------------*/
/* for PC */
@media print, screen and (min-width: 768px) {
  #category-tab-article h4 {
    margin-top: 45px;
  }
  #category-tab-body {
    display: table;
    margin-top: 37px;
    width: 100%;
  }
.event-01 h3 {
  width: 960px;
  font-size: 20px;
  margin-bottom: 10px;
}
.event-01 table {
    border: #ccc 1px solid;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}
.event-01 table th {
    background-color: #f6f6f6;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75;
    padding: 10px;
    padding-top: 10px;
    text-align: left;
    text-align: center;
}
.event-01 table td {
    border-bottom: #ccc 1px solid;
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 10px;
    border-right: #ccc 1px solid;
    text-align: center;
}
  #category-tab-article {
    display: table-cell;
    font-size: 14px;
    padding-left: 42px;
    vertical-align: top;
  }
  #category-tab-img-list {
    display: table-cell;
    width: 315px;
  }
  #contents .h3-section-header {
    margin-bottom: 20px;
    margin-top: 37px;
  }
}
/*--------------------------------------------------*/
/* for Mobile */
@media screen and (max-width: 767px) {
  #category-tab-article h4 {
    margin-top: 37px;
  }
  /**
   * Start: FlexBox使用
   * 参考: https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Flexible_boxes
   * 参考(IE向け): https://msdn.microsoft.com/ja-jp/library/ie/hh673531(v=vs.85).aspx
   */
  #category-tab-body {
    display:         flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-flex-flow: column;
            flex-flow: column;
  }
  #category-tab-article {
    -ms-flex-order: 1;
    margin-top: 2em;
    -webkit-order: 1;
            order: 1;
  }
  #category-tab-img-list {
    -ms-flex-order: 2;
    margin: 37px auto 0;
    max-width: 315px;
    -webkit-order: 2;
            order: 2;
    width: 100%;
  }
  /* End: FlexBox使用 */
  #category-tab-img-list img {
    height: auto;
    width: 100%;
  }
  #contents .h3-section-header {
    margin-top: 37px;
  }
}
/**
 * リンクボタン「詳しくはこちら」
 */
.btn-detail {
  background: #0059b2;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 90%;
  padding: 6px 12px;
  margin-top: 10px;
}
.btn-detail:hover {
  background: #69e;
}
.btn-detail .fa-angle-right {
  font-size: 130%;
  padding-left: 1em;
  vertical-align: middle;
}
/**
 * 2015.06.05追加
 * スマイクリーグループリンクボタン「○○メニューはこちら」
 */
.sk_btn {
  margin-right: 3px;
  margin-top: 20px;
}
.sk_areasu_btn {
  margin-right: 3px;
  margin-top: 35px;
}
/**
 * 概要ページ
 * about/profile.html
 * about/activities.html
 */
.gaiyou_table {
  border-bottom: #ccc 1px solid;
  margin: 20px 0 10px;
  padding-bottom: 60px;
}
.gaiyou_table:last-child {
  border-bottom: none;
  margin: 20px 0 60px;
}
.gaiyou_table h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.gaiyou_table table {
  border: #ccc 1px solid;
  border-collapse: collapse;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
}
.gaiyou_table th {
  background-color: #f6f6f6;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
  padding-left: 10px;
  padding-top: 10px;
  text-align: left;
}
.gaiyou_table td {
  border-bottom: #ccc 1px solid;
  font-size: 14px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-top: 10px;
}
.gaiyou_table table tr td ul li {
  line-height: 1.75;
}
/*--------------------------------------------------*/
/* for PC */
@media print, screen and (min-width: 768px) {
  .gaiyou_table th {
    width: 210px;
  }
}
/* for Mobile */
@media screen and (max-width: 767px) {
  .job-list h4 small {
    display: block;
    padding: 0.5em 0 0;
  }
  .job-list th {
    padding: 8px 0;
    width: 64px;
  }
  .job-list th span {
    letter-spacing: 0.4em;
    margin-right: -0.4em;
  }
}
/*--------------------------------------------------*/
/**
 * 組織の情報
 * access.html
 * inquiry.html
 * privacy.html
 */
.org-info {
  margin: 37px auto 0;
  margin-bottom: 4em;
}
.org-info h3 {
  border-left: 12px solid #0053b8;
  font-size: 25px;
  line-height: 1.2;
  margin: 30px 0 10px;
  padding: 0 0 0 12px;
}
.org-info.privacy-policy h3 {
  font-size: 18px;
}
.section-p-first {
  border-top: 1px solid #0053b8;
  padding-top: 10px;
}
/**
 * 行事・イベント
 * about/event.html
 */
.event-section h3 {
  font-size: 20px;
  margin: 10px 0;
}
.event-section p {
  margin-bottom: 10px;
}
/*--------------------------------------------------*/
/* for PC */
@media print, screen and (min-width: 768px) {
  .tile-480-480 li {
    float: left;
    width: 50%; /* 480px */
  }
  .tile-455-455 li {
    float: left;
    margin-left: 5.2083333%; /* 50px */
    width: 47.3958333%; /* 455px */
  }
  .tile-455-455 li:first-child {
    margin-left: 0;
  }
  .tile-440-260-260 li {
    float: left;
    width: 27.083333%; /* 260px */
  }
  .tile-440-260-260 li:nth-child(3n+1) {
    width: 45.833333%; /* 440px */
  }
  .tile-654-306 li:nth-child(2n+1) {
    float: left;
    width: 68.125%; /* 654px */
  }
  .tile-654-306 li:nth-child(2n+2) {
    float: left;
    width: 31.875%; /* 306px */
  }
}
/*--------------------------------------------------*/
/* for Mobile */
@media screen and (max-width: 767px) {
  /**
   * Start: FlexBox使用
   * 参考: https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Flexible_boxes
   * 参考(IE向け): https://msdn.microsoft.com/ja-jp/library/ie/hh673531(v=vs.85).aspx
   */
  .event-section {
    display:         flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-flex-flow: column;
            flex-flow: column;
  }
  .event-section-text {
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
    width: 100%;
  }
  .event-section-img {
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  /* End: FlexBox使用 */
  .event-section {
    border-bottom: 1px solid #ccc;
    padding: 1em 0 2em;
  }
  .event-section:first-child {
    padding-top: 37px;
  }
  .event-section:last-child {
    border-bottom: 0;
  }
  .tile-480-480 li {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  .tile-455-455 .event-section-img {
    margin: 0 auto;
    max-width: 455px;
    width: 100%;
  }
  .tile-440-260-260 li {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
  }
  .tile-440-260-260 li:nth-child(3n+1) {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
  }
  .tile-654-306 li:nth-child(2n+1) {
    margin: 0 auto;
    max-width: 654px;
    width: 100%;
  }
  .tile-654-306 li:nth-child(2n+2) {
    margin: 0 auto;
    max-width: 306px;
    width: 100%;
  }
}
/* .list-stripe */
.list-stripe > *:nth-child(odd) {
  background-color: #f3f3f3;
  border-bottom: #ddd 1px solid;
  border-top: #ddd 1px solid;
}
.list-stripe h3 {
  font-size: 22px;
}
.list-stripe h3 small {
  font-size: 12px;
  padding-right: 10px;
}
/* wrap */
.list-wrap {
  padding: 30px 0;
}
.wrap-960 {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
/* 見出し */
.h1_img {
  background-position: center center;
  background-size: cover;
}
.h3-normal {
  background: transparent;
  font-size: 100%;
  letter-spacing: normal;
}
.tile-2pain h3 {
  font-size: 18px;
  padding-bottom: 0.5em;
}
.h4-normal {
  border-left: #9db6dc 6px solid;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 45px;
  padding-left: 8px;
}
.imgtile h6 {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
/**
 * 均等割り付け
 */
.equal-space {
  letter-spacing: 0.6em;
  margin-right: -0.6em;
}
/* 段落 */
.tile-2pain p {
  margin-bottom: 10px;
}
.imgtile {
  margin-top: 10px;
}
.appeal-list > li {
  border-bottom: 1px solid #aaa;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.appeal-list > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2em;
}
/*--------------------------------------------------*/
/* for PC */
@media print, screen and (min-width: 768px) {
  .section-row {
    margin-bottom: 50px;
  }
  /* .tile-2pain */
  .tile-2pain > * {
    float: left;
    margin: 0 0 2em 5.2083333%; /* 0 0 2em 50px */
    width: 47.3958333%; /* 455px */
  }
  .tile-2pain > *:nth-child(2n+1) {
    margin-left: 0;
  }
  /* .imgtile-2and2 */
  .imgtile-2and2 > * {
    float: left;
    padding-left: 1.458333333333333%; /* 14px; */
    width: 49.27083333333333%; /* 473px; */
  }
  .imgtile-2and2 > *:first-child {
    padding-left: 0;
  }
  /* .img-double */
  .img-double > * {
    float: left;
    width: 50%; /* 236.5px */
  }
  .img-double-separate > * {
    float: left;
    max-width: 48.52008456659619%; /* 229.5px; */
    padding-left: 2.959830866807611%; /* 14px; */
  }
  .img-double-separate > *:first-child {
    padding-left: 0;
  }
.schedule-events
  {
    margin-bottom: 50px;
  }
.schedule-events h3
  {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------*/
/* for Mobile */
@media screen and (max-width: 767px) {
  .tile-2pain > * {
    max-width: 455px;
    width: 100%;
  }
  .tile-wrap {
    margin: 37px auto;
    max-width: 302px;
    width: 100%;
  }
  /* .imgtile-2and2 */
  .imgtile-2and2 > li {
    margin-bottom: 1em;
  }
  /**
   * Start: FlexBox使用
   * 参考: https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Flexible_boxes
   * 参考(IE向け): https://msdn.microsoft.com/ja-jp/library/ie/hh673531(v=vs.85).aspx
   */
  .img-double,
  .img-double-separate {
    display:         flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -webkit-flex-flow: row;
            flex-flow: row;
    margin: 0 auto;
    max-width: 474px;
    width: 100%;
  }
  .img-double > li,
  .img-double-separate {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  /* End: FlexBox使用 */
  .img-double-separate > *:last-child {
    padding-left: 6px;
  }
  .tile-2pain > * {
    margin: 0 auto 2em;
  }
}
.section-bottom-32 {
  margin-bottom: 32px;
}

#mail-success {
  font-size: 16px;
  margin-top: 37px;
  text-align: center;
}
#mail-success p {
  margin-bottom: 1em;
}
#category-tab-article .address-small li {
  list-style: none;
  margin-left: 0;
}
/* 電話番号のリンクを目立たなくさせる */
.address-small a[href^='tel:'] {
  color: inherit;
  cursor: text;
  text-decoration: inherit;
}
.address-small-area .address-small li {
  list-style: none;
  margin-left: 0;
}
.address-small-area {
  border: 1px solid #9cb5de;
  margin-top: 45px;
}
/*--------------------------------------------------*/
/* for PC */
@media print, screen and (min-width: 768px) {
  .address-small-area {
    background: #9cb5de;
  }
  .address-small-area > h5 {
    color: #fff;
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 108px;
  }
  .address-small-area > address {
    float: right;
    margin-left: -108px;
    width: 100%;
    width: 82%; /* 490.36px; */
  }
  .address-small-area > address > div {
    background: #fff;
    font-style: normal;
    height: 100%;
    margin-left: 108px;
    padding: 8px 16px;
  }
  .address-small-area .address-small li {
    float: left;
    font-size: 16px;
  }
  .address-small-area .address-small li:first-child {
    margin-right: 1em;
  }
}
/*--------------------------------------------------*/
/* for Mobile */
@media screen and (max-width: 767px) {
  .address-small-area {
    margin: 0 2px;
  }
  .address-small-area > h5 {
    background: #9cb5de;
    color: #fff;
    padding: 6px 16px;
  }
  .address-small-area address {
    font-style: normal;
    padding: 6px 16px;
  }
  .address-small-area .address-small li {
    font-size: 16px;
  }
}
/**
 * about/products.html
 * curipe.html
 */
.product-list > * {
  max-width: 300px;
  width: 100%;
}
/*--------------------------------------------------*/
/* for Mobile */
@media screen and (max-width: 767px) {
  .product-list {
    margin: 37px 0;
  }
}
/**
 * リンク画像のロールオーバー時の処理
 */
a > img {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
a:hover > img {
  -ms-filter: 'alpha(opacity=60)';
      filter: alpha(opacity=60);
  opacity: 0.6;
}
.gmap {
  width: 100%;
  height: 600px;
  margin: 37px 0 -36px;
}
/**
 * バッジ (就労支援の種別)
 */
ul.badge-list {
  margin-bottom: 1em;
}
ul.badge-list > li {
  border-radius: 4px;
  /*display: inline;*/
  float: left;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  list-style: none !important;
  margin-left: 0 !important;
  margin-right: 8px;
  padding: 8px 12px;
}
ul.badge-list > li.badge-t {
  /* 移行 */
  background: #ffdbed;
  color: #cb5fa5;
  /*border: 1px solid #cb5fa5;*/
  /*box-shadow: 1px 1px 1px #cb5fa5;*/
}
ul.badge-list > li.badge-a {
  /* A型 */
  background: #ffecb0;
  color: #b16c34;
  /*border: 1px solid #b16c34;*/
  /*box-shadow: 1px 1px 1px #b16c34;*/
}
ul.badge-list > li.badge-b {
  /* B型 */
  background: #bde6c2;
  color: #48884e;
  /*border: 1px solid #48884e;*/
  /*box-shadow: 1px 1px 1px #48884e;*/
}
/* バッジを新規追加したことで崩れた見栄えの修正 */
.h3-section-header.first {
  margin-top: 20px !important;
}
/**
 * 画像をレスポンシブに
 */
.imgtile img,
.main_h1 img,
.tile-2pain a img,
.event-section img,
.schedule-events img {
  height: auto;
  width: 100%;
}
/**
 * GoogleのWebフォントについて
 */
.list-stripe h3,
.list-stripe h3 small,
.h3-section-header {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-weight: 500;
  vertical-align: baseline;
}
.list-stripe h3,
.list-stripe h3 small,
.h3-section-header-a {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-weight: 500;
  vertical-align: baseline;
}
/**
 * Webフォントによるアイコンについて (font-awesome)
 */
.fa-caret-right {
  padding-right: 4px;
  transform: scale(1.4, 1);
}
/* CSSハック (IE9, 10) */
:root #contents .h3-section-header {
  padding-bottom: 3px\9;
  padding-top: 12px\9;
}
/* CSSハック (IE11) */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  #contents .h3-section-header {
    padding-bottom: 3px;
    padding-top: 12px;
  }
}
/*--------------------------------------------------*/
/**
 * モバイルビューでの左右余白を確保
 */
/* for Mobile */
@media screen and (max-width: 767px) {
  .h1_hosoku,
  .list-wrap,
  .org-info,
  #category-tab-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .list-wrap #category-tab-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.justify { /* 1文字空ける */
  letter-spacing: 1em;
}
/****************************************************************
 * 独自リストマーク 基本設定
 * 参考: http://www.jiriki.co.jp/blog/htmlcss/goodbye-to-the-default-list-mark
 * 使用しているページ
 *   about/activities.html,
 *   about/profile.html
 */
.ex-lmark > li {
  padding-left: 1em;
  position: relative;
}
.ex-lmark > li:before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
/**
 * 独自リストマーク 順序アリ 1),2)
 */
.ex-lmark-decimal > li:nth-child(1):before {
  content: "1)";
}
.ex-lmark-decimal > li:nth-child(2):before {
  content: "2)";
}
/**
 * 独自リストマーク 順序アリ ①、②、③、④、⑤
 */
.ex-lmark-encircled-decimal > li:nth-child(1):before {
  content: "①";
}
.ex-lmark-encircled-decimal > li:nth-child(2):before {
  content: "②";
}
.ex-lmark-encircled-decimal > li:nth-child(3):before {
  content: "③";
}
.ex-lmark-encircled-decimal > li:nth-child(4):before {
  content: "④";
}
.ex-lmark-encircled-decimal > li:nth-child(5):before {
  content: "⑤";
}
/**
 * 独自リストマーク ◆
 */
.ex-lmark-rhombus > li:before {
  content: "◆";
}
/**
 * 独自リストマーク ・
 */
.ex-lmark-point > li:before {
  content: "・";
}

/*
/**
 * 3段組
 * 注意: 一行ごとに .col-3-container で包むこと。
 * 高さがバラバラの場合、キレイに並ばないから。
 *
.col-3-container > .col-3-item {
  width: 31.25%;
  margin-left: 3.125%;
  margin-bottom: 2em;
  float: left;
}
.col-3-container > .col-3-item:nth-child(1) {
  margin-left: 0;
}
.col-3-item .col-3-menu-title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .col-3-container > .col-3-item,
  .col-3-container > .col-3-item:nth-child(1) {
    max-width: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

*/

/* 4段組 art-box を追加 */
.col-4-container > .col-4-item {
  width: 23.43%;
  margin-left: 2.083%;
  margin-bottom: 2em;
  float: left;
}
.col-4-container > .col-4-item:nth-child(1) {
  margin-left: 0;
}
.col-4-item .col-3-menu-title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .col-4-container > .col-4-item,
  .col-4-container > .col-4-item:nth-child(1) {
    max-width: 225px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

/**
 * 見出し
 * サムネイルリスト用
 */
.thumbnail-item-anchor {
  color: inherit;
}
.thumbnail-item-title {
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 8px 4px;
}
.thumbnail-item-title small {
  font-size: 80%;
}
.thumbnail-item-title i {
  color: #ccc;
}
/**
 * レスポンシブな画像
 */
.thumbnail {
  width: 100%;
  height: auto;
}
/**
 * 本文部分
 */
.container-inner {
  margin-top: 2em;
}
/********************************
 * モバイル専用
 ********************************/
@media screen and (max-width: 767px) {
  .container-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}






/********************************
 * 情報開示
 ********************************/
.volunteer_box {
    display: block;
    width: 670px;
    height: auto;
    margin: 10px 10px 10px 10px;
    line-height: 1.75;
}
.volunteer_box-02 {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 10px 10px 10px;
    line-height: 1.75;
}





.volunteer_box ul li {
    margin-top: 10px;
    padding-bottom: 5px;
}
.volunteer_box ul li a:link {
    line-height: 2;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 10px;
}
.pdf_icon {
    float: left;
    margin-right: 5px;
    margin-top: -5px;
}
.volunteer_box ul li a:link {
    line-height: 2;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 10px;
}

/*********************************/
/* 共同住宅の間取り用に追加したもの */
/*********************************/

.madori{

}
.madori-left{
  float: left;
}

.madori-right{
  float: right;
}
