.content .ttlTop {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  color: #ffffff;
  background: url(../../common/img/bg_green.gif) repeat left top;
  padding: 40px 45px; }
  @media screen and (max-width: 768px) {
    .content .ttlTop {
      width: 100%;
      height: auto;
      padding: 25px 5%; } }
  .content .ttlTop h2.robot {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .content .ttlTop h2.robot {
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .content .ttlTop h2.robot em {
        line-height: 1.2;
        padding-right: 100px;
        display: block; } }
    .content .ttlTop h2.robot span {
      font-family: 'Noto Sans JP', sans-serif;
      display: block;
      font-size: 30px;
      letter-spacing: 7px;
      margin-top: 12px; }
      @media screen and (max-width: 768px) {
        .content .ttlTop h2.robot span {
          font-size: 25px;
          margin-top: 7px;
          letter-spacing: 1px; } }
    .content .ttlTop h2.robot span.small {
      font-size: 20px;
      letter-spacing: 7px;
      display: inline !important; }
      @media screen and (max-width: 768px) {
        .content .ttlTop h2.robot span.small {
          font-size: 16px;
          letter-spacing: 1px; } }
  .content .ttlTop h2.category {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    letter-spacing: 5px;
    position: absolute;
    top: 20px;
    right: 0;
    border-bottom: 1px solid #ffffff;
    padding: 0 22px 8px 8px;
    display: inline-block;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .content .ttlTop h2.category {
        font-size: 15px;
        letter-spacing: 1px;
        padding: 0 17px 5px 6px;
        top: 15px; } }
.content h2.ttl {
  width: 1080px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ffffff;
  background: url(../../common/img/bg_green.gif) repeat left top;
  padding: 20px 30px;
  font-size: 22px;
  letter-spacing: 5px; }
  @media screen and (max-width: 768px) {
    .content h2.ttl {
      width: 100%;
      font-size: 18px;
      padding: 15px 5%;
      letter-spacing: 1px; } }
.content .contWrap {
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .content .contWrap {
      margin: 30px auto 60px;
      display: block; } }
  .content .contWrap .boxL {
    width: 540px;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .content .contWrap .boxL {
        width: 100%;
        padding: 0; } }
    .content .contWrap .boxL h3 {
      margin: 50px 0 15px;
      font-size: 22px;
      font-weight: bold;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .content .contWrap .boxL h3 {
          margin-top: 40px;
          font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .content .contWrap .boxL .imgSP {
        margin-top: 30px; } }
    .content .contWrap .boxL ul.greenList li {
      border-top: 1px solid #333333;
      width: 100%;
      position: relative; }
      .content .contWrap .boxL ul.greenList li:after {
        content: '';
        width: 13px;
        height: 13px;
        pointer-events: none;
        border: 0px;
        border-top: solid 2px #005cba;
        border-right: solid 2px #005cba;
        transform: rotate(135deg);
        position: absolute;
        top: calc(50% - 12px);
        right: 15px;
        z-index: 100; }
        @media screen and (max-width: 768px) {
          .content .contWrap .boxL ul.greenList li:after {
            width: 8px;
            height: 8px;
            top: calc(50% - 7px);
            right: 15px; } }
      .content .contWrap .boxL ul.greenList li:last-child {
        border-bottom: 1px solid #333333; }
      .content .contWrap .boxL ul.greenList li a:before,
      .content .contWrap .boxL ul.greenList li a:after {
        position: absolute;
        z-index: -1;
        display: block;
        content: ''; }
      .content .contWrap .boxL ul.greenList li a,
      .content .contWrap .boxL ul.greenList li a:before,
      .content .contWrap .boxL ul.greenList li a:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .content .contWrap .boxL ul.greenList li a {
        display: block;
        padding: 15px 10px;
        position: relative;
        z-index: 2;
        overflow: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-decoration: none;
        outline: none; }
        @media screen and (max-width: 768px) {
          .content .contWrap .boxL ul.greenList li a {
            padding: 10px 30px 10px 10px !important; } }
        .content .contWrap .boxL ul.greenList li a:before {
          top: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .content .contWrap .boxL ul.greenList li a:hover {
          -webkit-transition: all .3s;
          transition: all .3s; }
          .content .contWrap .boxL ul.greenList li a:hover:before {
            top: 0;
            left: 0;
            background-color: #d7e0d3;
            -webkit-transition: all .3s;
            transition: all .3s; }
    .content .contWrap .boxL span {
      font-weight: bold; }
    .content .contWrap .boxL dl {
      border-top: 1px solid #333333;
      padding: 15px 10px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .content .contWrap .boxL dl {
          display: block;
          padding: 10px; } }
      .content .contWrap .boxL dl:last-child {
        border-bottom: 1px solid #333333; }
      .content .contWrap .boxL dl dt {
        width: 130px;
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .content .contWrap .boxL dl dt {
            width: 100%;
            margin-right: 0;
            font-weight: bold; } }
      .content .contWrap .boxL dl dd {
        width: 370px; }
        @media screen and (max-width: 768px) {
          .content .contWrap .boxL dl dd {
            width: 100%;
            margin-top: 5px; } }
  .content .contWrap .boxR {
    width: 540px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .content .contWrap .boxR {
        display: none; } }
.content ul.menu {
  padding: 20px 0; }
  .content ul.menu li {
    padding: 2px 20px 2px 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .content ul.menu li {
        font-size: 13px;
        padding: 2px 0 2px 22px; } }
    .content ul.menu li:before {
      content: '';
      width: 13px;
      height: 2px;
      pointer-events: none;
      border: 0px;
      border-top: solid 2px #000000;
      position: absolute;
      top: 15px;
      left: 10px; }
      @media screen and (max-width: 768px) {
        .content ul.menu li:before {
          width: 11px;
          top: 14px;
          left: 5px; } }
.content .img {
  text-align: center;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .content .img {
      margin-top: 20px; } }
