@charset "UTF-8";
/* -------------------------
 共通設定
 --------------------------*/
html{ font-size : 100%;}

body {
	width: 100%;
	height: 100%;	
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	min-width:800px;
	_display: inline;
	_zoom:1;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color:#666;

}

img {
	vertical-align: top;
	margin: 0;
	list-style-type: none;
}
small{
	font-size:0.7em;
}

/* PC時非表示、スマホ時に表示にする */
.pc_disp_none{
	display:none;
}

/* 雲アニメーションなし */
#cloud{
	background:url(../common_img/cloud_none.png);
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	display:block;
	background-image: -webkit-linear-gradient(270deg,rgba(86,200,230,1.00) 0%,rgba(138,217,238,1.00) 75.65%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(86,200,230,1.00) 0%,rgba(138,217,238,1.00) 75.65%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(86,200,230,1.00) 0%,rgba(138,217,238,1.00) 75.65%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(86,200,230,1.00) 0%,rgba(138,217,238,1.00) 75.65%,rgba(255,255,255,1.00) 100%);
	
}

/* 中央指定 */
#container {
	width: 800px;
	margin: 0 auto;
	list-style-type: none;
	display:block;
}


/* ロゴBOX */
#logo {
	float: left;
	width: 200px;
	height: 200px;
	display:block;
	background: url(../common_img/logo.png) no-repeat center;
}
#logo img {
	display: none;
	max-width:100%;
	height:auto;
}
#logo a{
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ロゴ左側BOX */
#nav_box{
	float: right;
	width: 75%;
}

/* SNSアイコンと検索窓のBOX */
#sns_search{
	width:100%;
}
#sns{
	width: 40%;
	height: 50px;
	float: left;
	background-color: #FFFFFF;
	font-size: 1.5em;
	padding-top: 5px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search{
	width: 60%;
	height: 50px;
	float: left;
	text-align: right;
	background-color: #FFFFFF;
}


/* メニュー設定 */
nav {	width: 100%;  }

/* メニューボタン */
#nav1, #nav2{
	width:50%;
	float:left;
}
#nav_box #nav1 ul, #nav2 ul {
	width: 33.3334%;
	height: 100px;
	list-style: none;
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
} 
#nav1 ul li, #nav2 ul li,
#nav1 ul li dl, #nav2 ul li dl {
  width: 100%;
  height: 100%;
}
#nav1 ul li img, #nav2 ul li img,
#nav1 ul li dl img, #nav2 ul li dl img{
	max-width:100%;
	height:auto;
}
#nav1 ul li a, #nav2 ul li a,
#nav1 ul li dl a, #nav2 ul li dl a{
	color:#FFFFFF;
} 
#nav1 ul li, #nav2 ul li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
} 
#nav1 ul dl, #nav2 ul dl {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 1%;
  color: #fff;
}
#nav1 ul dl dt ,#nav2 ul dl dt {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 1em;
  line-height: 1.2;
  text-align:center;
} 
#nav1 ul dl dd ,#nav2 ul dl dd {
  margin: 0;
  font-size: 0.7em;
  line-height: 1.2;
}
#nav1 .navmenu dl, #nav2 .navmenu dl{  opacity: 0;  -webkit-transform: translateY(100%);  transform: translateY(100%);  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;  transition: opacity 0.6s, transform 0.6s;  }
#nav1 .navmenu:hover dl, #nav2 .navmenu:hover dl {  opacity: 1;  -webkit-transform: translateY(0);  transform: translateY(0);  }

/* サブナビ(ログイン・問い合せ・サポート)　*/
#subnav {
	width:100%;
}
#nav_request{
	height: 50px;
	width: 33.3334%;
	text-align: center;
	text-decoration: none;
	line-height: 3em;
	background-color: #F7C5D2;
	float: left;
	font-size: 1.1em;
}
#nav_support{
	height:50px;
	width: 33.3334%;
	text-align: center;
	line-height: 3em;
	background-color: #7FCDEE;
	float: left;
	font-size: 1.1em;
}
#nav_login{
	height: 50px;
	width: 33.3334%;
	text-align: center;
	line-height: 3em;
	background-color: #BADD8C;
	float: left;
	font-size: 1.1em;
}
#nav_request a, #nav_support a, #nav_login a{
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
}
#nav_request a:hover, #nav_support a:hover, #nav_login a:hover{
	color: #666;
	height: 100%;
	width: 100%;
}


/* メインコンテンツ */
#main{
	background-color: rgba(255,255,255,0.60);
	padding: 1em;
}


/* パンくず */
#bread{
	margin: 0;
	padding: 3px 15px;
	background-color: #FFFFFF;
	text-align:left;
	font-size:0.6em;
	color:#666666;
}
#bread i{ font-size:1.5em; }


/* ページタイトル */
#title{
	padding: 3px;
	height:80px;
	margin:0;
	background-color: #29ABE2;
	color: #fff;
}
#sankaku{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #29aae2 transparent transparent transparent;
	margin:0 auto;
}
.title_box{
	margin: 0 0 0 100px;
	padding: 10px;
}
.title_box h1{
	text-decoration:none;
	font-weight: 200;
	font-size: 1.6em;
	line-height: 1.5em;
}
.title_box h2{
	text-decoration:none;
	font-weight: 200;
	font-size: 0.9em;
}
.page_icon{
	width: 60px;
	height: 60px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px hsla(0,0%,0%,0.20);
	border-radius: 50%;
	box-shadow: 1px 1px 5px hsla(0,0%,0%,0.20);
	float:left;
	font-size: 40px;
	text-align:center;
	margin: 0 20px;
	line-height: 1.6em;
}

/* かりんの見出し */
.midashi{
	width: 100%;
	height:60px;
	margin:0;
	padding:0;
}
.ttl_carin{
	float:left;
}
.ttl_txt{
	float:left;
	font-size:1.5em;
	font-weight:400;
	color:rgba(4,116,163,1.00);
	line-height:2.5em;
}


/* 仕切り線 */
.line{
	border-bottom: 1px solid #777;
	height:1px;
}

/* バナー部分 */
.bunner{
	width:100%;
	display:table;
}


/* フッター部分 */
#footer_city{
	width: 100%;
	height: 127px;
	margin: 0px;
	padding: 0px;
	background-image: url(../common_img/footer_bg.png);
	background-repeat: repeat-x;	
}
footer{
	width:100%;
	margin: 0px;
	background-color:#8CC63F;
	display:table;
}
footer h4{
	font-size:1.2em;
}
#footer_inner{
	max-width: 800px;
	margin: 0 auto;

}
.sitemap{
	width:30%;
	color:#fff;
	float:left;
	padding-left:10px;
	margin-bottom:10px;
}
.sitemap ul{
	list-style-type: none;
	margin: 0.5em 0 0 0.5em;
	padding: 0;
}
.sitemap ul li{
	font-size:0.9em;
	margin-bottom:0.5em;
}
.sitemap ul li a{
	font-size:0.9em;
	color:#fff;
}
.sitemap ul li a:hover{
	border-bottom-style: dotted;
	border-width: 1px;
	color:rgba(223,248,210,1.00)
}
.sns{
	width:35%;
	color:#fff;
	float:left;
	margin-bottom:10px;
}
.twitter{
	width:100%;
	margin: 15px auto 30px auto;
}

.twitter a {
	padding: 5px;
	display: block;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #29ABE2;
	border-radius: 5px;
	box-shadow: 0 5px 0 #047c71, 0 10px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
} 
.twitter a:hover {
  background-color: #29ABE2;
  box-shadow: 0 3px 0 #12978d, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.twitter a:active {
  color: #ddd;
  background-color: #29ABE2;
  box-shadow: 0 0 0 #047c71, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}
.fb-page{
	margin: 10px auto;
}

#footer_sub{
	width: 35%;
	color: #fff;
	padding-left: 10px;
	margin-bottom: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_sub p{
	font-size:0.8em;
	padding-left:10px;
	margin:5px 0;
}
#footer_sub a{
	color: #fff;
}
#footer_sub a:hover{
	color: #eee;
}

div#footer_sub2 {
    width: 20%;
    color: #fff;
    float: left;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer_mark{
	width:45%;
	float:right;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:right;
}
#secom-logo  {
	width:56px; 
	height:88px; 
	padding:0;
	float:left;
}
#secom-logo1 { width:56px; height:88px; padding:0; float:left; }

#copyright{
	width: 100%;
	height: 30px;
	background-color: #666;
	color: #fff;
	bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2.5em;
	clear: both;
}


/* カラム落ちさせる用 */
header:after, #logo:after, #nav_box:after, #sns:after, #search:after, #nav1:after, #nav2:after, #nav_login:after, #nav_request:after, #nav_support:after, #news:after, .campaign_btn:after, .fukidashi:after, .kodawari:after, .kodawari_txt:after, .news:after, .sitemap:after, .sns:after, #footer_sub:after, #footer_mark:after, .page_icon:after{
	content: "";
	display: block;
	clear: both;
}




/* --------------------------------------------------
 レスポンシブ　600px　以下
 ---------------------------------------------------*/
@media screen and (max-width: 599px) {
html{ font-size : 110%;}

body {
	min-width:320px;
	_display: inline;
	_zoom:1;

}
/* スマホ時に非表示にする */
.sp_disp_none{
	display:none;
}
/* PC時非表示、スマホ時に表示にする */
.pc_disp_none{
	display:block;
}
/* スマホ時に横幅いっぱいにする */
.sp_w_full{
	width:97%;
}
/* スマホ時にカラム落ち */
.sp_clear{
	clear: both;
}

/* レスポンシブの時に横幅を画面いっぱいにする */
.resp_w_full{
	width: 98%;
	margin:0;
}
/* カラム落ちさせ、横100%の要素 */
#container, #logo, #nav_box, #sns, #search, #nav1, #nav2{
	text-align:center;
	width: 100%;
	margin:0;

}
/* ロゴBOX */
#logo {
    width: auto;
    height: auto;
    background: none;
}
#logo img {
    display: block;
}

#sns_search{
	width:100%;
	height:auto;
	padding: 2% 0;
	background-color:#FFFFFF;
}

/* メニュー設定 */
nav {	width: 100%;  }

/* メニューボタン */
#nav1, #nav2{
	width:100%;
}
#nav_box #nav1 ul, #nav2 ul {
	width: 33.3334%;
	height:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
} 
#nav1 ul li, #nav2 ul li,
#nav1 ul li dl, #nav2 ul li dl {
  width: 100%;
  height: 100%;
}
#nav1 ul li img, #nav2 ul li img,
#nav1 ul li dl img, #nav2 ul li dl img{
	max-width:100%;
	height:auto;
}
#nav1 ul li a, #nav2 ul li a,
#nav1 ul li dl a, #nav2 ul li dl a{
	color:#FFFFFF;
} 
#nav1 ul li, #nav2 ul li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
} 
#nav1 ul dl, #nav2 ul dl {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 1%;
  color: #fff;
}
#nav1 ul dl dt ,#nav2 ul dl dt {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 1.2em;
  line-height: 1.2;
  text-align:center;
} 
#nav1 ul dl dd ,#nav2 ul dl dd {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.2;
}
#nav1 .navmenu dl, #nav2 .navmenu dl{  opacity: 0;  -webkit-transform: translateY(100%);  transform: translateY(100%);  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;  transition: opacity 0.6s, transform 0.6s;  }
#nav1 .navmenu:hover dl, #nav2 .navmenu:hover dl {  opacity: 1;  -webkit-transform: translateY(0);  transform: translateY(0);  }

/* サブナビ　*/
#subnav {
	width:100%;
}
#nav_login{
	height: 50px;
	width: 33.3334%;
	text-align: center;
	line-height: 3em;
	background-color: #F7C5D2;
	float: left;
}
#nav_request{
	height: 50px;
	width: 33.3334%;
	text-align: center;
	line-height: 3em;
	background-color: #7FCDEE;
	float: left;
}
#nav_support{
	height:50px;
	width: 33.3334%;
	text-align: center;
	line-height: 3em;
	background-color: #BADD8C;
	float: left;
}



#nav_login{
	width: 100%;
}
#nav_request{
	width: 100%;
}
#nav_support{
	width: 100%;
}


/* メインコンテンツ */
#main{
	background-color: rgba(255,255,255,0.60);
	padding: 1em 0;
}

/* ページタイトル */
#title{
	padding: 3px;
	height:100px;
	margin:0;
	background-color: #29ABE2;
	color: #fff;
}
.title_box{
	margin: 0;
	padding: 10px;
	text-align:left;
}
.title_box h1{
	text-decoration:none;
	font-weight: 200;
	font-size: 1.4em;
	line-height: 1.3em;
}
.title_box h2{
	text-decoration:none;
	font-weight: 200;
	font-size: 0.8em;
}
.page_icon{
	width: 60px;
	height: 60px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px hsla(0,0%,0%,0.20);
	border-radius: 50%;
	box-shadow: 1px 1px 5px hsla(0,0%,0%,0.20);
	float:left;
	font-size: 40px;
	text-align:center;
	margin: 10px 10px 10px 0px;
	line-height: 1.55em;
}

/* かりんの見出し */
.midashi{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
}
.ttl_carin{
	width:15%;
	float:left;
	margin:0;
	padding:0;
}
.ttl_txt{
	width:85%;
	float:left;
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1.2em;
	text-align:left;
}


/* フッター部分 */
#footer_city{
	width: 100%;
	height: 59px;
	background-image: url(../common_img/footer_bg_s.png);
}
footer{
	width:100%;
	margin:0;
	text-indent:0.5em;
}
#footer_inner{
	width: 100%;
	padding:0;
	margin:0;
}
.sitemap{
	width:100%;
	padding:0;
	margin-bottom:10px;
}
.sns{
	width:100%;
	padding:0;
	margin-bottom:10px;
}
.twitter{
	width:75%;
	margin: 15px auto 30px 10px;
}
.fb-page{
	margin: 15px auto 15px 10px;
}
#footer_sub{
	width: 100%;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer_sub img{
	width:85%;
}
#footer_sub p{
	font-size:1em;
	padding-left:10px;
	margin:5px 0;
}
#footer_sub a{
	color: #fff;
}
#footer_sub a:hover{
	color: #eee;
}

#footer_mark{
	display:none;
}

#copyright{
	width: 100%;
	height: 40px;
	background-color: #666;
	color: #fff;
	bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	clear: both;
}


}

/* --------------------------------------------------
 レスポンシブ　800px　以上
 ---------------------------------------------------*/
@media screen and (min-width: 800px) {

/* 雲アニメーション */
#cloud{
	width:100%;
	height:100%;
	background:url(../common_img/cloud.png);
	animation: cloudmove 120s linear infinite;
	-webkit-animation: cloudmove 120s linear infinite;
	-moz-animation: cloudmove 120s linear infinite;
	}
	@keyframes cloudmove {
	    0% {background-position: 0 0;}
		25% {background-position: 300px 0px;}
	    50% {background-position: 600px 0;}
		75% {background-position: 900px 0px;}
	    100% {background-position: 1200px 0;}
	}
	@-webkit-keyframes cloudmove {
	    0% {background-position: 0 0;}
		25% {background-position: 300px 0px;}
	    50% {background-position: 600px 0;}
		75% {background-position: 900px 0px;}
	    100% {background-position: 1200px 0;}
	}
	@-moz-keyframes cloudmove {
	    0% {background-position: 0 0;}
		25% {background-position: 300px 0px;}
	    50% {background-position: 600px 0;}
		75% {background-position: 900px 0px;}
	    100% {background-position: 1200px 0;}
	}
	
}


/* -------------------------
　上へボタン
 --------------------------*/

#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 80px;
	color: rgba(0,139,216,0.60);
	text-align: center;
	text-decoration: none;
	transform: rotateY(270deg);
	transition: .5s;
	font-size: 80px;
}
#page-top:hover{
	color: rgba(27,173,255,0.60);
}
