@charset "UTF-8";
.clearfix, #section01 .block_01 .introduction, #section01 .block_01 .introduction .holder ul, #section01 .block_02 .inner .holder dl, #section01 .block_04 .holer, #section01 .document_block .documents {
  *zoom: 1; }
  .clearfix:after, #section01 .block_01 .introduction:after, #section01 .block_01 .introduction .holder ul:after, #section01 .block_02 .inner .holder dl:after, #section01 .block_04 .holer:after, #section01 .document_block .documents:after {
    content: "";
    display: table;
    clear: both; }

/* ------------------------------
共通
------------------------------ */
.container {
  position: relative;
  z-index: 10; }

.btn_document {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background: #0a0f93;
  min-width: 480px;
  padding: 16px 20px 16px 50px;
  border-radius: 999px;
  box-shadow: 0 5px 0 0 #151861;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 640px) {
    .btn_document {
      font-size: 16px;
      width: 100%;
      min-width: inherit;
      padding-left: 45px; } }
  .btn_document::before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    content: "\e807";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%); }
    @media only screen and (max-width: 640px) {
      .btn_document::before {
        left: 20px; } }
  .btn_document:hover {
    background: #0f16db; }


/* ------------------------------
section01
------------------------------ */
#section01 .block_01 {
  background: #d9d9d9;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 640px) {
    #section01 .block_01 {
      background: #cd0400; } }
  #section01 .block_01::before {
    content: "";
    background: #cd0400;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 640px) {
      #section01 .block_01::before {
        display: none; } }
  #section01 .block_01 .container {
    padding: 140px 0 100px; }
    @media only screen and (max-width: 640px) {
      #section01 .block_01 .container {
        padding: 60px 15px 0; } }
    #section01 .block_01 .container::before {
      content: "";
      background: #fff;
      width: 3000px;
      height: 1000px;
      display: block;
      position: absolute;
      top: -100px;
      left: -1200px;
      z-index: -1;
      transform: rotate(40deg); }
      @media only screen and (max-width: 640px) {
        #section01 .block_01 .container::before {
          width: 2000px;
          height: 1400px;
          left: -1180px;
          transform: rotate(40deg); } }
    #section01 .block_01 .container::after {
      content: "";
      background: url(/info/ad/image/service_listing/bg_sec01_01.png) center center no-repeat;
      background-size: cover;
      width: 848px;
      height: 609px;
      position: absolute;
      top: -100px;
      right: -400px;
      z-index: -2; }
      @media only screen and (max-width: 640px) {
        #section01 .block_01 .container::after {
          width: calc(100% + 30px);
          height: 0;
          margin-top: 40px;
          margin-left: -15px;
          padding-bottom: 50%;
          position: static; } }
  #section01 .block_01 .heading_sec {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 640px) {
      #section01 .block_01 .heading_sec {
        font-size: 15px; } }
    #section01 .block_01 .heading_sec span {
      font-size: 32px;
      margin-top: 8px;
      display: block; }
      @media only screen and (max-width: 640px) {
        #section01 .block_01 .heading_sec span {
          font-size: 24px; } }
    #section01 .block_01 .heading_sec::after {
      background: #181818;
      width: 90px;
      height: 5px;
      margin: 16px auto 0;
      display: block;
      content: ""; }
  #section01 .block_01 .lead {
    font-size: 18px;
    line-height: 1.5;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      #section01 .block_01 .lead {
        font-size: 16px; } }
  #section01 .block_01 .introduction {
    margin-top: 20px; }
    #section01 .block_01 .introduction .holder {
      width: 50%;
      float: left; }
      @media only screen and (max-width: 640px) {
        #section01 .block_01 .introduction .holder {
          width: 100%;
          float: none; } }
      #section01 .block_01 .introduction .holder ul {
        margin: 70px 0 0; }
        @media only screen and (max-width: 640px) {
          #section01 .block_01 .introduction .holder ul {
            margin-bottom: 10px; } }
        #section01 .block_01 .introduction .holder ul li {
          width: 50%;
          line-height: 1.5;
          padding: 30px 40px;
          position: relative;
          float: left;
          /*&:nth-child(odd) {
          	width: 40%;
          	@include media(sp){
          		width: 100%;
          	}
          }
          &:nth-child(even) {
          	width: 60%;
          	@include media(sp){
          		width: 100%;
          	}
          }*/ }
          @media only screen and (max-width: 640px) {
            #section01 .block_01 .introduction .holder ul li {
              width: 100%;
              margin-bottom: 10px;
              padding: 20px 0 20px 40px;
              float: none; } }
          @media only screen and (max-width: 640px) {
            #section01 .block_01 .introduction .holder ul li br {
              display: none; } }
          #section01 .block_01 .introduction .holder ul li:nth-child(3) {
            clear: both; }
          #section01 .block_01 .introduction .holder ul li::before {
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 700;
            color: #fff;
            font-size: 16px;
            position: absolute;
            top: 4px;
            left: 6px;
            z-index: 1; }
          #section01 .block_01 .introduction .holder ul li::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 50px 50px 0 0;
            border-color: #cd0400 transparent transparent transparent;
            content: "";
            position: absolute;
            top: 0;
            left: 0; }
          #section01 .block_01 .introduction .holder ul li:nth-child(1)::before {
            content: "01"; }
          #section01 .block_01 .introduction .holder ul li:nth-child(2)::before {
            content: "02"; }
          #section01 .block_01 .introduction .holder ul li:nth-child(3)::before {
            content: "03"; }
          #section01 .block_01 .introduction .holder ul li:nth-child(4)::before {
            content: "04"; }
      #section01 .block_01 .introduction .holder p {
        color: #10168c;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        border: 6px solid #eee;
        padding: 20px; }
        @media only screen and (max-width: 640px) {
          #section01 .block_01 .introduction .holder p {
            font-size: 18px;
            padding: 15px;
            border-width: 4px; } }
#section01 .block_02 {
  background: url(/info/ad/image/common/bg_pattern_03.jpg);
  padding: 80px 0; }
  @media only screen and (max-width: 640px) {
    #section01 .block_02 {
      padding: 50px 0; } }
  #section01 .block_02 .inner {
    width: 100%;
    display: table;
    table-layout: fixed; }
    @media only screen and (max-width: 640px) {
      #section01 .block_02 .inner {
        display: block; } }
    #section01 .block_02 .inner .holder {
      text-align: center;
      width: 50%;
      padding: 0 30px;
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 640px) {
        #section01 .block_02 .inner .holder {
          width: 100%;
          padding: 0;
          display: block; } }
      #section01 .block_02 .inner .holder dl {
        display: inline-block; }
        @media only screen and (max-width: 640px) {
          #section01 .block_02 .inner .holder dl {
            margin-bottom: 20px; } }
        #section01 .block_02 .inner .holder dl dt,
        #section01 .block_02 .inner .holder dl dd {
          float: left; }
          @media only screen and (max-width: 640px) {
            #section01 .block_02 .inner .holder dl dt,
            #section01 .block_02 .inner .holder dl dd {
              float: none; } }
        #section01 .block_02 .inner .holder dl dt {
          font-size: 24px;
          font-weight: bold;
          line-height: 1.4;
          text-align: left;
          margin-right: 10px;
          padding-top: 10px; }
          @media only screen and (max-width: 640px) {
            #section01 .block_02 .inner .holder dl dt {
              font-size: 20px; } }
        #section01 .block_02 .inner .holder dl dd {
          color: #e52c29;
          font-size: 40px;
          font-weight: bold; }
          @media only screen and (max-width: 640px) {
            #section01 .block_02 .inner .holder dl dd {
              font-size: 30px; } }
          #section01 .block_02 .inner .holder dl dd span.value {
            font-size: 85px; }
            @media only screen and (max-width: 640px) {
              #section01 .block_02 .inner .holder dl dd span.value {
                font-size: 60px; } }
          #section01 .block_02 .inner .holder dl dd span.unit {
            font-size: 65px; }
            @media only screen and (max-width: 640px) {
              #section01 .block_02 .inner .holder dl dd span.unit {
                font-size: 50px; } }
      #section01 .block_02 .inner .holder p {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 40px; }
        @media only screen and (max-width: 640px) {
          #section01 .block_02 .inner .holder p {
            font-size: 16px;
            margin-bottom: 30px; } }
      #section01 .block_02 .inner .holder .btn {
        background: #cd0400;
        width: 100%;
        height: 80px;
        margin: 0 auto;
        border-radius: 999px;
        box-shadow: 0 5px 0 0 #980300;
        display: block;
        transition: all 0.5s ease; }
#section01 .block_02 .inner .holder .btn p {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
    padding: 0.5em 0;
}
.caution {
	font-weight: normal;
	font-size: 14px;
}
        @media only screen and (max-width: 640px) {
          #section01 .block_02 .inner .holder .btn {
            font-size: 20px;
            height: auto;} 
			#section01 .block_02 .inner .holder .btn p {
				color: #fff;
				font-size: 18px;
				font-weight: bold;
				text-align: center;
				line-height: 2;
				padding: 0.6em 0.2em;
}}
        #section01 .block_02 .inner .holder .btn:hover {
          background: #ff1f1b; }
#section01 .block_03 {
  text-align: center;
  padding: 80px 0; }
  @media only screen and (max-width: 640px) {
    #section01 .block_03 {
      padding: 40px 0; } }
  #section01 .block_03 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      #section01 .block_03 h3 {
        font-size: 18px;
        margin-bottom: 20px; } }
#section01 .block_04 {
  background: #dcdcdc;
  padding: 80px 0; }
  @media only screen and (max-width: 640px) {
    #section01 .block_04 {
      padding: 40px 0; } }
  #section01 .block_04 .holer {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 640px) {
      #section01 .block_04 .holer {
        position: static;
        transform: none; } }
/*#section01 .block_04 a:first-child {
	padding: 16px;
}*/
  #section01 .block_04 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    background: #cd0400;
    width: 32%;
    padding: 16px 20px;
    border-radius: 999px;
    box-shadow: 0 5px 0 0 #980300;
    display: block;
    float: left;
    transition: all 0.5s ease; }
    transition: all 0.5s ease; }
    @media only screen and (max-width: 640px) {
      #section01 .block_04 a {
        font-size: 16px;
        width: 100%;
        padding: 10px 20px;
        float: none; } }
    #section01 .block_04 a span {
      font-size: 14px;
      display: block; }
      @media only screen and (max-width: 640px) {
        #section01 .block_04 a span {
          font-size: 13px; } }
    #section01 .block_04 a:hover {
      background: #ff1f1b; }
#section01 .block_04 a {
      margin-right: 2%; }
      @media only screen and (max-width: 640px) {
        #section01 .block_04 a {
          margin-right: 0; } }
		#section01 .block_04 a:last-child {margin: 0;}
    #section01 .block_04 a:not(:last-child) {
      margin-bottom: 15px; }
#section01 .document_block {
  background: url(/info/ad/image/common/bg_pattern_03.jpg);
  padding: 40px 0; }
  @media only screen and (max-width: 640px) {
    #section01 .document_block {
      padding: 20px 0; } }
  #section01 .document_block .documents {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 640px) {
      #section01 .document_block .documents {
        display: block;
        position: static;
        transform: none; } }
    #section01 .document_block .documents .holder {
      margin: 20px 25px;
      float: left; }
      @media only screen and (max-width: 640px) {
        #section01 .document_block .documents .holder {
          margin: 0;
          float: none; } }
      #section01 .document_block .documents .holder p {
        margin-top: 20px; }
     /* #section01 .document_block .documents .holder_lastchild {
        clear: both; }*/
      #section01 .document_block .documents .holder:nth-child(3),  #section01 .document_block .documents .holder:nth-child(5) {
        clear: both; }
      #section01 .document_block .documents .holder:not(:last-child) {
        margin-bottom: 20px; }

/*# sourceMappingURL=service_listing.css.map */
