@charset 'utf-8';
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #e7e7e7;
}
img {
  max-width: 100%;
  height: auto;
}
/*---------------------------------------------------------------
#spNavi
---------------------------------------------------------------*/
#spNavi {
  display: none;
}
@media screen and (max-width:900px) {
  #spNavi {
    position: absolute;
    display: block;
    width: 100%;
    margin-bottom: 5px;

    padding-top: 5px;
  }
  #spNavi p.btn {
    margin-bottom: 3px;

    text-align: right;
  }
  #spNavi p.btn img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    cursor: pointer;
  }
  #spNavi ul {
    position: absolute;
    z-index: 9999;

    display: none;
    width: 100%;
    background-color: #fff;
  }
  #spNavi ul li {
    border-bottom: 1px solid #ccc;
  }
  #spNavi ul li a {
    display: block;
    padding: 8px 10px;
  }
  #spNavi ul li:first-child {
    border-top: 1px solid #ccc;
  }
}
/*
#spNavi
---------------------------------------------------------------*/
/*---------------------------------------------------------------
#header
---------------------------------------------------------------*/
#header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}
#header #headerinnner {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
#header #headerinnner .headerleft {
  float: left;
}
#header #headerinnner .headerleft p {
  font-size: 12px;
  font-weight: bold;
}
#header #headerinnner .headerleft h1 {
  font-size: 22px;
  line-height: 1.2;
  color: #8c4532;
}
#header #headerinnner .etcNavi {
  float: right;
  width: 220px;
  margin-top: 5px;
}
#header #headerinnner .etcNavi li {
  float: left;
  margin-right: 10px;
  ;
  color: #000;
}
#header #headerinnner .etcNavi li:last-child {
  margin-right: 0;
}
#header #headerinnner .etcNavi li a {
  font-size: 14px;
  font-weight: bold;
  ;
  position: relative;
  display: inline-block;
  padding: 2px 8px 2px 18px;
  color: #5a5a5a;
  border: 2px solid #b54037;
}
#header #headerinnner .etcNavi li a::before {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #da736b;
}

@media screen and (max-width:900px) {
  #header {
    z-index: -9999;
    padding-bottom: 5px;
  }
  #header #headerinnner {
    padding-right: 10px;
    padding-left: 10px;
  }
  #header .etcNavi {
    display: none;
  }
}
@media screen and (max-width:480px) {
  #header #headerinnner .headerleft p {
    font-size: 10px;
  }
  #header #headerinnner .headerleft h1 {
    font-size: 17px;
  }
}
/*
#header
---------------------------------------------------------------*/







#slider {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#slider p img {
  position: absolute;
  top: calc(50% - 168.5px);
  left: calc(50% - 168.5px);
}
#nav {
  max-width: 900px;
  margin: 0 auto;
}
#nav li {
  float: left;
}
#nav li.navi01 {
  width: 175px;
}
#nav li.navi02 {
  width: 359px;
}
#nav li.navi03 {
  width: 366px;
}
#nav li a:hover {
  opacity: .8;
}






/*---------------------------------------------------------------
#localNavi
---------------------------------------------------------------*/
#localNavi ul li {
  float: left;
}
#localNavi ul li.navi01 {
  width: 148px;
}
#localNavi ul li.navi02 {
  width: 139px;
}
#localNavi ul li.navi03 {
  width: 109px;
}
#localNavi ul li.navi04 {
  width: 115px;
}
#localNavi ul li.navi05 {
  width: 140px;
}
#localNavi ul li.navi06 {
  width: 98px;
}
#localNavi ul li.navi07 {
  width: 150px;
}
#localNavi ul li a {
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #fff;
}
#localNavi ul li a:hover {
  opacity: .6;
}
#localNavi ul li:last-child a {
  border-right: 0;
}

@media screen and (max-width:900px) {
  #localNavi {
    display: none;
  }
}
/*
#localNavi
---------------------------------------------------------------*/

#content {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 14px 15px 0;
  background-color: #d6c48b;
}

#content:not(.top) {
  /*padding: 14px 12px 0;*/
}

#content>div.bread {
  margin: 0 0 10px;
}


#content .title {
  margin-bottom: 20px;
}
#content .title h2 {
  margin: 0;
}
#content .container {
  width: 100%;
  /*max-width: 874px;*/
  /*margin: 0 auto 30px;*/
  padding-bottom: 30px;
}
#content .container .main {
  float: none;
  width: 100%;
}
#content .container .main .block {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 85px;
  border-radius: 10px;
  background-color: #fff;
}
#content .container .main .block2 {
  padding: 15px;
}
/*
#content .container .sidebar {
  float: right;
  width: 280px;
}
#content .container .sidebar p {
  margin-bottom: 1em;
}
#content .container .sidebar a:hover {
  opacity: .8;
}
*/

/*---------------------------------------------------------------
statusBox
---------------------------------------------------------------*/
#content .statusBox {
  box-sizing: border-box;
  max-width: 870px;
  margin: 13px auto 15px;
  padding: 13px 15px;
  border-radius: 10px;
  background-color: #fff;
}

#content .statusBox .variousAreaPc:nth-of-type(odd) {
  float: left;
	width: 44.5%;
	margin-left: 0.5%;
}

#content .statusBox .variousAreaPc:nth-of-type(even) {
  float: left;
	width: 55%;
}

#content .statusBox .variousAreaPc:nth-of-type(3) {
	padding-top: 8px;
	padding-bottom: 12px;
}

#content .statusBox .variousAreaSp {
  display: none;
}

#content .statusBox .icoArea {
  float: left;
}

#content .statusBox .icoArea img {
  vertical-align: middle;
}

#content .statusBox .txtArea {
  font-size: 14px;
  margin-left: 14px;
  float: left; 
}

#content .statusBox .txtArea.contMg {
  margin-left: 45px;
}

#content .statusBox .applicantArea {
	float: left;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 12px;
}

#content .statusBox .applicantArea p {
	margin-left: 5px;
}

#content .statusBox .applicantArea span {
  font-weight: bold;
	color: #964c13;
}

@media screen and (max-width:900px) {
#content .statusBox {
  margin: 13px 15px 15px;
}
#content .statusBox .variousAreaPc {
  display: none;
}
#content .statusBox .variousAreaSp {
	margin-bottom: 12px;
}
#content .statusBox .variousAreaSp:nth-of-type(odd) {
	display: inline;
  float: left;
  width: 100%;
}
#content .statusBox .variousAreaSp:nth-of-type(even) {
	display: inline;
  float: left;
  width: 100%;
}
#content .statusBox .variousAreaSp:nth-of-type(3),#content .statusBox .variousArea:nth-of-type(4) {
	display: inline;
	padding-top: 0;
	padding-bottom: 0;
}
#content .statusBox .icoArea img {
  margin-right: 14px;
}
#content .statusBox .txtArea {
  font-size: 14px;
  margin-left: 0;
  float: none;
	display: inline-block;
}
#content .statusBox .txtArea.contMg {
  margin-left: 0;
}
#content .statusBox .applicantArea {
	margin-top: 0px;
}
#content .statusBox .applicantArea p {
	margin-left: 0px;
}
}

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


  #nav {
    display: none;
  }
  #slider p img {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40%;
  }
  #content .container {
    width: 92%;
    width: calc(100% - 30px);
    margin: 0 15px 0;
  }
  #content .container .main {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
/*
  #content .container .sidebar {
    float: none;
    width: 100%;
  }
  #content .container .sidebar p {
    width: 100%;
  }
  #content .container .sidebar p img {
    width: 100%;
  }
*/
  #content .container .main .block {
    width: 100%;
    padding: 30px 15px;
  }
}



/*---------------------------------------------------------------
h2.mark
---------------------------------------------------------------*/
#content h2.mark {
  font-size: 18px;
  margin-bottom: 9px;
  padding-left: 35px;
  color: #964c13;
  background: url(../images/heading.png) no-repeat 5px 8px;
}
#content h2.mark span {
  float: right;
	font-weight: normal;
} 
#content h2.mark span a:hover {
  text-decoration: underline;
}
#content h2.mark span a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #b54037;
    padding: 0px 20px;
}
#content h2.mark span a::after {
    position: relative;
    top: 0px;
    left: 10px;
    content: url(../images/akiya/news/bg_readmore.jpg);
}
/* 
h2.mark
---------------------------------------------------------------*/
/*---------------------------------------------------------------
bankList
---------------------------------------------------------------*/
#content .bankList {
  max-width: 870px;
  margin: 0 auto;
}
#content .bankList a:hover {
  opacity: .8;
}
#content .bankList .akiyabank {
  float: left;
  box-sizing: border-box;
  width: 430px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
#content .bankList .machiyabank {
  float: right;
  box-sizing: border-box;
  width: 430px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width:900px) {
  #content .bankList .akiyabank {
    float: none;
    width: 92%;
    width: calc(100% - 30px);
    margin: 10px 15px;
  }
  #content .bankList .machiyabank {
    float: none;
    width: 92%;
    width: calc(100% - 30px);
    margin: 10px 15px;
  }
  #content .bankList p.img img {
    width: 100%;
  }
}
/*
bankList
---------------------------------------------------------------*/


/*============================================================================

============================================================================*/

/*

============================================================================*/









/*============================================================================
フッター内のクラス
============================================================================*/
footer{
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #d6c48b;
}




/*---------------------------------------------------------------
.machiyaNavi
---------------------------------------------------------------*/
footer .machiyaNavi {
  padding: 0 15px;
}
footer .machiyaNavi ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
footer .machiyaNavi ul li a:hover {
  opacity: .6;
}
footer .machiyaNavi ul li.bnr02 {
  margin-right: 0;
}
footer .machiyaNavi ul li.bnr04 {
  margin-right: 0;
}
footer .machiyaNavi ul li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width:900px) {
  footer .machiyaNavi ul li {
    width: 100%;
  }
  footer .machiyaNavi ul li img {
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  footer .machiyaNavi ul li {
    float: none;
    margin-right: 0;
  }
}
/*
.machiyaNavi
---------------------------------------------------------------*/



/*---------------------------------------------------------------
.bnrArea
---------------------------------------------------------------*/
footer .bnrArea {
  padding: 20px 15px;
  /*margin: 20px 11px\9 20px 14px\9;*/
}
footer .bnrArea ul li {
  float: left;
  height: 86px;
  margin-right: 15px;
  margin-right: 12px\9;
}
footer .bnrArea ul li a:hover {
  opacity: .8;
}
footer .bnrArea ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width:900px) {
	/*
  footer .bnrArea {
    margin: 20px 10px;
  }
  footer .bnrArea ul {
    margin: 0 3px;
  }
  */
  footer .bnrArea ul li {
    float: left;
    width: 48%;
    width: calc(50% - 5px);
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  footer .bnrArea ul li:nth-child(even) {
    margin-right: 0;
  }
  footer .bnrArea ul li img {
    width: 100%;
  }
}
/*
.bnrArea
---------------------------------------------------------------*/
/*---------------------------------------------------------------
.whiteArea
---------------------------------------------------------------*/
footer .whiteArea {
  width: 100%;
  padding: 20px 0 30px;
  background-color: #fff;
}
footer .whiteArea .navi {
  display: table;
  margin: 0 auto 25px;
}
footer .whiteArea .navi ul li {
  line-height: 1;
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #333;
}
footer .whiteArea .navi ul li:last-child {
  border-right: 0;
}
@media screen and (max-width:900px) {
  footer .whiteArea .navi {
    display: block;
  }
  footer .whiteArea .navi ul li {
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    padding: 17px 10px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  footer .whiteArea .navi ul li:first-child {
    border-top: 1px solid #ccc;
  }
  footer .whiteArea .navi ul li:last-child {
    border-right: 0;
  }
}








footer .whiteArea .address {
	width: calc(100% - 17.8%);
    margin: 0 auto;

	display: flex;
	justify-content: space-between;
}
footer .whiteArea .address h5 {
  font-size: 17px;
  font-weight: bold;
}
footer .whiteArea .address > * > p {
	display: flex;
	flex-wrap: wrap;
}


/*
footer .whiteArea .address .akiya {
  float: left;
  width: 50%;
}
footer .whiteArea .address .akiya p {
  padding-left: 80px;
}
footer .whiteArea .address .machiya {
  float: left;
  padding-left: 80px;
}
footer .whiteArea .address .machiya p {
  padding-right: 80px;
}

footer .whiteArea .address .machiya2 {
  float: left;
  padding-left: 37px;
}

footer .whiteArea .address .akiyaOnly {
  float: none;
  width: 100%;
}
footer .whiteArea .address .akiyaOnly .firstP {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 80px;
  word-wrap: break-word;
}
footer .whiteArea .address .akiyaOnly .secondP {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-top: 5px;
}
footer .whiteArea .address .akiyaOnly .resp {
  display: none;
}
/**/


@media screen and (max-width:900px) {
	footer .whiteArea .address {
		flex-wrap: wrap;
		padding: 15px 10px;
	}
	footer .whiteArea .address .akiya {
		margin-bottom: 20px;
	}
	/*
  footer .whiteArea .address {
    padding: 15px 10px;
  }
  footer .whiteArea .address .akiya {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    float: none;
  }
  footer .whiteArea .address .akiya p {
    padding-left: 0;
    word-break: break-all;
  }
  footer .whiteArea .address .akiyaOnly .firstP,
  footer .whiteArea .address .akiyaOnly .secondP {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  footer .whiteArea .address .akiyaOnly .resp {
    display: block;
  }
  footer .whiteArea .address .machiya {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
    float: none;
  }
  footer .whiteArea .address .machiya p {
    padding-right: 0;
  }

  footer .whiteArea .address .machiya2 {
    float: left;
    padding-left: 0;
  }
  /**/
}
/*
.whiteArea
---------------------------------------------------------------*/
/*---------------------------------------------------------------
.copyright
---------------------------------------------------------------*/
footer .copyright {
  /*background-color: #d6c48b;*/
}
footer .copyright p {
  padding: 20px 10px;
  text-align: center;
}
/*
.copyright
---------------------------------------------------------------*/
/*
フッター内のクラス
============================================================================*/









