@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@500&display=swap');

/****************************************
海外渡航　common.css
*****************************************/
body {
 margin:0; color:#333; background:#fff; font-size:1.65em; line-height:2;
 font-family: 'Noto Sans JP',"Open Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Pゴシック",sans-serif;
 -webkit-text-size-adjust: 100%;
}

.header, .article, .footer, .section, h1, h2, h3, hr { clear: both;} /*- clear -*/
.article, .section, .nav, dl, ul, h2{ padding:0px 0px 5px; overflow: auto;} /*- hasLayout -*/
input[type="text"],input[type="button"],input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;}
input[type="button"],input[type="submit"]{cursor:pointer;}/*-formAppearanceClear-*/
#___gcse_0,#___gcse_0 div{overflow: visible;}/*-CustomSearch-*/

h1, h2, h3, h4, h5, p, dl, ul, ol { margin-top: 0px;}
ul, ol { padding-left: 30px;}

a { color: #0044CC; text-decoration: none;}
a:hover { text-decoration: underline;}
a:hover img { opacity: 0.6;}
hr { height: 0; margin: 0; padding: 0; border: 0; }
hr { height: 1px; background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));background-image: linear-gradient(to right, transparent, #ccc, transparent); margin: 2em 0;}

.page {display: flex; flex-direction: column; min-height: 100vh; background:#f7f7f7;}
.footer {margin-top: auto;}

/*----------------
  READ LINK
----------------*/
#Map, #Map *,#jump { padding: 0px; overflow: visible;}
#jump a { position: absolute; width: 1px; height: 1px; overflow: hidden; text-indent:-1000em;}
#jump a:focus { width: 12em; height: 1.5em; text-indent: 0px; background: #ffffff; text-align: center;}

/*----------------
  COMMON
----------------*/
body { min-width: 320px; font-size: 0.8em;}
.wrap { padding-bottom: 0; min-width: 1024px;} /*- ページの最低幅 -*/
.article .wrap { }
.header .wrap, .article, .footer .wrap .nav { padding: 0; margin: 0;} /*- 全体の横の余白 -*/

/*--------------------------------
  header
--------------------------------*/
.header {width: 100%; display: flex; flex-direction: column; align-items: center;}
/*----------------
  PAGE CONTROL
----------------*/
.page_control { width: 100%; height: 38px; background: #00a0e9;}
.page_control .wrap_top {width: 100%; max-width: 1024px; margin: 0 auto; display: flex;}
.page_control .wrap_top .top_logo {margin-top: 0.5em;}
.page_control .wrap_top .top_item { display: flex; margin-left: auto;}
.page_control .wrap_top .controller, .page_control form.search { float: left;}
.page_control .wrap_top .controller { margin-top: 7px; overflow: hidden;}

.page_control .top_item dl { float: left; margin-bottom: 0;}
.page_control .top_item dl dt, .page_control dl dd { margin: 0 2px; float: left;}
.page_control .top_item dl dt { width: 74px; height: 25px; margin-right: 0.3em; background: right center no-repeat;}
.page_control .top_item dl dd { width: 25px; height: 25px;}
.page_control .top_item dl dd a { width: 100%; height: 100%; display: block; background: center no-repeat;}
.page_control .top_item dl dd a:hover { opacity: 0.6;} 

.page_control * { padding-bottom: 0;}
.page_control dl.textsize_change dd.smaller a,
.page_control dl.textsize_change dd.default a,
.page_control dl.textsize_change dd.larger a { text-indent: 0em; text-align: center; line-height: 25px; color: black; text-decoration: none; background-color: #cccccc;}
.page_control dl.textsize_change dd.smaller a.textresizer-active,
.page_control dl.textsize_change dd.default a.textresizer-active,
.page_control dl.textsize_change dd.larger a.textresizer-active { color: #ffffff; background-color: #262673;}
.page_control dl.color_change { display: none;}

.page_control .top_item .langu { width: 100px; margin: 6px; background-color: #ff5959; position: relative; float: left; overflow: hidden; }
.page_control .top_item .langu:hover { opacity: 0.6; text-decoration: none;}
.page_control .top_item .langu a {color: #ffffff; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%)}
.page_control .top_item .langu a:hover { text-decoration: none;}

/* SEARCH **/
.page_control .box-search { margin: 6px 0;}
.page_control form.search { margin-top: 0; margin-left: 10px;}
.page_control form.search label { display: none;}
.page_control form.search > div { float: left;}
.page_control form.search input#search_txt { width: 12.6em; height:15px;padding:5px 3px 3px; display: block; float: left; border:1px solid #cccccc;}
.page_control form.search input#search_txt:focus { background: #ffffff; outline:1px solid #dddddd;}
.page_control form.search input.search_bt { display:table-cell;	padding: 0.15em 0.8em 0.05em; border:1px solid #000000; float: left; background: #404040; color: #ffffff; font-weight: bold; font-family:Meiryo,'メイリオ',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",'MS Pゴシック',sans-serif; appearance: none;-webkit-appearance: none; }
.page_control form.search input.search_bt:hover { background-color: #cccccc; color: #404040;}

/*--------------
  nav
-------------- */
.head {padding: 10px 4% 10px; width: 100%; background: #FFFFFF;border-bottom: #00a0e9 solid 4px;}
.head .head_wrap { width: 100%; max-width: 1024px; height: 70px; margin: 0 auto; display: flex; }
.head .head_wrap h1 { margin: 0; padding: 0; color: #333; font-weight: 500;}
.head .head_wrap h1 span {font-size: 0.8em; padding: 0; margin: 0;}
.head .head_wrap a {text-decoration: none; color: #333;}
.head .head_wrap a:hover img { opacity: 1;}

.j_precor .head .head_wrap h1 img { width: 194px; height: auto; vertical-align: middle;}
.j_rida .head .head_wrap h1 img { width: 72px; height: auto; vertical-align: middle;}

.eng .head_wrap h1 span {font-size: 0.7em;}
.eng nav { width: 100%; max-width: 1024px; margin: 0 auto; height: 3rem;}
.eng .menu > li {width: 33%;}


.head nav { width: 100%; max-width: 1024px; margin: 0 auto; height: 3rem;}
.head nav .menu { display: flex; padding: 0;}
.head nav ul {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 0;
  padding: 6px;
  list-style-type: none;
}
.menu li {
padding: 1em 0 1.8em;
text-align: center;
display: block;
color: #00a0e9;
font-size: 16px;
}
.menu li a {
text-decoration: none;
text-align: center;
display: block;
color: #00a0e9;
font-size: 16px;
}
.menu li a:hover {color: #ff5959;}

.header .sp-nav {display: none;}
.head #hamburger {display: none;}

@media screen and (max-width: 640px) {
  .head .pc-nav {display: none;}
  .head .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
 .head #hamburger {
      position: relative;
      display: block;
      width: 32px;
      height: 28px;
      margin: 0 10px 0 auto;
   }
 .head #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #00a0e9;
      transform: translateY(-50%);
   }
  .head #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #00a0e9;
   }
  .head #hamburger::after {
      content: 'menu';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #00a0e9;
   }
   /*スマホメニュー*/
  .head .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
  .head .sp-nav li {
      margin: 0;
      padding: 0;
   }
  .head .sp-nav li span {
      color: #fff;
   }
  .head .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
	  font-size: 16px;
      color: #fff!important;
	  text-decoration: none;
   }
  .head .sp-nav li a:hover, .sp-nav li span:hover { color: #ff5959!important;}
   /*-閉じるアイコンー*/
  .head .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
  .head .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
  .head .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
  .head .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
}


/*--------------------------------
  CONTENTS	
--------------------------------*/
.no_nav { margin-top: 0px; width:100%;}
.no_nav .article .contents{ width:100%;}

.article { width: auto; max-width: 1024px; margin: 0 auto; font-size: 1.1em;}
.article .locus { margin: 1.4em 0 1.3em; padding-left: 1.5em; background: url(../img/img_pankuzu.png) left 0.12em no-repeat; }
.article .contents { width: 80%; margin-bottom: 2em; background: #ffffff;float: right;}

.j_precor .article h1 {margin: 0 1.5em 1em; padding: 1.5em 0 0; font-size: 2em; font-weight: 500; color: #00a0e9; font-family: 'Roboto', sans-serif;}
.j_precor .article h1:before { content: ''; display: inline-block; width: 50px; height: 40px; background-image: url("../img/h1_jprecor.png"); background-size: contain; vertical-align: middle; margin-right:0.5em; }
.j_precor .article h1 span {font-size: 0.5em; font-weight: 400;}

.j_rida .article h1 {margin: 0 1.5em 1em; padding: 1.5em 0 0; font-size: 2em; font-weight: 500; color: #00a0e9; font-family: 'Roboto', sans-serif;}
.j_rida .article h1:before { content: ''; display: inline-block; width: 50px; height: 40px; background-image: url("../img/h1_jrida.png"); background-size: contain; vertical-align: middle; margin-right:0.5em; }
.j_rida .article h1 span {font-size: 0.5em; font-weight: 400;}

.article .txtbox { min-height: 200px; margin: 0; padding: 0 4em 3em 4em; background: #ffffff;}
.article .txtbox h2 {font-size: 1.6em; font-weight: 600; margin-top: 1em; border-bottom: #00a0e9 1px solid;}
.article .txtbox h3 {font-size: 1.4em; font-weight: 600; margin: 0.8em 0 0.2em; padding: 0;}

/*--------------------------------
  Q&A
--------------------------------*/
.questions{
    padding:30px 20px;
}
.questions .questions_wrapper{
    max-width:1200px;
    margin: 0 auto;
}
.questions .questions_wrapper .questions_content{
    background-color: #f7f7f7;
    margin:20px 0;
    padding:20px 50px 18px 20px;
    border-radius: 10px;
    font-size: 16px;
}
.questions .questions_wrapper .questions_content .question{
    color:#00a0e9;
    text-indent: -1em;
    padding-left:1em;
    margin-left:1em;
    position:relative;
	font-weight: bold;

}
.questions .questions_wrapper .questions_content .question::before{
    content:"Q.";
    text-decoration: none;
    display: inline-block;
    margin-right:1em;
    color:#00a0e9;
}
.questions .questions_wrapper .questions_content .question::after{
    content: "";
    position: absolute;
    right: -25px;
    top: 10%;
    transition: all 0.2s ease-in-out;
  /*   要素の動きを指定 */
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 3px #00a0e9;
    border-right: solid 3px #00a0e9;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  /* transform: rotateで要素の角度を指定 */
}
.questions .questions_wrapper .questions_content .question:hover{
    text-decoration:underline;
    cursor:pointer;
}
.questions .questions_wrapper .questions_content .answer{
    margin-top:40px;
    text-indent: -1em;
    padding-left:1em;
    margin-left:1em;
}
.questions .questions_wrapper .questions_content .answer::before{
    content:"A.";
    text-decoration: none;
    display: inline-block;
    margin-right:1em;
    color:#ff5959;
	font-weight: bold;

}
.questions .questions_wrapper .questions_content .open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  /* openクラスがついた時の要素の角度を指定 */
}

/*--------------------------------
  まとめ
--------------------------------*/
.graph_container .n01 {
	margin: 10px 0;
	width: 100%;
}
.graph {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  justify-content: space-between;
}

.graph .n02 {
	margin: 10px 0;
	padding: 0 5px;
	width: 48%;
}
/*--------------------------------
  データ利用
--------------------------------*/
table.responsive {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive tr {
  background-color: #fff;
  border: 1px solid #ccc!important;
  padding: .35em;
}
table.responsive th,
table.responsive td {
  padding: 1em 10px 1em 1em!important;
  border-right: 1px solid #ccc;
  line-height: 1.6em;
}
table.responsive th {
  font-size: 1em;
}
table.responsive thead tr{
  background-color: #ccc;
}
.responsive th.data_txt {
   text-align: center;
   font-size: 1em;
}
.responsive th.title_th {
	text-align: left;
	color: #333!important;
    background-color: #fff!important;
}

.form_sec {
  max-width: 300px;
  margin: 60px auto;
}
/*=============
a.btn_02_a
=============*/
a.btn_02_a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 1.5rem .5rem;
  background-color: #ff5959;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_02_a:hover {
  background: #000;
}
a.btn_02_a span {
  position: relative;
  padding-left: 36px;
}
a.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
a.btn_02_a span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #ff5959;
  border-right: 3px solid #ff5959;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}
a.btn_02_a:hover span:after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}


@media screen and (max-width: 600px) {
  table.responsive {
    border: 0!important;
    width:100%
  }
  table.responsive th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table.responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.responsive tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table.responsive td {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: .9em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table.responsive td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table.responsive td:last-child {
    border-bottom: 0;
  }

.responsive th.title_th {
	width: auto;
	text-align: center;
	color: #fff!important;
  background-color: #00a0e9!important;
}
}
/* PreCo ------------ */
.pre_box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
margin-bottom: 2px;
border-top: solid 1px #00a0e9;
}

.pre_text {
  width: 67%;
}

h4 {
  font-size: 16px;
  margin: 0;
	color: #00a0e9;
}

.pre_pict {
  width: 30%;
  margin-left: 3%;
	display: flex;
  justify-content: center;
  align-items: center;
}

.pre_pict img {
  width: 100%;
  height:auto;
	border: dotted 1px #ccc;
}
.last{
border-bottom: solid 1px #00a0e9;
}


/* TINY.css 共通 ------------ */
/*
.article .txtbox h2 { margin: 1em 0 1em -0.8em; padding: 0.5em 0.5em 0.3em 1.2em; background: #f5f5f5; font-size: 1.3em; position: relative;}
.article .txtbox h3 { margin-left: -1.2em; padding-left: 1.2em; border-bottom: 1px dotted #999999; font-size: 1.2em; position: relative;}
.article .txtbox h3:before { width: 1em; height: 1em; top: 0.1em; left: 0px; border: 4px solid #888888; box-sizing: border-box; border-radius: 50%;}
*/
.article .txtbox table { margin-bottom: 1em;}
.article .txtbox table , .article .txtbox table th , .article .txtbox table td { border: 1px solid #ccc; border-collapse: collapse;}
.article .txtbox table th ,
.article .txtbox table td { padding: 0.5em 1em 0.4em;}
.article .txtbox table th { background: #00a0e9; color: #fff;}
.article .txtbox table caption { margin: 0.4em auto 0.3em; font-size: 0.9em; font-weight: bold;}

.article .txtbox table.noborder,.article .txtbox table.noborder tr,.article .txtbox table.noborder td,.article .txtbox table.noborder th {border:none;}
.article .txtbox table.noborder { margin-bottom: 1em; width:100%;}
.article .txtbox table.noborder tr { }
.article .txtbox table.noborder th ,
.article .txtbox table.noborder td { padding: 0.5em 1em 0.4em;border-bottom: 1px #00a0e9 dotted;}
.article .txtbox table.noborder th { background: #00a0e9; color: #fff;}
.article .txtbox table.noborder caption { margin: 0.4em auto 0.3em; font-size: 0.9em; font-weight: bold;}

.article .txtbox h4 { margin-bottom: 0.5em; position: relative;}
.article .txtbox h4:before { width: 0.9em; height: 0.9em; top: 0.15em; left: -1.2em; background: #888888;}

.article .txtbox ul li { list-style: none; position: relative;}
.article .txtbox ul li::after {display: block; content: ''; position: absolute; top: .95em; left: -1em; width: 8px; height: 1px; background-color: #666; }

.article .txtbox p { line-height:1.6;}
.article .txtbox .font_kyoutyo { font-weight: bold;}
.article .txtbox .font_coment { font-size: 80%;}
.article .txtbox .font_red { color: #ff0000;}
.article .txtbox .font_underline{text-decoration: underline;}
.article .txtbox .font_Italic{font-style:italic;}

.article .txtbox img{ max-width:100%; height:auto;}
/* 
.article .txtbox .faq dt{padding:0 0 .3em 0;border-bottom:1px solid #ccc;font-weight:bold;font-size:1em;}
.article .txtbox .faq dt:before{content:"Q. ";}
.article .txtbox .faq dd{margin:.5em 0 0 .5em;}
.article .txtbox .faq dd:before{content:"A. ";}
*/
/* IMAGE BOX */
.article .txtbox .box-image { padding: 1em 0 0;}
.article .txtbox .box-image li { margin: 0 1% 1%; float: left; text-align: center; }
.article .txtbox .box-image li:before { display: none;}
.article .txtbox .box-image li img { max-width: 100%; height: auto;}
.article .txtbox .box-image li p { padding-top: 0.5em; font-size: 0.85em;}
.article .txtbox .box-image li p.font{ font-size:1em;}

.article .txtbox .box-image.double li { width: 48%;}
.article .txtbox .box-image.triple li { width: 31%;}
.article .txtbox .box-image.triple li:nth-child(3n-1) { margin: 0 1.5% 1%;}
.article .txtbox .box-image.quadruple li { width: 23%;}

.article .txtbox .image_box { margin: 0px 0px 10px; padding-bottom: 0;}
.article .txtbox .image_box img{ max-width: 100%; height: auto;}
.article .txtbox .image_box_center { min-width:240px; width: 50%; max-width: 80%; margin: 0px auto 10px; padding-right: 2em;}
.article .txtbox .image_box_left,
.article .txtbox .image_box_right { max-width: 50%; }
.article .txtbox .image_box_left { float: left; margin-right: 10px;}
.article .txtbox .image_box_right { float: right; margin-left: 10px;}

.article .txtbox h2{overflow:hidden;}
.article .txtbox a,
.article .txtbox a img{border:none;}
.article .txtbox .mem h3 {color: #1b489e; font-size: 1.1em; font-weight: 600; }
.article .txtbox .mem span {color: #808080;}
.article .txtbox .dotbox { margin: 2em auto; padding: 1em; width: 98%; border: 1px dotted #333; /*太さ・線種・色*/}
.article .txtbox .mb30 { margin-bottom: 30px;}
.article .txtbox .mt30 { margin-top: 30px;}

/* --------------
概要-沿革- 
----------------*/
 .history dl {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.history dt {
flex-basis: 13%;
padding: 0.5em 0;
}
.history dd {
flex-basis: 80%;
padding: 0.5em 0;
}
@media screen and (max-width: 559px) {
.history dl {
flex-flow: column;
}
}


/* --------------
section 
----------------*/
.article .section { margin-top: 2em; padding: 0 1em; background: #ffffff; border: 1px solid #cccccc; overflow: hidden;}
.article .section:first-child{margin-top:0;}
.article .section h2 { margin: 0 -1em 1em; padding: 0.5em 0.8em 0.4em; font-size: 1.1em; background: url(../img/tex_diagnal.png) center #888888;}
.article .section ul { padding-left: 0px; list-style: none; overflow: visible;}
.article .section ul li { margin-bottom: 0.25em;}
.article .section a { margin-left: 0.4em; margin-right: 0.4em; padding-left: 1.7em; padding-top: 0.3em; padding-bottom: 0.1em; display: inline-block; background: left center no-repeat;}
.article .file_section .file_list li a { background: url(../img/file_list_mark.gif) left center no-repeat;}
.article .file_section .file_list li.pdf a { background-image: url(../img/file_list_mark_pdf.png);}
.article .file_section .file_list li.doc a { background-image: url(../img/file_list_mark_doc.gif);}
.article .file_section .file_list li.xls a { background-image: url(../img/file_list_mark_xls.gif);}
.article .file_section .acrobat a { margin: 0.2em 1em 1em 0; padding: 0; display: block; float: left;}
.article .file_section .acrobat p { font-size: 0.85em; line-height: 1.7em;}


/* subject */
.article .link_section{ width: 80%; margin: 0 auto;}
.article .link_section ul.link_list li{ position: relative; padding-left: 20px;}
.article .link_section ul.link_list li:before { content: ""; position: absolute; top: .5em; left: -3px; width: 16px; height: 16px; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff; border-radius: 50%; background-color: #95C036; }
.article .link_section ul.link_list li:after { content: ""; position: absolute; top: 0.9em; left: 0.8px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);
   transform: rotate(45deg); width: 5px; height: 5px; border-top: 1px solid #E2FFF7; border-right: 1px solid #E2FFF7; }

.article .section ul li:last-child { margin-bottom: 0em;}
.article .news_section { border-top-right-radius: 1.2em;}
.menu .article .news_section {border-top-right-radius:unset;}
.article .news_section h2 { padding-top: 0.8em; padding-bottom: 0.7em;display:block;}
.article .news_section dl { margin: 0 1.5em;}
.article .news_section dl dt ,
.article .news_section dl dd { padding: 0; margin: 0;}
.article .news_section dl dt { width: 9em; padding: 0.7em 0 0.6em 1em; float: left;}
.article .news_section dl dd { padding-left: 10em; border-bottom: 1px solid #cccccc;}
.article .news_section dl dd a { display:block;padding: 0.7em 0 0.6em 0;}
.article .news_section > a:nth-last-of-type(1) { margin: 1em 1em 1.5em; padding-left: 1.2em; display: block; float: right; background: url(../img/img_link_arrow.png) left center no-repeat;}

.article.sub-top .txtbox { border-top: 1px solid #cccccc;}

.article.sub-top .txtbox.evbox{border-top:none;}
.article .news_section.over_txtbox{border-bottom:none;}
.article .txtbox.evbox{padding:1em;}

/* subject */
.article.subject h1{padding:1em 1em 1em 60px;position:relative;border-bottom:1px solid #ccc;}
.article.subject h1 span{display:block;font-size:.6em;}
.article.subject h1:after {width:27px;height:31px;top:0;bottom:0;margin:auto 10px;position: absolute; display:block;content: "";background: url(../img/subtop_icon.png) center no-repeat;}
.article.sitemap .txtbox {}
.article.subject .txtbox {margin-top:.65em;border-top:1px solid #ccc;border-bottom:none;}
.article.sitemap .txtbox .listarea h2:before {display:none;}

.article.sitemap .menubox{}
.article.subject .menubox{background:#fff;border:1px solid #ccc;;border-top:none;padding:.5em 2em;}
.article.sitemap .menubox .listarea{margin:0 2% .8em 0;padding:0;float:left;width:29.33333333333%;background: #F6F6F6;}
.article.subject .menubox .listarea{margin:0 2% .8em 0;padding:0;float:left;width:48%;background: #F6F6F6;}
.article.sitemap .menubox .listarea h2,
.article.subject .menubox .listarea h2{margin:0;padding:0;}
.article.sitemap .menubox .listarea h2 a,
.article.subject .menubox .listarea h2 a{font-size:.75em;display:block;color:#333;border:1px solid #ccc;position: relative;margin:0;padding: .4em .6em;}
.article.sitemap .menubox .listarea h2 a:after,
.article.subject .menubox .listarea h2 a:after{position: absolute;display:block;content: "";width: 1em; height: 1em; top: 0;bottom:0; right:1em;margin:auto;background: url(../img/menu_h2.png) center no-repeat; background-size: contain;}


.sub_title{ overflow: hidden; width:50%; float:left; height:50px; padding:0; margin-bottom:20px; position:relative;}
.sub_title:before{width: 40px; height: 31px; top: 0px; bottom: 0px; margin: auto 10px; position: absolute;
background:url(../img/subtop_icon.png ) no-repeat center center; display: block;content: "";}
.sub_title p{margin:0 0 0 60px;padding:0;font-size:18px;}
.sub_title a{color:#333;}
.sub_title span{font-size:12px;display:block;}

.sub_title.sub_banner:before{display:none;}
.sub_title.sub_banner p{margin-left:10px;}
.sub_title.sub_banner img{max-height:50px;height:auto;}

.menubox .jump{font-size:.85em;clear:both;text-align:right;margin:0 .5em;}
.menubox .jump a{padding-left:.75em;}
.menubox .jump a:before{content:"▼";}

.center_banner{ overflow: visible;}
.center_banner ul { width: 100%; padding-left: 0; list-style: none;}
.center_banner ul li { height: 120px; width: 19%; margin-left: 1.25%; float: left;  overflow: hidden;}
.center_banner ul li:first-child { margin-left: 0;}
.center_banner ul li a { display: block; position: relative; height: 100%; width: 100%; background: center no-repeat; background-size: contain;}
.center_banner ul li a:hover { opacity: 0.7;}
.center_banner ul li a span { display: block; position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 0.9em 0.5em 0.8em; text-align: center; background-color: rgba(255,255,255,0.8);}

/*----------------
  nav
----------------*/
/* side-nav */
.article .nav { float: left; width: 19%; max-width: 200px; margin-top: 4em; overflow: visible;}
.article .nav > dl { width: 100%; padding-bottom: 1.5em;}
.article .nav > dl dt { display: none;}
.article .nav > dl dd { margin: 0 1em 0; padding: 0; font-size: 1.1em; position: relative;}
.article .nav > dl dd:nth-of-type(1) { margin-top: 0.6em;}
.article .nav > dl dd a { width: 90%; height: 100%; padding: 0.6em 0em 0.4em 1.6em; display: block; color: #333333; }
.article .nav > dl dd::before {content: "■"; color: #ff5959; font-size:1.1em; position: absolute; left: 0; top: 0.5em;  }
.article .nav > dl dd a:hover { color: #ff5959; text-decoration: none;}

/*----------------
  LIST PAGE
----------------*/
.article .txtbox .listarea { overflow: visible;}
.article .txtbox .listarea:after { display: block; content: ""; clear: both;}
.article .txtbox .listarea h2 { margin:.35em 0 .35em -1.8em; padding-left: 1.4em; font-size: 1em; background: none;}
.article .txtbox .listarea h2:before { top: 0.9em; width: 7px; height: 13px; background: url(../img/img_listarea_arrow.png) center no-repeat;}
.article .txtbox .listarea .listarea_img { max-width: 230px; margin-left: 1em; float: right;}
.article .txtbox .listarea .listarea_img img { max-width: 100%; height: auto;}

/*-----------------
  banner
-----------------*/
.banner {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
}
.banner .link_item {
	width: 25%;
    text-align: center;
    padding:15px 0px;
	overflow:hidden!important;
}
.banner .link_item img {
	width:92%;
	height: auto;
	margin: 0.5em 0em 0.5em 0.5em;
    border: solid 2px #ccc;
}

/*--------------------------------
  .footer
--------------------------------*/
.footop-wrap {background-color: #ffffff;}
.footer { background: #00a0e9; padding-bottom: 0;}
.footer .wrap p.copyright { margin: 1em 0; text-align: center; color: #ffffff; font-size: 0.9em;}

/*----------------
  .nav
----------------*/
.footer .wrap .foot-container {	display: flex; margin-top: 1.2em; }

.footer .wrap .foot-container .foot-logo { flex-basis: 52%; margin-top: 1em;}
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 38px;
  position: relative;
  background: #ff5959;
  border: 1px solid #ff5959;
  box-sizing: border-box;
	margin-top: 16px;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_04:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -4px;
}
a.btn_04:hover {
  background: #fff;
  color: #ff5959;
}
a.btn_04:hover:before {
  border-top: 2px solid #ff5959;
  border-right: 2px solid #ff5959;
}
.footer .wrap .foot-container .foot-nav { flex-basis: 40%; margin-top: 1em; border-left: dotted #fff 1px; }
.footer .wrap .foot-container .foot-nav p { color: #fff; padding: 0 0 0 1em; margin: 0; }
.footer .wrap .foot-container .foot-nav ul { padding: 0 0 1em 0;}
.footer .wrap .foot-container .foot-nav ul li {position: relative; padding-left: 28px;}
.footer .wrap .foot-container .foot-nav ul li:before { content: ""; position: absolute; top: .7em; left: .9em; width: 8px; height: 8px; background-color: #ff5959; border-radius: 50%;}
.footer .wrap .foot-container .foot-nav ul li a {color: #fff;}

.footer .reread_link{ width: 74px; height: 74px; position: fixed; bottom: 20px; right: 0px; z-index: 800;}
.footer .reread_link a{
	display: block; width: 100%; height: 100%; overflow: hidden; text-indent: -1000em; background: url(../img/btn_reread_link.png); background-size: contain; opacity: 0.5; z-index: 100;
}
.footer .reread_link a:hover{opacity: 1;}

/*----------------
  MAIN-COLOR
----------------*/
.page_control dl.textsize_change dd.smaller a.textresizer-active,
.page_control dl.textsize_change dd.default a.textresizer-active,
.page_control dl.textsize_change dd.larger a.textresizer-active,
.page_control div a.language,
.header .nav,
.header .nav .menu_button,
.header .nav > ul > li,
.article .txtbox h2:before,
.article .section h2 { color: #ffffff; background-color: #ff5959;}

.article .nav > dl dt,
.article .txtbox h3:before { border-color: #1bb8ce;}




/*------------------------------
 add
-------------------------------*/
.article .txtbox span.super{vertical-align:super;font-size:.9em;}
.article .txtbox span.sub{vertical-align:sub;font-size:.9em;}

.article .news_section ul.newspart li{display: block;padding: 0.3em 0px 0.5em 2em;border-bottom:1px solid #ccc;margin-left: -2em;}
.article .news_section ul.newspart li:before{top: 0.56em;left: .6em;}
.article.sub-top .txtbox.evbox {border-radius:0}

.article .txtbox p.right{text-align:right;}
.article .txtbox p.center{text-align:center;}
.article .txtbox .travel_tel{text-align: right;font-size: 1.4em;font-weight: bold;}
.article .txtbox ul.bxslider li:before{display:none;}

.article .txtbox ul.inline-block{padding-left:0;}
.article .txtbox ul.inline-block li{display:inline-block;margin-left:3em;}

.article .txtbox .acrobat{border: 1px dotted #ccc;padding: 1em 1em 0px;margin: 0px 0px 0px -1.5em;}
.center_banner li img{width:100%;height:auto;}
.article .txtbox table.stafftable td{vertical-align:top;padding:.8em .4em .4em;font-size:.965em;}
/*------
.article .txtbox table.noborder,.article .txtbox table.noborder tr,.article .txtbox table.noborder td,.article .txtbox table.noborder th{border:none;}
.article .txtbox table.noborder th.mem {color: #333; background-color: #ffffff}
.article .txtbox table.noborder tr.first{border-bottom:2px solid #1bb8ce;}
---*/
/*------------------------------
 アイコン
-------------------------------*/
.icon_wrap{ margin-top:1em; display: flex;flex-wrap:wrap; justify-content:center; }
.icon_btn {	width: 40%; text-align: center; padding:15px 30px; overflow:hidden!important;}
.icon_btn img {	max-width:80%; margin: 0.5em 0em 0.5em 0.5em; background: #fff; border: solid 1px #efefef; border-radius: 10px;
	box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);}

/*------------------------------
 代表挨拶
-------------------------------*/
.article .txtbox .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	width: 96%;
	margin: 0 auto;
}
.article .txtbox .item .img{
	width: 28%; padding-top: 1em;
}
.article .txtbox .item .txt {
	width: 70%; padding: 0em;
}
.article .txtbox .item .txt p {
	font-size: 1.1em; margin: 0.5em;
}
.article .txtbox .item .txt p span {
	font-size: 0.7em; font-weight: 400; }


/*------------------------------
 banner
-------------------------------*/
.side-banner { margin-bottom: 8em;}

@media screen and (max-width: 1044px) {
/*----------------
  COMMON
----------------*/
.wrap { min-width: 768px;} /*- ページの最低幅 -*/
.header .wrap { max-width: 768px;}
.header	.wrap_top { max-width: 768px;}
.head .head_wrap h1 { margin: 0; padding: 0; color: #333; font-weight: 500; text-align: left;}

/*--------------------------------
  .header
--------------------------------*/


/*----------------
  PAGE CONTROL
----------------*/
/* SEARCH */
.page_control { position: relative; overflow: visible;}
.page_control .controller , .page_control form.search { margin-top: 6px;}
.page_control div a.language { margin-right: 0;}
.page_control form.search > div.box-search { position: absolute; top: 40px; right: 0px;}
.page_control form.search input#search_txt { width: 14em;}


/*----------------
  nav
----------------*/
.header .nav > ul { max-width: 768px;}
.header .nav > ul > li a { background-size: contain;}

/* SUB nav */
.header { text-align: center;}
.header ul.sub-nav { width: 100%; margin-top: 0; padding-top: 10px; float: none; text-align: center;}
.header ul.sub-nav li.ico { vertical-align: top; padding-top: 5px;}
.header ul.sub-nav li.ico, .header ul.sub-nav li.access, .header ul.sub-nav li.home,
.header ul.sub-nav li { margin: 0 4px !important; display: inline-block !important; float: none; }

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

  CONTENTS
	
--------------------------------*/
.article { max-width: 768px;}


/*----------------
  .nav
----------------*/
.side-banner {margin: 0 auto;}
.side-menu {margin: 0 auto;}

}

@media screen and (max-width: 787px) {
/*----------------
  COMMON
----------------*/
.wrap { min-width: 468px;} /*- ページの最低幅 -*/
.header .wrap { max-width: 468px;}
.header .wrap_top { max-width: 468px;}

.center_banner ul li a span { font-size: 0.9em;}
/*--------------------------------
  .header
--------------------------------*/


/*----------------
  PAGE CONTROL
----------------*/
.page_control { }
.page_control .controller { display: none;}
.page_control div a.language { width: 124px; height: 34px;}

/* SEARCH */
.page_control form.search { width: 100%; margin: 0;}
.page_control form.search > div:nth-of-type(2) { position: absolute; top: -40px; right: 0px;}

.page_control form.search > div.box-search { width: auto; top: 20px; left: 7%; right: 7%;}
.page_control form.search input#search_txt { width: 73%; padding: 0.45em 1% 0.35em; border: 1%;}
.page_control form.search input.search_bt { width: 24%; padding: 0.35em 1% 0.25em; border: none;}


/*----------------
  nav
----------------*/
.header .nav {height: 112px; }
.header .nav > ul { max-width: 468px;}
.header .nav > ul:before, .header .nav > ul:after { display: none;}
.header .nav > ul > li { width: 33%; height: 50%;}
.header .nav > ul > li:nth-child(3n-2) { width: 34%; clear: both;}
.header .nav > ul > li:nth-child(3n) a:after {position: absolute; content: ""; display: block; width: 1px; background: url(../img/tex_dot01.png) center; top: 15%; bottom: 15%; right: 0px;}
.header .nav > ul > li a { background-size: auto;}
.header .nav > ul > li:nth-child(1) a:before { display: block;}

/* SUB nav */
.header ul.sub-nav { margin-bottom: 1.5em; padding-top: 64px;}
.header ul.sub-nav li.tel { margin-right: 24px !important;}
.header ul.sub-nav li a { margin: 0 4px; padding: 1px; border-color: #234A8F;}
.header ul.sub-nav li.contact a { width: 30px; background-position: 2px 3px;}
.header ul.sub-nav li.access a { width: 30px; background-position: 2px 3px;}
.header ul.sub-nav li.home a { width: 30px; background-position: 8px 5px;}

/*--------------------------------
  CONTENTS
--------------------------------*/
.article { max-width: 468px;}
.article .contents { width: 100%; float: none;}
.article .txtbox { width: 96%;margin: 0 auto; padding: 0;}

.article .file_section .acrobat a { width: 100%; margin-left: 0; margin-right: 0; padding: 0; text-align: center;}
.article .file_section .acrobat p {}
.graph {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 10px 0;
	justify-content: space-between;
}
.graph .n02 {
	width: 100%;
}


/*----------------
  .nav
----------------*/
.article .nav { width: 70%; float: none;}
.article .nav > dl dd a { padding: 0.5em 0 0.8em 1.3em;}


/*--------------------------------
  .footer
--------------------------------*/
.footer .nav ul { max-width: 468px;}
.footer .nav ul li:nth-child(4):before { display: none;}

}


@media screen and (max-width: 484px) {
/*----------------
  COMMON
----------------*/
.wrap { min-width: inherit;} /*- ページの最低幅 -*/
.header .wrap { max-width: none; }
.head {display: flex; justify-content: space-between;}
.head .head_wrap h1 img { 
	  max-width: 180px;
  max-height: 60px;
  width: auto;
  height: auto;
	}
.head .head_wrap h1 span { font-size:0.6em;}
.article .locus { margin-left: 8px; margin-right: 8px;}
.side-menu { width: 100%; margin: 0 auto;}

/*--------------------------------
  .header

.header h1.title { width: 100%; height: 70px; margin-top: 20px;}
.header h1.title a { width: 100%; height: 100%; color: #262673; font-size: 0.4em; font-weight: 400; display: block;}
.header h1.title a:hover { opacity: 0.6;}
.header h1.title.site-center a { width: 100%; height: 70px; margin: 0 auto;}
.header h1.title.site-center a:hover {text-decoration:none;}
.header h1.title.site-center a img { width: 50%; height: auto; margin: 0 auto;}
--------------------------------*/	

/*----------------
  PAGE CONTROL
----------------*/
.page_control { width: 100%; top:0px;}
.page_control .wrap_top .top_logo {display: none;}
.page_control form.search > div:nth-of-type(2) { top: 80px; right: 2px;}

/* SEARCH */
.box-search { width: auto; margin-top: 10px; left: 7%; right: 7%;}
.page_control form.search input#search_txt { width: 67%;}
.page_control form.search input.search_bt { width: 24%;}

/*----------------
  nav
----------------*/
.header .nav { height: auto;}
.header .nav .menu_button { display: block; box-shadow: 0px 0px 0px 2px #ffffff inset;}

.header .nav > ul {
	max-width: none;
	width: 95%; height: 100%; padding-top: 4.1em; box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
	position: fixed; top: 0px; right: 0px; background-color:  #13969D; background-color: rgba(66,57,100,0.9); display: none; z-index: 999;	
}
.header .nav > ul > li { width: auto !important; height: auto !important; float: none;}
.header .nav > ul > li a { width: auto; padding: 1.2em 0; overflow: visible;}
.header .nav > ul > li a:after { display: none !important;}
.header .nav > ul > li.menu01 a:after { display: block !important; content: ""; position: absolute; height: 1px; width: auto; background: url(../img/tex_dot01.png) center; left: 5%; right: 5%; top: auto; top: -1px;}
.header .nav > ul > li a:before { height: 1px; width: auto; left: 5%; right: 5%; top: auto; bottom: 0px;}

/* sub nav */
.header ul.sub-nav { text-align: left;}
.header ul.sub-nav li a { margin: 0;}

/*--------------------------------
  CONTENTS
--------------------------------*/
.article { max-width: none;}

/* IMAGE BOX */
.article .txtbox .box-image { margin-right: 2em;}
.article .txtbox .box-image li { margin: 0 0 1% !important; float: none;}
.article .txtbox .box-image li img {}

.article .txtbox .box-image.double li { width: 100%;}
.article .txtbox .box-image.triple li { width: 100%;}
.article .txtbox .box-image.quadruple li { width: 100%;}

.article .txtbox .image_box {}
.article .txtbox .image_box img{}
.article .txtbox .image_box_center { margin: 0 2em 0 0; padding: 0 0 1em; width: auto; max-width: 100%;}
.article .txtbox .image_box_left,
.article .txtbox .image_box_right { max-width: 100%; margin-right: 2em; padding-bottom: 1em; float: none;}
.article .txtbox .image_box_left {}
.article .txtbox .image_box_right { margin-left: 0;}
/*--------------------------------
  .footer
--------------------------------*/
.footop-wrap .banner {
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
	justify-content:space-between;
	width: 100%;
}
.footop-wrap .banner .link_item {
	width: 100%;
    text-align: center;
	padding: 5px 0;
	overflow:hidden!important;
}
.footop-wrap .banner .link_item img {
	width: 72%;
    border: solid 2px #ccc;
	margin: 0 auto;
}
/* 親要素(コンテナ) */
.footer .wrap .foot-container {	width: 80%; display: block; margin-top: 1.2em; margin-left: 1em;}
/* 子要素(アイテム) */
.footer .wrap .foot-container .foot-logo { display: none;}
.footer .wrap .foot-container .foot-logo img {width: 40%; height: auto;}
.footer .wrap .foot-container .foot-nav { width: 80%; flex-basis: 80%; margin:0; border-left: none;}
.footer .wrap .foot-container .foot-nav ul { padding: 0;}
.footer .wrap .foot-container .foot-nav ul li {position: relative; padding-left: 28px;}

	

.center_bannerul { width: 90%; margin: 0 5%;}
.center_bannerul li { height: 120px; width: 46%; margin: 2% !important; float: left;  overflow: hidden;}
.center_bannerul li:nth-child(2n-1) { margin-left: 0%; clear: both;}

}
@media screen and (min-width:485px) {html body .nav>ul{display:block !important;}}

/****************************************************
 調達一覧用CSS
****************************************************/

.article dl.situation_section dt:before{}
.article dl.situation_section dt{margin:0;width:8em;padding:.7em 0 .6em 1em;float:left;}
.article dl.situation_section dd{margin:0;padding:0 0 0 10em;}
.article dl.situation_section dd a { display:block;padding: 0.7em 0 0.6em 0;}























