/*
@mixin font-size($size) {
	font-size: $size + px;
	font-size: ($size/10) + rem;
	
	@include mq( $sp , $pc-l )  {
		font-size: ($size/8) + px;
		font-size: ($size/12.5) + rem;
	}
}*/
.sec-service-entry {
  padding: 4em 0 8em; }
  @media screen and (max-width: 859px) {
    .sec-service-entry {
      padding: 3em 0 6em; } }
  .sec-service-entry .thumb-wrap .img {
    text-align: center; }
    @media print, screen and (min-width: 860px) {
      .sec-service-entry .thumb-wrap .img img {
        width: 100%; } }
  .sec-service-entry .thumb-wrap .caption {
    text-align: center;
    margin-top: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    line-height: 1.2; }

.row .flow {
  width: 100%; }
  .row .flow .flow-text {
    margin: 0; }
  .row .flow .flow-arrow {
    padding: 30px 0;
    margin: 1em 0 0.5em; }

.sec-service.service-top .service-container .service-wrap {
  margin-top: 0; }
.sec-service.service-detail {
  padding-top: 20vw; }

.flow {
  margin-top: 2em; }
  @media print, screen and (min-width: 860px) {
    .flow {
      width: 70%;
      margin: 2em auto; } }
  .flow .flow-text {
    background: #4C5BA8;
    text-align: center;
    color: #fff;
    padding: 1em;
    font-weight: bold;
    font-size: 23px;
    font-size: 2.3rem;
    margin: 0; }
  .flow .flow-arrow {
    padding: 30px 0;
    background: url("../../img/icon/arrow-img.png") no-repeat center center;
    background-size: contain;
    text-align: center;
    margin: 1em 0 0.5em;
    display: block; }
  .flow.-flow-small .flow-text {
    font-size: 17px;
    font-size: 1.7rem; }

.service-circle {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .service-circle .work-circle-item {
    width: 50%;
    text-align: center; }
    @media print, screen and (min-width: 860px) {
      .service-circle .work-circle-item {
        width: calc(100% / 3); } }
    .service-circle .work-circle-item img {
      border-radius: 50%;
      border: 5px solid #F2F3F8;
      padding: 5px;
      width: 100%; }

.deco-contents {
  margin-top: 2em; }
  .deco-contents .deco-box .title {
    background: #4C5BA8;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 5px; }
    .deco-contents .deco-box .title p {
      margin: 0; }
  .deco-contents .deco-box .inner {
    background: #F1F4FF;
    padding: 40px 50px;
    width: 100%; }
    .deco-contents .deco-box .inner .wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center; }
      .deco-contents .deco-box .inner .wrap p {
        margin: 0 !important; }
    .deco-contents .deco-box .inner .box {
      border-radius: 5px;
      padding: 1em;
      background: #fff;
      color: #4C5BA8;
      font-size: 20px;
      font-size: 2rem;
      width: 80%;
      margin: 0;
      line-height: 1.5;
      text-align: center;
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center; }
    .deco-contents .deco-box .inner .plus {
      width: 80%;
      color: #4C5BA8;
      margin: 0;
      text-align: center;
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center; }
    @media print, screen and (min-width: 860px) {
      .deco-contents .deco-box .inner .box {
        width: 30%; }
      .deco-contents .deco-box .inner .plus {
        width: 5%; } }
