/*＝＝＝＝＝＝＝＝＝＝＝＝＝全　体＝＝＝＝＝＝＝＝＝＝＝＝＝*/


body{
	margin: 0px;
	font-family: "Hiragino Maru Gothic Pro","メイリオ",sans-serif;
	letter-spacing: 0.5px;
}
img{
	width: 100%;
}

i{
	margin-right: 5px;
	color: #efefef;
	
}

a{
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.more{
width: 100%;
	max-width: 300px;
	margin: 10px auto;
	font-weight: 600;
	color: #3B3B3B;
	text-align: center;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50;
  background: #E36E12;
  opacity: 1;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#submit-btn{
	width: 50%;
	max-width: 300px;
	padding: 10px;
	background-color: #FF7823;
	display: inline-block;
	border-radius: 8px;
	color: #fff;
}
#submit-btn:hover{
	width: 50%;
	max-width: 300px;
	padding: 10px;
	background-color:#FF8D36;
	display: inline-block;
	border-radius: 8px;
		color: #fff;
}

.info{
	width: 90%;
	font-size: 1em;
	color:#2E2E2E;
	padding: 5px 5px;
	margin: 5px auto;
	font-weight: 300;
	text-align: left;
	border: 1px solid #FD671C;
	border-radius: 8px;
}

#nandemomake{
	width: 300px;
	margin: 10px auto;
	padding: 10px;
	background-color: #00B76D;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 2em;
	border-radius: 8px;
	text-align: center;
}
#nandemomake:hover{
	width: 300px;
	margin: 10px auto;
	padding: 10px;
	background-color: #81D59D;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 2em;
	border-radius: 8px;
	text-align: center;
}
#contents #nandemomake i{
	color: #FFFFFF;

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝グローバルメニュー＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.menu-header{
	font-weight: 900;
	font-size: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
}
.menu-header2{
	font-weight: 600;
	font-size: 0.3em;
	margin-left: 20px;
	color: #FFFFFF;
}
#menubtn img{
    width:100%;
    max-width: 70px;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 999;
}
.menu{

    max-width:1000px;
    margin: 0 auto;
}
nav{
	width: 90%;
	opacity: 0.95;
	background: linear-gradient(to bottom right, #f37e30, #f7d1a1);
    padding:20px 3% 20px 0;
    display: none;
	position: fixed;
	top:5px;
	left:0;
	border-radius: 0px 10px 8px 0px;
}
nav ul{
	list-style: none;
	font-weight: 900;
	color: #141414;
	margin-left: 30px;
}
nav li{
	margin-top: 10px;
}
nav a{
	text-decoration: none;
	color: #141414;
}
#menu-input:checked ~ nav {
    display: block;
    animation: 0.3s fadeIn;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 0.95; }
  }
.menu-hidden{
    display:none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header{
	width: 100%;
	border-bottom: solid 3px #ff6600;
	text-align: center;

}
.headericon{
	width: 30%;
	max-width: 150px;
	display: inline-block;
}
.headericon:hover{

	opacity: 80%;
}



#sec-nav{
	text-align: center;
}
.sec-nav-ul{
display: inline-block;
	width: 100%;
	margin-top: 3px;


}
.sec-nav-li{
	display: inline-block;
	font-size: 0.7em;
	font-weight: 600;
	background-color: #FF7703;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
	width: 20%;
	text-align: center;
	border-radius: 5px;
}
.sec-nav-li i{
	color: #FFFFFF;
	margin-left: 5px;
	font-size: 3em;
}
.sec-nav-li-img{
	width:86%;
	max-width: 64px;
	color: #FFFFFF;
	font-size: 3em;
}
.sec-nav-li-make{
	display: inline-block;
	font-size: 0.7em;
	font-weight: 600;
	background-color: #00C07B;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
	width: 20%;
	text-align: center;
	border-radius: 5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝フッター＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer{
	width: 100%;
	background-color:#FF931B;
	color:#F0FFF8;
	font-weight: 600;
	font-size: 0.6em;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: right;
	padding: 3px 0;
	
}
.sns-bg{
	width: 100%;
	position: fixed;
	bottom: 20px;
	left: 0;
	background-color: rgba(125,125,125,0.40);
	
}

.sns-bg img{
	width: 8%;
    max-width: 40px;
	padding:5px 5px 0 5px;
	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝YOUTUBE＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.youtube{
	width: 330px;
	display: inline-block;
	margin: 5px;
	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ系  　　　　　　　　　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#contents{
	width: 100%;
	max-width: 800px;
	margin: 5px auto;
	text-align: center;
	margin-bottom: 80px;
	font-size: 0.8em;
	color: #444444;
}
#contents a{
color: #ff9547;
	font-weight: 600;
}
.contents-header{
	width: 90%;
	max-width: 800px;
	border-bottom: 5px dotted #ff9547;
	font-size: 1.4em;
	font-weight: 900;
	color: #57635D;
	margin-top: 20px;
margin: 20px auto;
	padding-left: 10px;
	text-align: left;
}
.contents-body{
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	line-height: 1.5;
	text-align: center;
}
#contents i{
color: #FF6600;
}
.contents-err{
	font-size: 0.8em;
	color: #FF622E;
	margin: 15px 0;
}
.contents-info{
	width: 100%;
	font-size: 1em;
	color: #555555;
	margin: 15px 0;
}
.contents-info-big{
	width: 100%;
	font-size: 1em;
	color: #555555;
	margin: 15px 0;
	font-weight: 800;
}

.news{
	border-bottom: 1px dotted #585858;
	border-top: 1px dotted #585858;
	margin: 15px 0;
	padding: 10px 0;
	font-weight: 900;
	background-color: #EFEFEF;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ系  　会社情報　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.company{
	width: 90%;
	max-width: 800px;
	background-color: #FFE9D7;
	margin: 0 auto;
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
	color: #676767;
	font-weight: 600;
	font-size: 1em;

}

.company2{
	width: 90%;
	max-width: 800px;
		margin: 0 auto;
		padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ系  　お問い合わせ　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#form{
	width: 90%;
	max-width: 800px;
	margin: 30px auto;
	
}
.form{
	width: 100%;
	font-size: 10px;
	line-height: 15px;
	
}
td{
text-align:left; 
padding: 10px;
border-bottom: 1px dotted #636363;
}
.formleft{
width: 40%;
	background-color: #FFE9D7;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ系  　ダウンロード　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.download{
	width: 49%;
	text-align: center;
	float: left;
	margin: 30px 0px;;
}
.download img{
	width: 70%;
	max-width: 200px;
}
.downUpdateList{
	font-size: 0.8em;
	padding: 5px 25px;
	border-bottom: 1px dashed #997848;

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ系  　HOWTO　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.howtopoint{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	font-weight: 900;
	border-bottom: 2px dotted #E59058;

	padding: 10px 0;
	
}
.howtopict{
	width: 90%;
	margin: 0px auto;
	max-width: 800px;
	
}

.howtoli{
	width: 40%;
	max-width: 150px;
	display: inline-block;
		background-color: #FF7837;
	border-radius: 5px;
	padding: 5px 0px;
	color: #fff;
	font-weight: 900;
}
#howto i{
	color: #fff;
	font-weight: 900;
	margin-left: 5px;
}

.howto-h{
	border-bottom: 2px dotted #aaa;
		border-top: 2px dotted #aaa;
	font-size: 1.4em;
	font-weight: 900;
	background-color: #E4E4E4;
	margin: 15px 0;
	padding: 15px 0;
}

.howtopict img{
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-top: 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ系  　言語　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.lang{
	
	display: inline-block;
	width: 55%;
	padding: 15px 0;
	max-width: 300px;
	border-radius: 8px;

	font-size: 1.6em;
	font-weight: 999;
	border:1px solid #FF8613;
	margin: 15px 10px;
}
.lang:hover{
	
	display: inline-block;
	width: 55%;
	padding: 15px 0;
	max-width: 300px;
	border-radius: 8px;
	background-color: #FFECB8;

	font-size: 1.6em;
	font-weight: 999;
	border:1px solid #FF8613;
}
.lang i{
	
margin-left:10px;
}

.lang2{
	
	display: inline-block;
	width: 55%;
	padding: 15px 0;
	max-width: 300px;
	border-radius: 8px;
	color: #B3B3B3;
	font-size: 1.6em;
	font-weight: 999;
	border:1px solid #FF8613;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝コンテンツ系  　使える場所　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#ch-list table th{
	background-color: #FAEDBC;
	font-size: 0.8em;
}
#ch-list table td{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#ch-list table {
	width: 100%;
}
#ch-list{
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 330px;
}
.ch-list-img{
	display: inline-block;
	width: 95%;
	max-width: 350px;
	border-radius: 8px;
}
.ch-list-img img{

	border-radius: 8px;
}








/*＝＝＝＝＝＝＝＝＝＝＝＝＝インスタ　　＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#insta img{
	border-radius: 8px;

}
#insta .insta-sum{
	width: 40%;
	max-width: 200px;
	margin: 0 10px;
	border-radius: 8px;
	display: inline-block;
	overflow: hidden;
}
#insta p{
	font-size: 0.6em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: 900;
}
#rows{
	width: 90%;
	max-width: 700px;
	text-align: left;
	margin: 0 auto;

}
