<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  PC スマホ 共通
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-----------------------------------------------------
  ■リセット
 -----------------------------------------------------*/
.tok_txt{
    margin-top: 100px;
}

#gblmn,#breadcrumb,#gblmn+.searcharea{
	display:none; /* WCTグローバルメニュー、パンくず非表示*/
}
/*-----------------------------------------------------
  ■ヘッドメニュー
 -----------------------------------------------------*/
#bujo_hdmenuinner ul{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
}
#bujo_hdmenuinner ul li{
	border-right:1px solid #535353;
	padding:0;
}

.mn_top{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_top.png) no-repeat;
	width:211px;
	height:13px;
	background-size: contain;
	margin:20px;

}
.mn_top,
.mn_note,
.mn_bung,
.mn_tano,
.mn_kiho{
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	background-position: center center;
}

/*-----------------------------------------------------
  ■フットメニュー
 -----------------------------------------------------*/
#bujo_ftmenu{
	margin-top:200px;
}
#bujo_ftmenuinnner ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#bujo_ftmenuinnner ul li{
	padding:0;
}

/*-----------------------------------------------------
  ■動画
 -----------------------------------------------------*/
iframe[src*="youtube"]{
	margin: 0 auto;
	display: block;
}
iframe[data-src*="youtube"]{
	margin: 0 auto;
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  スマホ
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and ( max-width:600px) {

/*-----------------------------------------------------
  ■ヘッドメニュー
 -----------------------------------------------------*/

#bujo_hdmenuinner ul li:last-child{
	border-right:none;
}

.mn_note{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_note_sp.png) no-repeat;
}
.mn_bung{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_bung_sp.png) no-repeat;
}
.mn_tano{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_tano_sp.png) no-repeat;
}
.mn_kiho{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_kiho_sp.png) no-repeat;
}

.mn_note,
.mn_bung,
.mn_tano,
.mn_kiho{
	background-position: center center;
	background-size: 70%;
	width:25vw;
	height:80px;
}
/*-----------------------------------------------------
  ■フットメニュー
 -----------------------------------------------------*/
#bujo_ftmenuinnner ul li{
	width:48%;
	margin:1%;
}

}/* /@media only screen */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  PCのみ
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width:600px) {
/*-----------------------------------------------------
  ■共通
 -----------------------------------------------------*/
.bjinner{
	width:1120px;
	margin:0 auto;
}
/*-----------------------------------------------------
  ■ヘッドメニュー
 -----------------------------------------------------*/

#bujo_hdmenuinner ul li:first-child{
	border-left:1px solid #535353;
}

.mn_note{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_note_pc.png) no-repeat;
}
.mn_bung{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_bung_pc.png) no-repeat;
}
.mn_tano{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_tano_pc.png) no-repeat;
}
.mn_kiho{
	background: url(https://www.wakibungu.com/wct/images/bujo/mn_kiho_pc.png) no-repeat;
}

.mn_note,
.mn_bung,
.mn_tano,
.mn_kiho{
	background-position: center center;
	width:200px;
	height:80px;
}
/*-----------------------------------------------------
  ■フットメニュー
 -----------------------------------------------------*/
#bujo_ftmenuinnner ul{
    width: 60%;
    margin: auto;
}
#bujo_ftmenuinnner ul li{
	width:23%;
	margin:1%;
}

/*-----------------------------------------------------
  ■動画
 -----------------------------------------------------*/
.youtube-container{
    width: 640px;
    margin: 0 auto;
    padding-bottom: 33.25%;
}
.youtube-container iframe {
    width: 640px;
    height: 500px;
}
}/* /@media only screen */
</pre></body></html>