/*
Theme Name: QUERY-New
Template: lightning
*/
/*-----------------------------------------------
 共通
------------------------------------------------*/
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  /*font-family: 'Noto Serif JP', serif;*/
	color:#333;
}
p,li {
	letter-spacing:0.2em;
	text-align:justify;
}
.normal{
	font-weight:normal!important;
}
h2,h3,h4,h4 {
	letter-spacing:0.2em;
	text-align:justify;
}
h2{
	border-top:none;
	border-bottom:none;
}
h3{
	border-bottom:none;
}
h3:after{
	border-bottom:none;
}
.site-body img {
  width: 100%;
  height: auto;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
a{
	transition : all 0.3s!important;
}
a:hover{
   /*opacity:0.6;*/
}
.min{
	font-family: 'Noto Serif JP', serif;
}
.width50 {
	width:50%!important;
}
.width30 {
	width:30%!important;
}
.width20 {
	width:20%!important;
}
/*-----------------------------------------------
 ヘッダー
------------------------------------------------*/
.header-top .header-top-contact-btn a.btn {
    border-radius: 0;
    border: none;
    font-size: 14px;
	background-color:red;
}
.header-top .header-top-contact-btn a.btn:hover{
	background-color:orange;
}
.device-pc .global-nav-list > li:last-child > a {
    padding: 14px 0 1.5em 1.5em ;
}

/*-----------------------------------------------
 ナビ
------------------------------------------------*/
.global-nav-list > li .global-nav-name {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.device-pc .global-nav-list > li > a {
  padding: 14px 1.5em;
}
.global-nav-list > li .global-nav-description {
  color: #0267b4;
  letter-spacing: 0.1em;
}

.device-pc .global-nav-list > li:before {
	border-bottom:none;
}
.device-pc .global-nav-list > li > a :hover {
  text-decoration: none;
	opacity:1!important;
	color:orange;
}

/*-----------------------------------------------
 トップ
------------------------------------------------*/
.bg-border-brown{
	padding:30px;
	border:1px solid #6a3906;
	border-radius:30px;
}
.merit01 {
	    background-image: url(https://test.samples.design/wp-content/uploads/check-bg01.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px;
}
.merit02 {
	    background-image: url(https://test.samples.design/wp-content/uploads/check-bg02.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px;
}
.merit03 {
	    background-image: url(https://test.samples.design/wp-content/uploads/check-bg03.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px;
}
.top-list-box{
	background-color:#fff;
	padding:30px 100px;
	border-radius:20px;
	width: fit-content;
border:1px solid red;
	margin:0 auto;
}
.list-box{
	background-color:#fff;
	padding:30px 100px;
	border-radius:20px;
	margin-top:-60px!important;
	width: fit-content;
box-shadow: 0 1.5px 2.4px rgb(0 0 0 / 15%);
}
.list-box li {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}
.top-bg-gray {
	padding:30px;
	background-color:#f9f9f9;
	box-shadow: 0 1.5px 2.4px rgb(0 0 0 / 15%);
}
.top-merit-box {
	padding:30px;
}