@charset "utf-8";
/* CSS Document */


*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
}


/*-----------------------------------------------------------------------
* clearfix
-------------------------------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* margin */

.m_10 {
    margin:10px;
}

.m_t_5 {
    margin-top:5px;
}

.m_t_10 {
    margin-top:10px;
}

.m_t_15 {
    margin-top:15px;
}

.m_t_20 {
    margin-top:20px;
}

.m_t_30 {
    margin-top:30px;
}

.m_r_5 {
    margin-right:5px;
}

.m_r_10 {
    margin-right:10px;
}

.m_r_15 {
    margin-right:15px;
}

.m_r_20 {
    margin-right:20px;
}

.m_r_30 {
    margin-right:30px;
}

.m_b_5 {
    margin-bottom:5px;
}

.m_b_10 {
    margin-bottom:10px;
}

.m_b_15 {
    margin-bottom:15px;
}

.m_b_20 {
    margin-bottom:20px;
}

.m_b_30 {
    margin-bottom:30px;
}

.m_b_40 {
    margin-bottom:40px;
}

.m_b_50 {
    margin-bottom:50px;
}

.m_b_60 {
    margin-bottom:60px;
}


.m_l_5 {
    margin-left:10px;
}

.m_l_10 {
    margin-left:10px;
}

.m_l_15 {
    margin-left:15px;
}

.m_l_20 {
    margin-left:20px;
}

.m_l_30 {
    margin-left:30px;
}

.m_tr_10 {
	margin-top: 10px;
	margin-right: 10px;
}

.m_tr_20 {
	margin-top: 20px;
	margin-right: 20px;
}

.m_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m_tl_10 {
	margin-top: 10px;
	margin-left: 10px;
}

.m_tl_20 {
	margin-top: 20px;
	margin-left: 20px;
}

.m_rb_10 {
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_rb_20 {
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_rl_10 {
	margin-right: 10px;
	margin-left: 10px;
}

.m_rl_20 {
	margin-right: 20px;
	margin-left: 20px;
}

.m_bl_10 {
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_bl_20 {
	margin-bottom: 20px;
	margin-left: 20px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_20 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_tbl_10 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_tbl_20 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* padding */

.p_10{
    padding:10px;
}

.p_t_10{
    padding-top:10px;
}

.p_r_10{
    padding-right:10px;
}

.p_b_10{
    padding-bottom:10px;
}

.p_l_10{
    padding-left:10px;
}

.Box_Right {
	float: right;
}
.Box_Left {
	float: left;
}
.Box_Center {
	text-align: center;
}

a:link{
  text-decoration:underline;
  color:#3399FF;
}

a:visited{
  text-decoration:underline;
  color:#9966CC;
}

a:hover{
  text-decoration:underline;
  color:#FF6600;
}

a:active{
  text-decoration : none;
}

img{
	height:auto;
	max-width:100%;	
}

#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .copyright {
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#page_contents {
	background-color: #F5F5F5;
	padding-top: 50px;
	padding-bottom: 50px;
}
#page_contents .inner {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#page_head{
	padding-top: 50px;
	padding-bottom: 50px;
}
#page_head h3 {
	font-size: 26px;
	line-height: 2em;
	text-align: center;
	margin-bottom: 20px;
}
#page_head p {
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}
#page_title {
	background-image: url(../../img/title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: 200px;
	width: 100%;
}
#page_title h2 {
	font-size: 32px;
	line-height: 200px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}




/* for table */
#form-tbl {
	margin-bottom: 30px;

}
#form {
	border-collapse: collapse;
	width: 100%;
}
#form th, #form td {
	padding-top: 30px;
	padding-bottom: 30px;
}
#form th {
	width: 230px;
	text-align: left;
	font-size: 16px;
	padding-top: 34px;
	padding-bottom: 34px;
}
#form td {
	padding-left: 30px;
	font-size: 16px;
}


p.msg {

}

form.back {
	margin-top: 2em;
}
#form td input {
	font-size: 16px;
	padding: 5px;
}
#form tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.must1 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #D71315;
	width: 50px;
	float: right;
	text-align: center;
	font-weight: normal;
}
.must2 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #999999;
	width: 50px;
	float: right;
	text-align: center;
	font-weight: normal;
}
.zip_msg {
	width: 340px;
	font-size: 14px;
	float: right;
}
#form tr td label input[type="radio"] {
	padding: 0px;
	vertical-align: baseline;
}
#form tr td label {
	margin-right: 20px;
}
.formbtn,.formbtn2 {
	text-align: center;
	margin-top: 30px;
}

.formbtn input,.formbtn2 input {
	width: 650px;
	height: 120px;
	font-size: 24px;
	cursor: pointer;
}
.formbtn2 input {
	border: 1px solid #FC720F;
	color: #FFFFFF;
	background-color: #FC720F;
}
.formbtn input:hover,.formbtn2 input:hover {
	opacity:0.7;
}
.policy {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	overflow-y: scroll;
	position: relative;
	height: 300px;
}
.policy p {
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
.policy h4 {
	font-size: 16px;
	margin-top: 20px;
}
.policy h3 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
.zip_btn{
	display: inline-block;
	margin-left: 20px;
}
.zip_btn a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FC720F;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	display: block;
	border: 1px solid #FC720F;
}
.zip_btn a:hover {
	color: #FC720F;
	background-color: #FFFFFF;	
}
.indent {
	padding-left: 15px;
	text-indent: -15px;
}
