@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

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

- Title Style

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

/* title
------------------------------- */
.title02 {
  line-height: 1.16;
  margin-bottom: 20px;
  padding: 14px 10px 16px 14px;
  border-top: #044693 2px solid;
  background: #e4ecf5;
  font-weight: 700;
  font-size: 157.1%;
}
.title03 {
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 0 10px 26px;
  border-bottom: #044693 1px solid;
  font-weight: 700;
  font-size: 142.9%;
  position: relative;
}
.title03:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 5px solid #044693;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: .5em;
}
.title04 {
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 7px 10px;
  color: #fff;
  background: #044693;
  font-weight: 700;
  font-size: 120%;
}
.title04 a{
  color:#fff;
}
.title05 {
  line-height: 1;
  margin:30px 0 10px;
  padding-left: 5px;
  border-left: solid 3px #044693;
  font-weight: 700;
  font-size: 120%;
}


@media screen and (max-width:767px) {
  .title02 {
    font-size: 16px;
    padding: 14px 8px;
    margin-bottom: 12px;
  }
  .title03 {
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .title03:before {
    width: 6px;
    height: 6px;
  }
  .title04 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .title05 {
    font-size: 15px;
  }
}


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

- Text Style

---------------------------------------- */
/* p
------------------------------- */
p.txt{
  margin-bottom:15px;
}
.fntB {
  font-weight: 700;
}
p.bgGray{
  background-color: #e6e6e6;
}
span.bgGray{
  background-color: #e6e6e6;
}
.fntC01 {
    color: #FF4040;
}
.titBold {
    font-weight: 700;
    margin-top:20px;
}
.caution {
    color: #ff0000;
}
.alnC{
  text-align: center;
}
.alnR{
  text-align: right;
}
.valM{
  vertical-align: middle;
}
.blue{
  color:#044693;
}
.red{
  color:#ff0000;
}

span.sup{
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

@media screen and (max-width:767px) {
    p.txt{
    margin-bottom:5px;
  }
}
/* ----------------------------------------

- Section Style

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

/* section
------------------------------- */
.section01 {
  margin-bottom: 30px;
}
.section02 {
  margin-bottom: 20px;
}
.section03 {
  margin-bottom: 15px;
}
.boxStl01 {
  padding: 20px 20px;
          box-shadow: 0 0.8px 2px 2px rgba(200,200,200,0.6);

  -webkit-box-shadow: 0 0.8px 2px 2px rgba(200,200,200,0.6);
     -moz-box-shadow: 0 0.8px 2px 2px rgba(200,200,200,0.6);
}

.boxStl02 {
  margin: 20px 0;
  padding: 16px;
  border: solid 4px #e4e5e6;
}
@media screen and (max-width:767px) {
  .section01 {
    margin-bottom: 20px;
  }
  .section02 {
    margin-bottom: 15px;
  }
  .section03 {
    margin-bottom: 10px;
  }
  .boxStl01 {
    padding: 15px 10px;
  }
}

/* imgSec
------------------------------- */
.imgSec01 {
  margin-bottom: 15px;
}
.imgSec01:last-child {
  margin-bottom: 0;
}
.imgSec01 .imgL {
  float: left;
  margin: 3px 25px 10px 0;
}
.imgSec01 .imgR {
  float: right;
  margin: 3px 0 10px 25px;
}
.imgSec01 .inTxt {
  overflow: hidden;
}
.imgSec01 .txtBoxL {
  float: left;
}
@media screen and (max-width:767px) {
  .imgSec01.spImgSecClear .txtBoxL,
  .imgSec01.spImgSecClear .imgR {
    float: none;
  }
  .imgSec01.spImgSecClear .imgR {
    margin: 10px 0 0;
  }
}

.fltBox .fltL{
  float: left;
}
.fltBox .fltR{
  float: right;
}
@media screen and (max-width:767px){
  .fltBox .fltL,
  .fltBox .fltR{
    float: none;
  }
}
/* col
------------------------------- */
.colBlockRow {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.colBlockRow > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.colBlockRow > div:first-child {
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (max-width:767px) {
  .colBlockRow > div {
    padding-left: 7px;
  }
  .colBlockRow > div:first-child {
    padding-right: 7px;
  }
  .colBlock.spColClear {
    margin: 0;
    margin-bottom: 30px;
  }
  .colBlock.spColClear .colBlockRow,
  .colBlock.spColClear .colBlockRow > div {
    display: block;
  }
  .colBlock.spColClear .colBlockRow > div {
    margin-top: 15px;
    padding-left: 0;
  }
  .colBlock.spColClear .colBlockRow > div:first-child {
    margin-top: 0;
    padding-right: 0;
  }
  .colBlock.spColClear .colBlockRow,
  .colBlock.spColClear .colBlockRow > div {
    display: block;
  }
}




.col2 > div,
.col3 > div {
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
.col2 .innerCol01,
.col2 .innerCol02 {
  float: left;
  width: 50%;
}
.col2 .innerCol01 {
  padding-right: 10px;
}
.col2 .innerCol02 {
  padding-left: 10px;
}
.col2 .innerCol40 {
  float: left;
  width: 40%;
  padding-right: 10px;
}
.col2 .innerCol60 {
  float: right;
  width: 60%;
  padding-left: 10px;
}
.col3 .innerCol01,
.col3 .innerCol02,
.col3 .innerCol03 {
  float: left;
  width: 33.33%;
}
.col3 .innerCol01 {
  padding-right: 13px;
}
.col3 .innerCol02 {
  padding-right: 9px;
  padding-left: 2px;
}
.col3 .innerCol03 {
  padding-left: 13px;
}

@media screen and (max-width:767px) {
  .col2 .innerCol01 {
    padding-right: 5px;
  }
  .col2 .innerCol02 {
    padding-left: 5px;
  }
  .spCulumnClear > div {
    float: none !important;
    width: auto !important;
    margin-bottom: 10px;
    padding: 0 !important;
  }
}




.colImg_inner {
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}

.colImg_inner img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
}

.colImg_inner .chap {
  text-align: center;
  line-height: 1.3;
}

.colImg_inner:first-child {
  margin-left: 0;
}



@media screen and (max-width:767px) {

  
  /*colImg-spCol*/
  .colImg-spCol .colImg_inner {
    float: left;
    margin-left: 4%;
    margin-bottom: 10px;
    width: 48%;
  }

  .colImg-spCol .colImg_inner img {
    text-align: center;
    margin: 0 auto 5px;
  }

  .colImg-spCol .colImg_inner:nth-child(2n-1) {
    margin-left: 0;
  }

  /*colImg-spRow*/
  .colImg-spRow .colImg_inner {
    float: none;
    margin-left: 0;
    width: 80%;
    max-height: 500px;
    margin: 0 auto 10px;
  }

  .colImg-spRow .colImg_inner img {
    text-align: center;
    margin: 0 auto 5px;
  }

}



/*floatSec*/

.floatSec {
  margin-bottom: 20px;
}

.floatSec_left {
  float: left;
  margin-right: 30px;
}


@media screen and (max-width:767px) {
  .floatSec {
    margin-bottom: 20px;
  }

  .floatSec_left {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .floatSec_left img {
    display: block;
    margin: 0 auto;
  }

  .floatSec_right img {
    display: block;
    margin: 0 auto;
  }
}

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

- List Style

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

/* list
------------------------------- */
.list01 li {
  padding-left: 10px;
  list-style-type: none;
  position: relative;
}
.list02 li {
  position: relative;
  padding-left: 10px;
}
.list01 li:before {
  content: url(/files/img/common/img_list_disc.png);
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: .7em;
  line-height: 0;
}
ul.listInnerPdf{
  border-left: solid 1px gray;
}
ul.listInnerPdf li:before{
  content: none;
}
ul.listInnerPdf li{
  padding-left: 0;
  float: left;
  border-right:solid 1px gray;
  padding: 0 15px 0 5px;
  margin-bottom:5px;
}

.list02 li a {
  color: #2f5dad;
}
.list02 li a:before {
  position: absolute;
  left: 0;
  color: #044693;
  font-family: FontAwesome;
  content: "\f105";
}
.list03 {
  float: left;
  margin-right: 100px;
}
.list03 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}
.list03 li a {
  color: #2f5dad;
}
.list03 li a:before {
  position: absolute;
  left: 0;
  color: #044693;
  font-family: FontAwesome;
  content: "\f105";
}
ul.colorChart li:nth-child(2n+1) {
  background-color: #e5f5c8;
}
.spImgSecClear > ul.colorChart {
    width: 50%;
  }

@media screen and (max-width:767px) {
  .list01 li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #5796bc;
  }
  .list03 {
    float: none;
    margin: 0 0 0 9px;
  }
  .spImgSecClear > ul.colorChart {
    width: 100%;
  }
}

/* defList
------------------------------- */
.defList {
  margin-bottom: 15px;
  padding-left: 30px;
}
ul.defList li {
  list-style-type: disc;
}
ol.defList li {
  list-style-type: decimal;
}
/* ol.numList */
ol.numList > li{
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left:1.3em;
}
ol.numList > li > ul > li{
  text-indent: 0em;
  padding-left:10px;
}

/* ol.numList02 */
ol.numList02{
  padding:0 0 0 0;
  margin:0;
}
 
ol.numList02 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.numList02 li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/* .pc2Col*/
ul.pc2Col li{
  box-sizing:border-box;
  width:50%;
  float: left;
}
@media screen and (max-width:767px) {
  ul.pc2Col li{
    width: auto;
    float: none;
  }
}

/* .list01.pc3Col*/
ul.list01.pc3Col li{
  box-sizing:border-box;
  width:33%;
  float: left;
}
ul.list01.pc3Col li:nth-child(3n+2){
  width:34%;
}
@media screen and (max-width:767px) {
  ul.list01.pc3Col li{
    width:50%;
  }
  ul.list01.pc3Col li:nth-child(3n+2){
    width:50%;
  }
}


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

- Button Style

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

/* btn
------------------------------- */
.btnUnit01 {
  text-align: center;
}
.btnUnit01 li {
  display: inline;
  padding: 0 10px;
}
.btnUnit01 input {
  vertical-align: bottom;
}

/* link
------------------------------- */
.link01 {
  position: relative;
  padding-left: 10px;
}
.link01 a {
  color: #2f5dad;
}
.link01 a:before {
  position: absolute;
  left: 0;
  color: #044693;
  font-family: FontAwesome;
  content: "\f105";
}
.link02 {
  position: relative;
}
.link02 a {
  color: #333;
}
.link02 a:before {
  position: absolute;
  top: 4px;
  left: -19px;
  padding: 0 6px;
  color: #fff;
  background-color: #778499;
  font-family: FontAwesome;
  font-size: 11px;
  content: "\f105";
}
.link03 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  color: #333;
  font-weight: 700;
  font-size: 114.3%;
}
.link03:before {
  position: absolute;
  top: 2px;
  left: 0;
  padding: 0 9px;
  color: #fff;
  background-color: #044693;
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f105";
}
a .link03{
  text-decoration: underline;
}
a:hover .link03{
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .link03 {
    font-size: 15px;
  }
  .link03:before {
    top: 2px;
  }
}

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

- Table Style

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

/* tbl
------------------------------- */
.tbl01 {
  width: 100%;
  margin-bottom: 30px;
}
.tbl01 th,
.tbl01 td {
  vertical-align: top;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.tbl01 td {
  padding-left: 12px;
}
.tbl01 th {
  vertical-align: middle;
  background-color: #f2f5f7;
  font-weight: 700;
  text-align: center;
  padding:10px 5px;
}
.tbl02 {
  width: 100%;
  margin-bottom: 30px;
}
.tbl02 th,
.tbl02 td {
  vertical-align: top;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.tbl02 td {
  padding-left: 12px;
}
.tbl02 th {
  vertical-align: middle;
  background-color: #f2f5f7;
  font-weight: 700;
  text-align: center;
}
.tbl01 th, .tbl01 td.valM {
  vertical-align: middle;
}
.tbl02 th, .tbl02 td.valM {
  vertical-align: middle;
}
.tbcolone {
  width: 50%;
}
.tbcolone th {
  text-align: left;
}
@media screen and (max-width:767px) {
  table.spColClear,
  table.spColClear tbody,
  table.spColClear tr,
  table.spColClear th,
  table.spColClear td {
    display: block;
  }
  table.tbl01.spColClear th,
  table.tbl01.spColClear td {
    display: block;
    padding: 10px 7px;
    border-bottom: none;
  }
  table.tbl01.spColClear {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .tbl01 th,
  .tbl01 td {
    padding: 5px 10px;
  }
  table.tbl02.spColClear th,
  table.tbl02.spColClear td {
    padding: 10px 7px;
    border-bottom: none;
  }
  table.tbl02.spColClear {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .tbl02 th,
  .tbl02 td {
    padding: 5px 10px;
  }

}

/* table common
------------------------------- */
table.vaM th,
table.vaM td {
  vertical-align: middle;
}
table.alnC th,
table.alnC td {
  text-align: center;
  /*
  padding-left:0 !important;
  padding-right:0 !important;
  */
}

/* noborder */
.tblNoBdr {
  border: none !important;
}
.tblNoBdr th,
.tblNoBdr td {
  vertical-align: top;
  border: none !important;
  background: #fff;
}
.tblNoBdr th {
  padding: 4px 15px 4px 0;
}
.tblNoBdr td {
  padding: 4px 0;
}
table .tblNoBdr th {
  padding-top: 6px;
}



table th.noBdrT,
table td.noBdrT{
  border-top:none;
}
table th.noBdrB,
table td.noBdrB{
  border-bottom:none;
}
table th.noBdrL,
table td.noBdrL{
  border-left:none;
}
table th.noBdrR,
table td.noBdrR{
  border-right:none;
}


/* .spTblWrap
------------------------------- */
@media screen and (max-width:767px) {
  .spTblWrap{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
    margin-right: -10px;
    
  }
  .spTblW500{width: 500px !important; margin: 0 auto 30px;}
  .spTblW600{width: 600px !important; margin: 0 auto 30px;}
  .spTblW800{width: 800px !important; margin: 0 auto 30px;}
}


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

- Form Style
(input要素の幅は適宜調整する)

---------------------------------------- */
input.txt,
textarea.txt,
select.txt {
  max-width: 100%;
  padding: 2px;
  padding: 5px;
  border: 1px solid #accad9;
  border-radius: 3px;
          box-shadow: inset 0 3px 4px 0 #eee;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-box-sizing: border-box;
  -webkit-box-shadow: inset 0 3px 4px 0 #eee;
}
input.txt:focus,
textarea.txt:focus {
  border: 1px solid #f19900;
  background: #fff5d6;
}
input.check {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

input.small01 {
  width: 5em;
}
input.small02 {
  width: 50px;
}
input.medium01 {
  width: 150px;
}
input.medium02 {
  width: 250px;
}
input.medium03 {
  width: 350px;
}
textarea.large01,
input.large01 {
  width: 98%;
}


/* error */
input.err,
textarea.err,
select.err {
  border-color: #ff6060;
  background: #fff0f0;
}
input.err:focus,
textarea.err:focus {
  border-color: #ee5959;
}
.errorTxt {
  line-height: 1.1;
  margin-top: 10px;
  color: #f00;
}

/*  option and required  */
td.required,
td.option {
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
}
td.required p,
td.option p {
  width: 3.5em;
  margin: 0 auto;
          border-radius: 12px;
  text-align: center;

  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
}
td.option {
  background: #f5f5f5;
}
td.option p {
  background: #a6a6a6;
}
td.required {
  background: #fff0f0;
}
td.required p {
  background: #ff6060;
}


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

- Text Style

---------------------------------------- */
/*iconPdf*/
.iconPdf {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
}
ol .iconPdf {
    position: relative;
    margin-left: 20px;
    padding-left: 5px;
}
.iconPdf:before {
  position: absolute;
  top: -2px;
  left: 0;
  color: #ca2c2c;
  font-family: FontAwesome;
  content: "\f1c1";
}
.iconPdf02 {
  color: #ca2c2c;
  margin-right: 5px;
}

/*iconXls*/
.iconXls01 {
  color: #207347;
  margin-right: 5px;
}

/*iconZip*/
.iconZip01 {
  color: #007eff;
  margin-right: 5px;
}
.coution {
  color: #555;
  font-size: 92.9%;
}
.note01 {
  color: #715e5e;
}
table .note01 {
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  ol .iconPdf {
      margin-left: 0px;
  }
}
/* ----------------------------------------

- tab

---------------------------------------- */
.tabSec01 {
  position: relative;
  padding-top: 23px;
  border: 1px solid #aeaeae;
}
.tabTtl {
  position: absolute;
  top: 10px;
  left: 17px;
  font-weight: 700;
  font-size: 121.4%;
}
.LinkAll {
  position: absolute;
  top: 20px;
  right: 5px;
}
.tabSec01 .link02 a:before {
    content: none;
}
.tabSec01 .link02 a{
  position: relative;
  margin-right: 10px
}
.tabSec01 .link02 a:first-child{
    margin-left: 10px;
    padding-left: 15px;
}
.tabSec01 .link02 a:first-child:before{
    position: absolute;
    top: 1px;
    left: -10px;
    padding: 0 6px;
    color: #fff;
    background-color: #ff8c00;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f09e";
}
.tabSec01 .link02 a:last-child{
    margin-left: 10px;
    padding-left: 15px;
}
.tabSec01 .link02 a:last-child:before {
    position: absolute;
    top: 1px;
    left: -5px;
    padding: 0 6px;
    color: #fff;
    background-color: #778499;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f105";
}

/* /guide/タブ部分 */
.iryoNews .link02 a:before {
    content: none;
}
.iryoNews .link02 a{
  position: relative;
  margin-right: 10px
}
.iryoNews .link02 a:first-child{
    margin-left: 10px;
    padding-left: 15px;
}
.iryoNews .link02 a:first-child:before{
    position: absolute;
    top: 1px;
    left: -10px;
    padding: 0 6px;
    color: #fff;
    background-color: #ff8c00;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f09e";
}
.iryoNews .link02 a:last-child{
    margin-left: 10px;
    padding-left: 15px;
}
.iryoNews .link02 a:last-child:before {
    position: absolute;
    top: 1px;
    left: -5px;
    padding: 0 6px;
    color: #fff;
    background-color: #778499;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f105";
}


/* /employee/タブ部分 */
.inNewsSec .link02 a:before {
    content: none;
}
.inNewsSec .link02 a{
  position: relative;
  margin-right: 10px
}
.inNewsSec .link02 a:first-child{
    margin-left: 10px;
    padding-left: 15px;
}
.inNewsSec .link02 a:first-child:before{
    position: absolute;
    top: 1px;
    left: -10px;
    padding: 0 6px;
    color: #fff;
    background-color: #ff8c00;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f09e";
}
.inNewsSec .link02 a:last-child{
    margin-left: 10px;
    padding-left: 15px;
}
.inNewsSec .link02 a:last-child:before {
    position: absolute;
    top: 1px;
    left: -5px;
    padding: 0 6px;
    color: #fff;
    background-color: #778499;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f105";
}


ul#tabNav01 {
  margin-left: 150px;
}
ul#tabNav01 li {
  display: inline-block;
  width: 126px;
  padding: 2px;
  border-top: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  background-color: #f2f2f2;
  font-weight: 500;
  font-size: 92.9%;
  text-align: center;
  list-style: none;
}
ul#tabNav01 li a {
  text-decoration: none;
}
ul#tabNav01 li.active {
  background-color: #fff;
}
ul#tabNav01 li.active a {
  color: #01976d;
}
div#newsContents div.newsContents_cat {
  border-top: 1px solid #aeaeae;
  color: #333;
  background-color: #fff;
}
div#newsContents div.newsContents_cat ul.lists {
  padding: 13px 0;
}

div#newsContents #sec01,
div#newsContents #sec02,
div#newsContents #sec03,{
  display: none;
}


div#newsContents div.newsContents_cat ul.lists li {
  margin-bottom: 8px;
  padding: 0 19px;
  color: #333;
}
div#newsContents div.newsContents_cat ul.lists li a {
  display: block;
  color: #2f5dad;
  margin-left: 130px;
}
div#newsContents div.newsContents_cat .date {
  float: left;
  width: 130px;
}
.infoico01 {
  float: left;
  margin: 3px 10px 3px 9px;
  width: 103px;
  text-align: center;
  color: #fff;
  background-color: #7bb58e;
  font-size: 11px;
}
.infoico02 {
  float: left;
  margin: 3px 10px 3px 9px;
  width: 103px;
  text-align: center;
  color: #fff;
  background-color: #cbb06b;
  font-size: 11px;
}
.infoico03 {
  float: left;
  margin: 3px 10px 3px 9px;
  width: 103px;
  text-align: center;
  color: #fff;
  background-color: #ADD8E6;
  font-size: 11px;
}
.infoicoNew {
  float: left;
  margin: 2px 5px 2px 10px;
  width: 40px;
  text-align: center;

  color: #da3c3c;
  font-weight: 700;
  font-size: 85.7%;
  font-family: arial;
  text-transform: uppercase;
}

span.infoico01 + span.infoicoNew,
span.infoico02 + span.infoicoNew,
span.infoico03 + span.infoicoNew{
  margin-left:0;
}

/* /guide/タブ内コンテンツ */
.inNewsSec .inTxt .date {
  float: left;
  /*
    width: 115px;
    */
}
.inNewsSec .inTxt ul li {
  margin-bottom: 8px;
  padding: 0 19px;
  color: #333;
}
.inNewsSec .inTxt ul li a {
    display: block;
    color: #2f5dad;
    margin-left: 140px;
}

/* /employee/タブ内コンテンツ */
.iryoNews .iryoNews_lists li .date {
  float: left;
    width: 115px;
}
.iryoNews .iryoNews_lists li {
  margin-bottom: 8px;
  padding: 0 19px;
  color: #333;
}
.iryoNews .iryoNews_lists li a {
    display: block;
    color: #2f5dad;
    margin-left: 123px;
}

@media screen and (max-width:767px) {
  .tabSec01 {
    padding-top: 39px;
  }
  .tabTtl {
    top: 6px;
    left: 10px;
    font-size: 16px;
  }
  .LinkAll {
    top: 7px;
    right: 11px;
  }
  ul#tabNav01 {
    margin-left: 2.5%;
  }
  ul#tabNav01 li {
    float: none;
    width: 30%;
    padding: 1px;
    font-size: 12px;
  }
  div#newsContents div.newsContents_cat .date {
    float: none;
  }
  .infoico01 {
    float: none;
    padding: 2px 14px 2px 15px;
  }
  .infoico02 {
    float: none;
    padding: 2px 20px;
  }
  .infoico03 {
    float: none;
    padding: 2px 20px;
  }
  div#newsContents div.newsContents_cat ul.lists li {
    padding: 0 10px;
  }
  div#newsContents div.newsContents_cat ul.lists li a {
    margin-left: 0;
  }
  .infoicoNew {
    float:none;
  }
  .inNewsSec .inTxt ul li a {
    margin-left: 0px;
}
.iryoNews .iryoNews_lists li a {
    margin-left: 0px;
}

}

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

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.clear {
  clear: both;
}
.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb40 {
  margin-bottom: 40px !important;
}
.mgb50 {
  margin-bottom: 50px !important;
}
.mgl0 {
  margin-left: 0 !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgrla {
  margin-right: auto !important;
  margin-left: auto !important;
}

.w05p {
  width: 5% !important;
}
.w08p {
  width: 8% !important;
}
.w10p {
  width: 10% !important;
}
.w12p {
  width: 12% !important;
}
.w13p {
  width: 13% !important;
}
.w14p {
  width: 14% !important;
}
.w15p {
  width: 15% !important;
}
.w18p {
  width: 18% !important;
}
.w20p {
  width: 20% !important;
}
.w22p {
  width: 22% !important;
}
.w25p {
  width: 25% !important;
}
.w30p {
  width: 30% !important;
}
.w33p {
  width: 33% !important;
}
.w35p {
  width: 35% !important;
}
.w40p {
  width: 40% !important;
}
.w45p {
  width: 45% !important;
}
.w50p {
  width: 50% !important;
}
.w59p {
  width: 59% !important;
}
.w60p {
  width: 60% !important;
}
.w70p {
  width: 70% !important;
}
.w80p {
  width: 80% !important;
}
.w90p {
  width: 90% !important;
}
.w100p {
  width: 100% !important;
}
@media screen and (max-width:767px) {
  .spW20p {
    width: 20% !important;
  }
  .spW21p {
    width: 21% !important;
  }
  .spW24p {
    width: 24% !important;
  }
  .spW25p {
    width: 25% !important;
  }
  .spW28p {
    width: 28% !important;
  }
  .spW30p {
    width: 30% !important;
  }
  .spW33p {
    width: 33% !important;
  }
  .spW35p {
    width: 35% !important;
  }
  .spW40p {
    width: 40% !important;
  }
  .spW45p {
    width: 45% !important;
  }
  .spW50p {
    width: 50% !important;
  }
  .spW100p {
    width: 100% !important;
  }
}

.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.clear {
  clear: both !important;
}
.nowrap {
  white-space: nowrap !important;
}
.breakWord {
  word-wrap: break-word !important;
}
.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
}
.flL {
  float: left;
}
@media screen and (max-width:767px) {
  .spTaL {
    text-align: left !important;
  }
  .spTaC {
    text-align: center;
  }
  .spFln {
    float: none;
  }
}

.db {
  display: block !important;
}
.dib {
  display: inline-block !important;
}
@media screen and (min-width:768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .spNone {
    display: none !important;
  }
  .spBlock {
    display: block !important;
  }
}
.nowrap {
  white-space: nowrap;
}
.breakWord {
  word-wrap: break-word;
}

hr.dot {
  height: 1px;
  border: none;
  border-top: dashed 1px #ccc;
}

/* imgL */
.imgL img{
  float:left;
  margin-right:20px;
}
/* imgR */
.imgR img{
  float:right;
  margin-left:20px;
}

@media screen and (max-width:767px) {
  .imgL img,
  .imgR img{
    float:none;
    margin:0;
    margin-bottom:10px;
  }
}

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

/第二階層/MV

---------------------------------------- */
.mvSec.topicMv {
    background-image: url(/files/img/topics/img_mv_01.jpg);
}

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

/da_vinci_si/

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

/* da_vinciMv */
.da_vinciMv{
  background-color: #FFBB7A;
  text-align: center;
}

/* da_vinciNav */
.da_vinciNav{
  margin-bottom: 50px;
}
.da_vinciNav li{
  box-sizing:border-box;
  width:33%;
  text-align: center;
  float: left;
  position: relative;
}
.da_vinciNav li:nth-child(2){
  width:34%;
}
.da_vinciNav li.nav01{
  background-color: #6EC9DD;
}
.da_vinciNav li.nav02{
    background-color: #C2A1E0;
}
.da_vinciNav li.nav03{
    background-color: #FAC8CF;
}
.da_vinciNav li a{
  display: block;
    padding-bottom:15px;
    padding-top: 5px;
}
.da_vinciNav li a:before {
    position: absolute;
    left: 50%;
    bottom: -4px;
    color: #fff;
    font-family: FontAwesome;
    content: "\f107";
    font-weight: 700;
    font-size: 20px;
}

/* davTit */
.title04.davTit01 {
    background-color: #6EC9DD;
}
.title04.davTit02 {
    background-color: #C2A1E0;
}
.title04.davTit03 {
    background-color: #FAC8CF;
}

/* davTbl */
.tbl01.davTbl{
  margin-bottom: 10px;
}
.tbl01.davTbl th,
.tbl01.davTbl td{
    padding: 5px 0 5px 5px;
    line-height: 1.3;
    vertical-align: middle;
    text-align: center;
}

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

/access/

---------------------------------------- */
/* #gmapAccess_en */
#gmapAccess_en{
  margin-bottom:15px;
}

/* table.traffic */
table.traffic{
  margin-bottom: 15px;
}
table.traffic th{
  font-weight: 700;
  vertical-align: top;
}

/* table.timeTable */
table.timeTable{
  box-sizing:border-box;
  width:360px;
  float:left;
  margin-right: 30px;
}
table.timeTable th,
table.timeTable td{
  border:solid 1px gray;
}

table.timeTable:nth-child(2n+2){
  margin-right:0;
}
table.timeTable thead th{
  background-color: #ffffcc;
  text-align: center;
}
table.timeTable tbody td{
  padding:3px 5px 3px 5px;
}
table.timeTable tbody td.hour{
  text-align: right;
}

@media screen and (max-width:767px){
  table.timeTable{
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-right:0;
  }
}

/* kinsiIco */
p.kinsiIco01{
  background:url(/files/img/access/kinsi01.gif) 0 0 no-repeat; 
  padding-left: 35px;
}
p.kinsiIco02{
  background:url(/files/img/access/kinsi02.gif) 0 0 no-repeat; 
  padding-left: 35px;
}

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

/aotake/

---------------------------------------- */
/* aotakeMv */
.aotakeMv{
  text-align: center;
  background-color: #097913;
  margin-bottom: 30px;
}

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

/sitemap/

---------------------------------------- */
.secSitemap p.tit{
  margin-bottom:5px;
  margin-top: 30px;
}
.secSitemap ul.list02{
  padding-left: 35px;
}
.secSitemap p.titBold{
  padding-left: 35px;
}

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

/contact/

---------------------------------------- */
table.ansTbl{
  margin-bottom: 50px;
  width: 100%;
}
table.ansTbl th,
table.ansTbl td{
  vertical-align: top;
}
.valT {
    vertical-align: top;
}

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

/linked/

---------------------------------------- */
.linked li {
  margin-bottom:20px;
  line-height: 1.3;
}
@media screen and (max-width:767px){
  .linked li p.img{
    text-align: center;
  }
}
/* ----------------------------------------

clearfix

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

/* Modern Browsers
------------------------------- */
div#newsContents div.newsContents_cat ul.lists li:after,
.clearfix:after,
.listInnerPdf:after,
.imgSec01:after,
ul.pc2Col:after,
.colImg:after,
.floatSec:after,
.imgL:after,
.imgR:after,
.fltBox:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */
div#newsContents div.newsContents_cat ul.lists li,
.clearfix,
.listInnerPdf,
.imgSec01,
ul.pc2Col,
.colImg,
.floatSec,
.imgL,
.imgR,
.fltBox {
  *zoom: 1;
}
