@charset "shift_jis";

.footer01-link-list01 > li::before { content: "b"; }
.footer01-link-list03 > li::before { content: "b"; }


.btn-wrap a,
.btn-wrap input{
	margin:0 4px;
}

.btn-wrap a:hover,
.btn-wrap input:hover {
		text-decoration: none;
		opacity: 0.6;
}

a.a-link-line{
    color:#1b4584;
    text-decoration:underline;
}

a:hover.a-link-line{
    text-decoration:none;
}

.inquirie-items{
    border-top:1px solid #e0e0e0;
}

.inquirie-items li{
    border-bottom:1px solid #e0e0e0;
}

.inquirie-items li a{
    display:block;
    font-size:1.4rem;
    padding:28px 30px 28px 57px;
    background:url(../images/ic_q.png) 20px center no-repeat;
    position:relative;
}

.inquirie-items li a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    content: '';
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -ms-transform: rotate( -45deg );
    -webkit-transform: rotateZ( -45deg );
    -ms-transform: rotateZ( -45deg );
    transform: rotateZ( -45deg );
}
.inquirie-items li a:hover {
    opacity: 0.6;
    text-decoration:none;
}

.btn-return {
    position: relative;
    display: inline-block;
    width: 220px;
    padding: 15px;
}
.btn-return::after {
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    content: '';
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -ms-transform: rotate( 135deg );
    -webkit-transform: rotateZ( 135deg );
    -ms-transform: rotateZ(135deg );
    transform: rotateZ( 135deg );
}

.box-inquiries,
.textarea_inquiries{
    width:800px;
    height:200px;
    padding:12px;
    border:1px solid #e0e0e0;
    font-size:1.4rem;
    text-align:left;
    margin:0 auto;
    box-sizing: border-box;
}

#inquiries-num{
    color:#d50000;
    font-size:1.4rem;
    font-weight:bold;
}

.informationcenter{
    margin-left:auto;
    margin-right:auto;
    width:548px;
    padding:20px 20px;
    border:1px solid #e0e0e0;
    box-sizing: border-box;
    display:table;
    font-size:1.4rem;
    text-align:left;
}

.informationcenter-l{
    width:230px;
    border-right:1px solid #e0e0e0;
    display:table-cell;
    vertical-align:middle;
    background:url(/pc/common/images/cmn_ico_info.png) 0 0 no-repeat;
    min-height:40px;
    height:40px;
    padding:0 0 0 46px;
    box-sizing: border-box;
}

.informationcenter-l-tit{
    font-size:1.2rem;
    color:#333;
}

.informationcenter-l-tel{
    font-size:2.1rem;
    color:#1b4584;
    font-weight:bold;
}

.informationcenter-r{
    width:280px;
    display:table-cell;
    vertical-align:middle;
    box-sizing: border-box;
    padding:0 0 0 20px;
    min-height:40px;
}