/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


body, html {
    color: #222;
}

#main p{
	line-height:2.2rem;
}

/* ダークモード対策 */
.page-header {
    background-size: cover;
}

/* メニュー背景色 */
.global-nav-list>li>ul.sub-menu {
    background-color: #fae2bf;
}
.global-nav-list .sub-menu li a:focus-within, .global-nav-list .sub-menu li a:hover {
        background-color: #fcebd3;
}

.global-nav-list .sub-menu li a, .global-nav-list .sub-menu li a:hover {
    color: #000;
}
.child-page-list-title{
	
}
.child-page-list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: .5rem;
    text-align: center;
    justify-content: center;
    align-items: stretch;
}
.child-page-list-box li{
	padding:0;
	margin:0;
	font-size:.9rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.widget_accesstxt ul{
	list-style:none;
	padding:0;
	margin:0;
}
.widget_accesstxt li{
	padding:0;
	margin:0;
}
.cf7btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
input.btn-previous {
    font-size: 1rem;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: .5em 2em;
    border-radius: var(--vk-size-radius);
	margin-right:1rem;
}
/* コンタクトフォーム */
.cf7 {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  cursor:auto;
}

.cf7 p {
  margin: 0;
}
.cf7 > dl {
  margin: 40px 0 0 0;
}
.cf7 > dl > dt {
  padding: 0 0 0 0;
  color: #333;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem; /* 188.889% */
  letter-spacing: 0.1125rem;
}
.cf7 > dl > dt span.req {
  color: white;
  background-color: #DF5555;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  margin-left: 10px;
  padding: 4px;
}

.cf7 > dl > dd {
  padding: 0 0 32px 0;
}
.cf7 dd.col2 > p{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.cf7 dd.col2 > p > label {
  width: calc(100% / 2);
}

    
.cf7 dd.colhidari > p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .8rem;
}
