@charset "utf-8";

/*------------------------------------------------
   Layout
------------------------------------------------*/
/* ポートレートでは、ツールバーを上に置くことを望みます */

@media only screen and (orientation : landscape) { /*横向きの際に適用*/
#main{ width: 100%;}
}

/* ランドスケープでは、ツールバーを左に置くことを望みます */

@media only screen and (orientation : portrait) { /*縦向きの際に適用*/
#main{ width: 100%;}
}


html{
}

body{
	font-family: arial,helvetica,clean,sans-serif;
	background-color: #FFFFFF;
}

a:link{
color:#28283d;
}

a:visited{
color:#FFFFFF;
}

a:active{
color:#28283d;
}



.back_btn {
	width: 300px;
	background-color: #f8585b;
	border: none;
	color: #ffffff;
	padding: 20px;
	margin: 60px 0 20px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	border-radius: 12px;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.back_btn:hover {
    background-color: #323232;
}
.back_btn a:hover {
	color: #f8585b;
}


#wrap{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#head{
	padding: 13px 0 0 0;
	border-top: 4px solid #FFA243;
}


h1{
	width: 100%;
}


h2 {
	padding: 20px 0px 0 0;
	font-family: 'Cabin', sans-serif;
	color: #323232;
	font-size: 20px;
	font-weight: bold;
}

#main h3{
	font-weight: bold;
	padding-bottom: 10px;
}

#main h4{
	padding-bottom: 10px;
}

.text01{
	font-family: 'Cabin', sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 2em;
}


.text02  {
	font-family: 'Cabin', sans-serif;
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
	font-weight: bold;
}

.text03  {
	font-family: 'Cabin', sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 2em;
}

.text04  {
	font-family: 'Cabin', sans-serif;
	color: #666;
	font-size: 24px;
	line-height: 2em;
	font-weight: bold;
}

.text05 {
	font-size: 12px;
	color: #666;
	line-height: 2em;
}


#sub_title01 {
	width: 90%;
	padding: 0%;
	margin: 130px 5% 20px 5%;
	display: block;
	align: center;
}


#sub_title02 {
	width: 100%;
	font-family: 'Cabin', sans-serif;
	font-size: 30px;
	color: #222222;
	font-weight: bold;

}


#sub_title03{
	width: 100%;
	font-family: 'Cabin', sans-serif;
	font-size: 30px;
	color: #222222;
	font-weight: bold;


}

#sub_title03 a {
	display: block;
	outline: none;
	color: #222222;

}

#sub_title03 a:hover {
	display: block;
	outline: none;
	color: #FF8800;

}

.sub_title04{
	width: 100%;
	font-family: 'Cabin', sans-serif;
	font-size: 26px;
	color: #222222;
	font-weight: bold;
	text-align: left;
	padding: 20px 10px 10px 0 ;

}

.sub_title04 a {
	display: block;
	outline: none;
	color: #222222;

}

.sub_title04 a:hover {
	display: block;
	outline: none;
	color: #FF8800;

}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

footer {
	width: 100%;
	/*height: 60px;*/
	vertical-align: middle;
	background-color: #323232;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0 0 0 ;
	clear: both;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

footer div {

	color: #949494;
	padding: 10px 0px;

}

footer .footer-box{
	margin:0 20px;
}

footer .fl-box .logo-box img{
	height: 28px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																			footer_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Top_title
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top_image {
	width: 100%;
	margin-top: 100px;
	text-align: center;
}



#top_title {
	width: 100%;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 20px;
	line-height: 1.3;
	color: #222222;
	margin: 50px 0 20px 0;
	text-align: center;
}

.top-box{
	width: 90%;
	margin: 6% 5% 0 5%;
}


.bn{
	width: 90%;
	margin: 6% 5% 0 5%;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
NEWS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#news_title{
	font-size: 20px;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	font-weight: bold;
}

#news{
	width: 100%;
	padding: 0;
	margin: 50px 0 100px 0;
	display: block;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
#news dl{
	width: 90%;
	display: block;
	margin: 0 5%;



}


#news dt{
	margin: 8px 0 0 0;
	text-align: left;
	font-size: 16px;
	line-height:1.6;
	font-family: 'Cabin', sans-serif;
	color: #FF8800;
	padding:  0px ;
}
#news dd{
	border-bottom: 1px dotted #6F6F6F;
	padding: 0 0 10px 0 ;
	margin: 0;
	font-size: 16px;
	line-height:1.6;
	font-family: 'Cabin', sans-serif;
	color: #666;

}

#news dd a {
	display: block;
	outline: none;
	color: #666;

}

#news dd a:hover {
	display: block;
	outline: none;
	color: #FF8800;

}

/*NEWS*/
span.news-icon {
	width: auto;
	display: inline-block;
	background: #df002c;
	float: left;
	padding: 0px 5px;      /* 先行する文字列との間隔 */
	vertical-align: middle; /* 先行する文字列と上下中央揃え */
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px;     /* アイコンの角を丸める */
	line-height:2;
}

/*プレスリリース*/
span.press-icon {
	width: auto;
	display: inline-block;
	background: #cccccc;
	float: left;
	padding: 0px 5px;      /* 先行する文字列との間隔 */
	vertical-align: middle; /* 先行する文字列と上下中央揃え */
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px;     /* アイコンの角を丸める */
	line-height:2;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																			 	  NEWS_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*------------------------------------------------
   Company
------------------------------------------------*/
.company_block{
	width: 90%;
	margin: 0% 5% 60px 5%;

}

.company {
	float: left;
	margin-bottom: 20px;

}
.company ul li {
	padding: 10px 5% 0 5%;
	font-size: 14px;
	color: #666;
	width: 90%;
	padding-left: 1em;
    text-indent: -1em;
	line-height:2;
}

.company_navi {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #6887a2;
	width: 90%;
	line-height:2;
}
/*
.company_navi {
	margin: 20px 10px;
}


*/
.navi {
	text-align: center;
	width: 100%;
	height: 400px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border:solid 2px #6887a2;


}
.navi img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

/*------------------------------------------------
   Product
------------------------------------------------*/
#productList{
}

#productList article{
position:relative;
margin:0 0 15px 0;
}

#productList article:last-child{
margin:0;
}

#productList article section{
padding:0 0 24px 0;
}

#productList article section p{
font-size:10px;
line-height:1.6;
}

#productList article section p:after{
content:"";
display:block;
clear:both;
}

#productList article section p img{
float:left;
width:100px;
margin:0 10px 6px 0;
}

#productList article .btn{
position:absolute;
right:0;
bottom:0;
}

#productArea{
}

#productArea .about{
margin:0 0 20px 0;
}

#productArea .about p{
font-size:10px;
line-height:1.6;
}

#productArea .about p:after{
content:"";
display:block;
clear:both;
}

#productArea .about p img{
float:left;
width:100px;
padding:0 10px 6px 0;
}

#productArea .method{
margin:0 0 20px 0;
}

#productArea .notes{
}

#productArea .notes p{
font-size:10px;
line-height:1.6;
}



/*------------------------------------------------
   Profile
------------------------------------------------*/
#profileArea{
}

#profileArea .first{
margin:0 0 20px 0;
}

#profileArea .first p{
font-size:10px;
line-height:1.6;
}

#profileArea .about{
}



/*------------------------------------------------
   Access
------------------------------------------------*/

 .map{
	overflow: hidden;
	margin: 10px;
}



/*------------------------------------------------
   Recruit
------------------------------------------------*/
.recruit_box{
	width: 90%;
	margin: 0% 5% 60px 5%;
	padding: 0%;
	display: block;
	align: center;
	vertical-align: top;

}

#recruitArea{
}

#recruitArea .essential{
margin:0 0 20px 0;

}

#recruitArea .essential p{
font-size:10px;
line-height:1.6;
}

#recruitArea .form{
}

#recruitArea .form .txt{
margin:0 0 10px 0;
font-size:10px;
line-height:1.6;
}

#recruitArea .form .txt b{
color:#069;
}

#recruitArea .form .formList{
margin:0 0 10px 0;
}


/*------------------------------------------------
   Sitemap
------------------------------------------------*/
#sitemapArea{
width:100%;
display:-webkit-box;
display:-moz-box;
display:box;
font-size:10px;
}

#sitemapArea > ul{
list-style:none;
-webkit-box-flex:1;
-moz-box-flex:1;
box-flex:1;
}

#sitemapArea > ul > li{
margin:0 0 6px 0;
}

#sitemapArea > ul > li > a,
#sitemapArea > ul > li > span{
padding:0 0 0 14px;
background:url(../images/all_arw01r.png) no-repeat left center;
-webkit-background-size:11px;
background-size:11px;
}

#sitemapArea ul li ul{
margin:0 0 0 10px;
list-style:none;
}

#sitemapArea ul li ul li{
margin:0 0 6px 0;
}

#sitemapArea ul li ul li a{
padding:0 0 0 14px;
background:url(../images/all_arw03r.png) no-repeat left center;
-webkit-background-size:11px;
background-size:11px;
}


/*------------------------------------------------
   Contact
------------------------------------------------*/


.contact_box2{
	width: 90%;
	margin: 0% 5% 0%  5%;
	padding: 0%;
	display: block;
	align: center;
	vertical-align: top;
	font-family: 'Cabin', sans-serif;
	color: #222222;
	font-size: 18px;
	line-height: 1.5;


}
.contact_box{
	width: 90%;
	margin: 0% 5% 10%  5%;
	padding: 0%;
	display: block;
	align: center;
	vertical-align: top;


}
.contact_box li{
padding: 10px;
line-height: 1.6;
}

#contactArea{
	margin-top: 10px;
	padding: 20px;

}

#contactArea fieldset{
	padding: 20px;
	margin-top: 10px;
	background-color: #e0e0e0;

}

#contactArea .reference{
margin:0 0 20px 0;

}

#contact_text01{
	margin-left: 30px;
}


#contactArea .reference address{
margin:0 0 5px 0;
font-family: 'Cabin', sans-serif;

}

#contactArea .reference p{
font-size:10px;
line-height:1.6;
}

#contactArea .form{
}

#contactArea .form .txt{
margin:0 0 10px 0;
font-size:10px;
line-height:1.6;
}

#contactArea .form .txt b{
	color: #FFA243;
}

#contactArea .form .formList{
margin:0 0 10px 0;
width: 90%;
}

#contactArea .form form fieldset{
margin:0 0 10px 0;
padding:10px;
border:#ddd solid 1px;
}

#contactArea .form form fieldset legend{
padding:0 5px;
font-size:14px;
font-weight:bold;
}

#contactArea .form form fieldset .formList{
padding:0;
border-top:none;
}

#contactArea .form form fieldset .formList dd:last-child{
margin:0;
padding:0;
border-bottom:none;
}

.confirm_bt {
	width: 300px;
	background-color: #f8585b;
	border: none;
	color: #fff;
	padding: 20px;
	margin: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	border-radius: 12px;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.confirm_bt:hover {
    background-color: #323232;
}
.confirm_bt a:hover {
	color: #f8585b;
}
.reset_bt {
	width: 300px;
	background-color: #999999;
	border: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	border-radius: 12px;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.reset_bt:hover {
    background-color: #323232;
}
.reset_bt a:hover {
	color: #f8585b;
}




.contact input{
	margin: 10px 0px 0px;
	padding: 10px;

}




/*------------------------------------------------
   Table
------------------------------------------------*/
.commonTable{
	width: 620px;
	font-size: 10px;
	border: #ddd solid 1px;
	border-collapse: collapse;
	margin: 10px;
}

.commonTable th{
	width: 20%;
	padding: 6px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-color: #FFEFDF;
	border: #ddd solid 1px;
}

.commonTable td{
width:80%;
padding:6px;
border:#ddd solid 1px;
}




/*------------------------------------------------
   Form
------------------------------------------------*/
.formList{
padding:10px 0 0 0;
border-top:#ddd dotted 1px;
}

.formList dt{
	margin: 0 0 10px 0;
	padding: 0 0 0 4px;
	font-weight: bold;
	line-height: 1;
	/*border-left: 4px solid #FFA243;*/
}

.formList dt b{
	margin: 0 0 0 4px;
	font-size: 10px;
	font-weight: normal;
	color: #cc3333;
}

.formList dd{
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:#ddd dotted 1px;
overflow-x:hidden;
}
.formList dd select{
	width:100%;}

.formList dd p{
margin:0 0 4px 0;
}

.formList dd label{
margin:0 6px 0 0;
}

.formList dd span{
margin:0 4px 0 0;
}

.formList dd input{
vertical-align:middle;
}

.formList dd select{
padding:5px;
}

.formList dd input[type=checkbox],
.formList dd input[type=radio]{
width:24px;
height:24px;
margin:0 6px 4px 0;
}

.formList dd input[type=radio]{
border-radius:12px;
}

.formList dd input[type=text],
.formList dd input[type=email],
.formList dd input[type=tel],
.formList dd input[type=number],
.formList dd input[type=password],
.formList dd textarea{
padding:6px;
border-radius:4px;
border:#ddd solid 1px;
-webkit-box-shadow:inset 1px 1px 5px #eee;
box-shadow:inset 1px 1px 5px #eee;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.formList dd textarea{
resize:vertical;
}

.formList dd .full{
width:80%;
margin: 0 10% 0 10%;
font-size: 16px;
line-height: 2;
font-family: 'Cabin', sans-serif;
}

.formList dd input[name^=post]{
width:60px;
}

.commonSubmit{
display:block;
width:220px;
height:44px;
margin:0 auto;
font-size:16px;
font-weight:bold;
text-shadow:0 -1px 0 #09c;
color:#333333;
background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #09c), color-stop(0.00, #0cf));
background:-webkit-linear-gradient(top, #0cf 0%, #09c 100%);
background:-moz-linear-gradient(top, #0cf 0%, #09c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ccff', endColorstr='#ff0099cc', GradientType=0 );
/*background:linear-gradient(top, #0cf 0%, #09c 100%);*/
border: #09c solid 1px;
border-radius:4px;
}


/*------------------------------------------------
   Blue button
------------------------------------------------*/
#contents .bluebtn{
display:block;
width:68px;
height:18px;
padding:0 0 0 22px;
font-size:10px;
color:#fff;
text-decoration:none;
line-height:18px;
background:#09c url(../images/all_arw02r.png) no-repeat 6px 3px;
-webkit-background-size:11px;
background-size:11px;
border-radius:3px;
}




/*------------------------------------------------
   Default
------------------------------------------------*/
.cf:after{
content:"";
display:block;
clear:both;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
GAME
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.game_box{
	width: 90%;
	margin: 0% 5% 10% 5%;
	padding: 0%;
	display: block;
	align: center;
	text-align: center;
	vertical-align: top;
}
.game_box h1{
	margin: 0 0 60px 0 ;
}
.game_box_sub01{
	width: 100%;
	margin: 0%;
	padding: 0%;
	display: block;
}

.game_box_sub02{
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	display: block;
}

.game_title{
	width: 100%;
	margin: 15px 0 10px 0;
	padding: 0%;
	display: block;
	font-size: 25px;
	font-family: 'Cabin', sans-serif;
	color: #222222;
	font-weight:bold;
	text-align: left;


}

.game_title a {
	display: block;
	outline: none;
	color: #222222;

}

.game_title a:hover {
	display: block;
	outline: none;
	color: #FF8800;

}

.game_content{
	width: 100%;
	padding: 0;
	margin:10px 0 10px 0;
	display: block;
	text-align: left;
	font-size: 20px;
	line-height:1;
	font-family: 'Cabin', sans-serif;
	color: #222222;




}


.game_content a {
	display: block;
	outline: none;
	color: #FF8800;

}

.game_content a:hover {
	display: block;
	outline: none;
	color: #ff9933;

}

.game_icon_box {
	display: table;
    width: 100%;
	margin: 20px 0 0 0;
	padding: 0;

}
.game_icon_item2 {
	width: 20%;
	 display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding: 0px 30px 0 30px;

}
.game_icon_item3 {
	width: 30%;
	 display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding: 0px 5px 0 5px;

}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RECRUIT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.recruit{
	padding: 0px;
	margin: 10px;

}
.recruit .accordion{
	padding: 0px 0px 20px;
	margin: 0px auto 0px 0px;

}

.recruit .accordion ul li {
	padding: 10px 5% 0 10%;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;
	color: #666;
	padding-left: 1em;
    text-indent: -1em;
	line-height:2;
}
.recruit .accordion dl{}

.recruit .accordion dl dt {
	padding: 15px 0px 3px 20px;
	font-size: 20px;
  font-family: 'Cabin', sans-serif;
	color: #323232;
}

.recruit .accordion dt{
	margin: 10px 0;
	cursor: pointer;
	font-size: 16px;
	padding: 5px;
	background-color: #e0e0e0;
	border-radius: 5px;
	height:30px;
	color: #323232;
}

.recruit .accordion dd{
	overflow: auto;
	display: block;
	height: 300px;
	line-height: 2;
	width: 100%;


}
.recruit .accordion_dl table td.title{
	width: 30%;
	text-align: center;
	color: #cc3333;
	border-right: 1px dotted #A3A3A3;

}



.recruit .accordion_dl table tr{
	border-bottom: 1px dotted #A3A3A3;
	color: #28283D;
}


.recruit .accordion_dl table tr td.text{
	width: 70%;
	padding: 10px;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;
	color: #666;
	line-height:2;
}

.recruit .accordion_dl table tr td.text.d_text{
	width: 70%;
	padding: 10px;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;
	color: #666;
	line-height:1.5;
}
.entry_bt {
	width: 300px;
	background-color: #f8585b;
	border: none;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 10px 0 0 0;
	cursor: pointer;
	border-radius: 12px;
}
.entry_bt:hover {
    background-color: #323232;
}
.entry_bt a {
	color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 RECRUIT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*------------------------------------------------
   Contact
------------------------------------------------*/
.contact{
	margin: 10px;
}

#contactArea{
}

#contactArea .reference{
margin:0 0 20px 0;
}

#contactArea .reference address{
margin:0 0 5px 0;
}

#contactArea .reference p{
line-height:1.6;
}

#contactArea .form{
}

#contactArea .form .txt{
margin:0 0 10px 0;
line-height:1.6;
}

#contactArea .form .txt b{
	color: #FFA243;
}

#contactArea .form .formList{
margin:0 0 10px 0;
}

#contactArea .form form fieldset{
margin:0 0 10px 0;
padding:10px;
border:#ddd solid 1px;
}

#contactArea .form form fieldset legend{
padding:0 5px;
font-weight:bold;
}

#contactArea .form form fieldset .formList{
padding:0;
border-top:none;
}

#contactArea .form form fieldset .formList dd:last-child{
margin:0;
padding:0;
border-bottom:none;
}





.thanks{
	padding: 80px 0px 0px;
}
.thanks div{
	padding: 10px 20px;
}

.thanks div ul{}
.thanks div ul li{
	list-style: disc;
	padding: 5px 10px 5px 0px;
	margin: 0px 0px 0px 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	contact
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
ul .game_elbrisa a {
}


/*------------------------------終了のお知らせ--------------------------------------*/
.kokuchi_box{
 width: 100%;
margin: 0%;
padding: 0px;
}

/* 角丸　影（タイトル）4 */
.kokuchi {
 margin: 0 auto 30px auto;
 padding: 16px;
 width: 94%;
 border: solid 1px #c7c7c7; /* 枠線の太さ・色 */
 color: #222222; /* 文字色 */
 background-color: rgba(255,255,255,0.8);
 box-shadow: 1px 3px 5px #c7c7c7;/* 影の色 */
 border-radius: 20px; /* 角の丸み */
font-size:14px;
font: 14px arial,helvetica,clean,sans-serif;
}

@media all and (max-width: 740px) {
.kokuchi{
 margin: 0 auto 30px auto;
 padding: 16px;
 width: 90%;
 border: solid 1px #c7c7c7; /* 枠線の太さ・色 */
 color: #222222; /* 文字色 */
 background-color: rgba(255,255,255,0.8);
 box-shadow: 1px 3px 5px #c7c7c7;/* 影の色 */
 border-radius: 20px; /* 角の丸み */
	font-size:14px;
font: 14px arial,helvetica,clean,sans-serif;
}
}
.kokuchi_title {
	width: 96%;
	margin: 0 auto;
	text-align: center;
	top: -35px;
	padding: 5px 0px;
	font-weight: bold;
	font-size:20px;
	font: 20px arial,helvetica,clean,sans-serif;
	color:#ffffff;
	background-color: #ab1f1f;
	border-radius: 5px;
}
@media all and (max-width: 950px) {
.kokuchi_title {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	top: -35px;
	padding: 5px 0px;
	font-weight: bold;
	font-size:16px;
	font: 16px arial,helvetica,clean,sans-serif;
	color:#ffffff;
	background-color: #ab1f1f;
	display: block;
	border-radius: 5px;
}
}
@media all and (max-width: 740px) {
.kokuchi_title{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	top: -20px;
	padding: 5px 0px;
	font-weight: bold;
	font-size:14px;
	font: 14px arial,helvetica,clean,sans-serif;
	color:#ffffff;
	background-color: #ab1f1f;
	display: block;
	border-radius: 5px;
}
}

.kakomi-maru4 {
	text-align: left
}

/* 枠中のテキスト　メンテナンス実施 */
.kokuchi_text {
 margin: 0 auto;
 padding: 10px;
 width: 80%;
 border: 0; /* 枠線の太さ・色 */
 color: #ffffff; /* 文字色 */
 background-color: rgba(51,51,51,0.8);
border-radius: 5px;
/* box-shadow: 2px 2px 1px #c7c7c7;影の色 */
 /*border-radius: 20px;  角の丸み */
font-size:15px;
font: 15px arial,helvetica,clean,sans-serif;
}

@media all and (max-width: 740px) {
.kokuchi_text {
 margin: 0 auto;
 padding: 10px;
 width: 90%;
 border: 0; /* 枠線の太さ・色 */
 color: #ffffff; /* 文字色 */
 background-color: rgba(51,51,51,0.8);
/* box-shadow: 2px 2px 1px #c7c7c7;影の色 */
 /*border-radius: 20px;  角の丸み */
	border-radius: 5px;
font-size:14px;
font: 14px arial,helvetica,clean,sans-serif;
}
}


hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
/*------------------------------終了のお知らせ--------------------------------------*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
dialog
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 5;
}

.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 30%;
    transform: translate(-50%,-50%);
    width: 74%;
}

.modal__content h3{
	font-size: 1.2em;
	font-weight: bold;
	font-size: 1.8em;
}

.modal__content p{
	color: #666;
	line-height: 1.8em;
	font-size: 1.5em;
}


.modal__content .fl-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.yes_bt {
	width: 120px;
	background-color: #f8585b;
	border: none;
	color: #fff;
	padding: 20px;
	margin: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	border-radius: 12px;
	font-family: 'Sawarabi Gothic', sans-serif;
}

.yes_bt:link,
.yes_bt:visited,
.yes_bt:hover {
	color: #fff;
}

.no_bt {
	width: 120px;
	background-color: #999999;
	border: none;
	color: #fff;
	padding: 20px;
	margin: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	border-radius: 12px;
	font-family: 'Sawarabi Gothic', sans-serif;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
dialog
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
