@charset "utf-8";

/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after {
/*    content:" "; */
    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%;
}
/*----------------------------------------------
	各ページ共通
---------------------------------------------*/
img {width: 90%;}

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:14px 6px;
}

form#mail_form .top_message {
	font-size: 1.1em;
	padding:0px 0px 0px 0px;
	width:80%;
        margin: 10px auto;

}

dl .notice, 
dl dd .notice {
	font-size:1.0rem;
	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 {
	width:86%;
        margin: 10px auto;
	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 {
    margin: 0px 0px 3rem;
    padding: 0rem 0rem 0rem 0rem;
}

@media screen and (min-width:769px) {
    .space_time {
	width:62%;
    }
}
@media screen and (max-width:768px) {
    #content, .middle_area {
	padding: 0rem 1rem 0rem 1rem;
	width:98%;
    }
    .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;  
    color:#b75266;
    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:#C0C0C0; /* #CCCECE */
}

.mt05{
	margin-top:1rem;
	padding-left:10px;
	color:#333;
}
.mt06 {
	font-size:1.0rem;
	font-weight:bold;
	color:#0000ff;
}

.indent {
    margin:4px 0px 6px 76px;
}
.sub_title {
    font-size:16px;
    font-weight:bold;
    margin-left:64px;
    padding:2px 10px;
    border-left:#c30f23 solid 10px; /* #0080CB*/
/*    opacity:0.3; */
}
.required {
	font-size: 57.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
	padding: 0px 5px 0px 5px;
	background: #ff78a0;
	border-radius: 4px; 
	color:#fff;
}
.agreement_button {
	font-weight:bold;
	font-size: 1.1em;
}
/* エラー対応 */
form#mail_form .error {
	font-size:small;
	color:#fff;
	width:91%;
	padding: 0px 5px 0px 5px;
	background: #ff2929;
	border-radius: 4px;
}

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

/*----------------------------------------------
	確認ページ　未使用
---------------------------------------------*/
.indent_cfm {
    margin:4px 0px 6px 76px;
}


.sub_title_cfm {
    font-size:16px;
    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 {
    color:#ff0000;
    text-align:left;
    font-weight:bold;
}
}

/*----------------------------------------------
	完了ページ
---------------------------------------------*/
.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;
}
.officeInfo {
        line-height:130%;
	width: 320px;
}
form#mail_form .officeInfo {
        line-height:130%;
	margin-right: 0;
	margin-left: auto;
 	font-size: 0.8em;
	display: block;
}
.prohibition {
	font-size: 1.0em;
	padding:20px 0px 0px 4px;
}

.officeInfo .inquiry {
	font-weight:bold;
}

@media screen and (max-width:768px) {
.officeInfo {
	width: 86%;
}
form#mail_form .officeInfo {
	margin: 5px auto;
/*  	font-size: 0.8em; */
}
}

/*----------------------------------------------
	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"] {
	box-sizing: border-box;
	padding: 0.2em;
	border: 1px solid #b6b6b6;
	border-radius: 4px;
}
form#mail_form input#familyname, 
form#mail_form input#givenname,
form#mail_form input#kana_family, 
form#mail_form input#kana_given {
	width: 20%;
}
form#mail_form input#amount_total {
	width: 20%;
}

select {
	height:1.8em;
	outline:none;
}

/* ********************************
   エラーページ 
********************************* */
.errorBox {
	text-align:left;
	width:90%; 
	margin:0 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;
}
.errorDetail {
	padding: 32px 100px;
	margin-left:35px;
	font-size: 1.2em;
	color: #FF0000;
}
.errorAuth {
	margin-left:35px;
	font-size: 1.0em;
	color: #FF0000;
}

