@charset "UTF-8";
@-webkit-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}
@keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes bgScroll {
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: 1920px center;
    }
}
@keyframes bgScroll {
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: 1920px center;
    }
}
@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
[data-animation] {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition-duration: .5s;
    transition-property: transform, opacity;
}
[data-animation="after"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#social .main_v_2nd {
    background: url(../img/main_social.jpg) no-repeat center center;
}


.u-inner {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.u-inner-min {
    max-width: 1000px;
}
.u-inner::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width:1099px) {

    a[href^="tel:"] {}
    .u-inner {
        padding: 0 2%;
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width:799px) {

    .u-inner {
        padding: 0 10px;
    }
}
.feature {
    padding-top: 81px;
    /* padding-bottom: 130px; */
    background: #fff;
}
.feature_areaTitle {
    margin-bottom: 53px;
}
.feature_tInner {}
.feature_title {
    margin-bottom: 11px;
}
.feature_title > b {
    display: block;
}
.feature_title > img {
    display: block;
    margin: 10px auto 0;
}
.feature_text {
    text-align: center;
}


.u-headline02 {
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.u-spInline {
    display: none;
}

.u-headline03 {
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-size: 30px;
    text-align: center;
}

@media screen and (max-width: 800px) {
.u-headline03 {
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-size: 28px;
    text-align: center;
}

}




@media screen and (max-width: 414px) {

    .u-headline02 {
        line-height: 1.2;
        margin-bottom: 1em;
        margin-top: 1em;
        font-size: 23px;
        text-align: center;
    }
    .u-headline02 > span {
        display: block;
    }


    .u-headline03 {
        line-height: 1.2;
        margin-bottom: 1.5em;
        font-size: .8rem;
        text-align: center;
    }
}




.feat {
    /* background: linear-gradient(180deg, #ccc 1px, #fff 1px); */
    padding-bottom: 100px;
}
.feat_inner {}
.feat_title {
    border-top: 3px solid #6b6b6b;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 25px;
    padding-left: 100px;
    padding-top: 30px;
    min-height: 80px;
    box-sizing: border-box;
    margin-bottom: 25px;
}



.feat_title2 {
    position: relative;
    padding: 10px 20px;
    background: #02126d;
    color: #fff;
    width: 90px;
    top: 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: -11px;
    left: -5px;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.feat_title2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #2d42bd;
}


.feat_title > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: -11px;
    left: -16px;
}
.feat_title > b {
    color: #02126d;
}
.feat_cols {
    position: relative;
    z-index: 1;
    display: flex;
}
.feat_cols::after {
    content: "";
    display: block;
    clear: both;
}
.feat_col {}

.feat_col-no0 {
    width: 100%;
    flex: 0 0 100%;
}

.feat_col-no1 {
    width: 80%;
    flex: 0 0 80%;
}
.feat_text {}
.feat_caution {
    font-size: 14px;
    margin-top: 3px;
}
.feat_col-no2 {
    flex: 0 0 20%;
}
[data-animation="after"] .feat_image {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feat_image {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 1;
    transition-duration: .3s;
    transition-property: transform, opacity;
    transition-delay: .3s;
    max-width: 250px;
}

.feat_image-no1 {
    top: 0px;
}
.feat_image-no2 {
    top: 60px;
}
.feat_image-no3 {}
.feat_image-no4 {
    top: 90px;
}

.feat_image-no5 {
    padding:5%;
}


.feat_image > img {}
/* .visual {
    background: url(../img/bg-main.jpg) center center no-repeat;
    background-size: cover;
    transition-duration: 1s;
    transition-property: opacity;
    opacity: 0;
    transition-delay: .2s;
    overflow: hidden;
} */








.feat_a {
    /* background: linear-gradient(180deg, #ccc 1px, #fff 1px); */
    padding-bottom: 100px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.feat_a_inner {}
.feat_a_title {
    /* border-top: 3px solid #000000; */
    /* position: relative; */
    /* z-index: 1; */
    /* line-height: 1; */
    /* font-size: 30px; */
    /* padding-left: 100px; */
    /* padding-top: 30px; */
    /* min-height: 80px; */
    /* box-sizing: border-box; */
    /* margin-bottom: 25px; */
    border-top: 3px solid #000000;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 30px;
    padding-left: 100px;
    padding-top: 30px;
    min-height: 80px;
    box-sizing: border-box;
    margin-bottom: 25px;
}



.feat_a_title2 {
  position: relative;
  padding: 30px 20px;
  background: #FFC107;
  color: #321f1f;
  width: 100px;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: -11px;
  left: -16px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.feat_a_title2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(118, 106, 22);
}

.feat_a_title3 {
  position: relative;
  padding: 30px 20px;
  color: #321f1f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}


.feat_a_title4 {
  /* position: relative; */
  padding: 30px 20px;
  color: #321f1f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: solid 2px #ffb03f;
  padding: 1.5em 1.5em;
  margin-top: 50px;
  margin-bottom: 50px;
}



.feat_a ul{
  border: solid 2px #ffb03f;
  padding:1.5em 2.5em;
  position: relative;
  margin: 25px;
}



.feat_a li{
  color: #321f1f;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em; 

  line-height: 1.5;
  list-style-type: none!important;/*ポチ消す*/
}


.feat_a ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}




.feat_a_title > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: -11px;
    left: -16px;
}
.feat_a_title > b {}
.feat_a_cols {
    position: relative;
    z-index: 1;
}
.feat_a_cols::after {
    content: "";
    display: block;
    clear: both;
}
.feat_a_col {}
.feat_a_col-no1 {
    width: 61%;
}
.feat_a_text {}
.feat_a_caution {
    font-size: 14px;
    margin-top: 3px;
}
.feat_a_col-no2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 70px;
}
.feat_a_image {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
    transition-duration: .3s;
    transition-property: transform, opacity;
    transition-delay: .3s;
}
[data-animation="after"] .feat_image {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feat_a_image-no1 {
    top: 0px;
}
.feat_a_image-no2 {
    top: 60px;
}
.feat_a_image-no3 {}
.feat_a_image-no4 {
    top: 90px;
}

.feat_image > img {}
/* .visual {
    background: url(../img/bg-main.jpg) center center no-repeat;
    background-size: cover;
    transition-duration: 1s;
    transition-property: opacity;
    opacity: 0;
    transition-delay: .2s;
    overflow: hidden;
} */







@media screen and (max-width: 1099px) {
    [data-animation] {}
    [data-animation="after"] {}

    .feature {}
    .feature_areaTitle {}
    .feature_tInner {}
    .feature_title {}
    .feature_title > b {}
    .feature_title > img {
        width: 240px;
    }
    .feature_text {}
    .feat {
        padding-bottom: 50px;
        background: none;
    }
    .feat:last-of-type {
        padding-bottom: 0;
    }
    .feat_inner {}
    .feat_title {
        padding-top: 16px;
        min-height: 58px;
        margin-bottom: 20px;
        border-top-width: 2px;
        font-size: 24px;
        padding-left: 83px;
    }
    .feat_title > img {
        width: 80px;
        top: -7px;
    }
    .feat_title > b {}
    .feat_cols {}
    .feat_cols::after {}
    .feat_col {}
    .feat_col-no1 {
        /* float: left; */
        /* width: 66%; */
    }
    .feat_text {}
    .feat_caution {}
    .feat_col-no2 {
        /* position: static; */
        /* width: 31%; */
        /* float: right; */
    }
    .feat_image {
        position: static;
    }
    [data-animation="after"] .feat_image {}
    .feat_image-no1 {}
    .feat_image-no2 {}
    .feat_image-no3 {}
    .feat_image > img {}
    
}
@media screen and (max-width: 799px) {
    [data-animation] {}
    [data-animation="after"] {}
  
    [data-animation="after"] .func_image {}
    .func_image > img {}
      
    .feature {
        padding-top: 45px;
        padding: 45px 2% 45px;
    }
    .feature_areaTitle {
        margin-bottom: 35px;
    }
    .feature_tInner {}
    .feature_title {}
    .feature_title > b {}
    .feature_title > img {
        width: 180px;
    }
    .feature_text {
        /*max-width: 90%;*/
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .feat {
        padding-bottom: 35px;
    }
    .feat_inner {}
    .feat_title {
        font-size: 18px;
        padding-left: 55px;
        padding-top: 9px;
        min-height: 37px;
        margin-bottom: 15px;
    }
    .feat_title > img {
        width: 50px;
        left: -4px;
        top: -5px;
    }
    .feat_title > b {}
    .feat_cols {
      -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
    }
    .feat_cols::after {}
    .feat_col {
        width: auto;
        float: none;
    }
    .feat_col-no1 {flex: 0 0 100%;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
    .feat_text {
    padding-left: 10px;
}
    .feat_caution {}
    .feat_col-no2 {flex: 0 0 100%;-ms-flex-order: 1;-webkit-order:1;order:1;}
    .feat_image {
        max-width: 250px;
        margin: 15px auto 0;
    }
    [data-animation="after"] .feat_image {}
    .feat_image-no1 {}
    .feat_image-no2 {}
    .feat_image-no3 {}
    .feat_image > img {
    width: 250px;
}
    

    .feat_title2 {
      padding: 10px 15px 8px;
      /* background: #FFC107; */
      color: #321f1f;
      width: 70px;
      z-index: 1;
      top: -25px;
      left: -16px;
      font-size: 30px;
    }

    .feat_title2::before {
/*       position: absolute;
      content: '';
      top: 100%;
      left: 0;
      border: none;
      border-bottom: solid 15px transparent;
      border-right: solid 20px rgb(118, 106, 22); */
    }



  
}

@media screen and (max-width: 414px) {
feat_col-no1{flex: 0 0 100%}
feat_col-no2{flex: 0 0 100%}
.feat_image {width:100%;/* max-width: 400px; */padding: 20px;margin-bottom: 15px;text-align: center;}
.feature_text {text-align: left; font-size: .9rem;}
.fea-txt {text-align: center;}



    .feat_title {
        font-size: 17px;
        padding-left: 47px;
        padding-top: 9px;
        min-height: 37px;
        margin-bottom: 15px;
    }
    .fea-ttl {
        width: 100%;
        padding: 10px;
        background-color: #ffb03f;
        color: #fff;
        font-size: 1.2rem;
    }
    
    .feature {
        padding-bottom:200px;}


     .feat_title2 {
      padding: 8px 14px 8px;
      width: 60px;
      /* z-index: 1; */
      left: -8px;
      font-size: 25px;
      color: #fff;
    }
    .feat_image .data-img {
        display: none;
    }
}




.message {
    width:100%;
    max-width:1200px;
    margin: 0 auto 0px;
    height: 100%;
    padding-bottom: 150px;
}

.messageIn {
    max-width: 1105px;
    overflow: hidden;
    padding-bottom: 100px;
    margin: 20px auto;
    width: 100%;
}

.messageBox {
    float: left;
    width: 800px;
}

.messageTxt {
    margin-top: 18px;
    letter-spacing: .075em
}

.messageImg {
    float: right;
    width: 250px;
    /*     height: 520px; */
    /*     background: url(../images/company_appearance.jpg) */
}

.messageImg img { width:100%;
padding:1%;
}

.messageImg2 {
    width:100%;
   }


.messageImg2 img {
    width:100%;
/*     padding:1%; */
    max-width:1000px;
    margin: 20px;
    text-align:center;
}

@media only screen and (max-width: 1200px) { 
.messageImg2 {
    width:100%;
   }


.messageImg2 img {
    width:90%;

}
}



@media only screen and (max-width: 500px) { 

    .messageIn {
        width: 100%;
        overflow: hidden;
        padding-bottom: 100px;
    }
    
    .messageBox {
        clear:both;
        width: 100%;
    }
    
    .messageTxt {
        margin-top: 18px;
        letter-spacing: .075em
    }
    
    .messageImg {
        clear:both;
        width: 100%;
        /*     height: 520px; */
        /*     background: url(../images/company_appearance.jpg) */
        text-align: center;
    }
    
    .messageImg img {
    width: 50%;
    padding:1%;
    margin: 10px auto;
    }



    .messageImg2 img {
        width:100%;
        margin: 20px 0;
    }

    
    
    }
    



table.tbParalles {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /* font-size: 18px; */
  }
  
  table.tbParalles th,table.tbParalles td{
    padding: 10px;
    /* text-align: center; */
    border: 1px solid #9E9E9E;
    /* font-size: 14px; */
  }
  
  table.tbParalles tr:nth-child(odd){
    background-color: #eee
  }

/* .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.item {
  width: 32%;
  padding: 1em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.item-image {
  margin-bottom: 1em;
}
.item-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
} */



.item {
    border-radius: 5px;
    /* background: #edf; */
    padding: 10px;
    margin: 5px;
    text-align: center;
    border: 1px solid #eee;
  }

.item2 {
    border-radius: 5px;
    /* background: #edf; */
    padding:15px 10px 10px;
    margin: 20px 5px;
    text-align: center;
    border: 1px solid #eee;
    position:relative;
  }

.item p,
  .item2 p{/* text-align:left; *//* font-size:13px; *//* font-weight:600; *//* line-height: 1.7; *//* padding: 2%; */}
  .item2_pic{background:#000;color:#fff;padding:3px;position:absolute;top: -15px;} 
  .item2_picA{background:#ffb03f;color:#000;padding:3px;position:absolute;top: -15px;}   
  .item2 p span{background:#000; color:#fff; padding:5px;}

/*   img {
    max-width: 100%;
    height: auto;
  }
  p {
    text-align: left;
  } */
  
  @media ( min-width : 600px ){
    .flexbox {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      /* max-width: 1200px; */
      justify-content: center; /* 子要素をflexboxにより中央に配置する */
      /* align-items: center; */  /* 子要素をflexboxにより中央に配置する */
      /* margin-bottom: 100px; */
      }
    .item {
      width: 18%;
    }
  .item img{width: 70%;}
  .item2 {width: 100%;}
  .item2 img{width: 50%;}
  .item p,
  .item2 p{/* text-align:left; *//* font-size: 17px; *//* font-weight:600; *//* line-height: 1.7; *//* padding: 2%; */}
  .item2_pic{background:#000;color:#fff;padding:3px;position:absolute;top: -15px;padding: 2%;font-size: 18px;} 
  .item2_picA{background:#ffb03f;color:#000;padding:3px;position:absolute;top: -15px;padding: 2%;font-size: 18px;} 
  .item2_txt{text-align:left;font-size: 17px;font-weight:600;line-height: 1.7;padding: 2%;padding-top: 5%;}
  .item2 p span{background:#000; color:#fff; padding:5px;}

  }




  
/*----------------------------------------------------
柔軟な対応力
------------------*/

.boxFlexible {
    position: relative;
    margin: 5em 0 0;
    padding: 1em 1em;
    border: solid 3px #16110d;
}
.boxFlexible .box-title {
    /* position: absolute; */
    display: inline-block;
    /* top: -37px; */
    left: 0px;
    right: 0px;
    padding: 0 9px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 15px;
    background: #ffbe2e;
    color: #16110d;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.boxFlexible p {
    margin: 0;
    padding: 0;
    font-size: .8rem;
}




/*----------------------------------------------------
QCDS
------------------*/

.boxQcds {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #18274d;
    border-radius: 1px;
}
.boxQcds .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 00px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    /* background: #FFF; */
    /* color: #18274d; */
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0px 5px 5px 5px;
}
.boxQcds p {
    margin: 0;
    padding: 0 0 0;
}

.boxQcds p span{
    border-bottom: 1px dashed #eee;
    border-bottom: 1px solid#eee;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid #ddd; */
  padding: 0.4em;
  margin: 50px 0 2em;
}

.flexbox > div {
  background: #f8e7cc;
  padding: 0.5em;
  flex: 1 0 230px;
  margin: 0.4em 0.4em;
}



.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid #ddd; */
  padding: 0.4em;
  margin: 50px 0 2em;
}

.flexbox2 > div {
  /* background: #f8e7cc; */
  padding: 1.5em 1em;
  flex: 1 0 300px;
  margin: 2em 0.4em;
}



.box_C_a{
  background:#607D8B;
  border:#607D8B;
  color:#fff;
}

.box_C_b{
  background:#157597;
  border:#157597;
  color:#fff;
}

.box_C_c{
  background:#1c354c;
  border:#1c354c;
  color:#fff;
}

.box_C_d{
  background:#335362;
  border:#335362;
  color:#fff;
}

.box_C_e{
  background:#4CAF50;
  border:#4CAF50;
  color:#fff;
}

.box_C_f{
  background:#095194;
  border:#095194;
  color:#fff;
}

.box_C_g{
  background:#2b434f;
  border:#0a5098;
  color:#fff;
}

.box_C_h{
  background:#009688;
  border:#009688;
  color:#fff;
}

.box_C_i{
  background:#204c79;
  border:#204c79;
  color:#fff;
}


table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #000;
  }
  
  table tr {
    background-color: #fff;
    padding: .35em;
    border-bottom: 1px solid #bbb;
  }
  table thead{
    border-bottom: 5px solid #02126d;
  }
  table tr:last-child{
     border-bottom: none
  }
  table th,
  table td {
    padding: 0.8em 10px 0.8em 1em;
    border-right: 1px solid #bbb;
  }
  table th:last-child,
  table td:last-child{
      border: none;
  }
  tbody th {
      color: #02126d;
  }
  .txt{
     text-align: left;
     font-size: 1em;
  }
  .price{
     text-align: right;
  }

  .wide01{width: 20%;}
  .wide02{width:70%;}

  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
      width:100%
    }
    table th{
      display: block;
      border-right: none;
      border-bottom: 5px solid #ff9901;
      padding-bottom: .6em;
      margin-bottom: .6em;
  
    }
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      display: block;
      margin-bottom: 2em;
    }
    
    table td {
      border-bottom: 1px solid #bbb;
      display: block;
      font-size: .8em;
      text-align: right;
      position: relative;
      padding: .625em .625em .625em 1em;
      border-right: none;
    }
    
    table td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  .wide01{width: 100%;}
  .wide02{width:100%;}

    
  }



  .mane {
	width:90%;
	margin: 0 auto;
	/* text-align: center; */
	padding-top:30px;
}


.mane h2{
	font-size: 25px;
	font-weight:400;
	text-align:left;
	padding-left:30px;
}
.mane h2{
  position: relative;
  color: white;
  background: #02126d;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.mane h2:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f02e";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
  padding-left: 5px;
}

.mane h3{
  position: relative;
  color: #3a3a3a;
  text-align:left;
  font-size: 15px;
  line-height: 2.5;
  padding-left: 40px;
  border-bottom:solid 1px;
}

.mane h3:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f299";
  position: absolute;
  left : 0.6em; /*左端からのアイコンまでの距離*/
  font-size: 18px;
  top: -5px;
  color: #02126d;
}

