@charset "utf-8";

ul.list li{
	display: table;
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px dotted #000;
}

ul.list li p{
	display: table-cell;
}
ul.list li .date{
	width: 10em;
}

ul.list li a{
	color: #000;
}
ul.list li.menkai a{
	font-weight: bold;
	color: #D30003;
}


.page_details strong{
	text-decoration: underline;
	background: #fff8aa;
}

/*富永追記170607*/
.page_details ul.photo{
	width: 100%;
	display: table;
	table-layout: fixed;
	border-spacing: 7px 0;
	padding: 10px 0 25px 0;
}
.page_details ul.photo li{
	display: table-cell;
	vertical-align: top;
}
.page_details ul.photo li img{
	max-width: 100%;
	width: auto;
	height:auto;
	display: block;
	margin: 0 auto;
}
.page_details ul.photo li .cmt{
	display: block;
	margin: 5px 0;
}
.page_details .update{
	margin: 10px auto;
	text-align: right;
	padding: 10px 15px;
	background: #eeeeee;
	display: block;
}

/*tomita 181031*/
.itemBox{
	margin: 30px 0;
}
.itemBox ul,
.itemBox .frameBox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.itemBox ul li,
.itemBox .frameBox .inframe{
	display: block;
	padding: 10px;
	margin: 2px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 24%;
}
.itemBox .item5{
	width: 19%;
}
.itemBox .box{
	border: 1px solid #df0615;
}
.itemBox .line{
	border-right: 1px solid #df0615;
}
.itemBox .none{
	border: 0;
}

.itemBox .image{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.itemBox .image img{
	width: 100%;
	height: auto;
}
.itemBox .caption{
	text-align: center;
	padding: 0;
	word-break: break-all;
	word-wrap:break-word;
}
.itemBox .cmt{
	text-align: left;
	padding: 7px 0 0 0;
	word-break: break-all;
	word-wrap:break-word;
}

@media screen and (max-width: 768px){
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #df0615;
}
}
@media screen and (max-width: 480px){
.itemBox .item1,
.itemBox .item2,
.itemBox .item3,
.itemBox .item4,
.itemBox .item5{
	width: 99%;
}
}

@media screen and (max-width: 768px) {
/*tablet*/
ul.list{
	margin:0 auto;
	width: 96%;
}
}
@media screen and (max-width: 620px){
/*smart phone*/
}
@media screen and (max-width: 479px){
/*smart phone*/
ul.list li,
ul.list li p{
	display: block;
}
ul.list li .date{
	font-weight:bold;
}
}


/*table
************************************************************************************/
.font120{
	font-size:120%;
}
table.normal th.th2{
	font-weight:lighter;
}


@media screen and (max-width: 620px){
table.normal,
table.gray{
	display: block;
	width: 99%;
	border: 0 !important;
}
table.normal caption{
	display: block;
	width: 100%;
}
table.normal tbody,
table.gray tbody{
	display: block;
	width: 100%;
}
table.normal tr,
table.gray tr{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
table.normal th,
table.normal td,
table.gray th,
table.gray td{
	display: list-item;
	width: 99%;
	display: block;
}
table.normal th,
table.gray th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 99%;
	display: block;
	padding: 9px 5px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.normal td,
table.gray td{
	margin-left: 0;
	padding: 0 0 5px 0 !important;
	width: 99%;
	list-style-type: none;
	border: 0 !important;
}
}

/*noto-support-message
************************************************************************************/
.noto-support .message_box{
	margin: 15px auto;
	display: block;
	padding: 0 !important;
}
.noto-support .message_box{
	margin: 15px auto 30px;
	width:94%;
	border: 1px solid #c0c0c0;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);   /* 影指定 */
	padding: 0 !important;
}
.noto-support .message_box .image{
	margin: 0 auto;
	width:100%;
	height:auto;
	text-align:center;
}
.noto-support .message_box .image img{
	max-width:100%;
	height:auto;
	vertical-align:top;
	
}

.noto-support .message_box2{
	width:600px;
	margin: 15px auto 30px;
	border: 1px solid #c0c0c0;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);   /* 影指定 */
	padding: 0 !important;
}
.noto-support .message_box2 .image{
	margin: 0 auto;
	width:100%;
	height:auto;
	text-align:center;
}
.noto-support .message_box2 .image img{
	margin: 0 auto;
	max-width:100%;
	height:auto;
	vertical-align:top;
	
}

@media screen and (max-width: 620px){
	.noto-support .message_box2{
	width:100%;
	margin: 15px auto 30px;
	border: 1px solid #c0c0c0;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);   /* 影指定 */
	padding: 0 !important;
}
}

.noto-support-message .btn,
.noto-support-message a.btn,
.noto-support-message button.btn {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 1rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000FA3;
  border-radius: 0.5rem;
}

.noto-support-message a.btn-message {
  overflow: hidden;
  padding: 1.5rem 2.5rem;
  color: #fff;
  border-radius: 0;
  background: #a1d500;
}

.noto-support-message a.btn-message span {
  position: relative;
}

.noto-support-message a.btn-message:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #48ae3d;
}

.noto-support-message a.btn-message:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}



/*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: 60%;
  color: #fff;
  font-size: 18px;
  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: 70px;
  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: -2.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: 60%;
  color: #fff;
  font-size: 18px;
  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: 70px;
  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: -2.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: 60%;
  color: #fff;
  font-size: 18px;
  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: 70px;
  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: -2.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: 60%;
  color: #fff;
  font-size: 18px;
  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: 70px;
  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: -2.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: 60%;
  color: #fff;
  font-size: 18px;
  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: 70px;
  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: -2.5em;
}


/*240126富永追記*/
.btn-item6 {
  text-decoration:none;
}
.btn-item6 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 3em 1em 1em;
  width: 78%;
  color: #fff;
  font-size: 15px;
  font-weight: 800;	
  text-decoration: none;
  background: #000061;
  transition: 0.3s;
}

.btn-item6 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-item6 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #4175c4;
  transition: 0.3s;
}

.btn-item6 a:hover {
  text-decoration: none;
	color:#fff;
  background: #090293;
}

.btn-item6 a:hover::before,
.btn-item6 a:hover::after {
  right: -1.8em;
}
