@charset "utf-8";

/* default style clear
------------------------------------------- */
@import url("reset.css");


/* all style
------------------------------------------- */
@import url("base.css");



/* 2013.05form
------------------------------------------- */

img{
	max-width:320px;
}

main{
	margin:0 0 35px 0;
}

header{
background: -moz-linear-gradient(bottom, #ce2901, #fe8847);
background: -webkit-gradient(linear, center bottom, center top, from(#ce2901), to(#fe8847));
}

#logo{
	padding-top:15px;
	margin:0 15px 0 10px;
	height:40px;
	width:152px;
	float:left;
}
.ul_header{
	float:right;
	margin-top:5px;
}

.ul_header li{
	float:left;
	margin:0 3px 0 3px;
}

#gnav{
	width:100%;
	clear:both;
	display: flex;
	background: -moz-linear-gradient(bottom, #f8f7f7, #ffffff);
	background: -webkit-gradient(linear, center bottom, center top, from(#f8f7f7), to(#ffffff));
	height:57px;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

#gnav li{
	width:25%;
	height:57px;
	float:left;
	border-right:1px solid #ececec;
	line-height:2em;
}

#gnav li a{
	display:block;
	font-weight:bold;
	padding-top:5px;
}

.contents{
	margin:7px;
	text-align:left;

}

.contents h1{
	font-size:16px;
	font-weight:bold;
	margin:0px 0 10px;
	padding-top:15px;
}

.apps_ul{
	overflow: hidden;
	position: relative;
	width:99%;
}

.apps_ul li{
	float:left;
	width:50%;
	padding-bottom:15px;
	text-align:center;
}

.apps_ul li img{
	max-width:200px;
}


.h2_tit,.contents h1{
	border-bottom:2px solid #fb8343;
	color:#fb8343;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 15px;
	clear:both;
	line-height:1.5em;
}

#pageTit{
	border-bottom:2px solid #fb8343;
	color:#fb8343;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 15px;
	clear:both;
	line-height:1.5em;
}

#contentArea{
	width:97%;
	margin:0 auto 0 auto;
	text-align:left;
}


#formAreaBox{
	border:1px solid #e5e5e5;
	border-radius:10px;
	width:95%;
	margin:20px auto 0 auto;
	text-align:center;

}

#formAreaBox dl{
	text-align:center;
	margin:0 auto 0 auto;
	_zoom: 1;
	overflow: hidden;
	margin-top: -1px;
}

#formAreaBox dt{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	color:#f78a4e;
}

#formAreaBox dd{
	padding-bottom:15px;
	margin-bottom: -1px;

}


.textDesign{
	font-size:20px;
	padding:5px;
	border-radius:5px;
	width:80%;
	margin:0 auto 0 auto;
}

.textDesignH{
	font-size:20px;
	padding:5px;
	border-radius:5px;
	width:40%;
	margin:0 auto 0 auto;
}

.textDesignS{
	font-size:20px;
	padding:5px;
	border-radius:5px;
	width:20%;
}

.formDesign dt,.formDesign dd{
	padding:0 10px 0 10px;
	text-align:center;
	font-size:16px;
	line-height:1.3em;
}

.h2_pageTit{
	font-size:20px;
}

dl.formDesign dd:after { content: ''; display: block; clear: both; }
dl.formDesign :is(dt:nth-of-type(even), dd:nth-of-type(even)) {
	background: #f7f3f7;
}
dl.formDesign dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 50%;
}
dl.formDesign dd label {
	display: block;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	border: 1px solid #fff;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0 0 5px #aaa;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-align: center;
	color: #555;
}
dl.formDesign dd li:last-child label {
	border-left: 0;
	border-radius: 0 10px 10px 0;
}
dl.formDesign dd input[type="radio"]:checked + label {
	text-shadow: 0 -1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	color: #111;
}

dl.formDesign dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -1px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}

[class].radio-gender {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	gap: 12px;
}

[class].radio-gender li {
	width: 100%;
	float: none;
}

[class].radio-gender [id] + .radio-label {
	display: block;
	border: 1px solid #999;
	border-radius: 5px;
	background: #fff;
	background-image: none;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
	box-shadow: none;

}
[class].radio-gender [id]:checked + .radio-label {
	border-color: #FB8343;
	background: #FFE9C9;
}

.radio-label-wrap {
	opacity: 1;
}

.radio-label-wrap.is-disable {
	opacity: .5;
}

[class].gender-note {
	margin-top: 5px;
	clear: none;
	line-height: 1.4;
	font-size: 12px;
	text-align: left;
}

.btn_formDesign{
		width:100%;
		margin:0px auto 0px auto;
		padding-top:40px;

}

.btn_formDesign li{
	float:left;
	width:45%;
	text-align:center;
	margin:0 2% 40px 2%;
	padding-top:40px;
}


.btn_formBack{
		width:100%;
		margin:0px auto 0px auto;
		padding-top:40px;

}

.btn_formBack li{
	width:45%;
	text-align:center;
	margin:0 auto 40px auto;
	padding-top:40px;
}

.btn_Fno{
	border:1px solid #adaead;
	font-size:16px;
	line-height:2em;
	text-align:center;
	display:block;
    -webkit-appearance: none; /* Safari, Google Chrome */
    -moz-appearance: none; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Google Chrome */
    moz-border-radius: 8px; /* Firefox */
    border-radius: 8px;
    background: -moz-linear-gradient(top, #ccc, #ddd); /* Firefox */
    background: -webkit-linear-gradient(top, #ccc, #ddd); /* Safari5.1-, Chrome10- */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)); /* Safari5.0 */
    background: -o-linear-gradient(top, #ccc, #ddd); /* Opera10- */
    font-weight: bold;
    text-shadow: 1px 1px 3px #999;

}

.btn_Fyes{
	border:1px solid #adaead;
	font-size:16px;
	line-height:2em;
	text-align:center;
	display:block;
    -webkit-appearance: none; /* Safari, Google Chrome */
    -moz-appearance: none; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Google Chrome */
    moz-border-radius: 8px; /* Firefox */
    border-radius: 8px;
    background: -moz-linear-gradient(top, #f5c363, #fcd78f); /* Firefox */
    background: -webkit-linear-gradient(top, #f5c363, #fcd78f); /* Safari5.1-, Chrome10- */
    background: -webkit-gradient(linear, left top, left bottom, from(#f5c363), to(#fcd78f)); /* Safari5.0 */
    background: -o-linear-gradient(top, #f5c363, #fcd78f); /* Opera10- */
    font-weight: bold;
    text-shadow: 1px 1px 3px #d9a540;

}

.btnNext{
	width:45%;
	margin:30px auto 30px auto;
	clear:both;
}

.color_f7f3f7{
	background-color:#f7f3f7;
}



.btn_kiyaku{
	border:4px solid #eee;
	display:block;
	line-height:2em;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	border-radius:10px;
	margin:15px 0 0px;
}

.h2_contexts{
	font-size:16px;
	font-weight:bold;
	color:#da2b07;
	margin:20px 0 5px;
}

 /* connect.jsp */
.blogBox{
	border:1px solid #e5e5e5;
	border-radius:10px;
	margin:10px 10px 20px 10px;
	_zoom: 1;
	overflow: hidden;

}

.blogBox li{
	padding:5px;
	margin-top: -1px;
	border-top: 1px dotted #e5e5e5;
}



 /* connect.jsp */


.partnerBox{
	border:1px solid #e5e5e5;
	border-radius:10px;
	background:url(../../images/sp/partner/bg_titpartner.gif) repeat-x 0 0;
	margin:10px 10px 20px 10px;

}


.partnerImg{
	margin:10px 10px 10px 0;
	float:left;
}

.partnerTextBox{
	clear:both;
	width:90%;
}

.partnerTextBox dl{
	float:left;
	margin-top:10px;
	width:130px;
}

.partnerTextBox dt{
	color:#da2b07;
}



.hrStyle{
	background-color: #cccccc;
	border: none;
	color: #ffffff;
	clear:both;
	margin:20px 0 20px;
}

#btnPageTop{
	text-align:right;
	border-bottom:2px solid #333;
	margin:20px 0 20px;
}


 /* apps.jsp */

.h2_apps{
	font-size:18px;
	font-weight:bold;
	color:#a7b835;
	margin:30px 0 10px;
}

.apps_data{
	background-color:#f2f2f2;
	padding:5px;
	border:1px solid #e5e5e5;
	margin:15px 0 15px;
	font-size:10px;
	}


 /* twitter.jsp */

 .stepBox{
	 border:1px solid #e5e5e5;
	 border-radius:5px;
	 width:90%;
	 margin: 10px auto 10px auto;
 }
  .stepBox h2{
	  font-size:16px;
	  font-weight:bold;
	   color:#fb8343;
  }

  .stepBox figure{
	  width:90%;
	  margin: 10px auto 10px auto;
  }

 .stepBox figcaption{
	 text-align:center;
 }

   .stepBox figure img{
	   max-width:380px;
   }

 /* news.jsp */

#slideArea{
	background-color:#f4f4f4;
	height:350px;
	text-align:center;
}


.newsBox{
	 border:1px solid #e5e5e5;
	 border-radius:10px;
	 padding:10px;
	 margin:0 0 20px;
	 text-align:left;
	 font-size:12px;
 }

.newsBox h2{
	  font-weight:bold;
	  font-size:16px;
	  margin:0 0 6px;
	  color:#fb8343;

  }

#indexNews{
	margin:0 0 35px;
}

#indexNews li{
	margin:5px 0 5px;
	 border-bottom:1px solid #e5e5e5;
}

 .newsBox dl{
	 margin:20px 0 20px;
 }

  .newsBox dd{
	  margin:0 0 10px;
  }

  .newsBox dt{
	  font-weight:bold;
	  color:#fb8343;
  }

.apparatusBox{
	  text-align:center;
	  margin:10px auto 20px auto;
}

.nav_float{
	border-top:1px solid #ececec;
	width:100%;
}

#nav_user{
	border:1px solid #ececec;
	margin:25px auto 0 auto;
	width:98%;
	height:80px;
	font-size:12px;
}


#nav_user li{
	float:left;
	line-height:40px;
	margin:0 10px 0 0;
	background:url(../../images/sp/common/btn/ico_Ypoint.gif) no-repeat 5px 50%;
}

.li_lined{
	border-bottom:1px dotted #ececec;
}

#nav_user li a{
	padding-left:20px;
}

.apparatusBox h2{
	font-size:16px;
	font-weight:bold;
	color:#fb8242;
	border-radius:3px;
}

.btn_login{
	margin:20px auto 35px auto;
	width:60%;
}

#login_ul li{
	margin:10px 0 10px;
	font-size:15px;
}

.btn_login a{
	border:1px solid #adaead;
	font-size:20px;
	line-height:2em;
	text-align:center;
	display:block;
    -webkit-appearance: none; /* Safari, Google Chrome */
    -moz-appearance: none; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Google Chrome */
    moz-border-radius: 8px; /* Firefox */
    border-radius: 8px;
    background: -moz-linear-gradient(top, #f78e52, #e44010); /* Firefox */
    background: -webkit-linear-gradient(top, #f78e52, #e44010); /* Safari5.1-, Chrome10- */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78e52), to(#e44010)); /* Safari5.0 */
    background: -o-linear-gradient(top, #f78e52, #e44010); /* Opera10- */
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #882509;

}

.ul_loginData li{
	margin:10px 0 10px;
	clear:both;
	border:1px solid #ccc;
	border-radius:10px;
	padding-left:10px;
	padding-bottom:10px;
	min-height:80px;
}

.ul_loginData li p{
	padding-top:15px;
	padding-right:10px;
	font-size:12px;
	line-height:1.4em;
}

.nameBox{
	text-align:left;
	margin:10px;
	font-size:15px;
	font-weight:bold;
}

#login_partnerBox{
	width:98%;
	max-width:320px;
	border-top:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	height:105px;
	margin:15px auto 15px auto;
}

#login_partnerBox li{
	float:left;
	width:33.3%;
	text-align:center;
	margin:10px 0 5px;
	height:45px;
	border-bottom:1px solid #f5f5f5;
}


 /* app.jsp */

 .h2_appTit{
	 font-size:16px;
	 margin:5px 0 0 0;
	 padding:0 10px 0 10px;
	 font-weight:bold;
	 color:#de350e;
 }

  .h3_appTit{
	 font-size:14px;
	 margin:0px 0 10px;
	 font-weight:bold;
	 padding:0;
	 text-indent:10px;
 }

 .tc_orange{
	 	 color:#faac31;
		 font-weight:bold;

 }

.btnStyle{
	border:1px solid #ccc;
	font-size:12px;
	line-height:2em;
	text-align:center;
	display:block;
    -webkit-appearance: none; /* Safari, Google Chrome */
    -moz-appearance: none; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Google Chrome */
    moz-border-radius: 4px; /* Firefox */
    border-radius: 4px;
    background: -moz-linear-gradient(top, #eee, #fff); /* Firefox */
    background: -webkit-linear-gradient(top, #eee, #fff); /* Safari5.1-, Chrome10- */
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); /* Safari5.0 */
    background: -o-linear-gradient(top, #eee, #fff); /* Opera10- */
    color: #999;
	width:80px;
	margin:0 auto 0 auto;

}

#mainImg{
	width:100%;
	max-width:620px;
	margin:0 auto 0 auto;
}

.h3_tweet{
	width:100%;
	margin-top:25px;
}

.displayContent{
	text-align:center;
	font-size:12px;
	padding:15px 0 10px;
	background-color:#FFF;
	width:99%;
	clear:both;
}

.dl_device{
	margin:10px 25px 0 10px;
}


.dl_device dt{
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 150px;
  padding-left: 5px;
}

.dl_device dd{
  margin-bottom: 0.8em;
  padding-left: 30%;
  border-bottom:1px solid #f2f2f2;
}

/*  2017.7.4�ǋL */
.main-heading {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.main-heading:first-child {border: none;}
.sub-heading {
	margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}
.caption {
	margin-bottom: 10px;
    font-weight: bold;
}
.box_signature {padding-left:15px;}
.box_signature-border {
	border: solid 1px #000;
	padding:15px;
	margin: 0 auto;
}
.tbl_pp{
	margin: 0!important;
}
.tbl_pp th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.tbl_pp td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.text-bold {font-weight: bold;}
