@charset "UTF-8";

.mainImage {
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
.mainImage {
    width: 100%;
    margin-bottom: 30px;
}
.mainImage img {
    width: 100%;
    margin-bottom: 30px;
}
}

.forteBox{
    overflow: hidden;
    margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
.forteBox{
    max-width: 480px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.forteBox img {
    width: 49%;
    margin: 0;
    padding: 0;
}
}
@media screen and (max-width: 375px) {
.forteBox{
    max-width: 375px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.forteBox img {
    width: 100%;
    margin: 0;
    padding: 0;
}
}

article h4{
    font-size:22px;
    background-color: #F0F0F0;
    padding:8px 13px 8px 13px;
    margin-bottom: 15px;
    font-weight: normal;
}
article h4 span{
    color:#fff;
    background-color: #26a31f;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 10px;
    font-size:20px;
    font-weight:normal;
    width:26px;
    height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 3px;

}
article p{
    font-size:14px;
    margin-bottom: 10px;
}

article h5{
    font-size:17px;
    border-bottom: solid 3px #C1CAE4;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

article h5 span{
    color:#26A31F;
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
article h4{
    font-size:15px;
    background-color: #F0F0F0;
    padding:8px 13px 8px 10px;
    margin-bottom: 15px;
    font-weight: normal;
}
article h4 span{
    color:#fff;
    background-color: #26a31f;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 10px;
    font-size:15px;
    font-weight:normal;
    width:22px;
    height: 22px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 3px;

}
article h5{
    font-size:15px;
    border-bottom: solid 3px #C1CAE4;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
}



article p + .forteBox{
    margin-top:30px;
}

.fortelink{
    display:-webkit-box;display:-ms-flexbox;display: -webkit-flex;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify; -webkit-justify-content:space-between;justify-content:space-between;
    font-size:17px;
    margin-bottom: 30px;
    align-items: stretch;
}

.fortelink li{
    width:220px;
    display: flex;
    align-items: center;
    background: #324EA4;
    border-radius: 5px;
}
.fortelink li a{
    display:block;
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    padding:10px 10px 30px 40px;
    position: relative;
    background:url(/images/forte/arrow_white_down.png) no-repeat;
    background-position: bottom 10px center;
}

.fortelink li a span{
    position: absolute;
    display: inline-block;
    background-color: #fff;
    color:#26a31f;
    font-size:20px;
    left:10px;
    top:12px;
    border-radius: 5px;
    padding:10px 5px;
}
.fortelink li p{
    height: 50px;
    display: flex;
    align-items: center;
}

.fortelink li a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 600px) {
.fortelink{
    display:-webkit-box;display:-ms-flexbox;display: -webkit-flex;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify; -webkit-justify-content:space-between;justify-content:space-between;
    font-size:13px;
    margin-bottom: 30px;
}
.fortelink li{
    width:32%;
}
}
@media screen and (max-width: 480px) {
.fortelink{
    max-width: 480px;
    width: 100%;
    display:-webkit-box;display:-ms-flexbox;display: -webkit-flex;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify; -webkit-justify-content:space-between;justify-content:space-between;
    font-size:12px;
    margin-bottom: 30px;
}
.fortelink li{
    width:49%;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 375px) {
.fortelink{
    max-width: 375px;
    width: 100%;
    display:-webkit-box;display:-ms-flexbox;display: -webkit-flex;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify; -webkit-justify-content:space-between;justify-content:space-between;
    font-size:12px;
    margin-bottom: 30px;
}
.fortelink li{
    width:49%;
    margin-bottom: 10px;
}
}


.leftTex {
    float: left;
    width: 390px;
    display: block;
}
.rightImg {
    display: block;
    float:right;
    width:308px;
    margin:0 0 15px 10px;
    text-align: center;
}

@media screen and (max-width: 600px) {
.leftTex {
    float: left;
    width: 100%;
    display: block;
}
.rightImg{
    float:right;
    width:100%;
    margin:0 0 15px 10px;
    text-align: center;
}
.rightImg img {
    width: 100%;
    margin: 0;
    padding: 0;
}
}
@media screen and (max-width: 480px) {
.leftTex {
    float: left;
    width: 100%;
    display: block;
}
.rightImg{
    float:right;
    width:100%;
    margin:0 0 15px 10px;
    text-align: center;
}
.rightImg img {
    width: 100%;
    margin: 0;
    padding: 0;
}
}

article .rightImg p{
    margin:5px 0 0;
    font-size: 12px;
}

.pic3col{
    display:-webkit-box;display:-ms-flexbox;
    display: -webkit-flex;display:flex;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    text-align: center;
    margin-bottom: 10px;
}

.pic3col li{
    width:220px;
    text-align: center;
}
@media screen and (max-width: 600px) {
.pic3col{
    display:-webkit-box;display:-ms-flexbox;
    display: -webkit-flex;display:flex;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-around;
    text-align: center;
    margin-bottom: 10px;
}
.pic3col li{
    width:100%;
    text-align: center;
}
.pic3col li img{
    width:220px;
}
｝

article .pic3col li p{
    font-size: 13px;
    margin-top: 5px;
}

.pic2col{
    display:-webkit-box;display:-ms-flexbox;display: -webkit-flex;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify; -webkit-justify-content:space-between;justify-content:space-between;
    text-align: center;
    margin-bottom: 25px;
}

.pic2col li{
    width:310px;
    text-align: center;
}
article .pic2col li p{
    font-size: 13px;
    margin-top: 5px;
}
@media screen and (max-width: 600px) {
.pic2col{
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    text-align: center;
    margin-bottom: 25px;
}

.pic2col li{
    width:310px;
    text-align: center;
}
}

article .otherBox{
    border: solid 5px #324ea4;
    padding: 0 25px 25px 25px;
}
article .otherBox .tit{
    text-align: center;
}
article .otherBox h3{
    text-align: center;
    margin-bottom: 15px;
    font-size: 25px;
}
article .otherBox h4{
    color: #FFF;
    background: #328da4;
    font-weight: bold;
    margin-top: 30px;
}
article .otherBox p{
    font-size: 15px;
    line-height: 1.8;
}
article .otherBox .normalLI li{
    font-size: 15px;
    line-height: 1.8;
    padding: 0 0 0 25px;
    background: url(/images/forte/others_ico01.png) no-repeat 0 8px;
}
@media screen and (max-width: 480px) {
article .otherBox .tit img {
    text-align: center;
    width: 80%;
}
article .otherBox h3{
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}
}
@media screen and (max-width: 375px) {
article .otherBox .tit img {
    text-align: center;
    width: 70%;
}
article .otherBox h3{
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}
article .otherBox p{
    font-size: 14px;
    line-height: 1.8;
}
article .otherBox h4{
    color: #FFF;
    background: #328da4;
    font-weight: bold;
    margin-top: 30px;
    font-size: 16px;
}
}

