@charset "UTF-8";

.navi_sc{
float:left;
padding:20px 0px 11px 28px;
width:192px;
}
.navi_sc li{
margin:0px 0px 4px;
}
.navi_sc li.lastchild{
margin:0px;
}
.zoom{
float:right;
padding:52px 56px 11px 0px;
width:148px;
}


.table_wrap{
display:table;
width:calc(100% - 2px);
max-width:900px;
margin:0px auto 25px auto;
border:1px solid #fff;
background:#333;
}

.table_tr{
display:table-row;
}

.table_th{
display:table-cell;
width:5em;
padding:0.5em 1em;
border:1px solid #fff;
border-right:none;
border-bottom:none;
}

.table_td{
display:table-cell;
padding:0.5em 1em;
border:1px solid #fff;
border-bottom:none;
background:#212121;
}

.table_wrap div:last-child div {
border-bottom:1px solid #fff;
}















.table_ex{
margin:0px auto 25px auto;
border:1px solid #fff;
background:#333;
width:100%;
max-width:900px;
}
.table_ex th{
padding:0.5em 1em;
width:5em;
border:1px solid #fff;
}
.table_ex td{
padding:0.5em 1em;
border:1px solid #fff;
background:#212121;
}
.table_ex td p{
margin:0px 0px 1em;
}
.table_ex td p.lastchild{
margin:0px;
}

.table_ex_in{
border:1px solid #fff;
background:#212121;
width:100%;
}
.table_ex_in th{
padding:0.5em;
border:1px solid #fff;
background:#333;
}
.table_ex_in td{
padding:0.5em;
border:1px solid #fff;
background:#212121;
}

.wrap_other{
}
.wrap_other p{
margin:0px 0px 1em;
}
.wrap_other p.lastchild{
margin:0px;
}
.wrap_other .pagetop{
padding:0px 15px 0px 0px;
text-align:right;
}

/* color */
.pink{
color:#E91E63;
}
.yellow{
color:#FFC107;
}

.t_h2{
margin:0px 0px 10px;
color:#d54310;
font-size:120%;
font-weight:bold;
}
.t_h2bottom{
margin:20px 0px 10px;
color:#d54310;
font-size:120%;
font-weight:bold;
text-align:left;
}

/* 前矢印のアイコンフォント */
.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}