@media (max-width: 767px) {
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    abbr,
    acronym,
    big,
    cite,
    del,
    dfn,
    em,
    img,
    ins,
    q,
    s,
    small,
    strike,
    tt,
    var,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    form,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 1;
        padding: 0;
        /*
	vertical-align: baseline;
	*/
    }

    * {
        box-sizing: border-box;
    }
    html {
        font-size: 62.5%;
    }
    body {
        background-color: #fff;
        font-size: 1.2rem;
        /*
	font-family: Muli, "新ゴ R", "Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
        line-height: 1.857;
        color: #333333;
        /*
	font-size: 12px;
	height:100%;
	animation: fadeIn 2s ease 0s 1 normal;
	font-display:swap;
	*/
    }
    /*
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
*/
    html,
    body {
        height: 100%;
    }

    ol,
    ul {
        list-style: none;
        /*
	letter-spacing:0.1em;
	text-align: justify;
	*/
    }

    h4 {
        /*
	letter-spacing:0.1em;
	text-align: justify;
	*/
    }
    p {
        /*
	line-height:2.0;
	letter-spacing:0.1em;
	text-align: justify;
	*/
    }
    dl {
        /*
	line-height:2.0;
	letter-spacing:0.1em;
	text-align: justify;
	*/
    }

    caption,
    th,
    td {
        font-weight: normal;
        /*
	text-align: left;
	vertical-align:top;
	*/
    }

    img {
        max-width: 100%;
        height: auto;
        width/***/: auto;
        border: 0;
        vertical-align: bottom;
    }
    a {
        color: #233547;
        transition: all 0.3s;
        text-decoration: none;
    }

    a:hover {
        color: #296985;
        /* text-decoration: none; */
    }

    .clearfix:after {
        content: "."; /* 新しい要素を作る */
        display: block; /* ブロックレベル要素に */
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .clearfix {
        min-height: 1px;
    }

    * html .clearfix {
        height: 1px;
        /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
    }

    a.imghover:link img {
        transition: all 0.3s;
    }
    a.imghover:hover img {
        filter: alpha(opacity=70);
        opacity: 0.7;
    }
    .imghover {
        transition: all 0.3s;
    }
    .imghover:hover {
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    /* Text */
    .text-start {
        text-align: left !important;
    }

    .text-end {
        text-align: right !important;
    }

    .text-center {
        text-align: center !important;
    }

    div.pagebox {
        min-height: 100%;
        box-sizing: border-box;
    }

    .container {
        width: 100%;
        padding-top: 60px;
    }

    /* 他ページ用 */

    .page_header_sp {
        display: none;
    }
    .sub_nav {
        display: none;
    }
    .sub_nav ul {
        display: none;
    }

    /* 他ページ用ここまで */

    .change_header {
        display: none !important;
    }
    .change_header ul {
        display: none;
    }

    /* スマホ用サブナビゲーション */

    .sp_page_header_sp {
        position: relative;
        width: 100%;
        background-color: #3b7c97;
    }
    .sp_page_header_sp .sp_sub_nav {
        width: 100%;
    }
    .sp_page_header_sp .sp_sub_nav ul {
        font-size: 1.3rem;
        text-align: center;
        line-height: 1;
    }
    .sp_page_header_sp .sp_sub_nav ul li.sp_sub_nav01 a {
        display: block;
        color: #fff;
        width: 100%;
        padding: 18px;
        background: url(../img/btn_listmk002.png) no-repeat right 10px center;
        background-size: 13px 13px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    }
    .sp_page_header_sp .sp_sub_nav ul li.sp_sub_nav02 a {
        display: block;
        color: #fff;
        width: 50%;
        float: left;
        padding: 18px;
        background: url(../img/btn_listmk002.png) no-repeat right 10px center;
        background-size: 13px 13px;
        border-right: 1px dotted rgba(255, 255, 255, 0.6);
    }
    .sp_page_header_sp .sp_sub_nav ul li.sp_sub_nav03 a {
        display: block;
        color: #fff;
        width: 50%;
        float: right;
        padding: 18px;
        background: url(../img/btn_listmk002.png) no-repeat right 10px center;
        background-size: 13px 13px;
    }
    .sp_page_header_sp .sp_sub_nav ul li.sp_sub_nav04 a {
        display: block;
        color: #fff;
        width: 100%;
        padding: 18px;
        background: url(../img/btn_listmk002.png) no-repeat right 10px center;
        background-size: 13px 13px;
    }

    .sp_page_header_sp .sp_sub_nav ul.nav_flex {
        display: flex;
        flex-flow: wrap;
        margin-bottom: 0;
        padding-left: 0;
    }
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li {
        display: flex;
        width: 50%;
    }
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li.sp_sub_nav01 a,
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li.sp_sub_nav02 a,
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li.sp_sub_nav03 a,
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li.sp_sub_nav04 a {
        width: 100%;
        float: unset;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        padding-right: 32px;
        line-height: 1.2;
    }
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li.sp_sub_nav01 a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
        border-right: 1px dotted rgba(255, 255, 255, 0.6);
    }
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li.sp_sub_nav02 a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    }
    .sp_page_header_sp .sp_sub_nav ul.nav_flex li.sp_sub_nav03 a {
        border-right: 1px dotted rgba(255, 255, 255, 0.6);
    }
    /* スマホ用サブナビゲーションここまで */

    /* ############### ヘッダーここまで ############### */

    /* ############### コンテンツ ############### */

    .contents_sp {
        width: 100%;
    }

    /* ###### TOPページ用 ##### */

    /* 最新情報 */

    .latest_sp {
        position: relative;
        width: 100%;
        background: url(../img/btn_listmk002.png) no-repeat right 15px center;
        background-size: 13px 13px;
        background-color: #3b7c97;
        z-index: 10;
    }
    .latest_sp p.latest_desc {
        width: 90%;
        font-size: 1.3rem;
        text-align: center;
        margin: 0 auto;
        padding: 18px 0;
    }
    .latest_sp p a {
        position: relative;
        color: #fff;
    }

    .news_icon {
        width: 55px;
        position: absolute;
        top: -20px;
        left: 10px;
    }

    /* 最新情報ここまで */

    /* TOP概要領域 */

    .about_sp {
        width: 100%;
        padding: 80px 0 100px;
    }
    .about_menu_sp {
        width: 100%;
    }

    .about_list_image {
        position: relative;
        width: 100%;
        height: 220px;
        overflow: hidden;
    }
    .about_menu01 {
        position: relative;
        width: 94%;
        background-color: #fff;
        padding-bottom: 45px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        border-top-right-radius: 10px;
        margin: -40px 0 40px;
    }
    .about_list_sp02 .about_title01 {
        font-size: 2rem;
        color: #fff;
        line-height: 1.5;
        padding: 23px 0 25px;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	letter-spacing:0.05em;
	*/
        text-align: center;
        background-color: #3b7c97;
        border-top-right-radius: 10px;
    }

    .about_menu02 {
        position: relative;
        width: 94%;
        background-color: #fff;
        padding-bottom: 45px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        border-top-left-radius: 10px;
        margin: -40px 0 40px 6%;
    }
    .about_list_sp .about_title02 {
        font-size: 2rem;
        color: #fff;
        line-height: 1.5;
        padding: 23px 0 25px;
        /*
	letter-spacing:0.05em;
	*/
        text-align: center;
        background-color: #233547;
        border-top-left-radius: 10px;
    }

    /*add 20190821 >>>*/
    .about_menu03 {
        position: relative;
        width: 94%;
        background-color: #fff;
        padding-bottom: 45px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        border-top-right-radius: 10px;
        margin: -40px 0 0;
    }
    .about_list_sp02 .about_title03 {
        font-size: 2rem;
        color: #fff;
        line-height: 1.5;
        padding: 23px 0 25px;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	letter-spacing:0.05em;
	*/
        text-align: center;
        background-color: #566d93;
        border-top-right-radius: 10px;
    } /*<<<< add 20190821*/

    .about_list_sp02 .about_title_font {
        font-size: 1.3rem;
        /*
	font-weight:700;
	font-family: Muli, sans-serif;
	letter-spacing:0.2em;
	line-height:1.0;
	*/
    }
    .about_list_sp02 p {
        padding: 0 40px;
    }
    .about_list_sp02 p.about_list_desc {
        font-size: 1.4rem;
        line-height: 2;
        margin: 40px 0px 30px;
        padding: 0 40px;
    }
    .about_list_sp02 p.about_list_desc br {
        display: none;
    }

    /* TOP概要領域ここまで */

    /* 導入企業 */

    .intro_sp {
        width: 100%;
        padding: 80px 0 72px;
    }
    .intro_sp ul {
        width: 88%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .intro_sp ul li {
        position: relative;
        width: 100%;
        width: calc((100% / 2) - 8px);
        margin: 0 4px 8px;
    }

    /* 導入企業ここまで */

    /* お知らせ */

    .news_sp {
        width: 100%;
        padding: 80px 0 60px;
    }
    .news_sp dl {
        width: 88%;
        margin: 0 auto;
        border-top: 1px dotted #ddd;
        padding-top: 20px;
        line-height: 1.6;
    }
    .news_sp dl dt {
        font-size: 1.2rem;
        color: #3b7c97;
    }
    .news_sp dl dd {
        font-size: 1.4rem;
        padding: 4px 30px 20px 0;
        margin-bottom: 20px;
        border-bottom: 1px dotted #ddd;
        background: url(../img/btn_listmk004.png) no-repeat right 2px;
        background-size: 13px 13px;
    }

    /* お知らせここまで */

    /* 安心安全領域 */
    .safety_sp {
        width: 100%;
        /*
	background:url(../img/bg_safety_sp.jpg) no-repeat 50% 50% / cover;
	*/
        background: url(../img/bg_safety_sp.webp) no-repeat 50% 50% / cover;
        padding: 70px 0;
    }
    .safety_sp02 {
        width: 88%;
        margin: 0 auto;
    }
    .safety_sp h2,
    .safety_sp h3 {
        text-align: center;
        color: #fff;
        font-size: 1.8rem;
        /*
	letter-spacing:0.1em;
	*/
        line-height: 1.6;
    }
    .safety_sp p {
        color: #fff;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 20px;
    }
    .safety_sp p br {
        display: none;
    }

    /* 再販案内 */
    .resale_sp {
        width: 100%;
        background: url(/template/img/bg_img_resale_sp.jpg) 50% 100% / cover
            no-repeat;
        padding: 70px 0;
    }
    .resale_sp02 {
        width: 88%;
        margin: 0 auto;
    }
    .resale_sp .heading,
    .resale_sp h3 {
        text-align: center;
        color: #233547;
        font-size: 1.8rem;
        /*
	letter-spacing:0.1em;
	*/
        line-height: 1.6;
    }
    .resale_sp p {
        color: #333333;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 20px;
    }

    /* ###### TOPページ用ここまで ##### */

    /* ############### 各ページメイン領域 ############### */

    .page_main_sp {
        position: relative;
        z-index: 10;
        background: #233547 50% / cover no-repeat;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .page_main_sp02 {
        position: relative;
        width: 88%;
        height: 330px;
        margin: 0 auto;
    }
    .page_catch_sp {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        z-index: 500;
    }
    .page_catch_sp .ttl-h1 {
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-size: 2.2rem;
        line-height: 1.6;
        /*
	letter-spacing:0.1em;
	*/
    }
    .page_catch_sp .btn_style02 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    /* .page_main_sp-sm */
    .page_main_sp.page_main_sp-sm,
    .page_main_sp.page_main_sp-sm .page_main_sp02 {
        height: 200px;
    }
    .page_main_sp.page_main_sp-sm.include-kv-badge,
    .page_main_sp.page_main_sp-sm.include-kv-badge .page_main_sp02 {
        height: 240px;
    }

    .other_page_main_sp {
        position: relative;
        background: #233547 50% / cover no-repeat;
        width: 100%;
        height: 200px;
    }
    .other_page_main_sp02 {
        position: relative;
        width: 100%;
        height: 200px;
    }
    .other_page_catch_sp {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        z-index: 500;
    }
    .other_page_catch_sp .ttl-h1 {
        text-align: center;
        color: #fff;
        font-size: 2.2rem;
        line-height: 1;
        /*
	letter-spacing:0.1em;
	*/
    }

    .contact_page_main_sp {
        position: relative;
        width: 100%;
        height: 200px;
        background: url(../../img/contact_img/sp/sp_contact_titlebackimg.png)
            no-repeat 50% 50%;
        background-size: cover;
        z-index: 10;
    }
    .news_page_main_sp {
        position: relative;
        width: 100%;
        height: 200px;
        background: url(../../img/news_img/sp/sp_news_titlebackimg.jpg)
            no-repeat 50% 50%;
        background-size: cover;
        z-index: 10;
    }
    .contact_page_main_sp02 {
        position: relative;
        width: 100%;
        height: 200px;
    }
    .contact_page_catch_sp {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        z-index: 500;
    }
    .contact_page_catch_sp .ttl-h1 {
        text-align: center;
        color: #fff;
        font-size: 2.2rem;
        line-height: 1;
        /*
	letter-spacing:0.1em;
	*/
    }
    .aws_ds_title {
        background-image: url(/aws/img/ttl_main_sub_sp.jpg);
    }
    .consultation_title {
        background: url(../img/ttl_consultation_sp.jpg) no-repeat 50% 50%;
        background-size: cover;
    }

    .sp_index_main_sp {
        display: none;
    }
    .sp_main_title {
        display: none;
    }

    /* kv-badge */
    .kv-badge {
        position: absolute;
        right: -6%;
        bottom: 25px;
        left: -6%;
        text-align: center;
    }
    .kv-badge img {
        width: auto;
    }
    .kv-badge .aws-bnr-ats,
    .kv-badge .aws-bnr .aws-bnr-gcp {
        max-height: 88px;
    }
    .kv-badge .aws-bnr-ats {
        display: inline-block;
        margin-bottom: 0;
        border-radius: 4px;
        background-color: #fff;
        padding: 4px;
    }
    .kv-badge .aws-bnr {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        gap: 4px;
    }
    .kv-badge .aws-bnr img {
        max-height: 80px;
    }
    .kv-badge .jmr-box img {
        margin-bottom: 5px;
    }
    .kv-badge.addjmr {
        display: flex;
        gap: 10px;
    }
    .kv-badge.addjmr .jmr-box {
        flex-basis: 43%;
    }
    .kv-badge.addjmr .aws-bnr {
        flex-basis: 57%;
    }
    .kv-badge.addjmr .jmr-box p {
        margin-bottom: 0;
        font-size: 1.1rem;
        line-height: 1.25;
        letter-spacing: normal;
    }

    .page_main_sp.include-kv-badge,
    .include-kv-badge .page_main_sp02 {
        height: 450px;
    }
    .include-kv-badge .page_catch_sp,
    .include-kv-badge .index_catch_sp {
        top: 40%;
    }
    /*
.page_main_sp.include-kv-badge.aws-mp,
.include-kv-badge.aws-mp .page_main_sp02{
	height: 550px;
}
.page_main_sp.include-kv-badge.with-jmr,
.include-kv-badge.with-jmr .page_main_sp02{
	height: 590px;
}
.include-kv-badge.with-jmr .index_catch_sp {
	top: 40%;
}
.include-kv-badge.with-jmr .page_catch_sp{
	top:30%;
}
*/
    /* ############### 各ページメイン領域ここまで ############### */

    /* ############### タイトル領域 ############### */

    .index_page_title_sp h2 {
        width: 88%;
        text-align: center;
        color: #233547;
        font-size: 2rem;
        /*
	letter-spacing:0.1em;
	*/
        margin: 0 auto 4px;
        line-height: 1.6;
    }
    .index_page_title_sp h6 {
        text-align: center;
        color: #296985;
        font-size: 1rem;
        font-weight: 700;
        /*
	letter-spacing:0.15em;
	*/
        margin-bottom: 40px;
    }

    .page_title_sp h2,
    .page_title_sp-h2 {
        width: 88%;
        text-align: center;
        color: #233547;
        font-size: 2rem;
        /*
	letter-spacing:0.1em;
	*/
        margin: 0 auto 4px;
        line-height: 1.6;
    }
    .page_title_sp h3 {
        width: 88%;
        text-align: center;
        color: #233547;
        font-size: 2rem;
        /*
	letter-spacing:0.1em;
	*/
        margin: 0 auto 12px;
        line-height: 1;
    }
    .page_title_sp h6,
    .page_title_sp-h6 {
        text-align: center;
        color: #296985;
        font-size: 1rem;
        font-weight: 700;
        /*
	letter-spacing:0.15em;
	*/
        margin-bottom: 40px;
    }

    /* ############### タイトル領域 ############### */

    /* ############### マネージドクラウド関連のスタイル ############### */

    /* マネージド概要領域 */

    .managed_about_sp {
        width: 100%;
        padding: 80px 0;
    }
    .managed_about_menu_sp {
        position: relative;
        width: 100%;
    }
    .managed_about_list_sp {
        width: 100%;
        background-color: #fff;
    }
    .managed_about_list_sp h3 {
        text-align: center;
        width: 88%;
        color: #233547;
        font-size: 1.8rem;
        /*
	letter-spacing:0.1em;
	*/
        margin: 40px auto 0;
    }
    .managed_about_list_sp p {
        width: 88%;
        font-size: 1.4rem;
        line-height: 2;
        margin: 30px auto 0;
    }
    .managed_about_list_sp p br {
        display: none;
    }
    .managed_about_menu_sp h4 {
        width: 100%;
    }

    /* マネージド概要領域ここまで */

    /* 料金プラン領域 */

    .plan_sp {
        width: 100%;
        padding-top: 80px;
    }
    .plan_sp p {
        text-align: center;
        font-size: 1.4rem;
    }
    .plan_sp02 {
        /*
	background:#233547 url(/template/img/bg_img_primary_sp.jpg) 50% / 100% auto repeat-y;
	*/
        background: #233547 url(/template/img/bg_img_primary_sp.webp) 50% / 100%
            auto repeat-y;
        width: 100%;
        padding: 70px 0;
    }
    .plan_sp03 {
        width: 100%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .plan_list_sp {
        position: relative;
        margin: 15px auto;
        border-top-right-radius: 16px;
        background-color: #fff;
        padding: 15px;
    }
    .plan_list_sp p {
        margin-bottom: 0;
        text-align: left;
    }
    .plan_list_sp ul {
        font-size: 1.4rem;
        line-height: 1.8;
        /*
	margin:0 30px;
	*/
    }
    .plan_list_sp h4 {
        /*
	width:88%;
	*/
        text-align: center;
        color: #233547;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 2rem;
        line-height: 1.3;
        margin: 0 auto;
    }
    .plan_list_sp h4 span.plan_style01 {
        font-size: 1.2rem;
    }
    .plan_list_sp h4 span.plan_style02 {
        font-size: 1.2rem;
    }
    /*
.plan_list_sp h4 span.plan_style03 {
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
}
*/
    .plan_list_sp h5 {
        margin-bottom: 0;
        font-size: 1.4em;
        line-height: 1.2;
        /*
	letter-spacing:0.075em;
	*/
    }
    .plan_list_sp h5 span.price_style01 {
        font-size: 3.4rem;
        font-weight: 700;
        padding-right: 3px;
    }
    .plan_list_sp h5 span.price_style02 {
        font-size: 2.4rem;
        font-weight: 700;
        padding-right: 3px;
    }
    .plan_list_sp .plan_price_sp {
        margin: 15px -15px;
        background: #2d7492;
        padding: 15px 0;
        text-align: center;
        color: #fff;
    }
    .plan_list_sp .plan_price_sp p {
        text-align: inherit;
    }

    .plan01,
    .plan02,
    .plan04 {
        width: 92%;
    }
    .plan03 {
        margin-top: 45px;
        background-color: #2d7492;
        background: #3d7a96 url(../img/bg_plan-advanced.jpg?20230106) 50% 100% /
            cover no-repeat;
        color: #fff;
    }
    .plan03 .reco_icon {
        position: absolute;
        left: 15px;
        top: -31px;
        width: 80px;
        z-index: 500;
    }
    .plan03 h4 {
        color: #fff !important;
    }
    .plan03 .plan_price_sp {
        background-color: #fff;
        color: #223447;
    }

    .plan_sp04 {
        width: 100%;
        margin-top: 40px;
    }
    .plan_price_desc {
        margin: 10px auto 0;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;
    }

    .cp-line {
        text-decoration: line-through;
        position: relative;
        padding-top: 5px;
    }

    .cp-tag {
        display: inline;
        padding: 3px 7px;
        color: #233547;
        background-color: #fcd604;
        border-radius: 5px;
        text-align: center;
        font-size: 12px !important;
        font-weight: 800;
        letter-spacing: normal;
        font-family: "Noto Sans JP", sans-serif;
    }

    /* 料金プラン領域ここまで */

    /* ご利用の流れ領域 */

    .managed_flow_sp {
        width: 100%;
        padding: 80px 0 120px;
        margin: 0 auto;
    }
    .managed_flow_sp.poc-sec {
        padding: 40px 0 40px;
    }
    .managed_flow_sp .page_title_sp {
        width: 100%;
    }
    .managed_flow_sp p {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    .managed_flow_sp02 {
        position: relative;
        width: 92%;
        margin: 0 auto;
    }
    .managed_flow_list {
        position: relative;
        margin-bottom: 5px;
        border: 1px dotted #ddd;
        padding-bottom: 25px;
        border-top-right-radius: 10px;
    }
    .managed_flow_list h5 {
        text-align: center;
        padding: 20px 10px;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.6;
        /*
	letter-spacing:0.1em;
	*/
    }
    .m_flow01 h5,
    .m_flow02 h5 {
        background-color: #3b7c97;
        border-top-right-radius: 10px;
    }
    .m_flow01 h5.gcp_sky-blue,
    .m_flow02 h5.gcp_sky-blue {
        background-color: #367971;
    }
    .m_flow01 h5.gcp_dark-blue,
    .m_flow02 h5.gcp_dark-blue {
        background-color: #183935;
    }
    .m_flow03 h5 {
        background-color: #fcba04;
        border-top-right-radius: 10px;
        color: #233546;
    }
    .m_flow04 h5,
    .m_flow05 h5,
    .m_flow06 h5,
    .m_flow07 h5 {
        background-color: #233547;
        border-top-right-radius: 10px;
    }

    .managed_flow_list p.flow_arrow_img {
        text-align: center;
        font-size: 1.6rem;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	letter-spacing:0.075em;
	*/
        color: #296985;
        line-height: 50px;
    }
    .managed_flow_list p.flow_arrow_img img {
        height: 50px;
        padding-right: 10px;
    }
    .managed_flow_list p.managed_flow_desc {
        font-size: 1.4rem;
        margin: 15px 30px 0;
        line-height: 1.8;
    }
    .triangle1 {
        width: 0;
        height: 0;
        border-left: 30px solid black;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }

    /* ご利用の流れ領域ここまで */

    /* ####### 料金・プランページ用（plan.html） ####### */

    .managed_plan_about_sp {
        width: 100%;
        padding: 90px 0 60px;
    }

    .managed_plan_table_sp {
        width: 100%;
        margin: 0 auto 60px;
    }

    .managed_plan_table_sp h3 {
        text-align: center;
        margin-bottom: 30px;
        color: #233547;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.8rem;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
    }

    .managed_plan_scroll_sp {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto 15px;
    }
    .managed_plan_scroll_sp02 {
        position: relative;
        width: 100%;
        padding: 25px;
        border-top-right-radius: 10px;
        background-color: #f8f8f0;
        border: 1px dotted #ebebd5;
    }
    .managed_plan_scroll_sp02 h4 {
        width: 25%;
        margin: 0 auto 10px;
    }
    .managed_plan_scroll_sp02 p {
        font-size: 1.2rem;
        line-height: 1.6;
    }

    .managed_plan_table_sp02 {
        position: relative;
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
        padding-bottom: 15px;
    }
    .managed_plan_table_sp03 {
        flex: 0 0 88%;
    }
    p.managed_plan_table_desc {
        /* font-size:1.2rem !important; */
        font-size: 12px;
        margin: 0 3px;
        line-height: 1.4;
    }
    .managed_plan_table_sp table,
    table.normal-table {
        width: 1000px;
        font-size: 1.3rem;
        /*
	letter-spacing:0.075em;
	*/
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        margin: 10px 0 15px;
    }
    .managed_plan_table_sp table td {
        text-align: center;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        padding: 10px;
        vertical-align: middle;
        font-size: 13px;
    }
    .managed_plan_table_sp .managed_plan_table_dotted {
        border-collapse: collapse;
        border-width: 0;
        width: 100%;
        font-size: 1.4rem;
    }
    .managed_plan_table_sp .managed_plan_table_dotted tr {
        border: 1px dotted #ccc;
        border-right-width: 0;
        border-left-width: 0;
    }
    .managed_plan_table_sp .managed_plan_table_dotted th,
    .managed_plan_table_sp .managed_plan_table_dotted td {
        border-width: 0;
        vertical-align: middle;
        text-align: center;
    }
    .managed_plan_table_sp .managed_plan_table_dotted thead th {
        background: #f0f0f0;
        padding: 10px;
        color: #296985;
    }
    .managed_plan_table_sp .managed_plan_table_dotted tbody th {
        background-color: #f8f8f0;
        padding: 10px;
        width: 24%;
    }

    td.wt,
    td.td_style001.wt {
        background: #fff;
    }
    td.td_style001 {
        width: 12%;
        background-color: #f8f8f0;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 3;
    }
    td.td_style001 br {
        display: none;
    }
    td.td_style002,
    .managed_plan_table_sp table td.td_style002 {
        width: 20%;
        position: relative;
        font-size: 1.6rem;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
        color: #fff;
        background-color: #233547;
        border-bottom: none !important;
    }
    .td_text_style001,
    .td-sp-font {
        font-size: 1.2rem;
    }
    td.td_style003 {
        font-size: 1.4rem;
        padding: 20px !important;
        line-height: 1 !important;
        color: #296985;
        background-color: #f0f0f0;
    }
    td.td_style004 {
        position: relative;
        background-color: #fff;
        border-bottom: none !important;
    }
    td.td_style005,
    .managed_plan_table_sp table td.td_style005 {
        width: 20%;
        position: relative;
        font-size: 1.6rem;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
        color: #fff;
        background-color: #183935;
        border-bottom: none !important;
    }

    .managed_plan_premium_sp {
        position: relative;
        width: 100%;
        background: url(../../img/managed_img/sp/sp_premium_backimg.png)
            no-repeat 50% 50%;
        background-size: cover;
        padding: 80px 0;
    }
    .gcp_managed_plan_premium_sp {
        background: url(../../img/managed_img/gcp_premium_backimg.png) no-repeat
            50% 50%;
        background-size: cover;
    }
    .managed_plan_premium_sp .ttl-h1,
    .gcp_managed_plan_premium_sp .ttl-h1,
    .managed_plan_premium_sp h2 {
        color: #fff;
    }
    .managed_plan_premium_sp02 {
        width: 100%;
        margin: 0 auto;
    }
    .managed_plan_premium_sp02 dl {
        width: 88%;
        border-top: 1px dotted #3b7c97;
        color: #fff;
        font-size: 1.3rem;
        margin: 0 auto;
    }
    .managed_plan_premium_sp02 dl dt {
        text-align: center;
        color: #3b7c97;
        padding: 20px 5px 0;
    }
    .managed_plan_premium_sp02 dl dd {
        color: #fff;
        padding: 10px 5px 20px 5px;
        line-height: 2;
        border-bottom: 1px dotted #3b7c97;
    }

    .premium_icon {
        position: absolute;
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
        width: 90px;
        z-index: 500;
    }

    /* ####### 料金・プランページ用（plan.html）ここまで ####### */

    /* ############### マネージドクラウド関連のスタイルここまで ############### */

    /* ############### アセスメントクラウド関連のスタイル ############### */

    /* アセスメント概要領域 */

    .assessment_about_sp,
    .aws-mp_about_sp {
        width: 100%;
        padding: 80px 0 75px;
    }
    .aws-mp_about_sp.poc-margin {
        margin-bottom: -60px;
        padding: 60px 0 0;
    }

    .assessment_about_sp_inner {
        margin-right: auto;
        margin-left: auto;
        width: 92%;
    }
    .assessment_about_sp_inner p {
        margin-bottom: 40px;
        font-size: 1.4rem;
    }

    .assessment_about_list_sp {
        position: relative;
        width: 100%;
    }
    .assessment_list_sp,
    .aws-mp_about_sp .assessment_list_sp {
        position: relative;
        width: 92%;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 25px;
        border: 1px dotted #ddd;
        border-top-right-radius: 10px;
        margin: 0 auto 5px;
    }
    .assessment_list_sp_left {
        width: 20%;
    }
    .assessment_list_sp_right {
        width: 80%;
    }
    .assessment_list_sp_right h3 {
        color: #233547;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.6rem;
        line-height: 1.5;
        margin-left: 20px;
    }
    .assessment_list_sp_right h3 br {
        display: none;
    }
    .assessment_list_sp_right p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 20px 0 0 20px;
    }

    .assessment_about_list_sp02 {
        position: relative;
        width: 92%;
        padding: 5px 25px;
        border: 1px dotted #ddd;
        border-top-right-radius: 10px;
        margin: 0 auto 5px;
    }
    .assessment_list_sp02 {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px dotted #ddd;
        padding: 20px 0;
    }
    .assessment_list_sp02 p {
        text-align: center;
        width: 20%;
    }
    .assessment_list_sp02 p img {
        height: 50px;
        line-height: 50px;
    }
    .assessment_list_sp02 h3,
    .assessment_list_sp02 h4 {
        width: 80%;
        color: #233547;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.4rem;
        line-height: 25px;
        padding-left: 20px;
    }
    .assessment_list_sp02 h4 br {
        display: none;
    }
    .assessment_list_sp02:last-child {
        border: none;
    }

    /* アセスメント概要領域ここまで */

    /* アセスメント概要領域その２ */

    .assessment_about_sp02 {
        width: 100%;
        background-color: #f8f8f0;
        padding: 80px 0 40px;
    }
    .assessment_about_sp02_01 {
        position: relative;
        width: 88%;
        margin: 0 auto;
    }

    .assessment_about_sp02_01_left {
        display: none;
    }
    .assessment_about_sp02_01_right {
        width: 100%;
    }
    .assessment_about_sp02_01_right h2,
    .assessment_about_sp02_01_right h4 {
        color: #233547;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .assessment_about_sp02_01_right h5 {
        width: 85%;
        margin: 30px auto 60px;
        line-height: 1;
    }
    .assessment_about_sp02_01_right p {
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 30px;
    }

    .assessment_about_sp02_02 {
        max-width: 88%;
        margin: 0 auto;
        padding-top: 60px;
    }
    .assessment_about_sp02_02.poc-sec {
        padding: 0;
    }
    .assessment_about_sp02_02 h3 {
        line-height: 1.6;
    }
    .assessment_about_sp02_02 p {
        font-size: 1.4rem;
        line-height: 2;
        margin: 0 auto 40px;
    }
    .assessment_about_sp02_03 {
        display: none;
    }

    /* アセスメント概要領域その２ここまで */

    /* 料金プラン領域 */

    .assessment_price_sp {
        position: relative;
        width: 100%;
        /*
	background:#233547 url(/template/img/bg_img_primary_sp.jpg) 50% / 100% auto repeat-y;
	*/
        background: #233547 url(/template/img/bg_img_primary_sp.webp) 50% / 100%
            auto repeat-y;
        padding: 80px 0 40px;
    }
    .assessment_price_sp02 {
        width: 92%;
        margin: 0 auto;
    }
    .assessment_price_sp03 {
        width: 100%;
        position: relative;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-top-right-radius: 10px;
    }
    .assessment_price_list01 {
        width: 100%;
        padding: 20px 20px 0;
    }
    .assessment_price_list01 h2,
    .assessment_price_list01 h3 {
        width: 70%;
        float: left;
        color: #233547;
        /*
	letter-spacing:0.15em;
	*/
        font-size: 1.8rem;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
        padding-top: 20px;
    }
    .assessment_price_list01 p {
        width: 30%;
        float: right;
        text-align: right;
        line-height: 1;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 2rem;
    }

    .assessment_price_list02 {
        width: 100%;
        padding: 15px 20px 30px;
    }
    .assessment_price_list02 dl {
        margin-bottom: 0;
        font-size: 1.4rem;
        border-top: 1px dotted #233547;
        padding-top: 25px;
        line-height: 1;
    }
    .assessment_price_list02 dl dt {
        float: left;
        padding: 12px 0 0 0;
    }
    .assessment_price_list02 dl dd {
        text-align: right;
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .assessment_price_list03 {
        width: 100%;
        color: #fff;
        background-color: #3b7c97;
        padding: 30px 20px;
    }
    .gcp_assessment_price .assessment_price_list03 {
        background-color: #367971;
    }
    .assessment_price_list03 h3 {
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.4rem;
        /*
	line-height:1.0;
	*/
        margin-bottom: 15px;
    }
    .assessment_price_list03 p {
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.6rem;
        /*
	line-height:1.0;
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
    }

    .assessment_price_style01 {
        color: #fcba04;
        font-size: 5rem;
        font-weight: 700;
        padding-right: 3px;
    }
    .assessment_price_style02 {
        color: #233547;
        font-size: 3rem;
        font-weight: 700;
        padding-right: 3px;
    }

    .assessment_price_sp04 {
        width: 100%;
        padding-top: 12px;
        margin: 0 auto;
    }
    .assessment_price_sp04 p {
        text-align: right;
        color: #fff;
        font-size: 1.2rem;
    }
    .assessment_price_sp04.c-dark p {
        color: #223547;
    }

    .price_icon {
        width: 80px;
        position: absolute;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
    }

    /* 料金プラン領域ここまで */

    /* ご利用の流れ領域 */

    .assessment_flow_sp {
        width: 100%;
        padding: 80px 0 120px;
        margin: 0 auto;
    }
    .assessment_flow_sp .page_title_sp {
        width: 100%;
    }
    .assessment_flow_sp p {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    .assessment_flow_sp02 {
        position: relative;
        width: 92%;
        margin: 0 auto;
    }
    .assessment_flow_list {
        position: relative;
        margin-bottom: 5px;
        border: 1px dotted #ddd;
        padding: 25px 25px;
        border-top-right-radius: 10px;
    }
    .assessment_flow_list.sp-white,
    .assessment_list_sp.for_poc {
        background: #fff;
    }
    .assessment_flow_list h3,
    .assessment_flow_list h5 {
        text-align: center;
        padding: 0 10px;
        color: #233547;
        font-size: 1.8rem;
        line-height: 1.6;
        margin-top: 15px;
        /*
	letter-spacing:0.1em;
	*/
    }
    .assessment_flow_list p.flow_arrow_img {
        text-align: center;
        font-size: 1.6rem;
        color: #296985;
        line-height: 50px;
    }
    .assessment_flow_list p.flow_arrow_img img {
        height: 50px;
        padding-right: 10px;
    }

    .assessment_flow_desc {
        width: 88%;
        margin: 0 auto 40px;
    }
    .assessment_flow_desc p {
        font-size: 1.4rem;
    }
    .a_flow01,
    .a_flow03,
    .a_flow05,
    .a_flow07 {
        background-color: #f8f8f0;
    }
    .triangle1 {
        width: 0;
        height: 0;
        border-left: 30px solid black;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }

    .assessment_flow_desc02 {
        width: 88%;
        margin: 34px auto 40px;
    }
    .assessment_flow_desc02 p {
        font-size: 1.2rem;
    }

    .flow_arrow_icon {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 500;
        margin-left: -18px;
        width: 36px;
        transform: rotate(90deg) translateX(-50%);
    }

    /* ご利用の流れ領域ここまで */

    /* マネージドクラウド紹介領域 */

    .managed_intro_sp {
        width: 100%;
        /*
	margin-top:40px;
	*/
    }
    .managed_intro_sp02 {
        width: 100%;
    }
    .managed_intro_sp02_right {
        width: 100%;
        /*
	background-color:#f8f8f0;
	*/
    }
    .managed_intro_sp02_right02 {
        width: 88%;
        padding: 40px 0;
        margin: 0 auto;
    }
    .managed_intro_sp02_right02 h3 {
        text-align: center;
        color: #233547;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.8rem;
        line-height: 1;
    }
    .managed_intro_sp02_right02 h3 br {
        display: none;
    }
    .managed_intro_sp02_right02 p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-top: 25px;
    }
    .managed_intro_sp02_right02 p br {
        display: none;
    }

    /* マネージドクラウド紹介領域ここまで */

    /* ############### アセスメントクラウド関連のスタイルここまで ############### */

    /* ############### サービス内容領域 ############### */

    .service_sp {
        width: 100%;
        background-color: #f8f8f0;
        padding: 80px 0;
    }
    .service_sp .page_title_sp h3 {
        line-height: 1.6;
    }
    .service_sp02 {
        width: 92%;
        margin: 0 auto;
    }
    .service_list_sp {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 25px;
        border: 1px dotted #ebebd5;
        background-color: #fff;
        border-top-right-radius: 10px;
        margin-bottom: 5px;
    }
    .service_list_sp.for_consul {
        border: 1px dotted #555;
        margin-bottom: 30px;
    }
    .service_list_sp_left {
        width: 20%;
    }
    .service_list_sp_right {
        width: 80%;
    }
    .service_list_sp_right.right-second {
        margin-left: auto;
        margin-top: 30px;
    }
    .service_list_sp_right h4,
    .service_list_sp_right .h4 {
        color: #233547;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.6rem;
        line-height: 1.6;
        margin-left: 20px;
    }
    .service_list_sp_right h4 br {
        display: none;
    }
    .service_list_sp_right p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 20px 0 0 20px;
    }

    .band_icon {
        position: absolute;
        width: 40px;
        top: 30px;
        left: 35px;
    }
    .band_icon + .service_list_sp_left {
        padding-top: 50px;
    }

    /* ############### サービス内容領域 ############### */

    /* ############### ご利用イメージ領域 ############### */

    .use_sp {
        width: 100%;
        padding-top: 80px;
    }
    .use_sp p {
        width: 80%;
        font-size: 1.4rem;
        text-align: center;
        margin: 0 auto;
    }
    .use_sp h4 {
        width: 100%;
        text-align: center;
        margin: 40px auto 0;
    }

    /* ############### ご利用イメージ領域ここまで ############### */
    .video_sp {
        width: 100%;
        margin: 40px auto 0;
    }

    .video_sp .video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .video_sp .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* ############### お問い合わせ ############### */

    .page_contact_sp {
        width: 100%;
        padding: 80px 0 40px;
    }
    .contact_sp {
        width: 100%;
        padding-bottom: 40px;
    }
    .contact_sp .page_title_sp {
        padding-top: 80px;
        margin-top: -80px;
    }
    .contact_tel_sp {
        width: 92%;
        margin: 0 auto 40px;
    }
    .contact_tel_sp02 {
        position: relative;
        width: 100%;
        padding: 30px 20px 30px 20px;
        border-top-right-radius: 10px;
        background-color: #f8f8f0;
        border: 1px dotted #ebebd5;
    }
    .contact_tel_sp02 h3 {
        text-align: center;
        color: #233547;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contact_tel_sp02 p.contact_tel_num {
        color: #233547;
        text-align: center;
        /*
	letter-spacing:0.05em;
	*/
        font-size: 3.2rem;
        line-height: 1;
        margin-top: 15px;
    }
    .contact_tel_sp02 p.contact_tel_num img {
        width: 27px;
        padding-right: 5px;
        padding-bottom: 3px;
    }
    .contact_tel_sp02 p.contact_tel_time {
        text-align: center;
        /*
	letter-spacing:0.15em;
	*/
        font-size: 1.2rem;
        line-height: 1;
        margin-top: 5px;
    }
    /*
.contact_sp02 {
	width:92%;
	margin:0 auto;
}
.contact_list_sp {
	width:100%;
	background-color:#fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	border-top-right-radius: 10px;
	margin-bottom:30px;
}
.contact_list_sp h3.contact_title01 {
	font-size:1.8rem;
	color:#fff;
	line-height:1.5;
	padding:25px 0;
	letter-spacing:0.05em;
	text-align:center;
	background-color:#3b7c97;
	border-top-right-radius: 10px;
}
.contact_list_sp h3.contact_title02 {
	font-size:1.8rem;
	color:#fff;
	line-height:1.5;
	padding:25px 0;
	text-align:center;
	background-color:#233547;
	border-top-right-radius: 10px;
}
.contact_list_sp h3.contact_title03 {
	font-size:1.8rem;
	color:#fff;
	line-height:1.5;
	padding:25px 0;
	text-align:center;
	background-color:#566d93;
	border-top-right-radius: 10px;
}
.contact_list_sp h3 .contact_title_font{
	font-family: Muli, sans-serif;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.0;
}
.contact_list_sp02 {
	width:100%;
	background-color:#fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	border-top-right-radius: 10px;
	margin-bottom:30px;
}
.contact_list_sp02 h3.contact_title01 {
	font-size:1.8rem;
	color:#fff;
	line-height:1.25;
	padding:25px;
	text-align:center;
	background-color:#233547;
	border-top-right-radius: 10px;
}
.contact_sp03 {
	width:100%;
	padding:25px;
}
*/

    /* ############### お問い合わせここまで ############### */

    /* ############### フッター ############### */

    .footer_sp {
        width: 100%;
    }

    /* クロージング領域 */
    .footer_closing_sp {
        /*
	background:url(../img/bg_contact_sp.jpg) no-repeat 50% / cover;
	*/
        background: url(../img/bg_contact_sp.webp) no-repeat 50% / cover;
        padding: 70px 0 50px;
        text-align: center;
        color: #fff;
    }
    .footer_closing_sp02 {
        margin: 0 auto;
    }
    .footer_closing_sp-title {
        width: 88%;
        /*
	letter-spacing:0.1em;
	*/
        font-size: 2rem;
        line-height: 1.6;
        margin: 0 auto;
    }
    .footer_closing_sp ul {
        text-align: center;
        margin-top: 25px;
        line-height: 1;
    }
    .footer_closing_sp .footer_btn a,
    .yellow-btn,
    .yellow-btn:visited {
        display: block;
        text-align: center;
        width: 88%;
        font-size: 1.6rem;
        /*
	letter-spacing:0.1;
	*/
        color: #fff;
        padding: 22px 0;
        background: url(../img/btn_listmk002.png) no-repeat right 15px center;
        background-size: 13px 13px;
        background-color: #fcba04;
        border-radius: 32px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        margin: 0 auto 20px;
    }
    .footer_closing_sp .footer_btn a:hover,
    .yellow-btn:hover {
        background-color: #fcd604;
    }
    .footer_closing_sp .footer_btn.bg_gray_btn a {
        background-color: #aaa;
    }
    .footer_closing_sp .footer_btn.bg_gray_btn a:hover {
        background-color: #ccc;
    }

    .footer_closing_sp .footer_tel {
        color: #fff;
        margin-bottom: 25px;
    }
    .footer_closing_sp .footer_tel a {
        color: #fff;
    }
    .footer_closing_sp .tel_number {
        /*
	letter-spacing:0.05em;
	*/
        font-size: 2.8rem;
        line-height: 1.4;
    }
    .footer_closing_sp .tel_time {
        /*
	letter-spacing:0.1em;
	*/
        font-size: 1.2rem;
    }
    /* クロージング領域ここまで */

    .footer_sp02 {
        width: 92%;
        margin: 0 auto;
        padding-bottom: 40px;
        text-align: center;
    }
    .footer_sp02_left {
        width: 100%;
        padding-top: 40px;
    }
    .footer_sp02_right02_left {
        font-size: 1.2rem;
    }
    .footer_sp02_right02_left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 1rem;
    }
    .footer_sp02_right02_left li {
        margin: 5px;
    }
    .footer_sp02_right02_left li:first-child {
        order: 3;
    }
    .footer_sp02_right02_left img {
        max-width: 130px;
    }
    .footer_sp02_right02_left p {
        text-align: left;
    }

    p.copy {
        text-align: center;
        line-height: 1;
        font-size: 12px;
        margin-top: 25px;
    }
    .footer_nav ul {
        text-align: center;
        font-size: 12px;
    }
    .footer_nav ul li {
        position: relative;
        display: inline-block;
    }
    .footer_nav ul li a {
        display: inline-block;
        padding: 10px;
        color: #223447;
    }
    .footer_nav ul li:before,
    .footer_nav ul li:after {
        position: absolute;
        top: 10px;
        width: 1px;
        height: calc(100% - 20px);
        content: "";
    }
    .footer_nav ul li:after {
        right: 0;
        border-right: 1px solid #ddd;
    }
    .footer_nav ul li:first-child:before {
        left: 0;
        border-left: 1px solid #ddd;
    }
    .footer_sp .siteseal{
        border-top: 1px solid #EAEAEA;
        border-right-width: 0;
        border-left-width: 0;
        padding: 40px 15px;
        text-align:center;
    }

    /* ############### フッターここまで ############### */

    .mb_20px {
        margin-bottom: 20px;
    }
    .mb_30px {
        margin-bottom: 30px;
    }
    .mb_40px {
        margin-bottom: 40px;
    }

    .b_none {
        border: none !important;
    }
    .right {
        text-align: right;
    }
    .sp-center {
        text-align: center;
    }
    .center {
        text-align: center;
    }
    .red001 {
        color: #f00;
    }
    /*
.red002 {
color:#f00;
font-family: "新ゴ M", "Shin Go Medium", sans-serif;
}
*/
    .red003 {
        color: #dd0000 !important;
    }

    .l_blue001 {
        color: #296985;
    }
    a.l_blue001 {
        text-decoration: underline;
    }
    /*
*/

    .black001 {
        color: #000;
    }
    /*
.black002 {
	color:#000;
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
}
*/
    .black003 {
        color: #111;
    }
    .black004 {
        color: #111;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
    }

    .btn_style01 {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .btn_style01 a {
        display: block;
        text-decoration: none;
        background-color: none !important;
        color: #fff;
        font-size: 1.6rem !important;
        padding: 22px 0;
        background: url(../img/btn_listmk002.png) no-repeat right 15px center;
        background-size: 13px 13px;
        background-color: #fcba04;
        border-radius: 32px;
        transition: all 0.3s;
        /*
	letter-spacing:0.1em;
	*/
        line-height: 1;
    }
    .btn_style01 a:hover {
        background-color: #fcd604;
        color: #fff;
    }

    .btn_style02 {
        position: relative;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    .btn_style02 a {
        display: block;
        text-decoration: none;
        background-color: none !important;
        color: #fff;
        font-size: 1.8rem !important;
        padding: 18px 0;
        border-radius: 50px;
        transition: all 0.3s;
        /*
	letter-spacing:0.1em;
	*/
        border: 1px solid rgba(255, 255, 255, 0.4);
        background: url(../img/btn_listmk001.png) no-repeat right 20px center;
        background-size: 20px 20px;
    }
    .btn_style02 a:hover {
        color: #fff;
        background-color: #fcd604;
    }

    .btn_style03 {
        text-align: center;
        width: 88%;
        margin: 0 auto;
    }
    .btn_style03 a {
        display: block;
        text-decoration: none;
        background-color: none !important;
        color: #fff;
        font-size: 1.8rem !important;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
        padding: 20px 0;
        border-radius: 50px;
        transition: all 0.3s;
        /*
	letter-spacing:0.1em;
	*/
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        background: url(../img/btn_listmk001.png) no-repeat right 20px center;
        background-size: 20px 20px;
        background-color: #fcba04;
    }
    .btn_style03 a:hover {
        color: #fff;
        background-color: #fcd604;
    }

    .btn_style04 {
        text-align: center;
        width: 92%;
        margin: 0 auto;
    }
    .btn_style04 a {
        display: block;
        text-decoration: none;
        background-color: none !important;
        color: #fff;
        font-size: 2.4rem !important;
        /*
	font-family: "新ゴ M", "Shin Go Medium", sans-serif;
	*/
        line-height: 1.2;
        padding: 14px 0 23px;
        border-radius: 70px;
        transition: all 0.3s;
        /*
	letter-spacing:0.1em;
	*/
        background: url(../img/btn_listmk001.png) no-repeat right 20px center;
        background-size: 20px 20px;
        background-color: #fcba04;
    }
    .btn_style04 a:hover {
        color: #fff;
        background: url(../img/btn_listmk001.png) no-repeat right 15px center;
        background-size: 20px 20px;
        background-color: #fcd604;
    }

    .btn_text_style01 {
        font-size: 1.2rem;
    }

    .btn_style06 a {
        line-height: 1.25;
        margin-top: 15px;
    }
    .btn_blue a {
        background-color: #3b7c97;
    }
    .btn_blue a:hover {
        background-color: #99d9ea;
    }

    .mv-btn .btn.btn-cc-accent {
        color: #fff;
        background-color: #fab904;
        border-color: #fab904;
        box-shadow: none;
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 5.08'%3e%3cpath fill='%23fff' d='M12,5.08H0.864C0.387,5.08,0,4.693,0,4.216s0.387-0.864,0.864-0.864h7.871L7.372,1.35c-0.268-0.395-0.166-0.932,0.228-1.2c0.395-0.268,0.932-0.166,1.2,0.228L12,5.08z'/%3e%3c/svg%3e");
        background-position: 92% 23px;
    }
    .mv-btn .btn.btn-cc-accent:hover {
        border-color: #fab904;
        background-color: #fff;
        color: #fab904;
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 5.08'%3e%3cpath fill='%23fab904' d='M12,5.08H0.864C0.387,5.08,0,4.693,0,4.216s0.387-0.864,0.864-0.864h7.871L7.372,1.35c-0.268-0.395-0.166-0.932,0.228-1.2c0.395-0.268,0.932-0.166,1.2,0.228L12,5.08z'/%3e%3c/svg%3e");
        background-position: 95% 23px;
    }

    .mv-btn .btn.btn-cc-accent,
    .mv-btn .btn.btn-cc-accent:hover {
        background-position: 92% 19px;
    }


    .pc,
    .pc-block {
        display: none;
    }

    .introduction-txt {
        width: 100%;
        padding: 0 40px;
    }

    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
    .sp-block {
        display: block;
    }
    .text-orange {
        color: #e89900;
    }

    .order-lists li,
    .blue-lists li {
        display: table;
        /*
	line-height: 1.2;
	*/
        margin-bottom: 10px;
    }
    .blue-lists li:before {
        display: table-cell;
        content: "●";
        color: #296985;
        font-size: 8px;
        transform: scale(0.8);
        vertical-align: top;
        padding-top: 0.2rem;
        padding-right: 0.5rem;
    }
    .blue-lists li.circle-up:before {
        transform: scale(0.8) translateY(-3.5rem);
    }
    .blue-lists li.nostyle:before {
        display: none;
    }
    .blue-lists li ul li:before {
        content: "・";
        color: #333333;
    }
    .order-lists {
        counter-reset: bracket-number;
    }
    .order-lists li:before {
        counter-increment: bracket-number;
        content: "(" counter(bracket-number) ")";
        display: table-cell;
        font-size: 1rem;
        vertical-align: top;
        padding-top: 0.2rem;
        padding-right: 0.5rem;
    }

    #page_top {
        display: none;
    }
    #float_banner {
        right: 9px;
        bottom: 11px;
    }
    .banner-link img {
        width: 140px;
    }
    .close-xbtn {
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
    }
    .close-xbtn::before,
    .close-xbtn::after {
        height: 1px;
        width: 13px;
        right: 1px;
        top: 8px;
    }

    /* ぱんくず　2019.07.09 add*/
    .bc-nav {
        margin: 10px auto 0;
        width: 92%;
    }
    .breadcrumbs ul {
        padding-left: 0;
    }
    .breadcrumbs ul li {
        margin-right: 33px;
    }
    .breadcrumbs ul li::after {
        right: -16.5px;
    }

    .breadcrumbs ul.sp-ssize li {
        font-size: 90%;
    }

    /* ------ AWS マネージドパック ----- >>>>>>*/
    .intro-txt {
        width: 80%;
        /* letter-spacing: 0; */
    }
    .inner-menu ul {
    }
    .inner-menu li {
        width: 50%;
        padding: 15px;
        margin: 0;
        border-top: 1px dotted #ccc;
        border-right: 1px dotted #ccc;
        border-left: 0;
        text-align: center;
    }
    .inner-menu li:nth-of-type(2n) {
        border-right: 0;
    }
    .inner-menu li:nth-last-of-type(2) {
        border-bottom: 1px dotted #ccc;
    }
    .inner-menu li:last-of-type {
        border-bottom: 1px dotted #ccc;
    }
    p.figure {
        padding: 30px 20px;
    }
    p.figure img {
        width: 100%;
    }
    .sp_table_all td.td_style001 {
        position: inherit;
    }

    /* マネージドパック領域 >>>>>>*/
    /* .aws-mp_about_sp .assessment_list_sp{

} */
    .btn_style01.square-btn a {
        border-radius: 0;
        padding-left: 25px;
        padding-right: 45px;
        line-height: 1.25;
    }

    .aws-mp_about_sp .assessment_about_list_sp {
        width: 100%;
    }
    .aws-mp_about_sp .assessment_list_sp_left {
        width: 35%;
    }
    .aws-mp_about_sp .assessment_list_sp_left p {
        width: 100%;
    }
    .aws-mp_about_sp .assessment_list_sp_right {
        width: 65%;
    }
    .aws-mp_about_sp .assessment_list_sp .cap-txt {
        text-align: left;
    }
    .aws-mp_about_sp .assessment_list_sp:first-of-type {
        margin: 0 auto 5px;
    }
    .aws-mp_about_sp .assessment_list_sp:last-of-type {
        margin: 0 auto 5px;
    }
    .aws-mp-superiority_desc p {
        margin-right: auto;
        margin-left: auto;
        max-width: 88%;
        /*
	width: inherit;
*/
    }
    .mg-adjust .page_title_sp h3 {
        line-height: 1.5;
    }
    .sp_desc_fig-sec {
        display: block;
    }
    .sp_desc_fig-sec .figure-conts {
        width: 100%;
    }
    .sp_desc_fig-sec .figure-conts:first-of-type {
        margin: 30px auto;
    }
    .sp_desc_fig-sec .figure-conts:last-of-type {
        margin: auto auto 30px;
    }
    .sp_desc_fig-sec .figure-conts .heading,
    .sp_desc_fig-sec .figure-conts h4 {
        text-align: center;
    }
    .sp_desc_fig-sec .figure-conts img {
        width: 100%;
    }

    .stylish-table {
        width: 95%;
    }

    /*<<<<<< マネージドパック領域 */

    /* キャンペーン */
    .cp-banner {
        position: initial;
        text-align: center;
    }
    .cp-banner a img {
        width: 60%;
        max-width: 200px;
    }

    /* キャンペーン終了時削除 >>>>>*/
    /*
.index_catch_sp{
	transform: translateY(-35%) translateX(-50%);
}
.index_main_sp {
	height: 600px;
}
.index_main_sp02 {
	height: 600px;
} */
    /*<<<< キャンペーン終了時削除*/
    /*<<<<<< ------ AWS マネージドパック -----*/

    /* 代行関連>>>>>>>>>>> */
    .fig-abpr {
        display: block;
    }
    .fig-abpr .about-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .flowflat.fource .flow-blue,
    .flowflat.fource .flow-darkblue {
        width: 100%;
        margin-bottom: 5px;
    }
    .flowflat .flow-blue .ttl-box,
    .flowflat .flow-darkblue .ttl-box {
        padding: 20px 10px;
        min-height: unset;
        border-top-right-radius: 10px;
    }
    .flowflat .ttl-box h5 {
        margin-bottom: 0;
        font-size: 1.8rem;
        line-height: 1.6;
        /*
	letter-spacing: 0.1em;
	*/
    }
    .flowflat .orange-arrow {
        display: none;
    }
    .flowflat .ttl-box .steps {
        display: none;
    }
    .flowflat .text-conts {
        border: 1px dotted #ddd;
        min-height: unset;
        margin-bottom: 0;
    }
    .flowflat p.flow_arrow_icon {
        bottom: -60px;
    }
    .m-service-list {
        margin: 50px auto 170px;
        font-size: 12px;
    }
    .more-inner {
        padding: 50px 15px;
    }
    .mgb-tired {
        margin-bottom: 15px;
    }
    .text-left {
        text-align: left;
    }
    .ttl4-second {
        font-size: 1.8rem;
        padding: 10px 0 10px 15px;
        margin-bottom: -35px;
    }
    .ttl4-second::before {
        left: -5px;
        width: 3px;
    }
    /* <<<<<<<<< */

    .font-reset p {
        font-size: 1.4rem;
    }
    .page-nav li {
        width: 50%;
        margin-bottom: 5px;
    }
    .page-nav li:nth-of-type(2n-1) a {
        border-left: 0.5px dotted #3b7c97;
    }

    .qa-accs .q-tab,
    .qa-accs .a-tab .inn {
        padding: 15px 40px;
        padding-left: 50px;
    }
    .qa-accs .q-tab::before,
    .qa-accs .a-tab .inn::before {
        left: 15px;
    }
    .qa-accs .q-tab::after {
        right: 20px;
    }

    .gc_partner_lead_wrap {
        margin-bottom: 45px;
    }
    .gc_partner_logo {
        margin-bottom: 20px;
        margin-right: auto;
    }
    .gc_partner_lead_wrap {
        display: block;
    }

    /* modal */
    .modal-conts .modal-body {
        width: 100%;
    }

    /* セミナー */
    .list-dl .w-100-sp {
        width: 100% !important;
    }
}
