@charset "utf-8";

/* -------------------------------------------------------------------------
特設サイト用
 common.css
テーマカラー：#eb7326
背景カラー：#f5f5f5
------------------------------------------------------------------------- */

body{
    font-family:verdana, arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust:none;
    color:#2d2c2d;
    position:relative;
    background-color: #fff;
    overflow-x: hidden;
    text-align: center;
}

img {
    vertical-align:bottom;
    max-width: 100%;
    height: auto;
}

.float_left,
.float-left {
    float: left;
}

.float_right,
.float-right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.sp_display,
.sp-display {
    display: none;
}

.sp_none,
.sp-none {
    display: block;
}

a {
    color:#eb7326;
    text-decoration: underline;
}

/* header
------------------------------------------------- */
.header {
    background-color: #eb7326;
}

.header_inner {
    margin: 0 auto;
    max-width: 960px;
}

.header_inner h1 {
    padding: 2em 0;
}

.global_nav ul {
    padding-left: 64px;
    font-weight: bold;
    overflow: hidden;
    zoom: 1;
}

.global_nav .btn_menu {
    display: none;
}

.global_nav ul li {
    float: left;
    font-size: 123.1%;
}

.global_nav ul li a {
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    padding: 15px 40px;
    color: #fff;
}

.global_nav ul li a:hover {
    text-decoration: underline;
}

.global_nav ul li.active a {
    background-color: #f5f5f5;
    color: #2d2c2d;
}

.global_nav ul li.active a:hover {
    text-decoration: none;
}

/* content
------------------------------------------------- */
.content_wrap {
    background-color: #f5f5f5;
    padding: 3em 0 6em;
    overflow: hidden;
    zoom: 1;
}


.content_wrap a:link,
.content_wrap a:visited {
    color: #eb7326;
}

.content_wrap a:hover,
.content_wrap a:active {
    color: #fff !important;
    background-color: #eb7326 !important;
}

.content_wrap_inner {
    margin: 0 auto;
    max-width: 960px;
}

.main {}
.side {}

/* 2カラム */
.two_column_main {
    /*width: 640px;*/
    width: 66.6%;
    float: left;
    text-align: left;
}

.two_column_right {
    /*width: 288px;*/
    width: 30%;
    float: right;
    text-align: left;
}

/* 3カラム */
.three_column_left {
    /*width: 198px;*/
    width: 20%;
    float: left;
    text-align: left;
    margin-right: 24px;
}

.three_column_sp {
    display: none;
}

.three_column_main {
    /*width: 515px;*/
    width: 53.6%;
    float: left;
    text-align: left;
    margin-right: 25px;
}

.three_column_right {
    width: 20%;
    float: left;
    text-align: left;
}


/* 枠 */
.entry,
.comment_list,
.comment_form,
.trackback,
.side_block {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 1.6em;
    border: 1px solid #efefef\9;
}

/* entry
------------------------------------------------- */
.entry {
    padding-top: 3em;
}

.entry time {
    font-size: 84.6%;
    display: block;
    padding: 0 50px .5em;
}

.entry .entry_title {
    border-bottom: 3px double #eb7326;
    font-size: 260%;
    font-weight: normal;
    padding: 0 50px 1.3em;
    font-weight: bold;
}

.entry_body {
    padding: 50px 50px 30px;
    line-height: 2.2em;
}

.entry_body h3 {
    font-size: 169.2%;
    border-bottom: 1px solid #eb7326;
    padding-bottom: .5em;
    margin-bottom: 1em;
}

.entry_body h4 {
    font-size: 123.1%;
    margin-bottom: .5em;
}

.entry_body p {
    margin-bottom: 2em;
}


.entry_body .width-half {
    width: 48%;
}

.entry_body ul {
    margin-bottom: 2em;
}

.entry_body ul li {
    margin-bottom: .2em;
    position: relative;
    padding-left: 12px;
}

.entry_body ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    left: 3px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background: #cccccc;
}

.entry_body ol {
    margin: 0 0 1.5em 23px;
    list-style-type: decimal;
}
    
.entry_body ol li {
    margin-bottom: .2em;
}

.entry_footer {
    overflow: hidden;
    zoom: 1;
    margin: 0 50px 0;
    padding-bottom: 3.3em;
}

.entry_footer .share-btn {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.entry_footer .share-btn .btn_twitter {
    float: left;
    margin-right: -30px;
}

.entry_footer .share-btn .btn_facebook {
    float: left;
}

.entry_footer .cmtb {
    float: right;
    font-size: 84.6%;
}

/* table */
.entry_body table {
    width: 100%;
}

.entry_body table th {
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
    padding: 5px 5px 5px 20px;
    width: 20%;
    font-weight: normal;
}

.entry_body table td {
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 20px;
}

/* pager
------------------------------------------------- */
.pager {
    text-align: center;
    padding: 1em 0 3.5em;
}

.pager a {
    display: inline-block;
    color: #fff;
}

.pager a:link,
.pager a:visited {
    color: #fff;
    text-decoration: none;
}

.pager a:hover,
.pager a:active {
    color: #fff;
    text-decoration: underline;
}

.pager span a {
    width: 20px;
    height: 30px;
    line-height: 30px;
    background: #eb7326;
    border: 1px solid #eb7326;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #fff;
    padding: 0 5px;
}

.pager span a.current_page_number {
    background: #fff;
    color: #2d2c2d;
}

.pager span a.current_page_number:link,
.pager span a.current_page_number:visited {
    text-decoration: none;
}

.pager a.prev,
.pager a.next {
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #eb7326;
}

.pager a.prev {
    margin-right: 15px;
    padding-right: 17px;
    padding-left: 25px;
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.pager a.next {
    margin-left: 15px;
    padding-right: 25px;
    padding-left: 17px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/* comment
------------------------------------------------- */
.comment_list,
.comment_form {
    padding: 50px 50px;
    line-height: 2.2em;
}

.comment_list h3,
.comment_form h3 {
    font-size: 169.2%;
    border-bottom: 1px solid #eb7326;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
}

.comment_list h3 .fa-comments,
.comment_form h3 .fa-comments {
    font-size: 145%;
    margin-right: 5px;
    color: #eb7326;
}

.comment_list h4 {
    font-size: 123.1%;
}

.comment_list .comment_one {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 2em;
}

.comment_list .comment_one:last-of-type {
    margin-bottom: 0;
}

.comment_list .comment_one p {
    margin-bottom: 2em;
}

.comment_list .comment_one .comment_one_header {
    margin-bottom: .5em;
}

.btn_comment_more {
    display: none;
}
.comment_form table {
    width: 100%;
}

.comment_form table th {
    font-weight: bold;
    font-size: 123.1%;
    width: 25%;
    vertical-align: middle;
    padding: .6em 0;
}

.comment_form table td {
    width: 75%;
    text-align: left;
    padding: .6em 0;
}

.comment_form table tr:first-child th,
.comment_form table tr:first-child td {
    padding-top: 0;
}

.comment_form table tr:last-child td {
    text-align: center;
}

.comment_form table td input[type="text"],
.comment_form table td textarea {
    padding: .7em 2% .7em 2%;
    width: 96%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

.comment_form table td input[type="submit"] {
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #eb7326;
    border: none;
    color: #fff;
    padding-left: 25px;
    padding-right: 17px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
}

/* trackback
------------------------------------------------- */
.trackback {
    padding: 2em 50px 2.3em;
}

.trackback h3 {
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: .5em;
}

.trackback input {
    padding: .7em 0 .7em 2%;
    width: 99%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

/* side
------------------------------------------------- */
.side_block {
    padding: 0 25px 25px;
}

.side_block h3 {
    border-top: 2px solid #eb7326;
    padding-top: 1em;
    margin-bottom: .8em;
    font-size: 123.1%;
}

/* search */
#search #textfield {
    padding: .4em 0;
    border: 1px solid #ccc;
    border-right: none;
    width: 79%;
}

#search .search_button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: .5em 0;
    height: 28px\9;
    background-color: #eb7326;
    background-image: url(../img/btn-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    width: 20%;
    cursor: pointer;
}

/* twitter widget */
.twitter_block {
    margin-bottom: 1.6em;
}

.twitter_block iframe{
    height: 400px;
}

/* calender */
#calendar_wrap .caption {
    text-align: center;
    padding-top: 1em;
    padding-bottom: .7em;
}

#calendar_wrap .prev {
    padding-right: 10px;
    font-size: 80%;
}

#calendar_wrap .next {
    padding-left: 10px;
    font-size: 80%;
}

#calendar_wrap .current_month {
    font-weight: bold;
}

.calendar_table {
    width: 100%;
}

.calendar_table th,
.calendar_table td {
    text-align: center;
    padding: 10px 0 0;
}

.calendar_table thead th {
    padding: 8px 0;
}

.calendar_table thead tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.calendar_table thead tr th {
    font-weight: normal;
}

.calendar_table .Saturday{
    color: #3a71ed;
}

.calendar_table .Sunday{
    color: #eb7326;
}


/* side_list */
.side_list ul {}

.side_list ul li {
    border-bottom: 1px dotted #ccc;
    padding: .8em 0 1em;
    line-height: 1.5em;
}

/* side_banner */
.side_banner {
}

.side_banner p {
    margin-bottom: .8em;
}


/* footer
------------------------------------------------- */
.footer {
    background-color: #eb7326;
    color: #fff;
    padding: .4em 0 .6em;
}

@media screen and (max-width: 768px) {
    .sp_display,
    .sp-display {
        display: block;
    }
    
    .sp_none,
    .sp-none {
        display: none;
    }

    .header_inner,
    .content_wrap_inner {
        width: auto;
    }

    .content_wrap {
        padding-bottom: 30px;
    }

    .two_column_main,
    .two_column_right {
        width: auto;
        float: none;
        padding: 0px 10px;
        text-align: left;
    }

    .three_column_left,
    .three_column_main,
    .three_column_right,
    .three_column_sp {
        width: auto;
        float: none;
        margin-right: 0;
        padding: 0px 10px;
        text-align: left;
    }

    .three_column_left,
    .three_column_right {
        display: none;
    }

    .three_column_sp {
        display: block;
    }

    .header_inner h1 {
        padding: 2em 1em;
    }

    /* menu */
    .global_nav .btn_menu {
        background: url(../img/btn-menu.png) no-repeat 10px center;
        color: #fff;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        font-size: 123.1%;
        cursor: pointer;
        display: block;
        font-weight: bold;
    }

    .global_nav .open {
        background: #333 url(../img/btn-close.png) no-repeat 10px center;
    }

    .global_nav {
        border-top: 1px solid #fff;
        position: relative;
    }

    .global_nav ul {
        font-weight: bold;
        padding: 0;
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    }

    .global_nav ul li {
        float: none;
        font-size: 123.1%;
        width: 100%;
    }

    .global_nav ul li a,
    .global_nav ul li.active a {
        display: block;
        color: #333;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    /* menu */
    .entry {
        padding-top: 2em;
    }

    .entry time {
        font-size: 84.6%;
        display: block;
        padding: 0 25px .5em;
    }

    .entry .entry_title {
        font-size: 190%;
        padding: 0 15px .8em 25px;
    }

    .entry_body h3 {
        margin-bottom: 1em;
    }

    .entry_body h4 {
        margin-bottom: .3em;
    }

    .entry_body {
        padding: 25px 25px 30px;
    }


    .entry_body .float_left {
        float: none;
    }

    .entry_body .float_right {
        float: none;
    }

    .entry_body .width-half {
        width: 100%;
    }

    .entry_footer {
        margin: 0 25px 0;
        padding-bottom: 25px;
    }

    .entry_footer .share-btn {
        float: none;
        padding-bottom: .5em;
    }

    .entry_footer .share-btn .btn_twitter {
        float: left;
    }

    .entry_footer .share-btn .btn_facebook {
        float: none;
    }

    .entry_footer .cmtb {
        float: none;
    }

    /* pager */
    .pager {
        padding: 1em 0 5em;
        position: relative;
        width: 195px;
        margin: 0 auto;
    }

    .pager a.prev {
        position: absolute;
        top: 50px;
        left: 0;
        width: 50px;
        font-size: 84.6%;
    }

    .pager a.next {
        position: absolute;
        top: 50px;
        right: 0;
        width: 50px;
        font-size: 84.6%;
    }

    /* comment */
    .comment_list,
    .comment_form {
        padding: 25px 25px;
    }

    .comment_list h3,
    .comment_form h3 {
        margin-bottom: 1em;
    }

    .btn_comment_more {
        display: block;
        width: 100%;
    }

    .btn_comment_more a {
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #eb7326;
        color: #fff;
        background-image: url(../img/arrow-right.png);
        background-repeat: no-repeat;
        height: 50px;
        line-height: 50px;
        color: #fff;
        text-align: left;
        padding-left: 17px;
        padding-right: 17px;
        background-position: right center;
    }

    .btn_comment_more a:link,
    .btn_comment_more a:visited,
    .btn_comment_more a:hover,
    .btn_comment_more a:active {
        color: #fff;
        text-decoration: none;
    }

    .comment_list .comment_one:last-of-type {
        border-bottom: none;
    }
    

    .comment_form table th {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }

    .comment_form table td {
        display: block;
        width: 100%;
        padding: 0;
        padding-top: .3em;
    }

    .comment_form table tr:first-child th,
    .comment_form table tr:first-child td {
        padding: 0;
        padding-top: .3em;
    }

    .comment_form table tr:last-child td {
        text-align: center;
    }

    .comment_form table th.cell_empty {
        height: 5px;
        line-height: 5px;
        font-size: 0;
    }

    .comment_form table td input[type="submit"] {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        text-align: left;
        padding-left: 17px;
        padding-right: 17px;
        background-position: right center;
    }

    /* trackback */
    .trackback {
        padding: 2em 25px 2.3em;
    }

    /* side */
    #search #textfield {
        padding: .4em 0;
        border: 1px solid #ccc;
        border-right: none;
        width: 89%;
    }

    #search .search_button {
        padding: .5em 0;
        background-color: #eb7326;
        background-image: url(../img/btn-search.png);
        background-repeat: no-repeat;
        background-position: center center;
        border: none;
        width: 10%;
    }

    .twitter_block {
        width: 100%;
    }

    .twitter_block iframe.twitter-timeline {
        width: 100% !important;
    }

    .side_banner p img {
        width: 100%;
    }

    .footer {
        padding: 1em 0 1.5em;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 560px) {
    .footer small span {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .twitter_block iframe#twitter-widget-1.twitter-timeline.twitter-timeline-rendered {
        width: 520px !important;
    }
}

/* 2カラム ナビ横 テンプレート用
------------------------------------------------- */
.side_global_nav {
    margin-bottom: 1.6em;
}

.side_global_nav ul {
    font-weight: bold;
}

.side_global_nav ul li {
    margin-bottom: 2px;
}

.side_global_nav ul li:first-child a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.side_global_nav ul li:last-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.side_global_nav ul li a {
    background-color: #eb7326;
    display: block;
    color: #fff;
    padding: 1.3em 10px 1.3em 15px;
}

.side_global_nav ul li a:link,
.side_global_nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}

.side_global_nav ul li a:hover,
.side_global_nav ul li a:active {
    color: #fff;
    text-decoration: underline;
}


.side_global_nav ul li.active a {
    background-color: #fff;
    border: 1px solid #eb7326;
    color: #2d2c2d;
}

.side_global_nav ul li.active a:hover,
.side_global_nav ul li.active a:active {
    text-decoration: none;
}

/* 検索 テンプレート用
------------------------------------------------- */
.search_result .entry .entry_title {
    font-size: 169.2%;
    padding: 0 0 .5em;
    margin: 0 50px;
    border-bottom: 1px solid #eb7326;
}

.search_result .entry .entry_title a {
    text-decoration: none;
}

.search_result .entry_body .search_query {
    background-color: #ffff00;
}

.search_result .entry_body {
    padding: 25px 50px 10px;
}

@media screen and (max-width: 768px) {
    .side_global_nav {
        display: none;
    }

    .search_result .entry {
        padding-top: 2.1em;
    }

    .search_result .entry .entry_title {
        margin: 0 25px;
        padding: 0 0 .5em;
    }
    .search_result .entry_body {
        padding: 1.8em 25px 1px;
    }

    /* スマホテーブル表示 */
    table.table-tap caption {
        text-align: left;
        display: table-caption;
        padding-bottom: 5px;
        font-weight: bold;
    }

    html:not(.table-tap) .table-tap th, 
    html:not(.table-tap) .table-tap td {
        font-size: 0;
        padding: 0;
        content: "";
        background: none;
    }

    html:not(.table-tap) table.table-tap {
        position: relative; 
        overflow: hidden;
    }

    html:not(.table-tap) table.table-tap {
        height: 55px;
        padding: 0;
        min-height: 55px;
        border: none;
        margin: 0;
        width: 99%;
    }

    html:not(.table-tap) table.table-tap th,
    html:not(.table-tap) table.table-tap td,
    html:not(.table-tap) table.table-tap tr{
        padding: 0;
        border: none;
        margin: 0;
        
    }

    html:not(.table-tap) table.table-tap tr {
        display: none;
    }
    html:not(.table-tap) table.table-tap tr:first-child {
        display: table-row;
        padding: 0;
        font-size: 0;
        height: 70px;
    }

    html:not(.table-tap) table.table-tap tr:first-child br {
        display: none;
    }
    
    html:not(.table-tap) table.table-tap:before {
        content: "表を見る";
        display: block;
        position: absolute;
        padding: 0 0 0 0;
        margin-right: 0;
        margin-left: 0;
        z-index: 100;
        width: 100%;
        text-indent: 20px;
        left: 0px;
        line-height: 50px;
        height: 50px !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #eb7326;
        background-image: url(../img/arrow-right.png);
        background-repeat: no-repeat;
        background-position: right center;
        color: #fff;
        display: block;
        vertical-align: middle;
        text-decoration: none;
        font-size: 100%;
        cursor: pointer;
    }

    html.table-tap body{
        border: none !important;
        width: 100%;
        overflow: inherit;
    }
    
    html.table-tap .content_wrap {
        background: none;
        width: 100%;
        overflow: inherit;
    }

    html.table-tap .content_wrap_inner {
        width: auto;
        background: none;
        width: 100%;
    }
    
    html.table-tap .content_wrap_inner:after {
        content: '';
    }

    html.table-tap .search_result,
    html.table-tap .entry,
    html.table-tap .entry_body {
        padding: 0;
        margin: 0;
    }

    html.table-tap .entry_body {
        width: 748px;
        padding-top: 30px;
        float: left;
    }
    
    html.table-tap table.table-tap {
        width: 728px;
        margin: 0 auto;
    }

    html.table-tap table.table-tap caption {
        display: none;
    }

    html.table-tap table.table-tap:before {
        content: "<< 戻る";
        position: absolute;
        top: -60px;
        left: -2px;
        padding:5px 50px;
        margin: 10px 0;
        font-weight: bold;
        color: #fff;
        background: #000;
        border: 1px solid #fff;
    }

    html.table-tap body{
        border-top: none;
    }

    html.table-tap .two_column_main,
    html.table-tap .main_column_main {
        padding: 0;
    }

    html.table-tap .header,
    html.table-tap .search_result,
    html.table-tap .entry time,
    html.table-tap .entry .entry_title,
    html.table-tap .entry .entry_body hr,
    html.table-tap .entry_footer,
    html.table-tap .pager,
    html.table-tap .comment_list,
    html.table-tap .comment_form,
    html.table-tap .trackback,
    html.table-tap .two_column_right,
    html.table-tap .three_column_left,
    html.table-tap .three_column_right,
    html.table-tap .three_column_sp,
    html.table-tap .footer{
        display: none;
        padding: 0;
        margin: 0;
    }

    html.table-tap .entry {
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    html.table-tap .entry_body h2,
    html.table-tap .entry_body h3,
    html.table-tap .entry_body h4,
    html.table-tap .entry_body h5,
    html.table-tap .entry_body h6,
    html.table-tap .entry_body p,
    html.table-tap .entry_body ol,
    html.table-tap .entry_body ul,
    html.table-tap .entry_body img,
    html.table-tap .entry_body span,
    html.table-tap .entry_body em,
    html.table-tap .entry_body small, 
    html.table-tap .entry_body strong, 
    html.table-tap .entry_body sub, 
    html.table-tap .entry_body sup, 
    html.table-tap .entry_body b, 
    html.table-tap .entry_body i,
    html.table-tap .entry_body dl, 
    html.table-tap .entry_body dd, 
    html.table-tap .entry_body dt,
    html.table-tap .entry_body div {
        display: none;
    }
}



/* 
特設サイト追加 コンテンツフォーマット
------------------------------------------------------------------------- */

/* ▼PC
------------------------------------------------- */
/* 見出し・段落 */
.entry_body em {
    background-color: #fedc00;
    font-style: normal;
}

.entry_body hr {
    height:0px;
    margin:2em 0;
    border:none;
    border-top: 2px solid #d5d5d5;
}

.entry_body p.read-title {
    font-size: 123.1%;
    margin-bottom: 0.8em;
    padding-bottom: 0;
    margin-top: 0;
    background: none;
    font-weight: bold;
}

/* blockquote */
.entry_body blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
.entry_body blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.entry_body blockquote p {
    display: inline;
}

/* quotes */
.entry_body q {
    quotes: "「" "」" "『" "』";
}

.entry_body q:before {
    content: open-quote;
}

.entry_body q:after {
    content: close-quote;
}

.entry_body .list-arrow-btn li {
    margin-left: 0;
}
.entry_body .arrow-btn a  {
    background:url(../img/ico-arrow01.png) no-repeat left;
    background-size: 16px 16px;
    padding-left: 5px;
}

.entry_body .list-arrow-btn li a {
    background:url(../img/ico-arrow01.png) no-repeat left;
    background-size: 16px 16px;
    padding-left: 0;
}

.entry_body .arrow-btn:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative;
    background:#eb7326 url(../img/ico-arrow-bg.png) no-repeat left;
}

.entry_body .list-arrow-btn li a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 3px;
    left: -8px;
    position: relative;
    background:#eb7326 url(../img/ico-arrow-bg.png) no-repeat left;
}

.entry_body .list-arrow-btn li:before {
    content: "" ;
    background: none;
}

.entry_body .arrow-btn a img,
.entry_body .list-arrow-btn li a img {
    vertical-align: middle;
    margin-left: 3px;
}

.entry_body .list-arrow-btn {
    margin-bottom: 1.5em;
}

.entry_body .btn-link {
    width: 152px;
}

.entry_body .btn-link a:link,
.entry_body .btn-link a:visited {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #eb7326 url(../img/btn-arrow-s.png) no-repeat 10px;
    background-size: 7px 11px;
    padding: 6px 10px 6px 20px;
    padding: 16px 10px 16px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
}

.entry_body .btn-link a:hover {
    background-color: #eb7326;
    color: #e5e5e5;
}

.entry_body .btn-link-l {
    width: 260px;
}

.entry_body .btn-link-l a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #454545 url(../img/btn-arrow-l.png) no-repeat 19px;
    background-size: 14px 23px;
    padding: 23px 0 24px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 123.1%;
}

.entry_body .btn-link-l a:link,
.entry_body .btn-link-l a:visited {
    color: #fff;
}
.entry_body .btn-link-l a:hover,
.entry_body .btn-link-l a:active {
    background-color: #6a6a6a;
}

/* btn pagetop */
.entry_body .btn-pagetop {
    text-align: right;
    padding-top: 1em;
    clear: both;
}

.entry_body .btn-pagetop p {
    width: 160px;
    display: inline-block;
}

.entry_body .btn-pagetop p a:link,
.entry_body .btn-pagetop p a:visited {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #454545 url(../img/btn-pagetop.png) no-repeat 10px;
    padding: 6px 10px 6px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
}

.entry_body .btn-pagetop p  a:hover {
    background-color: #6a6a6a;
    color: #fff;
}

/* list */
.entry_body .list-normal {
    margin-bottom: 2em;
    list-style:none;
    margin-left: 0;
}

.entry_body .list-normal li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 12px;
}

.entry_body .list-normal li:before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-radius: 50%;
    background: #a59e7c;
}

.entry_body .info-list {
    line-height: 1.5em;
}

.entry_body .info-list li span {
    float: left;
    margin-top: 2px;
    width: 22%;
    max-width: 106%;
    text-align: center;
    font-size: 84.6%;
    padding: 0 0 1px;
    display: block;
    color: #fff;
    position: relative;
    background-color: #eb7326;
    margin-right: 3%;
}


.entry_body .info-list li span:after {
    position: absolute;
    content: "";
    top: 22%;
    right: -12px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    display: block;
    border-left: 12px solid #eb7326;
}

.entry_body .info-list li {
    padding: 10px 0 0;
    zoom: 1;
    overflow: hidden;
}

.entry_body .info-list li img {
    vertical-align: middle;
    margin-left: 3px;
}

.entry_body .info-list li a {
    float: left;
    display: block;
    width: 75%;
    padding-top: 3px;
}

.entry_body .info-list li:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-top: 0;
    background: none;
}

.width-half {
    width: 45%;
}

.entry_body .list-number {
    counter-reset: number;
    margin: 0 0 1.5em 32px;
    list-style: none;
}

.entry_body .list-number li {
    margin-bottom: 15px;
}

.entry_body .list-number li:before {
    counter-increment: number; 
    content: counter(number);
    background: #edebe2;
    height: 28px;
     width: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: #444;
    font-size: .84.6%;
    margin-right: 7px;
    margin-left: -35px;
    font-style: italic;
}

.entry_body .list-layout-three‐division {
    overflow: hidden;
    zoom: 1;
}

.entry_body .list-layout-three‐division li {
    width: 30%;
    margin-right: 5%;
    padding-bottom: 1em;
    float: left;
    padding-left: 0;
}

.entry_body .list-layout-three‐division li:before {
    content: "";
    background: none;
    width: 0;
    width: 0;
}

.entry_body .list-layout-three‐division figure {
    margin-bottom: 1.2em;
}

.entry_body .list-layout-three‐division figure img {
    margin-bottom: .5em;
    width: 100%;
}

.entry_body .list-layout-three‐division li:nth-child(3n) {
    margin-right: 0;
}

.entry_body .list-layout-three‐division li:nth-child(3n+1) {
    clear: both;
}

.entry_body .list-layout-three‐division li ul {}
.entry_body .list-layout-three‐division li ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    float: none;
}

.entry_body .list-layout-two‐division {}
.entry_body .list-layout-two‐division:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.entry_body .list-layout-two‐division li {
    width: 48%;
    margin-right: 4%;
    padding-bottom: 1em;
    float: left;
}

.entry_body .list-layout-two‐division figure {
    margin-bottom: 1.2em;
}

.entry_body .list-layout-two‐division figure img {
    margin-bottom: .5em;
    width: 100%;
}

.entry_body .list-layout-two‐division li:nth-child(2n) {
    margin-right: 0;
}

.entry_body .list-layout-two‐division li:nth-child(2n+1) {
    clear: both;
}

.entry_body .list-layout-two‐division li ul {}
.entry_body .list-layout-two‐division li ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    float: none;
}

/* font */
.attention {
    color: #e63a3a;
}

.color-attention {
    color: #e63737;
    font-weight: bold;
}

.color-bunka {
    color: #3687ca;
    font-weight: bold;
}

.color-gakushu {
    color: #65a915;
    font-weight: bold;
}

.color-frente {
    color: #ed7310;
    font-weight: bold;
}

.attention img {
    vertical-align: -2px;
    margin-right: 5px;
}
table.table-normal {
    border: 2px solid #ccc;
    border-top: none;
    width:100%;
    margin-bottom: 1.5em;
    position: relative;
}

table.table-normal caption {
    display: none;
    font-size: 123.1%;
}

table.table-normal tr:first-child td,
table.table-normal tr:first-child th {
    border-top: 2px solid #ccc;
    padding: 7px 20px;
}

table.table-normal th,
table.table-normal td {
    padding: 7px 20px;
}

table.table-normal th {
    border: 1px solid #ccc;
    font-weight: normal;
    background-color: #f8f7f2;
    width: 20%;
}

table.table-normal td {
    border: 1px solid #ccc;
}

/* 囲みボックス */
.entry_body .box-normal {
    outline: 2px solid #ccc;
    margin: 0 2px 3em;
    border:2px solid rgb(255, 255, 255);
    box-shadow:rgba(225, 225, 225, 1) 0.7px 0.7px 0.7px 2px inset;
    -webkit-box-shadow:rgba(225, 225, 225, 1) 0.3px 0.3px 0.5px 2px inset;
    -moz-box-shadow:rgba(225, 225, 225, 1) 0.7px 0.7px 1.4px 2.8px inset;
    position: relative;
}

.entry_body .box-normal .box-head {
    font-size: 123.1%;
    background: none;
    background-color: #454545;
    color: #fff;
    display: inline-block;
    padding: 3px 40px 4px;
    text-align: center;
    font-weight: normal;
    margin: 20px -4px 1em -4px;
    position: relative;
    border-bottom: none;
}

.entry_body .box-normal .box-btn-area {
    background-color: #f8f7f2;
    padding: 20px 35px 0;
    overflow: hidden;
    zoom: 1;
    margin: 2px 2px 2px 2px;
}

.entry_body .box-normal .box-inner {
    padding: 0 35px;
}

.entry_body .box-btn-area .box-btn-area-inner {
    width: 100%;
    margin-right: -190px;
}

.entry_body .box-btn-area .box-btn-area-inner .txt-body {
    margin-right: 180px;
}


/* 大囲いエリア（機能的なコンテンツ） */

/* 大囲いのコーナー */
.add-before:before,
.add-after:after {
    content: " ";
    height: 35px;
    width: 35px;
    display: block;
    position: absolute;
    background-size: 35px 35px !important;
    z-index:50;
}

.entry_body .box-function {
    background: url(../img/bg-slash.png);
    /*background: url(../img/bg-slash-ie.png)\9;*/
    background-size: 4px 4px;
    position: relative;
    margin: 30px 0 30px;
}

.entry_body .box-function-wrap2:after {
    content: "";
    display: block;
    height: 25px;
    margin: 0 -20px -25px;
    background-color: #fff;
}

.entry_body .box-function-wrap1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry_body .box-function-wrap2 {
    margin: 0 10px 0;
    padding: 0px 45px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.entry_body .box-function-wrap2 .box-function-head {
    /*background: url(../img/head-line-box.png) no-repeat left bottom;*/
    /*background: url(../img/head-line-box-ie.png) no-repeat left bottom\9;*/
    background-size: 750px 3px;
    font-size: 169.2%;
    margin-bottom: 0.7em;
    padding-bottom: 17px;
    margin-top: 0;
}

.entry_body .box-function-content {
    zoom: 1;
    overflow: hidden;
}

.entry_body .box-function-wrap1:before {
    content: "";
    display: block;
    height: 25px;
    margin: 0 35px;
    background-color: #fff;
}

.entry_body .box-function:before {
    background: url(../img/bg-frame-top-right.png) no-repeat right top;
    top: 0px;
    right: 0px;
}

.entry_body .box-function:after{
    background: url(../img/bg-frame-top-left.png) no-repeat left bottom;
    top: 0px;
    left: 0px;
}


.entry_body .box-function-wrap3:after {
    background: url(../img/bg-frame-btm-left.png) no-repeat left bottom;
    bottom: 0px;
    left: 0px;
}

.entry_body .box-function-wrap3:before {
    background: url(../img/bg-frame-btm-right.png) no-repeat right bottom;
    bottom: 0px;
    right: 0px;
}

/* レイアウト（テキスト+写真横並び） */
.entry_body .layout-half,
.entry_body .layout-7by3,
.entry_body .layout-round7by3,
.entry_body .layout-round3by7,
.entry_body .layout-half-bothimg {
    zoom: 1;
    overflow: hidden;
    padding-bottom: 1em;
}

.entry_body .layout-half .layout-img{
    width: 50%;
}

.entry_body .layout-half .layout-body{
    width: 48%;
}

.entry_body .layout-7by3 .layout-img{
    width: 30%;
    text-align: right;
}

.entry_body .layout-7by3 .layout-body{
    width: 68%;
}

.entry_body .layout-round7by3 .float-right{
    max-width: 30%; 
    margin-left: 10px; 
    margin-bottom: .5em;
}

.entry_body .layout-round3by7 .float-left {
    max-width: 30%; 
    margin-right: 10px; 
    margin-bottom: .5em;
}

.entry_body .layout-half-bothimg .float-right,
.entry_body .layout-half-bothimg .float-left {
    width: 48%;
}

/* レイアウト（テキスト+写真横並び+キャプション） */
.entry_body .layout-half figcaption,
.entry_body .layout-7by3 figcaption,
.entry_body .layout-half-bothimg figcaption,
.entry_body .layout-max figcaption {
    text-align: left;
    padding-left: 0;
    font-size: 85%;
}


/* ▼タブレット
------------------------------------------------- */
@media screen and (max-width: 768px) {
    /* フォーマット */
    .content-wrap,
    .content-wrap-inner,
    .entry_body {
        width: auto;
    }

    .entry_body {
        float: none;
        padding: 92px 20px 70px;
        margin-bottom: 0;
    }
    
    .entry_body h2 {
        font-size: 210%;
        border-bottom: 1px solid #b3c9b7;
        position: relative;
        z-index: 1;
        padding: 0 20px 20px;
        margin: 3em -20px 30px;
    }

    .entry_body h2:before {
        content:"";
        position: absolute;
        left: -15px;
        bottom: 11px;
        background: url(../img/smbl-head-general.png) no-repeat left;
        background-size: 65px 65px;
        width: 65px;
        height: 65px;
        z-index: -1;
    }

    .entry_body .box-normal .box-head {
        text-align: left;
    }

}

@media screen and (max-width: 768px) {
/*
    .entry_body {
        padding: 48px 20px 10px;
    }

    .entry_body h2 {
        padding-top: 0;
        margin-top: 3em;
        font-size: 169.2%;
    }

    .entry_body h3 {
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
        font-size: 146.2%;
    }
*/

    .entry_body .layout-half .layout-img,
    .entry_body .layout-half-bothimg .layout-img {
        width: 100%;
        margin-bottom: .7em;
    }

    .entry_body .layout-half .layout-body{
        width: 100%;
    }

    .entry_body .layout-7by3 .layout-img{
        width: 100%;
        margin-bottom: .7em;
    }

    .entry_body .layout-7by3 .layout-body{
        width: 100%;
    }

    .format .layout-half figcaption,
    .format .layout-7by3 figcaption,
    .format .layout-half-bothimg figcaption,
    .format .layout-max figcaption {
        text-align: center;
        padding: 0;
    }

    .entry_body .layout-round3by7 .float-left,
    .entry_body .layout-round7by3 .float-right {
        max-width: 100%; 
        margin-right: 0; 
        margin-left: 0; 
    }
    .entry_body .float-left {
        float: none;
    }

    .entry_body .float-right {
        float: none;
    }

    .entry_body .width-half {
        width: auto;
    }

    .entry_body .arrow-btn {
        border: 1px solid #eb7326;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 10px;
        position: relative;
    }

    .entry_body .arrow-btn a {
        background:url(../img/ico-arrow01.png) no-repeat 15px center;
        background-size: 16px 16px;
        padding: 15px 10px 16px 40px;
        display: block;
        text-decoration: none;
        font-size: 123.1%;
        zoom: 1;
        overflow: hidden;
    }

    .entry_body .arrow-btn a:hover {
        background: #fff url(../img/ico-arrow01.png) no-repeat 15px center;
        color: #eb7326;

    }

    .entry_body .arrow-btn:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: static;
        background: none;
    }
    
    .entry_body .arrow-btn:before,
    .entry_body .btn-list li a:before,
    .entry_body .list-arrow-btn li a:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        left: 15px;
        top: 37%;
        position: absolute;
        background:#eb7326 url(../img/ico-arrow-bg.png) no-repeat left;
    }

    .entry_body .arrow-btn a span {
        display: block;
    }

    .entry_body .btn-list,
    .entry_body .list-arrow-btn {
        margin-bottom: 1.5em;
    }

    .entry_body .btn-list li,
    .entry_body .list-arrow-btn li {
        border: 1px solid #eb7326;
        border-top: none;
    }

    .entry_body ul.btn-list,
    .entry_body ul.list-arrow-btn {
        list-style-type: none;
        list-style:none;
    }
    
    .entry_body ul.btn-list li,
    .entry_body ul.list-arrow-btn li{
        margin-bottom: 0;
    }
    
    .entry_body ul.btn-list li:before,
    .entry_body ul.list-arrow-btn li:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        margin-top: 0;
        background: none;
    }
    
    .entry_body .btn-list li,
    .entry_body .list-arrow-btn li {
        padding-left: 0;
    }

    .entry_body .btn-list li a:hover,
    .entry_body .list-arrow-btn li a:hover {
        background-color: #fff;
        color: #eb7326;
    }

    .entry_body .btn-list li:first-child,
    .entry_body .list-arrow-btn li:first-child {
        border-top: 1px solid #eb7326;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .entry_body .btn-list li:last-child,
    .entry_body .list-arrow-btn li:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;    
        }

    .entry_body .btn-list li a,
    .entry_body .list-arrow-btn li a {
        background:url(../img/ico-arrow01.png) no-repeat 15px center;
        background-size: 16px 16px;
        padding: 15px 10px 16px 40px;
        display: block;
        text-decoration: none;
        font-size: 123.1%;
    }

    .entry_body .btn-link,
    .entry_body .btn-link-l {
        width: 100%;
    }

    .entry_body .btn-link a:link,
    .entry_body .btn-link a:visited,
    .entry_body .btn-link-l a:link,
    .entry_body .btn-link-l a:visited{
        text-align: left;
        padding: 16px 0 16px 40px;
        background-image: url(../img/btn-arrow-s.png);
        background-size: 7px 11px;
        background-position: 22px center;
        font-size: 123.1%;
    }

    /* btn pagetop */
    .entry_body .btn-pagetop p  {
        width: 100%;
    }

    .entry_body .entry_body .btn-pagetop p a {
        text-align: center;
        background-image: url(../img/btn-pagetop.png);
        background-position: 22px center;
        font-size: 123.1%;
        padding: 16px 0 16px 0 ;
    }

    .entry_body .btn-accordion {
        border: 1px solid #eb7326;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 1em;
        display: block;
    }

    .entry_body .btn-accordion span {
        padding: 15px 10px 16px 15px;
        display: block;
        text-decoration: none;
        font-size: 123.1%;
        cursor: pointer;
        display: block;
        position: relative;
    }

    .entry_body .btn-accordion span:after {
        content: '';
        position: absolute;
        background: url(../img/ico-plus.png) no-repeat left center;
        background-size: 18px 18px;
        display: block;
        width: 18px;
        height: 18px;
        top:35%;
        right: 14px;
    }

    .entry_body .btn-accordion span.close {
        background-color: #f4f4f4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .entry_body .btn-accordion span.close:after {
        content: '';
        position: absolute;
        background: url(../img/ico-minus.png) no-repeat left center;
        background-size: 15px 3px;
        display: block;
        width: 15px;
        height: 3px;
        top:47%;
        right: 15px;
    }

    .entry_body .body-accordion h2,
    .entry_body .body-accordion h3,
    .entry_body .body-accordion h4 {
        font-size: 107.7%;
        padding: 0;
        margin: 0 0 .7em;
        background: none;
    }

    .entry_body .list-normal {
        margin-bottom: 30px;
    }
    
    .entry_body .list-normal li {
        margin-bottom: 15px;
    }
    
    .entry_body .list-number {
        margin-bottom: 40px;
    }

    .entry_body .list-layout-three‐division {
        margin: 0 auto;
        width: 100%;
    }

    .entry_body .list-layout-three‐division li {
        width: 100%;
        float: none;
        margin-right: 0;
        padding-bottom: 1.5em;
    }

    .entry_body .list-layout-three‐division figure figcaption {
        text-align: center;
    }

    .entry_body .list-layout-two‐division {
        margin: 0 auto;
        width: 100%;
    }

    .entry_body .list-layout-two‐division li {
        width: 100%;
        float: none;
        margin-right: 0;
        padding-bottom: 1.5em;
    }

    .entry_body .list-layout-two‐division figure figcaption {
        text-align: center;
    }

    .entry_body .box-btn-area .box-btn-area-inner {
        width: auto;
        margin-right: 0;
    }
    
    .entry_body .box-btn-area .box-btn-area-inner .txt-body {
        margin-right: 0;
        width: auto;
        margin-right: -5px;
    }

    .entry_body .box-normal .box-head {
        padding: 3px 20px 4px;
    }
    
    .entry_body .box-normal .box-btn-area {
        padding: 20px 20px 0;
    }
    
    .entry_body .box-normal .box-inner {
        padding: 0 20px;
    }
    
    .entry_body .box-btn-area .box-btn-area-inner {
        width: 100%;
    }
    
    .entry_body .box-btn-area .box-btn-area-inner .txt-body {
    }

    .entry_body .info-list {
        zoom: 1;
        overflow: hidden;
        margin: 0;
    }
    
    .entry_body .info-list li {
        zoom: 1;
        overflow: hidden;
        padding: 10px 10px;
    }
    
    .entry_body .info-list li:nth-child(2n) {
        background-color:#f5f5f5;
    }
    
    .entry_body .info-list li span {
        float: left;
        margin-top: 2px;
        width: 35%;
        text-align: center;
        font-size: 84.6%;
        padding: 0 0 1px;
        display: block;
        background-color: #eb7326;
        color: #fff;
        position: relative;
        margin-right: 0;
    }
    
    .entry_body .info-list li span:after {
        position: absolute;
        content: "";
        top: 28%;
        right: -12px;
        width: 0px;
        height: 0px;
        border: 6px solid transparent;
        display: block;
        border-left: 12px solid #eb7326;
    }
    
    .entry_body .info-list li a {
        float: right;
        display: block;
        width: 60%;
        margin-left: 5%;
        text-align: left;
        padding-top: 3px;
    }

    .entry_body .box-normal .box-head {
        text-align: left;
        border-bottom: 0;
    }

    .entry_body .box-function {
        margin: 30px 0 30px;
    }

    .entry_body .box-function-wrap3 {
        margin: 0 -20px;
    }
    
    .entry_body .box-function-wrap2 .box-function-head {
        background: none;
        padding-bottom: 0;
    }
}

/* 05-link-buttons */

.entry_body .cindex-cell-wrap {
    zoom: 1;
    overflow: hidden;
}

.entry_body .cindex-btn {
    border: 1px solid #eb7326;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.entry_body .cindex-btn a {
    background:url(../img/ico-arrow01.png) no-repeat 15px center;
    background-size: 16px 16px;
    padding: 10px 10px 11px 25px;
    display: block;
    text-decoration: none;
    font-size: 123.1%;
}

.entry_body .cindex-btn a:hover,
.entry_body .cindex-btn a:active {
    background: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color: #eb7326;
}

.entry_body .cindex-btn a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -10px;
    position: relative;
    background:#eb7326 url(../img/ico-arrow-bg.png) no-repeat left;
}

.entry_body .cindex-cell {
    width: 48%;
    float: left;
    margin-bottom: 2em;
}

.entry_body .cindex-cell:nth-child(2n){
    float: right;
}

.entry_body .cindex-cell:nth-child(2n+1){
    clear: both;
}

.entry_body .cindex-btn a br {
    display: none;
}

@media screen and (max-width: 768px) {
    .entry_body .cindex-cell,
    .entry_body .cindex-cell:nth-child(2n),
    .entry_body .cindex-cell:nth-child(2n+1),
    .entry_body .cindex-event .cindex-cell3 {
        float: none;
        width: auto;
    }


    .entry_body h2.cindex-btn {
        border-bottom: none;
        border: 1px solid #eb7326;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        font-size: 100%;
    }

    .entry_body h2.cindex-btn a {
        background:url(../img/ico-arrow01.png) no-repeat 15px center;
        background-size: 16px 16px;
        padding: 10px 10px 11px 25px;
        display: block;
        text-decoration: none;
        font-size: 123.1%;
    }

    .entry_body .cindex-event .cindex-cell3 {
        margin-right: 0;
    }

    .entry_body .cindex .main-column {
        /*padding-top: 0;*/
    }

    .entry_body .cindex-cell-wrap {
        /*padding-top: 3em;*/
    }

    .entry_body .cindex .main-column .cindex-main-image {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 320px) {
    .entry_body .cindex-btn a br {
        display: block;
    }
}