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

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@media screen and (max-width: 767px) {
  html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  /* HTML5 display-role reset for older browsers
  */
  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol,
ul {
    list-style: none;
  }

  blockquote,
q {
    quotes: none;
  }

  blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  html {
    color: #333;
    font-size: 62.5%;
  }

  body {
    font-family: "Noto Sans JP", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }
}
/* p {
	@include fz_vw(13);
@media print, screen and (min-width: 769px) {
		font-size: 30px;
	}
} */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1rem;
    font-family: "Noto Sans JP", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .pcimg {
    display: none;
  }

  body {
    word-wrap: break-word;
    /* background: #000; */
  }

  img {
    width: 100%;
  }

  .wrapper {
    overflow: hidden;
  }

  .pc {
    display: none !important;
  }

  .u-pc {
    display: none;
  }

  header {
    background: url(/svcsol/campaign/images/hosting_202204/top/bg_mainvisual_sp.jpg) no-repeat right top;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(162.5vw - 46px);
    z-index: 30;
  }

  header::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
  }

  header::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.34375vw 50vw 7.34375vw 50vw;
    border-color: transparent #333 #333 transparent;
    bottom: 0;
  }

  .grand_title {
    text-align: right;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }

  .grand_title .logotop {
    width: 74px;
    height: 49px;
    display: inline-block;
    background-color: #000;
  }

  .grand_title .logotop a {
    padding: 10px;
    display: block;
  }

  .grand_title .logotop a img {
    min-width: 100%;
  }

  .main_visual {
    position: relative;
    z-index: 2;
  }

  .main_visual_title h1 {
    padding-top: 8.4375vw;
  }

  .main_visual_title h1 .logo_img img {
    margin-bottom: 0;
  }

  .main_visual_title p {
    width: 87.5vw;
    margin: 5.9375vw auto 0;
  }

  .main_visual_title p img {
    width: 100%;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 767px) {
  .main_visual_title .btn_area {
    margin: 10px auto;
  }

  #news {
    position: relative;
    padding: 55px 0 0;
    background: #333333;
    z-index: 20;
  }

  #news .news_box {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #news .news_title {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 22px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
  }

  #news .news_list {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }

  #news .news_listitem a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    padding-left: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  #news .news_listitem a::before {
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    background: url(/svcsol/campaign/images/hosting_202204/top/icon_arrow_red.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    top: 5px;
    left: -2px;
  }

  #news .news_listitem--outer {
    position: relative;
  }

  #news .news_listitem--outer::after {
    content: "";
    width: 14px;
    height: 12px;
    background: url(/svcsol/campaign/images/hosting_202204/common/icon_externallink_white_outline.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    display: inline-block;
    margin: 4px 0 0 2px;
  }

  #news .news_listitem:not(:last-of-type) {
    padding-bottom: 8px;
  }

  .no-news {
    padding-top: 70px !important;
  }

  .appeal_box {
    padding: 24px 0;
    background: #333;
  }

  .appeal_box01 {
    padding: 0;
    background: #333;
  }

  .parent_box .child_box {
    width: 100%;
    margin: 0 auto;
  }

  .wrapper + .appeal_box {
    padding: 40px 0;
  }

  .appeal_box .child_box {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .appeal_box01 > .child_box {
    padding-top: 20px;
  }

  .appeal_box .side_by_side {
    width: 100%;
    padding: 0 5px;
  }

  .appeal_box .tel_box .time-sp {
    font-size: 1rem;
    display: block;
    margin-top: 9px;
    color: #fff;
  }

  .appeal_box .tel_box {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .appeal_box .tel_box01 {
    width: 100%;
    text-align: center;
    margin: 28px 0 0;
    display: flex;
    justify-content: center;
  }

  .appeal_box .tel_box:before {
    width: 30px;
    height: 31px;
    display: inline-block;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/icon01.svg) no-repeat center center;
    background-size: 30px 31px;
    vertical-align: top;
    margin: -2px 5px 0 0;
  }

  .appeal_box .tel_box01:before {
    width: 45px;
    height: 47px;
    display: inline-block;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/icon01.svg) no-repeat center center;
    background-size: 45px 47px;
    vertical-align: top;
    margin: -2px 5px 0 0;
  }

  .appeal_box .tel_box .txt {
    font-size: 1.2rem;
    /* font-size: 2.5vmin; */
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    display: block;
  }

  .appeal_box .tel_box .number {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #fff;
  }

  /* add 20190130 */
  .download_box .p-download {
    margin: 0 0 20px 0;
    padding: 15px 10px 10px;
    border: 2px solid #cf0040;
    background: #fff;
  }

  .download_box .p-download01 {
    margin-bottom: 22px;
    padding: 20px 10px 10px;
    border: 2px solid #cf0040;
    background: #fff;
  }

  .download_box .p-download .outline {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 1.6;
    text-align: center;
    color: #cf0040;
  }

  .download_box .p-download .c-tit {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 17px;
    padding-left: 120px;
  }

  .download_box .p-download .c-tit__span {
    font-weight: normal;
    display: block;
    line-height: 1.5;
    font-size: 1.4rem;
    padding-left: 120px;
    margin-bottom: 30px;
  }

  .download_box .p-download .btn_area {
    width: 100%;
    margin: 0 auto;
  }

  .download_box .p-download__inner {
    position: relative;
  }

  .download_box .p-download__figure {
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .download_box .p-download__desc {
    flex: 1 0 1%;
    text-align: left;
  }

  .download_box .p-download__desc .c-txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .download_box .side_by_side {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }

  .download_box .side_by_side li.icon_more {
    width: 98px;
    height: 85px;
    margin: 20px auto;
  }

  .download_box .side_by_side li.icon_more img {
    width: 98px;
    height: 85px;
  }

  .download_box .side_by_side li .c-txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .download_box01 {
    width: 91%;
    margin: 0 auto;
  }

  .sec-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }

  .btn_area .btn {
    width: 100%;
    display: block;
    border-radius: 4px;
    background: linear-gradient(#d00041, #b6001f);
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 18px 20px;
    line-height: 1.5;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto;
  }

  .btn_area .btn01 {
    width: 100%;
    padding: 14px 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2rem;
  }

  .btn_area .btn02 {
    width: 100%;
    padding: 23px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2rem;
  }

  /* add 20220719 start */
  .btn_area .btn03 {
    font-size: 1.4rem;
    padding: 11px 6px;
  }

  /* add 20220719 end */
  .btn_area span {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    position: relative;
  }

  .btn_area .btn01 .btn-link01 {
    position: relative;
    display: block;
    margin-right: 0;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0;
    /* margin-right: 13%; */
  }

  .btn_area .btn-link {
    padding: 0;
    text-align: center;
  }

  .btn_area .btn-link:after {
    content: "";
    position: absolute;
    background: url(/svcsol/campaign/images/hosting_202204/common/icon_externallink_white.svg) no-repeat right center;
    background-size: 13px 12px;
    width: 13px;
    height: 12px;
    top: 6px;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
  }

  .btn_area .btn-link01::after {
    content: "";
    position: absolute;
    background: url(/svcsol/campaign/images/hosting_202204/common/icon_externallink_white.svg) no-repeat right center;
    background-size: 13px 12px;
    width: 13px;
    height: 12px;
    top: 9px;
    right: -15px;
  }

  .btn_area .btn01 .btn-link02 {
    position: relative;
    margin-left: 7%;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    display: block;
  }

  .btn_area .btn01 .btn-link02::before {
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/common/icon_calcurator.svg) no-repeat right center;
    background-size: 14px 12px;
    width: 33px;
    height: 46px;
    background-size: contain;
    position: absolute;
    top: -9px;
    left: -40px;
  }

  .btn_area .btn01 .btn-link02::after {
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/common/icon_externallink_white.svg) no-repeat right center;
    background-size: 14px 12px;
    width: 13px;
    height: 12px;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -17px;
    margin: auto;
  }

  .btn_area .btn-small {
    font-size: 1.2rem;
    padding: 0;
    /* margin-right: 5%; */
    letter-spacing: initial;
  }

  .appeal_box .child_box .visual_box {
    position: relative;
    padding: 20px 15px 42px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    border-top: 1px solid #d9d9d9;
  }

  .appeal_box .child_box .visual_box-side {
    width: 81.334%;
    margin: 0 auto;
  }

  .appeal_box .child_box .visual_box h2 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
  }

  .appeal_box .child_box .visual_box h2 span {
    color: #cf0040;
  }

  .appeal_box .child_box .visual_box .txt {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.7368;
  }

  .appeal_box .child_box .visual_box .txt span {
    color: #c9003e;
  }

  .appeal_box .child_box .visual_box .visual_box__img {
    position: absolute;
    right: -3px;
    bottom: -2px;
    display: inline-block;
    width: 300px;
  }

  .appeal_box .child_box .visual_box .visual_box__img img {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 769px) {
  .btn_area span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: #000;
  }

  footer .in_foot {
    width: 100%;
    padding: 20px 0;
  }

  footer .in_foot .foot_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .in_foot .foot_nav ul li a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
  }

  footer .in_foot .foot_nav ul li a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/svcsol/campaign/images/hosting_202204/common/icon_externallink.svg) no-repeat center top;
    background-size: cover;
    margin-left: 10px;
  }

  footer .in_foot .foot_nav ul li:before {
    content: "|";
    color: #fff;
    margin-right: 20px;
  }

  footer .in_foot .foot_nav ul li + li {
    margin-left: 20px;
  }

  footer .in_foot .foot_nav ul li + li:last-child::after {
    content: "|";
    color: #fff;
    margin-left: 20px;
  }

  footer .in_foot .copy {
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  #totop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main .post_body {
    overflow: scroll;
    word-wrap: normal;
  }
}
/*#########################################################

各種ページファイル読み込み

#########################################################*/
@media screen and (max-width: 767px) {
  .c-sec__title {
    text-align: center;
    line-height: 1.5;
  }

  .c-sec__title--small {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
  }

  .c-sec__title--big {
    font-size: 2.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 11px;
  }

  .c-sec__title--mid {
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }

  .color-change--yellow {
    color: #FFF478;
  }

  .color-change--white {
    color: #fff;
  }

  .color-change--orange {
    color: #EF6117;
    font-weight: 700;
  }

  .color-change--yellow-bg {
    background-color: #FFFCD8 !important;
  }

  /* hosting-chart */
  .p-chart {
    position: relative;
    background-color: #fff;
  }

  .p-chart::before {
    content: "";
    background: linear-gradient(to right, #1975D1, #4CEABE);
    transform: rotate(-8deg);
    height: 187.5vw;
    width: 156.25vw;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -67.5vw;
    margin-left: -78.125vw;
  }

  .p-chart__inner {
    padding: 64px 15px 40px;
    position: relative;
    z-index: 2;
  }

  .p-chart__hd {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 0 40px;
  }

  .p-chart__hd::after {
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/triangle-yellow.svg) no-repeat;
    background-size: contain;
    width: 89px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
  }

  .p-chart-table {
    width: 950px !important;
    margin: 0 auto;
  }

  .p-chart-table-th-top {
    border-bottom: 1px solid #B3B3B3;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    width: 26.2%;
    background: #fff;
  }

  .p-chart-table-th-top--02 {
    border-right: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
  }

  .p-chart-table-th-top--03 {
    border-right: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
  }

  .p-chart-table-th-side {
    border: 1px solid #b3b3b3;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    background: #F4F4F4;
  }

  .p-chart-table-hd {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    padding: 18px 0;
    background: #363636;
    border-bottom: 1px solid #B3B3B3;
  }

  .p-chart-table-hd--02 {
    background: linear-gradient(to right, #F17454, #FFA012);
  }

  .p-chart-table-sub {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: 10px;
  }

  .p-chart-table-caption {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .p-chart-table-caption--02 {
    color: #EF6117;
    font-weight: 700;
  }

  .p-chart-table-th__box {
    padding: 22px 0px 14px;
    background-color: #fff;
  }

  .p-chart-table-th__box--02 {
    background-color: #FFFCD8;
  }

  .p-chart-table-th__box-img {
    width: 40%;
    margin: 0 auto;
    display: block;
  }

  .p-chart-table-th__box-img--02 {
    width: 142px;
    margin: 0 auto;
    display: block;
    padding-right: 19px;
  }

  .p-chart-table-td {
    text-align: center;
    border: 1px solid #B3B3B3;
    padding: 16px 3px 8px;
    background: #fff;
  }

  .p-chart-table-td img {
    margin-bottom: 14px;
  }

  .p-chart-table-td-txt {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    padding-top: 12px;
    line-height: 1.5;
  }

  .p-chart-table-td.color-orange {
    font-weight: 700;
  }

  .p-chart-table-td.color-blue {
    color: #2799B4;
  }

  .p-chart-table-td--01,
.p-chart-table-td--02,
.p-chart-table-td--03,
.p-chart-table-td--04,
.p-chart-table-td--05 {
    position: relative;
  }

  .p-chart-table-td--01::after {
    content: "同等";
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    background: #919191;
    border-radius: 2px;
    width: 54px;
    height: 20px;
    position: absolute;
    top: 24px;
    right: -27px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-chart-table-td--02::after {
    width: 55px;
    height: 32px;
    position: absolute;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/img_compare_result_arrow_easy.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    bottom: 41px;
    right: -10.8%;
  }

  .p-chart-table-td--03::after {
    width: 55px;
    height: 32px;
    position: absolute;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/img_compare_result_arrow_easy.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    bottom: 41px;
    right: -10.8%;
  }

  .p-chart-table-td--04::after {
    width: 55px;
    height: 32px;
    position: absolute;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/img_compare_result_arrow_reassurance.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    top: 13px;
    left: -10%;
  }

  .p-chart-table-td--05::after {
    width: 55px;
    height: 32px;
    position: absolute;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/img_compare_result_arrow_reassurance.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    top: 13px;
    left: -10%;
  }

  /* plan */
  .p-plan {
    position: relative;
    padding: 0 0 80px;
  }

  .p-plan .c-sec__title--small {
    margin-bottom: 0;
  }

  .p-plan::after {
    content: "";
    background: linear-gradient(90deg, #1975d1 0%, #67e5fa 100%);
    transform: rotate(-8deg);
    width: 200vw;
    height: calc(100% - 200px);
    position: absolute;
    left: -50vw;
    top: 160px;
  }

  .p-plan__box {
    padding: 0 15px;
  }

  .p-plan__hd {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .p-plan .p-plan__box-item {
    width: 100%;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    margin-bottom: 25px;
  }

  .p-plan__box-hd {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 17px 0;
    text-align: center;
  }

  .p-plan__box-hd--01 {
    background: #F49435;
    margin-bottom: 60px;
  }

  .p-plan__box-hd--02 {
    background: #F88031;
    margin-bottom: 10px;
  }

  .p-plan__box-hd--03 {
    background: #E85933;
    margin-bottom: 10px;
  }

  .p-plan__box-img {
    width: 41%;
    margin: 0 auto 14px;
  }

  .p-plan__box-dt {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
  }

  .p-plan__box-dd-list {
    padding: 0 8.6%;
    margin-bottom: 15px;
  }

  .p-plan__box-dd-item {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .p-plan__box-dd-item::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #EF6117;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
  }

  .p-plan__box-dl {
    height: auto;
    flex-grow: 1;
  }

  .p-plan__box-txt {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }

  .p-plan__box-txt--capacity {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.78;
    display: block;
    margin-bottom: 12px;
  }

  .p-plan__box-txt--price {
    display: block;
  }

  .p-plan__box-txt--price-big {
    font-size: 2.8rem;
  }

  .p-plan__box-lead {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 13px;
    line-height: 1.5;
  }

  .p-plan__box-lead-big {
    font-size: 3rem;
    padding-left: 8px;
  }

  .p-plan__box-lead-small {
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
    margin-top: 14px;
  }

  .p-plan-common {
    padding-bottom: 30px;
  }

  .p-plan-common + .download_box--01 {
    background-color: #f2f2f2;
    padding: 20px 19px;
  }

  .p-plan-common-hd {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 28px;
  }

  .p-plan-common__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px 0;
    margin: 0 15px 40px;
  }

  .p-plan-common__list::after {
    content: "";
    width: 28.75vw;
  }

  .p-plan-common__item {
    width: 28.75vw;
    display: flex;
    flex-direction: column;
  }

  .p-plan-common__item-txt {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    flex: 1 1;
    height: 100%;
    min-height: 0%;
  }

  .p-plan-common__item-img {
    text-align: center;
    margin-bottom: 12px;
    flex: 1 1;
  }

  .p-plan-common__item-img img {
    width: 10vw;
  }

  /* add 20220526 start */
  .p-plan-common__txt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    padding-top: 10px;
    margin: 0 15px 40px;
    text-align: center;
  }

  /* add 20220526 end */
  .p-plan-common__box {
    padding-bottom: 56.25vw;
    background: url(/svcsol/campaign/images/hosting_202204/top/img_plan_consultation.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }

  .p-plan-common__box-hd {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    padding-top: 30px;
    margin: 0 15px 20px;
    border-top: 1px solid #BFBFBF;
  }

  .p-plan-common__box-dt {
    color: #2CB7F5;
    font-size: 1.4rem;
    margin: 0 20px 10px;
  }

  .p-plan-common__box-dd {
    margin: 0 20px 30px;
  }

  .p-plan-common__box-item {
    position: relative;
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 0 0 3px;
  }

  .p-plan-common__box-item::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2CB7F5;
    display: inline-block;
    margin-right: 6px;
  }

  /* description */
  .p-description {
    position: relative;
    padding: 40px 40px 90px;
    margin-bottom: 50px;
  }

  .p-description::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 156.25vw;
    margin-left: -78.125vw;
    height: 226.5625vw;
    background-color: #fff;
    transform: rotate(-8deg);
  }

  .p-description::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 66px;
    background: #2CB7F5;
    z-index: 2;
    bottom: -33px;
    left: 50%;
    border-radius: 10px;
  }

  .p-description-hd {
    margin-bottom: 20px;
    text-align: center;
  }

  .p-description-hd--small {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
  }

  .p-description-hd--line {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 3px solid #E80039;
    display: inline-block;
    padding-bottom: 6px;
  }

  .p-description-wrap {
    position: relative;
    padding-bottom: 39.062vw;
  }

  .p-description-txt {
    font-size: 1.5rem;
    line-height: 1.733;
    display: inline-block;
  }

  .p-description-wrap::before {
    width: 31.25vw;
    height: 32.812vw;
    position: absolute;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/img_about_man_sp.svg) no-repeat center center;
    background-size: cover;
    vertical-align: top;
    bottom: 0;
    left: 0;
  }

  .p-description-wrap::after {
    width: 32.812vw;
    height: 32.187vw;
    position: absolute;
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/img_about_woman_sp.svg) no-repeat center center;
    background-size: cover;
    vertical-align: top;
    bottom: 0;
    right: 0;
  }

  /* problem */
  .p-problem-hd {
    text-align: center;
    padding: 0 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .p-problem-hd--small {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2B6BAB;
    margin-bottom: 5px;
    display: block;
  }

  .p-problem-hd--big {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
  }

  .p-problem__box {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 15px 60px;
  }

  .p-problem__box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
    background: url(/svcsol/campaign/images/hosting_202204/top/triangle-blue.svg) no-repeat;
    background-size: cover;
    width: 54px;
    height: 20px;
  }

  .p-problem__box-item {
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }

  .p-problem__box-hd {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 16px 0;
  }

  .p-problem__box-hd--01 {
    background-color: #56CBA9;
  }

  .p-problem__box-hd--02 {
    background-color: #1FB3CD;
  }

  .p-problem__box-hd--03 {
    background-color: #3492C7;
  }

  .p-problem__box-contents {
    padding: 18px 0;
    text-align: center;
    flex: 1 1;
    height: 100%;
    min-height: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-problem__box-contents-txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.77;
    order: 2;
  }

  .p-problem__box-contents-img {
    width: 23.75vw;
    margin-right: 8px;
    order: 1;
  }

  /* point */
  .p-point {
    padding: 20px 15px 80px;
  }

  .p-point-hd {
    color: #EF6117;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
  }

  .p-point-lead {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
  }

  .p-point__box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
  }

  .p-point__box--02 {
    margin-bottom: 40px;
  }

  .p-point__box-hd-sub {
    color: #fff;
    background: linear-gradient(to right, #1975D1, #43C8DE);
    width: 100%;
    border-radius: 30px;
    text-align: center;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 17px;
  }

  .p-point__box-hd {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 19px;
  }

  .p-point__box-lead {
    font-size: 1.5rem;
    line-height: 1.73;
    margin-bottom: 40px;
  }

  .p-point__box-lead--02 {
    width: 93%;
    margin: 0 auto 20px;
  }

  .download_box--02 {
    background: rgba(63, 98, 134, 0.2);
    padding: 24px 19px 20px;
    margin: 40px 0 40px;
  }

  .p-point-security__box-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .p-point-security__box-hd {
    background: #E4F1F4;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 33px 20px 16px;
    margin-bottom: 24px;
    line-height: 1.5;
    position: relative;
  }

  .p-point-security__box-num {
    font-size: 1.3rem;
    position: relative;
    color: #fff;
    background: #363636;
    padding: 0 6px 0 13px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px;
  }

  .p-point-security__box-num::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #363636 transparent transparent #363636;
    border-width: 13px 6px 13px 6px;
    right: -12px;
    top: 0;
  }

  .p-point-security__box-contents-dt {
    color: #2B6BAB;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .p-point-security__box-contents-dt--01 {
    position: relative;
    color: #14B6D1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: -6px 0 14px 52px;
    line-height: 1.5;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .p-point-security__box-contents-dt--01::before {
    content: "Good!";
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans-serif;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #14B6D1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 21px);
    left: -52px;
  }

  .p-point-security__box-contents-dd {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .p-point-security__box-contents-dd-img {
    width: 100%;
  }

  .p-point-security__box-contents-dd-img img {
    max-width: 100%;
    height: auto;
  }

  .p-point-smooth-list {
    margin: 0 0 25px;
  }

  .p-point-smooth-item {
    width: 100%;
    background: #F2F2F2;
    padding: 25px 30px;
    box-sizing: border-box;
  }

  .p-point-smooth-item-hd {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
  }

  .p-point-smooth-item-txt {
    font-size: 1.4rem;
    margin-bottom: 22px;
    line-height: 1.7;
  }

  .p-point-smooth-item-img {
    width: 100%;
    margin: 0 auto;
  }

  .p-point-smooth-item-img img {
    max-width: 100%;
    height: auto;
  }

  .p-point-smooth-txt {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 92%;
    margin: 0 auto;
  }

  .p-point-smooth-txt--orange {
    color: #EF6117;
  }

  .p-point-smooth-txt--big {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .p-point-operation-hd {
    background: #F2F2F2;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 0;
    margin-bottom: 45px;
    text-align: center;
  }

  .p-point-operation-list {
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    margin: 0 auto;
  }

  .p-point-operation-item {
    width: calc(50% - 20px);
  }

  .p-point-operation-img {
    width: 100%;
    margin: 0 auto 18px;
  }

  .p-point-operation-img img {
    max-width: 100%;
    height: auto;
  }

  .p-point-operation-item-txt {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }

  .point-details {
    padding: 50px 30px 0;
    position: relative;
  }

  .point-details::before {
    content: "";
    position: absolute;
    height: 66px;
    width: 0;
    border: 3px solid #EF6117;
    border-radius: 5px;
    left: 50%;
    top: -33px;
    transform: translateX(-50%);
    z-index: 3;
  }

  .point-details::after {
    content: "";
    background: #fff;
    transform: rotate(-8deg);
    position: absolute;
    width: 234.375vw;
    height: 339.843vw;
    left: 50%;
    top: 9px;
    margin-left: -117.1875vw;
  }

  .tit_box1,
.tit_box2 {
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .tit_txt1 {
    color: #ef6117;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3px;
    text-align: center;
    position: relative;
  }

  .tit_box1 h2 {
    font-size: 2.6rem;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 700;
  }

  .point-contents {
    position: relative;
    z-index: 2;
    display: block;
  }

  .point-box {
    background-color: #fff;
    display: block;
    height: auto;
    border-top: 3px solid #F2864E;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 15px 30px;
  }

  .point-box:not(:last-child) {
    margin-bottom: 20px;
  }

  .point-box_title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ef6117;
    line-height: 1.5;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 17px;
  }

  .point-box li {
    position: relative;
    padding-left: 18px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5px;
  }

  .point-box li::before {
    content: "";
    background: url(/svcsol/campaign/images/hosting_202204/top/icon_checked.svg) no-repeat left top;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  .tit_box2 {
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .tit_box2 h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .tit_box2 p {
    font-size: 1.4rem;
    line-height: 1.87;
    margin-bottom: 32px;
    text-align: left;
  }

  .p-securitylv__wrap {
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: -30px;
    padding: 0 30px 60px;
  }

  .p-securitylv {
    display: block;
    width: 100%;
  }

  .p-securitylv__item {
    width: 100%;
  }

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

  .p-securitylv__thumbnail {
    display: block;
    width: 100%;
  }

  .p-securitylv__img {
    width: 100%;
    vertical-align: bottom;
  }

  .p-securitylv__hd {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 13px 0 11px;
  }

  .p-securitylv__txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-securitylv__link {
    color: #2b7ab1;
  }

  .p-securitylv__link::after {
    content: "";
    display: inline-block;
    background: url(/svcsol/campaign/images/hosting_202204/common/icon_externallink_white_outline.svg) no-repeat left top;
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    margin-left: 4px;
  }

  .appeal_box01 {
    position: relative;
    z-index: 3;
  }

  .appeal_box .visual_box {
    position: relative;
    padding: 30px 15px calc(56.25vw + 27px);
    background: url(/svcsol/campaign/images/hosting_202204/top/img_plan_consultation.jpg) no-repeat center bottom;
    background-size: 100% auto;
    background-color: #FFF;
  }

  .visual_inner__box {
    margin: 0 auto;
  }

  .appeal_box .visual_box p {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #EA0D48;
  }

  .appeal_box .visual_box-side {
    display: block;
    margin: 0 0 16px;
  }

  .appeal_box .visual_box h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.47;
    padding-bottom: 22px;
  }

  .appeal_box .side_by_side02 {
    padding: 24px;
  }

  .appeal_box .side_by_side .tel_box {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
  }

  .appeal_box .side_by_side02 .tel_box {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
  }

  .appeal_box .side_by_side .tel_box .txt {
    font-size: 1.4rem;
    margin: 0 0 0 10px;
  }

  .appeal_box .side_by_side .tel_box .txt02 {
    font-size: 1.5rem;
    margin: 0 0 0 10px;
  }

  .appeal_box .side_by_side .tel_box .number {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    margin-top: 7px;
  }

  .appeal_box .side_by_side02 .tel_box .number {
    width: 100%;
    text-align: center;
    font-size: 3.2rem;
    margin-top: 20px;
  }

  .appeal_box .side_by_side .tel_box .time-sp {
    font-size: 1.1rem;
    margin: 7px 0 19px;
  }

  .appeal_box .side_by_side02 .tel_box .txt,
.appeal_box .side_by_side02 .tel_box .number,
.appeal_box .side_by_side02 .tel_box .time-sp {
    color: #000;
  }

  .side_by_side02 {
    background-color: #EBEBEB;
  }

  .appeal_box .tel_box .txt02 {
    color: #000;
  }

  .appeal_box .tel_box .time02 {
    color: #000;
    font-size: 1.2rem;
    margin-top: 12px;
    display: block;
  }

  .appeal_box .tel_box .number02 {
    color: #000;
  }

  .c-column__item .text_box {
    font-size: 1.4rem;
    margin: 9px 0 18px;
    line-height: 1.5;
  }

  .time-pc {
    display: none;
  }

  .visual_box-side li {
    width: 100%;
  }

  .visual_box-side li:first-of-type {
    margin-bottom: 10px;
  }

  /* add 20221115 start */
  .point-menu-list {
    display: block;
    max-width: 100%;
  }

  .point-menu-item {
    margin-bottom: 12px;
    padding: 0;
  }

  /* add 20221115 end */
}
.p-qaSec {
  padding: 0 15px 64px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-qaSec {
    padding: 20px 15px 8px;
  }
}
.p-qaSec__ttl {
  --color: #EF6117;
  display: flex;
  justify-content: center;
}
.p-qaSec__ttl .__balloon {
  --long: 50px;
  --short: 32px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 11px;
}
@media (min-width: 768px) {
  .p-qaSec__ttl .__balloon {
    --long: 75px;
    --short: 55px;
    width: 13px;
  }
}
.p-qaSec__ttl .__balloon::before, .p-qaSec__ttl .__balloon::after {
  content: "";
  display: block;
  width: 2px;
  background-color: var(--color);
  transform-origin: center bottom;
}
.p-qaSec__ttl .__balloon.__left:before {
  height: var(--short);
  rotate: -35deg;
}
.p-qaSec__ttl .__balloon.__left:after {
  height: var(--long);
  rotate: -25deg;
}
.p-qaSec__ttl .__balloon.__right:before {
  height: var(--long);
  rotate: 25deg;
}
.p-qaSec__ttl .__balloon.__right:after {
  height: var(--short);
  rotate: 35deg;
}
.p-qaSec__ttl .__txt {
  margin-right: -1em;
  line-height: 1.5;
  color: var(--color);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-qaSec__ttl .__txt {
    padding: 0 2.5em;
  }
}
.p-qaSec__ttl .__txt .__smaller {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-qaSec__ttl .__txt .__smaller {
    font-size: 2.2rem;
  }
}
.p-qaSec__ttl .__txt .__larger {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-qaSec__ttl .__txt .__larger {
    font-size: 2.8rem;
  }
}
.p-qaSec__cont {
  max-width: 668px;
  margin: 30px auto 0;
}
.p-qaSec__cont > :not(:first-child) {
  margin-top: 30px;
}
.p-qaSec__list {
  padding-bottom: 20px;
  border-bottom: 1px dotted #BFBFBF;
}
.p-qaSec__list__item {
  --ico: 34px;
  padding-top: 20px;
  border-top: 1px dotted #BFBFBF;
}
@media (min-width: 768px) {
  .p-qaSec__list__item {
    --ico: 50px;
  }
}
.p-qaSec__list__item:not(:first-child) {
  margin-top: 20px;
}
.p-qaSec__list__item__question, .p-qaSec__list__item__answer {
  display: flex;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-qaSec__list__item__question, .p-qaSec__list__item__answer {
    gap: 30px;
  }
}
.p-qaSec__list__item__question .__ico, .p-qaSec__list__item__answer .__ico {
  flex: 0 0 auto;
  width: var(--ico);
  font-size: 0;
}
.p-qaSec__list__item__question .__ico img, .p-qaSec__list__item__answer .__ico img {
  max-width: 100%;
}
.p-qaSec__list__item__question .__txt, .p-qaSec__list__item__answer .__txt {
  font-weight: bold;
}
.p-qaSec__list__item__question .__txt > * + *, .p-qaSec__list__item__answer .__txt > * + * {
  margin-top: 0.5em;
}
.p-qaSec__list__item__question .__txt {
  flex: 1 1 auto;
  padding-top: 5px;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-qaSec__list__item__question .__txt {
    padding-top: 10px;
    font-size: 2rem;
  }
}
.p-qaSec__list__item__answer {
  margin-top: 8px;
}
.p-qaSec__list__item__answer .__txt {
  flex: 1 1 auto;
  padding-top: 4px;
  line-height: 2;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-qaSec__list__item__answer .__txt {
    line-height: 2.2857142857;
    font-size: 1.4rem;
  }
}
.p-qaSec__btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  height: 64px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-qaSec__btn .btn {
    font-size: 1.8rem;
  }
}

.p-ul {
  line-height: 1.5;
}
.p-ul ul, .p-ul ol {
  margin-top: 0.25em;
}
.p-ul > li {
  position: relative;
  padding-left: 1em;
}
.p-ul > li:before {
  content: "";
  position: absolute;
  top: calc((1.5em - 4px) / 2);
  left: calc(0.5em - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.p-ul > li + li {
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

.u-dIb {
  display: inline-block;
}

@media (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-spbr {
    display: none;
  }
}

@media (max-width: 767px) {
  /* 資料1札 */
  .download_box .p-download--single .p-download__figure {
  margin-right: 12px;
  }
  .download_box .p-download .p-download--single .c-tit {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .download_box .p-download .p-download--single .c-tit span {
    font-size: 14px;
    position: relative;
    margin-left: 2px;
  }
  .download_box .p-download .p-download--single li .c-txt {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 0;
  }
}

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