/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
 font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
  font-optical-sizing: auto;
  font-style: normal;
}
h2.information small{
	margin-left: 0.5rem;
	font-size: 1rem;
}

.work_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.work_list div{
	width: calc(25% - 1.5rem);
	color: #ffffff;
}

.work_list div a{
	display: block;
	text-decoration: none;
}

.work_list div a:hover{
	opacity: .7;
}

.work_list div .work_title{
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
}

ul.column3_list{
display: flex;
flex-wrap: wrap;
list-style: none;
justify-content:flex-start;
margin:0;
}

ul.column3_list li{
	width: calc(100% / 3);
	padding:0 1rem;
	box-sizing:border-box;
    margin: 0 0 0 0;
    margin-bottom: 4rem;
}

.w_area{
	display: flex;
	margin-bottom: 5rem;
}

.w_image{
	width: 60%;
	margin-right: 2rem;
}

.w_image img{
	display: block;
	width: 100%;
}

.work_detail{
	width: calc(40% - 2rem);
	border: none;
    height: fit-content;
}
.work_detail tr {
display: flex;
flex-direction: column;
}
.work_detail tr th,
.work_detail tr td{
	width:100%;
	margin: 0;
	border: none;
    font-size: 1rem;
}

.work_detail tr th{
	background: #efefef;
	text-align:left;
}

.work_detail tr td{
	margin-bottom: 1rem;
}

.site-footer-copyright p:last-child{
	display: none;
}
.empty_box {
padding:25vh 0;
	text-align:center;
}
.ba_ttl {
    text-align: center;
    font-size: 26px;
    line-height: 130%;
    word-break: auto-phrase;
    font-weight: bold;
	position:relative;
	padding-left:40px;
	padding-right:40px;
	display:table;
	margin:auto auto 25px;
}
.ba_ttl::before {
	content:"＼";
	left:0;
}.ba_ttl::after {
	content:"／";
	right:0;
}
.ba_ttl::before,
.ba_ttl::after {
font-weight: bold;
font-size: 30px;
margin: 0 0.5rem;
	position:absolute;
	bottom:0;
	color:#337ab7;
}
.hukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  font-size: 14px;
  background: #337ab7;
	font-weight:bold;
}

.hukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 8px solid #337ab7;
}
.wp-block-image figcaption {
    font-size: 1rem;
	font-weight:bold;
}
@media screen and ( max-width:980px ){
	.work_list div{
		width: calc(50% - 1rem);
		margin-bottom: 2rem;
	}
	
	.w_area{
		flex-direction: column;
	}
	
	.w_image{
		width: 100%;
		margin: auto;
		margin-bottom: 2rem;
	}
	
	.work_detail{
		width: 100%;
	}
}
.archive .site-body,
.wp-singular .site-body {
padding:3.5rem 0 4rem;
}
.page .site-body {
padding:0 0 4rem;
}
.wp-block-calendar a {
	color:#337ab7;
	font-weight:bold;
	text-decoration:underline;
}