/* ///////////////////////////////////////////////////////////////////

site.css

/////////////////////////////////////////////////////////////////// */


/* ----------------------
common
-------------------------*/


/* reset */

ol,
ul {
  list-style: none;
}

dl,
dt,
dd,
ol,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: Avenir, "Open Sans", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS   PGothic", sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  position: relative;
  height: 100%;
}

html {
  overflow-y: scroll;
}


/*
a:link, a:visited {
  text-decoration: none;
  color: #000;
}
*/

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #000;
/*  text-decoration: underline;*/
}

body {
  -webkit-text-size-adjust: none;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

clearfix {
  *zoom: 1;
}


/* ---- Fluid Image setting ------------------- */


/* Firefox, Safari, Chrome, Opera fluid Image */

img,
iframe,
object {
  max-width: 100%;
}


/*IE8用*/

img,
object {
  width: auto\9
}



/* ----- footer ----- */

footer nav {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}

footer nav .contents_inner > ul > li > a {
  align-items: center;
  color: #3e6dc3;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
}
footer nav .contents_inner > ul > li ul {
  box-sizing: border-box;
  line-height: 1.3;
  margin-left: 2.5rem;
  padding-right: 10px;
}

footer nav .contents_inner > ul > li p a {
  color: #3e6dc3;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  display: flex;
  align-items: center;
}
footer nav ul ul li {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer nav ul ul li a {
  display: flex;
  font-size: 1.5rem;
}
footer nav .btn_webfont {
  display: flex;
}
footer nav .btn_webfont > ul {
  width: 30%;
}
footer nav .btn_webfont > ul:last-child {
  width: 40%;
}
#footer_info > dl > dt {
  background: #6c94d4 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
#footer_info dl dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#footer_info p {
  border: 1px solid #3e6dc3;
  color: #3e6dc3;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 10px;
}
#footer_info .tel_mail {
  margin-bottom: 30px;
}
#footer_info .tel_mail li {
  padding-left: 25px;
}
#footer_info #tel {
  background: url(../images/common/icon_tel.png) no-repeat left center;
  background-size:15px auto;
}
#footer_info .tel_mail span {
  font-size: 1.4rem;
}
#footer_info #mail {
  background: rgba(0, 0, 0, 0) url("../images/common/icon_mail.png") no-repeat scroll left center / 15px auto;
}
#footer_info .lnk_panel a {
  background: #cab730 none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
}
#footer_info a:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer #copy {
  background: #4b4b4b none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
/* ----- パンくず ----- */
#path_area ol {
}
#path_area li::after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: -1px;
}
#path_area li:last-child::after {
  content: none;
}
#path_area li {
  float: left;
  font-size: 1.4rem;
}
#path_area li a {
  color: #c3b243;
  text-decoration:underline;
}
/* ----- ボタン ----- */

#btnTop a {
  background: #11387f none repeat scroll 0 0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}

a.btn_b {
  background: #c3b243 none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin: auto;
  padding: 5px 10px;
  width: 250px;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
a.btn_b span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  position: relative;
  text-align: center;
}

a.btn_b span::after {
  content: "";
  font-family: FontAwesome;
  font-size: 3.2rem;
  position: absolute;
  right: 0;
  top: -1rem;
}

.btn_b:hover {
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

/* linkicon */
a.btn_webfont {
  align-items: center;
  display: flex;
}
a.btn_webfont i, .btn_webfont a i {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 12px;
  margin-right: 10px;
  padding: 2px 6px 2px 5px;
}
a.btn_webfont:hover i, .btn_webfont a:hover i {
  text-decoration: none;
}
.back_btn i {
  background: #11387f none repeat scroll 0 0;
  color: #fff;
}
.back_btn:hover {
  color:#3e6dc3;
}
.txt_lnk_yel i {
  background: #c3b243 none repeat scroll 0 0;
  color: #fff;
}
a.txt_lnk_yel:hover {
  color:#c3b243;
}
.txt_lnk_lblue i {
  background: #3e6dc3 none repeat scroll 0 0;
  color: #fff;
}
.txt_lnk_lblue2 i {
  color: #3e6dc3;
  margin-right: 5px !important;
  background: none;
}
.txt_lnk_lblue a:hover {
  text-decoration: underline;
}
.txt_lnk_lblue2 a:hover {
  color: #3e6dc3;
}

.lnk_icn img {
  width: 20px;
}

/* ----- title ----- */

.tit01 {
  border-bottom: 1px solid #a8a8a8;
  color: #11387f;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 50px;
}

.tit01_green {
  border-bottom: 1px solid #a8a8a8;
  color: #009c84;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 50px;
}
.tit01_pink {
  border-bottom: 1px solid #a8a8a8;
  color: #f46cad;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 50px;
}
.tit02 {
  background: #4f4f4f none repeat scroll 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 10px;
}

.tit02_about {
 /* background: #4f4f4f none repeat scroll 0 0;*/
  border-bottom: 3px solid #4e74b9;
  color: #4e74b9;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px 10px 0 10px;
}
.tit02_blue {
  background: #4e74b9 none repeat scroll 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 10px;
}
.tit02_green {
  background: #009c84 none repeat scroll 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 10px;
}
.tit02_green span{
  font-size: 1.6rem;
}
.tit02_green .mini{
  font-size: 1.5rem;
  display: block;
}
.tit02_pink {
  background: #f46cad none repeat scroll 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 10px;
}
.tit03 {
  background: #e4ebf8 none repeat scroll 0 0;
  color: #415c93;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 5px 20px;
}
.tit04 {
  border-top: 1px solid #000;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 0;
}
.tit04 span::before {
  background: #3e6dc3 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 5px;
  margin: auto auto 40px;
  width: 140px;
}

.tit04_green span::before {
  background: #009c84 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 5px;
  margin: auto auto 40px;
  width: 140px;
}

.tit04_pink span::before {
  background: #f46cad none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 5px;
  margin: auto auto 40px;
  width: 140px;
}

/* ----- list ----- */
.list_01 li {
  list-style-type: disc;
  margin-left: 2rem;
}


.def_list_photo {
  font-size: 1.4rem;
}

.def_list_photo .photo {
  margin: 0 0 10px;
  text-align: center;
}

.def_list_photo dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.def_list_photo li {
  margin-bottom: 40px;
}

.def_list_photo2 {
  font-size: 1.4rem;
}

.def_list_photo2 dt {
  margin-bottom: 10px;
}
.def_list_photo2 dt img {
  display: block;
  margin: auto;
}
.def_list_photo2 dd {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.def_list_photo2 li {
  margin-bottom: 40px;
}

.def_list_tbl {
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.def_list_tbl dl {
  display: table;
  font-size: 1.4rem;
  height: 100%;
}

.def_list_tbl dt {
  background: #f2f2f2 none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  display: table-cell;
  padding: 10px 15px;
  text-align: center;
  width: 28%;
  vertical-align: middle;
}

.def_list_tbl dd {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
}
.def_list > li {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.def_list dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.def_list ul li {
  margin-bottom: 5px;
}
.list_decimal {
  margin-left: 2rem;
}
.list_decimal li {
  list-style-type: decimal;
}

/* 縦並び */
.cont_lnk {
}
.cont_lnk a {
  text-decoration: none;
}
.cont_lnk dl {
}
.cont_lnk dt img {
  display: block;
  margin: auto;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.cont_lnk a:hover img {
  opacity: 0.8;
}
.cont_lnk dd {
  border: 1px solid #3e6dc3;
  color: #3e6dc3;
  min-height: 115px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

/*.cont_lnk_green dd {
  border: 1px solid #009c84;
  color: #009c84;
  min-height: 115px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.3;
}*/

.dd_green{
border: 1px solid #009c84!important;
color: #009c84!important;
}

.dd_pink{
border: 1px solid #f46cad!important;
color: #f46cad!important;
}



/* 横並び*/
.cont_lnk dl.fl-box {
  display: table;
}
.cont_lnk dl.fl-box dt, .cont_lnk dl.fl-box dd {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}




/* テキストレイアウト */
.txt_block p,
.txt_block li {
  margin-top: 0px;
  margin-bottom: 10px;
}
.txt_center {
  text-align: center;
}

.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.read_txt {
  font-weight: bold;
}
.f_bold {
  font-weight: bold;
}
.inline_b {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.note {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.clr {
  clear: both;
}
.fw_n {
  font-weight: normal;
}

/* ---- 中ページ ----- */

.aichi_tokku.top .cont_lnk li,
.approach.top .cont_lnk li,
#aichi_torikumi .cont_lnk li,
#teian .cont_lnk li,
#aichi_teian .cont_lnk li {
  margin-bottom: 30px;
}

/* sitemap */
#sitemap_list li p {
  font-weight: bold;
  margin-bottom: 5px;
}
#sitemap_list li {
  margin-bottom: 10px;
}
#sitemap_list li ul {
  margin-left: 20px;
}
.sitemap_lnk_list li {
  font-weight: bold;
  margin-bottom: 10px;
}
ul #aichi_teian p i,
ul #aichi_torikumi p i ,
.sitemap_lnk_list a i {
  color: #3e6dc3;
  margin-right: 5px !important
}
#sitemap_list #aichi_teian,
#sitemap_list #torikumi {
  margin-bottom: 10px;
}
.sitemap_lnk_list li a:hover,
#sitemap_list li p a:hover {
  color: #3e6dc3;
}

.pdf_download {
  margin-top: 40px;
}
.tenpu_txt {
  font-size: 1.3rem;
}


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


@media screen and (max-width: 479px) {
.br_tb {/* タブレットサイズから改行 */
  display: none;
}
/* title */
.cont_tit02 {
  font-size: 1.5rem;
  padding-top: 7px;
  padding-bottom: 7px;

}

}

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

@media screen and (min-width: 480px) {
  .txt_center_tb {
    text-align: center;
  }

}
/* ----------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  /*767pxまで*/
  .pc_item {
    display: none;
  }
  .contents_inner {
    width: 90%;
    margin: auto;
  }
  #path_area {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 60px;
  }
  /* ----- ブロックのマージン ----- */
  .cont_block_01 {
    margin-bottom: 50px;
  }
  .cont_block_02 {
    margin-bottom: 30px;
  }
  .cont_block_03 {
    margin-bottom: 20px;
  }
  .cont_block_04 {
    margin-bottom: 10px;
  }
  /* ----- header ----- */
  header {
    background: #fff none repeat scroll 0 0;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  .sb-active-right header {
    background-color: #666;
  }
  header h1 {
    width: 60%;
    margin: 0;
  }
  header h1 img {
    vertical-align: top;
  }
  header .contents_inner {
    margin: auto;
    position: relative;
    width: 95%;
    padding-top: 15px;
  }
  header .sb-toggle-right::before {
    background: #517bc9 none repeat scroll 0 0;
    color: #ffffff;
    content: "≡";
    font: 400 28px/40px "responsivenav";
    height: 40px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    width: 40px;
    right: 0;
    top:10px;
  }
  .sb-active-right .sb-slide .sb-toggle-right::before {
    background: none repeat scroll 0 0 #333;
    color: #FFFFFF;
    content: "×";
    font: 400 28px/40px "responsivenav";
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    width: 40px;
    height: 40px;
    right: 0;
    top:10px;
  }
  /* nav */
.nav_inner {
  color: #fff;
  padding-right: 1em;
  padding-bottom: 30px;
}
  .nav_inner > ul > li {
    border-bottom: 1px solid
  }
  .nav_inner p {
    margin: 0;
    overflow: hidden;
  }
  .nav_inner p span {
    display: block;
    padding: 15px 0;
  }
  .nav_inner p span::after {
    content: url(../images/common/plus.svg);
    float: right;
    width: 15px;
    display: flex;
  }
  .nav_inner p.on span::after {
    content: url(../images/common/minus.svg);
    float: right;
  }
  .nav_inner,
  .nav_inner .inner {
    padding-left: 1em;
  }
  .nav_inner ul {
    margin: 0;
    width: 100%;
  }
  .nav_inner a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 15px 0;
  }
  .sb-active-right #sb-site .overlay,
  .sb-active-right #contents_top .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  /* ----- table ----- */
  .tbl_type_01 {
    border-top: 1px solid #e4ebf8;
    font-size: 1.6rem;
  }
  .tbl_type_01 th {
    background: #e4ebf8 none repeat scroll 0 0;
    border-bottom: 1px solid #e4ebf8;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
  }
  .tbl_type_01 td {
    border-bottom: 1px solid #e4ebf8;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    width: 100%;
  }
  /* ----- ボタン ----- */
  a.btn_w,
  a.btn_b {
    width: 80%;
  }
  /* ----- footer ----- */
  footer {
    clear: both;
  }
  footer nav {
    background: #fff;
    padding: 25px 0;
  }
  footer nav ul {
    text-align: center;
  }
  footer nav li {
    display: inline;
  }
  footer nav li a {
    color: #333;
  }
  footer nav li:first-child {
    border-right: 1px solid #666;
    padding-right: 10px;
    margin-right: 10px;
  }
  footer #copy {
    font-size: 1rem;
    margin-top: 15px;
    padding: 10px;
  }
  #footer_info {
    width: 100%;
  }
  #footer_info > dl > dd {
    margin: auto;
    width: 90%;
  }
  /* ----- title ----- */
  .tit01 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .tit01_green {
    font-size: 2.5rem;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .tit01_pink {
    font-size: 2.5rem;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .tit02 {
    font-size: 2rem;
    margin: 0 0 15px;
    padding: 5px 10px;
  }
  .tit04 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .tit04 span::before {
    margin: auto auto 20px;
    width: 100px;
  }
  /* ----- list ----- */
  .def_list_photo li {
    margin-bottom: 40px;
  }
  .def_list_photo dt {
    text-align: center;
  }
  .def_list_photo2 dt {
    text-align: center;
  }
  .link_list li {
    margin-bottom: 30px;
  }
  .link_list li:last-chilid {
    margin-bottom: 0;
  }
  .br_pc { /* PCサイズから改行 */
    display: none;
  }
  /* ---- sitemap ---- */
  #sitemap_list #teian, #sitemap_list #torikumi {
    margin-bottom: 25px;
  }
  #sitemap_list li p {
    margin-bottom: 15px;
  }
  #sitemap_list li ul li,
  .sitemap_lnk_list li{
    margin-bottom: 20px;
  }

  .cont_lnk dl dt {
    width: 40%;
    display: table-cell;
  }
  .cont_lnk dl dd {
    font-size: 1.6rem;
    width: 60%;
    display: table-cell;
    vertical-align: middle
  }
  .cont_lnk dl {
    display: table;
    width: 100%;
  }



  .cont_lnk dl {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .cont_lnk dl dt {
    padding-top: 30%;
    position: relative;
  }

  .cont_lnk dt img {
      position: absolute;
    top:0;
    }
  #torikumi .cont_lnk dt img ,
  #aichi_torikumi .cont_lnk dt img,
  #aichi_teian .cont_lnk dt img ,
   .approach.top .cont_lnk dt img{
    top: -15%;
  }



}


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

@media screen and (min-width: 768px) {
  /*768pxから タブレット pc*/
  /* ----- パンくず ----- */
  #path_area {
    margin-bottom: 50px;
  }
  .contents {
  }
  #contents_top {
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .cont_block_01 {
    margin-bottom: 60px;
  }
  .cont_block_02 {
    margin-bottom: 50px;
  }
  .cont_block_03 {
    margin-bottom: 35px;
  }
  .cont_block_04 {
    margin-bottom: 20px;
  }
  .contents_inner {
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    width: 100%;
  }
  /* ----- header ----- */
  #top_header {
    margin-bottom: 50px;
    position: relative;
  }
  #top_header h1 {
    line-height: 1;
    margin-top: 60px;
    text-align: center;
  }
  #top_header h1 img {
    vertical-align: top;
  }
  #top_header p {
    text-align: center;
  }


  /* ----- footer ----- */
  footer #copy {
    background: #4b4b4b none repeat scroll 0 0;
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  #footer_info {
    margin-bottom: 35px;
    padding-top: 35px;
  }
  #footer_info > dl {
    display: table;
    width: 100%;
  }
  #footer_info > dl > dt {
    display: table-cell;
    font-size: 2.2rem;
    font-weight: bold;
    vertical-align: middle;
    width: 20%;
  }
  #footer_info > dl > dd {
    display: table-cell;
    padding-left: 30px;
  }
  #footer_info > dl > dd p {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 25px;
    text-align: center;
  }
  #footer_info dl dl dt {
    font-size: 2.4rem;
  }
  #footer_info .tel_mail {
    font-size: 2.4rem;
  }
  #footer_info span {
    font-size: 1.4rem;
  }
  #footer_info #tel,
  #footer_info #mail {
    background-size: 20px auto;
    margin-right: 20px;
    padding-left: 30px;
  }



  #footer_info .tel_mail {
    overflow: hidden;
  }
  #footer_info .tel_mail li {
    float: left;
    padding-left: 20px;
  }
  #footer_info #tel {
    margin-right: 20px;
  }
  #footer_info .lnk_panel a {
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
  }

  /* ----- gnav pc ----- */
  #gnav_pc .contents_inner {
    overflow: visible;
  }
  #gnav_pc {
    background: #517bc9;
  }
  #gnav_pc ul {
    text-align: center;
	  margin: 0 auto;
	  width: 100%;
	  max-width: 1000px;
  }
  #gnav_pc ul #nav_home {
    width: 20%;
  }
  #gnav_pc ul #nav_about {
    width: 27%;
  }
  #gnav_pc ul #nav_plan {
    width: 26.5%;
  }
  #gnav_pc ul #nav_aichi_tokku {
    width: 26.5%;
  }
    /*#gnav_pc ul #nav_approach {
    width: 27.55%;
  }*/


  #gnav_pc > div > ul > li {
    float: left;
    position: relative;
  }

  #gnav_pc > div > ul > li > p {
    display: table;
    margin: 0;
    width: 100%;
  }
  #gnav_pc > div > ul > li > p > a {
    display: table-cell;
    font-weight: bold;
    height: 60px;
    vertical-align: middle;
  }
  #gnav_pc > div > ul > li > p > a:hover,
  #gnav_pc > div > ul > li.on > p > a {
    background: #11387f;
  }

  #gnav_pc > div > ul > li ul {
    background-color: #11387f;
    position: absolute;
    top: 60px;
    width: 100%;
    display: none;
  }
  #gnav_pc > div > ul > li ul a {
    border-bottom: 1px solid #517bc9;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    margin: 0 10px;
    padding: 10px;
  }
  #gnav_pc > div > ul > li ul li:last-child a {
    border-bottom: 0;
  }
  #gnav_pc > div > ul > li ul a:hover {
    color: #fade29 ;
  }
  #gnav_pc a:hover {
    text-decoration: none;
  }
  #gnav_pc a {
    display: block;
    color: #fff;
  }
  /*
#gnav_pc a:hover span {
  border-bottom: solid 1px #d80c18;
  padding-bottom: 5px;
}
*/
  #gnav_pc img {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  #gnav_pc .on img,
  #gnav_pc .active img {
    border-bottom: solid 1px #d80c18;
    padding-bottom: 5px;
    vertical-align: middle;
  }
  .home li#nav_home > p > a,
  .about li#nav_about > p > a,
  .aichi_tokku li#nav_aichi_tokku > p > a,
  .approach li#nav_approach > p > a,
  .plan li#nav_plan > p > a {
    background: #11387f;
  }

  /* ----- title ----- */
  .tit_gr {
    font-size: 5rem;
    margin: 0;
  }
  .tit_gr:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 135, 140, 0);
    border-top-color: #00878c;
    border-width: 30px;
    margin-left: -30px;
  }
  .cont_tit01 {
    font-size: 3rem;
    margin-bottom: 70px;
    margin-top: 0;
    text-align: center;
  }
  .cont_tit01 span {
    color: #000;
    display: block;
    font-size: 1.6rem;
    padding-top: 10px;
  }
  .cont_tit01 span {
    color: #000;
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    padding-top: 0;
  }

  .cont_tit03 {
    font-size: 3rem;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
  }

  /* ----- list ----- */
  .def_list dl {
    overflow: hidden;
  }
  .def_list dt {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    width: 30%;
  }
  .def_list_photo dt.tit_l {
    font-size: 2rem;
  }
  .def_list dd {
    float: right;
    width: 70%;
  }
  .link_list li {
    margin-bottom: 15px;
  }
  .link_list li:last-chilid {
    margin-bottom: 0;
  }
  /* ----- table ----- */
  .tbl_type_01 {
    font-size: 1.6rem;
    border-top: 1px solid #e4ebf8;
    border-right: 1px solid #e4ebf8;
  }
  .tbl_type_01 th {
    background: #e4ebf8 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #e4ebf8;
    font-weight: normal;
    padding: 15px;
  }
  .tbl_type_01 tr:last-child th {
    border-bottom: 1px solid #e4ebf8;
  }
  .tbl_type_01 td {
    border-bottom: 1px solid #e4ebf8;
    border-left: 1px solid #e4ebf8;
    padding: 15px;
  }
	
	
  /*  */
  .sp_item {
    display: none;
  }
  .read_txt {
    line-height: 1.8;
    text-align: center;
  }
  /* ----- 中ページ ----- */
  .about .tbl_type_01 th {
    white-space: nowrap;
  }

  .txt_center_pc {/* pcサイズからテキストセンター　*/
    text-align: center;
  }
  .cont_lnk dd {
    font-size: 2.2rem;
    line-height: 1.6;
  }

.pdf_download {
    overflow: hidden;
}
.tenpu_img {
  float: left;
  margin-right: 20px;
}
.tenpu_txt {
  font-size: 1.3rem;
}

}


/* 960x以上固定 */

@media screen and (min-width: 960px) {
  .inner_wrap {
    width: 960px;
  }
}

/* NEWSの日付 */
.news_list span{
	color: #517bc9;
}

