@charset "utf-8";

/*
************************************************************************************/

.pageList li{
	padding: 10px 5px;
	margin: 0 0 0 0;
	width: 770px;
	border-bottom: 1px dotted #999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pageList li:hover{
	background: #ebf7fa;
}

.pageList li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .pageList li{
    height: 1em;
}
.pageList li{
    display: block;
}
*:first-child+html .pageList li{
	zoom:1;
}

.pageList li .photo{
	width: 150px;
	float: left;
	border: 3px solid #CCC;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
.pageList li .photo img{
	max-width: 100%;
	height: auto;
}

.pageList li .details{
	float: right;
	width: 590px;
}
.pageList li .details .title{
	font-weight: bold;
	font-size: 90%;
}
.pageList li .details .title a{
	color: #000;
}
.pageList li .details .date{
	font-size: 75%;
	color: #666;
}
.pageList li .details .cmt{
	padding: 7px 0 0 0;
	font-size: 80%;
}

/*17/07/12	富永追記
************************************************************************************/
#page_job ul.list li{
	display: table;
	width: 100%;
	border-spacing: 5px;
	table-layout: fixed;
	border-bottom: 1px dotted #000;
}

#page_job ul.list li p{
	display: table-cell;
}
#page_job ul.list li .date{
	width: 10em;
}
#page_job ul.list li a{
	color: #000;
}



@media screen and (max-width: 979px) {
.pageList li{
	padding: 10px 5px;
	margin: 0 0 0 0;
	width: 100%;
	border-bottom: 1px dotted #999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pageList li .photo{
	width: 30%;
	float: left;
	border: 3px solid #CCC;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
.pageList li .photo img{
	max-width: 100%;
	height: auto;
}

.pageList li .details{
	float: right;
	width: 68%;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
#page_job ul.list li{
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dotted #000;
}

#page_job ul.list li p{
	display: block;
}
#page_job ul.list li .date{
	width: auto;
	display: block;
	padding-bottom: 5px;
}
}
@media screen and (max-width: 480px){
.pageList li .photo{
	width: 40%;
	float: left;
	border: 3px solid #CCC;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
.pageList li .photo img{
	max-width: 100%;
	height: auto;
}

.pageList li .details{
	float: right;
	width: 55%;
}

.pageList li .details .cmt{
	display: none;
}
}


/*pageDetails
************************************************************************************/
.pageDetails .date{
	text-align: right;
	padding: 0px 0 10px 0;
	color: #666;
}


.pageDetails ul.photos{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 5px 0;
}
.pageDetails ul.photos li{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}
.pageDetails ul.photos li img{
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.pageDetails img.sh{
	border: 2px solid #FFF;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
}

@media screen and (max-width: 979px) {
.pageDetails ul.photos li{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	width: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pageDetails ul.photos li img{
	max-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}
}

@media screen and (max-width: 768px){
.pageDetails ul.photos{
	display: block;
}
.pageDetails ul.photos li{
	display: block;
	width: auto;
	text-align: center;
}
}

/*page_faq
************************************************************************************/
#page_faq dt{
	background: url(../../img/common/icon_q.png) no-repeat 5px 0.5em #d3deee;
	padding: 0.6em 0 0.5em 35px;
	font-weight: bold;
	color: #072856;
	line-height:1.5;
}

#page_faq dd{
	background: url(../../img/common/icon_a.png) no-repeat 5px top;
	padding: 0 0 20px 40px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #c0c0c0;
}

#page_faq dd .ttl{
	font-weight: bold;
	padding: 0 0 0.8em 0;
}
#page_faq dd p{
	padding: 0 0 0.7em 0;
}
#page_faq dd p:last-child{
	padding: 0;
}
#page_faq dd p.bold{
	padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
/*tablet*/
#page_faq dl{
	margin:0 10px;
}
}
@media screen and (max-width: 620px){
/*smart phone*/
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*enhancement-building20230908
************************************************************************************/
.waku-dl {
	width:96%;
	margin:10px auto;
}
.btn-item1 {
  text-decoration:none;
}
.btn-item1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em 1em 4em;
  width: 70%;
  color: #fff;
  font-size: 16px;
  font-weight: 800;	
  text-decoration: none;
  background: url(../../enhancement-building/img/item01.png) no-repeat top left;
  background-color: #000061;
  transition: 0.3s;
}

.btn-item1 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item1 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item1 a:hover {
  text-decoration: none;
	color:#fff;
  background: url(../../enhancement-building/img/item01.png) no-repeat top left;
  background-color: #090293;
}

.btn-item1 a:hover::before,
.btn-item1 a:hover::after {
  right: -1.5em;
}

.btn-item2 {
  text-decoration:none;
}
.btn-item2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em 1em 4em;
  width: 70%;
  color: #fff;
  font-size: 16px;
  font-weight: 800;	
  text-decoration: none;
  background: url(../../enhancement-building/img/item02.png) no-repeat top left;
  background-color: #000061;
  transition: 0.3s;
}

.btn-item2 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item2 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item2 a:hover {
  text-decoration: none;
	color:#fff;
  background: url(../../enhancement-building/img/item02.png) no-repeat top left;
  background-color: #090293;
}

.btn-item2 a:hover::before,
.btn-item2 a:hover::after {
  right: -1.5em;
}


.btn-item3 {
  text-decoration:none;
}
.btn-item3 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em 1em 4em;
  width: 70%;
  color: #fff;
  font-size: 16px;
  font-weight: 800;	
  text-decoration: none;
  background: url(../../enhancement-building/img/item03.png) no-repeat top left;
  background-color: #000061;
  transition: 0.3s;
}

.btn-item3 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item3 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item3 a:hover {
  text-decoration: none;
	color:#fff;
  background: url(../../enhancement-building/img/item03.png) no-repeat top left;
  background-color: #090293;
}

.btn-item3 a:hover::before,
.btn-item3 a:hover::after {
  right: -1.5em;
}


.btn-item4 {
  text-decoration:none;
}
.btn-item4 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em 1em 4em;
  width: 70%;
  color: #fff;
  font-size: 16px;
  font-weight: 800;	
  text-decoration: none;
  background: url(../../enhancement-building/img/item04.png) no-repeat top left;
  background-color: #000061;
  transition: 0.3s;
}

.btn-item4 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item4 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item4 a:hover {
  text-decoration: none;
	color:#fff;
  background: url(../../enhancement-building/img/item04.png) no-repeat top left;
  background-color: #090293;
}

.btn-item4 a:hover::before,
.btn-item4 a:hover::after {
  right: -1.5em;
}



.btn-item5 {
  text-decoration:none;
}
.btn-item5 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em 1em 4em;
  width: 70%;
  color: #fff;
  font-size: 16px;
  font-weight: 800;	
  text-decoration: none;
  background: url(../../enhancement-building/img/item05.png) no-repeat top left;
  background-color: #000061;
  transition: 0.3s;
}

.btn-item5 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item5 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item5 a:hover {
  text-decoration: none;
	color:#fff;
  background: url(../../enhancement-building/img/item05.png) no-repeat top left;
  background-color: #090293;
}

.btn-item5 a:hover::before,
.btn-item5 a:hover::after {
  right: -1.5em;
}