@charset "utf-8";
/* CSS Document */


#wrapper{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	color: #222;
	font-size: 20px;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;

}

.right a:hover{
	opacity:0.7;
}

div,p{
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
.comment{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.comment span{
	background-color: #ff9;
	line-height: 1.8;
	padding: 5px;
}

.cate{
	margin-bottom: 60px;
}

#btn{
	overflow: hidden;
	width: 1028px;
	margin: 0 auto;
}
#btn a img:hover{
	opacity: 0.6;
}
.office_btn{
	float: right;
}
.office_btn{
	float: left;
}

.item_btn{
	border: 3px solid #525252;
	border-radius: 15px;
	color: #fff;
	padding: 15px 0;
	width: 30%;
	text-align: center;
	margin: 20px auto 70px;
	font-size: 110%;
	font-weight: bold;
	background: #525252;
}

a .item_btn:hover{
	color: #525252;
	background: #fff;
}
.item_btn2{
	border: 3px solid #183fb1;
	border-radius: 8px;
	color: #fff;
	padding: 10px 0;
	width: 50%;
	text-align: center;
	margin: 20px auto 70px;
	font-size: 90%;
	font-weight: bold;
	background: #183fb1;
}

a .item_btn2:hover{
	color: #183fb1;
	background: #fff;
}

.item_cate span{
	color: #1d2088;
	font-size: 85%;
	padding: 5px 15px;
	border: 1px solid #1d2088;
	border-radius: 30px;
}
.left{
	float: left;
	width: 49%;
}
#main_txt{
	font-weight: bold;
	font-size: 130%;
	width: 80%;
	margin: 30px auto 50px;
}


.right img{
	width: 100%;
}
.right{
	float: right;
	width: 49%;
}
.left .title{
	font-size: 110%;
	font-weight:bold;
	color: #013ae3;
	padding-top: 5px;
}
.left .item{
	font-weight: bold;
	font-size: 180%;
}
#left a{
	text-decoration: none;
}
.txt{
	padding-top: 5px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.point{
	background: #eeeeee;
	overflow: hidden;
	padding: 30px;
	margin: 15px 0 30px;
	border-radius: 10px;
}
.point img{
	width: 100%;
}
#osusume{
	margin: 100px 0 10px;
}
.point_title{
	font-weight: bold;
	font-size: 140%;
	color: #ff9f22;
	padding-bottom: 5px;
}
#other a{
	text-decoration: none;
}
#other title{
	font-size: 120%;
	font-weight: bold;
}
#other_title{
	font-size: 170%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#other{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:10px;
	overflow: hidden;
}
#other .item{
	font-size: 130%;
	margin-bottom: 10px;
}
.other_in{
    list-style: none;
    padding: 2%;
    margin-bottom: 0;
    position: relative;
	text-align: center;

}
.other_btn{
	border: 3px solid #525252;
	border-radius: 8px;
	color: #525252;
	padding: 5px 0;
	width: 60%;
	text-align: center;
	margin: 10px auto;
	font-size: 90%;font-weight: bold;
}

a .other_btn:hover{
	color: #fff;
	background: #525252;
}
#iecloud_img{
	padding: 30px 0;
}
hr{
	width: 60px;
}

#end{
	background: #b4e2fe;
}
#end {
	margin: 0 auto;
	text-align: center;
	height: 280px;
	background-image: url("images/remote_05.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#logo{
	text-align:center;
	padding:25px 0;
}


#katuyou{
	margin: 60px auto 40px;
	padding:20px 0;
	width: 96%;
	border-top: 1px solid #ff9f22;
	border-bottom: 1px solid #ff9f22;
}
#katuyou img{
	width: 100%;
}
#katuyou_title{
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 15px;
	color:#ff9f22;
}
.katuyou_txt{
	margin-bottom: 20px;
}
.katuyou_txt p{
	margin-top: 10px;
	font-weight:bold;
}

#main_txt {
  position: relative;
  padding: 15px 60px;
  margin: 50px auto 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
overflow:hidden;
}
#main_txt::before,
#main_txt::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
#main_txt::before {
  left: 0;
  border-left: 1px solid #555;
}
#main_txt::after {
  right: 0;
  border-right: 1px solid #555;
}




@media only screen and (max-width: 640px){
#wrapper,.left,.right,#logo{
	width: 100%;
	}
.left,.right{
	width: 96%;
	margin-left: 2%;
}
#main_txt{
	width: 96%;
	margin-left: 2%;
	font-size:100%;
}
#katuyou_title{
	font-size: 140%;
}
.point{
	width: 93%;
	margin-left: 2%;
	padding: 10px;
}
	.point img{
		margin: 2% 0 0 0 !important;
	}
.left img,.right img{
	width: 92%;
	margin-left: 4%;
}
	body img{
	width: 100%;
	}
#other{
	grid-template-columns: 1fr 1fr;
}
#logo{
	width:30%;
	margin:0 auto;
}
.comment{
	font-size: 120%;
	width: 96%;
	margin-left: 2%;
}
.left .item{
	font-size: 160%;
}
.comment img{
	width: 50%;
}
.item_btn{
	width: 70%;
}
#end{
	display: none;
}
}

@media only screen and (min-width: 641px){
#end_sp{
	display: none;
}
}



