html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, fieldset, form, label, legend, p {
    margin: 0;
    padding: 0;
}
h1, h2 {
    font-family: 
        "メイリオ",
        "Meiryo",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", 
        "Osaka", 
        "ＭＳ Ｐゴシック", 
        "MS PGothic", 
        sans-serif
}
h1.iconSerial {
    background: url(./search_pict.png) no-repeat 0 0;
}
.isfw_pagebody {
    width: 1200px;
    display: block !important;
    margin: 0 auto;
}
.isfw_pc {
    margin: 0 auto;
}
.isfw_pagebody .isfw_topicpath {
    font-size: 12px;
}
.isfw_topicpath {
    font-size: 12px;
    padding: 10px 0;
}
.isfw_pagebody .isfw_topicpath {
    padding: 10px 0;
}
.isfw_pagebody .isfw_topicpath .topicpath-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.isfw_topicpath .topicpath-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.isfw_topicpath .topicpath-list .topicpath-item + .topicpath-item:before {
    content: ' > ';
    /*content: '\f3d3';*/
    font-family: 'ionicons';
    margin-right: 10px;
}
.isfw_pagebody {
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 12px;
    line-height: 1.5;
}
.isfw_pagebody .isfw_topicpath .topicpath-list .topicpath-item + .topicpath-item:before {
    color: #adb5bd;
    content: ' > ';
    /*ontent: '\f3d3';*/
    font-family: 'ionicons';
    margin-right: 10px;
}
.isfw_pagebody .isfw_topicpath .topicpath-list .topicpath-item {
    display: inline-block;
}
.topicpath-item-bold {
    font-weight: bold;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.isfw_pagebody .isfw_ttlh1 {
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px;
}
.isfw_pagebody .isfw_ttlh1 {
    text-align: center;
}
.isfw_pagebody .isfw_ttlh1 .ttl-item {
    font-size: 30px;
    border: none;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
}
.isfw_pagebody .isfw_ttlh1 .ttl-item::after {
    position: absolute;
    left: calc(50% - 25px);
    bottom: -15px;
    content: '';
    width: 50px;
    height: auto;
    border-bottom: 3px solid #d50225;
}
#contents {
    padding: 20px 10px 30px;
}
#contents {
    /*background-color: #971329e1;*/
    background-color: #FFF;
    padding: 30px 0 30px;
}
#article {
    width: 100%;
}
#article {
    width: 970px;
    margin: auto;
}
#article #mainInner, #article .mainInner {
    padding: 15px 20px;
    border: 5px solid #b50225;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    background-color: #fff;
    -moz-box-shadow: 0 5px 0px 0.3px #971329e1;
    -webkit-box-shadow: 0 5px 0px 0.3px #971329e1;
    box-shadow: 0 5px 0px 0.3px #711721;
}
#article h1 {
    color: #971329e1;
    font-size: 30px;
    padding-bottom: 3px;
    padding-top: 5px;
    border-bottom: 2px solid #971329e1;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 10px;
    line-height: 33px;
}
.mb15 {
    margin-bottom: 15px !important;
    font-size: 16px;
}
.bgGray {
    background-color: #f4f4f4;
    padding: 20px;
}
.mb20 {
    margin-bottom: 20px !important;
}
.formTxt {
    width: 98%;
    padding: 5px 1%;
    font-size: 16px;
}
.input_id-1 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #971329e1;
    border: 2px solid #711721;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 250px;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.mb40 {
    margin-bottom: 40px !important;
}
.pie {
    position: relative;
}
.input_id-1:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer;
}
a {
    text-decoration: none;
}
#msg {
    font-size: 16px;
}
.err-a {
    font-weight: bold;
    text-decoration: underline;
}