/* stylelint-disable */
/* stylelint-disable */
@charset "UTF-8";
.clearfix, #section01 .block_top .feature, #section01 .block_top .feature .holder, #section01 .block_bottom .feature, #section02 .service_type, #section04 .steps ul, #section05 .agents_02 ul, #section06 .downloads {
  *zoom: 1; }
  .clearfix:after, #section01 .block_top .feature:after, #section01 .block_top .feature .holder:after, #section01 .block_bottom .feature:after, #section02 .service_type:after, #section04 .steps ul:after, #section05 .agents_02 ul:after, #section06 .downloads:after {
    content: "";
    display: table;
    clear: both; }

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

.heading_sec {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .heading_sec {
      font-size: 26px; } }
  .heading_sec::after {
    content: "";
    width: 90px;
    height: 5px;
    margin: 16px auto 0;
    display: block; }

.btn_sec {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: #cd0400;
  margin: 0 auto;
  border-radius: 999px;
  box-shadow: 0 5px 0 0 #980300;
  display: block;
  transition: all 0.5s ease; }
  .btn_sec:hover {
    background: #ff1f1b; }
  .btn_sec_m {
    line-height: 80px;
    width: 550px;
    height: 80px; }
    @media only screen and (max-width: 640px) {
      .btn_sec_m {
        font-size: 22px;
        line-height: 60px;
        width: 100%;
        height: 60px; } }
  .btn_sec_l {
    line-height: 100px;
    width: 680px;
    height: 100px; }
    @media only screen and (max-width: 640px) {
      .btn_sec_l {
        font-size: 22px;
        line-height: 60px;
        width: 100%;
        height: 60px; } }

/* ------------------------------
アニメーション
------------------------------ */
@keyframes bound {
  0% {
    opacity: 0;
    top: 325px; }
  22% {
    opacity: 0;
    top: 325px; }
  52% {
    opacity: 1;
    top: 245px; }
  60% {
    opacity: 1;
    top: 266px; }
  68% {
    opacity: 1;
    top: 245px; }
  76% {
    opacity: 1;
    top: 259px; }
  84% {
    opacity: 1;
    top: 245px; }
  92% {
    opacity: 1;
    top: 252px; }
  100% {
    opacity: 1;
    top: 245px; } }
@keyframes bound_sp {
  0% {
    opacity: 0;
    top: 260px; }
  22% {
    opacity: 0;
    top: 260px; }
  52% {
    opacity: 1;
    top: 160px; }
  60% {
    opacity: 1;
    top: 172px; }
  68% {
    opacity: 1;
    top: 160px; }
  76% {
    opacity: 1;
    top: 168px; }
  84% {
    opacity: 1;
    top: 160px; }
  92% {
    opacity: 1;
    top: 164px; }
  100% {
    opacity: 1;
    top: 160px; } }
@keyframes bigup {
  0% {
    transform: scale(1, 1); }
  8% {
    transform: scale(1.6, 1.6); }
  24% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 1); } }
/* ------------------------------
main visual
------------------------------ */
#main_visual {
  position: relative; }
  @media only screen and (max-width: 640px) {
    #main_visual {
      background: url(/info/ad/image/top/bg_sec01_01.png) center top no-repeat;
      background-size: cover; } }
  #main_visual .container {
    padding: 100px 0 0; }
    @media only screen and (max-width: 640px) {
      #main_visual .container {
        padding: 30px 15px 50px; } }
    #main_visual .container::before {
      content: "";
      background: #fff;
      position: absolute;
      top: -80px;
      left: -3050px;
      z-index: -1;
      width: 3000px;
      height: 1550px;
      display: block;
      transform: skewX(-65deg); }
      @media only screen and (max-width: 640px) {
        #main_visual .container::before {
          top: -400px; } }
    @media only screen and (min-width: 641px) {
      #main_visual .container::after {
        content: "";
        background: url(/info/ad/image/top/bg_sec01_01.png) center top no-repeat;
        background-size: cover;
        width: 1620px;
        height: 1430px;
        display: block;
        position: absolute;
        top: -100px;
        right: -15px;
        z-index: -2; } }
    @media only screen and (min-width: 1201px) {
      #main_visual .container::after {
        right: calc((1170px - 100vw) / 2);
        width: 99vw;
        height: 1600px; } }
  #main_visual .inner {
    display: table;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      #main_visual .inner {
        display: block; } }
    #main_visual .inner > div {
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 640px) {
        #main_visual .inner > div {
          display: block; } }
    #main_visual .inner .copy {
      width: 650px; }
      @media only screen and (max-width: 640px) {
        #main_visual .inner .copy {
          width: 100%;
          margin-bottom: 30px; } }
      #main_visual .inner .copy h1 {
        height: 401px; }
        @media only screen and (max-width: 640px) {
          #main_visual .inner .copy h1 {
            height: auto; } }
      #main_visual .inner .copy .note {
        font-size: 14px;
        margin-top: 30px; }
    #main_visual .inner .chart {
      width: 470px;
      padding-left: 20px;
      position: relative; }
      @media only screen and (max-width: 640px) {
        #main_visual .inner .chart {
          text-align: center;
          width: 100%;
          padding: 0; } }
      #main_visual .inner .chart #graph {
        width: 450px;
        height: 450px; }
        @media only screen and (max-width: 640px) {
          #main_visual .inner .chart #graph {
            width: 280px;
            height: 280px; } }
      #main_visual .inner .chart .pie_tx {
        font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
        font-size: 20px;
        color: #fff;
        line-height: 1.2;
        text-align: center;
        width: 310px;
        margin: 0;
        position: absolute;
        top: 295px;
        left: 50%;
        transform: translateX(-50%) translate3d(0, 0, 0);
        opacity: 0;
        /*transition: all .5s;
        transition-timing-function: ease-in;*/ }
        #main_visual .inner .chart .pie_tx.active {
          top: 245px;
          opacity: 1;
          animation: bound 1.5s linear 1; }
        #main_visual .inner .chart .pie_tx.active_sp {
          top: 160px;
          opacity: 1;
          animation: bound_sp 1.5s linear 1; }
        @media only screen and (max-width: 640px) {
          #main_visual .inner .chart .pie_tx {
            font-size: 16px;
            width: 280px;
            top: 155px; } }
        #main_visual .inner .chart .pie_tx span {
          font-weight: bold; }
          #main_visual .inner .chart .pie_tx span.size_m {
            font-size: 50px; }
            #main_visual .inner .chart .pie_tx span.size_m.blink {
              animation: shine 3s ease-in-out infinite; }
            @media only screen and (max-width: 640px) {
              #main_visual .inner .chart .pie_tx span.size_m {
                font-size: 34px; } }
          #main_visual .inner .chart .pie_tx span.size_l {
            font-size: 100px; }
            #main_visual .inner .chart .pie_tx span.size_l.blink {
              animation: shine 3s ease-in-out infinite; }
            @media only screen and (max-width: 640px) {
              #main_visual .inner .chart .pie_tx span.size_l {
                font-size: 60px; } }
  #main_visual .bottom_bg {
    background: url(/info/ad/image/top/bg_sec01_02.png) center top no-repeat;
    background-size: cover;
    width: 60%;
    height: 800px;
    display: block;
    position: absolute;
    top: 1520px;
    left: 0px;
    /*@media only screen and (min-width: 1201px) {
    	top: 1600px;
    	left: calc((1170px - 100vw) / 2);
    	width: 60vw;
    	height: 1200px;
    }*/ }
    @media only screen and (max-width: 640px) {
      #main_visual .bottom_bg {
        display: none;
        /*width: calc(100% + 30px);
        height: 0;
        margin-left: -15px;
        margin-bottom: 40px;
        padding-bottom: 50%;
        position: static;*/ } }

/* ------------------------------
section01
------------------------------ */
#section01 {
  color: #fff;
  background: #e9e7e7; }
  @media only screen and (max-width: 640px) {
    #section01 {
      background: #b40400; } }
  #section01 .container {
    padding: 340px 0 200px; }
    @media only screen and (max-width: 640px) {
      #section01 .container {
        padding: 60px 15px 0; } }
    #section01 .container::before {
      content: "";
      background: #b40400;
      width: 10000px;
      height: 950px;
      display: block;
      position: absolute;
      top: 950px;
      left: -3000px;
      z-index: -1;
      transform: rotate(22deg); }
      @media only screen and (max-width: 640px) {
        #section01 .container::before {
          display: none; } }
  #section01 .heading_sec {
    color: #fff;
    width: 50%; }
    @media only screen and (max-width: 640px) {
      #section01 .heading_sec {
        width: 100%; } }
    #section01 .heading_sec::after {
      background: #fff; }
  #section01 .block_top {
    padding: 60px 0 160px;
    position: relative; }
    @media only screen and (max-width: 640px) {
      #section01 .block_top {
        padding: 20px 0 40px; } }
    @media only screen and (max-width: 640px) {
      #section01 .block_top h3 {
        margin-bottom: 15px; } }
    #section01 .block_top .pic {
      position: absolute;
      top: -150px;
      right: -70px;
      z-index: -1; }
      @media only screen and (max-width: 640px) {
        #section01 .block_top .pic {
          position: static; } }
    #section01 .block_top .feature {
      margin-top: 120px;
      display: inline-block;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      @media only screen and (max-width: 640px) {
        #section01 .block_top .feature {
          margin-top: 40px;
          display: block;
          position: static;
          transform: none; } }
      #section01 .block_top .feature .holder {
        float: left; }
        @media only screen and (max-width: 640px) {
          #section01 .block_top .feature .holder {
            text-align: center;
            float: none; } }
        #section01 .block_top .feature .holder img {
          float: left; }
          @media only screen and (max-width: 640px) {
            #section01 .block_top .feature .holder img {
              margin-bottom: 15px;
              float: none; } }
        #section01 .block_top .feature .holder dl {
          padding: 30px 0 0 15px;
          float: left; }
          @media only screen and (max-width: 640px) {
            #section01 .block_top .feature .holder dl {
              padding: 0;
              float: none; } }
          #section01 .block_top .feature .holder dl dt {
            font-size: 20px;
            line-height: 1.3;
            margin-bottom: 12px; }
          #section01 .block_top .feature .holder dl dd {
            font-size: 36px;
            font-weight: bold;
            backface-visibility: hidden;
            transform: translate3d(0, 0, 0); }
            #section01 .block_top .feature .holder dl dd.bigup.active {
              animation: bigup 3s ease-out infinite; }
            #section01 .block_top .feature .holder dl dd span {
              font-size: 58px; }
        #section01 .block_top .feature .holder:not(:last-child) {
          margin-right: 26px; }
          @media only screen and (max-width: 640px) {
            #section01 .block_top .feature .holder:not(:last-child) {
              margin-right: 0;
              margin-bottom: 40px; } }
    #section01 .block_top .note {
      font-size: 14px;
      text-align: right;
      margin-top: 5px; }
      @media only screen and (max-width: 640px) {
        #section01 .block_top .note {
          margin-top: 15px; } }
  #section01 .block_bottom {
    position: relative; }
    @media only screen and (max-width: 640px) {
      #section01 .block_bottom {
        background: #800603;
        margin: 0 -15px;
        padding: 0 15px 60px; } }
    #section01 .block_bottom::before {
      display: none;
      content: "";
      background: url(/info/ad/image/top/bg_sec01_02.png) center top no-repeat;
      background-size: cover;
      /*width: 800px;
      height: 600px;
      display: block;
      position: absolute;
      top: -150px;
      left: -100px;*/
      z-index: -2;
      /*@media only screen and (min-width: 1201px) {
      	top: -450px;
      	left: calc((1170px - 100vw) / 2);
      	width: 60vw;
      	height: 1200px;
      }*/ }
      @media only screen and (max-width: 640px) {
        #section01 .block_bottom::before {
          display: block;
          width: calc(100% + 30px);
          height: 0;
          margin-left: -15px;
          margin-bottom: 40px;
          padding-bottom: 50%;
          position: static; } }
    #section01 .block_bottom::after {
      content: "";
      background: #800603;
      width: 10000px;
      height: 850px;
      display: block;
      position: absolute;
      top: 670px;
      right: -3000px;
      z-index: -1;
      transform: rotate(-20deg); }
      @media only screen and (max-width: 640px) {
        #section01 .block_bottom::after {
          display: none; } }
    #section01 .block_bottom h3 {
      text-align: right; }
      @media only screen and (max-width: 640px) {
        #section01 .block_bottom h3 {
          text-align: center; } }
    #section01 .block_bottom .feature {
      margin: 120px 0 90px; }
      @media only screen and (max-width: 640px) {
        #section01 .block_bottom .feature {
          margin: 30px 0 40px; } }
      #section01 .block_bottom .feature .holder {
        text-align: center;
        width: 20%;
        float: left; }
        @media only screen and (max-width: 640px) {
          #section01 .block_bottom .feature .holder {
            width: 100%;
            float: none; } }
        #section01 .block_bottom .feature .holder .pictogram {
          margin-bottom: 20px; }
          @media only screen and (max-width: 640px) {
            #section01 .block_bottom .feature .holder .pictogram {
              margin-bottom: 10px; } }
          #section01 .block_bottom .feature .holder .pictogram .inner {
            text-align: center;
            width: 999px;
            height: 181px;
            display: table-cell;
            vertical-align: middle; }
            @media only screen and (max-width: 640px) {
              #section01 .block_bottom .feature .holder .pictogram .inner {
                width: 100%;
                height: auto;
                display: block; } }
        #section01 .block_bottom .feature .holder p {
          font-size: 18px;
          line-height: 1.5;
          width: 999px;
          display: table-cell;
          vertical-align: middle; }
          @media only screen and (max-width: 640px) {
            #section01 .block_bottom .feature .holder p {
              font-size: 16px;
              width: 100%;
              display: block; } }
        @media only screen and (max-width: 640px) {
          #section01 .block_bottom .feature .holder:not(:last-child) {
            margin-bottom: 30px; } }

/* ------------------------------
section02
------------------------------ */
#section02 {
  background: #e9e7e7;
  position: relative; }
  @media only screen and (max-width: 640px) {
    #section02 {
      background: url(/info/ad/image/top/bg_sec02_01.png) center center no-repeat;
      background-size: cover; } }
  @media only screen and (min-width: 641px) {
    #section02::before {
      content: "";
      background: url(/info/ad/image/top/bg_sec02_01.png) center center no-repeat;
      background-size: cover;
      width: 2300px;
      height: 1303px;
      display: block;
      position: absolute;
      top: -150px;
      left: 50%;
      z-index: 1;
      transform: translateX(-50%); } }
  #section02 .container {
    padding: 100px 0; }
    @media only screen and (max-width: 640px) {
      #section02 .container {
        padding: 50px 15px; } }
  #section02 .heading_sec::after {
    background: #181818; }
  #section02 .service_type {
    margin: 120px 0 90px; }
    @media only screen and (max-width: 640px) {
      #section02 .service_type {
        margin: 40px 0; } }
    #section02 .service_type .holder {
      text-align: center;
      margin-bottom: 2em;
      width: 33.3%;
      float: left; }
      @media only screen and (max-width: 640px) {
        #section02 .service_type .holder {
          width: 100%;
          float: none; } }
      #section02 .service_type .holder .pictogram {
        margin-bottom: 10px; }
        #section02 .service_type .holder .pictogram .inner {
          text-align: center;
          width: 999px;
          height: 234px;
          display: table-cell;
          vertical-align: middle; }
          @media only screen and (max-width: 640px) {
            #section02 .service_type .holder .pictogram .inner {
              width: 100%;
              height: auto;
              display: block; } }
      #section02 .service_type .holder h3 {
        color: #10168c;
        font-size: 20px;
        line-height: 1.3;
        width: 999px;
        display: table-cell;
        vertical-align: middle;
        height: 52px; }
        @media only screen and (max-width: 640px) {
          #section02 .service_type .holder h3 {
            font-size: 18px;
            height: auto; } }
      #section02 .service_type .holder p {
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
        margin: 15px 0 25px;
        padding: 0 15px;
        /*height: 138px; */}
#section02 .service_type .holder .l_height { height: 100px;}
#section02 .service_type .holder .m_height { height: 60px;}
        @media only screen and (max-width: 640px) {
			#section02 .service_type .holder p,
			#section02 .service_type .holder .l_height,
			#section02 .service_type .holder .m_height {
				font-size: 16px;
				padding: 0;
				height: auto; } }

      #section02 .service_type .holder .btn {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 48px;
        text-align: center;
        background: #cd0400;
        width: 80%;
        height: 45px;
        margin: 0 auto;
        border-radius: 999px;
        box-shadow: 0 5px 0 0 #980300;
        display: block;
        transition: all 0.5s ease; }
        @media only screen and (max-width: 640px) {
          #section02 .service_type .holder .btn {
            width: 100%; } }
        #section02 .service_type .holder .btn:hover {
          background: #ff1f1b; }
      @media only screen and (max-width: 640px) {
        #section02 .service_type .holder:not(:last-child) {
          margin-bottom: 40px; } }

.ribbon-wrap {
    box-sizing: border-box;
    height: 55px;
    margin: 80px auto 15px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 40%;
}
.ribbon-wrap::before,
.ribbon-wrap::after {
    border-color: #0a3aa3;
    border-style: solid;
    bottom: -25px;
    content: '';
    position: absolute;
    width: 0;
    z-index: -1;
}
.ribbon-wrap::before {
    border-left-color: transparent;
    border-width: 25px 20px 25px 20px;
    left: -30px;
}
.ribbon-wrap::after {
    border-right-color: transparent;
    border-width: 25px 20px 25px 20px;
    right: -30px;
}
.award {
    font-size: 30px;
}
.award {
	background: -webkit-linear-gradient(#0a3aa3, #10168c, #160552);
	background: -o-linear-gradient(#0a3aa3, #10168c, #160552);
	background: linear-gradient(#0a3aa3, #10168c, #160552); 
    color: #fff;
    padding: 20px;
    position: relative;
}
.award::before,
.award::after {
    border: none;
    border-bottom: solid 10px transparent;
    content: '';
    position: absolute;  
    top: 100%;
}
.award::before {
    left: 0;
    border-right: solid 10px #1e076e;
}
.award::after {
    right: 0;
    border-left: solid 10px #1e076e;
}


  @media only screen and (max-width: 640px) {
	  .award {
		  font-size: 16px;
		  padding: 15px 0;
	  }
	  .ribbon-wrap {
		  margin: 0 auto;
		  width: 95%;
	  }
	  .ribbon-wrap::before,.ribbon-wrap::after {
		  bottom: -1px;
	  }
	  .ribbon-wrap::before {
		  border-width: 17px 12px 17px 12px;
		  left: -14px;
	  }
	  .ribbon-wrap::after {
		  border-width: 17px 12px 17px 12px;
		  right: -14px;
	  }
}

#section03 .agents_02 {margin: 50px 0 60px; }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 {
		margin: 10px 0 50px;
		overflow: hidden;} }
#section03 .agents_02 ul {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%); }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 ul {
		margin-bottom: 30px;
		display: block;
		position: static;
		transform: none; } }
#section03 .agents_02 ul li {
	margin: 20px 25px;
	float: left; }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 ul li {
		width: 45%;
		margin: 10px 0;
		text-align: center; } }
#section03 .agents_02 ul li .inner {
	display: table-cell;
	vertical-align: middle; }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 ul li .inner {
		width: 999px; } }
#section03 .agents_02 ul li:nth-child(6), #section03 .agents_02 ul li:nth-child(11) {clear: both; }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 ul li:nth-child(6), #section03 .agents_02 ul li:nth-child(11) {clear: none; } }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 ul li:nth-child(odd) {margin-right: 10px; } }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 ul li:nth-child(even) {
		margin-left: 10px;
		float: right; } }
@media only screen and (max-width: 640px) {
	#section03 .agents_02 ul li:nth-child(2n+1) {clear: both; } }
#section03 .agents_02 ul li img {width: 160px; }

/* ------------------------------
section03
------------------------------ */
#section03 {
  color: #fff;
  background: #e9e7e7; }
  @media only screen and (max-width: 640px) {
    #section03 {
      background: url(/info/ad/image/common/bg_pattern_01.jpg); } }
  #section03 .container {
    padding: /*60px*/150px 0 100px; }
    @media only screen and (max-width: 640px) {
      #section03 .container {
        padding: 50px 15px 0; } }
    #section03 .container::before {
      content: "";
      background: url(/info/ad/image/common/bg_pattern_01.jpg);
      width: 10000px;
      height: /*970px;*/650px;
      display: block;
      position: absolute;
      top: /*580px;*/600px;
      left: -3000px;
      z-index: -1;
      transform: rotate(20deg); }
      @media only screen and (max-width: 640px) {
        #section03 .container::before {
          display: none; } }
    #section03 .container::after {
      content: "";
      background: url(/info/ad/image/top/bg_sec03_01.png) center center no-repeat;
      background-size: cover;
      width: 1200px;
      height: 860px;
      display: block;
      position: absolute;
      bottom: -400px;
      left: -200px;
      z-index: -2; }
      @media only screen and (min-width: 1201px) {
        #section03 .container::after {
          bottom: -500px;
          left: calc((1170px - 100vw) / 2);
          width: 65vw;
          height: 1000px; } }
      @media only screen and (max-width: 640px) {
        #section03 .container::after {
          width: calc(100% + 30px);
          height: 0;
          margin-left: -15px;
          margin-top: 60px;
          padding-bottom: 50%;
          position: static; } }
  #section03 .heading_sec::after {
    background: #fff; }
  #section03 .works {
    margin: 40px 0 60px; }
    @media only screen and (max-width: 640px) {
      #section03 .works {
        margin: 40px -15px; } }
    #section03 .works .row > div:not(:last-child) {
      margin-bottom: 40px; }
    #section03 .works h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4;
      border-left: 10px solid #b4baff;
      padding-left: 14px;
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 640px) {
        #section03 .works h3 {
          font-size: 20px;
          border-left-width: 5px; } }
    #section03 .works .btn_holder {
      margin: 20px 0; }
      #section03 .works .btn_holder a {
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 20px;
        border-radius: 999px;
        display: inline-block;
        transition: all 0.5s ease; }
        @media only screen and (max-width: 640px) {
          #section03 .works .btn_holder a {
            margin-bottom: 10px;
            display: block; } }
        #section03 .works .btn_holder a:hover {
          color: #181818;
          background: #fff; }
    #section03 .works .pic {
      margin-bottom: 20px; }
    #section03 .works p {
      font-size: 18px;
      line-height: 1.5;
		padding:0.5em 0;
}

#section03 .works .t_small {font-size:14px;}
#section03 .works .t_right {text-align: right;}
      @media only screen and (max-width: 640px) {
        #section03 .works p {
          font-size: 16px; } }

/* ------------------------------
section04
------------------------------ */
#section04 .container {
  padding: 200px 0 150px; }
  @media only screen and (max-width: 640px) {
    #section04 .container {
      background: url(/info/ad/image/common/bg_pattern_02.jpg);
      padding: 50px 15px; } }
  #section04 .container::before {
    content: "";
    background: url(/info/ad/image/common/bg_pattern_02.jpg);
    width: 10000px;
    height: 2000px;
    display: block;
    position: absolute;
    top: 620px;
    right: -3000px;
    z-index: -1;
    transform: rotate(-20deg); }
    @media only screen and (max-width: 640px) {
      #section04 .container::before {
        display: none; } }
#section04 .heading_sec::after {
  background: #181818; }
#section04 .lead {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 60px; }
  @media only screen and (max-width: 640px) {
    #section04 .lead {
      font-size: 16px;
      margin-bottom: 30px; } }
#section04 .steps {
  color: #fff;
  margin-bottom: 80px;
  padding: 0 60px; }
  @media only screen and (max-width: 640px) {
    #section04 .steps {
      padding: 0; } }
  #section04 .steps ul li {
    width: 33.3333333333%;
    height: 300px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding: 30px 30px 50px 80px;
    float: left;
    position: relative; }
    @media only screen and (max-width: 640px) {
      #section04 .steps ul li {
        padding: 30px 20px !important;
        width: 100%;
        height: auto;
        float: none; } }
    #section04 .steps ul li .step_n {
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        #section04 .steps ul li .step_n {
          font-size: 20px; } }
      #section04 .steps ul li .step_n span {
        font-size: 40px; }
        @media only screen and (max-width: 640px) {
          #section04 .steps ul li .step_n span {
            font-size: 30px; } }
      #section04 .steps ul li .step_n::after {
        content: "";
        background: #fff;
        width: 50px;
        height: 3px;
        margin: 10px auto 0;
        display: block; }
    #section04 .steps ul li h3 {
      font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin: 25px 0 20px; }
      @media only screen and (max-width: 640px) {
        #section04 .steps ul li h3 {
          font-size: 22px; } }
    #section04 .steps ul li p {
      font-size: 14px;
      line-height: 1.5; }
    #section04 .steps ul li:not(:last-child)::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 150px 0 150px 40px;
      position: absolute;
      right: -40px;
      z-index: 1;
      content: ""; }
      @media only screen and (min-width: 641px) {
        #section04 .steps ul li:not(:last-child)::after {
          top: 0; } }
      @media only screen and (max-width: 640px) {
        #section04 .steps ul li:not(:last-child)::after {
          border-width: 20px 50px 0 50px;
          bottom: -20px;
          right: calc(50% - 50px); } }
    #section04 .steps ul li:nth-child(1) {
      background: #0011db;
      padding-left: 40px;
      padding-right: 40px; }
      #section04 .steps ul li:nth-child(1)::after {
        border-color: transparent transparent transparent #0011db; }
        @media only screen and (max-width: 640px) {
          #section04 .steps ul li:nth-child(1)::after {
            border-color: #0011db transparent transparent transparent; } }
    #section04 .steps ul li:nth-child(2) {
      background: #10168c; }
      #section04 .steps ul li:nth-child(2)::after {
        border-color: transparent transparent transparent #10168c; }
        @media only screen and (max-width: 640px) {
          #section04 .steps ul li:nth-child(2)::after {
            border-color: #10168c transparent transparent transparent; } }
    #section04 .steps ul li:nth-child(3) {
      background: #151861; }

/* ------------------------------
section05
------------------------------ */
#section05 {
  background: #f5f5f5;
  padding: 100px 0;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 640px) {
    #section05 {
      padding: 50px 15px; } }

#section05 .official_logo::before {
	content: "";
    width: 150px;
	height:53px;
    margin-right:20px;
    display: inline-block;
	background:url(../image/common/official_partner_m.png) no-repeat;
}

#section05 .lead {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 20px; }
  @media only screen and (max-width: 640px) {
    #section05 .lead {
      font-size: 14px;
      margin-bottom: 30px; } }

#section05 .agency {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 50px;
  color: #222222}
  @media only screen and (max-width: 640px) {
    #section05 .lead {
      font-size: 20px;
      margin-bottom: 30px; } }
/*#section05 .official_logo {
	text-align:center;
}
#section05 .official_logo span{
     position: relative;
     display: inline-block;
     padding-bottom:1em;
     border-bottom: 1px solid black;
	 margin:25px;
}     
#section05 .official_logo span::before,
#section05 .official_logo span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
#section05 .official_logo span::before {
     border-top: 10px solid black;
}
#section05 .official_logo span::after {
     margin-top: -1px;
     border-top: 10px solid #f5f5f5;
}
#section05 .official_logo img {
	width:200px;
}
*/

@media only screen and (max-width: 640px) {
	#section05 .official_logo::before {
		display:block;
		margin: 20px auto;
		width: 200px;
		height: 71px;
		background:url(../image/common/official_partner.png) no-repeat;
      } }


  #section05 .heading_sec::after {
    background: #181818; }
  #section05 .agents_01 {
    margin: 50px 0;}
#section05 .agents_01 ul {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#section05 .agents_01 ul li {
	margin:20px 25px;
	float:left;
}
@media only screen and (max-width: 640px){
	#section05 .agents_01 ul li {
		width:45%;
		margin:10px 0;
	}
	#section05 .agents_01 ul li:nth-child(odd) {
		margin-right:13px;
	}
	#section05 .agents_01 ul li:nth-child(even) {
		margin-left:13px;
	}
}


#section05 .agents_01 .btn_yahoo {
    font-size: 17px;
    text-align: center;
    margin: 0.5em auto;
    display: block;
    transition: all 0.5s ease;
	width:250px;
	padding:0.5em;
}
  #section05 .agents_01 .btn_yahoo { 
	background:transparent;
	border-radius: 15px;
    margin: 0.5em auto;
	padding:0.5em 0;
    display: block;
    transition: all 0.5s ease;
}
#section05 .agents_01 .btn_yahoo{
	text-decoration: underline;
}
  #section05 .agents_01 .btn_yahoo:hover {
	background:#fff;
	}
  #section05 .agents_01 .btn_yahoo:hover {
	text-decoration: none!important;
	}
    @media only screen and (max-width: 640px) {
      #section05 .agents_01 {
        margin: 25px 0 30px; } }
  #section05 .agents_02 {
    margin: 50px 0 60px; }
    @media only screen and (max-width: 640px) {
      #section05 .agents_02 {
        margin: 25px 0; } }
    #section05 .agents_02 .agents_02_title {
      text-align: center;
      margin-bottom: 10px;
    }
    #section05 .agents_02 ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      /* width: 60%; */
      width: 80%;
      margin: 0 auto;
      /*display: inline-block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);*/
    }
      @media only screen and (max-width: 640px) {
        #section05 .agents_02 ul {
          width: 100%;
          margin-bottom: 30px;
          display: block;
          position: static;
          transform: none;} }
      #section05 .agents_02 ul li {
        margin: 20px 25px;
        float: left; }
        @media only screen and (max-width: 640px) {
          #section05 .agents_02 ul li {
            width: 45%;
            margin: 10px 0;
            text-align: center; } }
        #section05 .agents_01 ul li .inner, #section05 .agents_02 ul li .inner {
          display: table-cell;
          vertical-align: middle; }
          @media only screen and (max-width: 640px) {
            #section05 .agents_01 ul li .inner, #section05 .agents_02 ul li .inner {
              width: 999px; } }
        #section05 .agents_02 ul li:nth-child(6), #section05 .agents_02 ul li:nth-child(11),#section05 .agents_01 ul li:nth-child(5) {
          clear: both; }
          @media only screen and (max-width: 640px) {
            #section05 .agents_02 ul li:nth-child(6), #section05 .agents_02 ul li:nth-child(11),#section05 .agents_01 ul li:nth-child(5) {
              clear: none; } }
        @media only screen and (max-width: 640px) {
          #section05 .agents_02 ul li:nth-child(odd) {
            margin-right: 10px; } }
        @media only screen and (max-width: 640px) {
          #section05 .agents_02 ul li:nth-child(even) {
            margin-left: 10px;
            float: right; } }
        @media only screen and (max-width: 640px) {
          #section05 .agents_02 ul li:nth-child(2n+1) {
            clear: both; } }
        #section05 .agents_02 ul li img {
          width: 160px; }
#section05 .holder {
	text-align: center;
	margin-bottom: 60px;
}
#section05 .holder a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background: #0a0f93;
	width: 600px;
	padding: 16px 20px;
	margin: 0 auto;
	border-radius: 999px;
	box-shadow: 0 5px 0 0 #151861;
	display: block;
	position: relative;
	transition: all 0.5s ease;}
.sp_only {
	display:none;
}

@media only screen and (max-width: 640px) {
	#section05 .holder a {
		font-size: 16px;
		width: 100%;
		min-width: inherit;
		padding: 10px 10px 10px 30px; } 
	.sp_only {
		display: block;
	}}

/* ------------------------------
section06
------------------------------ */
#section06 {
  background: url(/info/ad/image/common/bg_pattern_02.jpg);
  padding: 100px 0;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 640px) {
    #section06 {
      padding: 50px 0; } }
  #section06 .heading_sec::after {
    background: #181818; }
  #section06 .downloads {
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 640px) {
      #section06 .downloads {
        display: block;
        position: static;
        transform: none; } }
    #section06 .downloads .holder {
      margin: 20px 30px;
      float: left; }
      @media only screen and (max-width: 640px) {
        #section06 .downloads .holder {
          margin: 0;
          float: none; } }
      #section06 .downloads .holder a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3;
        background: #0a0f93;
        min-width: 480px;
        padding: 16px 20px;
        border-radius: 999px;
        box-shadow: 0 5px 0 0 #151861;
        display: block;
        position: relative;
        transition: all 0.5s ease; }
        @media only screen and (max-width: 640px) {
          #section06 .downloads .holder a {
            font-size: 16px;
            width: 100%;
            min-width: inherit;
            padding-left: 45px; } }
        #section06 .downloads .holder a::before,#section05 .holder a::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) {
            #section06 .downloads .holder a::before, #section05 .holder a::before {
              left: 20px; } }
        #section06 .downloads .holder a:hover, #section05 .holder a:hover {
          background: #0f16db; }
      #section06 .downloads .holder p,#section05 .holder p {
        margin-top: 20px; }
/*#section06 .downloads .holder_lastchild {clear:both;}*/
      #section06 .downloads .holder:nth-child(3), #section06 .downloads .holder:nth-child(5)  {
        clear: both; }
      #section06 .downloads .holder:not(:last-child) {
        margin-bottom: 20px; }

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