@charset "utf-8";
/* CSS Document */
#navi06{background-position:-840px -86px;}
#memberDisp{
	border-color:#c5c4c4;
	border-style:solid;
	border-radius:5px  !important;  
	-webkit-border-radius: 5px  !important;  
	-moz-border-radius: 5px  !important;
	border-width:4px;
	position:relative;
	padding:50px 35px 20px;
}
#TopImg{
	border-bottom:4px solid #efefef;
	padding:0 0 5px;
}
.txt1{
	margin:5px;
	line-height:1.5em;

}
.bosyuBt{
	width:185px;
	float:left;
	margin:10px 14px 0 0;
}
.bosyuBt_R{
	width:185px;
	float:right;
	margin:10px 0px 0 0;
}

.Contact{
}
.Contact th{
	padding:8px 8px 8px 10px;
	text-align:left;
	border-bottom:1px solid #d8d6d6;
	width:150px;
	border-right:1px solid #d8d6d6;
	vertical-align:text-top;
}
.Contact td{
	padding:8px;
	border-bottom:1px solid #d8d6d6;
}


.odd td,.odd th {
	background-color:#fcf0c0;
}
.necessary{
	background-image:url(../../images/contact/hissu.gif);
	width:34px;
	height:18px;
	line-height:18px;
	color:#FFF;
	display:block;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	float:right;
}
.edit_description{
	font-size:11px;
}
.button_block{
	margin:7px 0 18px;
	text-align:center;
}



/* Common */
.edit_errors {
	border:5px solid #EEE;
	background-color:#FFF;
	padding:5px;
	color:#900;
	font-weight:bold;
	margin:10px 0 0 0;
}
.edit_required {
	display:block;
	margin-right:5px;
	float:right;
	color:#F60;

}

.w90P { width:90%}
.w150 { width:150px;}
.w200 { width:200px;}
.w300 { width:300px;}
.ime_a { ime-mode:active;}
.ime_d { ime-mode:disabled;}

/* ==============================
   Form responsive improvement
============================== */

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 90px;
  }

  #contents.w980 {
    width: calc(100% - 20px);
    margin: 0 auto 35px;
  }

  #LeftDisp,
  #RightDisp {
    float: none;
    width: 100%;
  }

  #pankuzu {
    width: calc(100% - 20px);
    margin: 8px auto;
    font-size: 12px;
    line-height: 1.5;
  }

  .h2TT {
    height: auto;
    min-height: 42px;
    line-height: 1.5;
    padding: 10px 12px;
    font-size: 18px;
  }

  #container02 {
    width: 100%;
    padding: 0;
  }

  #container02 .txt1,
  .txt1 {
    margin: 10px 0 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .contact_edit_table,
  .contact_edit_table tbody,
  .contact_edit_table tr,
  .contact_edit_table th,
  .contact_edit_table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .contact_edit_table {
    border-top: 1px solid #d8d6d6;
  }

  .contact_edit_table tr {
    margin: 0 0 12px;
    background: #fff;
    border: 1px solid #d8d6d6;
  }

  .contact_edit_table th {
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid #d8d6d6;
    background: #f5c588;
    font-size: 14px;
    line-height: 1.5;
  }

  .contact_edit_table td {
    padding: 12px;
    border-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
  }

  .edit_required {
    display: inline;
    float: none;
    margin-left: 4px;
  }

  .edit_description {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  input[type="text"],
  select,
  textarea,
  .w120,
  .w150,
  .w200,
  .w300 {
    width: 100% !important;
    max-width: 100%;
    min-height: 42px;
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
  }

  textarea {
    min-height: 120px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    width: auto !important;
    min-height: 0;
  }

  label {
    display: block;
    margin: 0 0 8px;
    line-height: 1.6;
  }

  #zip_code {
    margin-bottom: 8px;
  }

  input[type="button"],
  input[type="submit"] {
    max-width: 100%;
  }

  .button_block {
    margin: 18px 0 28px;
    text-align: center;
  }

  .button_block input[type="button"],
  .button_block input[type="submit"] {
    width: 100% !important;
    max-width: 280px;
    height: 46px !important;
    font-size: 16px;
    font-weight: bold;
  }

  #RightDisp {
    margin-top: 28px;
  }

  #RightDisp .banner {
    display: block;
    max-width: 320px;
    margin: 0 auto 12px;
    text-align: center;
  }

  #bannerDisp2 {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* Confirm / error pages */
@media screen and (max-width: 767px) {
  .contact_info_base {
    width: 100%;
  }

  .contact_info_base h2,
  #container02 h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 16px 0 10px;
  }

  .edit_errors {
    margin: 12px 0;
    padding: 12px;
    border-width: 3px;
    font-size: 14px;
    line-height: 1.7;
  }

  .button_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 16px 0 24px;
  }

  .button_block input[type="button"],
  .button_block input[type="submit"] {
    width: 100% !important;
    max-width: 280px;
    height: 46px !important;
    margin: 0 auto !important;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .sp-fixed-tel {
    display: none;
  }

  body {
    padding-bottom: 24px;
  }
}




