/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}
/*BOXの装飾*/
.faqbox {
	border:1px solid;
	background-color:#fcf7d6;
	margin:10px 0px;
	padding: 15px ;border-radius:10px;
	-webkit-appearance: none;
}

.qbox {
	color:#FFFFFF;
	font-weight: bold;
	background-color:#CA7A2C;
	margin:30px 0px 10px 0px;
	padding: 10px 15px ;
	-webkit-appearance: none;
}



/*-- ここまで --*/



/*ヘアラインの装飾*/
hr {
  height: 8px;
  margin: 20px 10px;
  background: #bbb;
  border:none; 
  background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
  background-image: -moz-linear-gradient(left, #eee, #777, #eee);
  background-image: -ms-linear-gradient(left, #eee, #777, #eee);
  background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

/*ヘアラインの装飾2*/
hr.dashed{
 height: 1px;
 background: #fff;
 border-top: 2px dashed #8c8b8b;
 background-image:none

}



/*スマホ用フッターメニュー　サイズ*/
#st-footermenubox ul.menu li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:15px;
}
#st-footermenubox ul.menu li .fa{
	font-size:30px;
}

/*-- ここまで --*/

/*社長挨拶レイアウト*/

dl.aisatsu dt{color:#000000;}

div.aisatsu {text-align: right;}
/*ここまで*/



/* 目次（カスタム） */
#st_toc_container {
    margin: 0px ;
    text-align: center;
}


/*タイルレイアウト*/
.grid-hinmoku {
  margin: 0px 0px 10px 0px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, 110px);
  justify-items: center;
  text-align:center;
  }

.grid-hinmoku a{text-decoration: none;}

.grid-menu {
  margin: 0px 0px 10px 0px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, 170px);
  justify-items: center;
  text-align:center;
  }

.grid-menu a{text-decoration: none;}

.grid-menu-pc {
  margin: -50px 0px -35px 0px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, 226px);
  justify-items: center;
  text-align:center;
  }

.grid-menu-pc a{text-decoration: none;}





/*説明リスト*/
dt{color:red;
  font-weight: bold;}

.list dl{

}
.list dt{
  float: left;
  width: 180px ;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}
.list dd{
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 190px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #aaaaaa;
  word-spacing: 10px;}
}

.nen dl{}

.nen dt{
  float: left;
  width: 60px ;
  color:#1E88A8;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}

.nen dd{
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 70px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #aaaaaa;
  word-spacing: 10px;
}

.koe dl{}

.koe dt{
  color:#1E88A8;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}

.koe dd{
  text-align: left;
  padding-left: 10px;
  border-bottom-width: 5px;
  border-bottom-style: dotted;
  border-bottom-color: #aaaaaa;

  }

.yoko dl{}

.yoko dt{
  float: left;
  width: 100px ;
  color:#red;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}

.yoko dd{
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 180px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #aaaaaa;
  word-spacing: 10px;}

/*フッター固定*/
.footerfixd li{
display: inline-block;
margin: 0 5; 
}

/*アンダーライン*/
.underline {
  border-bottom:dotted;
  border-color:#aaaaaa;
  border-width:5px;
}

/*アコーディオンメニュー*/
.accordion-menu {
    max-width: 100%;
}

.accordion-menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : green;
    cursor :pointer;
}

input {
    display:;
}

.accordion-menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.accordion-menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}

.grecaptcha-badge { visibility: hidden; }


}