@charset "utf-8";

/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after {
    display:block;
    clear:both;
}

hr{
  color:#B33E5C;
  border-bottom: 5px double #FF9E55;
  margin-bottom: 1.5rem;
  width: 90%;
}
h3{
  color:#B33E5C;
  border-bottom: 5px double #FF9E55;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
/*----------------------------------------------
	各ページ共通
---------------------------------------------*/
a {
	color: blue;
	text-decoration: underline blue;
}

/*----------------------------------------------
	共通書式
---------------------------------------------*/
.red    { color:#ff0000; }
.blue   { color:#0000ff; }
.orange { color:#ff6600; }
.yellow { color:#FFFF00; }
.white  { color:#ffffff; }
.green  { color:#32C102; }
.black  { color:#0080ff; }


/*----------------------------------------------
	メッセージ
---------------------------------------------*/
.topTitle {
	font-size:2.0rem;
 	text-align:center;
	font-weight:bold;
	padding:7px 6px;
}

form#mail_form .top_message {
	font-size: 0.9em;
	margin:10px 32px 17px 40px;
	padding:0px 0px 0px 0px;
}

dl .notice, 
dl dd .notice {
	font-size:0.9rem;
	line-height:120%;
	margin:15px 0px;
	padding:15px 5px;
	font-weight:normal;
}
dl dd .notice_small {
	font-weight:normal;
	font-size:0.9rem;
	padding-top:10px;
	line-height:120%;
}
dl dd .notice_orange {
	font-size:0.8rem;
	line-height:120%;
	margin:15px 0px;
	padding:15px 5px;
	font-weight:normal;
	color:#ff6600;
	padding-left: 1em;
	text-indent:-1em;
}

dl dt .notice {
	font-size:0.8rem;
	line-height:120%;
	margin:15px 0px;
	padding:15px 5px;
	font-weight:normal;
}

dl dd .annotation {
	font-size:0.86rem;
	line-height:120%;
	text-indent: 1em;
}
@media screen and (max-width:768px) {
form#mail_form .top_message {
	font-size: 0.9em;
	margin: 0px 8px 0px 0px;
	padding:0px 0px 0px 0px;
}

dl dd .annotation {
	font-size:0.86rem;
	line-height:120%;
	text-indent:1em;
}
}

/*----------------------------------------------
	登録ページ
---------------------------------------------*/
.top_area{
    padding: 0;
    background:#FFFFFF;
/*	margin:0 auto;  */
/*	width:48%;  */
/*	width:950px; */
}

.middle_area {
    padding: 15rem 2rem 0rem 2rem;
    margin: 0px 0px 3rem;
}

@media screen and (min-width:769px) {
/*    #content, .top_area, .middle_area { */
/*    .top_area {
 	text-align:right;
    }   */
    .space_time {
	width:62%;
    }
}
@media screen and (max-width:768px) {
/*    #content, */
    .middle_area {
	padding: 2rem 1rem 0rem 1rem;
	width:100%;
    }
    .top_area {
	width:100%;
 	text-align:center;
    }
    .space_time {
        width:0%;
    }
    hr {
        height: 4px;
    }
}


/* 進行バー */
table.progressTable {
    margin : 0 auto;
    width:100%;
    text-align:right;
}
@media screen and (min-width:769px) {
}

.this_time {
    padding-top:3px;
    background-color:#fff; /* #97d5e0 */
    color:#333;
    font-weight:bold;
    text-align:center;
    font-size:15px;
}
.next_step {
    padding-top:3px;
    background-color: #fff; /* #D9DDDD */
    font-weight:normal;
    text-align:center;
    font-size:12px;
    color:#CCCECE;
}

.mt05{
	margin-top:1rem;
	padding-left:10px;
	color:#333;
}

.indent {
    margin:4px 0px 6px 76px;
}
.sub_title {
    font-size:18px;
    font-weight:bold;
    margin-left:64px;
    padding:2px 10px;
    border-left:#FA9600 solid 10px; /* #ff8a08*/
/*    opacity:0.3; */
}

#requiredPayment,
.required {
	font-size: 57.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
	padding: 0px 5px 0px 5px;
	background: #ff0000;
	border-radius: 4px; 
	color:#fff;
}

dl dd .example {
	font-size:0.8rem;
	line-height:120%;
	font-weight:normal;
}

.agreement_button {
	font-weight:bold;
	font-size: 1.1em;
}
/* エラー対応 */
form#mail_form .error {
/*	font-size:small; */
	font-size: 0.8em;
	color:#fff;
	width:91%;
	padding: 0px 5px 0px 5px;
	background: #ff2929;
	border-radius: 4px;
}

/* SP版のみ改行 */
br.sp_br{
   display: none;
}
@media screen and (max-width:768px) {
   br.sp_br {
      display: inherit;
   }
}

/* PC版のみ改行 */
br.pc_br{
   display: inherit;
}
@media screen and (max-width:768px) {
   br.pc_br {
      display: none;
   }
}

.mt06 {
	font-size:1.0rem;
	font-weight:bold;
	color:#0000ff;
}
/*----------------------------------------------
	確認ページ　未使用
---------------------------------------------*/
.indent_cfm {
    margin:4px 0px 6px 76px;
}


.sub_title_cfm {
    font-size:18px;
    margin-left:64px;
    padding:2px 10px;
    border-left:#e1e1e1 solid 6px;
}

.itemr {
    color: #fff;
    width:26%;
    padding-top:5px; 
    padding-left:18px; 
/*    background-repeat: no-repeat; */
    background-position: left center;
    background-color: #3399CC; /* #000099; */
/*    background-image: url(../images/bg_menu_s01.png);
    border-bottom:1px solid #fff; */
}
.bottomMessage {
    color:#ff0000;
    text-align:center;
    font-weight:bold;
}
@media screen and (max-width:768px) {
.bottomMessage {
    text-align:left;
}
}

/*----------------------------------------------
	完了ページ
---------------------------------------------*/
.itemr-complete {
    color: #fff;
    width:26%;
    padding-top:5px; 
    padding-left:8px; 
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #3399CC;
/*    background-image: url(../images/bg_menu_s01.png); */
}

.value {
    padding-top:5px; 
    padding-left:6px;
}

.infoTB {
	border-collapse:separate;
	border-spacing:1px;
}
.completeBox {
	text-align:left;
	width:66%; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	padding: 12px 12px 10px 12px;
	background-color: #F5F5F5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}
form#mail_form .officeInfo {
	margin-right: 0;
	margin-left: auto;
 	font-size: 0.8em;
        line-height:130%;
	width: 370px;
	display: block;
}
.officeInfo .inquiry {
	font-weight:bold;
}

@media screen and (max-width:768px) {
form#mail_form .officeInfo {
	font-size: 0.8em;
	text-align:left;
	width: 100%;
	margin: 0 auto;
        line-height:130%;
}
}

/*----------------------------------------------
	Form input button
---------------------------------------------*/
table td .ex {
	padding-left:6px;
	font-size:0.7rem;
}
table td .exbold {
	font-weight:bold;
	padding-left:6px;
	font-size:0.7rem;
}

form#mail_form input[type="text"],
form#mail_form input[type="password"] {
	font-size:100%;
	height:1.6em;
	padding: 1px 3px;
	width: 90%; 
	outline:none;
}
form#mail_form input[type="file"] {
	font-size:100%;
	height:2.0em;
	padding: 1px 3px;
	width: 90%; 
	outline:none;
}
form#mail_form input#familyname, 
form#mail_form input#givenname,
form#mail_form input#kana_family, 
form#mail_form input#kana_given,
form#mail_form input#zip {
	width: 20%;
}
form#mail_form input#tel {
	width: 40%;
}

form#mail_form input#amount_total {
	width: 18%;
}
form#mail_form input#apply_number {
	width: 8%;
}

/*
*/

/* form#mail_form button, */
form#mail_form input[type="button"],
form#mail_form input[type="submit"] {
	cursor:pointer;
	font-size: 1.3em;
	margin-bottom: 17px;
	padding: 5px 16px;	/*ボタン内の余白*/
	border-radius: 6px;	/*角丸のサイズ*/
	background: #c9c9c9; 
	background: -webkit-linear-gradient(#FFF, #c9c9c9); 	/*グラデーション*/
	background: linear-gradient(#FFF, #c9c9c9);			/*同上*/
	font-weight: bold;
/*	letter-spacing: 0.1em;	*/ /*文字間隔を少し広くする設定*/
/*	font-family: inherit; */
	border: 1px solid #c9c9c9; 
}
/*ボタンのマウスオン時の設定*/
form#mail_form input[type="button"]:hover,
form#mail_form input[type="submit"]:hover {
	background: #FFF; 	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#c9c9c9, #FFF);	/*グラデーション*/
	background: linear-gradient(#c9c9c9, #FFF);	 		/*同上*/
	cursor:pointer ; 
}
form#mail_form input[type="button"]#paymentClear {
	cursor:pointer;
	font-size: 0.9em;
	padding: 2px 4px;
	border-radius: 6px;
	font-weight: normal;
/*	border: 1px solid #c9c9c9; */
}

form#mail_form input[type="button"]#paymentClear:hover {
	background: #FFF; 
	background: -webkit-linear-gradient(#c9c9c9, #FFF);
	background: linear-gradient(#c9c9c9, #FFF);
	cursor:pointer ; 
}

/* ********************************
   エラーページ 
********************************* */
.errorBox {
	text-align:left;
	width:90%; 
	margin:0 auto;
/*	margin-left:auto;margin-right:auto; */
	margin-top:5px;
	margin-bottom:60px;
	padding: 12px 12px 10px 12px;
	background-color: #F5F5F5;
	font-size: 1.1em;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}

.loginbox {
	text-align:left;
	width:66%; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	padding: 12px 12px 10px 12px;
	background-color: #F5F5F5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}

.errorTitle {
	padding: 32px 100px;
	margin-left:35px;
	font-size: 1.2em;
}
/*
dl dd select.province {
	width: 300px;
	padding-left: 12px;
}
dl.formCate dd appli_number {
	width: 100px;
}
*/
/* mac Safari ***************************** */
select {
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* 標準 */
  text-align: center;
  text-align-last: center;
}
select.province {
	width: 110px;
	height: 32px;
}
select.appli_number{
	width: 66px;
	height: 32px;
/*	font-size: 0.9em; */
	text-align: center;
	text-align-last: center;
}
select.month,
select.year {
	text-align:center;
	width: 60px;
	height: 30px;
/*	font-size: 0.7em; */
}
.select-css {
    display: inline-block; width: auto;
    font-size: 1.3rem;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
    border: 1px solid #b6b6b6;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

