@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/*==========================================
 ヘッダーのスタイル
===========================================*/
/*logoの設定*/

/*==========================================
 コンテンツエリア -> 『お申込み』のスタイル
===========================================*/
#offer {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 100px;
}
#offer h3 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0.5em;
}
#offer-imp {
	margin: 0 0 50px;
	padding: 18px;
	border: solid 1px #CCC;
	background: #F7F7F7;
}
#offer-imp ul li {
	text-indent: -1em;
	padding: 0 0 0 1em;
	line-height: 1.8;
}
#offer-imp ul li a,
#offer-imp ul li a:visited {
	color: #FF3366;
}
#offer span.red {
	color: #FF3366;
}
#offer span.error {
	display: block;
	margin: 10px 0 0;
	color: #FF3366;
}
#offer #r_select_bot,
#offer #r_select_bot2 {
	display: block;
	width: 200px;
	margin: 10px 0;
}
#offer a:hover {
	text-decoration: none;
}
#offer section {
	margin: 0 0 60px;
}
#offer table {
	font-size: 16px;
	width: 100%;
}
#offer table td,
#offer table th {
	text-align: left;
	font-weight: normal;
	padding: 20px;
	border-bottom: solid 1px #CCC;
}
#offer table th {
	width: 25%;
	vertical-align: middle;
}
#offer table td#r_select2 {
	display: none;
}
#offer table input,
#offer table select {
	-webkit-appearance: none;
	padding: 10px;
	font-size: 16px;
	border: solid 1px #CCC;
}
#offer table select {
	background: url(/common/img/yaji_01.png) no-repeat 95% center;
	background-size:20px 11px;
}
#offer table　span.error {
	color: #FF0000;
}
#offer table input.f01,
#offer table select.s01 {
	width: 170px;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#offer table input.f02 {
	width: 350px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#offer table select.s02 {
	width: 350px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#offer #r_pay2 {
	display: none;
}
#offer table input.errorCk,
#offer table select.errorCk,
#offer table textarea.errorCk {
  background: #FFF0F4;
}
#offer table input.mb10 {
	margin: 0 0 10px;
}
#offer table select {
	width: 350px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#offer table textarea {
	padding: 10px;
	width: 350px;
	height: 151px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #CCC;
}
#offer input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#offer table td p {
  font-size: 12px;
}
#form-btn {
	padding: 50px;
  text-align: center;
}
#form-btn a {
  width: 300px;
  padding: 1em 0;
  text-align: center;
  font-size: 18px;
  background: #666;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
}
#form-btn a#bot-btn-Convenience {
  background: #FF3366;
}
#form-btn input#submit_button {
  width: 300px;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  font-size: 18px;
  background: #FF3366;
  border: none;
  color: #FFF;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
}
#form-btn input#submit_button_no {
  width: 300px;
  margin: -2px 0 0 0;
  padding: 1em 0;
  text-align: center;
  font-size: 18px;
  background: #CCC;
  border: none;
  color: #FFF;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
}

p#offer-error {
	margin: 0 0 2em;
	color: #FF3366;
}
#offer-txt {
	padding: 0 0 80px;
	text-align: center;
}
#offer-txt a {
	color: #FF3366;
}
#offer-txt a#bot-btn-Convenience {
	color: #FFF;
}
#offer-txt a:hover {
	text-decoration: none;
}
/* スマホ向けおよび大型タブレット向けのレイアウトの指定 */
/* Media Queries */
@media only screen and (max-width: 767px) {

/*==========================================
 コンテンツエリア -> 『活動ニュース』のスタイル
===========================================*/
	#offer {
		width: 100%;
		padding: 0;
	}
	#offer h3 {
		font-size: 21px;
	}
	#offer-imp {
		width: 94%;
		margin: 0 auto 50px;
		padding: 3%;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}
	#offer table {
		font-size: 14px;
		width: 100%;
	}
	#offer table td,
	#offer table th {
		padding: 3%;
	}
	#offer table th {
		width: 7em;
	}
	#offer table input,
	#offer table select {
		-webkit-appearance: none;
		padding: 3%;
		font-size: 14px;
	}
	#offer table select {
		background: url(/common/img/yaji_01.png) no-repeat 95% center;
		background-size:20px 11px;
	}
	#offer table span.error {
		padding: 2px 0 0 0;
		font-size: 11px;
		display: block;
	}
	#offer table input.f01,
	#offer table select.s01 {
		width: 45%;
	  -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#offer table input.f02 {
		width: 100%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#offer table select.s02 {
		width: 100%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#offer table select {
		width: 100%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#offer table textarea {
		-webkit-appearance: none;
		padding: 3%;
		width: 100%;
		height: 151px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#offer input[type=checkbox] {
	  width: 30px;
	  height: 30px;
	}
	#offer input[type=checkbox] label {
		padding: 0 0 0 50px;
		display: block;
	}
	#form-btn {
		padding: 50px 0 0;
	}
	#form-btn a {
	  width: 80%;
		margin: 0 0 20px;
	  padding: 1em 0;
	  text-align: center;
	  font-size: 18px;
	  background: #666;
	  color: #FFF;
	  text-decoration: none;
	  cursor: pointer;
	  display: inline-block;
	  line-height: 1;
	}
	#form-btn input#submit_button {
	  width: 300px;
	  margin: 20px auto 0
	  padding: 1em 0;
	  text-align: center;
	  font-size: 18px;
	  background: #FF3366;
	  border: none;
	  color: #FFF;
	  cursor: pointer;
	  line-height: 1;
	  display: inline-block;
	}
	#form-btn input#submit_button_no {
	  width: 300px;
	  margin: -2px 0 0 0;
	  padding: 1em 0;
	  text-align: center;
	  font-size: 18px;
	  background: #CCC;
	  border: none;
	  color: #FFF;
	  cursor: pointer;
	  line-height: 1;
	  display: inline-block;
	}

	p#offer-error {
		margin: 0 0 2em;
		color: #FF3366;
	}
	#offer-txt {
		padding: 0 0 80px;
		text-align: center;
	}
	#offer-txt a {
		color: #FF3366;
	}
	#offer-txt a:hover {
		text-decoration: none;
	}
}
