@charset "UTF-8";

#site-header-container{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#site-header-container .site-header-logo{
  width: auto;
}
#site-header-container .site-header-logo a img{
  width: auto;
  max-width: 320px;
  height: auto;
  max-height: 100%;
}
/****************************************************
#site-header-container .header_text .address {
  font-size: 20px;
}
#site-header-container .header_text{
  text-align: right;
}
#site-header-container .header_text a {
  text-decoration: none;
  color: black;
  font-size: 30px;
  font-weight: bold;
}
******************************************************/

#site-header-container .header_text {
  text-align: right;
}
#site-header-container .header_text a {
  text-decoration: none;
  display: inline-block;
  width: 240px;
  height: 40px;
  background-color: #45a1d4;
  color: white;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  margin: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5),
    inset 3px 3px 3px rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 14px;
}

#global-nav{
  justify-content: space-around;
  margin: auto;
}
@media screen and (max-width:990px){
  #site-header-container .header_text{
    display: none;
  }
}



.site-footer-copyright p:nth-child(2) {
    display:none;
}

ul.wp-block-latest-posts__list li{
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	border-top: 4px solid #45a1d4;*/
	flex-direction: column-reverse;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
ul.wp-block-latest-posts__list li  a{
	color: #45a1d4;
	line-height: 16px;
}
ul.wp-block-latest-posts__list li time{
	all: initial;
	font-size: 14px;
	line-height: 20px;
	color: dimgray;
	width: 140px;
}

.page-header{
	background-image: url(https://www.daiki-hoken.com/wp/wp-content/uploads/2022/06/bg_h1.jpg);
	color: black;
	text-shadow: 2px 2px 1px rgba(255,255,255,0.7);
}

.grecaptcha-badge { visibility: hidden; }

h4.topix_new:after{
	content: "New!";
	display: inline-block;
	margin-left: 5px;
	color: red;
	font-size: 12px;
	font-weight: bold;
	transform: translatey(-8px);
}