@charset "utf-8";

.contact_top_info_area {
    background-color: #f7f7f7;
    padding: 40px 0 55px;
}
.contact_top_info_lead {
    margin-bottom: 30px;
}
.contact_top_info_box {
    margin-bottom: 40px;
}
.contact_top_btn a {
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 20px 5px 20px 45px;
    text-align: center;
    border: 1px solid #000;
}
.contact_top_btn a:before {
    font-family: 'icomoon' !important;
    content: "\f0e0";
    display: block;
    left: 5px;
}
.contact_top_btn a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    transition: 0.2s ease;
}
.contact_top_btn {
    margin-bottom: 25px;
}
.contact_top_tel_txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact_top_tel_borderbox span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px;
    line-height: 1;
}
.contact_top_freedial_num {
    font-size: 3.0rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 45px;
    background-image: url(../img/common/freedial.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.contact_pay_phone_lead {
    font-size: 1.4rem;
    margin-bottom: 24px;
}
.contact_pay_phone_num {
    margin-bottom: 18px;
}
.contact_pay_phone_num dt {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.contact_pay_phone_num dd {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    vertical-align: middle;
}
.contact_pay_phone_info dt {
    float: left;
    width: 90px;
    margin-bottom: 5px;
}
.contact_pay_phone_info dd {
    float: left;
    width: calc(100% - 90px);
    margin-bottom: 5px;
}
.contact_top_faq_box {
    margin-bottom: 30px;
}
.contact_top_faq_list {
    padding-top: 20px;
}
.contact_important_link {
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
}
.contact_important_link a {
    display: block;
    padding: 20px 0;
    position: relative;
    transition: 0.2s ease background-color;
}
.contact_important_link a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}
.contact_important_link a:after {
    position: absolute;
    content: "\f105";
    font-family: 'icomoon' !important;
    font-size: 2.0rem;
    line-height: 1;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.contact_top_btn_online {
    margin-top: 30px;
}
@media screen and (min-width: 480px) {
    .contact_top_freedial_title {
        float: left;
    }
    .contact_top_freedial_num {
        float: left;
        margin: 5px 0 0 15px;
    }
    .contact_pay_phone_num {
        float: left;
    }
    .contact_pay_phone_num:first-child {
        margin-right: 20px;
    }
}
@media print, screen and (min-width: 768px) {
    .contact_top_btn_online {
        width: 50%;
        padding-right: 22px;
    }
    .contact_top_info_lead {
        text-align: center;
        margin-bottom: 50px;
    }
    .contact_top_info_box {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    .contact_top_info_box:first-child {
        padding-right: 22px;

    }
    .contact_top_info_box:last-child {
        padding-left: 22px;
        border-left: 2px solid #7c7c7c;
    }
    .contact_top_freedial_num {
        margin: 15px 0;
    }
    .contact_top_faq_wrap {
        margin: 0 -15px;
    }
    .contact_top_faq_box {
        float: left;
        width: 33.3%;
        padding: 0 15px;
    }
    .contact_important_link a {
        padding: 50px 0;
    }
}
@media print, screen and (min-width: 992px) {
    .contact_top_btn a:before {
        left: 15px;
    }
    .contact_top_freedial_num {
        margin: 5px 0 0 15px;
    }
    .contact_top_faq_wrap {
        margin: 0 -20px;
    }
    .contact_top_faq_box {
        padding: 0 20px;
    }
}



table.basic {
	margin:0px 0px 0px 0px;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	border-spacing: 0px;
	background-color: #ffffff;
	empty-cells: show;
}
table.basic th {
	padding: 10px;
	width:220px;
	border-bottom: 1px solid #cfcfcf;
	background-color: #F6F6F6;
	text-align: left;
	vertical-align: middle;
}
table.basic th.cell-highlight-01 {
	background-color: #a8c4e1;
}
table.basic td {
    width: auto !important;
    display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #cfcfcf;
}



table.basic td .noborder{
	border-bottom: 0px;
	margin: 0;
	padding-left: 0;
}


/* 2018/04 */
.flex_wrap{
  display: flex;
  justify-content: space-between;
}
.flex_wrap .contact_top_btn_online{
  padding: 0;
  width: 49%;
}
.flex_btn{
  margin-bottom: 0;
  height: calc(100% - 25px);
  display: flex;
  justify-content: center;
}
.flex_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .flex_wrap{
    flex-flow: column;
    align-items: center;
  }
  .flex_wrap .contact_top_btn_online{
    width: 100%;
  }
}
