html { 
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",sans-serif;
	color: #000;
	/*background: url(../image/bodyback2.jpg);*/
	/* フッター最下部固定 */
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
/* フッター最下部固定 */
#bframe {
	flex: 1;
}
/*==================================================
　 ヘッダー レイアウト
====================================================*/
#header_b {
	height: 120px;
}
.hdr-top {
	border-bottom: 1px solid #BFBFBF;
}
.header-top {
	display: flex;
	justify-content: center;
	width: 1300px;
	margin: auto auto 5px auto;
	height: 65px;
	align-items: flex-end;
}
.header-list li {
	list-style: none;
	float: left;
	padding: 20px 20px 0px 20px;
	font-weight: bold;
}
.header-list a, .header-list a:hover {
	color: #7f7f7f;
	text-decoration: none;
}
.hnavi {
	margin: 0;
	display: contents;
}
.hnavi li a:hover{
	/*color: #d1d1d1;*/
	transition: all .3s;
	opacity: 0.3;
}
.header-logo {
	padding: 0px 10px;
}

/*========= キャッチ ===============*/
.header-bottom {
	width: 1020px;
	margin: auto;
}
.header-subTitle {
	margin: 10px 0;
	text-align: center;
	/*font-family: FC平成極太明朝体;*/
	font-size: 26px;
	font-weight: bold;
	color: #7F7F7F;
}
.header-subTitle span {
	font-size: 20px;
}

/*========= ヘッダー 表示＆非表示 ===============*/
#header{
	border-bottom: 1px solid #BFBFBF;
    /*fixedで上部固定*/
	position: fixed;
	height: 120px;
	width:100%;
    z-index: 999;/*最前面へ*/
    background: #FFF;
}

/*　上に上がる動き　*/
#header.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/*==================================================
　 フッター レイアウト
====================================================*/
.fotter {
	background: #F2F2F2;
}
.fotter-menu {
	text-align: left;
}
.fotter-menu {
	display: flex;
	margin: 5em auto 0 auto;
	width: 1250px;
	justify-content: center;
	background: #F2F2F2;
}
.footer-sitemapNav {
	display: flex;
}
.footer-title {
	margin-bottom: 10px;
	font-size: 18px;
}
.companyFlex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.companyFlex img{
	width: 35px;
}
.fotter-menu ul {
	margin: 0;
	padding: 0 9em 0 0;
}
.fotter-menu li {
	list-style: none;
	padding-bottom: 5px;
}
.footer-reference {
	padding-right: 2em;
}
.catemargin {
	margin-top: 30px;
}

.footer-setting img {
	width: 35px;
}

/*========= フッター リンク =========*/
.fotter-menu li a {
	color: #000;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}
.fotter-menu li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 0.5px;
	background-color: #000;
	transition: .3s;
}
.fotter-menu li a:hover::after {
	width: 100%;
}
.companyText a {
	color: #000;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}
.companyText a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 0.5px;
	background-color: #000;
	transition: .3s;
}
.companyText a:hover::after {
	width: 100%;
}

/* フッター　メンテボタン */
.fSetting {
    text-align: right;
    padding-right: 3em;
}
.fSetting img {
    width: 35px;
}


/*==================================================
　 コンテンツ レイアウト
====================================================*/
.contents {
	width: 1000px;
	margin: 0 auto;
}
section {
	margin-top: 2em;
	text-align:left;
}
.subcontents {
	width: 99%;
	margin: 1em auto 2em auto;
}

/*==================================================
　 TOP レイアウト
====================================================*/
.titleTx {
	color:#00B0F0;
	margin: 0 0 5px 0;
	font-size: 28px;
}

/*========= スライドショー =========*/
.contentsTop {
	margin-top: 1em;
}
.topSlider {
	/*横幅100%*/
   width: 100%;
   margin: 0 auto;
   padding: 0;
   margin-bottom: 10px;
}
.topSlider img {
	width: 1000px; /*スライダー内の画像を横幅100%に*/
	margin: auto;
}

/*==================================================
　 NEWS
====================================================*/
.newsLst {
	width: 85%;
	margin: auto;
	color: #404040;
}
.newsLst dt {
    float: left;
    width: 17%;
}
.newsLst dd {
	margin-bottom: 20px;
}
.newsLst a {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px solid #404;
}
.newsLst a:hover {
    opacity: 0.5;
    transition: all .33s;
}

/* カテゴリ */
.cateSelect {
	width: 900px;
	margin: 1em auto;
	/*border-bottom: 1px solid #BFBFBF;*/
}
.cateSelect ul {
	display: flex;
	justify-content: center;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
}
.cateSelect li {
	padding: 0 10px;
}

/* リンク */
.cateSelect li a {
	text-decoration: none;
    color: #000;
}
.cateSelect li a:hover {
    color: #d1d1d1;
    transition: all .3s;
}

/*==================================================
　 トップ TOPICS
====================================================*/
.slider {
	/*横幅100%*/
   width: 100%;
   margin: 0 auto;
}
.slider img {
	width:auto;
	/*スライダー内の画像を横幅100%に*/
	height: 160px;
	margin: auto;
	margin-bottom: 10px;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
	margin: 0 10px;
	font-weight: bold;
	text-align: center;
}
.slick-slide a {
	color: #7f7f7f;
	text-decoration: none;
}
.slick-slide a:hover {
	opacity: 0.5;
	transition: all .33s;
}
.slick-Prev {
	/*戻る矢印の位置と形状*/
	left: 0.5%;
	transform: rotate(-135deg);
	position: absolute;/*絶対配置にする*/
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 3px solid #666;/*矢印の色*/
	border-right: 3px solid #666;/*矢印の色*/
	height: 20px;
	width: 20px;
	transition: all .33s;
}
.slick-Next {
	/*次へ矢印の位置と形状*/
	right: 0.5%;
	transform: rotate(45deg);
	position: absolute;/*絶対配置にする*/
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 3px solid #666;/*矢印の色*/
	border-right: 3px solid #666;/*矢印の色*/
	height: 20px;
	width: 20px;
	transition: all .33s;
}
.slick-arrow:hover {
	border-color: #d1d1d1;
}
.slick-list.draggable {
    margin: auto;
    width: 90%;
}

/*==================================================
　 LAIVE
====================================================*/

/*==================================================
　 CPPIC
====================================================*/
.cpcontents {
	width: 800px;
	margin: auto;
}
.cpcontents img {
	width: 100%;
}
.cpMain {
	margin-bottom: 3em;
}
.cpMain a {
	color: #000;
}

.tblCpComp {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
}
.tblCpComp th, .tblCpComp td {
    padding: 5px;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}
.tblCpComp th {
	width: 90px;
	font-weight: normal;
}
.tblCpComp tr td:nth-of-type(1){
	width: 150px;
}
.tblCpComp-top {
    border-top: 2px solid #000 !important;
}
.tblCpComp-btm {
    border-bottom: 2px solid #000 !important;
}
.tbl-thNm {
	font-size: 22px;
}

.tblCpComptitle {
	border-collapse: collapse;
	margin-top: 2em;
}
.tblCpComptitle tr td:nth-of-type(1) {
	width: 70px;
	text-align: center;
	color: #fff;
	background: #333F50;
}
.tblCpComptitle tr td:nth-of-type(2) {
	width: 250px;
	padding-left: 20px;
	border-bottom: 1px solid #333F50;
}

/*==================================================
　 PRODUCER
====================================================*/
.titleTxPd {
	color: #7F7F7F;
}
.titlePdField {
	color: #fff;
	background: #00B0F0;
	padding: 2px 0.5em;
}

.pdLstTbl {
	width: 100%;
	/*border-collapse: collapse;*/
}
.pdLstTbl th {
	font-size: ;
	background: #DAE3F3;
}
.pdLstTbl td {
	font-size: 14px;
	padding: 3px;
	height: 24px;
}

/*==================================================
　 About us
====================================================*/
.abtcontents {
	width: 800px;
	margin: auto;
}
.titleAbt {
	margin: 1em 0 0 0;
    color: #000;
}
.textAbt {
	width: 90%;
	margin: auto;
	letter-spacing: 1px;
	line-height: 1.6;
}

.mainAbt table {
	width: 700px;
	margin: auto;
}
.mainAbt table th, .mainAbt table td {
	padding: 3px;
	height: 30px;
}
.mainAbt table th {
	text-align: left;
	width: 100px;
}

.mainAbt dl {
	width: 80%;
	margin: auto;
}
.mainAbt dt {
	float: left;
}

/*==================================================
　 会員になる
====================================================*/
.regcontents a {
	color: #000;
}

.regDisp p {
	display: inline-grid;
	margin: 0 1em 0 0;
}

.priceTx {
	border-collapse: collapse;
}
.priceTx th {
	border: 2px solid #00B0F0;
	background: #00B0F0;
	color: #fff;
	width: 120px;
	padding: 6px;
}
.priceTx .col2 {
	border: 2px solid #00B0F0;
}
.priceTx .col3 {
	padding-left: 5px;
}

.textRegTitle {
	margin-top: 2em;
	font-weight: bold;
}

.tableReg th {
	width: 120px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}
.tableReg td {
	
}

/* ボタン、テキストボックス等 */
.regcontents label {
	cursor: pointer;
	margin-right: 10px;
}
.reg-Btn {
	display: inline-block;
	width: 300px;
	margin: 1em 0;
	font-size: inherit;
	line-height: 1.42;
	padding: 0.8em 3em;
	font-weight: bold;
	border-width: 0;
	border-style: solid;
	background: transparent;
	/*border-radius: 0.2666666667em;*/
	cursor: pointer;
	user-select: none;
	vertical-align: bottom;
	transition: box-shadow 0.2s, transform 0.2s, color 0.2s;
	box-shadow: 0 3px 0 0 #1e1f26, 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px rgba(0, 0, 0, 0) inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
	background-color: #3F4351;
	background-image: linear-gradient(-45deg, #3F4351, #384758);
	color: #E6EAEF;
}
.reg-Btn:hover {
	box-shadow: 0 3px 0 0 #1e1f26, 0 6px 4px -1px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.5), 0 1px 2px 1px rgba(0, 0, 0, 0) inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
}
.reg-Btn:active {
	box-shadow: 0 0px 0 0 #121418, 0 3px 0 0 rgba(0, 0, 0, 0), 0 4px 16px rgba(0, 0, 0, 0), 0 1px 2px 1px rgba(0, 0, 0, 0.5) inset, 0 -18px 32px -2px rgba(255, 255, 255, 0.1) inset;
	transition: 0s;
	color: #1e1f26;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.reg-priceSim {
	width: 170px;
	height: 29px;
	border: 0;
	font-size: 18px;
	text-align: right;
}
.reg-priceSim:focus {
	outline: 0;
}

.reg-txbox {
	height: 26px;
	border: 2px solid #00B0F0;
	width: 500px;
}
.reg-txPhone {
	height: 26px;
	border: 2px solid #00B0F0;
	width: 130px;
}
.reg-select {
	height: 32px;
	border: 2px solid #00B0F0;
	width: 140px;
}
.reg-txarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",sans-serif;
	font-size: 14px;
	height: 150px;
	border: 2px solid #00B0F0;
	width: 500px;
	resize:none;
}

/*==================================================
　 お問い合わせ
====================================================*/
.titleCont {
	text-align: center;
}
.textCont {
	margin:2px 0 2px 1em;
}
.checktext {
    margin: 2px 0;
    text-align: left;
}
.checkCont {
	text-align: left;
	padding-left: 1em;
	margin: 0 0 10px 0;
}
.mainCont {
	width: 40%;
	margin:auto;
}
.btmCont {
	width: 95%;
	margin: 2em auto;
}
.btmCont div {
	text-align: center;
}
.mainCont input[type="text"], .mainCont input[type="email"] {
	width: 100%;
	font-size: 16px;
	padding: 6px;
	border: 2px solid #808080;
	border-radius: 2px;
}
.mainCont select {
	width: 170px;
	font-size: 16px;
	padding: 6px;
	border: 2px solid #808080;
	border-radius: 2px;
}
.mainCont textarea {
	width: 100%;
	resize:none;
	font-size: 16px;
	padding: 6px;
	border: 2px solid #808080;
	border-radius: 2px;
	height: 100px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",sans-serif;
}
.mainCont input[type="checkbox"] {
	margin-right: 1em;
	cursor: pointer;
}
.btmCont input[type="submit"] {
	width: 40%;
	cursor: pointer;
	text-align: center;
	padding: 1em;
	margin: 2em 0em;
	background-color: #FFFFFF;
	border: 1px solid #898989;
	border-radius: 3px;
	color: #252525;
	font-size: 18px;
	font-weight: bold;
	transition: 0.5s;
}
.btmCont input[type='submit']:hover {
    opacity: 0.5;
}
.btmCont input[type="button"] {
	width: 40%;
	cursor: pointer;
	text-align: center;
	padding: 1em;
	margin: 2em 0em;
	background-color: #FFFFFF;
	border: 1px solid #898989;
	border-radius: 3px;
	color: #252525;
	font-size: 18px;
	font-weight: bold;
	transition: 0.5s;
}
.btmCont input[type='button']:hover {
    opacity: 0.5;
}

/*==================================================
　 プライバシーポリシー
====================================================*/
.plycontents {
	width: 900px;
	margin: auto;
}
.textPly {
}


/*==================================================
　 文字　装飾等
====================================================*/
/* 赤字 */
.laiveRed {
	color: #FF0700;
}
/* 太字 */
.textBold {
	font-weight: bold;
}
/* ホバー時 */
.iconLink:hover {
	opacity: 0.5;
	transition: all .33s;
}