

.block1 {
    position: relative;
}

.text_blue {
    color: #0068B7;
    font-size: 18px;
    font-weight: bold;
}

.top_title {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

h3 {
    font-size: 20px;
    color: #000;
}

.box_b{
    width: 15px;
    height: 15px;
    background-color: #0068B7;
    margin-right: 5px;
}

.block1_text {
    margin: 0 auto;
}

.block1_text ul li {
    display: inline-block;
}

.block1_text ul{
  margin-top: 20px;
}



.catalog_link {
    width: 750px;
    height: 60px;
    margin: 15px auto 0;
    padding: 0 50px;
    border: solid 1px #0068B7;
    line-height: 60px;
    box-sizing: border-box;
    position: relative;
}

.catalog_link a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.catalog_link span {
    width: 250px;
    height: 60px;
    background: #0068B7;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    right: 0;
}

h4.catalog_type {
    width: 750px;
    margin: 30px auto 0;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: bold;
    background: #d2d2d2;
    box-sizing: border-box;
}


/* フォーム */
table {
    margin: 25px auto 0;
}

input[type="text"] {
    width: 400px;
    padding: 3px 5px;
    border: solid 1px #c8c8c8;
    font-family : inherit;
}

 textarea {
    width: 400px;
    padding: 3px 5px;
    border: solid 1px #c8c8c8;
    font-family : inherit;
}

select {
    border: solid 1px #c8c8c8;
    padding: 0 5px;
    font-family : inherit;
    height: 25px;
}

input[type="submit"] {
    width: 300px;
    margin: 20px auto 0;
    padding: 14px 0;
    font-family : inherit;
    cursor: pointer;
    background: #0068B7;
    border: none;
    color: #fff;
    font-size: 1.1em;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

table#catalogue td {
    width: 33%;
    border-right: solid 1px #fff;
}

table#catalogue td:last-child {
    border: none;
}

table#catalogue td h5 {
    font-size: 1.1em;
    font-weight: bold;
}

table#catalogue td h5 .blue {
    color: #0068B7;
    margin: 0 3px 0 0;
}


.confor_bt_top_mg{
    margin-top: 20px !important;
}

.securimage input{
    width: 150px;
    margin-top: 10px;
}
.securimage img{
    width: 150px;
    height: 50px;
}
.error {
    border: 1px solid #dd3333;
    width: 60%;
    margin: 30px auto;
    padding: 10px;
    color: #dd3333;
    border-radius: 4px;
    background-color: #ffffff;
}
