* {
    word-wrap: break-word;
    word-break: normal !important
}

body {
    margin: 0;
    padding: 0;
    /*font-family: "メイリオ", Meiryo, "HGPゴシックE", "ＭＳ Ｐゴシック", "MS PGothic";*/
    font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', 'Microsoft Yahei', 'Noto Sans CJK SC', 'Noto Sans S Chinese', sans-serif;
    font-size: 13px;
    line-height: 180%;
    color: #2C2C2C;
    text-align: justify;
    word-break: break-all;
    width: 100%
}

p {
    line-height: 180%
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto
}


article {
    margin-top: 20px;
    display: block;
}

.clear {
    clear: both
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

h3,h4 {
    font-weight: bold
}

h3 {
    font-size: 153.9%;
    text-align: left;
    line-height: 130%;
    margin-bottom: 30px
}

h4 {
    font-size: 138.5%;
    text-align: left;
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.no-margin {
    margin: 0 !important
}

.waku-orange {
    border: 1px solid #FF8C00;
    padding: 10px;
    padding-left: 20px;
    background-color: #FF8C00;
    color: #FFF !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    behavior: url(/PIE.htc)
}

.float-left {
    float: left;
    padding-right: 0px
}

.content-header {
    margin: 0;
    padding: 5% 10% 5% 20px;
    background: right center no-repeat;
    background-size: 75%;
    color: #f1881a;
    font-size: 35px;
    font-weight: bold;
    line-height: 4;
}

.heading-arrow {
    background-color: #FF8C00;
    margin: 0 0 30px 0;
    padding: 10px 15px;
    color: #FFF;
    text-shadow: 1px 1px 3px #232323;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: 1px solid #DB8E00;
    border-top: 1px solid #DB8E00;
    box-shadow: inset 2px 2px 7px #DB8E00;
    position: relative;
}

.heading-arrow:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    left: 14px;
    bottom: -27px;
    background: transparent;
    border: 15px solid transparent;
    border-top-color: #FF8C00;
}

.heading-arrow-orange {
    background-color: #FF8C00;
    border-color: #FF8C00;
    box-shadow: inset 2px 2px 7px #BF4C00
}

.heading-arrow-orange:before {
    border-color: #FF8C00 transparent transparent transparent
}

.pagetop {
    margin: 40px 0;
    padding-right: 10px;
    clear: both;
}

.pagetop a {
	color:#FF6600;
}

.text-right,
.text-right td,
.text-right th {
	text-align:right !important
}
