/*
Theme Name: welldytheme
Author: welldy
Description: ウェルディテーマ
Version: 1.0
*/

/* /////////////////////////////////////////////////////////////

INDEX

=画面サイズ設定
=基本フォーマット
=フッターメタ調整
=スタイル調整
=ヘッダー
=コンテンツ基本
=トップイメージ｜コンテンツイメージ
=コンテンツタイトル
=ウィジェット
=アーカイブ
=フッター
=検索
=ホバーボックス
=閲覧パスワード制限
=モバイル用画面高さ調整
=スクリプト
=ショートコード
=プラグイン・jQuery
=ヘルプ
=管理バー調整
=プリント

///////////////////////////////////////////////////////////// */


/* ==============================================================

=画面サイズ設定

============================================================== */

/* 基本画面サイズ */
search footer.entry-meta-list,
.site-content footer.entry-meta-list,
.site-content footer.entry-meta,
.header-obi .header-obi-block,
.wrapper,
.home .widget-area,
.footer-area,
.widget_breadcrumb_navxt,
.main-navigation{
	max-width:1280px;
}

/* 全画面サイズ選択に反映 */
.search .all-full2 footer.entry-meta-list,
.all-full2 .site-content footer.entry-meta-list,
.all-full2 .site-content footer.entry-meta,
.all-full2 .wrapper,
.home .all-full2 .wrapper,
.home .all-full2 .widget-area,
.all-full2 .widget_breadcrumb_navxt,
.search .all-full footer.entry-meta-list,
.all-full .site-content footer.entry-meta-list,
.all-full .site-content footer.entry-meta,
.all-full .wrapper,
.home .all-full .wrapper,
.home .all-full .widget-area,
.all-full .widget_breadcrumb_navxt{
	max-width:100%;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
}

/* コンテンツ枠 */
.home .all-full .site-content footer.entry-meta,
.home .all-full .widget-area,
.all-full .wrapper{
	max-width:90%;
}
.home .all-full2 .site-content footer.entry-meta,
.home .all-full2 .widget-area,
.all-full2 .wrapper{
	max-width:1280px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.home .all-full2 .widget-area{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 1330px) {
	.home .all-full2 .site-content footer.entry-meta,
	.home .all-full2 .widget-area,
	.all-full2 .wrapper{
		box-sizing: inherit;
	}
}

/* ウィジェット幅調整 */
#secondary.widget-area{
  margin: 0;
  max-width:100%;
}

/* ブログタイプ時　ホーム全画面：コンテンツ枠（1280px）対応 */
.wj-pdnon #secondary.widget-area{
  padding: 0;
}

/* 設定中の幅対応 */
.all-full .w-sizeset{
	max-width:90%;
}
.all-full2 .w-sizeset{
	max-width:1280px;
}

/* 全画面：ヘッダー・メニュー・フッター */
.hdftsize .header-obi .header-obi-block,
.hdftsize .footer-area{
	max-width:90%;
	padding-left: 20px;
	padding-right: 20px;
}
.hdftsize2 .header-obi .header-obi-block,
.hdftsize2 .footer-area{
	max-width:100%;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 1279px) {
	.hdftsize .header-obi .header-obi-block,
	.hdftsize .footer-area{
		max-width:100%;
	}
}

.hdftsize2 .main-navigation{
  max-width:100%;
}

.hdftsize .main-navigation{
  max-width:100%;
}
@media screen and (max-width: 1279px) {
	.hdftsize .main-navigation{
		max-width:100%;
	}
}

/* ==============================================================

=基本フォーマット

============================================================== */


/* 基本ベース
-------------------------------------------------------------- */

/* 画面調整 */
html {
	-webkit-overflow-scrolling: touch;
}

/* Webフォント ちらつき調整 */
html {
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}

@media screen and (min-width: 992px) {
	html {
		overflow-y: scroll;
	}
}
/* IE対策 */
@media all and (-ms-high-contrast: none) {
	html{
		overflow-x: hidden;
	}
}

body{
  overflow-x: hidden;
}

/* スクロール時ホバー無効 */
.disable-hover {
  pointer-events: none;
}

/* ==============================================================

=フッターメタ調整

============================================================== */

/* 共通フッターメタ */
.search footer.entry-meta-list,
.site-content footer.entry-meta-list,
.site-content footer.entry-meta{
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
}

/* フッターメタ表示時のコンテンツブロック下にライン入れ */
.footerline{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.single .footerline{
  padding-bottom: 30px;
}
.footerline+footer.entry-meta-list{
	margin-bottom: 40px;
}

/* ==============================================================

=スタイル調整

============================================================== */

/* 表示クリア */
.view-non{
	display: none;
}
@media only screen and (max-width:599px){
	/* 表示クリア：スマホ以下 */
	.view-non-sp{
		display: none;
	}
}
@media only screen and (max-width:991px){
	/* 表示クリア：タブレット以下 */
	.view-non-tb{
		display: none;
	}
}

/* ==============================================================

=ヘッダー

============================================================== */

/* モバイルウィジェット用 */
.mbwjput{
  display: none;
}
@media only screen and (max-width:991px){
  .mbwjput{
    display: block;
    position: absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
  }
}

/* =ヘッダー
-------------------------------------------------------------- */

/* 基本ヘッダー枠 */
.site-header{
	position: relative;
	width: 100%;
	z-index: 10;
}

/* トップ画像タイプ選択 */
.home .imgview-4 .site-header,
.home .imgview-3 .site-header,
.home .imgview-2 .site-header{
	position: absolute;
	left: 0;
	top:0;
}
@media screen and (max-width: 991px) {
  .home.koteimb1 .site-header{
    position: fixed;
  }
}
@media screen and (min-width: 992px) {
  body:not(.home) .conview-2 .site-header{
    position: absolute;
    left: 0;
    top:0;
  }
  body.home.koteiin1 .site-header,
  body:not(.home).koteiin1 .conview-2 .site-header{
    position: fixed;
  }
}

/* ヘッダー帯 */
.header-obi{
	position:relative;
	width: 100%;
	display:block;
	background-color:rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	padding: 0 0 0 0;
	z-index: 3;
}
.header-obi .header-obi-block{
	position:relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1280px;
	min-height: 65px;
	z-index: 3;
}

@media only screen and (min-width:768px){
	/* ヘッダー帯 */
	.header-obi .header-obi-block{
		padding: 0 20px;
		min-height: 74px;
	}
}

@media screen and (min-width: 992px) {
	/* ヘッダー帯 */
	.header-obi .header-obi-block{
		padding: 0 20px;
		min-height: 92px;
	}
}

/* ヘッダー帯内ブロック */
.header-obi .header-obi-block .header-obi-block-in{
	padding: 10px 0;
	display: flex;
	justify-content: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .mbtitle-l .header-obi .header-obi-block .header-obi-block-in{
    justify-content: left;
  }
}
@media screen and (min-width: 992px) {
  /* ヘッダー帯内ブロック */
	.header-obi .header-obi-block .header-obi-block-in{
    padding: 10px 0;
		justify-content: flex-start;
	}
  /* ヘッダー帯内ブロック（メニュー固定時） */
  .header-obi.hide-top .header-obi-block .header-obi-block-in{
    padding: 10px 0;
	}
  .menuset3.koteiin2 .header-obi.hide-top .header-obi-block .header-obi-block-in{
    padding: 10px 0;
  }
  .menuset4 .header-obi.hide-top .header-obi-block .header-obi-block-in,
  .menuset5 .header-obi.hide-top .header-obi-block .header-obi-block-in{
    padding: 10px 0;
	}
  .menuset5 .header-obi{
    min-height: 90px;
  }
  .menuset5 .header-obi .header-obi-block{
    min-height: 90px;
  }
  .menuset5 .header-obi .header-obi-block .header-obi-block-in{
    min-height: 70px;
    z-index: 0;
  }

}

/* ヘッダー画像スペース */
.header-logo-box{
	position:relative;
	width: 100%;
	width:36px;
	margin:0 10px 0 0;
	padding:0 0 0 0;
	z-index: 10;
}
.header-logo-box img{
	position:absolute;
	left:0;
	top:0;
	width: 36px;
	height: auto;
}
.hdsize-f .header-logo-box img{
	position:relative;
}

/* ヘッダー画像：横幅 */
.header-logo-box.hdimgw-s img,
.header-logo-box.hdimgw-s{
	width:54px;
}
.header-logo-box.hdimgw-l img,
.header-logo-box.hdimgw-l{
	width:72px;
}

/* ヘッダー画像：縦配置 */
.header-logo-box.hdimg-c img{
	position:absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header-logo-box.hdimg-b img{
	position:absolute;
	left:0;
	top:auto;
	bottom: 0;
}

/* ヘッダー画像 */
a.header-logo{
	display:block;
	width:100%;
	padding:0;
}

@media only screen and (min-width:768px){
	/* ヘッダー画像スペース */
  .header-logo-box img,
	.header-logo-box{
		width: 40px;
	}
	/* ヘッダー画像：横幅 */
  .header-logo-box.hdimgw-s img,
	.header-logo-box.hdimgw-s{
		width:60px;
	}
  .header-logo-box.hdimgw-l img,
	.header-logo-box.hdimgw-l{
		width:80px;
	}
}

@media screen and (min-width: 992px) {
	/* ヘッダー画像スペース */
  .header-logo-box img,
	.header-logo-box{
		width: 60px;
	}
	/* ヘッダー画像：横幅 */
  .header-logo-box.hdimgw-s img,
	.header-logo-box.hdimgw-s{
		width:90px;
	}
  .header-logo-box.hdimgw-l img,
	.header-logo-box.hdimgw-l{
		width:120px;
	}
}

/* ヘッダータイトルスペース */
.header-title-box{
	position:relative;
	margin:0;
	box-sizing: border-box;
	min-height: 50px;
  max-width: 300px;
	width: 100%;
}
.header-title-box.hdimg-c img{
	position:absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header-title-box.hdimg-b img{
	position:absolute;
	left:0;
	top:auto;
	bottom: 0;
}

/* ヘッダーロゴ画像サイズ */
.widget-headlogo img{
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width:991px){
	.header-title-box{
		width:220px;
	}
}
@media only screen and (max-width:767px){
	.header-title-box{
		width:180px;
	}
}

/* PCメインメニュー my-manu.css */
.main-navigation ul{
	box-sizing: border-box;
}
.navmenu-pc.hide .main-navigation ul{
	padding-left: 0;
}

/* 最上部ミニヘッダー */
.header-minititle{
  width: 100%;
  box-sizing: border-box;
	text-align: center;
	background-color: #F07502;
	padding: 5px 20px;
	z-index: 10;
  position: relative;
  color: #ffffff;
  box-sizing: border-box;
  text-align: left;
}
.koteiin2 .header-minititle.hide,
.header-minititle.minihead-set{
  position: fixed;
  top: -100%;
}
.header-minititle .site-description,
.header-minititle .site-title,
.header-minititle .site-title a{
	color: #000000;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
	margin: 0;
}

/* ヘッダータイトル：エリア */
.header-title-in{
	width: 100%;
	position:absolute;
	left:0;
	top:0;
}
.hdsize-f .header-title-in{
	position:relative;
	left:auto;
	top:auto;
}
.header-title-in.txttitle-c{
	top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header-title-in.txttitle-b{
	left:0;
	top:auto;
	bottom: 0;
}

/* ヘッダータイトル */
.header-title-box .site-title{
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
}
.header-title-box .site-title a{
	color: #000000;
	text-decoration: none;
}
/* ヘッダーキャッチ */
.header-title-box .site-description{
	color: #000000;
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
}

@media only screen and (max-width:991px){
	/* ヘッダーキャッチ非表示フラグ */
	.txtsub-non{
		display: none;
	}
}

@media only screen and (min-width:768px){
	/* ヘッダータイトル */
	.header-title-box{
		min-height: 50px;
	}
}

@media screen and (min-width: 992px) {
  /* ヘッダータイトル */
	.header-title-box{
		min-height: 75px;
	}
  .header-title-box .site-title{
    text-align: left;
  }
}

/* ヘッダーロゴタイプ */
.header-logotype{
	display: none;
}

@media only screen and (min-width:450px){
	/* ヘッダーロゴタイプ */
	.header-logotype{
		display: block;
		width: 30%;
		margin-right: 10px;
	}
}

@media only screen and (min-width:768px){
	/* ヘッダーロゴタイプ */
	.header-logotype{
		width: 30%;
		margin-right: 20px;
	}
}

/* ヘッダー幅可変 */
.hdsize-f .header-obi .header-obi-block .header-title-box,
.hdsize-f .header-obi .header-obi-block .header-logo-box,
.hdsize-f .header-obi .header-obi-block{
	min-height:36px;
}
@media only screen and (min-width:768px){
	/* ヘッダー幅可変 */
	.hdsize-f .header-obi .header-obi-block .header-title-box,
	.hdsize-f .header-obi .header-obi-block .header-logo-box,
	.hdsize-f .header-obi .header-obi-block{
		min-height:40px;
	}
}
@media screen and (min-width: 992px) {
	/* ヘッダー幅可変 */
	.hdsize-f .header-obi .header-obi-block .header-title-box,
	.hdsize-f .header-obi .header-obi-block .header-logo-box,
	.hdsize-f .header-obi .header-obi-block{
		min-height:50px;
	}
}

/* =フォントサイズ変更
-------------------------------------------------------------- */

 /* ??? */
ul.fsize-cng {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
ul.fsize-cng li{
  margin-left: 5px;
}

/* =ログイン・ヘルプ
-------------------------------------------------------------- */

/* ログイン・ヘルプボックス */
.login-help{
	position: absolute;
	top:10px;
	right: 20px;
	margin: 0;
	width:auto;
}
.login-help-bottom{
  text-align: right;
  padding: 0 20px 20px 0;
}

/* ヘッダーログイン：PC */
a.setpc_help,
a.setpc_logout,
a.setpc_login{
	position: relative;
	display: none;
	border: solid 1px #cccccc;
	border-radius: 3px;
	color: #333333;
	padding: 0.2em 0.5em;
	margin:0 0 0 10px;
	text-decoration: none;
	text-indent: 1em;
	background-color: #ffffff;
}
a.setpc_help:hover,
a.setpc_logout:hover,
a.setpc_login:hover{
	background-color: #eeeeee;
}
a.setpc_help::before,
a.setpc_logout::before,
a.setpc_login::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:1em;
	height:1em;
	background-image:url("./img/icon/mi-login.svg");
	background-repeat:no-repeat;
	background-size:contain;
	left:0.5em;
	top: 52%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
a.setpc_logout::before{
	background-image:url("./img/icon/mi-logout.svg");
}
a.setpc_help::before{
	background-image:url("./img/icon/mi-hatena.svg");
}

@media all and (-ms-high-contrast: none){
  
  a.setpc_help::before,
  a.setpc_logout::before,
  a.setpc_login::before{
    background-image:url("./img/icon2/mi-login.png");
  }
  a.setpc_logout::before{
    background-image:url("./img/icon2/mi-logout.png");
  }
  a.setpc_help::before{
    background-image:url("./img/icon2/mi-hatena.png");
  }
  
}

@media screen and (min-width: 992px) {
	/* ヘッダーログイン：PC */
	a.setpc_help,
	a.setpc_logout,
	a.setpc_login{
		display: inline-block;
	}
}

/* =ヘッダーメニュー
-------------------------------------------------------------- */

/* ナビゲーションメニュー：header */
.menu-header-container ul{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  letter-spacing: -4em;
}
.menu-header-container>ul{
  margin-bottom: 0;
}
.menu-header-container>ul>li{
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  display: inline-block;
  letter-spacing: normal;
  list-style-type: none;
  vertical-align: top;
}
.menu-header-container>ul>li>ul>li{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  letter-spacing: normal;
  list-style-type: none;
}

/* ナビゲーションメニュー：footer：マーク */
.menu-header-container ul li a{
  position: relative;
  color: #333;
  text-decoration: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.menu-header-container ul li a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -3px;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
}
.menu-header-container ul li a:hover{
  opacity: 0.7;
  text-decoration: underline;
}

/* ブログホーム見出し消去
-------------------------------------------------------------- */

.home.blog .entry-header-contents{
	display:none;
}

/* ヘッダー固定
-------------------------------------------------------------- */

/* ヘッダー固定 start */
@media only screen and (max-width:991px){
  .site-header.hide-mb{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .koteimb0 .conview-2 .site-header{
    position: absolute;
    top:0;
  }
}
@media only screen and (min-width:992px){
  .site-header.hide-pc{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
}

.navmenu-pc.hide{
	position: fixed;
	top: 0;
  left: 0;
	width: 100%;
  box-sizing: border-box;
}


/* メニュー下部固定
-------------------------------------------------------------- */

@media only screen and (min-width:992px){
  .menuset2 .navmenu-pc.hide,
  .menuset2 .navmenu-pc{
    position: fixed;
    top:auto;
    bottom: 0;
    left:0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9000;
  }
  .menuset2 .main-navigation{
    padding-top: 0;
    
  }
  .menuset2 .navmenu-pc ul.main-menu>li>a{
    padding-top: 15px;
  }
  .menuset2 .navmenu-pc .menunum0 ul.main-menu>li>a{
    padding-top: 20px;
  }
  .menuset2 .navmenu-pc ul.main-menu ul.sub-menu{
    bottom: 60px;
  }
  
  /* フッター余白調整 */
  .menuset2 .footer-block{
    margin-bottom: 60px;
  }
}

/* MEGAサブメニュー選択横並び対応
-------------------------------------------------------------- */

@media only screen and (min-width:992px){
	.menuset3 .navmenu-pc.hide{
		position: relative;
	}
	.menuset3 .header-obi-block{
		display: flex;
    align-items: flex-end;
	}
  .menuset3.koteiin1 .header-obi-block{
    /*
    display: flex;
    align-items: flex-end;
    */
  }
	.menuset3 .header-obi-block .header-obi-block-in{
		width: 30%;
	}
	.menuset3 .header-obi-block .navmenu-pc{
		width: 70%;
	}
  
  .menuset3 .header-obi-block .navmenu-pc .main-navigation{
    width: 100%;
  }

}

/* ヘッダーのメニューのみ固定（右並びタイプ調整）
-------------------------------------------------------------- */

@media only screen and (min-width:992px){
  
  body:not(.home).admin-bar.menuset3.koteiin2 .conview-1 .site-header.hide {
      margin-top: 0;
  }

  .menuset3.koteiin2 .site-header.hide{
    position: fixed;
    top:0;
  }

  .menuset3.koteiin2 .site-header .navmenu-pc{
    min-height: 100px;
  }
  .menuset3.koteiin2 .site-header.hide .navmenu-pc{
    min-height: 50px;
  }
  .menuset3.koteiin2 .site-header.hide .header-title-box{
    min-height: 30px;
    max-width: 200px;
  }
  
  .menuset3.koteiin2 .site-header .main-navigation{
    position: absolute;
    bottom:0;
    right: 25px;
  }
  
  .menuset3.koteiin2 .site-header .header-wj-box{
    position: absolute;
    top:0;
    right:25px;
  }
  .menuset3.koteiin2 .site-header.hide .header-wj-box{
    position: absolute;
    top:-100%;
  }
  
  .menuset5.koteiin2 .site-header{
    position: fixed;
    top:0;
  }

  .menuset5.koteiin2.my-megamenu .site-header ul.main-menu>li>ul.sub-menu{
    position: fixed;
    top:90px;
    z-index: -1;
  }
  .menuset5.koteiin2.my-megamenu .site-header ul.main-menu>li>ul.sub-menu::before{
    top:50px;
  }
}

/* ==============================================================

=コンテンツ基本

============================================================== */

/* =コンテンツ枠
-------------------------------------------------------------- */

/* コンテンツ枠：基本 */
.wrapper{
	width: 100%;
	max-width:1280px;
	margin:0 auto;
	padding:0 20px;
	padding-top: 30px;
  padding-bottom: 30px;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
}
.conview-1 .wrapper,
.conview-2 .wrapper{
	padding-top: 30px;
}

/* ワイド時画面幅いっぱい対応 */
.page.sideclm2 .wrapper,
.page.full-width .wrapper{
  overflow: visible;
}

/* コンテンツボックス */
.site-content{
	margin:0 0 24px 0;
	width:100%;
}
.widget-area{
	margin:0 0 24px 0;
	width:100%;	
}

@media only screen and (min-width:768px){

	/* コンテンツ枠：基本 */
	.wrapper{
		padding-top: 30px;
	}
  .conview-1 .wrapper,
  .conview-2 .wrapper{
    padding-top: 40px;
  }

	.wrapper{
    clear: both;
  }
  .site-content{
		float:left;
		width:70%;
	}
	.widget-area{
		float:right;
		width:27%;
	}
  .sidewidget .site-content{
    float:right;
  }
  .sidewidget .widget-area{
    float:left;
  }
  .sidewidget2 .site-content{
    float:none;
    width:100%;
  }
  .sidewidget2 .widget-area{
    float:none;
    width:100%;
  }
	
	/* テンプレート：フル */
	.full-width .site-content,
	.page-template-page-full .site-content{
		float:none;
		width:auto;
	}
	
	/* 採用検索用 */
	.full-width.full-width-ded .site-content{
		float:left;
		width:70%;
	}
  .sidewidget.full-width.full-width-ded .site-content{
    float:right;
  }
	
	/* テンプレート：デフォルト */
	.page-template-default .widget-area,
	.page-template-default .site-content{
		/*
		float:none;
		width:auto;
		*/
	}
}

@media only screen and (min-width:992px){
	/* コンテンツ枠：基本 */
	.wrapper{
		padding-top: 30px;
	}
  .conview-1 .wrapper,
  .conview-2 .wrapper{
    padding-top: 50px;
  }

}
@media only screen and (min-width:1330px){
	.wrapper{
    padding-left: 0;
    padding-right: 0;
		/*box-sizing:inherit;*/
	}
}

/* ==============================================================

=トップイメージ｜コンテンツイメージ

============================================================== */

/* トップイメージ
-------------------------------------------------------------- */

/* トップオープン */
/*
.topimage-bs{
  position: relative;
}

.topimage-bs.topopen1{
  opacity: 0;
  animation:tobimage_anime1 2s ease-out forwards ;
  animation-delay:0.3s;
}
.topimage-bs.topopen2::after,
.topimage-bs.topopen2::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top:0;
  left: 0;
  background-color: #fff;
  animation:tobimage_anime2 1s ease-out forwards ;
  animation-delay:0.3s;
  z-index: 10;
  opacity: 1;
}
.topimage-bs.topopen2::after{
  top:auto;
  bottom: 0;
}
.topimage-bs.topopen3::after,
.topimage-bs.topopen3::before{
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top:0;
  left: 0;
  background-color: #fff;
  animation:tobimage_anime3 1s ease-out forwards ;
  animation-delay:0.3s;
  z-index: 10;
  opacity: 1;
}
.topimage-bs.topopen3::after{
  left: auto;
  right: 0;
}
@keyframes tobimage_anime1 {
	0% {
    opacity: 0;
  }
	100% {
    opacity: 1;
  }
}
@keyframes tobimage_anime2 {
	0% {
    height: 50%;
    opacity: 1;
  }
	100% {
    height: 0%;
    opacity: 0;
  }
}
@keyframes tobimage_anime3 {
	0% {
    width: 50%;
    opacity: 1;
  }
	100% {
    width: 0;
    opacity: 0;
  }
}
*/

/* トップメインベース */
.home .topimage-bs .topvideo,
.home .topimage-bs .topimage,
.home .topimage-bs{
	position:relative;
	margin:0;
	padding: 0;
	width: 100%;
  height: auto;
	min-height: 380px;
	z-index: 1;
}
.home .topimage-bs{
	margin-bottom: 0;
}
.home .topimage-bs .topimage img,
.home .topimage-bs .topvideo video{
	display: block;
}

/* トップメイン画像 */
.home .topimage-bs .topvideo video,
.home .topimage-bs .topimage img{
	width: 100%;
	/*width: calc(100vw - calc(100vw - 100%));*/
	height: 280px;
	object-fit:cover;
	font-family: 'object-fit: cover;';
}
.home .imgview-2 .topimage-bs .topvideo video,
.home .imgview-2 .topimage-bs .topvideo,
.home .imgview-2 .topimage-bs .topimage img,
.home .imgview-2 .topimage-bs .topimage,
.home .imgview-2 .topimage-bs{
	height: 320px;
	min-height: 320px;
}

/* IE画像対応 */
@media all and (-ms-high-contrast: none) {
	.home .topimage-bs .topvideo video,
	.ie-imgset img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 991px) {
  .home.koteimb1 .imgview-1 .topimage-bs{
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home.koteimb1 .imgview-1 .topimage-bs{
    margin-top: 56px;
  }
}

@media screen and (min-width: 320px) {
	
	/* トップメインベース・トップメイン画像  */
	.home .topimage-bs .topvideo video,
	.home .topimage-bs .topvideo,
	.home .topimage-bs .topimage img,
	.home .topimage-bs .topimage,
	.home .topimage-bs{
		height: 320px;
		min-height: 320px;
	}
	.home .imgview-2 .topimage-bs .topvideo video,
	.home .imgview-2 .topimage-bs .topvideo,
	.home .imgview-2 .topimage-bs .topimage img,
	.home .imgview-2 .topimage-bs .topimage,
	.home .imgview-2 .topimage-bs{
		height: 370px;
		min-height: 370px;
	}
  .home .topimage-bs{
    height: auto;
		min-height: 380px;
  }
	
	.home .topimage-bs{
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 500px) {
	
	/* トップメインベース・トップメイン画像  */
	.home .topimage-bs .topvideo video,
	.home .topimage-bs .topvideo,
	.home .topimage-bs .topimage img,
	.home .topimage-bs .topimage,
	.home .topimage-bs{
		height: 420px;
		min-height: 420px;
	}
	.home .imgview-2 .topimage-bs .topvideo video,
	.home .imgview-2 .topimage-bs .topvideo,
	.home .imgview-2 .topimage-bs .topimage img,
	.home .imgview-2 .topimage-bs .topimage,
	.home .imgview-2 .topimage-bs{
		height: 500px;
		min-height: 500px;
	}
  .home .topimage-bs{
		height: auto;
		min-height: 420px;

	}

}

@media screen and (min-width: 768px) {

	/* トップメインベース・トップメイン画像  */
	.home .topimage-bs .topvideo video,
	.home .topimage-bs .topvideo,
	.home .topimage-bs .topimage img,
	.home .topimage-bs .topimage,
	.home .topimage-bs{
		height: 550px;
		min-height: 500px;
	}
	.home .imgview-2 .topimage-bs .topvideo video,
	.home .imgview-2 .topimage-bs .topvideo,
	.home .imgview-2 .topimage-bs .topimage img,
	.home .imgview-2 .topimage-bs .topimage,
	.home .imgview-2 .topimage-bs{
		height: 600px;
		min-height: 600px;
	}
  
  .home .topimage-bs{
		height:auto;
		min-height: 500px;
	}
	
	.home .topimage-bs{
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 992px) {
	
	/* トップメインベース・トップメイン画像  */
	.home .topimage-bs .topvideo video,
	.home .topimage-bs .topvideo,
	.home .topimage-bs .topimage img,
	.home .topimage-bs .topimage,
	.home .topimage-bs{
		height: 600px;
		min-height: 600px;
	}
	.home .imgview-2 .topimage-bs .topvideo video,
	.home .imgview-2 .topimage-bs .topvideo,
	.home .imgview-2 .topimage-bs .topimage img,
	.home .imgview-2 .topimage-bs .topimage,
	.home .imgview-2 .topimage-bs{
		height: 650px;
		min-height: 650px;
	}
  
  .home .topimage-bs{
		height: auto;
		min-height: 600px;
	}
	
	.home .topimage-bs{
		margin-bottom: 0;
	}

}

@media screen and (min-width: 1280px) {
	
	/* トップメインベース・トップメイン画像  */
	.home .topimage-bs .topvideo video,
	.home .topimage-bs .topvideo,
	.home .topimage-bs .topimage img,
	.home .topimage-bs .topimage,
	.home .topimage-bs{

		height: 750px;
		min-height: 750px;

	}
	.home .imgview-2 .topimage-bs .topvideo video,
	.home .imgview-2 .topimage-bs .topvideo,
	.home .imgview-2 .topimage-bs .topimage img,
	.home .imgview-2 .topimage-bs .topimage,
	.home .imgview-2 .topimage-bs{
		height: 750px;
		min-height: 750px;
	}
  
  .home .topimage-bs{

		height: auto;
		min-height: 650px;

	}
	
}

@media screen and (min-width: 992px) {
	
	/* 全画面対応（パソコン） */
	.home .imgview-3 .topimage-bs,
	.home .imgview-3 .topimage-bs .topvideo video,
	.home .imgview-3 .topimage-bs .topimage img{
		display: block;
		height: 100vh;
		min-height: 650px;
	}
	
}

/* 全画面対応（パソコン・モバイル） */
.home .imgview-4 .topimage-bs,
.home .imgview-4 .topimage-bs .topvideo,
.home .imgview-4 .topimage-bs .topvideo video,
.home .imgview-4 .topimage-bs .topimage,
.home .imgview-4 .topimage-bs .topimage img{
	display: block;
	height: 100vh!important;
}


 /* トップイメージ表示デバイス */
@media screen and (max-width: 767px) {
  .mb-image-non,
  .mb-movie-non{
    display: none!important;
  }
}
@media screen and (min-width: 768px) {
  .pc-image-non,
  .pc-movie-non{
    display: none!important;
  }
}

/* コンテンツイメージ
-------------------------------------------------------------- */

/* コンテンツヘッド */
.contents-bs{
	position:relative;
	margin:0 0 0 0;
	padding:0;
	height:60px;
	width:100%;
  /*overflow: hidden;*/
}
.contents-bs .widget-contentimage,
.contents-bs .widget-contentimage img,
.contents-bs img{
  height:60px!important;
  width:100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

/* ウィジェットタイトル非表示 */
.contents-bs h3{
	display: none;
}

.conview-2 .contents-bs{
  margin-top: 0;
}

/* 通常メニュー：基本 */
.menuset0 .conview-1 .contents-bs,
.menuset0 .conview-1 .contents-bs .widget-contentimage,
.menuset0 .conview-1 .contents-bs .widget-contentimage img,
.menuset0 .conview-1 .contents-bs img{
  height:80px!important;
}
.menuset0 .conview-2 .contents-bs,
.menuset0 .conview-2 .contents-bs .widget-contentimage,
.menuset0 .conview-2 .contents-bs .widget-contentimage img,
.menuset0 .conview-2 .contents-bs img{
  height:140px!important;
}
.menuset0.koteimb1 .conview-1 .contents-bs{
  margin-top: 56px;
}
.menuset0.koteimb1 .conview-2 .contents-bs{
  margin-top: 0;
}

/* 通常メニュー：最上部 */
.menuset1 .conview-1 .contents-bs,
.menuset1 .conview-1 .contents-bs .widget-contentimage,
.menuset1 .conview-1 .contents-bs .widget-contentimage img,
.menuset1 .conview-1 .contents-bs img{
  height:80px!important;
}
.menuset1 .conview-2 .contents-bs,
.menuset1 .conview-2 .contents-bs .widget-contentimage,
.menuset1 .conview-2 .contents-bs .widget-contentimage img,
.menuset1 .conview-2 .contents-bs img{
  height:140px!important;
}
.menuset1.koteimb1 .conview-1 .contents-bs{
  margin-top: 56px;
}
.menuset1.koteimb1 .conview-2 .contents-bs{
  margin-top: 0;
}

/* 通常メニュー：最下部 */
.menuset2 .conview-1 .contents-bs,
.menuset2 .conview-1 .contents-bs .widget-contentimage,
.menuset2 .conview-1 .contents-bs .widget-contentimage img,
.menuset2 .conview-1 .contents-bs img{
  height:80px!important;
}
.menuset2 .conview-2 .contents-bs,
.menuset2 .conview-2 .contents-bs .widget-contentimage,
.menuset2 .conview-2 .contents-bs .widget-contentimage img,
.menuset2 .conview-2 .contents-bs img{
  height:140px!important;
}
.menuset2.koteimb1 .conview-1 .contents-bs{
  margin-top: 56px;
}
.menuset2.koteimb1 .conview-2 .contents-bs{
  margin-top: 0;
}

/* 横並びメニュー */
.menuset3 .conview-1 .contents-bs,
.menuset3 .conview-1 .contents-bs .widget-contentimage,
.menuset3 .conview-1 .contents-bs .widget-contentimage img,
.menuset3 .conview-1 .contents-bs img{
  height:70px!important;
}
.menuset3 .conview-2 .contents-bs,
.menuset3 .conview-2 .contents-bs .widget-contentimage,
.menuset3 .conview-2 .contents-bs .widget-contentimage img,
.menuset3 .conview-2 .contents-bs img{
  height:150px!important;
}
.menuset3.koteimb1 .conview-1 .contents-bs{
  margin-top: 56px;
}

/* バーガーメニュー（スマホタイプ） */
.menuset4 .conview-1 .contents-bs,
.menuset4 .conview-1 .contents-bs .widget-contentimage,
.menuset4 .conview-1 .contents-bs .widget-contentimage img,
.menuset4 .conview-1 .contents-bs img{
  height:70px!important;
}
.menuset4 .conview-2 .contents-bs,
.menuset4 .conview-2 .contents-bs .widget-contentimage,
.menuset4 .conview-2 .contents-bs .widget-contentimage img,
.menuset4 .conview-2 .contents-bs img{
  height:150px!important;
}
.menuset4.koteimb1 .conview-1 .contents-bs{
  margin-top: 56px;
}

/* バーガーメニュー（左開閉タイプ） */
.menuset5 .conview-1 .contents-bs,
.menuset5 .conview-1 .contents-bs .widget-contentimage,
.menuset5 .conview-1 .contents-bs .widget-contentimage img,
.menuset5 .conview-1 .contents-bs img{
  height:70px!important;
}
.menuset5 .conview-2 .contents-bs,
.menuset5 .conview-2 .contents-bs .widget-contentimage,
.menuset5 .conview-2 .contents-bs .widget-contentimage img,
.menuset5 .conview-2 .contents-bs img{
  height:150px!important;
}
.menuset5.koteimb1 .conview-1 .contents-bs{
  margin-top: 56px;
}

@media screen and (min-width: 320px) {

  /* 通常メニュー：基本 */
  .menuset0 .conview-1 .contents-bs,
  .menuset0 .conview-1 .contents-bs .widget-contentimage,
  .menuset0 .conview-1 .contents-bs .widget-contentimage img,
	.menuset0 .conview-1 .contents-bs img{
		height:80px!important;
	}
  .menuset0 .conview-2 .contents-bs,
  .menuset0 .conview-2 .contents-bs .widget-contentimage,
  .menuset0 .conview-2 .contents-bs .widget-contentimage img,
	.menuset0 .conview-2 .contents-bs img{
		height:140px!important;
	}
  .menuset0.koteimb1 .conview-1 .contents-bs{
    margin-top: 56px;
  }
  .menuset0.koteimb1 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 通常メニュー：最上部 */
  .menuset1 .conview-1 .contents-bs,
  .menuset1 .conview-1 .contents-bs .widget-contentimage,
  .menuset1 .conview-1 .contents-bs .widget-contentimage img,
	.menuset1 .conview-1 .contents-bs img{
		height:80px!important;
	}
  .menuset1 .conview-2 .contents-bs,
  .menuset1 .conview-2 .contents-bs .widget-contentimage,
  .menuset1 .conview-2 .contents-bs .widget-contentimage img,
	.menuset1 .conview-2 .contents-bs img{
		height:140px!important;
	}
  .menuset1.koteimb1 .conview-1 .contents-bs{
    margin-top: 56px;
  }
  .menuset1.koteimb1 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 通常メニュー：最下部 */
  .menuset2 .conview-1 .contents-bs,
  .menuset2 .conview-1 .contents-bs .widget-contentimage,
  .menuset2 .conview-1 .contents-bs .widget-contentimage img,
  .menuset2 .conview-1 .contents-bs img{
    height:80px!important;
  }
  .menuset2 .conview-2 .contents-bs,
  .menuset2 .conview-2 .contents-bs .widget-contentimage,
  .menuset2 .conview-2 .contents-bs .widget-contentimage img,
  .menuset2 .conview-2 .contents-bs img{
    height:140px!important;
  }
  .menuset2.koteimb1 .conview-1 .contents-bs{
    margin-top: 56px;
  }
  .menuset2.koteimb1 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 横並びメニュー */
  .menuset3 .conview-1 .contents-bs,
  .menuset3 .conview-1 .contents-bs .widget-contentimage,
  .menuset3 .conview-1 .contents-bs .widget-contentimage img,
  .menuset3 .conview-1 .contents-bs img{
    height:70px!important;
  }
  .menuset3 .conview-2 .contents-bs,
  .menuset3 .conview-2 .contents-bs .widget-contentimage,
  .menuset3 .conview-2 .contents-bs .widget-contentimage img,
  .menuset3 .conview-2 .contents-bs img{
    height:150px!important;
  }
  .menuset3.koteimb1 .conview-1 .contents-bs{
    margin-top: 56px;
  }
  
  /* バーガーメニュー（スマホタイプ） */
  .menuset4 .conview-1 .contents-bs,
  .menuset4 .conview-1 .contents-bs .widget-contentimage,
  .menuset4 .conview-1 .contents-bs .widget-contentimage img,
  .menuset4 .conview-1 .contents-bs img{
    height:70px!important;
  }
  .menuset4 .conview-2 .contents-bs,
  .menuset4 .conview-2 .contents-bs .widget-contentimage,
  .menuset4 .conview-2 .contents-bs .widget-contentimage img,
  .menuset4 .conview-2 .contents-bs img{
    height:150px!important;
  }
  .menuset4.koteimb1 .conview-1 .contents-bs{
    margin-top: 56px;
  }
  
  /* バーガーメニュー（左開閉タイプ） */
  .menuset5 .conview-1 .contents-bs,
  .menuset5 .conview-1 .contents-bs .widget-contentimage,
  .menuset5 .conview-1 .contents-bs .widget-contentimage img,
  .menuset5 .conview-1 .contents-bs img{
    height:70px!important;
  }
  .menuset5 .conview-2 .contents-bs,
  .menuset5 .conview-2 .contents-bs .widget-contentimage,
  .menuset5 .conview-2 .contents-bs .widget-contentimage img,
  .menuset5 .conview-2 .contents-bs img{
    height:150px!important;
  }
  .menuset5.koteimb1 .conview-1 .contents-bs{
    margin-top: 56px;
  }
	
}

@media screen and (min-width: 768px) {
  
  /* 通常メニュー：基本 */
  .menuset0 .conview-1 .contents-bs,
  .menuset0 .conview-1 .contents-bs .widget-contentimage,
  .menuset0 .conview-1 .contents-bs .widget-contentimage img,
	.menuset0 .conview-1 .contents-bs img{
		height:120px!important;
	}
  .menuset0 .conview-2 .contents-bs,
  .menuset0 .conview-2 .contents-bs .widget-contentimage,
  .menuset0 .conview-2 .contents-bs .widget-contentimage img,
	.menuset0 .conview-2 .contents-bs img{
		height:180px!important;
	}
  .menuset0.koteimb1 .conview-1 .contents-bs{
    margin-top: 60px;
  }
  .menuset0.koteimb1 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 通常メニュー：最上部 */
  .menuset1 .conview-1 .contents-bs,
  .menuset1 .conview-1 .contents-bs .widget-contentimage,
  .menuset1 .conview-1 .contents-bs .widget-contentimage img,
	.menuset1 .conview-1 .contents-bs img{
		height:120px!important;
	}
  .menuset1 .conview-2 .contents-bs,
  .menuset1 .conview-2 .contents-bs .widget-contentimage,
  .menuset1 .conview-2 .contents-bs .widget-contentimage img,
	.menuset1 .conview-2 .contents-bs img{
		height:180px!important;
	}
  .menuset1.koteimb1 .conview-1 .contents-bs{
    margin-top: 60px;
  }
  .menuset1.koteimb1 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 通常メニュー：最下部 */
  .menuset2 .conview-1 .contents-bs,
  .menuset2 .conview-1 .contents-bs .widget-contentimage,
  .menuset2 .conview-1 .contents-bs .widget-contentimage img,
  .menuset2 .conview-1 .contents-bs img{
    height:120px!important;
  }
  .menuset2 .conview-2 .contents-bs,
  .menuset2 .conview-2 .contents-bs .widget-contentimage,
  .menuset2 .conview-2 .contents-bs .widget-contentimage img,
  .menuset2 .conview-2 .contents-bs img{
    height:160px!important;
  }
  .menuset2.koteimb1 .conview-1 .contents-bs{
    margin-top: 60px;
  }
  .menuset2.koteimb1 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 横並びメニュー */
  .menuset3 .conview-1 .contents-bs,
  .menuset3 .conview-1 .contents-bs .widget-contentimage,
  .menuset3 .conview-1 .contents-bs .widget-contentimage img,
  .menuset3 .conview-1 .contents-bs img{
    height:120px!important;
  }
  .menuset3 .conview-2 .contents-bs,
  .menuset3 .conview-2 .contents-bs .widget-contentimage,
  .menuset3 .conview-2 .contents-bs .widget-contentimage img,
	.menuset3 .conview-2 .contents-bs img{
		height:170px!important;
	}
  .menuset3.koteimb1 .conview-1 .contents-bs{
    margin-top: 60px;
  }
  
  /* バーガーメニュー（スマホタイプ） */
  .menuset4 .conview-1 .contents-bs,
  .menuset4 .conview-1 .contents-bs .widget-contentimage,
  .menuset4 .conview-1 .contents-bs .widget-contentimage img,
  .menuset4 .conview-1 .contents-bs img{
    height:120px!important;
  }
  .menuset4 .conview-2 .contents-bs,
  .menuset4 .conview-2 .contents-bs .widget-contentimage,
  .menuset4 .conview-2 .contents-bs .widget-contentimage img,
	.menuset4 .conview-2 .contents-bs img{
		height:170px!important;
	}
  .menuset4.koteimb1 .conview-1 .contents-bs{
    margin-top: 60px;
  }
  
  /* バーガーメニュー（左開閉タイプ） */
  .menuset5 .conview-1 .contents-bs,
  .menuset5 .conview-1 .contents-bs .widget-contentimage,
  .menuset5 .conview-1 .contents-bs .widget-contentimage img,
  .menuset5 .conview-1 .contents-bs img{
    height:120px!important;
  }
  .menuset5 .conview-2 .contents-bs,
  .menuset5 .conview-2 .contents-bs .widget-contentimage,
  .menuset5 .conview-2 .contents-bs .widget-contentimage img,
	.menuset5 .conview-2 .contents-bs img{
		height:170px!important;
	}
  .menuset5.koteimb1 .conview-1 .contents-bs{
    margin-top: 60px;
  }
	
}

@media screen and (min-width: 992px) {

  /* 通常メニュー：基本 */
  .menuset0 .conview-1 .contents-bs,
  .menuset0 .conview-1 .contents-bs .widget-contentimage,
  .menuset0 .conview-1 .contents-bs .widget-contentimage img,
	.menuset0 .conview-1 .contents-bs img{
		height:150px!important;
	}
  .menuset0 .conview-2 .contents-bs,
  .menuset0 .conview-2 .contents-bs .widget-contentimage,
  .menuset0 .conview-2 .contents-bs .widget-contentimage img,
	.menuset0 .conview-2 .contents-bs img{
		height:290px!important;
	}
  .menuset0.koteiin1 .conview-1 .contents-bs{
    margin-top: 150px;
  }
  .menuset0.koteiin2 .conview-1 .contents-bs{
    margin-top: 0;
  }
  .menuset0.koteiin2 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 通常メニュー：最上部 */
  .menuset1 .conview-1 .contents-bs,
  .menuset1 .conview-1 .contents-bs .widget-contentimage,
  .menuset1 .conview-1 .contents-bs .widget-contentimage img,
	.menuset1 .conview-1 .contents-bs img{
		height:150px!important;
	}
  .menuset1 .conview-2 .contents-bs,
  .menuset1 .conview-2 .contents-bs .widget-contentimage,
  .menuset1 .conview-2 .contents-bs .widget-contentimage img,
	.menuset1 .conview-2 .contents-bs img{
		height:290px!important;
	}
  .menuset1.koteiin1 .conview-1 .contents-bs{
    margin-top: 150px;
  }
  .menuset1.koteiin2 .conview-1 .contents-bs{
    margin-top: 0;
  }
  .menuset1.koteiin2 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 通常メニュー：最下部 */
  .menuset2 .conview-1 .contents-bs,
  .menuset2 .conview-1 .contents-bs .widget-contentimage,
  .menuset2 .conview-1 .contents-bs .widget-contentimage img,
	.menuset2 .conview-1 .contents-bs img{
		height:250px!important;
	}
  .menuset2 .conview-2 .contents-bs,
  .menuset2 .conview-2 .contents-bs .widget-contentimage,
  .menuset2 .conview-2 .contents-bs .widget-contentimage img,
	.menuset2 .conview-2 .contents-bs img{
		height:250px!important;
	}
  .menuset2.koteiin1 .conview-1 .contents-bs{
    margin-top: 90px;
  }
  .menuset2.koteiin1 .conview-2 .contents-bs{
    margin-top: 0;
  }
  .menuset2.koteiin2 .conview-1 .contents-bs{
    margin-top: 90px;
  }
  .menuset2.koteiin2 .conview-2 .contents-bs{
    margin-top: 0;
  }
  
  /* 横並びメニュー */
  .menuset3 .conview-1 .contents-bs,
  .menuset3 .conview-1 .contents-bs .widget-contentimage,
  .menuset3 .conview-1 .contents-bs .widget-contentimage img,
  .menuset3 .conview-1 .contents-bs img{
    height:120px!important;
  }
  .menuset3 .conview-2 .contents-bs,
  .menuset3 .conview-2 .contents-bs .widget-contentimage,
  .menuset3 .conview-2 .contents-bs .widget-contentimage img,
	.menuset3 .conview-2 .contents-bs img{
		height:250px!important;
	}
  .menuset3.koteiin1 .conview-1 .contents-bs{
    margin-top: 92px;
  }
  .menuset3.koteiin2 .conview-1 .contents-bs,
  .menuset3.koteiin0 .conview-1 .contents-bs{
    margin-top: 0;
  }
  .menuset3.koteiin2 .conview-1 .entry-header-contents,
  .menuset3.koteiin1 .conview-1 .entry-header-contents{
    bottom:5%;
  }
  
  /* バーガーメニュー（スマホタイプ） */
  .menuset4 .conview-1 .contents-bs,
  .menuset4 .conview-1 .contents-bs .widget-contentimage,
  .menuset4 .conview-1 .contents-bs .widget-contentimage img,
  .menuset4 .conview-1 .contents-bs img{
    height:120px!important;
  }
  .menuset4 .conview-2 .contents-bs,
  .menuset4 .conview-2 .contents-bs .widget-contentimage,
  .menuset4 .conview-2 .contents-bs .widget-contentimage img,
	.menuset4 .conview-2 .contents-bs img{
		height:250px!important;
	}
  .menuset4.koteiin1 .conview-1 .contents-bs{
    margin-top: 92px;
  }
  
  /* バーガーメニュー（左開閉タイプ） */
  .menuset5 .conview-1 .contents-bs,
  .menuset5 .conview-1 .contents-bs .widget-contentimage,
  .menuset5 .conview-1 .contents-bs .widget-contentimage img,
  .menuset5 .conview-1 .contents-bs img{
    height:120px!important;
  }
  .menuset5 .conview-2 .contents-bs,
  .menuset5 .conview-2 .contents-bs .widget-contentimage,
  .menuset5 .conview-2 .contents-bs .widget-contentimage img,
	.menuset5 .conview-2 .contents-bs img{
		height:250px!important;
	}
  .menuset5.koteiin1 .conview-1 .contents-bs{
    margin-top: 92px;
  }
  .menuset5.koteiin2 .conview-1 .contents-bs,
  .menuset5.koteiin0 .conview-1 .contents-bs{
    margin-top: 0;
  }

  .home.menuset2 .topimage-bs{
    z-index: 0;
  }

}

/* ==============================================================

=コンテンツタイトル

============================================================== */

/* コンテンツタイトル：ベース */
.entry-header-contents{
	text-align: center;
	width:100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width:599px){
  .entry-header-contents{
    padding-bottom: 1em;
  }
}
@media only screen and (max-width:1279px){
  .entry-header-contents{
    box-sizing: border-box;
  }
}

.conview-1 .entry-header-contents{
	position: absolute;
	width:100%;
  height:auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.conview-2 .entry-header-contents{
	position: absolute;
	width:100%;
  height:auto;
	left: 50%;
	bottom: 25%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

/* コンテンツタイトル：見出し */
h1.entry-title-contents{
	text-align:left;
}
.conview-2 h1.entry-title-contents,
.conview-1 h1.entry-title-contents{
	color:#ffffff;
  width: 100%;
  text-align: left;
}


@media only screen and (max-width:991px){
  
  .koteimb0 .conview-0 .entry-header-contents{
    margin-top: 40px;
  }
  .koteimb1 .conview-0 .entry-header-contents{
    margin-top: 110px;
  }

}

@media only screen and (min-width:768px){


}
@media only screen and (min-width:992px){
  

  .menuset0.koteiin2 .conview-0 .entry-header-contents,
  .menuset0.koteiin0 .conview-0 .entry-header-contents{
    margin-top: 80px;
  }
  .menuset0.koteiin1 .conview-0 .entry-header-contents{
    margin-top: 230px;
  }
  
  .menuset1.koteiin1 .conview-0 .entry-header-contents{
    margin-top: 230px;
  }
  .menuset1.koteiin2 .conview-0 .entry-header-contents{
    margin-top: 80px;
  }
  
  .menuset2.koteiin2 .conview-0 .entry-header-contents,
  .menuset2.koteiin0 .conview-0 .entry-header-contents{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .menuset2.koteiin1 .conview-0 .entry-header-contents{
    margin-top: 120px;
    margin-bottom: 30px;
  }
  
  .menuset3.koteiin2 .conview-0 .entry-header-contents,
  .menuset3.koteiin0 .conview-0 .entry-header-contents{
    margin-top: 80px;
  }
  .menuset3.koteiin1 .conview-0 .entry-header-contents{
    margin-top: 170px;
  }
  
  .menuset4.koteiin2 .conview-0 .entry-header-contents,
  .menuset4.koteiin0 .conview-0 .entry-header-contents{
    margin-top: 80px;
  }
  .menuset4.koteiin1 .conview-0 .entry-header-contents{
    margin-top: 170px;
  }
  
  .menuset5.koteiin2 .conview-0 .entry-header-contents,
  .menuset5.koteiin0 .conview-0 .entry-header-contents{
    margin-top: 80px;
  }
  .menuset5.koteiin1 .conview-0 .entry-header-contents{
    margin-top: 170px;
  }

}

/* タイトルアイコン
-------------------------------------------------------------- */

/* 日付表示 */
span.selcat,
span.playtime{
	position: absolute;
	font-weight: normal;
	font-size: 80%;
	right: 2em;
	top: 49%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
	
	span.selcat,
	span.playtime{
		display: block;
		position: relative;
		padding-top: 0.2em;
		top:auto;
		right:auto;
		transform:none;
	}
}

/* NEXT三角アイコン */
a.next-icon::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:10px;
	height:10px;
	background-image:url("./img/btn_next-b.png");
	background-repeat:no-repeat;
	background-size:contain;
	right:10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* コンテンツタイトル：カテゴリ
-------------------------------------------------------------- */

/* 一覧タイトル */
.set-block-a .entry-header h1{
	font-size: 1.5em;
	line-height: 1.2;
}

/* タイトル：シングルページ
-------------------------------------------------------------- */

/* 詳細タイトル */
.set-block-s .entry-header h1{
	font-size: 1.5em;
  line-height: 1.2;
}

/* ==============================================================

=ウィジェット

============================================================== */

/* フロントページウィジェット
-------------------------------------------------------------- */

/* ホームウィジェット */
.widget-home{
	padding:0;
}
.blog .widget-area,
.home .widget-area{
	max-width:1280px;
	margin:0 auto 0 auto;
	padding:0;
}

/* ホーム（固定ページ時）ウィジェットクリア */
.blog.page-template .widget-area,
.blog.page-template .site-content,
.home.page-template .widget-area,
.home.page-template .site-content{
	float:none;
	width:auto;
}

/* フロントページウィジェット */
.blog .widget-area .second,
.blog .widget-area .first,
.home .widget-area .second,
.home .widget-area .first{
	margin:0 0 24px 0;
	padding:0;
	float: none;
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px){
  
  .blog .widget-home .widget-area,
  .home .widget-home .widget-area{
    width: 100%;
    max-width: 100%;
  }
	
	/* フロントページウィジェット */
  .blog .widget-home .widget-area .first,
	.home .widget-home .widget-area .first{
		float:left;
		width:49%;
	}
  .blog .widget-home .widget-area .second,
	.home .widget-home .widget-area .second{
		float:right;
		width:49%;
	}
	
}

/* ヘッダーブロックウィジェット
-------------------------------------------------------------- */

.menuset0 .header-wj-box,
.menuset1 .header-wj-box,
.menuset2 .header-wj-box,
.menuset4 .header-wj-box,
.menuset5 .header-wj-box{
  position: absolute;
  top:10px;
  right: 20px;
  opacity: 1;
  text-align: right;
}
.menuset0 .header-wj-box,
.menuset1 .header-wj-box,
.menuset2 .header-wj-box{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.menuset3 .header-wj-box{
  margin-top: 0;
  text-align: right;
}
.menuset4 .header-wj-box{
  right: 130px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.menuset4 .hdsize-k .header-wj-box{
  right: 110px;
}
.menuset5 .header-wj-box{
  margin-top: 0;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.menuset5 .header-wj-box.hide{
  opacity: 0;
}
@media only screen and (max-width: 991px){
  .header-wj-box{
    display: none;
  }
}

/* 下側表示時カラム
-------------------------------------------------------------- */

@media screen and (min-width: 992px) {
  .sidewidget2 .widget-area{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .sidewidget2 .widget-area aside{
    width: 100%;
    margin-right: 4%;
  }
  .sidewidget2 .widget-area aside:last-child{
    margin-right: 0;
  }
  .sidewidget2.sideclm2 .widget-area aside{
    width: 48%;
  }
  .sidewidget2.sideclm2 .widget-area aside:nth-child(2n){
    margin-right: 0;
  }
  .sidewidget2.sideclm3 .widget-area aside{
    width: 30.6%;
  }
  .sidewidget2.sideclm3 .widget-area aside:nth-child(3n){
    margin-right: 0;
  }
  .sidewidget2.sideclm4 .widget-area aside{
    width: 22%;
  }
  .sidewidget2.sideclm3 .widget-area aside:nth-child(4n){
    margin-right: 0;
  }
  
  .sidewidget2.sideclm4 .widget-area aside h3,
  .sidewidget2.sideclm3 .widget-area aside h3,
  .sidewidget2.sideclm2 .widget-area aside h3{
    margin-top: 0;
  }
  
}

/* ウィジェット共通
-------------------------------------------------------------- */

/* ウィジェット下余白 */
.widget-area .widget{
	margin-bottom:30px;;
}

/* ウィジェット見出し */
.widget-area h3.widget-title{
	font-size:1.3em;
	line-height: 1.2em;
  margin: 1.2em 0;
}
/* ウィジェット見出しクリア */
.widget-area h3.widget-title{
	display: inherit;
	text-decoration: none;
	color: #000;
	line-height: 1.2em;
	background:none;
	padding: 00;
	font-weight: normal;
}
.widget-area h3.widget-title{
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 1.2em;
	padding: 0;
	font-weight: normal;
}
.widget-area h3.widget-title::after{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  margin-top:0.3em;
  background-image:none;
}
.wdh3pattern1 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-01.png");
}
.wdh3pattern2 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-02.png");
}
.wdh3pattern3 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-03.png");
}
.wdh3pattern4 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-04.png");
}
.wdh3pattern5 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-05.png");
}
.wdh3pattern6 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-06.png");
}
.wdh3pattern7 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-07.png");
}
.wdh3pattern8 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-08.png");
}
.wdh3pattern9 .widget-area h3.widget-title::after{
  background-image: url("img/filter/pattern-09.png");
}

.widget-area aside:first-child h3.widget-title{
  margin-top: 0;
}

/* 投稿数表示 */
.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count {
	display: inline-block;
	color: #fff;
	background-color: #333;
	font-size: 0.8em;
	padding: 0 6px;
	border-radius: 3px;
	margin:0 0 0 10px;
	vertical-align:middle;
}

 /* ウィジェット：最新投稿・コメント・リスト */
.widget-area .widget_archive ul,
.widget-area .widget_recent_comments ul,
.widget-area .widget_recent_entries ul{
	margin:0;
	padding:0;
}
.widget-area .widget_archive ul li,
.widget-area .widget_recent_comments ul li,
.widget-area .widget_recent_entries ul li{
	margin:0;
	list-style-type:none;
	border-bottom:dotted 1px #aaa;
	position:relative;
	padding:0.5em 0;
}
.widget-area .widget_archive ul li a,
.widget-area .widget_recent_comments ul li a,
.widget-area .widget_recent_entries ul li a{
	text-decoration:none;
	display:block;

}
.widget-area .widget_archive li a:hover,
.widget-area .widget_recent_comments li a:hover,
.widget-area .widget_recent_entries li a:hover{
	text-decoration:underline;
}
.widget-area .widget_archive ul li:last-child,
.widget-area .widget_recent_comments ul li:last-child,
.widget-area .widget_recent_entries ul li:last-child{
	border-bottom:0;
}

/* ウィジェット：ドロップダウン */
.widget-area .widget_archive .screen-reader-text{
	display:none;
}
.widget-area .widget_categories select,
.widget-area .widget_archive select{
	padding:5px;
	display:block;
	width:100%;
}

/* ウィジェット：カテゴリー・メニュー */
.widget-area .widget_nav_menu ul,
.widget-area .widget_categories ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget-area .widget_nav_menu ul li,
.widget-area .widget_categories ul li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	position:relative;
}
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_categories ul li a{
	position:relative;
	background-color:#eee;
}
.widget-area .widget_nav_menu ul li a::after,
.widget-area .widget_categories ul li a::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:10px;
	height:10px;
	background-image:url("./img/btn_next-b.png");
	background-repeat:no-repeat;
	background-size:contain;
	right:10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.widget-area .widget_nav_menu ul li.current-menu-parent a::after,
.widget-area .widget_categories ul li.current-cat-parent a::after,
.widget-area .widget_nav_menu ul li.current-menu-item a::after,
.widget-area .widget_categories ul li.current-cat a::after,
.widget-area .widget_nav_menu ul li:hover a::after,
.widget-area .widget_categories ul li:hover a::after{
	background-image:url("./img/btn_next-w.png");
}
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_categories ul li a{
	display:block;
	padding:10px 20px 10px 10px;
	color:#000;
	text-decoration:none;
	border:solid 1px #aaa;
	background-color:#f5f5f5;
}
.widget-area .widget_nav_menu ul>li:hover>a,
.widget-area .widget_categories ul>li:hover>a{
	color:#fff;
	background-color:#cccccc;
}
.widget-area .widget_nav_menu ul>li.current-menu-parent>a,
.widget-area .widget_categories ul>li.current-cat-parent>a,
.widget-area .widget_nav_menu ul>li.current-menu-item>a,
.widget-area .widget_categories ul>li.current-cat>a{
	color:#fff;
	background-color:#999999;
}

/* ウィジェット：カテゴリー・サブメニュー */
.widget-area .widget_nav_menu ul.sub-menu,
.widget-area .widget_categories ul.children{
	margin-top:0;
}
.widget-area .widget_nav_menu ul.sub-menu li,
.widget-area .widget_categories ul.children li{
	margin-bottom:0;
}
.widget-area .widget_nav_menu ul.sub-menu li a,
.widget-area .widget_categories ul.children li a{
	display:block;
	line-height:1.5;
	padding:7px 10px;
	color:#000;
	text-decoration:none;
	border:solid 1px #aaa;
	border-top: none;
	background-color:#ffffff;
}
.widget-area .widget_nav_menu ul.sub-menu li a::after,
.widget-area .widget_categories ul.children li a::after{
	content:none;
}
.widget-area .widget_nav_menu ul.sub-menu li a:hover,
.widget-area .widget_categories ul.children li a:hover{
	background-color:#eee;
}
.widget-area .widget_nav_menu ul.sub-menu li.current-menu-item a,
.widget-area .widget_categories ul.children li.current-cat a{
	background-color:#ddd;
}

/* ウィジェット：検索 */
.widget-area .widget_search{
	margin:0 0 20px 0;
	padding:0;
}

/* ウィジェット：メタ */
.widget_meta ul{
	margin:0;
	padding:0;
	margin-left:1.2em;
}

/* ウィジェット：カレンダー */
.widget-area table.wp-calendar-table caption{
	color:#000;
	background-color:#CCC;
	padding:5px;
}
.widget-area table.wp-calendar-table{
    width: 100%;
    border-collapse: collapse;
	border: 0;
}
.widget-area table.wp-calendar-table th{
	height:auto;
	width:auto;
	vertical-align:middle;
  font-weight:bold;
  border: solid 1px #ccc;
	line-height:1.5;
	background-color:#eee;
}
.widget-area table.wp-calendar-table td{
	height:auto;
	width:auto;
	text-align:center;
	vertical-align:middle;
  border: solid 1px #ccc;
	line-height:1.5;
}

/* ウィジェット：タグ */
.widget-area .tagcloud{
	letter-spacing:-4em;
}
.widget-area .tagcloud a{
	letter-spacing:normal;
	display:inline-block;
	border:solid 1px #aaa;
	background-color:#eee;
	padding:8px;
	border-radius:5px;
	text-decoration:none;
	margin:0 5px 5px 0;
}
.widget-area .tagcloud a:hover{
	opacity:0.7;
}

/* ウィジェット共通（ヘッダー・フッター）
-------------------------------------------------------------- */

.wjtitle-ded h3{
	display: none;
}

.wjcolumn-l2 ul,
.wjcolumn-l3 ul,
.wjcolumn-l4 ul,
.wjcolumn-l5 ul{
  list-style-type: none;
  margin: 0 0 24px 0!important;
  padding: 0 0 0 0;
}
.wjcolumn-l2 ul li,
.wjcolumn-l3 ul li,
.wjcolumn-l4 ul li,
.wjcolumn-l5 ul li{
  display:block;
}
.wjcolumn-l2 ul li a,
.wjcolumn-l3 ul li a,
.wjcolumn-l4 ul li a,
.wjcolumn-l5 ul li a{
  display:block;
  background-color: #eeeeee;
  padding: 0.5em;
}
.wjcolumn-l2 ul li.current-cat a,
.wjcolumn-l3 ul li.current-cat a,
.wjcolumn-l4 ul li.current-cat a,
.wjcolumn-l5 ul li.current-cat a{
  background-color: #cccccc;
}
@media only screen and (min-width:992px){
  .wjcolumn-l2 ul,
  .wjcolumn-l3 ul,
  .wjcolumn-l4 ul,
  .wjcolumn-l5 ul{
    display: flex;
    gap:1px 1px;
    justify-content: center;
  }
  .wjcolumn-l2 ul li{
    width: 50%;
  }
  .wjcolumn-l3 ul li{
    width: 33.3%;
  }
  .wjcolumn-l4 ul li{
    width: 25%;
  }
  .wjcolumn-l5 ul li{
    width: 20%;
  }
}

/* ==============================================================

=アーカイブ

============================================================== */



/* アーカイブシングル（タイトル・記事）
-------------------------------------------------------------- */

/* アーカイブシングルタイトル */
article.type-post .entry-header{
	margin: 0 0 20px 0;
}
article.type-post .entry-header h1.entry-title{
	color:#1835ad;
	font-size:1.5em;
	line-height:1.3;
  border-bottom: solid 1px #1835ad;
  padding-bottom: 0.5em;
  margin-top: 0!important;
}

article.type-post .entry-header h1.entry-title a{
	padding: 0; /* パディングクリア */
	line-height:1.3;
	text-decoration:none;
}

/* 投稿者情報非表示 */
.by-author{
	display:none;
}

/* アーカイブ一覧（タイトル・記事）
-------------------------------------------------------------- */

/* 投稿タイプ：リスト一覧 */
.listbox-all{
	margin:0 0 0.5em 0;
	padding:0 0 1.5em 0;
  /*border-bottom: dotted 1px #1835ad;*/
}
.listbox-all h1{
  font-weight: normal;
  /*font-size: 1em!important;*/
}
.listbox-all a{
	text-decoration:none;
}
.thumbnail-list{
	width:150px;
	margin:0 auto 15px auto;
}
.thumbnail-list img{
	width:100%;
	height:auto;
	border: solid 1px #eee;
}

.thumbnail-list img.thumbnail-non{
  height:100%;
}

.thumbnail-list img:hover{
	opacity: 0.7;
}
.listbox-sub{
	margin-bottom:10px;
}
.entry-header-list{
	margin:0 0 20px 0;
}
.entry-header-list h1.entry-title-list{
	margin:0 0 1.5em;
	line-height:1.3;
	font-size:1.2em;
}
.entry-header-list h1.entry-title-list a{
	color:#1835ad;
	font-size:1.2em;
	line-height:1.5;
	text-decoration: none;
}

.entry-header-list h1.entry-title-list a:hover{
	text-decoration:underline;
}
.entry-content-list{
	margin-bottom:15px;
}

/* 抜粋非表示のタイトル調整 */
.entry-header-list.hdline-non{
  margin-bottom: 0;
}
.entry-header-list.hdline-non h1.entry-title-list{
  border-bottom: 0;
}

@media only screen and (min-width:768px){
	
	/* 投稿タイプ：リスト一覧 */
	.thumbnail-list{
		width:20%;
		float:left;
	}
	.listbox-sub{
		width:78%;
		float:right;
	}
	
}

/* タイトルデザイン */
.etl-type{
  border-top:dotted 2px #aaa;
	border-bottom:dotted 2px #aaa;
	padding:0.5em 0;
}

/* アーカイブフッター（シングル）
-------------------------------------------------------------- */

.entry-meta-list{
  margin-top: 0.5em;
  border-top:dotted 1px #1835ad;
  padding-top: 0.5em;
}

.footer-single{
  margin-top: 1.5em;
  border-top:dotted 1px #1835ad;
  padding-top: 1em;
}

/* アーカイブ一覧（タイトルのみ）
-------------------------------------------------------------- */

.blogview .post-categories,
.blogview{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blogview{
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  margin-bottom: 0.5em;
}

.blogview h1.blogview-h1{
  margin: 5px 0;
  font-size: 1.4em;
}
.blogview h1.blogview-h1 a{
  text-decoration: none;
}

.blogview .post-categories{
  display: flex;
  gap: 10px;
  margin: 5px 0;
}
.blogview .post-categories a{
  display: inline-block;
  padding: 5px;
  border: solid 1px #aaa;
  text-decoration: none;
  line-height: 1em;
}

ul.newsblog-inline{
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  gap:5px 5px;
}
ul.newsblog-inline li{
  margin: 0;
  padding: 0;
}
@media only screen and (min-width:768px){
  ul.newsblog-inline{
    justify-content: flex-end;
  }
}

a.newsblog-cat {
  letter-spacing: normal;
  display: inline-block;
  line-height: 1.5;
  background-color: #999999;
  color: #fff ;
  text-decoration: none;
  padding: 3px 0 1px 0;
  margin-right: 0;
  min-width: 120px;
  text-align: center;
  font-size: 0.9em;
}

.blogview-set2{
  min-width: 250px;
}

.blogview-sub{
  display: flex;
  justify-content: flex-start;
  align-items: center; 
  gap:1em;
}

@media only screen and (min-width:768px){
  .blogview{
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: space-between;
  }
  
  .blogview-set2{
    min-width: 250px;
  }
  .category .blogview-set2{
    min-width: 130px;
  }
  .blogview-sub{
    text-align: right;
    /*justify-content: flex-end;*/
  }

  .blogview .post-categories{
    justify-content: flex-end;
  }
}
@media only screen and (min-width:992px){
  
}

/* アーカイブ適応
-------------------------------------------------------------- */

/* 戻るアイコン */
.back-icon-b a,
.back-icon-w a{
	position: relative;
  display: block;
}
.back-icon-b a::after,
.back-icon-w a::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:1em;
	height:1em;
	background-image:url("./img/back-icon-w.png");
	background-repeat:no-repeat;
	background-size:contain;
	right:10px;
	top: calc(50% - 0.5em);
}
.back-icon-b a::after{
	background-image:url("./img/back-icon-b.png");
}
.back-icon-b a::after,
.back-icon-w a::after {

  opacity: 0.3;
}
.back-icon-b:hover a::after,
.back-icon-w:hover a::after {
  opacity: 1;
}

.back-icon-b.bi-kaiten:hover a::after,
.back-icon-w.bi-kaiten:hover a::after{
	top: calc(50% - 0.5em);
  animation-name: bi-rotate;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
  animation-iteration-count: infinite;
}
@keyframes bi-rotate{
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}

/* ==============================================================

=フッター

============================================================== */

/* 基本要素
-------------------------------------------------------------- */

/* PC フッター固定 */
.site.ffixed{
	position: relative;
	height: 100vh;
  box-sizing: border-box;
}
.site .footer-block.ffixed{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* フッター基本枠 */
footer#colophon{
	background-color:#1835ad;
	position:relative;
	margin:0 0 0 0;
	padding:30px 0 0 0;
	width:100%;
	z-index: 1;
}

/* フッター情報枠 */
.footer-area{
	max-width:1280px;
	position:relative;
	margin:0 auto;
	padding:0 10px;
	line-height: 1.5em;color: #ffffff;
}

@media only screen and (min-width:768px){
	
	footer#colophon{
		padding:40px 0 0 0;
	}
	
	.footer-area{
		padding:0 20px;
	}
	
}
@media only screen and (min-width:992px){
	
	footer#colophon{
		padding:60px 0 0 0;
	}
	
	.footer-area{
		padding:0 20px;
		min-height:100px;
	}	
	
}


/* フッターメニュー
-------------------------------------------------------------- */

/* モバイル時非表示 */
@media only screen and (max-width:991px){
	.sitemap{
		display: none;
	}
}

/* ナビゲーションメニュー：footer */
.menu-footer-container ul{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  letter-spacing: -4em;
  
}
.menu-footer-container>ul{
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap:wrap;
  gap:1em;
}
.menu-footer-container>ul>li{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  letter-spacing: normal;
  list-style-type: none;
  vertical-align: top;
}
@media only screen and (max-width:830px){
  
  .menu-footer-container>ul{
    gap:1em 2%;
  }
  .menu-footer-container>ul>li{
    margin: 0 0 0 0;
    width: 32%;
  }
}
@media only screen and (max-width:599px){
  .menu-footer-container>ul{
    gap:1em 2%;
  }
  .menu-footer-container>ul>li{
    margin: 0 0 0 0;
    width: 49%;
  }
}

@media only screen and (min-width:1230px){
  .menu-footer-container>ul>li{
    line-height: 1.8;
    margin: 0 0.5em 1em 0;
  }
}

.menu-footer-container>ul>li>ul>li{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  letter-spacing: normal;
  list-style-type: none;
}


/* ナビゲーションメニュー：footer：マーク */
.menu-footer-container ul li a{
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 90%;
  box-sizing: border-box;
  padding-left: 1em;
  display: block;
}
.menu-footer-container ul li a::before{
  content: '';
  position: absolute;
  left: 0;
  top:0.5em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #30b1e0;

  /*
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4em;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -3px;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
  */
}


/* ナビゲーションメニュー：footer：マーク */
.menu-footer-container>ul>li>ul>li.sitemap-midashi>a,
.menu-footer-container>ul>li.sitemap-midashi>a{
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 90%;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding-left: 1em;
  display: block;
  border-bottom: dotted 1px #ccc;
}
.menu-footer-container>ul>li>ul>li.sitemap-midashi.ftbtm-set>a,
.menu-footer-container>ul>li.sitemap-midashi.ftbtm-set>a{
  margin-bottom: 15px;
}
.menu-footer-container>ul>li>ul>li.sitemap-midashi>a::before,
.menu-footer-container>ul>li.sitemap-midashi>a::before{
  content: '';
  position: absolute;
  left: 0;
  top:0.5em;
  width: 0;
  height: 0;
  border-radius:0;
  background: none;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.5em solid #104280;

  /*
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4em;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -3px;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
  */
}


.menu-footer-container ul li a:hover{
  opacity: 0.7;
  text-decoration: underline;
}
.menu-footer-container ul li a::before:hover{
  text-decoration: none!important;
}

/* ナビゲーションメニュー：footer：ラベル */
.menu-footer-container ul li.sitemap-label>a{
  position: relative;
  pointer-events:none;
  display: inline-block;
  line-height: 1.3em;
  width: 100%;
  border-bottom: solid 1px #000;
  margin-bottom: 0.5em;
  padding-left: 10px;
}
.menu-footer-container ul li.sitemap-label>a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-top: 6px solid #555; 
}

/* コピーライト
-------------------------------------------------------------- */

/* コピーライト */
.footer-copyright{
	position: relative;
	display:block;
	margin-top:10px;
	font-size:0.9em;
	line-height:1.5;
	text-align:center;
	padding: 15px 0;
	background-color:rgba(0,0,0,0);
	z-index: -1;
}
.footer-copyright span.fcopy-color a,
.footer-copyright span.fcopy-color{
	color:#ffffff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {

	/* コピーライト */
	.footer-copyright{
		padding: 20px 0;
	}
	
}

@media screen and (min-width: 992px) {

	/* コピーライト */
	.footer-copyright{
		padding: 26px 0;
	}

}



/* ==============================================================

=検索

============================================================== */


/* 通常検索窓
-------------------------------------------------------------- */


/* 検索リストタイトル */
.search article.type-page .entry-header,
.search article.type-post .entry-header{
	border:0;
	padding:0;
	margin:0 0 10px 0;
}
.search article.type-page .entry-header h1.entry-title,
.search article.type-post .entry-header h1.entry-title{
	border-bottom:solid 2px #ccc;
	padding-bottom:5px;
	border:0;
	padding:0;
	margin:0;
	color:initial;
}
.search article.type-page .entry-header h1.entry-title a,
.search article.type-post .entry-header h1.entry-title a{
	text-decoration:none;
}

/* 検索フォーム */
.searchform {
	position: relative;
	max-width:600px;
}
.searchfield {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: solid 1px #bbb;
	border-radius: 4px;
	background-color: #efefef;
	box-sizing:border-box;
}
.searchsubmit {
	position: absolute;
	top:10px;
	right:20px;
	padding: 0;
	cursor: pointer;
	color: #555;
	border: none;
	display:block;
	width:20px;
	height:20px;
	background: transparent;
	background-image:url("./img/kensaku-icon-b.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.searchsubmit:hover {
  opacity: 0.6;
}

.search-all{
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: dotted 1px #1835ad;
}
.search-entry-title{
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
.search-entry-title a{
  color:#1835ad;
}
.search-entry-title a:hover{
  text-decoration: underline;
}
.search-entry-content p,
.search-entry-content{
  font-size: 1em;
  margin-top: 0;
}
.search-entry-content{
  
}

/* ==============================================================

=ホバーボックス

============================================================== */

/* トグルボタン*/
.areanavi_close {
  display: block;
  position: fixed;
  top: 7px;
  right: 10px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.areanavi_close span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.areanavi_close span:nth-child(1) {
  top: 4px;
}
.areanavi_close span:nth-child(2) {
  top: 14px;
}
.areanavi_close span:nth-child(3) {
  bottom: 4px;
}
.areanavi_close span {
  background-color: #fff;
}
.areanavi_close span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.areanavi_close span:nth-child(2) {
  opacity: 0;
}
.areanavi_close span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/* エリアナビ：ボタン */
.areanavi_btn{
  cursor:pointer;
}
.areanavi_btn a{
  pointer-events: none;
}

/* エリアナビ：背景 */
.areanavi__box #mask2{
  display: none;
}
.areanavi__box .open #mask2{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  opacity: .8;
  z-index: 11;
  cursor: pointer;
}

/* ホバーボックス */
.areanavi__box nav {
  display: block;
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- translateX(-50%);
  width: 80%;
  min-width: 250px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 12;
  opacity: 0;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .areanavi__box nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .areanavi__box nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* スクロールの幅の設定 */
.areanavi__box nav::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* スクロールの背景の設定 */
.areanavi__box nav::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.areanavi__box nav::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #1da7ce;
}

@media screen and (min-width: 1100px) {
  .areanavi__box nav {
    padding: 50px;
  }
}
.areanavi__box .open nav {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- translateX(-50%);
  opacity: 1;
}
.areanavi__box nav .areanavi__inner {
  text-align: left;
  color: #000;
  padding: 0em;
}


/* ==============================================================

=閲覧パスワード制限

============================================================== */

/* パスワード画面デザイン */
div.pass-box{
	border:solid 1px #aaa;
	background-color:#eee;
	padding:30px;
}
input.input-area{
	padding:5px;
	border-radius:5px;
	margin-bottom:8px;
	margin-right:5px;
	border:solid 1px #ccc;
	display:inline-block;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
}
input.input-send{
	padding:3px 10px;
	border:solid 1px #000;
	display:inline-block;
	background-color:#000;
	color:#fff;
}


/* ==============================================================

=モバイル用画面高さ調整

============================================================== */


/* モバイル用画面高さ調整 */
@media only screen and (max-width:768px){

	.site{
		display: flex;
		flex-direction: column;
	} 
	footer#colophon {
		margin-top: auto;
	}

}

/* ==============================================================

=スクリプト

============================================================== */

/* アンカーリンク高さ調整
-------------------------------------------------------------- */

/* <a href="#example" class="anchor" >exampleへリンク</a> */
.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

/* animate.js 初期透過対応
-------------------------------------------------------------- */
.animein{
	opacity: 0;
}


/* ==============================================================

=ショートコード

============================================================== */

/* 新着情報タイプ
-------------------------------------------------------------- */

/* 最新NEW */
.new-red{
  color: #ff0000;
  margin-left: 5px;
}

.home-news-box{
  position: relative;
  z-index: 0;
}

/* 新着情報ボックス */
ul.news-area {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;

}
ul.news-area li.news-cbox {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  list-style-type: none;
  width: 100%;
  border-bottom: dotted 1px #aaa;
  line-height: 1.5;
}
ul.news-area li:first-child{
  border-top: dotted 1px #aaa;
  padding-top: 0.5em!important;
}
ul.news-area li.news-cbox div.news-set1 {
  letter-spacing: -4em;
  margin-bottom: 0.3em;
}
ul.news-area li.news-cbox div.news-set1 a.news-cat {
  letter-spacing: normal;
  display: inline-block;
  line-height: 1.5;
  background-color: #999999;
  color: #fff ;
  text-decoration: none;
  padding: 3px 0 1px 0;
  margin-right: 10px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9em;

}
ul.news-area li.news-cbox div.news-set1 a.news-cat:hover {
  opacity: 0.7;
}
ul.news-area li.news-cbox div.news-set1 span.news-date {
  letter-spacing: normal;
  display: inline-block;
  line-height: 1.5;
}
ul.news-area li.news-cbox div.news-set2 {
  display: block;
  margin-bottom: 0.1em;
}
ul.news-area li.news-cbox div.news-set2 a.news-title {
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  ul.news-area li.news-cbox {
    display: flex;
    margin: 0 0 0.8em 0;
    padding: 0 0 0.8em 0;
  }
  ul.news-area li:first-child{
    padding-top: 0.8em!important;
  }
  ul.news-area li.news-cbox div.news-set1 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0.1em;
  }
  ul.news-area li.news-cbox div.news-set1{
    display: flex;
    align-items: flex-start;
    width: 280px;
  }
  ul.news-area li.news-cbox div.news-set1.non-date,
  ul.news-area li.news-cbox div.news-set1.non-cat {
    width: 130px;
  }
  ul.news-area li.news-cbox div.news-set1.non-all {
    display: none;
  }
  ul.news-area li.news-cbox div.news-set2 {
    width: calc(100% - 250px);
  }
  ul.news-area li.news-cbox div.news-set2.non-date,
  ul.news-area li.news-cbox div.news-set2.non-cat {
    width: calc(100% - 130px);
  }
  ul.news-area li.news-cbox div.news-set2.non-all {
    width: 100%;
  }
}

/* 画像タイプ（image）　
-------------------------------------------------------------- */

.newsview{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.newsview .pti-box{
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .newsview{
    gap: 16px 16px;
  }
  .newsview.nongap{
    gap:0;
  }
  
  .newsview .imblock{
    width: 100%;
  }
  .newsview.vw245 .imblock,
  .newsview.vw235 .imblock,
  .newsview.vw234 .imblock{
    width: calc((100% - 16px) / 2);
  }
  
  .newsview.vw245.nongap .imblock,
  .newsview.vw235.nongap .imblock,
  .newsview.vw234.nongap .imblock{
    width: calc(100% / 2);
  }
  
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  
  .newsview{
    gap: 20px 20px;
  }
  .newsview.nongap{
    gap:0;
  }
  
  .newsview .imblock{
    width: calc((100% - 20px) / 2);
  }
  .newsview.nongap .imblock{
    width: calc(100% / 2);
  }
  .newsview.vw135 .imblock,
  .newsview.vw235 .imblock,
  .newsview.vw134 .imblock,
  .newsview.vw234 .imblock{
    width: calc((100% - 40px) / 3);
  }
  .newsview.vw135.nongap .imblock,
  .newsview.vw235.nongap .imblock,
  .newsview.vw134.nongap .imblock,
  .newsview.vw234.nongap .imblock{
    width: calc(100% / 3);
  }
  
  .newsview.vw245 .imblock{
    width: calc((100% - 60px) / 4);
  }
  .newsview.vw245.nongap .imblock{
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 992px) {
  
  .newsview{
    gap: 24px 24px;
  }
  .newsview.nongap{
    gap:0;
  }
  .newsview .imblock{
    width: calc((100% - 48px) / 3);
  }
  .newsview.nongap .imblock{
    width: calc(100% / 3);
  }
  .newsview.vw134 .imblock,
  .newsview.vw234 .imblock{
    width: calc((100% - 72px) / 4);
  }
  .newsview.vw134.nongap .imblock,
  .newsview.vw234.nongap .imblock{
    width: calc(100% / 4);
  }
  .newsview.vw245 .imblock,
  .newsview.vw135 .imblock,
  .newsview.vw235 .imblock{
    width: calc((100% - 96px) / 5);
  }
  .newsview.vw245.nongap .imblock,
  .newsview.vw135.nongap .imblock,
  .newsview.vw235.nongap .imblock{
    width: calc(100% / 5);
  }

}

/* --- 画像タイプ：デザイン（normal：未指定） --- */

/* リンクスペース */
.normal .imblock .pti-box a{
  text-decoration: none;
}

/* 画像スペース */
.normal .imblock .pti-box figure{
  overflow: hidden;
  margin-bottom: 10px;
}

/* 投稿日時 */
.normal .imblock .pti-box .pti-date {
  position: absolute;
  top: 5px;
  left:0;
  width: 100%;
  text-align: center;
  right:auto;
  color: #ffffff;
  font-weight: normal;
  padding: 0.2em 0;
}

/* 表示ブロック調整 */
.normal .imblock .pti-box .pti-titlebox .pti-set{
  text-align: center;
}

/* カテゴリー */
.normal .imblock .pti-box a.pti-cat1{
  display: inline-block;
}

/* タイトル */
.normal .imblock .pti-box a.pti-title {

}

/* --- 画像タイプ：デザイン（round） --- */

/* リンクスペース */
.round .imblock .pti-box a{
  text-decoration: none;
}

/* 画像スペース */
.round .imblock .pti-box figure{
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

/* 投稿日時 */
.round .imblock .pti-box .pti-date {
  position: absolute;
  top: 5px;
  left:0;
  width: 100%;
  text-align: center;
  right:auto;
  color: #ffffff;
  font-weight: normal;
  padding: 0.2em 0;
}

/* 表示ブロック調整 */
.round .imblock .pti-box .pti-titlebox .pti-set{
  text-align: center;
}

/* カテゴリー */
.round .imblock .pti-box a.pti-cat1{
  display: inline-block;
}

/* タイトル */
.round .imblock .pti-box a.pti-title {

}

/* --- 画像タイプ：ブロック共通 --- */

/* 社員の声 */
.imblock .pti-box .pti-titlebox .vf-copy-image{
  color: #000000;
}
.imblock .pti-box .pti-titlebox .vf-yakusyoku-image{
  color: #000000;
}


/* 画像タイプ（slide）
-------------------------------------------------------------- */

/* 画像チラつき対応 */
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

/* スライダーブロック */
.slblock {
  margin-bottom: 0;
}
.slblock .pti-box {
  position: relative;
  display: block;
  margin: 0;
}


/* スライダー間隔 */
.slblock .pti-box.pti-slide {
  margin: 0 10px;
}

.slblock .pti-box a.slide-imglink{
  transition: all 0.5s;
  display: block;
  background-color: #fff;
  overflow: hidden;
}
.slblock .pti-box a.slide-imglink:hover{
  opacity: 1;
}
.slblock .pti-box a.slide-imglink img{
  transition: all 0.5s;
  transform:scale(1,1);
}
.slblock .pti-box a.slide-imglink img:hover {
  transform:scale(1.1,1.1);
}

/* 投稿日時 */
.slblock .pti-box .pti-date {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ffffff;
  font-weight: normal;
  padding: 0.2em 0;
}

/* カテゴリー */
.slblock .pti-box .cat-position{
  position: absolute;
  top: 0;
  left: 0;
}
.slblock .pti-box a.pti-cat1 {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.slblock .pti-box a.pti-cat1:hover{
  opacity: 1;
}

/* タイトルブロック */
.slblock .pti-box .pti-titlebox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  box-sizing: border-box;
}

/* タイトルブロック調整 */
.slblock .pti-box .pti-titlebox .pti-set{
  text-align: center;
}

/* タイトル */
.slblock .pti-box .pti-titlebox a.pti-title {
  color: #ffffff;
  text-decoration: none;
}

/* 社員の声 */
.slblock .pti-box .pti-titlebox .vf-copy-slide{
  color: #ffffff;
}
.slblock .pti-box .pti-titlebox .vf-yakusyoku-slide{
  color: #ffffff;
}

/* Next Prev ボタン */

.slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before{
  background:url("img/slick-next-b.png")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}

.slick-prev:before{
  background: url("img/slick-prev-b.png")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}

.slick-prev {
  left: -25px!important;
  z-index: 100!important;
  transition: 0.5s!important;
}
.slick-next {
  right: -25px!important;
  z-index: 100!important;
  transition: 0.5s!important;
}
.slick-prev,
.slick-next {
    height: 20px!important;
    width: 20px!important;
    top: 50%!important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.slick-prev:before,
.slick-next:before,
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: -35px!important;
  }
  .slick-next {
    right: -35px!important;
  }
  .slick-prev,
  .slick-next {
      height: 30px!important;
      width: 30px!important;
  }
  .slick-prev:before,
  .slick-next:before,
  .slick-prev:before,
  .slick-next:before {
      font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .slick-prev {
    left: -45px!important;
  }
  .slick-next {
    right: -45px!important;
  }
  .slick-prev,
  .slick-next {
      height: 40px!important;
      width: 40px!important;
  }
  .slick-prev:before,
  .slick-next:before,
  .slick-prev:before,
  .slick-next:before {
      font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .slick-prev {
    left: -55px!important;
  }
  .slick-next {
    right: -55px!important;
  }
  .slick-prev,
  .slick-next {
      height: 50px!important;
      width: 50px!important;
  }
  .slick-prev:before,
  .slick-next:before,
  .slick-prev:before,
  .slick-next:before {
      font-size: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-prev {
    left: 10px!important;
  }
  .slick-next {
    right: 10px!important;
  } 
}


.ve-image-sub .slick-prev {
  left: 0px!important;
  z-index: 1!important;
}
.ve-image-sub .slick-next {
  right: 0px!important;
  z-index: 1!important;
}


/* 画像タイプ（slide）ご家族の声
-------------------------------------------------------------- */

/* スライダー間隔 */
.scvoice-area .slblock .pti-box.pti-slide {
  margin: 0;
}

.scvoice-area{
  margin: 0 0 0 auto;
  width: calc(100% - 20px);
  background-color: #ace3ff;
  padding: 20px 0 20px 20px;
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.slick-list{
  width: calc(100% + 70%);
  overflow: hidden;
}
@media screen and (min-width:600px) {
  .scvoice-area{
    width: calc(100% - 30px);
    padding: 30px 0 30px 30px;
    border-radius: 20px 0 0 20px;
  }
  .slick-list{
    width: calc(100% + 30%);
  }
}
@media screen and (min-width: 1024px) {
  .scvoice-area{
    width: calc(100% - 40px);
    padding: 40px 0 40px 40px;
    border-radius: 20px 0 0 20px;
  }
  .slick-list{
    width: calc(100% + 20%);
  }
}
@media screen and (min-width: 1280px) {
  .scvoice-area{
    width: calc(100% - 50px);
    padding: 50px 0 50px 50px;
    border-radius: 20px 0 0 20px;
  }
  .slick-list{
    width: calc(100% + 15%);
  }
}

.scvoice-area .wl-voice-icon{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.scvoice-area .wl-voice-icon .wl-icon-kao{
  width: 120px;
  margin: 0 auto;
}
.scvoice-area .slick-slide {
  padding: 0 1em 0 0;
}
.scvoice-area .slick-slide .pti-box{
  background-color: #ffffff;
  padding: 1em;
  border-radius: 20px;
  transition: all 0.3s;

}
.scvoice-area .slick-slide .pti-box:hover{
  background-color: #FFFBE8;
}

.wl-voice-cat{
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: #1835ad;
}
.wl-voice-title{
  display: block;
  text-align: center;
  font-weight: bold;
  color: #1835ad;
}

.scvoice-area .slick-slide .pti-box a.wl-voice-list{
  display: block;
  min-height: 200px;
}
@media screen and (min-width:380px) {
  .scvoice-area .slick-slide .pti-box a.wl-voice-list{
    min-height: 230px;
  }
}
@media screen and (min-width:600px) {
  .scvoice-area .slick-slide .pti-box a.wl-voice-list{
    min-height: 200px;
  }

}
@media screen and (min-width: 1024px) {
  .scvoice-area .slick-slide .pti-box a.wl-voice-list{
    min-height: 140px;
  }
  .wl-voice-all .wl-voice-text{
    padding-top: 0.2em;
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1280px) {
  .scvoice-area .slick-slide .pti-box a.wl-voice-list{
    min-height: 130px;
  }
  .wl-voice-all .wl-voice-text{
    padding-top: 0.5em;
  }

}

@media screen and (min-width: 992px) {
  
  .wl-voice-all{
    display: flex;
    /*align-items: center;*/
    gap:0.5em;
  }
  .wl-voice-all .wl-voice-icon{
    width: 120px;
  }

  .wl-voice-all .wl-voice-title,
  .wl-voice-all .wl-voice-cat{
    text-align: left;
  }
  

}

.scvoice-area .slick-slide .pti-box a::after{
  content: '';
  position: absolute;
  right: 20px;
  bottom: 1em;
  width: 1em;
  height: 1em;
  background-image: url("mystyle/img/mblist-icon3.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.scvoice-area .slick-slide .pti-box a:hover::after{
  right: 10px;
}

.scvoice-area .slick-prev,
.scvoice-area .slick-next{
  height: 30px !important;
  width: 30px !important;
  top:50%!important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.scvoice-area .slick-prev{
  left:-15px!important;
}
.scvoice-area .slick-next{
  right: calc(30px + 0px)!important;
}

.scvoice-area .slick-next:before{
  content: '';
  background: none!important;
  background-color: rgba(0,0,0,0.5)!important;
  border-radius: 50%!important;
  background-image:url("mystyle/img/mblist-icon5.png")!important;
  background-size: 0.6em 0.6em!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}

.scvoice-area .slick-prev:before{
  background-color: rgba(0,0,0,0.5)!important;
  border-radius: 50%!important;
  background-image:url("mystyle/img/mblist-icon5b.png")!important;
  background-size: 0.6em 0.6em!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}

@media screen and (min-width:600px) {
  .scvoice-area .slick-prev,
  .scvoice-area .slick-next{
    height: 50px !important;
    width: 50px !important;
  }
  .scvoice-area .slick-prev{
    left:-25px!important;
  }
  .scvoice-area .slick-next{
    right: calc(30px + 10px)!important;
  }
  
  .scvoice-area .slick-next:before{
    background-size: 1em 1em!important;
  }

  .scvoice-area .slick-prev:before{
    background-size: 1em 1em!important;

  }
}
@media screen and (min-width: 1024px) {
  .scvoice-area .slick-next{
    right: calc(30px + 20px)!important;
  }

}
@media screen and (min-width: 1280px) {
  .scvoice-area .slick-next{
    right: calc(30px + 40px)!important;
  }

}


/* 画像タイプ（slidenews）ニュース上書き
-------------------------------------------------------------- */


a.wl-news-list{
  display: block;
  min-height: 230px;
}
.wl-news-imgin img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 0.5em;
  border-radius: 5px;
}
.wl-news-date{
  display: inline-block;
  color: #3e3e3e;
  font-size: 0.9em;
  margin-right: 0.5em;
}
.wl-news-cat{
  display: inline-block;
  font-size: 0.9em;
}
.wl-news-title{
  margin-top: 0.3em;
  display: block;
  font-weight: bold;
  color: #1835ad;
}
@media screen and (min-width:380px) {
  a.wl-news-list{
    min-height: 300px;
  }
  .wl-news-imgin img{
    height: 200px;
  }
}
@media screen and (min-width:600px) {

}
@media screen and (min-width: 1024px) {
  a.wl-news-list{
    min-height: 330px;
  }

}
@media screen and (min-width: 1280px) {

}


/* ==============================================================

=プラグイン・jQuery

============================================================== */

/* 一文字づつフェードイン（fadeintext.js）要素クラスに eachTextAnime
-------------------------------------------------------------- */

.eachTextAnime span{
  opacity: 0;
}
.eachTextAnime.appeartext span{
  animation:text_anime_on 1s ease-out forwards;
}
.eachTextAnime span.br::before{
  content: "\A";
  white-space: pre;
}

@keyframes text_anime_on {
	0% {
    opacity:0;
  }
	100% {
    opacity:1;
  }
}

/* フォントサイズ Zeno Font Resizer
-------------------------------------------------------------- */

.font-select{
  margin-top: -0.2em;
  margin-left: 1em;
}
.font-select a{
  text-decoration: none;
  color: #000;
}
p.zeno_font_resizer .screen-reader-text{
  display: none;
}

/* グーグルトランスファー（翻訳）
-------------------------------------------------------------- */

#flags{
  width: auto;
}
.honyaku{
  position: relative;
}
.honyaku-btm{
  display: inline-block;
  width: auto;
  height: 25px;
  padding-left: 25px;
	background-image:url("img/icon/mi-honyaku.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 80%;
  cursor:pointer;
}

/* 下オープン */
.honyaku-view{
  display: none;
  position: absolute;
  box-sizing: border-box;
  /* 下表示 */
  width: 120px;
  top:25px; /* honyaku-btmと高さ合わせる */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: 10px;
  z-index: 2;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

/* 左オープン */
.viewleft .honyaku-view{
  width: 130px;
  top:20%;
  left: -130px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-right: 10px;
}
.honyaku-view-in{
  position: relative;
  margin-top: 1px;
  width: 100%;
  background-color: #999;
  padding: 10px 5px 2px 10px;
  box-sizing: border-box;
}
.honyaku-view-in::before{
  content: "";
  position: absolute;
  box-sizing: border-box;
  /* 下表示 */
  top: -15px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #999;
}
.viewleft .honyaku-view-in::before{
  /* 左表示 */
  top: 50%;
  left: 100%;
  margin-top: -8px;
  margin-left: 0;
  border: 8px solid transparent;
  border-left: 8px solid #999;
}

/* グーグルマップ
-------------------------------------------------------------- */

#g-map {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	border:solid 1px #ccc;
}
#g-map .g-inner {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
#g-map .g-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 960px) {
	#g-map .g-inner {
		padding-top: 75%;
	}
}
@media (max-width: 600px) {
	#g-map .g-inner {
		padding-top: 100%;
	}
}


/* fancybox
-------------------------------------------------------------- */

@media all and (-ms-high-contrast: none) {
	
	/* IEでのスクロールバー非表示 */
	#fancybox-content{
		-ms-overflow-style: none;
	}
	
}

/* Facebook
-------------------------------------------------------------- */

/* スマホ用 */
.fb-container {
	width: 100%;
	max-width: 500px;
}

/* ダイナミックQRコード
-------------------------------------------------------------- */

/* QRコードスタイル */
.widget_dynamicqrcode h3,
.widget_dynamicqrcode,
.dynqr_emb_icon{
	display:none;
}

@media screen and (min-width: 992px) {
  
  body {
    position: relative;
  }
  
  .dynqr_emb_icon-box{
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: right;
  }

  .dynqr_emb_icon,
	.widget_dynamicqrcode{
    position:absolute;
		bottom: 100px;
		right: 20px;
		display:block;
		width:80px;
		transition: all 0.6s;
		z-index: 5;
	}
  .dynqr_emb_icon img,
	.widget_dynamicqrcode img{
		width:100%;
		height:auto;
	}

}

/* パンくず （ウィジェットclassにw-sizesetで幅調整）
-------------------------------------------------------------- */

/* パンくずボックス調整 */
.widget_breadcrumb_navxt,
.breadcrumbs{
	width: auto;
  max-width: 1280px;
	margin: 0.2em auto 0.2em auto;
	padding: 3em 20px 0 20px;
}

/* コンテンツイメージ表示時対応 */
.conview-2 .breadcrumbs,
.conview-1 .breadcrumbs{
  margin-top: 5px;
  padding: 0 20px;
}

/* パンくずポジション */
.widget_breadcrumb_navxt span a,
.breadcrumbs span a,
.widget_breadcrumb_navxt span,
.breadcrumbs span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
  font-size: 14px;
}

/* 最大文字数制限 */
.widget_breadcrumb_navxt span[property="name"] ,
.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    /*max-width: 12em;*/
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 区切りアイコン <span class="pknext"></span> */
span.pknext{
	display: inline-block;
	margin:0 0.1em -0.3em 0.1em;
	color: #999999;
	width: 0.8em;
	height: 0.8em;
	background-image: url("img/btn_next-b.png");
	background-repeat: no-repeat;
	background-size: contain;
}

/* slick
-------------------------------------------------------------- */

.slick-slider{
  padding-left: 0!important;
}

.slick-arrow:before{
	content:"";
}
.slick-arrow {
  /*background-color: #333;*/
  top: calc(50% - 10px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.slick-next{
  background-image: url("img/slick-next-w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev{
  background-image: url("img/slick-prev-w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* page-down
-------------------------------------------------------------- */


/* ページトップ：タイプ2 */
#page-down3 {
  position: absolute;
  padding-bottom: 20px;
  bottom: 20px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.5s;
}
#page-down3 a{
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  background-image:url("img/pagedown-icon-w1.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}


/* ページダウン：タイプ2 */
#page-down2 {
  position: absolute;
  padding-bottom: 20px;
  bottom: 20px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.5s;
}
#page-down2 a{
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
}
#page-down2 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  background-image: url("img/pkbottom2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: page-down2-animeted 1s linear infinite;
  opacity: 0.5;
}
#page-down2 a.type-w{
  color: #fff;
}#page-down2 a.type-w::after {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
@keyframes page-down2-animeted {
	0% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
	100% {
    bottom: 0;
  }
}

/* ページダウン：タイプ1 */
#page-down {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  z-index: 99;
  height: 100px;
  width: 40px;
  transition: all 0.5s;
}
#page-down::before {
  content:'';
  position: absolute;
  bottom:0;
  left:calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#page-down::before {
  animation: page-down-animeted2 2s linear infinite;
  /*animation-delay: 1s;*/
}
#page-down::after {
  content:'';
  position: absolute;
  bottom:3px;
  left:calc(50% - 1px);
  display: block;
  width: 2px;
  height: calc(100% - 3px);
  background-color: #ffffff;
  z-index: -1;
}

#page-down a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding:0;
  box-sizing: border-box;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size:0.8em;
  overflow: hidden;
  /*pointer-events: none;*/
}
#page-down a::before {
  content:'';
  position: absolute;
  top: 0;
  left:calc(50% - 1px);
  display: block;
  width: 2px;
  height: 30px;
  background-color: #2895c9;
  animation: page-down-animeted 2s linear infinite;
}

@keyframes page-down-animeted {
	0% {
    opacity: 1;
    top: -100%;
  }
	100% {
    opacity: 1;
    top: 90%;
  }
}
@keyframes page-down-animeted2 {
  0%,50%,100%{
    background:#ffffff;
  }
  80%{
    background:#ffffff;
  }
  90%{
    background:#2895c9;
  }
  100%{
    background:#2895c9;
  }
}

#page-down3.hide,
#page-down2.hide,
#page-down.hide{
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #page-down{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .imgview-2 #page-down,
  .imgview-1 #page-down{
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .home.menuset2 #page-down {
    bottom: 80px;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  #page-down3,
  #page-down2,
  #page-down{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .imgview-2 #page-down3,
  .imgview-1 #page-down3,
  .imgview-2 #page-down2,
  .imgview-1 #page-down2,
  .imgview-2 #page-down,
  .imgview-1 #page-down{
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .home.menuset2 #page-down3,
  .home.menuset2 #page-down2,
  .home.menuset2 #page-down {
    bottom: 80px;
    z-index: 10;
  }
}

/* page-top
-------------------------------------------------------------- */


/* ページトップ：タイプ2 */
#page-top3 {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 1;
  transition: all 0.5s;
}
#page-top3 a{
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
  background-image: url("img/pageup-icon-w2.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}


/* ページトップ：タイプ2 */
#page-top2 {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1;
  transition: all 0.5s;
}
#page-top2 a{
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  padding-top: 35px;
}
#page-top2 a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  background-image: url("img/pktop2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: page-top2-animeted 1s linear infinite;
  opacity: 0.5;
}

@keyframes page-top2-animeted {
	0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
	100% {
    top: 0;
  }
}

/* ページトップ：タイプ1 */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1;
  height: 100px;
  width: 40px;
  transition: all 0.5s;
}
#page-top::before {
  content:'';
  position: absolute;
  top:0;
  left:calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: #5db5dd;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
#page-top::before {
  animation: page-top-animeted2 2s linear infinite;
}
#page-top::after {
  content:'';
  position: absolute;
  top:3px;
  left:calc(50% - 1px);
  display: block;
  width: 2px;
  height: calc(100% - 3px);
  background-color: #5db5dd;
  z-index: -1;
}

#page-top a {
  position: relative;
  text-decoration: none;
  color: #5db5dd;
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  padding:0;
  box-sizing: border-box;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size:0.8em;
  overflow: hidden;
  transition: all 0.3s;

}

#page-top a::before {
  content:'';
  position: absolute;
  bottom: 0;
  left:calc(50% - 1px);
  display: block;
  width: 2px;
  height: 30px;
  background-color: #005bac;
  animation: page-top-animeted 2s linear infinite;
}

@keyframes page-top-animeted {
	0% {
    bottom: -100%;
  }
	100% {
    bottom: 90%;
  }
}
@keyframes page-top-animeted2 {
  /* 三角矢印 */
  0%,50%,100%{
    background:#5db5dd;
  }
  80%{
    background:#5db5dd;
  }
  90%{
    background:#005bac;
  }
  100%{
    background:#005bac;
  }
}

/* 最下層時アクション */
#page-top3.foothide,
#page-top2.foothide,
#page-top.foothide {
  position: fixed;
  /*bottom: 280px;*/
}

 /* ページトップ時非表示 */
#page-top3,
#page-top2,
#page-top{
  opacity: 0;
}
#page-top3.viewyes,
#page-top2.viewyes,
#page-top.viewyes{
  opacity: 1;
  transition: all 0.3s;
}
#page-top3.viewno,
#page-top2.viewno,
#page-top.viewno{
  opacity: 0;
}

@media screen and (max-width: 991px) {
  #page-top3,
  #page-top2,
  #page-top{
    display: none;
  }
}


/* ==============================================================

=ヘルプ

============================================================== */

/* style-editor.cssと共通 */

/* コンテンツタイトル：カテゴリ
-------------------------------------------------------------- */

/* 一覧タイトル */
.myhelp-block.set-block-a .entry-header{
	margin: 0.5em 0em;
}
.myhelp-block.set-block-a .entry-header h1{
	margin: 0;
}
.myhelp-block.set-block-a .entry-header a,
.myhelp-block.set-block-a .entry-header h1 a{
	position: relative;
	display: block;
	text-decoration: none;
	border: solid 1px #ccc;
	padding: 0.4em 0.5em 0.4em 0.5em;
	vertical-align: middle;
	color: #333333;
	background-color: ffffff;
}
.myhelp-block.set-block-a .entry-header a:hover,
.myhelp-block.set-block-a .entry-header h1 a:hover{
	color: #333333;
	background-color: #f5f5f5;
}
.myhelp-block.set-block-a .entry-header h1,
.myhelp-block.set-block-a .entry-header h1 a{
	font-size: 1.2em;
	line-height: 1.2;
}
@media screen and (min-width: 500px) {
  .myhelp-block.set-block-a .entry-header a,
	.myhelp-block.set-block-a .entry-header h1 a{
		padding: 0.4em 7em 0.4em 0.5em;
	}
}


/* タイトル：シングルページ
-------------------------------------------------------------- */

/* 詳細タイトル */
.myhelp-block.set-block-s .entry-header{
	margin-bottom: 1.2em;
}
.myhelp-block.set-block-s .entry-header h1{
	position: relative;
	border: solid 1px #aaaaaa;
	padding: 0.4em 0.5em 0.4em 0.5em;
	font-size: 1.5em;
	line-height: 1.2;
}


/* 前ページへ戻る */
.link-back{
	text-align: center;
}
.link-back a{
	position: relative;
	display: inline-block;
	border:solid 2px #ccc;
	border-radius: 5px;
	padding: 10px 20px 10px 42px;
	margin: 30px auto;
	text-decoration: none;
	color: #222;
	background-color: #fff;
}
.lbdesign1 .link-back a{
  border:none;
  background-color: none;
}
.link-back a:hover{
	background-color: #eee;
}
.lbdesign1 .link-back a:hover{
  opacity: 1;
  background-color: transparent;
}
.link-back a::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:1em;
	height:1em;
	background-image:url("./img/back-icon-b.png");
	background-repeat:no-repeat;
	background-size:contain;
	left:20px;
	top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.link-back a:hover::before{
  top: calc(50% - 0.55em);
  animation-name: lb-rotate;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
  animation-iteration-count: infinite;
}
@keyframes lb-rotate{
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}

/* アイコン説明テーブル・アイコン埋め込み */
.help-icon-table{
  margin-bottom: 5px;
}
.help-icon-table td:nth-child(1){
	width: 40px;
	text-align: center;
	min-height: 1em;
}

/* アイコン埋め込み用 */
.mi-iconput{
  position: relative;
  padding-left: 1.2em;
}
.mi-iconput:before {
  content: "";
  position: absolute;
  top:0.1em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("./img/icon/mi-menubottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.mi-iconput.iconcolor-w{
  color: #ffffff;
}
.mi-iconput.iconcolor-w:before {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

/* ヘルプアイコン用 */
.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-menuright.svg");
  background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center center;
}

.mi-access.mi-iconput:before,
.mi-access.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-access.svg");
}
.mi-access2.mi-iconput:before,
.mi-access2.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-access2.svg");
}
.mi-build.mi-iconput:before,
.mi-build.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-build.svg");
}
.mi-calendar.mi-iconput:before,
.mi-calendar.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-calendar.svg");
}
.mi-cart.mi-iconput:before,
.mi-cart.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-cart.svg");
}
.mi-check.mi-iconput:before,
.mi-check.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-check.svg");
}
.mi-dentaku.mi-iconput:before,
.mi-dentaku.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-dentaku.svg");
}
.mi-folder.mi-iconput:before,
.mi-folder.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-folder.svg");
}
.mi-foods.mi-iconput:before,
.mi-foods.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-foods.svg");
}
.mi-freed.mi-iconput:before,
.mi-freed.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-freed.svg");
}
.mi-haguruma.mi-iconput:before,
.mi-haguruma.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-haguruma.svg");
}
.mi-hatena.mi-iconput:before,
.mi-hatena.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-hatena.svg");
}
.mi-hatena2.mi-iconput:before,
.mi-hatena2.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-hatena2.svg");
}
.mi-home.mi-iconput:before,
.mi-home.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-home.svg");
}
.mi-home2.mi-iconput:before,
.mi-home2.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-home2.svg");
}
.mi-honyaku.mi-iconput:before,
.mi-honyaku.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-honyaku.svg");
}
.mi-hum.mi-iconput:before,
.mi-hum.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-hum.svg");
}
.mi-info.mi-iconput:before,
.mi-info.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-info.svg");
}
.mi-jimu.mi-iconput:before,
.mi-jimu.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-jimu.svg");
}
.mi-kensaku.mi-iconput:before,
.mi-kensaku.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-kensaku.svg");
}
.mi-kougu.mi-iconput:before,
.mi-kougu.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-kougu.svg");
}
.mi-koujyou.mi-iconput:before,
.mi-koujyou.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-koujyou.svg");
}
.mi-login.mi-iconput:before,
.mi-login.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-login.svg");
}
.mi-logout.mi-iconput:before,
.mi-logout.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-logout.svg");
}
.mi-mail.mi-iconput:before,
.mi-mail.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-mail.svg");
}
.mi-mail2.mi-iconput:before,
.mi-mail2.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-mail2.svg");
}
.mi-man.mi-iconput:before,
.mi-man.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-man.svg");
}
.mi-menubottom.mi-iconput:before,
.mi-menubottom.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-menubottom.svg");
}
.mi-menuleft.mi-iconput:before,
.mi-menuleft.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-menuleft.svg");
}
.mi-menuright.mi-iconput:before,
.mi-menuright.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-menuright.svg");
}
.mi-menutop.mi-iconput:before,
.mi-menutop.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-menutop.svg");
}
.mi-mobile.mi-iconput:before,
.mi-mobile.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-mobile.svg");
}
.mi-network.mi-iconput:before,
.mi-network.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-network.svg");
}
.mi-note.mi-iconput:before,
.mi-note.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-note.svg");
}
.mi-note2.mi-iconput:before,
.mi-note2.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-note2.svg");
}
.mi-palette.mi-iconput:before,
.mi-palette.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-palette.svg");
}
.mi-pay.mi-iconput:before,
.mi-pay.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-pay.svg");
}
.mi-pcbook.mi-iconput:before,
.mi-pcbook.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-pcbook.svg");
}
.mi-pen.mi-iconput:before,
.mi-pen.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-pen.svg");
}
.mi-power.mi-iconput:before,
.mi-power.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-power.svg");
}
.mi-print.mi-iconput:before,
.mi-print.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-print.svg");
}
.mi-rest.mi-iconput:before,
.mi-rest.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-rest.svg");
}
.mi-team.mi-iconput:before,
.mi-team.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-team.svg");
}
.mi-tel.mi-iconput:before,
.mi-tel.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-tel.svg");
}
.mi-track.mi-iconput:before,
.mi-track.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-track.svg");
}
.mi-usb.mi-iconput:before,
.mi-usb.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-usb.svg");
}
.mi-voice.mi-iconput:before,
.mi-voice.help-icon-table tr td:nth-child(1){
	background-image: url("./img/icon/mi-voice.svg");
}

.mi-icon01.mi-iconput:before,
.mi-icon01.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon01.svg");
}
.mi-icon02.mi-iconput:before,
.mi-icon02.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon02.svg");
}
.mi-icon03.mi-iconput:before,
.mi-icon03.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon03.svg");
}
.mi-icon04.mi-iconput:before,
.mi-icon04.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon04.svg");
}
.mi-icon05.mi-iconput:before,
.mi-icon05.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon05.svg");
}
.mi-icon06.mi-iconput:before,
.mi-icon06.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon06.svg");
}
.mi-icon07.mi-iconput:before,
.mi-icon07.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon07.svg");
}
.mi-icon08.mi-iconput:before,
.mi-icon08.help-icon-table tr td:nth-child(1){
	background-image: url("./mystyle/img/icon/mi-icon08.svg");
}

@media all and (-ms-high-contrast: none){
  
  .mi-access.mi-iconput:before,
  .mi-access.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-access.png");
  }
  .mi-access2.mi-iconput:before,
  .mi-access2.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-access2.png");
  }
  .mi-build.mi-iconput:before,
  .mi-build.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-build.png");
  }
  .mi-calendar.mi-iconput:before,
  .mi-calendar.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-calendar.png");
  }
  .mi-cart.mi-iconput:before,
  .mi-cart.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-cart.png");
  }
  .mi-check.mi-iconput:before,
  .mi-check.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-check.png");
  }
  .mi-dentaku.mi-iconput:before,
  .mi-dentaku.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-dentaku.png");
  }
  .mi-folder.mi-iconput:before,
  .mi-folder.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-folder.png");
  }
  .mi-foods.mi-iconput:before,
  .mi-foods.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-foods.png");
  }
  .mi-freed.mi-iconput:before,
  .mi-freed.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-freed.png");
  }
  .mi-haguruma.mi-iconput:before,
  .mi-haguruma.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-haguruma.png");
  }
  .mi-hatena.mi-iconput:before,
  .mi-hatena.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-hatena.png");
  }
  .mi-hatena2.mi-iconput:before,
  .mi-hatena2.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-hatena2.png");
  }
  .mi-home.mi-iconput:before,
  .mi-home.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-home.png");
  }
  .mi-home2.mi-iconput:before,
  .mi-home2.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-home2.png");
  }
  .mi-honyaku.mi-iconput:before,
  .mi-honyaku.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-honyaku.png");
  }
  .mi-hum.mi-iconput:before,
  .mi-hum.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-hum.png");
  }
  .mi-info.mi-iconput:before,
  .mi-info.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-info.png");
  }
  .mi-jimu.mi-iconput:before,
  .mi-jimu.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-jimu.png");
  }
  .mi-kensaku.mi-iconput:before,
  .mi-kensaku.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-kensaku.png");
  }
  .mi-kougu.mi-iconput:before,
  .mi-kougu.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-kougu.png");
  }
  .mi-koujyou.mi-iconput:before,
  .mi-koujyou.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-koujyou.png");
  }
  .mi-login.mi-iconput:before,
  .mi-login.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-login.png");
  }
  .mi-logout.mi-iconput:before,
  .mi-logout.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-logout.png");
  }
  .mi-mail.mi-iconput:before,
  .mi-mail.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-mail.png");
  }
  .mi-mail2.mi-iconput:before,
  .mi-mail2.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-mail2.png");
  }
  .mi-man.mi-iconput:before,
  .mi-man.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-man.png");
  }
  .mi-menubottom.mi-iconput:before,
  .mi-menubottom.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-menubottom.png");
  }
  .mi-menuleft.mi-iconput:before,
  .mi-menuleft.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-menuleft.png");
  }
  .mi-menuright.mi-iconput:before,
  .mi-menuright.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-menuright.png");
  }
  .mi-menutop.mi-iconput:before,

  .mi-menutop.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-menutop.png");
  }
  .mi-mobile.mi-iconput:before,
  .mi-mobile.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-mobile.png");
  }
  .mi-network.mi-iconput:before,
  .mi-network.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-network.png");
  }
  .mi-note.mi-iconput:before,
  .mi-note.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-note.png");
  }
  .mi-note2.mi-iconput:before,
  .mi-note2.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-note2.png");
  }
  .mi-palette.mi-iconput:before,
  .mi-palette.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-palette.png");
  }
  .mi-pay.mi-iconput:before,
  .mi-pay.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-pay.png");
  }
  .mi-pcbook.mi-iconput:before,
  .mi-pcbook.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-pcbook.png");
  }
  .mi-pen.mi-iconput:before,
  .mi-pen.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-pen.png");
  }
  .mi-power.mi-iconput:before,
  .mi-power.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-power.png");
  }
  .mi-print.mi-iconput:before,
  .mi-print.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-print.png");
  }
  .mi-rest.mi-iconput:before,
  .mi-rest.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-rest.png");
  }
  .mi-team.mi-iconput:before,
  .mi-team.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-team.png");
  }
  .mi-tel.mi-iconput:before,
  .mi-tel.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-tel.png");
  }
  .mi-track.mi-iconput:before,
  .mi-track.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-track.png");
  }
  .mi-usb.mi-iconput:before,
  .mi-usb.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-usb.png");
  }
  .mi-voice.mi-iconput:before,
  .mi-voice.help-icon-table tr td:nth-child(1){
    background-image: url("./img/icon2/mi-voice.png");
  }

  .mi-icon01.mi-iconput:before,
  .mi-icon01.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon01.png");
  }
  .mi-icon02.mi-iconput:before,
  .mi-icon02.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon02.png");
  }
  .mi-icon03.mi-iconput:before,
  .mi-icon03.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon03.png");
  }
  .mi-icon04.mi-iconput:before,
  .mi-icon04.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon04.png");
  }
  .mi-icon05.mi-iconput:before,
  .mi-icon05.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon05.png");
  }
  .mi-icon06.mi-iconput:before,
  .mi-icon06.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon06.png");
  }
  .mi-icon07.mi-iconput:before,
  .mi-icon07.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon07.png");
  }
  .mi-icon08.mi-iconput:before,
  .mi-icon08.help-icon-table tr td:nth-child(1){
    background-image: url("./mystyle/img/icon2/mi-icon08.png");
  }
}

/* ==============================================================

=管理バー調整

============================================================== */

@media screen and (max-width: 600px){
  body #wpadminbar.mobile {
    position: fixed;
    top:0;
  }
}
@media screen and (max-width: 782px){
  /* 固定時の表示位置調整 */
  .admin-bar.koteiin1 .site-header.hide{
    margin-top: 46px;
  }
}
@media screen and (min-width: 783px){
  /* 固定時の表示位置調整 */
  .admin-bar.koteiin2 .site-header.hide,
  .admin-bar.koteiin3 .site-header,
  .admin-bar.koteiin1 .site-header.hide{
    margin-top: 32px;
  }
}

/* ==============================================================

=プリント

============================================================== */

@page {
  size: A4;
	margin: 12.7mm 9.7mm;
}
@media print {
  
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  .contents-bs,
  .to_down,
  .mb-footer,
	.footer-qrcode,
	.footer-sitemap,
	.header-side,
  #secondary.widget-area,
  footer#colophon,
  #to_top_scrollup,
	#site-navigation,
	header.site-header{
		display:none;
	}
  
  /* アニメーション解除 */
  .animein{
    opacity: 1;
  }
  .animated{
    opacity: 1;
    animation: none;
    transform: none;
  }
  
  /* flexカラム変換 */
  .wp-block-columns.print-clm2l,
  .wp-block-columns.print-clm2r,
  .wp-block-columns.print-clm2c,
  .wp-block-columns.print-clm3{
    display: block;
    margin: 0;
    padding: 0;
    letter-spacing: -4em;
  }
  .wp-block-columns.print-clm3 div.wp-block-column{
    display: inline-block;
    letter-spacing: normal;
    flort:left;
    width: 32%;
    margin: 0 2% 0 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  .wp-block-columns.print-clm3 div.wp-block-column:nth-child(3n){
    margin: 0 0 0 0;
  }

  .wp-block-columns.print-clm2l div.wp-block-column,
  .wp-block-columns.print-clm2r div.wp-block-column,
  .wp-block-columns.print-clm2c div.wp-block-column{
    display: inline-block;
    letter-spacing: normal;
    flort:left;
    width: 49%;
    margin: 0 2% 0 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  .wp-block-columns.print-clm2l div.wp-block-column:nth-child(2),
  .wp-block-columns.print-clm2r div.wp-block-column:nth-child(2),
  .wp-block-columns.print-clm2c div.wp-block-column:nth-child(2){
    margin: 0 0 0 0;
  }
  .wp-block-columns.print-clm2r div.wp-block-column:nth-child(2),
  .wp-block-columns.print-clm2l div.wp-block-column:nth-child(1){
    width: 39%;
  }
  .wp-block-columns.print-clm2r div.wp-block-column:nth-child(1),
  .wp-block-columns.print-clm2l div.wp-block-column:nth-child(2){
    width: 59%;
  }
  .wp-block-columns.print-clm2c div.wp-block-column:nth-child(1),
  .wp-block-columns.print-clm2c div.wp-block-column:nth-child(2){
    width: 49%;
  }
}

.bottom-nav-bar {
  padding-bottom: calc(env(safe-area-inset-bottom, 0) * 0.2) !important;
}