@charset "UTF-8";
/* --------------------------------
	ページ
-------------------------------- */
.txt_purple {
  color: #525392 !important;
}

.txt_red {
  color: #FF0000 !important;
}
.txt_center{
text-align:center;
}
.access_wgrp {
  margin: 0 auto;
  padding: 50px 14px 20px;
}

a.acc_btn {
  display: block;
  background: #4A7999;
  border: solid 1px #84A4B9;
  line-height: 25px;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 24px auto 0px auto;
  bottom: 0px;
  font-size: 13px;
}

a.acc_btn span::after {
  content: " ";
  display: block;
  background-image: url(../img/button/btn_jump_wht.png);
  background-size: 35px 11px;
  background-repeat: no-repeat;
  width: 35px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 10px;
}

.acc_logo img {
  width: 20px;
  height: auto;
  display: block;
}

.acc_adrs_bx {
  position: relative;
  border-bottom: dotted 1px #C6C6C6;
  border-top: dotted 1px #C6C6C6;
  padding: 14px 0px;
}

.acc_logo_bx {
  display: table;
  font-size: 16px;
  width: 11em;
  margin-left: 60px;
  margin-left: calc(50% - 5.2em);
}

.acc_logo {
  width: 20px;
  height: 29px;
  display: table-cell;
  vertical-align: middle;
}

.acc_name {
  height: 29px;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  text-indent: .7em;
}

.acc_adrs {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
}

.acc_each_bx {
  border: 1px solid #9D8F5E;
  margin-bottom: 14px;
}

.acc_inq {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
}

.acc_inq_inbx:first-child {
  padding-right: 14px;
}

.acc_icon_wrap {
  color: #72632E;
  font-size: 15px;
  background-color: #E2D9B8;
  text-align: center;
  padding: 4px 0px;
}

.acc_icon_inbx {
  width: 5em;
  height: auto;
}

.acc_icon_wrap img {
  width: 32px;
  height: auto;
}

.acc_icontxt {
  line-height: 23px;
}

.blue_bx {
  display: inline-block;
  width: 52px;
  height: 17px;
  line-height: 17px;
  color: #FFF;
  background-color: #1B1D63;
  border: solid 1px #BBBBBB;
  font-size: 12px;
  text-align: center;
}

.acc_detail {
  padding: 10px 10px 0px 10px;
  font-size: 13px;
  line-height: 1.7;
}

.dtl_ttl {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.dtl_ttl_line {
  border-bottom: dotted 1px #9D8F5E;
  padding-bottom: 8px;
}

.dtl_ttlbx1 {
  display: table-cell;
  vertical-align: middle;
  width: 62px;
}

.dtl_ttlbx2 {
  /*padding-left: 10px;*/
  display: table-cell;
  vertical-align: middle;
}

.dtl_body {
  padding-bottom: 10px;
}

.bus_tbl {
  border: solid 2px #1B1D63;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed;
}

.bus_tbl th {
  background-color: #494A82;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
}

.bus_tbl td {
  color: #191D63;
  text-align: center;
  line-height: 22px;
}

.bus_tbl tr td:nth-of-type(1) {
  border-right: 1px solid #1B1D63;
}

.bus_tbl tr td {
  border-bottom: 1px dotted #999999;
}

.bus_tbl tr:last-child td {
  border-bottom: none;
}

.dtl_btm_txt {
  padding-bottom: 8px;
}

.plane_txt1 {
  padding: 2px 0px 2px 0px;
}

.plane_txt2 {
  padding: 6px 0px 0px 0px;
}

.a_each_bx_3 .acc_icontxt {
  padding-left: 6px;
}

.acc_r-att{
    padding:12px;
    border:1px solid #ff0000;
    color:#ff0000;
     margin-bottom: 15px;
    font-feature-settings: "pwid";
    text-align: justify;
}

br.pc{
	display: none;
}

/*start min-width: 560px*/
@media (min-width: 560px) {
  .access_wgrp {
    padding: 50px 60px 40px;
  }
  .acc_logo img {
    width: 23px;
    display: block;
  }
  .acc_logo_bx {
    font-size: 17px;
  }
  .dtl_ttlbx1 {
    width: 68px;
  }
  .acc_adrs,
  .acc_inq,
  a.acc_btn {
    font-size: 14px;
  }
  .acc_detail {
    font-size: 14px;
    padding: 14px 14px 0px 14px;
  }
  .blue_bx {
    width: 56px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
  }
  .acc_each_bx {
    margin-bottom: 40px;
  }
}

/*end min-width: 560px*/
/*start min-width: 880px*/
@media (min-width: 880px) {
  .acc_adrs_bx {
    display: block;
    width: 100%;
    text-align: center;
  }
  .acc_logo_bx {
    display: inline;
    font-size: 16px;
    width: 11em;
    margin-left: 0px;
  }
  .acc_logo img {
    display: inline-block;
  }
  .acc_logo {
    display: inline;
  }
  .acc_name {
    display: inline;
    padding-right: 14px;
  }
  .acc_adrs {
    display: inline;
    line-height: 29px;
    padding-right: 14px;
  }
  .acc_inq {
    display: inline;
    line-height: 29px;
  }
  .access_wgrp {
    width: 100%;
    max-width: 990px;
    padding: 32px 60px 40px 60px;
  }
  iframe.ifrm_map {
    width: 100%;
    max-width: 870px;
    margin-bottom: 60px;
  }
  a.acc_btn {
    width: 290px;
    text-indent: -1.5em;
  }
  .acc_icon_wrap img {
    width: 58px;
    display: block;
    margin: 0 auto 0 auto;
  }
  .a_each_bx_1 .acc_icon_wrap img {
    margin: 193% auto 0 auto;
  }
  .a_each_bx_2 .acc_icon_wrap img {
    margin: 108% auto 0 auto;
  }
  .a_each_bx_3 .acc_icon_wrap img {
    margin: 28% auto 0 auto;
  }
  .acc_icontxt {
    display: block;
  }
  .a_each_bx_1 .acc_icontxt {
    padding: 4px 0px 0px 0px;
  }
  .a_each_bx_2 .acc_icontxt {
    padding: 8px 0px 0px 0px;
  }
  .a_each_bx_3 .acc_icontxt {
    padding: 0px 0px 0px 0px;
  }
  .bus_tbl {
    width: 320px;
  }
  .acc_each_bx {
    margin-bottom: 30px;
  }
  .acc_detail {
    padding: 20px 20px 4px 20px;
  }
  #acc_bnr3 {
    position: absolute;
    top: 24px;
    right: 20px;
  }
  .dtl_body1 {
    padding-bottom: 30px;
  }
  .dtl_ttl {
    margin-bottom: 16px;
  }
  .dtl_ttl_line {
    padding-bottom: 16px;
  }
  .acc_tblbox_out {
	  width: 100%;
	  display: table;
	  table-layout: fixed;
  }
  .acc_tblbox_in{
	width: 100%;
    display: table-cell;
	margin-right: 0px;
  }
	.acc_tblbox_out a.cbnrm_pc_m2{
		width: 100%;
		margin-bottom: 20px;
	}
	
.acc_r-att {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
    min-height: 170px;
	}
	
.acc_tblbox_in .acc_r-att {
	font-size: 14px;
	width: 100%;
	max-width: 29rem;
	margin-right: 0px;
	}
	
br.pc{
	display: inline-block;
}
}



/*end min-width: 880px*/




/*start min-width: 1000px*/
@media (min-width: 1000px) {
.acc_r-att-wrap{
    height: 112px;
}
}
/*end min-width: 1000px*/




/*start min-width: 1200px*/
/*end min-width: 1200px*/

/*# sourceMappingURL=../css */