@charset "utf-8";


/****************************************** ギャラリー ***********************************************************/

/* アコーディオンパネル */
.hide {
    display: none;
}
.panel {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0 5px 0;
    padding: 0;
    float: left;
    position: relative;
    line-height: 31px;
    line-height: 3.1rem;
}
.panel--Trigger {
	padding: 0 6px 0 20px;
	background: #eee;
	color: #333;
	font-size: 120%;
	font-weight: 500;
	border: 1px solid #CCC;
}
.panel--Trigger2 {
    padding: 0 6px 0 20px;
    background: #eee;
	color: #555;
	font-size: 110%;
	font-weight: 500;
}
.panel--Content {
    padding: 0 0px;
    background: #fcfcfc;
}

.accordionPanel, .belowAccordionPanel, .relatedAccordionPanel, .simplePanel, .swiftPanel, .relatedSwiftPanel, .closePanel {
    cursor: pointer;
}

.accordionPanelHeader {
	background-image: url(img/minus.png);
    background-repeat: no-repeat;
	background-position: top 50% right 10px;
}
.accordionPanelHeader.close {
    display: block;
    cursor: pointer;
    background-image: url(img/plus.png);
    background-repeat: no-repeat;
    background-position: top 50% right 10px;
}

@media (max-width: 480px) {
.panel {
    min-height: 20px;
    line-height: 1.5rem;
}
.panel--Trigger {
	font-size: 100%;
	padding: 10px 50px 10px 10px;
}	
}
/* /アコーディオンパネル */



* {
	box-sizing: border-box;
}

.gridlayout {
	margin: 0 auto;
	column-count: 3;
	column-gap: 0;
}
.gridlayout2 {
	margin: 0 auto;
	column-count: 2;
	column-gap: 0;
}

.gridlayout img,
.gridlayout2 img,
.gridlayout3 img {
	width: 100%;
	vertical-align: bottom;
}

@media (max-width: 800px) {
  .gridlayout {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gridlayout,
  .gridlayout2 {
    column-count: 1;
  }
}

.grid {
	padding: 10px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	/* break-inside: avoid; */
}

.gridlayout3 {
  margin: 0 auto;
  overflow-y: hidden;
}
.gridlayout3 .grid:nth-child(1) {
  float: left;
  width: 39.9%;
}
.gridlayout3 .grid:nth-child(2) {
  float: left;
  width: 60.1%;
}
@media (max-width: 480px) {
  .gridlayout3 .grid:nth-child(1) {
    float: none;
    width: 100%;
  }
  .gridlayout3 .grid:nth-child(2) {
    float: none;
    width: 100%;
  }
}

.pic {
}
.textG {
	line-height: 1.5em;
}

.pic > *:not(img) {
	padding: 0 20px;
}


.other_galleryBtn {
	text-align: center;
	margin-top: 50px;
}
.other_galleryBtn a {
	display: block;
	width: 80%;
	margin: 0 auto 1em auto;
	
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #CCC;
	font-size: 130%;
	letter-spacing: 0.1em;
	background-image: url(/wp_belk/wp-content/themes/belk/common/head09.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.other_galleryBtn a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #575756;
	background-image: url(/wp_belk/wp-content/themes/belk/common/head09w.png);
}



/****************************************** index ***********************************************************/

.bgeee {
	background: #eeeeee;
}

.howto_index_logo {
	text-align: center;
	padding-top: 20px;
}

.btn_link {
	background-image: url(img/btn_arrow.gif);
	background-repeat: no-repeat;
	background-position: 261px 13px;
	background-color: #575756;
	width: 285px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
	margin: 0px auto 5px;
}

.btn_link:hover {
	background-color: #888888;
}

.howto_index_logo a:hover {
	text-decoration: none;
}

.howto_index_text {
	padding: 15px;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}


.fl { float: left; width: 50%; }
.fr { float: right; width: 50%; }

.fr ul li {
	float: left;
	width: 50%;
}
.fr ul li img {
	width: 100%;
}

/****************************************** almode/index ***********************************************************/


.mgb14 {
	margin-bottom: 14px;	
}

.td1 {
	background: #f8f8f8;
	width: 224px;
	border: 1px solid #cccccc;
	vertical-align: top;
	float: left;
	margin: 0px 8px 0px 6px;
}

.td2 {
	background: #f8f8f8;
	width: 464px;
	border: 1px solid #cccccc;
	vertical-align: top;
	float: left;
	margin: 0px 8px 0px 6px;
}

.tdspace {
	width: 14px;
	height: 14px;
}


.howtolist_img {
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.howtolist_box {
	padding: 0px 9px 9px;
	width: 205px;
}

.howtolist_box p.howtolist_ttl {
	color: #444444;
	font-weight: bold;
	padding: 9px 3px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bfbfbf;
	font-size: 14px;
	line-height: 18px;
}

.howtolist_box p {
	margin: 0px 0px 5px 0px;
	width: 100%;
	float: none;
	
	font-size: 12px;
	line-height: 22px;
}

.grayc {
	color: #999999;	
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 768px) {
	
/****************************************** index ***********************************************************/

.howto_index_logo {
	width: 100%;
}

.btn_link {
	width: 100%;
}

.howto_index_text {
	padding: 15px;
	font-size: 12px;
	line-height: 24px;
}

.fl { float: none; width: auto; }
.fr { float: none; width: auto; }
	
.fr ul li {
	float: none;
	width: auto;
	margin: 0 auto;
}


/****************************************** almode/index ***********************************************************/

.td1 {
	width: 100%;
	float: none;
	margin: 0px 0px 10px 0px;
}

.td2 {
	width: 100%;
	float: none;
	margin: 0px 0px 10px 0px;
}

.tdspace {
	width: 0px;
	height: 0px;
}

.howtolist_box {
	padding: 0px 5px 9px;
	width: auto;
}


.other_galleryBtn a {
	font-size: 100%;
	letter-spacing: 0.1em;
	display: block;
}

}




/****************************************** 事例集 ***********************************************************/


.useful_banner {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

.useful_banner li {
	float: left;
	width: 23%;
	border: 1px solid #ccc;
	margin: 0 2% 20px 0;
}
.useful_banner li.center {
	float: none;
	margin: 0 auto 20px;
}

.useful_banner li img {
	width: 100%;
}

.useful_banner li a {
	display: block;
	text-decoration: none;
}

.useful_banner li a:hover {
	text-decoration: underline;
}

.useful_banner li:nth-child(4n) {
	margin: 0 0px 20px 0;
}

.useful_banner li p {
	padding: 10px;
	font-size: 12px;
}

.useful_banner li p span {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
	
	background: url(https://belk.jp/wp_belk/wp-content/themes/belk/common/head09.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}
@media (max-width: 480px) {
.useful_banner {
	width: 100%;
}

.useful_banner li {
	float: left;
	width: 48%;
	border: 1px solid #ccc;
	margin: 0 2% 10px 0;
}

.useful_banner li:nth-child(2n) {
	margin: 0 0px 10px 0;
}

.useful_banner li br {
	display: none;
}

.useful_banner li span {
	display: block !important;
}	
}	
	
.bnr_lp {
	text-align: center;
}


