/* □■-----------------------------------------------------
/ バルーンをふわふわ動かす用 
/ クラス名 fuwafuwa
-----------------------------------------------------■□ */
.balloon1.fuwafuwa {
    animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,6px)
    }
}
/****************************************
 
          インフィード込み関連記事
 
*****************************************/


#infeed_related-entries{
	padding:0 5px;
	display:flex;
	flex-wrap:wrap;
}

#infeed_related-entries .infeed_related-entry{
	position:relative;
	width:50%;
	margin-right:1%;
	margin:auto;
	margin-bottom:5px;
	padding:1.0em;
	border:solid 1px #e0e0e0;
	border-radius:1px;
	box-shadow:0px 0px 3px 1px #EEE;
	-moz-box-shadow:0px 0px 3px 1px #EEE;
	-webkit-box-shadow:0px 0px 3px 1px #EEE;	
}
.infeed_related-entry{
	height:120px;
}
.infeed_related-entry p{
	margin:0px;
}

.infeed_related-entry a{
	text-decoration:none;
}

.infeed_related-entry-thumb{
	position:absolute;
	left:5px;
			float:left;
		margin-top: 5px;
	margin-bottom: 0.5em;
	}
.infeed_related-entry-thumb img{
		width: 135px;
	height:66px;
	  object-fit: cover;
}

.infeed_related-entry-thumb .thumb-noimage{
		position:absolute;
	top:0;
	left:0;
	text-align:center;
	background:#EEE;
	padding:1.5em;
	width: 135px;
	height:56px;
	font-size:12px;
	color:#666;
	}

.infeed_related-entry .infeed_related-entry-content {
			position:absolute;
	top:10px;
	left:150px;
	color:#212121;
	font-weight:bold;
		padding:0 12px 0 0;
}
.infeed_related-entry-title{
	color:#212121;
	font-weight:bold;

}
	.infeed_related-entry-content p{
		margin:auto;
				font-size:14px!important;
			line-height:1.3!important;
	}
.more-read{
	text-align: right;
	position:absolute;
	bottom:10px;
	right:10px;
    text-align:center;
	color:grey!important;
	padding:3px 10px;
	font-size:12px!important;
	border:solid 1px #999;
	border-radius:2px;
}

@media only screen and (max-width: 600px){	
#infeed_related-entries .infeed_related-entry{
	width:100%;
	margin-right:2%;
	margin:  0 auto; 
	margin-bottom:5px;
}
#infeed_related-entries .infeed_related-entry{
	padding:1.5em;
}
.infeed_related-entry{
	height:135px;
}
/*600px以下終了*/}

/*infeed広告用のCSS*/
.infeed-ad-content{
text-align:center;
		width:100%;
	margin-bottom:5px; 
	border:solid 1px #e0e0e0;
	box-shadow:0px 0px 3px 1px #EEE;
	-moz-box-shadow:0px 0px 3px 1px #EEE;
	-webkit-box-shadow:0px 0px 3px 1px #EEE;	
}

/*480px以下*/
@media screen and (max-width: 480px){
.rpca{
text-align:center;
		width:95%;

	margin:  0 auto; 

	box-shadow:0px 0px 3px 1px #EEE;
	-moz-box-shadow:0px 0px 3px 1px #EEE;
	-webkit-box-shadow:0px 0px 3px 1px #EEE;	
}
.rpca.pickup{
		width:100%;
	margin-bottom:5px; 
	border:solid 1px #e0e0e0;	
	}
.infeed-ad-content{
text-align:center;
		width:95%;
	margin:  0 auto; 
	box-shadow:0px 0px 3px 1px #EEE;
	-moz-box-shadow:0px 0px 3px 1px #EEE;
	-webkit-box-shadow:0px 0px 3px 1px #EEE;	
}
}
/************************************
 * ワンポイントバッジCSSの作成
************************************/
.badge{
  margin-top: 10px;
  margin-right: 8px;
  border-radius: 2px;
  background: #4B96F5;
	padding: 1px 8px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
}

.badge.badge-teal{
  background:teal;
  color: #fff;
}
.badge.badge-blue{
  background:steelblue;
  color: #fff;
}
.badge.badge-darkseagreen{
	background:darkseagreen;
  color: #fff;
}
.badge.badge-green{
  background:green;
  color: #fff;
}
.badge.badge-red{
  background:red;
  color: #fff;
}
.badge.badge-orange{
  background:orange;
  color: #fff;
}
.badge.badge-grey{
  background:darkgray;
  color: #fff;
}

.badge.badge-purple{
  background:mediumorchid;
  color: #fff;
}
.badge.badge-pink{
  background:lightcoral;
  color: #fff;
}
.badge.badge-brown{
  background:sienna;
  color: #fff;
}
.badge.badge-black{
  background:black;
  color: #fff;
}
.badge.badge-white{
	border:1px solid black;
  background:#fff;
  color:black;
}

.badge.badge-snow{
	border:1px solid #4D7BAC;
	background:#EFF8FF;
  color: #4D7BAC;
}

/************************************
**配色
#94b0cf
背景色
#4D7BAC
#94B0CF
#EFF8FF
************************************/

.admin-pv {
    text-align: right;
}
.admin-pv > span {
    margin: 0 5px;
    padding: 0 3px;
}


/************************************
 * カードコンテナの作成
************************************/
.card-container{
    display:flex;
	border:solid 2px #94B0CF;
	margin:10px 0;
	border-radius:3px;
}
.card-img{
	 text-align: center;
	margin:auto;
	padding:10px 0 0 10px;
}
.card-img img{
    width:150px;
    height:auto;
}
.card-text{
    width:100%;
    margin:5px;
	font-size:14px;
}
.card-button{
	width:200px;
    margin:auto 9px;
}
.card-button a{
font-size:12px;
margin:10px 0;
	border-radius:2px;
}
.card-button a::before{
top:20px;	
}
/*480px以下*/
@media screen and (max-width: 480px){
	.card-container{
    display:block;
}
.card-img img{
    width:50%;
    height:auto;
	margin:0 auto;
	}

.card-text{
    width:96%;
    margin:0;
}
	.card-button{
		    width:90%;
    margin:12px;
		font-size:12px;
}
}

/************************************
 * プロダクトコンテナの作成
************************************/
.card-container.product-container{
}
.card-img.product-img{
	 text-align: center;
	margin:auto;
	padding:10px 10px 10px 10px;
}
.card-img.product-img img{
    width:250px;
    height:auto;
}
.card-text.product-text{
    width:100%;
    margin:10px auto;
	line-height:1.3em;
	font-size:18px;
	font-weight:bold;
}
.card-button.product-button{
	width:50%;
    margin:auto 9px;
}
.card-button a{
font-size:12px;
margin:10px 0;
	border-radius:2px;
}
.card-button a::before{
top:20px;	
}
/*480px以下*/
@media screen and (max-width: 480px){
	.card-container.product-container{
    display:block;
}
.card-img.product-img img{
    width:70%;
	}

.card-text.product-text{
    width:90%;
    margin:5px auto;
	padding:10px 0 0 0;
	font-size:15px;
}
	.card-button.product-button{
		    width:90%;
    margin:16px 12px 12px;
		font-size:12px;
}
}

/****************************************
 
         動きなしのbutton CSS
 
*****************************************/
.button10 {
	position: relative;
	display:block;
	font-weight: bold;
	font-size:14px;
	padding: .6em .4em .6em 1.0em;
	background-color:#3770ad;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.button10:hover {
	opacity: 0.6;
	color:white;
}

.button10::before {
  position: absolute;
  top: 50%;
	left:.6em;
  margin-top: -13px;
	font-family: FontAwesome;
  content: "\f105";
	font-weight: 900;
}


@media screen and (max-width: 480px){

}


/************************************
** 端末一覧表示用続きを読む
************************************/

.device_box input {
	display: none;
}
/*834px以下*/
@media screen and (max-width: 834px){
.device_box *, .device_box *:before, .device_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.device_box {
	position: relative;
	margin:-80px 0px 0px 0px;
}
.device_box label {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.device_box input:checked ~ label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.device_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 全て表示する';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
	font-size:12px;
}
.device_box input {
	display: none;
}
.device_box .device_container {
	overflow: hidden;
	height:500px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.device_box input:checked ~ label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.device_box input:checked ~ label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.device_box input:checked ~ .device_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

}/*end 834px以下*/
/*834px以下*/
@media screen and (max-width: 834px){
.device_box .device_container{
	overflow: hidden;
	height: 820px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
.device_box .device_container{
	overflow: hidden;
	height:820px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
}
/************************************
** tablepressのCSS変更
************************************/
.see-through{
	opacity:0;
}
.scroll-table{
	
}
.scroll-table thead th{
  /* 縦スクロール時に固定する */
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 2;
}


.scroll-table{
	overflow-x: scroll; /*X軸でスクロール出来るようにする*/
	overflow-y: scroll; /*Y軸でスクロール出来るようにする*/
	height: 70vh;/*画面サイズの70%に高さを合わせる*/
	font-size:15px;
}
/*CSSでスクロールバーをしっかりと表示する*/
.scroll-table::-webkit-scrollbar{
	height:13px;
}/*バーの太さ*/
.scroll-table::-webkit-scrollbar-track{
	background:#eee;
}/*バーの背景色*/
.scroll-table::-webkit-scrollbar-thumb{
	background:#94B0CF;
}/*バーの色*/

@media screen and (max-width: 834px){
	
	.scroll-table::before{
		/*スクロールできますって表示を作成*/
	text-align:center;
	  font-family: FontAwesome;
	content: 'スクロール出来ます \f0a6';
  color: #94b0cf; /*文字色*/
  font-size: 1em; /*2倍サイズ*/
	font-weight:bold;
  display: block; /*改行するように*/
	animation-duration: 5.3s;
  animation-name: slidein;
	animation-iteration-count: infinite;
}
	/*モーション*/
@keyframes slidein {
	0%{
		margin-right:10%;
		opacity:0;
	}
	50%{
    margin-right: 0%;
				opacity:1;
  }
	  100%{
		    margin-right:-10%;
		opacity:0;
  }
}
.scroll-table{
	overflow-y:visible; /*Y軸スクロールを開放する（X軸はスクロールそのまま）*/
	height:auto;/*高さをキャンセル*/
		font-size:14px;
}

}/* end 834px以下*/

.column-1{
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
	background:#D5EAD8;/*横1列目の背景色*/
		z-index:1;
}
.scroll-table thead th{
	background:#719fc9;/*横1列目の背景色*/
}
.scroll-table .row-1:first-child{/*縦横1列目の固定*/
	  position: -webkit-sticky;
  position: sticky;
  top:0;
	z-index:10;
}

@media screen and (max-width: 834px){
	.scroll-table .row-1:first-child{/*縦横1列目の固定解除*/
	  position:initial;
  position:initial;
}
}

  /* テーブルタグの幅変更 */
.row-1 td,
.row-1 th{
	max-width:100px;
	min-width:100px;
}



.hb_table td{
	text-align:center;
	vertical-align:middle !important;/* 要素を上下中央揃えにする（重要） */
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.hb_table  th{
	max-width:90px;
	min-width:90px;
}
}/* end 480px以下*/

.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
	border-style: solid;
	border-width: 1px;
	border-color:white;
}
.tablepress .sorting{
	  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}


.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background:#ffdcef;
			color:#EFF8FF!important;/*配色デザイン変える*/
		background: #3a5387!important;/*アイコン色*/
	  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tablepress .odd td {
  background-color: rgba(0,134,171,0.04);
}
.tablepress .even td {
  background-color: rgba(0, 134, 171, 0.04);
}

.scroll-table thead th{
			background:#94b0cf;/*１行目の背景色*/
		color: #3a5387!important;/*１行目のフォント色*/
}
.column-1{
	background:
#CCDEBE !important;/*横1列目の背景色*/
}


/* □■-----------------------------------------------------
/ モバイル下申込ボタンの追従CSS
-----------------------------------------------------■□ */

.sticky-bottom-button table,
.sticky-bottom-button th,
.sticky-bottom-button td {
    border: none !important;
background-color: #f6f6f6 !important;
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*スマホ画面のみ申し込みボタン追従*/
.sticky-bottom-button{
    position: sticky;
	bottom: 0;
	/*トップを常に表示した場合
	   *top: 50px;*/
z-index: 530000;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);

}
.sticky-bottom-button .sticky-table{
background-color: #bad4e5;
    opacity:1;
}
}

/* □■-----------------------------------------------------
/ モバイル上メニューバーのCSS
-----------------------------------------------------■□ */

.sticky-top-menu table{
	display:none;
	  white-space: nowrap;
	background-color: #bad4e5;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.sticky-top-menu{
				background-color:white !important;  /*ボタン部分のテーブル背景色*/
		padding:0 5px;
		overflow-y:scroll;/* 横スクロール */
		opacity:1;
		box-shadow: 0 2px 5px -3px rgba(0,0,0,0.24), 0 2px 10px -3px rgba(0,0,0,0.18);
	}

	.sticky-top-menu table,
.sticky-top-menu th{
			border: none !important;
	background-color:white !important;  /*ボタン部分のテーブル背景色*/
}
		.sticky-top-menu table{
			margin:0 0 2px 0;
			padding:0 0 10px 0;
  display: block;
}	
	.sticky-top-menu th{
		padding:15px 8px 0px 10px!important;
}
	/*スマホ画面のみメニューバー表示*/
.sticky-top-menu{
    position: sticky;
    top: 50px;
	/*トップを常に表示した場合
	   *top: 50px;*/
	z-index: 530000;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	}

	.sticky-top-menu a{
		background-color: #E1EFF9;
    opacity:1;
		color:#3793D8;
		padding:5px 10px;
		border: 1px solid #3793D8;
		text-decoration: none;
   border-radius: 100vh;
			transition: all 0.3s;
}
	.sticky-top-menu a:hover {
background-color:#3793d8;
		color:white;
			transition: all 0.3s;
}
.sticky-bottom-menu th{
	max-width:auto;
	min-width:auto;
}
}






























/*--------------------------------------------------------
見出し
--------------------------------------------------------*/

.section-in > h1:first-child,
.section-in > h2:first-child,
.section-in > h3:first-child,
.section-in > h4:first-child,
.section-in > h5:first-child,
.section-in > h6:first-child{
	margin-top: 0;
}

.main-body h1{
	margin: 60px 0 20px;
	padding: 10px 18px;
	background:;
	color: #fff;
	font-size: 1.75em;
}
.main-body h2 {
  color: initial;
	background:initial;
		box-shadow:initial;
		font-size:21px;
	line-height:1.6;
	font-weight:bold;
}
.main-body h2 {
  color: initial;
	  background:initial;
  color:#2C5A8A;/*文字色*/
	padding: 0.5em 0.2em;/*上下左右の余白*/
  border-top: solid 3px #3770ad;/*上線*/
  border-bottom: solid 3px #3770ad;/*下線*/
	border-top-color:rgba(55,112,173,0.5);
		border-bottom-color:rgba(55,112,173,0.5);
	margin:10px 0!important;
}

/*文字色
.main-body h2 {
	box-shadow:initial;
  position: relative;
  padding: 1rem .5em;
  text-align: center;
  color: #0075a9;
  border-radius:5px;
  background: #d8ecf5;
	font-size:18px;
	font-weight:bold;
}
*/



.main-body h3{
	position:relative;
	padding: 0 0 10px;
	border-bottom: 4px solid #afafaf;
	box-sizing: content-box;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.4em;
	margin:10px 0!important;
}
.main-body h3::after{
	background-color:initial;
}

.main-body h3 {
  color: initial;
	background:initial;
		border-bottom:initial;
		font-size:18px;
	line-height:1.6;
	font-weight:bold;
}
.main-body h3 {
  color:#2C5A8A;/*文字色*/
	padding: 0.5em 0.2em;/*上下左右の余白*/
  border-bottom: solid 3px #3770ad;/*下線*/
	border-top-color:rgba(55,112,173,0.5);
		border-bottom-color:rgba(55,112,173,0.5);
}
.sub-conts .section-wrap .section-in h3{
	border-bottom: solid 3px #3770ad;/*下線*/
	margin:10px;
}
.sub-conts h3{
	padding:initial;
	margin:initial;
}

.main-body h4{
	margin: 55px 0 25px;
	padding: 12px 3px 12px 10px;
	border-left: 5px solid #3770ad;
	background: #f6f6f6;
	font-weight: bold;
	font-size: 1.25em;
	font-size: 1.1em;
	line-height:1.4em;
}
.main-body h4{
  color: initial;
	background:initial;
		border-bottom:initial;
		border-left:initial;
		font-size:16px;
	line-height:1.6;
	font-weight:bold;
	margin:25px 0 15px!important;
}
.main-body h4{
	  color:#2C5A8A;/*文字色*/
	border-bottom-color:rgba(55,112,173,0.5);
}

.main-body h4{
	padding: 12px 5px 12px 10px;
	border-left: 5px solid #3770ad;
		  color:#2C5A8A;/*文字色*/
	/*background: #f6f6f6;背景色*/
}
/*
.main-body h4:before {
		content: '';
	display: inline-block;
   width: 15px;
   height: 15px;
   background: #2C5A8A;
   border-radius: 3px;
}
文字色*/
.main-body h5{
	margin: 55px 0 25px;
	padding: 0 0 0 9px;
	border-left: 4px solid #3770ad;
	font-weight: bold;
	font-size: 1.2em;
}

.main-body h6{
	margin: 55px 0 25px;
	font-weight: bold;
	font-size: 1.125em;
}