@charset 'UTF-8';
/*#########################################################

各種ファイル読み込み

#########################################################*/

@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #path a {
    font-size: 11px;
    line-height: 1.5;
  }

  .u-use--pc {
    display: none !important;
  }


  img {
    max-width: 100%;
  }

  .c-mainvisual {
    position: relative;

    height: 93.75vw;

    background: url(/svcsol/focus/daas/images/bg_mainvisual_sp.png) no-repeat center bottom;
    background-size: cover;
    padding-top: 12.5vw;
  }

  .c-mainvisual__inner {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    -ms-align-items: center;
        align-items: center;
    justify-content: center;
  }

  .c-mainvisual__title {
    width: 84.375%;
  }

  .c-mainvisual__img {
    width: 100%;
  }

  .c-hd {
    font-size: 18px;
    line-height: 1.38;

    margin-bottom: 30px;
  }

  .c-txt {
    font-size: 14px;
    line-height: 1.5;

    margin-bottom: 20px;
  }

  .c-figure {
    margin-bottom: 15px;
  }

  .c-parent--type {
    background: #d6eefb url(/svcsol/focus/daas/images/bg_type_sp.png) no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }

  .c-parent--method {
    background-color: #fbf4e2;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, #faf2dc), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, #faf2dc),
    color-stop(.75, #faf2dc), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:    -moz-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:     -ms-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:      -o-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:         linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    -webkit-background-size: 20px 20px;
       -moz-background-size: 20px 20px;
            background-size: 20px 20px;
  }

  .c-parent--different {
    background-color: #0568b4;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, #0065b2), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, #0065b2),
    color-stop(.75, #0065b2), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:    -moz-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:     -ms-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:      -o-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:         linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    -webkit-background-size: 20px 20px;
       -moz-background-size: 20px 20px;
            background-size: 20px 20px;
  }

/* added start */
  .c-parent--info {
    padding: 15px 20px;
    background-color: #0c5994;
  }
  .c-parent--info .c-child {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #24a1db;
    padding: 10px;
  }
  .c-parent--info .c-child dl {
    padding: 5px 6px 5px 6px;
  }
  .c-parent--info .c-child dl dt {
    font-weight: 700;
    margin: 0;
  }
  .c-parent--info .c-child dl dd {
    margin: 0;
  }
  .c-parent--info .c-child dl dd strong {
    font-weight: 700;
  }
  .c-parent--info .c-child dl dd a[target="_blank"] {
      padding-right: 18px;
      background: url(/common/images/com_icn05.png) right center/10px auto no-repeat;
  }
  .c-parent--info .c-child dl dd span {
    font-size: 13px;
  }
/* added end */

  .c-contact {
    background-color: #1d1d1d;
  }

  .c-child {
    padding: 25px 20px;
  }

  .c-child .c-child {
    padding: 0;
  }

  .c-child .c-child:not(:last-child) {
    margin-bottom: 30px;
  }

  .c-child:not(:first-child) {
    padding-top: 0;
  }

  .c-box {
    padding: 15px;
  }

  .c-box__hd {
    font-size: 14px;
    line-height: 1;

    margin-bottom: 10px;
  }

  .c-box__txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .c-box__txt:not(:last-child) {
    margin-bottom: 20px;
  }

  .daas-table__wrap {
    overflow-x: scroll;

    width: 100%;
    margin-bottom: 40px;
    padding: 10px 0;
  }

  .daas-table__wrap::-webkit-scrollbar {
    height: 5px;
  }

  .daas-table__wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .daas-table__wrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }

  .c-operator {
    position: relative;

    margin-bottom: 25px;
    padding: 20px;

    background-color: #fff;
  }

  .c-operator__txt {
    font-size: 4.833vw;
    line-height: 1.8;
  }

  .c-operator__em {
    color: #c9003e;
  }

  .c-operator__pic {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
  }

  .c-operator__pic::before {
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 46%;
    padding-top: 47%;

    content: '';

    background: url(/svcsol/focus/daas/images/img_appeal_sp.png) no-repeat left top;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .c-operator__img {
    display: none;
  }

  /* .c-column {
  } */

  .c-column__item {
    position: relative;
  }

  .c-column__item:not(:first-child) {
    margin-top: 20px;
  }

  .c-btn {
    font-size: 4.375vw;
    font-weight: 700;

    position: relative;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    width: 100%;
    margin: 0 auto;

    text-align: center;
    text-decoration: none;

    color: #fff !important;
    border: none;
    border-radius: 4px;

    -ms-align-items: center;
        align-items: center;
    justify-content: center;
  }

  /* 2024/04/03 ボタン表示修正sart */
  #contentsContainer .c-column__item .c-btn {
    width: 85%;
  }
  /* 2024/04/03 ボタン表示修正end */

  .c-btn--01 {
    padding: 10px 5px;

    background: -webkit-linear-gradient(#ce0040, #b3001c);
    background:      -o-linear-gradient(#ce0040, #b3001c);
    background:         linear-gradient(#ce0040, #b3001c);
  }
  .c-btn--02 {
    padding: 15px 5px;

    background: -webkit-linear-gradient(#d70d3c, #c3061c);
    background:      -o-linear-gradient(#d70d3c, #c3061c);
    background:         linear-gradient(#d70d3c, #c3061c);
  }

  .c-btn--03 {
    padding: 15px 5px;

    background: -webkit-linear-gradient(#6492de, #466ed3);
    background:      -o-linear-gradient(#6492de, #466ed3);
    background:         linear-gradient(#6492de, #466ed3);
  }

  .c-btn__inner {
    position: relative;

    display: inline-block;
  }

  .c-btn--01 .c-btn__inner {
    padding-right: 12px;

    background-image: url(/svcsol/focus/daas/images/icon_externallink.svg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 7.5px 7px;
            background-size: 7.5px 7px;
  }

  /* .c-btn--02::before,
  .c-btn--03::before {
    position: absolute;
    top: 5px;
    right: 5px;

    width: 9px;
    height: 8px;

    content: '';

    background-image: url(/svcsol/focus/daas/images/icon_externallink.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 9px 8px;
            background-size: 9px 8px;
  } */

  .c-download {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding: 15px;

    border: 1px solid #dedede;
    border: 2px solid #cf0040;
    background: #fff;
  }

  .c-download__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;

    margin-bottom: 18px;

    text-align: center;

    color: #cf0040;
  }

  .c-download__item--single {
    display: flex;

    margin-bottom: 15px;

    justify-content: space-between;
    align-items: flex-start;
  }

  .c-download__thumb {
    width: 92px;
  }

  .c-download__img {
    width: 100%;
  }

  .c-download__box {
    width: calc(100% - (92.5px + 10px));
  }

  .c-download__txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0 0 5px;
  }

  .c-download__txt--pdf {
    font-size: 13px;
    font-weight: normal;
  }

  .c-download__txt--mini {
    font-size: 13px;
    font-weight: normal;

    display: block;
  }

  .c-download .c-btn {
    width: 100%;
  }

  .c-telbox {
    font-weight: 700;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    margin-top: 25px;

    color: #fff;

    justify-content: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-align-items: center;
        align-items: center;
  }

  .c-telbox--operator {
    font-weight: 700;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    margin-top: 25px;

    color: #fff;

    justify-content: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .c-telbox--triale {
    margin-bottom: 15px;
  }

  .c-telbox__txt {
    font-size: 12px;

    position: relative;

    margin-right: 10px;
    padding-left: 30px;
  }

  .c-telbox__txt::before {
    position: absolute;
    top: -3px;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';

    background: url(/svcsol/focus/daas/images/icon_tel_white.svg) no-repeat left top;
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
  }

  .c-telbox__number {
    font-size: 14px;

    margin-left: 10px;
  }

  .c-telbox__time {
    font-size: 10px;
    font-weight: normal;

    width: 100%;
    margin-top: 10px;

    text-align: center;
  }

  .p-circle {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
            flex-direction: column;

    margin-bottom: 10px;

    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
    -ms-align-items: center;
        align-items: center;
  }

  .p-circle__item {
    width: 28.125vw;
    min-width: 180px;
    height: 28.125vw;
    min-height: 180px;
    margin-bottom: 10px;
  }

  .p-circle__txt {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .p-relative {
    padding: 10px 15px 15px;
  }
  .p-relative:not(:last-child) {
    margin-bottom: 15px;
  }

  .p-relative__hd {
    font-size: 16px;

    margin-bottom: 10px;
  }

  .p-relative__item {
    padding: 15px 15px 15px 10px;
  }

  .p-relative__item:not(:first-child) {
    margin-top: 10px;
  }

  .p-relative__number {
    font-size: 50px;

    margin-top: -20px;
    margin-right: 10px;
  }

  .p-relative__lead {
    font-size: 14px;
    line-height: 1.5;

    margin-bottom: 5px;
  }

  .p-relative__txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .p-service__item {
    margin-top: calc(50vw + 15px);
    padding: 30px 15px;
  }

  .p-service__task {
    font-size: 16px;

    top: -50vw;

    width: 56.25vw;
    height: 56.25vw;
  }

  .p-service__hd {
    font-size: 16px;
    line-height: 1.4375;

    margin-bottom: 20px;
  }

  .p-service__box {
    margin-bottom: 20px;
    padding: 10px 15px;
  }

  .p-service__name {
    font-size: 14px;
    line-height: 1.1;

    margin-bottom: 8px;
  }

  .p-service__link {
    font-size: 12px;

    overflow: hidden;

    width: 100%;
    padding: 8px 0;
  }

  .p-service__link__inner {
    padding-left: 15px;
  }

  .p-service__link__inner::before {
    left: 0;

    width: 9px;
    height: 10px;

    -webkit-background-size: 9px 10px;
            background-size: 9px 10px;
  }

  .p-service__txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .p-service__txt:last-child {
    margin-top: 20px;
  }

	/* 210726追加 */
	.c-child2{
		padding: 50px 20px;
	}
	.bg-daas{
		position: relative;
		background: url(/svcsol/focus/daas/images/bg-lattice_sp.jpg) no-repeat left top;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		z-index: 0;
	}
	.bg-daas::before{
		top: -1px;
		width: 100%;
		height: 100%;
	}

	.c-hd__txt{
		width: 100%;
		margin: 0 auto 35px;
		padding: 0;

	}
	.c-txt_center{
		width: 100%;
	}

	.p-graph__hd{
		margin: 30px 0 20px;
		font-size: 16px;
	}

	.c-btn2 {
		font-size: 10px;
		font-weight: 700;
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		color: #fff !important;
		border: none;
		border-radius: 4px;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.c-btn2__en{
		font-size: 12px;
		font-weight: 700;
	}
	.c-column2{
		display: block;
	}

  /* .c-column2 .c-column__item:first-of-type{
		margin-right: 0;
	} */

	.c-column__item-center{
		margin: 0 auto;
	}

	.c-btn--02::before{
	  position: absolute;
	  top: 5px;
	  right: 5px;

	  width: 9px;
	  height: 8px;

	  content: '';

	  background-image: url(/svcsol/focus/daas/images/icon_externallink.svg);
	  background-repeat: no-repeat;
	  background-position: 0 0;
	  -webkit-background-size: 9px 8px;
			  background-size: 9px 8px;
	}

/* add 20221124 start */
  .c-btn--01 .c-btn__inner {
    background-image: none;
  }
	.c-btn--02::before{
    content: none;
	}

  .c-column2 .c-column__item .c-btn--02 {
    font-size: 16px;
  }
/* add 20221124 end */

}
