@charset "utf-8";

/*background-color: rgba(255,244,244,0.5);*/
/* --------------------------------
 * easing
 * -------------------------------- */
#easing {
	/*z-index: -910;*/
	overflow: hidden;	
}
#eas1 {
	overflow: hidden;
	background-color: #FFF;
	color: #333;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

#eas1 .heading{
	letter-spacing: 2px;
	font-size: 3rem;
	text-align: center;
	margin-top: 30px;
	margin-right: 5%;
	margin-bottom: 15px;
	margin-left: 5%;
}

#eas1 hr {
	width: 80%;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}

#eas1 .eas-text {
	line-height: 2.5;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-left: 10%;
	text-align: left;
	font-size: 150%;
}
#eas1 h2 {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size: 200%;
	color: #333;
	text-align: center;
	margin-top: 30px;
}
#eas1 .u-text {
	line-height: 2.5;
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 10%;
	text-align: center;
	font-size: 150%;
}
#eas1 .u-text a:hover {
	color: #F00;
}
/*送信ボタン**************************/	
input#submit {
	width: 60%;
	background-position: center;
	text-decoration: none;
	text-align: center;
	display: block;
	cursor: pointer;     /*←これでカーソルを指先型に変化させる*/
	font-size: 250%;
	font-weight: bold;
	color: #fff;
	background: #90E733;
	/*↓背景グラデーションの指定です*/
	background-image: -moz-linear-gradient(top, #F60, #F96);
	background-image: -ms-linear-gradient(top, #F60, #F96);
	background-image: -o-linear-gradient(top, #F60, #F96);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#F60), to(#F96));
	background-image: -webkit-linear-gradient(top, #F60, #F96);
	background-image: linear-gradient(top, #F60, #F96);
	/*↓以下、ボックスの角丸、シャドウ、テキストシャドウの指定*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 25px;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40;
	margin-left: auto;
	font-family: "HGS平成角ｺﾞｼｯｸ体W9";
}
input#submit:hover{
	color: #F00;	
}
/*リンクバー**************************/
#eas1 .link a {
	width: 60%;
	background-position: center;
	text-decoration: none;
	text-align: center;
	display: block;
	cursor: pointer;     /*←これでカーソルを指先型に変化させる*/
	font-size: 250%;
	font-weight: bold;
	color: #fff;
	background: #90E733;
	/*↓背景グラデーションの指定です*/
	background-image: -moz-linear-gradient(top, #0C0, #060);
	background-image: -ms-linear-gradient(top, #0C0, #060);
	background-image: -o-linear-gradient(top, #0C0, #060);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0C0), to(#060));
	background-image: -webkit-linear-gradient(top, #0C0, #060);
	background-image: linear-gradient(top, #0C0, #060);
	/*↓以下、ボックスの角丸、シャドウ、テキストシャドウの指定*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 25px;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000;
	margin-right: auto;
	margin-bottom: 40;
	margin-left: auto;
	font-family: "HGS平成角ｺﾞｼｯｸ体W9";
	padding-top: 15px;
	margin-top: 10px;
	padding-bottom: 15px;
}

#eas1 .link a:hover {
	color: #F00;
}
#eas1 .eas-img {
	line-height: 2.5;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 30px;
	margin-left: 10%;
	text-align: center;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}
#eas1 .imgl {
  float: left;
  margin-top: 1em;
  margin-right: 2em;
  margin-bottom: 1em;
}
#eas1 .imgr {
	float: right;
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 1em;
}

/* --------------------------------
 * kyouyuu 長丸
 * -------------------------------- */
#eas1 ul {
	padding-left: 0px;
}

.circle2 {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-align: center;
}

.circle2 li{
	list-style-type: none;
	background-size: cover;
	/*	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;*/
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: inline-block;
	position: relative;
}
#eas1 .circle2 a {
	color: #FFF;
	text-decoration: none;
	
}
#eas1 .circle2 a:hover {
	color: #F00;

}
#eas1 .circle2 .maru {
	width: 300px;       /* ※縦横を同値に */
	height: 100px;       /* ※縦横を同値に */
	border-radius: 1%;  /* 角丸半径を50%にする(=円形にする) */
	background-position: center center;
	background-color: #09F;
	margin: 1px;
}

.circle2 p {
	position: absolute;
	top: 80%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,.6);
	width: 280px;
}
#eas1 .circle2 .text {
	font-size: 200%;
	font-weight: bold;
	color: #FFF;	/*background-color: #FFF;*/
	/*background: rgba(0,0,0,.6);*/
}
#eas1 .circle2 .text2 {
	font-size: 300%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;	/*background-color: #FFF;*/
	/*background: rgba(0,0,0,.6);*/
}
.shadow {
/*	border: 1px solid #c0c0c0;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;*/
	/*box-shadow: 5px 5px 5px rgba(0,0,0,0.5);*/
}




/* --------------------------------
 * popup <img src="image/support800.jpg" alt="test" width="640" height="475" class="popup" tabindex="0" srcset="image/support800.jpg 640w, image/support-s.jpg 300w" sizes="(max-width: 1024px) 500vw, 1024px" />
 * -------------------------------- */

.popup:focus, .popup:active {
	position: fixed;
	top: -50;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	z-index: 500;
	padding: 20px;
	outline: 1px solid #aaa;
	max-width: 60vw;/* 画像が大きい場合は、適宜調整 */
	background-color: #FFF;	/*background-color: rgba(0,0,0,0.5);*/
}
.popup {
    height: 100%;
    width:auto;
    cursor: pointer;
    display: inline;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.circle1{
	padding-left: 3%;
}

}



/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 768px) {


/*リンクバー**************************/
/*#eas1 .link a {
	width: 50%;
	font-size: 130%;
}*/
}
