.post-main{
    background-color: rgba(255, 255, 255, 0.5);
}
.post-content{
    color: #001f44;
}
.post-content p {
    font-size: 13px!important;
    line-height: 1.5em !important;
}
.bg_index{
    background-image: url(/wp-content/uploads/2018/08/bg_index_fgo-min.jpg);
    background-color: #e1eeff;
    margin-top: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position-x: 125px;
    background-position-y: 50%;
    background-size: 100%;
}
.post-content h2{
    background: no-repeat 2% center, rgb(2,41,88);
    background: no-repeat 2% center, -moz-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%);
    background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2,41,88,1)), color-stop(87%, rgba(9,77,157,1)), color-stop(100%, rgba(9,77,157,1)));
    background: no-repeat 2% center, -webkit-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%);
    background: no-repeat 2% center, -o-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%);
    background: no-repeat 2% center, -ms-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%);
    background: no-repeat 2% center, linear-gradient(to bottom, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%);
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    text-align: left;
    text-indent: 2%;
    text-shadow: 1px 1px 4px #000000;
    box-shadow: 2px 2px 1px rgba(255,255,255,0.3) inset;
    border: none;
    vertical-align: 20%;
    color: #fff;
    background-repeat: no-repeat;
    padding: 10px 12px;
}

.fate-top {
  font-size: 13px;
}

.post-main .post-content table {
  font-size: 12px;
}

.post-content h3 {
    color: #264973;
    padding: 5px 0px 5px 0px;
    border-left: 0px solid #264973;
    border-bottom: 1px solid #264973;
    font-size: 15px;
    margin: 10px 0px 10px 0px !important;
}
.post-content h3:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    background-image: url(/wp-content/uploads/2018/08/h3_fgo_before.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 36px;
    height: 18px;
}
.post-content h4 {
    font-size: 13px;
    margin: 10px 0px 5px 0px;
    padding: 4px 4px 4px 4px;
    text-align: left;
    color: #264973;
	border: none;
}
.post-content h4::before{
    content: "◆";
    position: relative;
    right: 5px;
}
a.linkbtn_fgo {
    background-image: url(/wp-content/uploads/2018/08/fgo_link_btn-2_s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px !important;
    font-size: 13px;
    font-weight: bold;
    padding: 12px !important;
    margin: 10px 0px 10px 0px;
    text-shadow: 0px 0px 0px #405e82, 1px 1px 1px #ffffff;
    text-align: center;
    text-decoration: none !important;
    display: block;
    color: #003b82 !important;
    border: none !important;
}
a.linkbtn_fgo:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    box-shadow: 0 0px 0px #a4c3e9, 0px 0px 5px #a4c3e9 inset, 0 0px 5px #a4c3e9, 0px 0px 5px #a4c3e9 inset;
}
.post-content table th {
    color: #001f44;
    background-color: #f1f3f7;
    padding: 8px 15px;
    font-weight: bold;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    text-shadow: 1px 1px 4px #fff;
    box-shadow: 0px 2px 1px rgba(255, 255, 255, 0.3) inset;
}
.post-content table td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
}
.post-content table td:last-child {
    border-right: 1px solid #ccc;
}
@media (max-width:414px){
.bg_index{
    background-position-x: 90px;
    }
}

@media (max-width: 413px) and (min-width: 375px) {
.fate-top .fgo_list span {
    font-size: 11px;
    position: absolute;
    line-height: 3.5em;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: left center;
  }
}
