@charset "utf-8";

/* CSS Document */

h1 {
    text-align: center;
    font: bold 28px "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

section {
    margin-bottom: 40px;
}

.ttl_sec {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    color: #787878;
    padding: 0 3%;
}

.ttl_sec::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 17px;
    height: 28px;
    background: url(../../images/icon_gray.png) top no-repeat;
}

a {
    text-decoration: underline;
    color: blue;
}
/*==============================
#hall
==============================*/
.box_hall {
    margin: 0;
    padding: 10px 0 30px;
}

.box_hall:nth-of-type(odd) {
    background: #D4E1F5;
}

/*==============================
#item
==============================*/

.btn_accordion_item {
    display: block;
    margin: auto;
    border-radius: 5px;
    background: #17558E;
    text-decoration: none;
    text-align: center;
}

.inner_btn_accordion_item {
    display: table-cell;
    vertical-align: middle;
    width: 768px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #120EAC;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn_accordion_item+.list_item {
    display: none;
}

/* clearfix
-----------------------------------*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */

.box_hall h3 {
    color: #666;
    font-size: 16px;
}

.box_hall table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
}

.box_hall table td {
    background: #FFF;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
    width: 50%;
    text-align: center;
    font-size: 12px;
}

.red {
    color: #f00;
}

.fs18 {
    font-size: 18px;
}

.emphasis {
    font-weight: bold;
    font-size: 22px;
}

.ttl_item {
    font-size: 18px;
    color: #787878;
    border-bottom: 3px solid #787878;
    margin: 30px 0 0;
}

.list_item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list_item li {
    padding: 15px 0;
    border-top: 1px dashed #000;
    line-height: 1.2;
}

.list_item li:first-child {
    border-top: none;
}

.name_item {
    font-size: 18px;
    font-weight: bold;
}

.list_item li img {
    float: left;
    width: 30%;
    padding-right: 5%;
}

a.item_sound {
    display: block;
}

.wrap_img {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.wrap_img img {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
}

.wrap_img img:first-child {
    margin-bottom: 5px;
}

#smoke {
    color: #999;
}

#smoke img {
    width: 100%;
    height: auto;
}

.sup_desc_item {
    margin: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

#item_video .name_item,
#item_other .name_item {
    border-bottom: 1px solid #666;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#item_sound .wrap_text {
    color: #000;
}

#item_video .wrap_text,
#item_other .wrap_text {
    color: #666;
}

.wrap_text {
    width: 65%;
    float: right;
}

.txt_indent span {
    text-indent: -1em;
    margin-left: 1em;
    display: inline-block;
}

.step_title {
    color: #5a290b;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.step_title span {
    background: #5a290b;
    border: 3px double #fff;
    color: #fff;
    padding: 3px 5px 3px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    margin-top: -5px;
}

.text-center {
    text-align: center;
}

.step_arrow {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

@media screen and (max-width:340px) {
    h1 {
        font-size: 26px;
    }

    .ttl_sec {
        font-size: 20px;
    }

    .step_title {
        font-size: 16px;
    }
}
