@charset "UTF-8";

 .info h1{
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 5px solid #ececec;
  margin-bottom: 40px;
}

.info h2{
    text-align:center;
}

.info h3{
    margin-bottom:10px;
    font-size:20px;
}

.info h4{
    padding:5px;
    margin-bottom:20px;
    font-size:17px;
    background-color:#f4f4f4;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.info h5{
    padding:5px 0;
    margin-bottom:10px;
    font-size:14px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.info h5.sttl_tx{
    padding:5px 0;
    margin-bottom:10px;
    font-size:14px;
    border-top:none;
    border-bottom: 1px dotted #ccc;
}

#contents_1column{
    width: 980px;
    margin: 0 auto;
}

.info #contents_1column p{
    margin-bottom:20px;
}

.info #contents_1column ul{
    margin-bottom:20px;
}

.info #contents_1column .link_back{/* 20150623 */
    width:200px !important;
}

.info table{
    width:100%;
    margin:0 0 20px 0;
    text-align:left;
}

.info table table{
    width:70%;
    margin:0;
}

.info table th {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #fff;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    width: 18%;
}
.info table th.caption {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #fff;
    font-weight: normal;
    padding: 4px 10px 0;
    text-align: left;
    width: auto;
}
.info table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 15px;
}
.info table .intable {
    border-top: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.info table .intable th {
    border-bottom: 1px solid #ccc;
    border-right: medium none;
    line-height: 150%;
    padding: 6px 12px;
    text-align: left;
    white-space: nowrap;
    width: auto;
}
.info table .intable td {
    border-bottom: 1px solid #ccc;
    line-height: 150%;
    padding: 6px 12px;
    white-space: nowrap;
    width: auto;
}

/******************************
#info_privacypolicy
******************************/
#info_privacypolicy{
    font-size:13px;
}

#info_privacypolicy .privacypolicy_top{
    width:650px;
    margin:0 auto 20px auto;
}

#info_privacypolicy .privacypolicy_top .right{
    padding-top:20px;
}

#info_privacypolicy .privacypolicy_top p{
    margin-bottom:10px;
}

#info_privacypolicy table{
    margin:0 auto 40px auto;
    border-top: 1px solid #ccc;
}

#info_privacypolicy table td{
    padding:5px;
    vertical-align:middle;
}

#info_privacypolicy ul li{
    margin-bottom:5px;
}

#info_privacypolicy ul li:before{
    content:"-";
    margin-right:5px;
}

.info_contactus .frame{
    padding:20px;
    width: 80%;
    margin: 0 auto;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}


.info_contactus .inner div {
    text-align: center;
    width: 50%;
}

.info_contactus .inner p.tel {
    font-size: 28px;
}


img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    padding-bottom: 3px;
}

.btn {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    width: 240px;
    margin: 0 auto;
}

p.btn_arbx:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
    text-decoration: none;
}

.sttl{
    font-weight: bold;
    margin-bottom: 10px !important;
}

p.tel {
    font-size: 28px;
}