/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
#tpl-contents {
  /* [ sectionÒªËØ ]
	-----------------------*/ }
  #tpl-contents .section-block {
    border-top: 1px solid #023462;
    margin-top: 50px;
    padding-top: 50px; }
  @media screen and (max-width: 740px) {
    #tpl-contents .section-block {
      margin: 40px -10px 0;
      padding: 40px 10px 0; } }
  #tpl-contents .large-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #023462; }
  @media screen and (max-width: 740px) {
    #tpl-contents .large-title {
      font-size: 20px;
      text-align: left; } }
  #tpl-contents .section-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #023462; }
  @media screen and (max-width: 740px) {
    #tpl-contents .section-title {
      font-size: 18px;
      text-align: left; } }

/* #section-feature
-----------------------*/
#section-feature {
  /* .item
	-----------------------*/ }
  #section-feature .list-wrap {
    overflow: hidden;
    padding-top: 30px; }
  #section-feature .list-wrap > ul {
    overflow: hidden;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE; }
  #section-feature .list-wrap .item {
    float: left;
    width: 326px;
    box-sizing: border-box;
    padding: 30px;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE; }
  @media screen and (max-width: 740px) {
    #section-feature .list-wrap .item {
      width: 50%;
      padding: 10px; } }
  #section-feature .list-wrap .item .title {
    font-size: 18px;
    font-weight: bold;
    color: #023462;
    text-align: center;
    line-height: 1.4; }
  @media screen and (max-width: 740px) {
    #section-feature .list-wrap .item .title {
      font-size: 12px; } }
  #section-feature .list-wrap .item .img {
    padding-top: 27px;
    text-align: center; }
  @media screen and (max-width: 740px) {
    #section-feature .list-wrap .item .img {
      padding-top: 10px; }
    #section-feature .list-wrap .item .img img {
      width: auto;
      max-width: none;
      height: 57px; } }
  #section-feature .list-wrap .item .text {
    padding-top: 30px; }
  @media screen and (max-width: 740px) {
    #section-feature .list-wrap .item .text {
      display: none; } }