@charset "UTF-8";
/* CSS Document */

/* Noto Sans JP */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NotoSansJP-Regular.woff2') format('woff2'),
       url('./fonts/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/NotoSansJP-Medium.woff2') format('woff2'),
       url('./fonts/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/NotoSansJP-SemiBold.woff2') format('woff2'),
       url('./fonts/NotoSansJP-SemiBold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/NotoSansJP-Bold.woff2') format('woff2'),
       url('./fonts/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/NotoSansJP-ExtraBold.woff2') format('woff2'),
       url('./fonts/NotoSansJP-ExtraBold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/NotoSansJP-Black.woff2') format('woff2'),
       url('./fonts/NotoSansJP-Black.woff') format('woff');
}
/* Noto Serif JP */
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NotoSerifJP-Regular.woff2') format('woff2'),
       url('./fonts/NotoSerifJP-Regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/NotoSerifJP-Medium.woff2') format('woff2'),
       url('./fonts/NotoSerifJP-Medium.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/NotoSerifJP-SemiBold.woff2') format('woff2'),
       url('./fonts/NotoSerifJP-SemiBold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/NotoSerifJP-Bold.woff2') format('woff2'),
       url('./fonts/NotoSerifJP-Bold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/NotoSerifJP-ExtraBold.woff2') format('woff2'),
       url('./fonts/NotoSerifJP-ExtraBold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/NotoSerifJP-Black.woff2') format('woff2'),
       url('./fonts/NotoSerifJP-Black.woff') format('woff');
}

.sp,.spnavi{
	display:none !important;
}

.anchor{
    display: block;
    width: 100%;
    height: 0;
    margin: 0 0 0 0 !important;
    clear: both;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
}

img{
	border:0;
	border-style:none;
    max-width: 100%;
    height: auto;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    width:100%;
	height:100%;
    /*word-break: break-all;*/
	margin:0;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}
ol,ul {
	list-style:none;
}

 {
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

header{
    display: block;
    position: fixed;
    width:100%; 
    height: 90px !important;
    background-color: #fff;
    z-index: 100 !important;
    transition: 0.5s;
}
header.fixed{
    display: block;
    position: fixed;
    width:100%; 
    height: 90px !important;
    background-color: #fff;
    z-index: 100 !important;
    transition: 0.5s;
    filter: drop-shadow(0 3px 30px rgba(0,0,0,0.10));
    transition: 0.5s;
}

#toppage #topimg_navi_area{
    display: block;
    position: relative;
    width: 95% !important;
    max-width: 1400px;
    height: auto;
    padding-top:120px !important;
    margin: 0 auto 70px auto !important;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    clear: both;
    z-index: 2;
}
#toppage .topimg{
    display: flex;
    position: relative;
    width: 37% !important;
    max-width: 500px !important;
    height: 500px;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}
#toppage .topimg .maincopy{
    display: inline-block;
    position: absolute;
    /*font-family: "Noto Serif JP", serif;*/
    width: 350px !important;
    text-align: justify !important;
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
#toppage .topimg .maincopy span{
    display: block;
    width: 350px !important;
    font-family: "Noto Sans JP", sans-serif;
    text-align: justify !important;
    font-size: 17px !important;
    font-weight: 600;
    letter-spacing: 2px !important;
    padding: 28px 0 0 0;
    clear: both;
}

#toppage .topimg .slides{
    display: block;
    position: relative;
    width: 100% !important;
    height: 500px;
    float: left;
    border-radius: 5px !important;
    overflow: hidden;
}
#toppage .topimg .slides img{
    display: block;
    position: relative;
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
    object-position: top center;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url(../images/topimg01.jpg);
  animation-delay: -2s;
}
.slide-image:nth-child(2) {
  background-image: url(../images/topimg02.jpg);
  animation-delay: 6s;
}
.slide-image:nth-child(3) {
  background-image: url(../images/topimg03.jpg);
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

/*トップページサービスメニュー*/
.top_service{
    display: block;
    width: calc(63% - 30px);
    margin: 0;
    padding: 30px 0 0 0;
    float: left;
}
.top_service_copy strong{
    display: block;
    width: calc(100% - 28px);
    font-family: "Noto Serif JP", serif;
    color: #a5814c;
    font-size: 33px;
    line-height: 130% !important;
    font-weight: 500;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
	margin: -10px 0 20px 38px !important;
    float: left;
    clear: both;
}
.top_service_navi{
    display: flex;
    width: 100%;
    max-width: 750px;
    flex-wrap: wrap;
    margin-left: 42px;
    float: left;
    clear: both;
}
.top_service_navi li{
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    width: calc(48% - 22px);
    font-size: 25px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 0.5px;
    float: left;
}
.top_service_navi li a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin-bottom: 4px !important;
    background-image: url(../images/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px 17px;
    padding-right: 22px;
}
.top_service_navi li a:hover{
    text-decoration: none;
    color: #999;
}
.top_service_navi li span{
    display: inline-block;
    width: 90%;
    font-size: 14px !important;
    line-height: 170% !important;
    font-weight: normal !important;
    font-feature-settings: 'palt';
    letter-spacing: 0.5 !important;
    padding: 0 0 17px 0;
    clear: both;
}

.top_service_navi li ul{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin-left: 2px;
    margin-bottom: 35px !important;
    float: left;
    clear: both;
}
.top_service_navi li ul li{
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 170% !important;
    font-weight: normal !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    float: left;
    clear: both;
}
.top_service_navi li ul li a{
    display: inline-block;
    text-decoration: underline;
    color: #000;
    padding-left: 25px;
    background-image: url(../images/top_arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px 17px;
}


@media screen and  (max-width:1000px) {
    #toppage .topimg{
        display: flex;
        position: relative;
        width: 100% !important;
        min-width: 100% !important;
        height: 380px;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: 0 0 10px 0;
        float: left;
    }
    #toppage .topimg .maincopy{
        display: inline-block;
        position: absolute;
        /*font-family: "Noto Serif JP", serif;*/
        width: 80% !important;
        text-align: justify !important;
        font-size: 25px;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
        padding-bottom: 25px;
    }
    #toppage .topimg .maincopy span{
        display: block;
        width: 100% !important;
        font-family: "Noto Sans JP", sans-serif;
        text-align: justify !important;
        font-size: 22px !important;
        font-weight: 600;
        letter-spacing: 1px !important;
        padding: 20px 0 0 0;
        clear: both;
    }
    #toppage .topimg .maincopy br,
    #toppage .topimg span br{
        display: none !important;
    }

    #toppage .topimg .slides{
        display: block;
        position: relative;
        width: 100% !important;
        height: 380px;
        float: left;
        border-radius: 5px !important;
        overflow: hidden;
    }
    #toppage .topimg .slides img{
        display: block;
        position: relative;
        width: 100% !important;
        height: 100%;
        object-fit: cover !important;
        object-position: top center;
    }
    .top_service_copy strong .sp{
        display: none !important;
    }
    .top_service_copy strong{
        text-align: center !important;
        margin: 0 0 20px 0 !important;
    }
    .top_service{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }
    .top_service_navi{
        display: flex;
        width: calc(100% - 42px) !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex-wrap: wrap;
        padding: 0 !important;
        margin: 0 auto;
        float: left;
        clear: both;
    }
    .top_service_navi li{
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        width: 25%;
        font-size: 18px;
        line-height: 130%;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding: 0 !important;
        float: left;
    }
    .top_service_navi li a{
        display: inline-block;
        text-decoration: none;
        color: #000;
        margin-bottom: 4px !important;
    }
    .top_service_navi li a:hover{
        text-decoration: none;
        color: #999;
    }
    .top_service_navi li span{
        display: inline-block;
        width: 90%;
        min-height: 40px;
        font-size: 14px !important;
        line-height: 150% !important;
        font-weight: normal !important;
        font-feature-settings: 'palt';
        letter-spacing: 0.5 !important;
        padding: 0 0 12px 0;
        clear: both;
    }

    .top_service_navi li ul{
        display: block;
        width: 100%;
        padding: 0 !important;
        margin-left: 1px;
        margin-bottom: 25px !important;
        float: left;
        clear: both;
    }
    .top_service_navi li ul li{
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        width: 100% !important;
        font-size: 14px !important;
        line-height: 170% !important;
        font-weight: normal !important;
        font-feature-settings: 'palt';
        letter-spacing: 0px !important;
        float: left;
        clear: both;
    }
    .top_service_navi li ul li a{
        display: inline-block;
        text-decoration: underline;
        color: #000;
        padding-left: 20px;
        background-image: url(../images/top_arrow.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 13px 13px;
    }
}


#toppage main{
	display: block;
    position: relative;
	width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
    z-index: 10;
}

#secondary main{
	display: flex;
    position: relative;
	width: 100%;
    height: auto;
    /*min-height: 2200px;*/
	margin: 0;
	padding: 0;
    justify-content: space-between;
	float: left;
	clear: both;
    z-index: 10;
}
/*#secondary .single_case{
    min-height: 3600px !important;
}*/
#toppage main{
	min-height: 600px;
}
#secondary main{
    display: block;
    width: calc(100% - 80px);
    max-width: 1400px !important;
	font-feature-settings: 'palt';
    margin: 0 auto;
    float: none;
    clear: both;
}
#secondary main section{
    padding: 15px 0 30px 0;
}

article{
	display: block;
	width: 90% !important;
	margin: 0 auto !important;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	float: none !important;
	clear: both !important;
}

#logo a{
    display: block;
    position: fixed;
    width: 160px;
    height: auto;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    z-index: 2001;
    top:30px;
    left: 38px;
}
#logo img{
    display: block;
    width: 160px;
    height: auto;
}

header nav{
	display: block;
	width: 100% !important;
	height: 90px;
	position: fixed;
    left: 0 !important;
    right: 0 !important;
    top:17px;
    z-index: 1000;
}
header nav a{
	text-decoration: none;
}
.header_hd{
    display: block;
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 1 !important;
    pointer-events: all;
}

#gnavi{
    display: flex;
    width: 100%;
    max-width: 700px !important;
    text-align: center !important;
    justify-content: center;
    letter-spacing: 1px;
    font-feature-settings: 'palt';
    margin: 15px auto 0 auto;
    transition: 0.2s;
}

@media screen and  (max-width:1240px) {
    #gnavi{
        display: flex !important;
        width: calc(100% - 230px);
        justify-content: flex-start;
        letter-spacing: 0px;
        margin: 15px 0 0 230px;
        transition: 0.2s;
    }
}
@media screen and  (max-width:1140px) {
    #gnavi{
        display: none !important;
    }
    #contact_navi{
        right: 70px !important;
    }
    .spnavi{
        display: block !important;
    }
}
#gnavi li a{
    display: inline;
    color: #000;
    padding: 6px 5px 32px 6px !important;
    margin: 0 8px;
    pointer-events: all !important;
}
#gnavi li a:hover{
    color: #999;
}
.pl:active{
    cursor: pointer !important;
    pointer-events: none;
}

#gnavi li ul{
    display: block;
    width: 100% !important;
    position: absolute;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    background-image: url("../images/menu_bg.png");
    background-position: top left;
    background-size: cover;
    /*top:73px !important;*/
    top:69px !important;
    left: 0 !important;
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.3));
}

#gnavi li ul li{
    font-size: 15px;
    font-weight: 500;
    display: inline;
    position: relative;
    width: 88% !important;
    max-width: calc(88% - 22px) !important;
    padding-left: 25px;
    float: left;
    clear: both;
	background-image: url("../../../../uploads/2025/06/li_disc_top.png");
	background-position: left top+9px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
	min-width: 22%;
}
#gnavi li ul li a{
    display: inline-block;
    color: #fff;
	margin: 0;
    padding: 4px 0 !important;
}

.gnavi01 img,
.gnavi03 img,
.gnavi05 img{
    display: inline-block;
    width: 14px;
    height: 7px;
    margin-left: 3px;
    vertical-align: middle;
}

.navi_title{
    display: block;
    position: relative;
    width: 180px;
    height: calc(100% - 48px);
    text-align: center;
    font-size: 20px;
    line-height: 150% !important;
    color: #fff;
    letter-spacing: 2px;
    padding: 48px 0 0 0;
    background-image: url("../images/navi_title_bg.png");
    background-position: top left;
    background-size: 100% 100%;
}
.navi_title span{
    display: block;
    width: 100%;
    font-size: 12px !important;
    font-weight: bolder;
    letter-spacing: 0.5px !important;
    opacity: 0.3;
    float: left;
    clear: both;
}

.submenu,.submenu2,.submenu3,.submenu4,.submenu5,.submenu6,.submenu7{
    position: relative;
    left: 0;
    right: 0;
    z-index: 120;
}
.submenu li a,.submenu2 li a,.submenu3 li a,.submenu4 li a,.submenu5 li a,.submenu6 li a,.submenu7 li a{
    pointer-events: all;
}
.submenu,.submenu2,.submenu3,.submenu4,.submenu5,.submenu6,.submenu7{
  opacity: 0;
  transform-origin: top left;
  transform: scale(1.0,0);
  visibility: hidden;
  transition: 0.2s !important;
  overflow-y: hidden !important;
}
.tab.is-active > a{
    background-image: url("../images/gnavi_hover.png");
    background-position: bottom center;
    background-size: 100% 4px;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.ro01 > a,
.ro02 > a,
.ro03 > a,
.ro04 > a,
.ro05 > a,
.ro06 > a,
.ro07 > a{
    background-position: bottom center;
    background-size: 100% 4px;
    background-repeat: no-repeat;
}


.submenu.is-show,
.submenu2.is-show,
.submenu3.is-show,
.submenu4.is-show,
.submenu5.is-show,
.submenu6.is-show,
.submenu7.is-show{
  display:block;
  opacity: 1;
  transform-origin: top left;
  transform: scale(1.0,1.0);
  visibility: visible !important;
  transition: 0.4s;
  overflow-y: hidden !important;
}

.submenu.is-show{
  height: 350px;
}
.submenu3.is-show{
  height: 250px;
}
.submenu5.is-show{
  height: 220px;
}

#gnavi li ul li ul{
    display: block;
    position: relative;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    filter: none !important;
    top:0 !important;
}
#gnavi li ul li ul li{
    display: inline;
    position: relative;
    width: 88% !important;
    max-width: calc(88% - 25px) !important;
    font-size: 14px;
    font-weight: normal !important;
    padding-left: 25px;
    float: left;
    clear: both;
    background-image: url("../images/li_disc.svg");
    background-position: left top+9px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
#gnavi li ul li ul li a{
    padding: 6px 0 !important;
}
#gnavi li ul li.ex_link a{
    display: inline-block !important;
    position: fixed;
    width: calc(95% - 230px);
    max-width: 1200px !important;
    text-align: center;
    font-weight: normal;
    padding: 12px 0 !important;
    margin: 0 !important;
    background-color: #0277DA;
    border-radius: 50px;
    top:282px;
    left: 230px;
}
#gnavi li ul li.ex_link2_left a{
    display: inline-block !important;
    position: fixed;
    width: calc(48% - 150px);
    text-align: center;
    font-weight: normal;
    padding: 12px 0 !important;
    margin: 0 !important;
    background-color: #0277DA;
    border-radius: 50px;
    top:182px;
    left: 230px;
}
#gnavi li ul li.ex_link2_right a{
    display: inline-block !important;
    position: fixed;
    width: calc(48% - 150px);
    text-align: center;
    font-weight: normal;
    padding: 12px 0 !important;
    margin: 0 !important;
    background-color: #0277DA;
    border-radius: 50px;
    top:182px;
    left: calc(48% + 150px);
}


.hub_link a{
    display: block;
    position: absolute;
    width: 180px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center;
    font-weight: normal !important;
    letter-spacing: 0.5px;
    font-feature-settings: 'palt';
    padding: 10px 0 8px 0 !important;
    margin: 0 !important;
    background-image: url("../images/hub_link_bg.png");
    background-position: top left;
    background-size: 100% 100%;
    bottom:35px;
    left: 0;
    z-index: 11;
    transition: 0.3s;
}
.hub_link img{
    display: inline-block;
    width: 7px !important;
    height: 14px !important;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 1px;
}
.hub_link a:hover{
    color: #6DA8FF !important;
    transition: 0.1s;
}

.hub_link .pdf{
    display: inline-block;
    width: 20px !important;
    height: auto !important;
    vertical-align: middle;
    margin-right: 5px;
}

.submenu_area{
    display: flex;
    position: absolute;
    width: calc(95% - 230px);
    max-width: 1440px;
    padding: 0 0 50px 0;
    border-bottom: solid 1px #4E91C8;
    top:45px;
    left: 230px;
}

#gnavi li.gnavi03 ul li,
#gnavi li.gnavi05 ul li{
	width: auto !important;
}

.submenu_area4{
    display: flex;
    position: absolute;
    width: calc(95% - 230px);
    max-width: 1440px;
    padding: 0 0 50px 0;
    flex-wrap: wrap !important;
    top:45px;
    left: 230px;
}
.submenu4 .submenu_area4 li{
    display: inline;
    width: 50%;
    max-width: 50%;
    float: left;
}
.submenu4 .submenu_area4 .submenu402{
    display: inline !important;
    min-width: 50% !important;
}

.submenu_area5{
    display: flex;
    position: absolute;
    width: calc(95% - 230px);
    max-width: 1440px;
    padding: 0 0 50px 0;
    flex-wrap: wrap !important;
    top:45px;
    left: 230px;
}
.submenu5 .submenu_area5 li{
    display: inline;
    width: 25%;
    max-width: 25%;
    float: left;
}
.submenu5 .submenu_area5 .submenu506{
    display: inline !important;
    min-width: 50% !important;
}
.submenu5 .navi_child{
    margin-bottom: 30px !important;
}
.submenu5 ul li:last-child{
    margin-bottom: 30px !important;
}

.icon_gnavi_blank{
    display: inline-block;
    width: 16px;
    height: auto;
    margin-left: 6px;
    margin-bottom: 2px !important;
    vertical-align: middle !important;
}
.ex_link2_left img{
    display: inline-block;
    width: 14px !important;
    height: auto;
    margin-left: 6px;
    margin-bottom: 3px !important;
    vertical-align: middle !important;
}

/*お問い合わせボタン*/
#cnavi{
    display: block;
    position: fixed;
    width: 200px;
    height: 95px;
    text-align: center;
    font-size: 13px;
    background-image: url("../images/cnavi_bg.png");
    padding: 15px 15px;
    bottom:40px !important;
    letter-spacing: 1px;
    right: 40px !important;
    border-radius: 4px;
    z-index: 90;
}
#cnavi li a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    float: left;
    clear: both;
}
#cnavi li a:hover{
    text-decoration: none;
}
#cnavi li img{
    display: block;
    width: 195px;
    height: auto;
    margin: 8px auto 7px auto;
    clear: both;
}
.contact_bt a{
    display: block;
    width: 100%;
    color: #000 !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 3px 0 4px 0;
    margin: 0 0 5px 0;
    background-color: #fff;
    background-image: url("../images/contact_bt_bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 3px;
    float: left;
    clear: both;
}
.tel_bt a{
    pointer-events: none !important;
}

/*お問い合わせボタン2*/
#contact_navi{
    display: flex;
    position: fixed !important;
    top:18px !important;
    right: 20px;
    z-index: 1000;
}
#contact_navi li a{
    transition:0.2s !important;
}
.contact_navi01 a:hover{
    background-color:#7BB5FF;
    transition: :0.2s;
}
.contact_navi01 a{
    display: flex;
    text-decoration: none;
    position: relative;
    width: auto;
    height: 40px;
    color: #fff;
    text-align: center;
    /*font-size: 12px;*/
    background-color: #2A74D2;
    padding: 0 8px 5px 8px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    pointer-events: all !important;
}
.contact_navi02 a{
    display: block;
    text-decoration: none;
    position: relative;
    width: auto;
    height: 37px;
    color: #000;
    text-align: center;
    font-size: 12px;
    /*background-color:#ebebeb;*/
    padding: 3px 4px 5px 10px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    pointer-events: none !important;
}

#contact_navi li span{
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
}
#contact_navi li img{
    display: block;
    width: 140px;
    height: auto;
    margin: 3px 0 0 auto;
    clear: both;
}


#fnavi{
    display: flex;
    width: 100%;
    text-align: center !important;
    align-items: center !important;
    justify-content: center;
}
#fnavi li a{
    display: inline-block;
    color: #000;
    font-size: 10px;
    padding: 0 7px;
}
#fnavi li a:hover{
    text-decoration: none;
}
section .str{
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}


/*footer*/
footer{
	display: block;
	width: 100%;
	text-align: center;
    background-color: #717071;
	padding: 60px 0 20px 0;
	float: left;
	clear: both;
}
footer .block_top{
    display: block;
    width: 90%;
    max-width: 1250px;
    padding: 0 0 30px 0;
    margin: 0 auto 30px auto;
    border-bottom: solid 1px #b4b4b4;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
footer #footer_navi{
    display: flex;
    float: left;
}
footer #footer_navi ul{
    display: block;
    text-align: left !important;
    letter-spacing: 0.5px;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 15px;
    float: left;
}
footer #footer_navi ul a{
    text-decoration: none;
    font-size: 16px;
    line-height: 200%;
    font-weight: 600;
    color: #fff;
    transition: 0.2s;
}
footer #footer_navi ul a:hover{
    color: #bbb;
    transition: 0.1s;
}
footer #footer_navi ul li{
    display: block;
    width: 100%;
    margin-bottom: 3px;
    clear: both;
}
footer #footer_navi ul li ul{
    display: block;
    width: 100%;
    padding: 0 !important;
    clear: both;
}
footer #footer_navi ul li ul li a{
    text-decoration: none;
    font-size: 13px;
    line-height: 150%;
    font-weight: normal !important;
    color: #fff;
}
.icon_blank{
    display: inline-block;
    width: 16px;
    height: auto;
    margin-left: 8px;
}

footer .block_bottom{
    display: block;
    width: 90%;
    max-width: 1250px;
    padding: 0;
    margin: 0 auto;
}
.copyright{
	display: block;
    width: 280px;
	font-family: Arial, Helvetica, "sans-serif" !important;
	text-align:left;
    color: #fff;
	font-size:10px;
    letter-spacing: 1px;
    padding: 0;
	margin:0 0 50px 0 !important;
	float: left;
}
footer .copyright img{
    display: block;
    width: 150px;
    height: auto;
    margin: 8px 0 58px 0;
    transition: 0.2s;
}
footer .copyright img:hover{
    opacity: 0.6;
    transition: 0.2s;
}
footer .footer_navi_s{
    display: block;
    width: calc(100% - 280px);
    max-width: 520px;
    float: right;
}
footer .footer_navi_s ul{
    display: block;
    width: 100%;
    text-align: right;
}
footer .footer_navi_s ul li{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    line-height: 120%;
    padding: 5px 0 0 20px;
}
footer .footer_navi_s ul li a{
    text-decoration: none;
    color: #fff;
}
footer .footer_navi_s ul li a:hover{
    color: #CCCCCC;
}

.icon_iso{
    display: flex;
    width: auto;
    height: 55px;
    justify-content: space-between;
    margin: 25px 0 0 0;
    float: right;
}
.icon_iso img{
    display: block;
    width: auto;
    height: 55px;
    margin: 0 6px;
}

/*サイドメニュー*/
/*.sidebar{
    position: sticky !important;
    position: -webkit-sticky !important;
    top:-230px;
}
.single_case .sidebar{
    position: sticky !important;
    position: -webkit-sticky !important;
    top:-750px;
}*/
.snavi{
    display: block;
    width: calc(100% - 10px) !important;
    padding: 0;
    margin: 0 5px 50px 5px !important;
    float: left;
    clear: both;
}
.snavi ul{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

.snavi li{
    display: inline-block;
    font-size: 15px;
    line-height: 135%;
    font-weight: bolder;
    padding-left: 15px !important;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    list-style: none;
    float: left;
    clear: both;
}
.snavi ul li ul{
    display: block;
    width: 100%;
    margin-top: 10px !important;
    float: left;
    clear: both;
}
.snavi li ul li{
    color: #666;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 8px !important;
    letter-spacing: 0 !important;
}
.snavi li a{
    text-decoration: none;
    color: #333;
}
.snavi li a:hover{
    text-decoration: underline;
    color: #333;
}
.snavi li.current{
    text-decoration: underline;
    color: #333;
    background-image: url(../images/dot.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px 15px;
}

/*badge*/
.badge_area{
    display: block;
    width: 100% !important;
    text-align: center;
    padding: 70px 0 50px 0;
    background-color: #dcdcdc;
    float: left;
    clear: both;
}
.badge_area p{
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 40px 0;
}
.badge_area .badges{
    display: block;
    width: 90%;
    /*justify-content: space-between;*/
    max-width: 360px !important;
    padding: 0;
	margin: 0 auto !important;
}
.badge_area .badges li{
    display: inline-block;
}
.badge_area .badges li img,
.square li img{
    display: block;
    width: 100%;
    height: auto;
}
.badge_area .square{
    display: flex;
    width: 90% !important;
    justify-content: space-between;
    max-width: 600px !important;
    margin: 20px auto !important;
}
.badge_area .square li{
    display: inline-block;
    width: 30% !important;
    padding: 5px !important;
}

.totop{
    display: block;
    position: fixed !important;
    width: 50px;
    height: 50px;
    right: 20px !important;
    bottom: 70px !important;
    z-index: 10000 !important;
}
.totop a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: #333;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.15));
}

/*フォント*/
#toppage main{
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
}

/*トップページ*/
.subtitle strong{
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    font-weight: normal !important;
    letter-spacing: 4px;
    margin: 0 0 60px 0;
    float: left;
    clear: both;
}
.subtitle strong span{
    display: block;
    width: 100%;
    font-size: 18px !important;
    color: #a5814c;
    letter-spacing: 0.5px !important;
    clear: both;
}
#top_service_area .subtitle strong{
    margin: 50px 0 40px 0 !important;
}
#top_info_area .subtitle strong{
    margin: 0 0 100px 0 !important;
}
#toppage .caption{
    display: block;
    width: 90%;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    margin: 0 5% 50px 5%;
    float: left;
    clear: both;
}

#top_service_area .block{
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    float: left;
    clear: both;
}
#top_service_area .block h1{
    display: block;
    width: 100%;
    font-size: 35px;
    text-align: center;
    color: #bd9f66;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

#top_service_area{
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    background-color: #f4f4f4;
    float: left;
    clear: both;
}

#top_reason_area{
    display: block;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0;
    background-color: #fff;
    float: left;
    clear: both;
}
#top_casestudy_area{
    display: block;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0;
    background-color: #f4f4f4;
    float: left;
    clear: both;
}
#top_info_area{
    display: block;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0;
    background-color: #fff;
    float: left;
    clear: both;
}
#top_knowledge_area{
    display: block;
    width: 100%;
    padding: 50px 0 80px 0;
    margin: 0;
    background-color: #fff;
    float: left;
    clear: both;
}
#top_seminar_area{
    display: block;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0;
    background-color: #f4f4f4;
    float: left;
    clear: both;
}


.to_list a{
    display: block;
    text-decoration: none;
    width: 220px;
    text-align: center;
    color: #000;
    font-size: 15px;
    letter-spacing: 3px;
    padding: 7px 0 7px 0;
    margin: 50px auto 0 auto;
    border: solid 1px #595858;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.2s;
}
.to_list a:hover{
    opacity: 0.3;
    transition: 0.2s;
}
.to_semina_list{
    margin-bottom: 80px !important;
}

#top_service_area .to_list{
    margin-bottom: 80px !important;
}
#top_casestudy_area .to_list{
    margin-bottom: 30px !important;
}
#top_info_area .to_list{
    margin-bottom: 30px !important;
}

.service_table{
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 80px auto;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}

.reason_block{
    display: flex;
    width: 90%;
    max-width: 1100px;
    justify-content: space-between;
    margin: 0 auto;
}
.reason_block li{
    display: block;
    max-width: 300px;
    text-align: justify;
    font-size: 14px;
    line-height: 180%;
    padding: 0 0 30px 0;
}
.reason_block li strong{
    display: block;
    text-align: center;
    color: #251e1c;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.reason_block hr{
    display: block;
    width: 1px;
    height: auto;
    margin: 0 18px;
    border: none;
    border-right: solid 1px #c8c8c9
}
.reason_block img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.jirei_block{
    display: flex;
    width: 90%;
    max-width: 1140px;
    justify-content: space-between;
    list-style: none;
    padding: 0 !important;
    margin: 0 auto 50px auto;
}
.jirei_block li{
    display: block;
    max-width: 300px;
    text-align: justify;
    font-size: 14px;
    line-height: 180%;
    padding: 0 0 30px 0;
}

.jirei_block li strong{
    display: block;
    text-align: center;
    color: #251e1c;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.jirei_block hr{
    display: block;
    width: 1px;
    height: auto;
    margin: 0 18px;
    border: none;
    border-right: solid 1px #c8c8c9;
}

/*.jirei_block img{
    display: block;
    width: 80%;
    height: auto;
    padding: 15px 10%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}*/
.jirei_block li .label{
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
    clear: both;
}
.jirei_block li .label span{
    display: inline-block;
    font-size: 10px;
    line-height: 110% !important;
    background-color: #DCDCDC;
    padding: 4px 6px 5px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    letter-spacing: 0 !important;
    float: left;
}
.jirei_block li a{
    text-decoration: none;
    color: #000;
    transition: 0.2s;
}
.jirei_block li a:hover{
    text-decoration: none;
    color: #000;
    opacity: 0.5;
    transition: 0.2s;
}


#toppage .jirei_block li .thumbnail{
    display: flex;
    aspect-ratio: 5 / 3 !important;
    width: 80%;
    height: auto;
    background-color: #fff;
    padding: 15px 10% !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root #toppage .jirei_block li .thumbnail {
	height: 150px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #toppage .jirei_block li .thumbnail {
		height: 150px;
	}
}
#toppage .jirei_block li .thumbnail img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}


.jirei_block2{
    display: flex;
    width: 90%;
    max-width: 950px;
    padding: 0 0 0 0 !important;
    margin: 0 auto 100px auto !important;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none !important;
}
.jirei_block2 li{
    display: block;
    width: calc(20% - 20px);
    padding: 0 !important;
    margin: 7px 10px !important;
    list-style: none !important;
}

.jirei_block2 li:nth-child(1),
.jirei_block2 li:nth-child(2),
.jirei_block2 li:nth-child(3){
    display: none;
}


#toppage .jirei_block2 li .thumbnail{
    display: flex;
    aspect-ratio: 15 / 5 !important;
    width: 80%;
    height: auto;
    background-color: #fff;
    padding: 8px 10% !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root #toppage .jirei_block2 li .thumbnail {
	height: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #toppage .jirei_block2 li .thumbnail {
		height: 30px;
	}
}
#toppage .jirei_block2 li .thumbnail img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.knowledge_block{
    display: flex;
    width: 90%;
    max-width: 1100px;
    padding: 0 !important;
    margin: 0 auto 50px auto;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: visible !important;
    list-style: none !important;
}
.knowledge_block li{
    display: block;
    /*width: 18.5%; 　5列の場合*/
    width: 31.5%;/* 　3列の場合*/
    /*width: 48%; 2列の場合*/
    background-color: #fff;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
    list-style: none !important;
}
.knowledge_block li a{
    display: block;
    text-decoration: none;
    color: #000;
    transition: 0.2s;
}
.knowledge_block li a:hover{
    opacity: 0.5;
    transition: 0.2s;
}

.knowledge_block2{
    display: flex;
    width: 90%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: visible !important;
    list-style: none;
}
.knowledge_block2 li{
    display: block;
    width: 48%;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
    list-style: none;
}

.knowledge_block li img{
    display: block;
    /*width: 80%;*/
    width: 50%; /*2列の場合*/
    max-width: 220px;
    height: auto;
    margin: 0 auto
}
.knowledge_block2 li img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}
.knowledge_block li p{
    display: block;
    /*text-align: justify;*/
    text-align: center !important; /*2列の場合*/
    font-size: 12px;
    line-height: 150%;
    padding: 10px 15px 20px 15px;
}
.knowledge_block li p strong{
    display: flex;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    padding: 10px 0 15px 0;
}
.knowledge_block2 li a{
    display: block;
    text-decoration: none;
    color: #000;
    transition: 0.2s;
}
.knowledge_block2 li a:hover{
    opacity: 0.3;
    transition: 0.2s;
}


.seminar_block{
    display: flex;
    width: 90%;
    max-width: 1100px;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0 auto 70px auto;
    list-style: none !important;
}
.seminar_block li{
    display: block;
    width: 30%;
    max-width: 320px;
    padding: 0 0 0 0;
    list-style: none !important;
}
.seminar_block li a{
    display: block;
    color: #000;
    text-decoration: none;
    transition: 0.2s;
}
.seminar_block li a:hover{
    opacity: 0.5;
    transition: 0.2s;
}
.seminar_block li img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.seminar_block li .date{
    display: block;
    width: 100%;
    height: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    float: left;
    clear: both;
}
.seminar_block li .caption{
    display: block;
    width: 100%;
    text-align: justify !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.5px !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    clear: both;
}
.seminar_block li .status{
    display: block;
    width: 100%;
    color: #000;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 150%;
    letter-spacing: 0.5px !important;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
    float: left;
    clear: both;
}
.seminar_block li .status_end{
    display: block;
    width: 100%;
    color: #000;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 150%;
    letter-spacing: 0.5px !important;
    background-color: #dcdcdc;
    padding: 5px 0;
    margin-bottom: 10px;
    float: left;
    clear: both;
}



#toppage .top_info_list{
    display: block;
    width: 90%;
    max-width: 1000px;
    font-size: 16px;
    line-height: 170%;
    margin: 0 auto;
}
#toppage .top_info_list dt{
    display: block;
    width: 150px !important;
    font-weight: 500;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: none !important;
}
#toppage .top_info_list dd{
    display: block;
    width: calc(100% - 150px) !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: none !important;
}
#toppage .top_info_list a{
    color: #000;
}
#toppage .top_info_list a:hover{
    text-decoration: none;
}

/*お知らせページ*/
#secondary .top_info_list{
    display: block;
    width: 90%;
    max-width: 1000px;
    font-size: 16px;
    line-height: 170%;
    margin: 25px auto 30px auto !important;
}
#secondary .top_info_list dt{
    display: block;
    width: 150px !important;
    font-weight: 500;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    float: left;
    clear: none !important;
}
#secondary .top_info_list dd{
    display: block;
    width: calc(100% - 150px) !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    float: left;
    clear: none !important;
}
#secondary .top_info_list a{
    color: #000;
}
#secondary .top_info_list a:hover{
    text-decoration: none;
}



#secondary .top_seminar_list{
    display: block;
    width: 90%;
    max-width: 1000px;
    font-size: 16px;
    line-height: 170%;
    margin: 25px auto 30px auto !important;
}
#secondary .top_seminar_list a{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    transition: 0.2s;
}
#secondary .top_seminar_list a:hover{
    opacity: 0.5;
    transition: 0.2s;
}
#secondary .top_seminar_list dt{
    display: block;
    width: 150px !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    float: left;
    clear: none !important;
}
#secondary .top_seminar_list dd{
    display: block;
    width: calc(100% - 150px) !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    float: left;
    clear: none !important;
}
#secondary .top_seminar_list dd strong{
    display: block;
    width: 100%;
    font-weight: 500 !important;
    margin-bottom: 2px;
    float: left;
    clear: both !important;
}
#secondary .top_seminar_list a{
    color: #000;
}
#secondary .top_seminar_list a:hover{
    text-decoration: none;
}

#secondary .top_seminar_list .thumbnail{
    display: flex;
    width: 100%;
    max-width: 130px !important;
    height: 110px;
    background-color: #fff;
    padding: 0 !important;
    margin-bottom: 10px;
    object-fit: cover !important;
    object-position: center center !important;
}
#secondary .top_seminar_list hr{
    width: 100%;
    border-color: #ccc !important;
    margin: 10px 0;
    float: left;
    clear: both;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root #secondary .top_seminar_list .thumbnail {
	height: 110px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #secondary .top_seminar_list .thumbnail {
		height: 110px;
	}
}
.seminar_thumbnail img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain !important;
}



/*Windows Update*/
#secondary .top_update_list{
    display: block;
    width: 90%;
    max-width: 1000px;
    font-size: 16px;
    line-height: 170%;
    margin: 25px auto 30px auto !important;
}
#secondary .top_update_list dt{
    display: block;
    width: calc(65% - 42px) !important;
    font-weight: 500;
    padding: 15px 20px !important;
    margin: 0 2px 2px 0 !important;
    border: solid 1px #999;
    float: left;
    clear: none !important;
}
#secondary .top_update_list dd{
    display: block;
    width: calc(34% - 42px) !important;
    text-align: center;
    padding: 15px 20px !important;
    margin: 0 0 2px 0 !important;
    background-color: #ebebeb;
    border: solid 1px #999;
    float: left;
    clear: none !important;
}
#secondary .top_update_list a{
    color: #000;
}
#secondary .top_update_list a:hover{
    text-decoration: none;
}

@media screen and  (max-width:1100px) {
    #secondary .top_update_list dt{
        width: calc(100% - 42px) !important;
        text-align: center;
        margin: 0 2px 2px 0 !important;
        float: left;
        clear: both !important;
    }
    #secondary .top_update_list dd{
        width: calc(100% - 42px) !important;
        padding: 6px 20px !important;
        margin: 0 0 25px 0 !important;
        float: left;
        clear: both;
    }
}


/*セカンダリ*/
#contents_header_area{
    display: block;
    width: 280px;
    padding: 0 !important;
    margin: 0 auto;
    float: left;
}
#contents_header_area .contents_header{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    clear: both;
}
#secondary .contents_title{
    display: block;
    width: 280px !important;
    margin: 0 0 30px 0;
    float: left;
}
#secondary .contents_title h1{
    display: flex;
    width: 250px !important;
    height: 145px !important;
    text-align: center !important;
    font-size: 18px;
    line-height: 120% !important;
    font-weight: 600;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
    padding: 0 15px;
    margin: 0;
    background-color: #f4f4f4 !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    float: left;
    clear: both;
}
#contents_header_area .contents_header h1 span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px !important;
    font-weight: normal !important;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0.5px !important;
    margin: 8px 0 0 0 !important;
    clear: both;
}
#contents_header_area .contents_header .contents_title img{
    display: block;
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
}
#contents_header_area .contents_header .download_contents_title img{
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}
.contents_header_center{
    display: block;
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    border-bottom:solid 1px #222;
    padding-bottom: 40px;
    margin-bottom: 50px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.contents_header_center .header_copy{
    display: block;
    width: 100%;
    text-align: justify;
    font-size: 16px;
    line-height: 180%;
    font-weight: 600;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    margin: 15px 0 0 0 !important;
    float: left;
    clear: both;
}
.contents_header_center .header_copy strong{
    display: block;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    color: #a5814c;
    font-size: 32px !important;
    line-height: 140% !important;
    font-weight: 500;
    letter-spacing: 2px !important;
    margin: 0 0 30px 0;
    float: left;
    clear: both;
}

#contents_header_area .block{
    display: block;
    width: 95%;
    min-height: 300px;
    padding: 0 0 0 0;
    margin: 0 auto;
}

.gr{
    display: block;
    width: 100%;
    background-color: #f4f4f4 !important;
    padding: 50px 0 60px 0;
    float: left;
    clear: both;
}
.wh{
    display: block;
    width: 100%;
    background-color: #fff !important;
    padding: 50px 0 60px 0;
    float: left;
    clear: both;
}
.bl{
    display: block;
    width: 100%;
    background-color: #e6f4ff !important;
    padding: 50px 0 60px 0;
    float: left;
    clear: both;
}

.listmenu_area{
    display: block;
    width: 100%;
    margin: 100px 0 50px 0;
    float: left;
    clear: both;
}
.listmenu{
    display: block;
    width: calc(100% - 80px);
    font-size: 11px;
    margin: 0 40px 0 40px !important;
    clear: both;
}
.listmenu{
    color: #666;
}
.listmenu a{
    color: #666;
}
.listmenu a:hover{
    text-decoration: none;
}
.listmenu br{
    display: none !important;
}

/* メディアファイルレイアウト */
.alignleft{
	display: inline;
	float:left !important;
	margin:5px 20px 20px 0;
}

.alignright{
	display: inline;
	float:right !important; 
	margin:5px 0 20px 20px;
}

.aligncenter,
.alignnone{
	display:block;
    max-width: 100%;
    height: auto;
	margin:5px auto 20px auto;
	float:none;
	clear:both;
}

/* 事例メディアファイルレイアウト */
.case_area .alignleft{
    width: 35%;
    max-width: 240px;
    height: auto;
    margin:5px 20px 20px 0;
}

.case_area .alignright{
	width: 35%;
    max-width: 240px;
    height: auto;
    margin:5px 0 20px 20px;
}
.case_area .aligncenter,
.case_area .alignnone{
	display:block;
    max-width: 100%;
    height: auto;
	margin:5px auto 20px auto;
	float:none;
	clear:both;
}


.block_center{
    display: block;
    width: calc(100% - 320px);
    float: left;
}

#secondary aside{
    display: inline-block;
    width: 280px;
    margin: 20px 0 50px 0;
    float: left;
    clear: both;
}

/*サービス*/
.service_contents article,
.service_contents2 article{
    max-width: 950px;
}

.service_contents article a,
.service_contents2 article a{
    color: #000;
}
.service_contents article a:hover,
.service_contents2 article a:hover{
    text-decoration: none;
}

main section article,
main section article p{
    color: #111;
}

main section article hr{
    display: block;
    width: 100%;
    height: 20px;
    border: none;
    border-top:solid 1px #999;
    margin: 20px 0 0 0;
    clear: both;
}

.service_contents h2{
    display: block;
    width: calc(100% - 150px);
    font-family: "Noto Sans JP", sans-serif;
    color: #a5814c;
    font-size: 24px !important;
    line-height: 140% !important;
    font-weight: 600;
    letter-spacing: 1px !important;
    margin: 0 150px 15px 0 !important;
    float: left;
    clear: both;
}
.service_contents .service_contents_lead2 h2{
    color: #000 !important;
}

.bl h2{
    color: #0065cd !important;
}
.service_contents2 h2{
    color: #000 !important;
    font-size: 24px !important;
    border-left: solid 10px #4E7EB9;
    letter-spacing: 1px !important;
    padding: 0 0 4px 15px;
    margin-bottom: 20px !important;
    clear: both;
}

/*.service_contents2 h2:first-letter{
}*/

.service_contents2 h3{
    display: inline-block;
    width: calc(100% - 30px);
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 20px !important;
    line-height: 140% !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    /*background-color: #2975D2;*/
    background-color: #CADBF0;
    padding: 10px 15px 12px 15px;
    margin: 40px 0 20px 0;
    border-radius: 2px;
    float: left;
    clear: both;
}

.service_contents2 h3:first-child{
    margin: 0 0 25px 0 !important;
}
.service_contents2 h3 .small,
.service_contents2 h4 .small{
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.service_contents2 h4{
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #2975D1;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    border: 0;
    border-bottom: solid 2px #2975D1 !important;
    border-image: linear-gradient(to right, #2975D1, transparent) 1;
    padding: 0 0 5px 0;
    margin: 15px 0 15px 0 !important;
    float: left;
    clear: both;
}
.service_contents2 h4:first-child{
    margin: 0 0 25px 0 !important;
}

.service_contents_lead{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.service_contents_lead img{
    display: block;
    width: 150px;
    height: 150px !important;
    margin: 0 40px 0 0 !important;
}
.service_contents_lead .text{
    display: block;
    width: calc(100% - 190px) !important;
    min-width: calc(100% - 190px) !important;
    height: auto;
    margin: 0 !important;
}
.service_contents_lead h2{
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
.service_contents_lead h2 a{
    display: inline-block;
    color: #2975D1;
    padding-right: 20px;
    margin: 8px 0 0 0;
    background-image: url("../images/arrow_right_blue.svg") !important;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.service_contents_lead h2 a:hover{
    text-decoration: none;
    color: #2975D1;
}

.service_contents_lead p{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
    letter-spacing: 1px;
    float: left;
}
.service_contents2 p{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    float: left;
}
.service_contents_lead p strong{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 15px 0;
    letter-spacing: 1.5px;
    float: left;
    clear: both;
}

.service_contents .block_area{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.service_contents .block_area .block{
    display: inline-block;
    width: calc(32% - 32px);
    text-align: justify;
    font-size: 12px !important;
    line-height: 150%;
    padding: 23px 15px 15px 15px;
    margin: 0 0 30px 0;
    background-color: #fff;
    border: solid 1px #b4b4b4;
}
.service_contents .block_area .block strong{
    display: inline-block;
    width: 100%;
    height: 42px;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 130% !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}
.service_contents .block_area .block strong a{
    display: inline-block;
    color: #000;
    text-align: center !important;
    padding: 0 20px 0 20px;
    background-image: url(../images/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-position: right 3px;
    background-size: 15px 15px;
    transition: 0.2s;
}
.service_contents .block_area .block strong a:hover{
    text-decoration: none;
    color: #2975D2;
    transition: 0.2s;
}
.service_contents .block_area .block strong a span{
    font-size: 12px !important;
    line-height: 110% !important;
}

.caution{
    font-size: 10px !important;
    padding: 5px 0 10px 0;
}
.caution_w80{
    display: block;
    width: 80%;
    font-size: 10px !important;
    padding: 5px 0 10px 0;
    margin: 0 10%;
}

.mt-m10{
    margin-top: -10px !important;
}
.mt-m20{
    margin-top: -20px !important;
}
.mt-m30{
    margin-top: -30px !important;
}
.mt-m50{
    margin-top: -50px !important;
}
.mt-m80{
    margin-top: -80px !important;
}
.mt-m100{
    margin-top: -100px !important;
}

.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.mt-70{
    margin-top: 70px !important;
}
.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.mt-100{
    margin-top: 100px !important;
}

.mb-0{
    margin-bottom: 0px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
.mb-90{
    margin-bottom: 90px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}

.service_contents2 .block_area_flow2 .block{
    width: calc(28% - 40px) !important;
    background-color: #eee !important;
    color: #000;
    padding: 15px 12px 15px 12px;
    margin: 20px 0;
    border:none !important;
    clear: both;
}
.gr .block_area_flow2 .block{
    background-color: #e3e3e3 !important;
}
.service_contents2 .block_area_flow2 .block strong{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
 .block_area_flow2 .block img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    clear: none !important;
}
 .block_area_flow2 .block .number{
    display: block;
    width: 32px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    background-color: #333;
}
 .block_area_flow2 .arrow{
    display: block;
    width: 25px;
    background-image: url("../images/arrow_right_blue.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.service_contents2 article .blockquote_block_bl{
    display: inline-block;
    width: calc(100% - 60px);
    padding: 20px 30px 20px 30px;
    margin: 10px 0 50px 0;
    background-color:#e6f4ff;
    float: left;
    clear: both;
}
.left_banner,
.center_banner{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.left_banner img{
    display: block;
    width: 40%;
    height: auto;
    border: solid 1px #999;
    float: left;
}
.left_banner a,
.center_banner a{
    display: block;
    transition: 0.2s;
}
.left_banner a:hover,
.center_banner a:hover{
    display: block;
    opacity: 0.5;
    transition: 0.2s;
}
.left_banner p{
    display: block;
    width: 55%;
    height: auto;
    float: right;
}

.youtube_block{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    float: left;
    clear: both;
}
.youtube_block .block{
    display: block;
    width: 48%;
    text-align: center;
}
.youtube_block .block .movie{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
.youtube_block .block .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube {
    display: block;
    position: relative !important;
    width: 60% !important;
    margin: 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}
.youtube .movie{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
.youtube .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.solution_block p strong{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
}
.solution_block img{
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.service_contents2 article .dl_table{
    display: block;
    width: 100%;
    border-bottom:solid 1px #999;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.service_contents2 article .dl_table dl{
    display: table;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}
.service_contents2 article .dl_table dl dt{
    display: table-cell;
    width: calc(30% - 20px) !important;
    line-height: 180%;
    padding: 20px 20px 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
    clear: left;
}
.service_contents2 article .dl_table dl dd{
    display: table-cell;
    width: 68% !important;
    line-height: 180%;
    padding: 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
}
.service_contents2 article .dl_table dl dd ul{
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.service_contents2 article .dl_table dl dd ul li{
    list-style: none !important;
    padding: 0;
    margin: 0;
}


/*AWS内製化支援*/
.aws_insource01{
    display: block;
    width: calc(100% - 100px) ;
    padding: 50px;
    background-color: #fff;
}
.service_contents2 .block_area{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.service_contents2 .block_area .block{
    display: inline-block;
    width: calc(32% - 52px);
    text-align: justify;
    font-size: 14px !important;
    line-height: 170%;
    padding: 25px 25px 30px 25px;
    margin: 0 0 0 0;
    background-color: #fff;
    border: solid 1px #b4b4b4;
}

.service_contents2 .block_area2{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.service_contents2 .block_area2 .block{
    display: inline-block;
    width: calc(100% - 52px);
    text-align: justify;
    font-size: 14px !important;
    line-height: 170%;
    padding: 25px 25px 30px 25px;
    margin: 0 0 25px 0;
    background-color: #fff !important;
    border: solid 1px #b4b4b4;
}
.service_contents2 .block_area .block p,
.service_contents2 .block_area2 .block p{
    font-size: 14px !important;
    line-height: 170%;
}
.service_contents2 .block_area2 .block strong{
    display: block;
    width: 100%;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 140%;
    color:#a5814c;
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
}
.service_contents .service_table{
    display: block;
    width: 100% !important;
    margin: 40px auto 80px auto;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}
.service_contents .more a{
    display: block;
    position: relative !important;
    width: 120px;
    font-size: 12px !important;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 3px 0 5px 0 !important;
    margin-top: 12px !important;
    background-color: #000;
    background-image: url(../images/arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 100px 5px;
    background-size: 13px 13px;
    border-radius: 3px;
    transition: 0.3s;
    float: right;
    clear: both;
}
.wh .more a{
    background-color: #000;
}
.gr .more a,
.bl .more a{
    background-color: #000;
}
.service_contents .more a:hover{
    background-color:#2975D2;
    transition: 0.1s;
}

/*AWS 内製化支援*/
aside .dl_bt a{
    display: block;
    position: relative !important;
    width: calc(100% - 20px);
    font-size: 14px !important;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 8px 0 8px 0 !important;
    margin: 0 auto 30px auto !important;
    background-color: #000;
    background-image: url(../images/arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 13px 13px;
    border-radius: 3px;
    transition: 0.3s;
}
aside .dl_bt a:hover{
    text-decoration: none;
    background-color: #2975D2;
    transition: 0.1s;
}

.service_contents2 .dl_bt a{
    display: block;
    position: relative !important;
    width: 400px;
    font-size: 15px !important;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 4px 0 6px 0 !important;
    margin: 30px auto !important;
    background-color: #000;
    background-image: url(../images/arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 380px center;
    background-size: 13px 13px;
    border-radius: 3px;
    transition: 0.3s;
}
.service_contents2 .dl_bt a:hover{
    text-decoration: none;
    background-color: #2975D2;
    transition: 0.1s;
}

.block_area_naisei .block{
    margin-bottom: 20px !important;
}

.col4 .block{
    display: inline-block;
    width: calc(23% - 52px) !important;
    text-align: justify;
    font-size: 14px !important;
    line-height: 170%;
    padding: 15px 25px 5px 25px !important;
    margin: 0 0 0 0;
    background-color: #fff;
    border: solid 1px #b4b4b4;
}
.block_area_naisei .block img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    clear: both;
}
.block_area_naisei2 .block img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0;
    float: left;
    clear: none !important;
}

.block_area_naisei2 .block strong a{
    color: #2975D1;
    padding-right: 24px;
    background-image: url("../images/arrow_right_blue.svg") !important;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    float: left !important;
}
.block_area_naisei2 .block strong a:hover{
    text-decoration: none;
    color: #2975D1;
}
.block_area_naisei2 .block p{
    display: block;
    width: calc(100% - 150px);
    float: right;
}
.block_area_naisei2 .block .point{
    display: block;
    width: 110px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 140% !important;
    font-weight: bold;
    background-color: #000;
    padding: 6px 0 6px 0 !important;
    margin: 10px 10px 15px 0;
    vertical-align: bottom !important;
    clear: both;
}
.block_area_naisei2 .block ul{
    display: inline-block;
    width: calc(100% - 150px);
    font-size: 14px;
    line-height: 130% !important;
    margin-bottom: 15px;
    float: right;
}
.block_area_naisei2 .block ul li{
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    float: left;
    clear: both;
}

.aws_badge_tiered_badge1,
.service_icon{
    display: inline-block;
    position: absolute;
    width: 90px;
    height: auto;
    padding: 20px;
    background-color: #f4f4f4;
    margin: 8px 0 0 0;
}
.training_lead1{
    display: inline-block;
    width: calc(100% - 160px) !important;
    min-height: 170px;
    float: right !important;
    clear: none !important;
}
.service_contents2 .block_area_training .block{
    width: calc(49% - 30px) !important;
    background-color: #f5f5f5 !important;
    color: #000;
    padding: 12px 15px 0 15px;
    border-radius: 4px;
    border:none !important;
}

.service_contents2 .block_area_training2 .block{
    width: calc(100% - 30px) !important;
    background-color: #f5f5f5 !important;
    color: #000;
    padding: 12px 15px 15px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    clear: both;
    border:none !important;
}
.service_contents2 .block_area_training2 .block ul{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 130% !important;
    float: left;
    clear: both;
}
.service_contents2 .block_area_training2 .block ul li{
    display: inline;
    width: auto;
    padding: 6px 15px 8px 15px;
    margin-bottom: 8px;
    background-color: #fff;
    float: left;
    clear: both;
}
.vojt_training01{
    display: block;
    width: calc(100% - 30px);
    padding: 15px;
    background-color: #fff;
    margin: 5px 0;
}
.training_block_area{
    display: block;
    width: calc(100% - 50px);
    padding: 25px 25px 30px 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
    float: left;
    clear: both;
}
.training_block_area h3{
    margin: 0 0 20px 0;
}
.training_block_area .lead p{
    margin-bottom: 25px !important;
}

.service_contents2 .block_area_flow .block{
    width: calc(22% - 35px) !important;
    background-color: #eee !important;
    color: #000;
    padding: 15px 15px 15px 15px;
    margin: 20px 0;
    border:none !important;
    clear: both;
}
.service_contents2 .block_area_flow .block_blank{
    width: calc(22% - 35px) !important;
    background-color: #fff !important;
    color: #000;
    padding: 0 15px;
    margin: 20px 0;
    border:none !important;
    clear: both;
}
.service_contents2 .block_area_flow .block_bl{
    width: calc(22% - 35px) !important;
    background-color: #e6f4ff !important;
    color: #000;
    padding: 0 15px;
    margin: 20px 0;
    border:none !important;
    clear: both;
}
.gr .block_area_flow .block{
    background-color: #e3e3e3 !important;
}
.service_contents2 .block_area_flow .block strong{
    display: block;
    width: 100%;
    text-align: center;
}
 .block_area_flow .block img{
    display: block;
    width: auto;
    height: 50px;
    margin: 10px auto;
    clear: none !important;
}
 .block_area_flow .block .number{
    display: block;
    width: 32px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    background-color: #333;
}
 .block_area_flow .arrow_blank{
    display: block;
    width: 25px;
    background-image: none;
}
 .block_area_flow .arrow{
    display: block;
    width: 25px;
    background-image: url("../images/arrow_right_blue.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.service_contents2 .block_area_price .block{
    width: calc(23% - 30px) !important;
    color: #000;
    padding: 15px 15px 15px 15px;
    margin: 20px 0;
    background-color:#E6F4FF !important;
    border:none !important;
    clear: both;
}
.service_contents2 .block_area_price .block:first-child{
   background-color:#EEEEEE !important;
}
.service_contents2 .block_area_price .block:last-child{
   background-color:#AED7F8 !important;
}
.service_contents2 .block_area_price .block p{
    text-align: center !important;
}
.service_contents2 .block_area_price .block .name{
    display: flex;
    width: 100%;
    min-height: 70px;
    font-size: 18px;
    padding: 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.block_area_jirei .block{
    display: block;
    width: calc(100% - 50px) !important;
    padding: 25px 25px 25px 25px !important;
    margin-bottom: 25px !important;
    background-color: #fff;
    border:none !important;
    float: left;
    clear: both;
}
.block_area_jirei .block img{
    display: block;
    width: 220px;
    height: auto;
    margin: 0;
    float: left;
    clear: none !important;
}
.block_area_jirei .block p{
    display: block;
    width: calc(100% - 250px);
    padding: 0 !important;
    margin: 2px 0 0 0 !important;
    float: right;
}
.block_area_jirei .block p strong{
    display: inline-block;
    padding: 1px 15px;
    margin: 0 0 10px 0;
    border:solid 1px #999;
    border-radius: 20px;
}
.block_area_jirei .block p a{
    display: inline-block;
    color: #2975D1;
    padding-right: 20px;
    margin: 8px 0 0 0;
    background-image: url("../images/arrow_right_blue.svg") !important;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.block_area_jirei .block a:hover{
    text-decoration: none;
    color: #2975D1;
}

.block_area_range .block{
    width: calc(19.5% - 40px) !important;
    color: #000;
    font-size: 14px !important;
    background-color: #f5f5f5 !important;
    padding: 10px 12px 0 12px !important;
    margin: 20px 0;
    border:none !important;
    clear: both;
}
.block_area_range .block p{
    line-height: 160% !important;
    margin-bottom: 15px !important;
}
 .block_area_range .arrow{
    display: block;
    width: 18px;
    background-image: url("../images/arrow_line.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.block_area_range p{
    margin-bottom: 30px !important;
}
.block_area_range p ruby{
    font-size: 30px;
    color: #2975D2;
}
.block_area_range p ruby rt{
    font-size: 11px !important;
}
.block_area_range .small{
    font-size: 11px !important;
    line-height: 120% !important;
    margin-bottom: 10px;
}

/*AWSコンサルティングの概要*/
.block_area_outline{
    display: block;
    width: calc(100% - 100px) !important;
    background-color: #f5f5f5;
    padding: 30px 50px 10px 50px;
    margin-bottom: 50px !important;
    float: left;
    clear: both;
}
.block_area_outline p strong{
    display: block;
    font-size: 15px;
    font-weight: 500;
    float: left;
    clear: both;
}
.block_area_outline ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
    float: left;
    clear: both;
}
.block_area_outline ul li{
    display: inline-block;
    width: 32% !important;
    text-align: center;
    padding: 15px 0 18px 0;
    background-color: #ebebeb;
    border-radius: 5px;
}

/*AWSコンサルティングの概要 コンサルティングサービス*/
.consulting_table01{
	display:table;
	width:100%;
	font-weight:normal;
    letter-spacing: 0.5px;
	margin:0 0 20px 0;
    border-collapse:  collapse;
    border-color: #ccc !important;
}
.consulting_table01 th{
	display:table-cell;
    word-break: keep-all;
    text-align: center;
    font-size:13px !important;
    line-height: 130%;
    font-weight: 600 !important;
	background-color: #ebebeb;
	padding: 10px 10px;
	vertical-align:middle;
}
.consulting_table01 td{
    display:table-cell;
    font-size:13px;
	background-color: #ffffff;
	padding: 15px 15px;
	vertical-align:middle;
}
.consulting_table01 td,
.consulting_table01 th{
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   border-color: #ccc !important;
}

.block_area_introduction .block{
    display: inline-block;
    width: calc(32% - 30px) !important;
    text-align: justify;
    font-size: 12px !important;
    line-height: 150% !important;
    padding: 20px 15px 0 15px !important;
    margin: 0 0 30px 0 !important;
    border:none !important;
    background-color: #fff !important;
}
.block_area_lineup .block img{
    display: block !important;
    width: 90px;
    height: auto;
    margin: 0 15px;
    float: left;
    clear: none !important;
}
.block_area_introduction .block strong{
    display: inline-block;
    width: 100%;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 120% !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}
.price_introduction{
    display: block;
    width: calc(100% - 50px);
    text-align: center !important;
    padding: 30px 25px 20px 25px !important;
    margin: 10px 0 0 0 !important;
    background-color: #fff !important;
    float: left;
    clear: both;
}
.price_introduction p{
    display: block;
    width: 100%;
    text-align: center !important;
}
.price_introduction2{
    background-color: #ebebeb !important;
}

.block_area_lineup .block p a,
.arrow_right_blue a{
    display: block;
    color: #2975D1;
    padding-right: 20px;
    margin: 0px 0 0 0;
    background-image: url("../images/arrow_right_blue.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    float: right;
}
.block_area_lineup .block p a:hover,
.arrow_right_blue a:hover{
    text-decoration: none;
    color: #2975D1;
}

.table_wrap{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.table01{
	display:table;
	width:100%;
	font-weight:normal;
    letter-spacing: 0.5px;
	margin:0 0 20px 0;
    border-collapse:  collapse;
    border-color: #ccc !important;
}
.table01 th{
	display:table-cell;
    font-size:13px !important;
    line-height: 130%;
    font-weight: 600 !important;
	background-color: #ebebeb;
	padding: 10px 10px;
	vertical-align:middle;
}
.table01 td{
    display:table-cell;
    font-size:13px;
	background-color: #ffffff;
	padding: 15px 15px;
	vertical-align:middle;
}
.table01 td,
.table01 th{
   text-align: center;
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   border-color: #ccc !important;
}

.service_contents2 .block_area_price2 .block{
    width: calc(46% - 30px) !important;
    color: #000;
    padding: 15px 15px 15px 15px;
    margin: 20px 0;
    background-color:#e5e5e5 !important;
    border:none !important;
    clear: both;
}
.service_contents2 .block_area_price2 .block p{
    text-align: center !important;
}
.service_contents2 .block_area_price2 .block strong{
    display: inline-block;
    width: 100% !important;
    text-align: center !important;
}
.service_contents2 .block_area_price2 .block .name{
    display: flex;
    width: 100%;
    min-height: 70px;
    font-size: 18px;
    padding: 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.service_contents2 .block_area_price2 .plus{
    display: block;
    width: 25px;
    background-image: url("../images/plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.opt_image{
    display: block;
    width: 80%;
    max-width: 550px;
    height: auto;
    margin: 20px auto 20px auto !important;
}

.customer_service{
    display: flex;
    width: calc(90% - 50px);
    background-color: #E6F4FF;
    padding: 15px 25px;
    margin: 0 5% 50px 5%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    clear: both !important;
}
.customer_service strong{
    display: block;
    min-width: 180px !important;
    font-size: 14px !important;
}
.customer_service ul{
    display: flex;
    min-width: calc(100% - 211px) !important;
    justify-content: space-between;
    flex-wrap: wrap !important;
    border-left:solid 1px #999;
    padding-left: 30px;
}
.customer_service ul li{
    display: block;
    width: 50%;
    font-size: 13px;
    line-height: 140%;
    margin: 2px 0 5px 0;
}
.kanshi_service img{
    display: block;
    width: 70%;
    padding: 15px 15%;
    margin: -5px 0 10px 0;
    background-color: #fff;
}

.block_area_unyo_service .block{
    display: inline-block;
    width: calc(32% - 30px) !important;
    text-align: justify;
    font-size: 12px !important;
    line-height: 150%;
    padding: 20px 15px 0 15px !important;
    margin: 0 0 30px 0 !important;
    border:none !important;
    background-color: #f5f5f5;
}
.block_area_unyo_service .blank_block{
    display: inline-block;
    width: calc(23% - 30px) !important;
    text-align: justify;
    font-size: 12px !important;
    line-height: 150%;
    padding: 20px 15px 0 15px !important;
    margin: 0 0 30px 0 !important;
    border:none !important;
    background-color: transparent !important;
}
.block_area_unyo_service img{
    display: block;
    width: 50%;
    padding: 0 25%;
    margin: -5px 0 10px 0;
}
.kanshi_plan td img{
    display: inline-block;
    width: 100px !important;
    height: auto;
    margin-right: 15px;
}

/*AWS解説*/
.word_area ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.word_area ul li{
    display: inline-block;
    width: calc(100% - 20px) !important;
    text-align: justify;
    font-size: 14px;
    line-height: 160%;
    padding: 15px 20px;
    margin-left: 20px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.word_area .wh ul li{
    background-color: #f5f5f5;
}
.word_area .gr ul li{
    background-color: #ffffff;
}
.word_area ul li strong{
    display: block;
    width: calc(100% - 15px);
    font-size: 15px;
    line-height: 140% !important;
    font-weight: 600 !important;
    padding: 0 0 2px 10px;
    margin-bottom: 10px !important;
    border-left: solid 5px #ccc;
    clear: both;
}
.word_area ul li a{
    color: #000;
}
.word_area ul li a:hover{
    text-decoration: none;
}
.word_area h2{
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-left: none;
    letter-spacing: 1px !important;
    padding: 10px 0 2px 0;
    margin: 0 0 0 0 !important;
}

.word_area .toggle {
display: none;
}
.word_area .option {
position: relative;
border-bottom: solid 1px #ccc;
padding-bottom: 12px;
background-color: #fff;
}
.word_area .option ul {
padding: 0 0 0 20px !important;
}
.word_area .title,
.word_area .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.15s;
}
.word_area .title {
cursor: pointer;
}
.word_area .title::after,
.word_area .title::before {
content: "";
position: absolute;
right: 1.5em;
top: 1.2em;
width: 4px;
height: 16px;
background-color: #fff;
background-color: #999;
transition: all 0.15s;
}
.word_area .title::after {
transform: rotate(90deg);
}
.word_area .content {
max-height: 0;
overflow: hidden;
}
.word_area .toggle:checked + .title + .content {
max-height: 3000px;
transition: all 1.5s;
}
.word_area .toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

.single_word_area article h2{
    display: inline-block;
    width: calc(100% - 20px);
    font-family: "Noto Serif JP", serif;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    font-feature-settings: 'palt';
    padding: 5px 10px 7px 10px;
    margin: 50px 0 15px 0;
    background-color:#1E73BE;
    border-radius: 4px;
    float: left;
    clear: both;
}
.single_word_area article h2::after{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 22px;
    background-image: url(../images/word_h2_tri.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}
.single_word_area article h2:first-child{
    margin: 0 0 20px 0 !important;
}
.single_word_area  article .qa_block h2{
    margin: 0 0 20px 0 !important;
}

.single_word_area article h3{
    display: inline-block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #1E73BE;
    font-size: 23px !important;
    line-height: 140% !important;
    font-weight: 500 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    padding: 0 0 7px 0;
    margin: 40px 0 10px 0;
    border-bottom: solid 1px #1E73BE;
    float: left;
    clear: both;
}
.single_word_area article h3:first-child{
    margin: 0 0 10px 0 !important;
}
.single_word_area article h3 .small,
.single_word_area article h4 .small{
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.single_word_area article h4{
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    border: 0;
    padding: 0 0 5px 0;
    margin: 15px 0 15px 0 !important;
    float: left;
    clear: both;
}
.single_word_area article h4:first-child{
    margin: 0 0 25px 0 !important;
}
.single_word_area article p{
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    float: left;
}
.single_word_area article a{
    color: #000;
}
.single_word_area article a:hover{
    text-decoration: none;
}

.single_word_area article ul{
    display: inline;
    list-style: initial !important;
    margin-left: 30px !important;
}
.single_word_area article ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 0 0 10px 30px;
    clear: both;
}

.single_word_area article blockquote{
    display: inline-block;
    width: calc(100% - 116px);
    padding: 30px 30px 30px 80px;
    margin: 50px 0 50px 0;
    background-color:#eee;
    border: solid 3px #ccc;
    background-image: url("../images/quotation.svg");
    background-position: 20px 24px;
    background-size: 26px auto;
    background-repeat: no-repeat;
    border-radius: 4px;
    float: left;
    clear: both;
}
.single_word_area article blockquote p{
    font-size: 15px;
    line-height: 180%;
    margin: 0 0 10px 0 !important;
}

.aws-icon{
    display: block;
    position: absolute;
    width: 45px;
    height: 45px !important;
    margin-left: -60px;
    float: left;
}


/*事例*/
.case_contents article{
    max-width: 950px !important;
    float: left;
}

.case_list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
    list-style: none;
    float: left;
    clear: both;
}
.case_list li{
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    width: 30.5% !important;
    margin-bottom: 50px;
    float: left;
}
.case_list li a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px !important;
    transition: 0.3s;
}
.case_list li a:hover{
    text-decoration: none;
    opacity: 0.3;
    transition: 0.2s;
}
.case_list li p{
    /* text-align: justify; */
    font-size: 15px;
    line-height: 170%;
}
.case_list li p strong{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    padding: 5px 0;
    margin: 0 0 5px 0;
    float: left;
    clear: both;
}
.case_list li .thumbnail{
    display: flex;
    aspect-ratio: 5 / 3 !important;
    width: calc(80% - 2px);
    height: auto;
    background-color: #fff;
    padding: 15px 10% !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root .case_list li .thumbnail {
	height: 130px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .case_list li .thumbnail {
		height: 130px;
	}
}
.case_list li .thumbnail img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}


/*事例single*/
.case_contents_header .case_thumbnail{
    display: flex;
    aspect-ratio: 5 / 3 !important;
    width: 80%;
    height: auto;
    background-color: #fff;
    padding: 15px 10% !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root .case_contents_header .case_thumbnail {
	height: 130px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .case_contents_header .case_thumbnail {
		height: 130px;
	}
}

.case_contents_header .case_thumbnail img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain !important;
}

.client_info{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 170%;
    color: #333;
    letter-spacing: 0.5px;
    padding-bottom: 40px;
    margin: -30px 0 20px 0 !important;
    border-bottom: solid 1px #999;
    float: left;
    clear: both;
}
.client_info .small{
    font-size: 90% !important;
    line-height: 130% !important;
}
.client_info ul{
    list-style: none;
    padding: 0 !important;
    margin-bottom: 25px;
}
.client_info a{
    color: #000;
}
.client_info a:hover{
    text-decoration: none;
}
.client_info em{
    display: block;
    width: 100%;
    font-size: 10px !important;
    line-height: 140%;
    float: left;
    clear: both;
}
.client_info strong{
    display: block;
    width: 100%;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 0 10px 0;
    float: left;
    clear: both;
}
.main-image{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: both;
}
.main-image img{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.main-caution{
    display: block;
    position: relative;
    width: calc(100% - 40px);
    color: #ccc;
    font-size: 10px;
    line-height: 150%;
    padding: 15px 20px !important;
    margin: -25px 0 30px 0;
    background-color: #222;
    float: left;
    clear: both;
}

.case_area .block_center{
    margin-bottom: 80px;
}
.case_area section article p,
.case_area .qa_block dd{
    text-align: justify;
    font-size: 15px;
    line-height: 180% !important;
    font-feature-settings: 'palt';
    letter-spacing: 1.5px !important;
    margin-bottom: 25px;
}

.case_area section article em{
    font-size: 12px !important;
    line-height: 150% !important;
    font-style: normal !important;
}

.case_area section article h2{
    display: inline-block;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-feature-settings: 'palt';
    padding: 0 0 8px 0;
    margin: 50px 0 20px 0;
    border-bottom: solid 1px #666;
    float: left;
    clear: both;
}
.case_area section article .qa_block h2{
    margin: 0 0 20px 0 !important;
}

.case_area section article h3{
    display: inline-block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 700 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    margin: 40px 0 20px 0;
    border-radius: 2px;
    float: left;
    clear: both;
}
.case_area section article h3:first-child{
    margin: 0 0 25px 0 !important;
}
.case_area section article h3 .small,
.case_area section article h4 .small{
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.case_area section article h4{
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    border: 0;
    padding: 0 0 5px 0;
    margin: 15px 0 15px 0 !important;
    float: left;
    clear: both;
}
.case_area section article h4:first-child{
    margin: 0 0 25px 0 !important;
}

.sky{
    color: #0092FF;
    font-weight: bold;
}
.kddi{
    color: #FF5D00;
    font-weight: bold;
}
.moderetor_area{
    display: block;
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
    float: left;
    clear: both;
}
.moderetor_area p{
    display: inline;
    font-size: 13px !important;
    float: left !important;
}
.moderetor{
    display: block;
    width: 100px !important;
    height: auto !important;
    margin: -15px 20px 30px 0 !important;
    float: left !important;
}

.aws_online_soudan{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.system_block{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 30px 0;
    float: left;
    clear: both;
}
.system_block .block{
    display: block;
    width: calc(49% - 22px);
    padding: 10px;
    border: solid 1px #ccc;
}
.system_block .block strong{
    display: block;
    width: 100%;
    text-align: center;
}

.qa_block{
    display: block;
    width: calc(100% - 60px);
    padding: 30px;
    margin: 20px 0 30px 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    float: left;
    clear: both;
}

.case_area .qa_block h3{
    display: inline-block;
    width: calc(100% - 40px);
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 700 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    padding-left: 40px;
    margin: 0 0 20px 0;
    border-radius: 2px;
    float: left;
    clear: both;
}
.case_area .qa_block h3::before{
    content: 'Q.';
    display: inline-block;
    position: absolute;
    width: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding:3px 0 8px 6px;
    margin: -5px 6px 0 -40px !important;
    background-color: #999;
    border-radius: 3px;
}
.case_area section article a{
    color: #000;
}
.case_area section article a:hover{
    text-decoration: none;
}
.case_area section article ul{
    display: inline-block;
    width: 100%;
    list-style: initial !important;
    margin-left: 20px;
    float: left;
    clear: both;
}
.case_area section article ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 0 0 10px 10px;
    clear: both;
}
.case_area section article .qa_block ul{
    display: inline !important;
    list-style: initial !important;
    margin-left: 20px;
}
.case_area section article .qa_block ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 0 0 10px 30px !important;
    clear: none !important;
}

.case_area section article ul li ul{
    list-style: initial !important;
    width: 100%;
    font-size: 15px;
    margin: 10px 0 20px 15px;
    clear: both;
}

.term_id17{
    display: none !important;
}

.case_area .case_tag{
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    margin:  20px 0 0 0;
    float: left;
    clear: both;
}
.case_area_top .case_tag{
    display: block;
    width: 100%;
    margin-top: 10px;
    float: left;
    clear: both;
}
.case_area_top .case_tag span{
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 120%;
    background-color: #666;
    padding: 3px 8px 4px 8px;
    margin: 0 4px 0 0;
    border-radius: 2px;
}
.case_area .case_tag span{
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 120%;
    background-color: #666;
    padding: 4px 8px 5px 8px;
    margin: 0 7px 3px 0;
    border-radius: 2px;
}

.aside_pickup{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    list-style: none !important;
    float: left;
    clear: both;
}
.aside_pickup li{
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    width: 100% !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    float: left;
}
.aside_pickup li a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px !important;
    transition: 0.3s;
}
.aside_pickup li a:hover{
    text-decoration: none;
    opacity: 0.3;
    transition: 0.2s;
}
.aside_pickup li p{
    text-align: justify;
    font-size: 12px;
    line-height: 160%;
}
.aside_pickup li p strong{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.aside_pickup li .thumbnail{
    display: flex;
    width: 75px;
    height: 75px;
    border: solid 1px #ccc;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px 0;
    float: left;
}
.aside_pickup li .thumbnail img{
    display: block;
    width: 80%;
    height: auto;
    float: left;
}
.aside_subtitle{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #666;
    padding: 7px 0;
    margin: 0 0 25px 0;
}
.wp-caption-text{
    text-align: initial !important;
    font-size: 12px !important;
    line-height: 150% !important;
    letter-spacing: 0 !important;
}

.case_nav{
    display: flex;
    width: 100%;
    padding: 30px 0 0 0 !important;
    margin: 50px 0 0 0;
    margin-left: 0 !important;
    border-top:solid 1px #999 !important;
    list-style: none !important;
    justify-content: space-between;
    float: left;
    clear: both;
}
.case_nav li{
    display: inline !important;
    width: 48%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    background-image:none !important;
}
.case_nav li a{
    display: block;
    color: #000;
    text-decoration: none !important;
    transition: 0.3s;
}
.case_nav li a:hover{
    opacity: 0.3;
    transition: 0.2s;
}
.case_nav li p{
    display: inline-block;
    font-size: 14px !important;
    line-height: 120% !important;
}
.case_nav li img{
    display: block;
    width: auto;
    max-width: 90%;
    height: auto;
    color: #000;
    text-decoration: none !important;
    object-fit: contain !important;
}
.prev_case{
    display: inline;
    float: left !important;
    clear: none !important;
}
.next_case{
    display: inline;
    float: right !important;
    clear: none !important;
}
.prev_case p{
    text-align: left !important;
    float: left;
    clear: none;
}
.next_case p{
    text-align: right !important;
    float: right;
    clear: none;
}
.prev_case .thumbnail{
    display: flex;
    width: 70px;
    height: 70px;
    margin: 0 10px 10px 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: solid 1px #999;
    float: left;
}
.next_case .thumbnail{
    display: flex;
    width: 70px;
    height: 70px;
    margin: 0 0 10px 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: solid 1px #999;
    float: right;
}


/*企業情報*/
.corporate_contents article{
    max-width: 950px;
}

.corporate_contents h2{
    color: #000 !important;
    font-size: 22px !important;
    border-left: solid 10px #2975D2;
    letter-spacing: 1px !important;
    padding: 0 0 4px 15px;
    margin-top: 50px;
    margin-bottom: 20px !important;
}

.corporate_contents h3{
    display: inline-block;
    width: calc(100% - 30px);
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 140% !important;
    font-weight: 700;
    letter-spacing: 1px !important;
    background-color: #2975D2;
    padding: 6px 15px 8px 15px;
    margin: 40px 0 20px 0;
    border-radius: 2px;
    float: left;
    clear: both;
}
.corporate_contents h3:first-child{
    margin: 0 0 25px 0 !important;
}
.corporate_contents h3 .small,
.corporate_contents h4 .small{
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.corporate_contents h4{
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #2975D1;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    border: 0;
    border-bottom: solid 2px #2975D1 !important;
    border-image: linear-gradient(to right, #2975D1, transparent) 1;
    padding: 0 0 5px 0;
    margin: 15px 0 15px 0 !important;
    float: left;
    clear: both;
}
.corporate_contents h4:first-child{
    margin: 0 0 25px 0 !important;
}
.corporate_contents p{
    line-height: 180%;
    letter-spacing: 0.5px;
}

.corporate_contents article a{
    color: #000;
}
.corporate_contents article a:hover{
    text-decoration: none;
}
.corporate_contents article ul{
    display: inline-block;
    width: 100%;
    list-style: initial !important;
    clear: both;
}
.corporate_contents article ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 0 0 10px 10px;
    clear: both;
}
.corporate_contents article .block{
    display: block;
    width: calc(100% - 100px);
    padding: 20px 50px 30px 50px;
}

.corporate_contents article .dl_bt a{
    display: block;
    position: relative !important;
    width: 100%;
    max-width: 500px;
    font-size: 14px !important;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 8px 0 8px 0 !important;
    margin: 20px auto 20px auto !important;
    background-color: #000;
    background-image: url(../images/arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 13px 13px;
    border-radius: 3px;
    transition: 0.3s;
}
.corporate_contents article .dl_bt a:hover{
    text-decoration: none;
    background-color: #2975D2;
    transition: 0.1s;
}

.corporate_contents article .dl_table{
    display: block;
    width: 100% !important;
    border-bottom:solid 1px #999;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.corporate_contents article .dl_table dl{
    display: table;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}
.corporate_contents article .dl_table dl dt{
    display: table-cell;
    width: 20% !important;
    line-height: 180%;
    padding: 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
}
.corporate_contents article .dl_table dl dd{
    display: table-cell;
    width: 80% !important;
    line-height: 180%;
    padding: 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
}
.corporate_contents article .dl_table dl dd ul{
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.corporate_contents article .dl_table dl dd ul li{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.corporate_contents article .block4{
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-between;
    padding: 0 !important;
    margin: 20px 0 50px 0 !important;
    float: left;
    clear: both;
}

.corporate_contents article .block4 li{
    display: block;
    list-style: none;
    width: 23%;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 0 20px 0;
    margin: 0;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.map_area{
    display: block;
    width: 100%;
    clear: both;
}
.map_area iframe,
.map_area object,
.map_area embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.map_area iframe:hover,
.map_area object:hover,
.map_area embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.corporate_contents article .access_table{
    display: block;
    width: calc(100% - 240px);
    border-bottom:solid 1px #999;
    margin: 10px 0 50px 0;
    float: right;
}
.corporate_contents article .access_table2{
    width: 100% !important;
}
.corporate_contents article .access_table dl{
    display: table;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}
.corporate_contents article .access_table dl dt{
    display: table-cell;
    width: 100px !important;
    line-height: 180%;
    padding: 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
}
.corporate_contents article .access_table dl dd{
    display: table-cell;
    width: calc(100% - 100px) !important;
    line-height: 180%;
    padding: 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
}

.corporate_contents article .office_image{
    display: block;
    width: 200px;
    height: auto;
    margin: 8px 0 50px 0;
    float: left;
}
.corporate_contents article em{
    display: block;
    width: 100%;
    font-style: normal;
    font-size: 12px !important;
    line-height: 140%;
    float: left;
    clear: both;
}
.corporate_contents article .kanren{
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 20px 0 50px 0 !important;
    float: left;
    clear: both;
}

.corporate_contents article .kanren li{
    display: block;
    list-style: none;
    width: 31%;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 0 20px 0;
    margin: 0 0 25px 0;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.corporate_contents article .kanren li strong{
    display: block;
    font-size: 16px;
    clear: both;
}
.corporate_contents article .kanren li img{
    display: block;
    width: calc(90% - 8px);
    margin: 15px 5% 15px 5%;
    border-radius: 3px;
    border: solid 4px #fff;
}
.business_partner {
    display: flex !important;
    min-width: 100% !important;
    justify-content: space-between;
}

.business_partner ul li {
    font-size: 13px !important;
}

.business_partner ul li:nth-child(1),
.business_partner ul li:nth-child(2){
    padding-right: 20px !important;
}

.kifu_block{
    display: flex;
    width: 100%;
    padding: 0 !important;
    margin: 30px 0 30px 0;
    justify-content: space-between;
    float: left;
    clear: both;
}
.kifu_block .block{
    display: block;
    width: 48%;
    padding: 0 !important;
    text-align: center;
}
.kifu_block .block img{
    display: block;
    width: 40% !important;
    border: solid 1px #999;
    margin: 15px auto;
}

.staff_block{
    display: flex;
    width: 100%;
    padding: 0 !important;
    margin: 30px 0 30px 0;
    justify-content: space-between;
    float: left;
    clear: both;
}
.staff_block .block{
    display: block;
    width: 32%;
    padding: 0 !important;
    text-align: center;
}
.staff_block .block img{
    display: block;
    width: 80%;
    margin: 15px auto;
}

.staff_block .block ul{
    display: inline-block;
    width: 200px;
    margin: 20px auto 0 auto;
}
.staff_block .block ul li{
    text-align: left !important;
}

.corporate_contents article .dl_table h3{
    display: block;
    width: 100% !important;
    color: #000 !important;
    padding: 3px 0 5px 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
    float: left;
    clear: both !important;
}
.corporate_contents article .dl_table small,
.corporate_contents article h2 small{
    font-size: 12px !important;
    font-weight: normal !important;
}

.corporate_contents article .col3{
    display: flex;
    width: 100% !important;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    list-style: none !important;
    float: left !important;
}

.corporate_contents article .col3 ul{
    display: block;
    width: 33.33% !important;
    padding: 0;
    margin: 0;
    list-style: none !important;
    float: left !important;
}
.corporate_contents article .col3 ul li{
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none !important;
}

.tel_link{
    pointer-events: none;
    text-decoration: none;
    color:#2975D2 !important;
}

.ol_list{
    display: block;
    width: 100%;
    list-style: initial !important;
    padding: 0 0 0 0;
    margin: 0 0 30px 50px;
}
.ol_list li{
    list-style: initial !important;
    list-style-type:decimal !important;
    margin: 0 0 10px 0;
}
.ol_list strong{
    font-weight: 500;
}

.hilosophy_h3{
    font-family: "Noto Serif JP", serif !important;
    color: #000 !important;
    font-size: 25px !important;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0.5px !important;
    font-weight: normal !important;
    padding: 30px 20px !important;
    margin: 20px 0 30px 0 !important;
    background-color: #f5f5f5 !important;
}
.philosophy_area .slogan{
    font-size: 19px !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}
.philosophy_area .slogan span{
    font-size: 14px !important;
    color: #666 !important;
}
.philosophy_area ul{
    margin-left: 25px !important;
}
.philosophy_area ul li{
    font-size: 18px !important;
    line-height: 150% !important;
    margin-bottom: 8px;
}
.philosophy_area ul li span{
    font-size: 14px;
    color: #666 !important;
}
.philosophy_area ul li strong{
    font-weight: normal !important;
    color: #2874D0 !important;
}


.history_area article h3{
    color: #000 !important;
    font-weight: normal;
    background-color: #ebebeb;
    margin: 50px 0 5px 0 !important;
}
.history_area article h3:first-child{
    color: #000 !important;
    font-weight: normal;
    background-color: #ebebeb;
    margin: 0 0 5px 0 !important;
}
.history_area article dl{
    display: table;
    width: 100%;
    font-size: 15px;
    margin: 0 0 0 0;
    border-bottom: solid 1px #ccc;
    float: left;
    clear: both;
}
.history_area article dl dt{
    display: table-cell;
    width: 100px !important;
    line-height: 180%;
    padding: 15px 10px !important;
    margin: 0 !important;
    vertical-align: middle;
    float: left;
}
.history_area article dl dd{
    display: table-cell;
    width: calc(100% - 140px) !important;
    line-height: 180%;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    padding: 15px 10px  !important;
    margin: 0 !important;
    vertical-align: middle;
    float: left;
}

.sdgs_block{
    display: block;
    width: calc(100% - 50px);
    padding: 20px 25px;
    margin-bottom: 50px;
    float: left;
    clear: both;
}

.sdgs03{
    background-color:#EDF7F2;
}
.sdgs08{
    background-color:#F7E6EB;
}
.sdgs05{
    background-color:#FFEBEA;
}
.sdgs10{
    background-color:#F9EBF1;
}
.sdgs16{
    background-color:#DBEFFF;
}
.sdgs09{
    background-color:#FFEEE8;
}
.sdgs17{
    background-color:#DAE9FB;
}

/*各種資料ダウンロード*/
.download_block{
    display: flex;
    width: 100% !important;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap:wrap;
    list-style: none !important;
    float: left !important;
}
.download_block li{
    display: block;
    width: calc(32% - 18px) !important;
    text-align: center;
    padding: 8px 8px 15px 8px;
    margin: 0 0 30px 0;
    border: solid 1px #ccc;
    list-style: none !important;
    float: left !important;
}
.download_block li a{
    text-decoration: none;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    transition: 0.3s;
}
.download_block li a:hover,
.download_block li a:hover>img{
    text-decoration: none;
    opacity: 0.5;
    transition: 0.2s;
}
.download_block li img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 160px !important;
    margin: 0 auto 10px auto !important;
    transition: 0.2s;
}
.download_block_blank{
    border: none !important;
}



.knowledge_4th article .blockquote_block,
.service_contents2 article .blockquote_block,
.case_area article .blockquote_block,
.info_contents article .blockquote_block{
    display: inline-block;
    width: calc(100% - 116px);
    padding: 30px 30px 30px 80px;
    margin: 20px 0 50px 0;
    background-color:#eee;
    border: solid 3px #ccc;
    background-image: url("../images/quotation.svg");
    background-position: 20px 24px;
    background-size: 26px auto;
    background-repeat: no-repeat;
    border-radius: 4px;
    float: left;
    clear: both;
}
.knowledge_4th article .blockquote_block p,
.service_contents2 article .blockquote_block p,
.case_area article .blockquote_block p,
.info_contents article .blockquote_block p{
    font-size: 15px;
    line-height: 180%;
    margin: 0 0 10px 0 !important;
}

.blockquote_gr{
    display: block;
    width: calc(100% - 50px);
    font-size: 13px !important;
    padding: 10px 25px;
    margin: 0 0 20px 0 !important;
    background-color: #f5f5f5;
    float: left;
    clear: both;
}
.blockquote_gr p{
    font-size: 13px !important;
}

.blockquote_bl{
    display: block;
    width: calc(100% - 50px);
    font-size: 13px !important;
    padding: 10px 25px;
    margin: 0 0 20px 0 !important;
    background-color: #EDF3FF;
    float: left;
    clear: both;
}
.blockquote_bl p{
    font-size: 15px !important;
}


.knowledge_4th article ol{
    display: inline;
    list-style: initial !important;
    list-style-type:decimal !important;
    margin-left: 30px !important;
}
.knowledge_4th article ol li{
    list-style: initial !important;
    list-style-type:decimal !important;
    font-size: 15px;
    margin: 0 0 10px 30px;
    clear: both;
}
.knowledge_4th article ul{
    display: inline;
    list-style: initial !important;
    margin-left: 30px !important;
}
.knowledge_4th article ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 5px 0 10px 30px;
    clear: both;
}
.knowledge_4th article ul li ul{
    list-style: initial !important;
}
.knowledge_4th article ul li ul li{
    list-style: initial !important;
    font-size: 15px;
    padding: 0 !important;
    margin: 5px 0 10px 30px !important;
    list-style: circle !important;
}
.knowledge_4th h4{
    margin: 25px 0 5px 0 !important;
}

.knowledge_4th .table01{
	display:table;
	width:100%;
	font-weight:normal;
    letter-spacing: 0.5px;
	margin:10px 0 30px 0 !important;
    border-collapse:  collapse;
    border-color: #ccc !important;
    float: left;
    clear: both;
}
.knowledge_4th article a{
	color: #000;
}

.knowledge_4th article h5{
    display: block;
    width: calc(100% - 6px);
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    padding: 5px 3px 8px 3px;
    margin: 20px 0 5px 0 !important;
    float: left;
    clear: both;
}

.ad_list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
    list-style: none;
    float: left;
    clear: both;
}
.ad_list li{
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    width: calc(31.5% - 20px) !important;
    font-size: 14px;
    line-height: 170%;
    padding: 10px;
    margin-bottom: 50px;
    border: solid 1px #ccc;
    float: left;
}
.ad_list li a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px !important;
    transition: 0.3s;
}
.ad_list li a:hover{
    text-decoration: none;
    opacity: 0.3;
    transition: 0.2s;
}

.ad_list li img{
    display: flex;
    aspect-ratio: 5 / 3 !important;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    object-fit: cover !important;
}
/*safari*/
_::-webkit-full-page-media, _:future, :root .ad_list li img {
	height: 200px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .ad_list li img {
		height: 200px;
	}
}

/*お知らせ*/
.info_contents{
    margin-bottom: 100px !important;
    /*word-break: break-all;*/
}
.info_contents article{
    max-width: 950px;
}

.info_contents article a{
    color: #000;
}
.info_contents article a:hover{
    text-decoration: none;
}


.to_info_list a{
    display: inline-block;
    text-decoration: none;
    text-align: right;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0 18px 0 0;;
    margin: 0 auto 50px auto;
    background-image: url(../images/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px 13px;
    float: right;
    clear: both;
}
.to_info_list a:hover{
    color: #999;
}

.top_info_list_area h4{
    margin: 15px 0 25px 0 !important;
}

.info_contents h2{
    display: block;
    width: calc(100% - 25px);
    color: #000 !important;
    font-size: 24px !important;
    border-left: solid 10px #4E7EB9;
    letter-spacing: 1px !important;
    padding: 0 0 4px 15px;
    margin-top: 50px;
    margin-bottom: 20px !important;
    float: left;
    clear: both;
}
.info_contents h2:first-child{
    margin-top: 0 !important;
}

/*. info_contents h2:first-letter{
}*/

.info_contents h3{
    display: inline-block;
    width: calc(100% - 30px);
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 20px !important;
    line-height: 140% !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    /*background-color: #2975D2;*/
    background-color: #CADBF0;
    padding: 10px 15px 12px 15px;
    margin: 40px 0 20px 0;
    border-radius: 2px;
    float: left;
    clear: both;
}
.info_contents h3:first-child{
    margin: 0 0 25px 0 !important;
}
.info_contents h3 .small,
.info_contents h4 .small{
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.info_contents h4{
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #2975D1;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    border: 0;
    border-bottom: solid 2px #2975D1 !important;
    border-image: linear-gradient(to right, #2975D1, transparent) 1;
    padding: 0 0 5px 0;
    margin: 25px 0 5px 0 !important;
    float: left;
    clear: both;
}
.info_contents h4:first-child{
    margin: 0 0 5px 0 !important;
}

.info_contents article h5{
    display: block;
    width: calc(100% - 6px);
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    padding: 5px 3px 8px 3px;
    margin: 20px 0 5px 0 !important;
    float: left;
    clear: both;
}
.info_contents p{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    float: left;
}

.info_contents article .dl_table{
    display: block;
    width: 100%;
    border-bottom:solid 1px #999;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.info_contents article .dl_table dl{
    display: table;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}
.info_contents article .dl_table dl dt{
    display: table-cell;
    width: calc(30% - 20px) !important;
    line-height: 180%;
    padding: 20px 20px 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
    clear: left;
}
.info_contents article .dl_table dl dd{
    display: table-cell;
    width: 68% !important;
    line-height: 180%;
    padding: 20px 0 !important;
    margin: 0 0 0 0;
    border-top:solid 1px #999;
    vertical-align: middle;
    float: left;
}
.info_contents article .dl_table dl dd ul{
    padding: 0;
    margin: 0;
}
.info_contents article .dl_table dl dd ul li{
    padding: 0;
    margin: 0;
}

.info_contents article .dl_table2 dl dt{
    width: calc(20% - 20px) !important;
}
.info_contents article .dl_table2 dl dd{
    width: 78% !important;
}


.info_contents .block_area{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.info_contents .block_area .block{
    display: inline-block;
    width: calc(32% - 52px);
    text-align: justify;
    font-size: 14px !important;
    line-height: 170%;
    padding: 25px 25px 30px 25px;
    margin: 0 0 0 0;
    background-color: #fff;
    border: solid 1px #b4b4b4;
}

.info_contents .block_area2{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.info_contents .block_area2 .block{
    display: inline-block;
    width: calc(100% - 52px);
    text-align: justify;
    font-size: 14px !important;
    line-height: 170%;
    padding: 25px 25px 30px 25px;
    margin: 0 0 25px 0;
    background-color: #fff !important;
    border: solid 1px #b4b4b4;
}
.info_contents .block_area2 .block p{
    font-size: 14px !important;
    line-height: 170%;
}
.info_contents .block_area2 .block strong{
    display: block;
    width: 100%;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 140%;
    color:#a5814c;
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
}


.info_contents .dl_bt a{
    display: block;
    position: relative !important;
    width: 400px;
    font-size: 15px !important;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 4px 0 6px 0 !important;
    margin: 30px auto !important;
    background-color: #000;
    background-image: url(../images/arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 380px center;
    background-size: 13px 13px;
    border-radius: 3px;
    transition: 0.3s;
}
.info_contents .dl_bt a:hover{
    text-decoration: none;
    background-color: #2975D2;
    transition: 0.1s;
}

.info_contents blockquote{
    display: inline-block;
    width: calc(100% - 60px);
    padding: 20px 30px 20px 30px;
    margin: 30px 0 50px 0;
    background-color:#f5f5f5;
    float: left;
    clear: both;
}

.button{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    line-height: 135%;
    color: #2975D2 !important;
    border: solid 3px #2975D2;
    border-radius: 40px;
    padding: 10px 25px 12px 25px !important;
    margin: 20px auto 40px auto;
    transition: 0.2s;
}
.button:hover{
    background-color: #CBE2FF;
    transition: 0.2s;
}

.info_contents .liststyle{
    display: inline-block;
    width: 96%;
    list-style: initial !important;
	margin-left: 25px !important;
    float: left;
    clear: both;
}
.info_contents .liststyle li{
    list-style: initial !important;
    font-size: 15px;
	padding-left: 0 !important;
    margin: 0 0 10px 0 !important;
    clear: none !important;
}

.info_contents .liststyle li ul{
    list-style: initial !important;
    width: 100%;
    font-size: 15px;
    margin: 20px 0 20px 0;
    clear: both;
}
.info_contents .caution{
    font-size: 12px !important;
    padding: 5px 0 10px 0;
}

.float-right{
    display: inline-block;
    float: right !important;
    clear: left !important;
}

.w-100{
    display: block;
    width: 100px !important;
    height: auto;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	font-size:12px;
	margin:50px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #999999;
	text-decoration: none;
	border:solid 1px #999999;
	padding:0 5px 3px 5px;
	margin:0 2px;
    border-radius: 3px;
}
.pager .current{
	border:solid 1px #999999;
	background:#999999;
	color:#fff;
}
.pager a{
	color:#000;
}

/*フォーム*/
.form_area,
.mw_wp_form_confirm .form_area,
.mw_wp_form_preview .form_area{
	display: block;
	width: 100% !important;
    max-width: 800px;
    height: auto;
	margin:30px auto 100px auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
	clear: both;
}

.form_area label{
	display: block;
	width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal !important;
	padding:  0;
    margin: 30px 0 0 0 !important;
	text-align: left;
    clear: both;
}
.required{
    display: inline-block !important;
    font-size: 12px !important;
    color: #FF0004 !important;
    margin: 0 5px !important;
    vertical-align: top !important;
}

.form_area input,
.mw_wp_form_confirm input,
.mw_wp_form_preview input{
    display: inline-block;
	width: calc(100% - 42px) !important;
	padding: 12px 20px !important;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #999;
	background-color: #F9F7F8;
}
.name_area,
.mw_wp_form_confirm .name_area,
.mw_wp_form_preview .name_area{
    display: block !important;
    width: calc(30% - 42px) !important;
    margin-right: 15px;
    float: left;
}

.form_area textarea,
.mw_wp_form_confirm textarea,
.mw_wp_form_preview textarea{
	display: inline-block;
    width: calc(100% - 42px) !important;
	height: 300px;
	padding: 12px 20px !important;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #999;
	background-color: #F9F7F8;
}

.form_area th,
.mw_wp_form_confirm .form_area th,
.mw_wp_form_preview .form_area th{
    display: block;
    width: 100% !important;
	text-align: left;
    font-weight: 500;
    padding: 0 0 5px 0;
    float: left;
    clear: both;
}

.form_area td,
.mw_wp_form_confirm .form_area td{
	display: block;
    width: 100% !important;
	text-align: left;
    /*margin-bottom: 30px;*/
    float: left;
    clear: both;
}
.form_area_block td{
	display: block;
    width: 100% !important;
	text-align: left;
    margin-bottom: 30px !important;
    float: left;
    clear: both;
}
.mw_wp_form_preview .form_area td{
	display: inline-block;
	width: calc(100% - 42px) !important;
    min-height: 25px;
	padding: 12px 20px !important;
	font-size:15px;
	line-height: 150%;
	/*margin: 10px 0 30px 0;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #999;
	background-color: #F9F7F8;
}
.mw_wp_form_preview .form_area td .form_caution{
    display: none !important;
}
.form_caution{
    font-size: 13px !important;
    font-weight: normal !important;
    margin-left: 5px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
    color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
    color: #999;
}
input::placeholder,
textarea::placeholder{
  color: #999 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color: #999 !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color: #999 !important;
}

#submit-button input[type="submit"] {
	display: block;
	width: 250px !important;
	font-size: 16px;
	padding: 15px 0;
    margin: 0 30px 100px 0;
	background-color: #888;
	color: #fff;
	cursor: pointer;
	border-style: none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    transition: 0.2s;
    float: left;
}
#submit-button input[type="submit"]:hover{
	background-color: #ccc;
    transition: 0.2s;
}
#submit-button input[type="submit"]:active{
	background-color: #FFCC00;
    transition: 0.0s;
}

.form_area input[type="submit"] {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
    width: 60%;
	max-width: 450px !important;
	font-size: 16px;
	padding: 25px 0 !important;
    margin: 60px 30px 100px 0;
	background-color: #888;
	color: #fff;
	cursor: pointer;
	border-style: none;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    transition: 0.2s;
    float: left;
}
.form_area input[type="submit"]:hover{
	background-color: #ccc;
    transition: 0.2s;
}
.form_area input[type="submit"]:active{
	background-color: #FFCC00;
    transition: 0.0s;
}


input:focus,textarea:focus,select:focus {
    outline:none !important;
}

.form_area select{
  /* styling */
  width: 100%;
  background-color: white;
  border:  solid 1px #999;
  border-radius: 4px;
  display: inline-block;
  font-size:15px !important;
  color: #3c3c3c;
  line-height: 1.5em;
  background-color: #F9F7F8;
  padding: 15px 60px 15px 20px;
  margin: 10px 0 15px 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px !important;
  /* background-image: none; */
  background-size: 30px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.form_area input[type="radio"],
.form_area input[type="checkbox"]{
  position: relative;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #000;
  padding: 0 !important;
  margin: 3px !important;
  font-weight: normal !important;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form_area input[type="radio"]:checked:before,
.form_area input[type="checkbox"]:checked:before{
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px !important;
  height: 8px !important;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.form_area label {
  font-size:18px;
  font-weight: 700 !important;
  padding-bottom: 5px !important;
}
.form_area .hs-form-radio{
    margin-top: -10px !important;
}
.form_area .hs-form-radio:fast-child{
    margin-bottom: 30px !important;
}
.form_area .hs-form-radio:last-child{
    margin-bottom: 30px !important;
}
.form_area .hs-form-radio-display,
.form_area .hs-form-checkbox-display{
    font-size:15px;
    font-weight: normal !important;
}

.info_contents article .form_area ul.inputs-list,
.info_contents article .form_area ul.inputs-list li,
.info_contents article .form_area ul.inputs-list li::marker {
  list-style-type: none !important;
  list-style: none !important;
}

.hbspt-form{
    width: 100%;
}

.form_area fieldset{
    max-width: 100% !important;
}
.hs-error-msg,
.hs-error-msgs{
    display: block;
    width: 100%;
    font-weight: normal !important;
    color: #FF0004 !important;
    font-size: 15px !important;
    float: left;
    clear: both;
}

.agree-check{
    display: ;
    width: 100%;
    font-size: 14px;
    margin: 50px 0;
    float: left;
    clear: both !important;
}

.reception{
    display: block;
    width: 90px;
    font-size: 12px !important;
    line-height: 12px;
    text-align: center;
    font-weight: bold;
    padding: 4px 0 !important;
    margin: 0 0 10px 0 !important;
    background-color: #FFE27A;
    border-radius: 2px;
    float: left;
    clear: both !important;
}
.reception2{
    display: block;
    width: 90px;
    line-height: 12px;
    font-size: 12px !important;
    text-align: center;
    font-weight: normal !important;
    padding: 4px 0 !important;
    margin: 0 0 10px 0 !important;
    background-color: #ddd;
    border-radius: 2px;
    float: left;
    clear: both !important;
}
.reception_text{
    display: inline-block;
    width: 100%;
    float: left;
}


.seminar_thumbnail{
    display: flex;
    aspect-ratio: 5 / 3 !important;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root .seminar_thumbnail {
	height: 170px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .seminar_thumbnail {
		height: 170px;
	}
}
.seminar_thumbnail img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain !important;
}


@media screen and  (max-width:1140px) {
    .block_area_naisei .block{
        display: block !important;
        width: 100% !important;
        float: left;
        clear: both;
    }
    .service_contents2 .block_area_flow .block{
        display: block;
        width: calc(100% - 30px) !important;
        background-color: #eee !important;
        color: #000;
        padding: 15px 15px 15px 15px;
        margin: 20px 0;
        border:none !important;
        float: left;
        clear: both;
    }
}


.info_contents article ol,
.form_area_block ol{
    display: inline;
    list-style: initial !important;
    list-style-type:decimal !important;
    margin-left: 30px !important;
}
.info_contents article ol li,
.form_area_block ol li{
    list-style: initial !important;
    list-style-type:decimal !important;
    font-size: 15px;
    margin: 0 0 10px 30px;
    clear: both;
}
.info_contents article ul{
    display: inline;
    list-style: initial !important;
    margin-left: 30px !important;
}
.form_area_block ul{
    display: inline-block;
    list-style: initial !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}
.info_contents article ul li,
.form_area_block ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 5px 0 10px 30px;
    clear: both;
}
.info_contents article ul li ul{
    list-style: initial !important;
}
.info_contents article ul li ul li{
    list-style: initial !important;
    font-size: 15px;
    padding: 0 !important;
    margin: 5px 0 10px 30px !important;
    list-style: circle !important;
}
.info_contents h4{
    margin: 25px 0 5px 0 !important;
}

.info_contents .table01{
	display:table;
	width:100%;
	font-weight:normal;
    letter-spacing: 0.5px;
	margin:10px 0 30px 0 !important;
    border-collapse:  collapse;
    border-color: #ccc !important;
    float: left;
    clear: both;
}
.info_contents article a{
	color: #000;
}

.info_contents article h5{
    display: block;
    width: calc(100% - 6px);
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 17px !important;
    line-height: 140% !important;
    font-weight: 600 !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px !important;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    padding: 5px 3px 8px 3px;
    margin: 20px 0 5px 0 !important;
    float: left;
    clear: both;
}

.form_area_block blockquote p{
    font-size: 13px !important;
    line-height: 180%;
    margin: 0 0 20px 0 !important;
}
.form_area_block blockquote li{
    font-size: 13px !important;
}

.block_area_counseling {
    margin: 50px 0 !important;
    float: left;
    clear: both;
}
.block_area_counseling .block{
    background-color: #f5f5f5 !important;
}

.contact_form_hub{
    display: block;
    width: 100% !important;
    list-style: none;
    margin: 0 0 100px 0;
    padding: 0;
    float: left;
    clear: both;
}
.contact_form_hub li{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.contact_form_hub li a{
    display: block;
    text-decoration: none;
    width: calc(100% - 60px);
    text-align: left;
    font-size: 18px;
    padding: 25px 40px 27px 20px ;
    margin-bottom: 20px;
    background-color: #EEF3FF;
    border-radius: 4px;
    background-image: url(../images/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-position: right+10px center;
    background-size: 20px 20px;
    transition: 0.2s;
}
.contact_form_hub li a:hover{
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #6BA5ED;
    transition: 0.1s;
}

/*AWS 請求代行 子ページ*/
.service_contents2 article .col3{
    display: flex;
    width: 100% !important;
    padding: 0;
    margin: 0 0 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none !important;
    float: left !important;
}
.service_contents2 article .col3 .block{
    display: block;
    width: 32% !important;
    margin-bottom: 50px;
}

.service_contents2 article .col2{
    display: flex;
    width: 100% !important;
    padding: 0;
    margin: 0 0 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none !important;
    float: left !important;
}
.service_contents2 article .col2 .block{
    display: block;
    width: calc(48% - 50px) !important;
    padding: 10px 25px;
    margin-bottom: 50px;
}
.service_contents2 article .col2 .block p,
.service_contents2 article .col2gr .block p{
    font-size: 15px;
    line-height: 180%;
}
.service_contents2 article .col2gr{
    display: flex;
    width: 100% !important;
    padding: 0;
    margin: 0 0 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none !important;
    float: left !important;
}
.service_contents2 article .col2gr .block{
    display: block;
    width: calc(48% - 50px) !important;
    background-color: #f5f5f5;
    padding:10px  25px;
    margin-bottom: 50px;
}

.service_contents2 article .table_center{
    text-align: center;
    font-size: 90%;
}
.service_contents2 article .cell_bl{
    background-color:#0062B1;
    color:#fff !important;
}

.gaiyo_block_area p strong{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0 !important;
    margin: 0 !important;
    background-color: #ddd;
}
gaiyo_block_area ul{
    display: inline-block;
    width: 100%;    
}


.service_contents2 article .block_col2{
    display: flex;
    width: 100% !important;
    padding: 0;
    margin: 0 0 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none !important;
    float: left !important;
}
.service_contents2 article .block_col2 .block{
    display: block;
    width: calc(48% - 50px) !important;
    padding: 10px 25px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.service_contents2 article .block_col2 .block strong,
.service_contents2 article .block_col2 .block p strong{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 10px !important;
    float: left;
    clear: both;
}

.service_contents2 article .block_col2 .block img{
    display: block;
    width: 70% !important;
    max-width: 100px !important;
    height: auto;
    margin: 10px auto 10px auto;
}

.service_contents2 article .block_col3{
    display: flex;
    width: 100% !important;
    padding: 0;
    margin: 0 0 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none !important;
    float: left !important;
}
.service_contents2 article .block_col3 .block{
    display: block;
    width: calc(32% - 50px) !important;
    padding: 10px 25px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.service_contents2 article .block_col2 .block_wide,
.service_contents2 article .block_col3 .block_wide{
    display: block;
    width: calc(100% - 50px) !important;
    padding: 10px 25px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.service_contents2 article .block_col3 .block strong,
.service_contents2 article .block_col3 .block p strong,
.service_contents2 article .block_col3 .block_wide strong,
.service_contents2 article .block_col3 .block_wide p strong,
.service_contents2 article .block_col2 .block_wide strong,
.service_contents2 article .block_col2 .block_wide p strong{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 10px !important;
    float: left;
    clear: both;
}
.service_contents2 article .block_col2 .block ul,
.service_contents2 article .block_col3 .block ul,
.service_contents2 article .block_col2 .block_wide ul,
.service_contents2 article .block_col3 .block_wide ul{
    display: inline;
    list-style: initial !important;
    margin-top: -10px;
    float: left;
    clear: none;
}
.service_contents2 article .block_col2 .block li,
.service_contents2 article .block_col3 .block li,
.service_contents2 article .block_col2 .block_wide li,
.service_contents2 article .block_col3 .block_wide li{
    list-style: initial !important;
    font-size: 15px;
    margin: 0 0 10px 0;
    clear: both;
}


.ul_left{
    display: inline;
    width: 100%;
    list-style: initial !important;
    float: left;
    clear: none;
}
.ul_left li{
    list-style: initial !important;
    font-size: 15px;
    margin: 0 0 10px 0;
    clear: both;
}


.itm_logo{
    display: inline-block;
    position: absolute;
    width: 90px !important;
    height: auto;
    padding: 20px;
    background-color: #f4f4f4;
    margin: 20px 0 0 0;
}
.itm_lead{
    display: inline-block;
    width: calc(100% - 160px) !important;
    min-height: 170px;
    float: right !important;
    clear: none !important;
}

#caption-attachment-4530{
    width: 100% !important;
    text-align: initial !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    float: left;
    clear: both;
}

.question{
    color: #2A74D2;
    font-size: 20px;
    font-weight: 700 !important;
    margin-right: 5px;
}
.answer{
    color: #FF0004;
    font-size: 20px;
    font-weight: 700 !important;
    margin-left: 17px;
    margin-right: 5px;
}

/*導入実例タグ*/
.service_contents2 article .case_tag{
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    margin:  20px 0 10px 0;
    float: left;
    clear: both;
}
.service_contents2 article .case_tag{
    display: block;
    width: 100%;
    margin-top: 10px;
    float: left;
    clear: both;
}
.service_contents2 article .case_tag span{
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 120%;
    background-color: #666;
    padding: 4px 8px 5px 8px;
    margin: 0 7px 3px 0;
    border-radius: 2px;
}
.service_contents2 article .case_tag2 span{
    background-color: #DA7E18 !important;
}

.block_kadai{
    display: block;
    width: calc(100% - 40px) !important;
    padding: 0 20px 0 20px !important;
    margin: 20px 0 20px 0 !important;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    float: left;
    clear: both;
}
.jisseki_point{
    display: block;
    width: calc(100% - 100px) !important;
    padding: 20px 20px 20px 20px !important;
    margin: 20px 0 60px 0 !important;
    background-color: #f5f5f5;
    list-style: none;
    float: left;
    clear: both;
}
.jisseki_point li{
    display: block;
    width: calc(100% - 20px);
    padding: 10px !important;
    margin: 5px 0 !important;
    background-color: #fff;
    list-style: none !important;
    float: left;
    clear: both;
}

.jisseki_lead{
    display: block;
    width: 60%;
    float: left;
}
.block_schedule{
    display: block;
    width: calc(35% - 20px);
    text-align: center !important;
    background-color: #DDEBFB;
    padding: 25px 10px;
    margin: 10px 0 ;
    float: right;
}
.block_schedule h3{
    display: inline-block !important;
    height: 16px;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 140% !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}
.block_schedule p{
    display: inline-block !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 140% !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}
.block_schedule strong{
    display: block !important;
    width: 100%;
    font-size: 16px;
    margin: 5px 0 10px 0;
    float: left;
    clear: both;
}
.block_schedule span{
    display: block !important;
    width: 100%;
    font-size:12px !important;
    float: left;
    clear: both;
}

/*パートナーソリューション*/
#partner_list{
    display: block;
    width: calc(100% - 55px);
    height: 300px;
    padding: 30px 30px 30px 25px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#partner_list li{
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 7px 0;
    border-bottom: solid 1px #ebebeb;
    float: left;
    clear: both;
}

/*プロフェッショナル紹介*/
.pro_banner01 a{
    display: block;
    transition: 0.2s;
}
.pro_banner01 a:hover{
    opacity: 0.5;
    transition: 0.2s;
}

.pro_block_area{
    display: block;
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
    float: left;
    clear: both;
}
.pro_block_area .block{
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 50px !important;
    float: left;
    clear: both;
}
.pro_block_area .block img{
    display: block;
    width: 350px;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}
.pro_block_area .block p{
    display: block;
    width: calc(100% - 450px);
    height: auto;
    font-size: 16px;
    line-height: 180%;
    font-weight: bold;
    margin: 0 0 0 30px;
    float: left;
}
.pro_block_area .block p strong a{
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 30px;
    line-height: 180%;
    font-family: "Noto Serif JP", serif;
    color: #a5814c !important;
    font-weight: normal;
    margin: 0 0 10px 0 !important;
    float: left;
}

.aws_history_area{
    margin-bottom: 50px !important;
}
.aws_history_area dt span{
    display: inline-block !important;
    float: right;
}

.nintei_block_area .block .icon{
    display: inline;
    width: 80px !important;
    height: auto;
    margin: 0 10px 0 20px;
}
.nintei_block_area .block2 .icon{
    display: inline;
    width: 80px !important;
    height: auto;
    margin: 0 10px 0 0;
}
.nintei_block_area .block .icon_large{
    display: inline;
    width: 120px !important;
    height: auto;
    margin: 0 -10px 0 0;
}
.nintei_block_area .icon_blank{
    display: inline-block;
    width: 16px !important;
    height: auto;
    margin-left: 6px;
    margin-bottom: 2px !important;
    vertical-align: middle !important;
}
.nintei_block_area .block{
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    float: left;
    clear: both;
}
.nintei_block_area .block:last-child{
    border-bottom: none !important;
    padding-bottom: 50px !important;
}
.nintei_block_area .block p{
    display: inline-block;
    width: calc(100% - 150px);
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 15px;
    float: right;
    clear: both;
}
.nintei_block_area .block p strong{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

.nintei_block_area .block2_area{
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 50px;
    float: left;
    clear: both;
}
.nintei_block_area .block2{
    display: inline-block;
    width: calc(100% - 100px);
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    float: right;
    clear: both;
}
.nintei_block_area .block2 strong{
    font-size: 14px !important;
}
.nintei_block_area .block2:last-child{
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.nintei_block_area .category{
    color: #000;
    font-size: 15px !important;
    font-style: normal !important;
}
.nintei_block_area .category strong{
    color: #000 !important;
}
.nintei_block_area .block2_area p{
    display: inline-block;
    width: calc(100% - 100px);
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 15px;
    font-style: italic;
    letter-spacing: 0.5px !important;
    float: right;
    clear: both;
}
.nintei_block_area .block2_area p strong{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600 !important;
    margin-bottom: 5px;
    float: left;
    clear: both;
}


.aws_nintei_block_area{
    display: flex;
    width: 97% !important;
    height: auto;
    margin: 10px 1.5%;
    justify-content: space-between;
    flex-wrap: wrap !important;
    float: left;
    clear: both;
}
.aws_nintei_block_area .icon_block .icon{
    display: block;
    width: 80px !important;
    height: auto;
    margin: 0 auto 10px auto !important;
}
.aws_nintei_block_area .icon_block{
    display: inline-block;
    width: 48.5% !important;
    text-align: center !important;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    float: none !important;
}
.aws_nintei_block_area .icon_block p{
    display: inline-block;
    width: 100%;
    font-size: 11px !important;
    line-height: 170%;
    letter-spacing: 0 !important;
    float: left;
    clear: both;
}
.aws_nintei_block_area .icon_block p strong{
    display: block;
    width: calc(100% - 20px);
    color: #000;
    font-size: 10px !important;
    line-height: 140%;
    padding: 6px 10px;
    margin: 0;
    background-color: #ebebeb;
    float: left;
    clear: both;
}


/*サービス一覧*/
.service_lineup_area{
    display: flex !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    float: left;
    clear: both;
}
.service_lineup_area .block{
    display: block !important;
    width: calc(48.5% - 2px) !important;
    max-width: calc(48.5% - 2px) !important;
    text-align: center;
    padding: 25px 0  25px 0;
    margin-bottom: 20px;
    border: solid 1px #999;
}
.service_lineup_area .block a{
    display: block !important;
    width: calc(100% - 60px);
    height: 100%;
    background-image: url("../images/arrow_right_blue.svg") !important;
    background-position: center right+5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding: 0 30px;
    transition: 0.2s;
}
.service_lineup_area .block2{
    display: block !important;
    width: calc(48.5% - 62px) !important;
    text-align: center;
    padding: 25px 30px  25px 30px;
    margin-bottom: 20px;
    border: solid 1px #999;
}
.service_lineup_area .block a:hover p,
.service_lineup_area .block2 a:hover p{
   color: #2975D1;
   transition: 0.2s;
   opacity: 0.5;
}

.service_lineup_area .block p,
.service_lineup_area .block2 p{
    font-size: 13px;
    margin-bottom: 0 !important;
}

.service_lineup_area .block p strong,
.service_lineup_area .block2 p strong{
    display: block;
    width: 100%;
    font-size: 15px !important;
    line-height: 140% !important;
    text-align: center !important;
    margin-bottom: 10px;
}
.service_lineup_area .block img,
.service_lineup_area .block2 img{
    margin: 0 auto 10px auto!important;
    float: none !important;
}
.service_lineup_area2 .block img{
    width: 70% !important;
}
.service_lineup_area .block2 img{
    width: 70% !important;
    max-width: 150px !important;
}


.service_lineup_area_3column,
.service_lineup_area_3column_nolink{
    display: flex !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    float: left;
    clear: both;
}
.service_lineup_area_3column .block{
    display: block !important;
    width: calc(31.5% - 2px) !important;
    text-align: center;
    padding: 25px 0  25px 0;
    margin-bottom: 20px;
    border: solid 1px #999;
}
.service_lineup_area_3column .block a{
    display: block !important;
    width: calc(100% - 60px);
    height: 100%;
    background-image: url("../images/arrow_right_blue.svg") !important;
    background-position: center right+5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding: 0 30px;
    transition: 0.2s;
}
.service_lineup_area_3column_nolink .block{
    display: block !important;
    width: calc(100% - 60px);
    height: 100%;
    padding: 0 30px;
    transition: 0.2s;
}
.service_lineup_area_3column .block a:hover p{
   color: #2975D1;
   transition: 0.2s;
   opacity: 0.5;
}

.service_lineup_area_3column .block p,
.service_lineup_area_3column_nolink .block p{
    font-size: 13px;
    margin-bottom: 0 !important;
}

.service_lineup_area_3column .block p strong,
.service_lineup_area_3column_nolink .block p strong{
    display: block;
    width: 100%;
    font-size: 15px !important;
    line-height: 140% !important;
    text-align: center !important;
    margin-bottom: 10px;
}
.service_lineup_area_3column .block img,
.service_lineup_area_3column_nolink .block img{
    margin: 0 auto 10px auto!important;
    float: none !important;
}
.service_lineup_area_3column .block img,
.service_lineup_area_3column_nolink .block img{
    width: 70% !important;
    max-width: 90px !important;
}




.link_blue a{
    display: inline-block;
    color: #2975D1;
    padding-right: 20px;
    margin: 8px 0 0 0;
    background-image: url("../images/arrow_right_blue.svg") !important;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    float: right;
}
.link_blue a:hover{
    text-decoration: none;
    color: #2975D1;
}

.knowledge_top_banner{
    display: block;
    width: calc(100% - 100px);
    justify-content: space-between;
    padding: 30px 50px 10px 50px;
    margin: 50px 0 0 0;
    background-color: #EEEEEF;
    float: left;
    clear: both;
}
.knowledge_top_banner li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    clear: both;
}
.knowledge_top_banner li a{
    display: block;
    transition: 0.2s;
}
.knowledge_top_banner li a:hover{
    opacity: 0.5;
    transition: 0.2s;
}


.service_ul{
    display: inline-block;
    width: calc(100% - 20px);
    list-style: initial !important;
    margin: 10px 0 20px 20px;
    float: left;
    clear: both;
}
.service_ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 0 0 10px 10px;
    clear: both;
}

.service_ol{
    display: inline-block;
    width: calc(100% - 20px);
    list-style: initial !important;
    list-style-type: decimal !important;
    margin: 10px 0 20px 20px;
    float: left;
    clear: both;
}
.service_ol li{
    list-style: initial !important;
    font-size: 15px;
    list-style-type: decimal !important;
    margin: 0 0 10px 10px;
    clear: both;
}

.service_more a{
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background-color: #2975D1 !important;
    padding: 5px 10px 5px 0 !important;
    margin: 0px 0 -20px 0 !important;
    background-image: url("../images/arrow_right_wh.svg") !important;
    background-position: center right 10px !important;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-radius: 3px;
    float: right;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.10));
    transition: 0.2s;
}
.service_more a:hover{
    text-decoration: none;
    background-color: #FFBD00 !important;
    transition: 0.2s;
}

.pdf{
    display: inline-block;
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 7px;
}
.info_contents .update_area h2{
    display: inline-block;
    width: calc(100% - 30px) !important;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 18px !important;
    line-height: 140% !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    /*background-color: #2975D2;*/
    background-color: #CADBF0 !important;
    padding: 10px 15px 12px 15px !important;
    margin: 50px 0 10px 0;
    border-radius: 2px !important;
    border-left:none !important;
    float: left;
    clear: both;
}
.info_contents .update_area h2::first-child{
    margin: 15px 0 10px 0 !important;
}
.blue_bold{
    color: #006CE5 !important;
    font-weight: 800 !important;
    margin-right: 5px;
}

.toggle_aws1 h2{
    margin-bottom: 30px !important;
}


.corporate_contents2 article ol{
    display: inline;
    list-style: initial !important;
    list-style-type:decimal !important;
    margin-left: 30px !important;
}
.corporate_contents2 article ol li{
    list-style: initial !important;
    list-style-type:decimal !important;
    font-size: 15px;
    margin: 0 0 5px 0;
    clear: both;
}
.corporate_contents2 article .no-numberd li{
    list-style: none !important;
    padding: 0 !important;
    margin-left: 0;
    margin-bottom: 20px !important;
}
.corporate_contents2 article .no-numberd li h4{
    height: 10px;
    margin-top: 10px;
    float: left;
    clear: both;
}
.corporate_contents2 article ul{
    display: inline;
    list-style: initial !important;
    margin-left: 0 !important;
}
.corporate_contents2 article ul li{
    list-style: initial !important;
    font-size: 15px;
    margin: 5px 0 10px 30px;
    clear: both;
}

.liststyle-numberd{
    display: block;
    margin-bottom: 15px !important;
    float: left;
    clear: both;
}
.liststyle-numberd li{
    line-height: 180% !important;
    margin-bottom: 10px !important;
}
.liststyle-numberd h4{
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000 !important;
    font-size: 15px !important;
    line-height: 180% !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    border: 0 !important;
    border-bottom:0 !important;
    padding: 0 0 0 0;
    margin: 0 0 10px 0 !important;
    float: left;
    clear: both;
}
.tx-fw700{
    font-weight: 700 !important;
}
.corporate_contents2 article .blockquote_block_bl{
    display: inline-block;
    width: calc(100% - 60px);
    padding: 20px 30px 20px 30px;
    margin: 30px 0 50px 0 !important;
    background-color:#e6f4ff;
    float: left;
    clear: both;
}

/*お客様満足度調査*/
.service_contents2 .cs_forms_area .hs-richtext h3:first-child {
    margin: 30px 0 25px 0 !important;
}
.form_area .cs_forms_area .hs-form-radio {
    display: inline-block;
    margin-right: 30px;
}

/*アコーディオン202508追加*/
.support_area .toggle {
display: none;
}
.support_area .option {
position: relative;
clear: both;
}
.support_area .option ul {
padding: 0 0 0 20px !important;
}
.support_area .title,
.support_area .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.15s;
}
.support_area .title {
cursor: pointer;
}
.support_area .title::after,
.support_area .title::before {
content: "";
position: absolute;
right: 1.5em;
top: 0.5em;
width: 4px;
height: 16px;
background-color: #fff;
background-color: #999;
transition: all 0.15s;
}
.support_area .title::after {
transform: rotate(90deg);
}
.support_area .content {
width: 100%;
display: inline-block;
max-height: 0;
overflow: hidden;
padding-bottom: 50px !important;
}
.support_area .toggle:checked + .title + .content {
max-height: 3000px;
transition: all 1.5s;
}
.support_area .toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.support_area label {
display: inline-block;
text-align: left;
width: 100% !important;
}
.drawer-nav label {
display: inline-block !important;
text-align: left;
width: 100% !important;
}