@charset "utf-8";

#main {
  float: none;
  width: auto;
}
#main a {
  text-decoration: underline;
  color: #003281
}
#main .header--type-02 {
  padding: 10px 25px;
  background: #f1efef;
  font-size: 21px;
  text-align: center;
  border-radius: 3px;
}
#main .header--type-02 h2 {font-size: 21px;}
#main .bg-white {
    background: #ffffff;
}

#main .thanks-message {
  font-size: 17px;
  text-align: center;
}
#main .icon--arrow-03 {
  padding: 0 0 0 12px;
  background: url(../images/arrow.png) no-repeat 0 center;
  color: #003281;
}
#main .required{
  background: #FFF6F7;
}

.inquiry_monitor #main .required { 
  background: none;
}

.inquiry_monitor #main span.require {
  color: #ff4753;
}

#main .information {
  padding: 15px;
  border: 1px solid #e3e3e3;
}
#main .information p span{
  color:#a8030e;
}
#main .information #information_att{
  color:#666666;
  font-size:12px;
}
#main .information #information_bg{
  padding:15px 0;
  background-color:#f1efef;
}

#main .information #information_bg ul{
  text-align:center;
}
#main .information #information_bg ul li{
  display:inline;
}
#main .information #information_bg div{
  text-align:center;
}
#main .information #information_bg span{
  padding-left:10px;
  background: url(../images/arrow.png) no-repeat 0 center;
}
#main .information ul#information_list li{
  display:inline;
  margin-right: 30px;
}
#main .information ul#information_list li a{
  padding-left:10px;
  background: url(../images/arrow.png) no-repeat 0 center;
}

/*
#main .information ul li {
  float: left;
}
*/




#main .section-header span {font-size: 14px;}

#main .userinfo {
  border: solid #e5e5e5;
  border-width: 1px 1px 0;
}

#main .userinfo .head {
  border-bottom: 1px solid #e5e5e5;
  background: #707070;
  color: #fff;
  padding: 10px 0 5px 10px;
}
#main .userinfo dl {
  border-bottom: 1px solid #e5e5e5;
}
#main .userinfo dl dt {
  display: table-cell;
  background: #707070;
  width: 145px;
  margin: 0;
  padding: 18px 0 5px 10px;
  color: #fff;
  /*font-weight: bold;*/
  text-align: left;
  vertical-align: top;
}
#main .userinfo dl dd {
  display: table-cell;
  padding: 14px 10px;
}
#main .userinfo dl dd input[type="text"],
#main .userinfo dl dd textarea {
  margin: 0;
  border: 1px solid rgb(169, 169, 169);
}
#main .userinfo dl dd input[type="text"] {
  width: 450px;
  height: 25px;
  margin: 0 10px 0 0;
}
#main .userinfo dl dd input::-webkit-input-placeholder
{
  color: #666;
  margin: 0 auto;
}
#main .userinfo dl dd input::-moz-placeholder
{
  color: #666;
  margin: 0 auto;
}
#main .userinfo dl dd input:-moz-placeholder
{
  color: #666;
  margin: 0 auto;
}
#main .userinfo dl dd input:-ms-input-placeholder
{
  color: #666;
  margin: 0 auto;
}

#main .userinfo dl dd textarea.other {
  opacity: 1;
  position: static;
  border: none;
  width: 605px;
  margin: 5px 5px 5px 15px;
  height: 50px;
  resize: vertical;
}
#main .userinfo dl dd input.short {
  width: 214px;
  margin: 0;
}
#main .userinfo dl dd input.full {
  width: 760px;
  margin: 0;
}
#main .userinfo dl dt.dt01 {height: 67px;}
#main .userinfo dl dt.dt02 {height: 50px;}

#main .userinfo dl dd textarea {
	width: 760px;
	max-width: 425px;
	height: 70px;
	max-height: 200px;
	vertical-align: middle;
}

#main .textarea .userinfo dl dd textarea {
	max-width: 596px !important;
	max-height: 350px !important;
}

#main .userinfo dl dd .search_items {
  padding: 0;
}
#main .userinfo dl dd　.search_items ul li {margin-bottom: 0;}

#main .notice {
  height: 60px;
  padding: 15px;
  border: 1px solid #999999;
  background: #FFFFFF;
  overflow-y: scroll;
}

#main .notice ul.parent li{
  list-style-type: disc;
  margin-left: 1em;
}

#main .notice ul.child li{
  list-style-type: circle;
  margin-left: 1em;
}
/*--------------------------------------------
.block--contact-list-item
---------------------------------------------*/
#main .block--contact-list-item {
  padding: 0 0 15px 0;
}

#main .block--contact-list-item .block--contact-list-item__section-header.item{
	background: #fff;
	color: #000;
}
#main .block--contact-list-item .block--contact-list-item__section-header{
	position: relative;
	background: #707070;
	padding: 0 0 0 16px;
	line-height: 32px;
	height: 31px;
	color: #fff;
}

#main .block--contact-list-item .block--contact-list-item__section-header a{
  text-decoration: underline;
	color: #fff;
}
#main .block--contact-list-item .block--contact-list-item__section-header a:hover{
	color: #A8030E;
}
#main .block--contact-list-item .block--contact-list-item__section-header a:visited{
}


.questionnaire .block--contact-list-item .block--contact-list-item__section-header{
	padding: 12px 14px 11px 10px !important;
	line-height: 1.5 !important;
}

#main .block--contact-list-item .block--contact-list-item__section-header .button--toggle{
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../images/bg_button_toggle_open_section-header.png);
  background-position: center center;
  width: 31px;
  height: 31px;
  border-left: solid 1px #fff;
  cursor: pointer;
}
#main .block--contact-list-item .block--contact-list-item__section-header .button--toggle:hover{
  background-color: #434343;
}

#main .block--contact-list-item .block--contact-list-item__section-header .button--toggle.is--close{
  background-image: url(../images/bg_button_toggle_close_section-header.png);
}

#main .block--contact-list-item .section-body.is--close{
  display: none;
}


/*--------------------------------------------
.search_items
---------------------------------------------*/
.search_items{padding: 15px 15px 0 15px;}
.search_items h4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/bg_button_toggle_close.png);
  background-position: left center;
}
.search_items dl dt{
  display: table-cell;
  background:#707070;
  width:90px;
  padding:10px;
  color:#fff;
  font-weight:bold;
  vertical-align:middle;
}
.search_items dl dd{
  display: table-cell;
  border-top:#e3e3e3 1px solid;
  border-right:#e3e3e3 1px solid;
  border-bottom:#e3e3e3 1px solid;
  width:468px;
  padding:10px 20px;
}
.block-search_items-checked{
  background:#707070;
  padding:20px;
}
.block-search_items-checked textarea{
  width:540px;
  height:60px;
  padding:10px 20px;
}
.block-search_items-checked ul{
  margin-top:10px;
}
.block-search_items-checked li{
  display: inline;
}
.block-search_items-checked li:first-child{
  padding-right:16px;
}
.search_items .border01 {
  border-bottom: 1px dotted #666666;
}

/*--------------------------------------------
input-common
---------------------------------------------*/
.detail label {
  position:relative;
}
.detail.block-text input {
  width:445px;
  padding:10px;
  border:#e3e3e3 2px solid;
}
.detail.block-radio input {
  opacity: 0.0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  outline: none;
  left:0;
  top:0;
}
.detail.block-checkbox input {
  opacity: 0.0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  outline: none;
  left:7px;
  top:35%;
}
.search_items .detail label {
  display: table-cell;
  height: 38px;
  width: 199px;
  vertical-align: middle;
/*  font-weight: bold;*/
  cursor: pointer;
  background: #e3e3e3 url(../images/checkbox.png) no-repeat 10px center;
  padding-left: 30px;
  color:#333333;
}
.search_items .detail.block-radio label {
  background-image: url(../images/radio.png) !important;
}
.search_items .detail label.is--checked {
  background: #a8030e url(../images/checkbox_on.png) no-repeat 10px center;
  color:#fff;
}
.search_items .detail.block-radio label.is--checked {
  background-image: url(../images/radio_on.png) !important;
}


/*--------------------------------------------
input-clm2
---------------------------------------------*/
.search_items .clm1 label {
  height: 60px;
  width: 116px;
}


/*--------------------------------------------
input-clm3
---------------------------------------------*/

.search_items .detail.clm3 ul li {
  display: block;
  float:left;
  margin:0 0 0 11px;
}
.search_items .detail.clm3 ul li:first-child {
  margin-left:0;
}

.search_items .detail.clm3 label {
  height: 60px;
  width: 169px;
}
.search_items .detail.clm3 label.is--checked {
  background: #a8030e url(../images/checkbox_on.png) no-repeat 10px center;
  color:#fff;
}

/*--------------------------------------------
input-clm5
---------------------------------------------*/

.search_items .detail.clm5 ul li {
  display: block;
  float:left;
  margin:0 10px 10px 0;
}
:not(.questionnaire) .search_items .detail.clm5 ul li.nth-child5 {
  margin-right:0;
}

.search_items .detail.clm5 label {
  height: 60px;
  width: 115px;
  font-size: 12px;
}
.search_items .detail.clm5 label.is--checked {
  background: #a8030e url(../images/checkbox_on.png) no-repeat 10px center;
  color:#fff;
}
.search_items .detail.clm5 .full label {
  width: 765px;
}
/*--------------------------------------------
input-clm6
---------------------------------------------*/

.search_items .detail.clm6 ul li {
  display: block;
  float:left;
  margin:0 10px 12px 0;
}

:not(.questionnaire) .search_items .detail.clm6 ul li.nth-child6 {
    margin-right:0;
}

.search_items .detail.clm6 label {
  height: 60px;
  width: 118px;
}
.search_items .detail.clm6 label.is--checked {
  background: #a8030e url(../images/checkbox_on.png) no-repeat 10px center;
  color:#fff;
}


/*--------------------------------------------
input-pulldown
---------------------------------------------*/
.easy-select-box{
  margin-bottom:0;
  text-align:left;
  font-size:12px;
  color:#999;
  padding: 0 10px 0 0;
}
.box-pulldown-inner span{
  display:inline-block;
  vertical-align:bottom;
}

#main .caption {
  font-weight: bold;
  text-align: right;
  padding: 5px 0;
}
.section--support table.inquiry_table {
  width:970px;
}
table.inquiry_table {
  border: solid #e5e5e5;
  border-width: 1px 1px 0;
  margin-bottom:20px;
  line-height:180%;
}
table.inquiry_table span.border {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dotted #CCCCCC;
}
.inquiry_table td.table_inner01 {
  background: #707070;
  width: 200px;
  margin: 0;
  padding: 14px 0 5px 10px;
  color: #fff;
  /*font-weight: bold;*/
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
}
.inquiry_table td.table_inner05 {
  text-align:left;
  padding: 14px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.inquiry_button button {
  margin: 0;
  padding: 0;
}

#errorExplanation ul li {
  color: #cc6666;
}
.inquiry_button button {
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
}

.postcode div.field_with_errors {
  display: inline-block;
}

#main .loginchk_show {
    color: #003281;
    text-decoration: underline;
}

#main .loginchk_show:hover {
    color: #A8030E;
    text-decoration: underline;
    cursor: pointer;
}

#main .asia-product-inquiry{
  display: none;
  background-color: #fff6f7;
}

#main .asia-product-inquiry span{
  display: table;
  background-color: #e3e3e3;
  float: left;
  height: 60px;
  width: 420px;
  margin: 15px;
  padding-left: 30px;
  text-align: center;
}

#main .asia-product-inquiry span a{
  display: table-cell;
  height: 40px;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}
