@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');
}

.pc{
	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%;
	margin:0;
    word-break: break-all;
    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: 60px !important;
    background-color: #fff;
    z-index: 100 !important;
    transition: 0.5s;
}
header.fixed{
    display: block;
    position: fixed;
    width:100%; 
    height: 60px !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: 100% !important;
    height: auto;
    padding-top:60px !important;
    margin: 0 auto 20px 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: 100% !important;
    height: 270px;
    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: 19px;
    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: 14px !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: 270px;
    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: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}
.top_service_copy strong{
    display: block;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    color: #a5814c;
    font-size: 28px;
    text-align: center;
    line-height: 130% !important;
    font-weight: 500;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    margin: 0 0 35px 0 !important;
    float: left;
    clear: both;
}
.top_service_navi{
    display: block;
    width: 90%;
    list-style: none !important;
    padding: 0 !important;
    text-align: center;
    margin: 0 5%;
    float: left;
    clear: both;
}
.top_service_navi li{
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-size: 27px;
    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: 8px !important;
}
.top_service_navi li a:hover{
    text-decoration: none;
    color: #999;
}*/

.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: 100%;
    font-size: 15px !important;
    line-height: 150% !important;
    font-weight: normal !important;
    font-feature-settings: 'palt';
    letter-spacing: 0 !important;
    padding: 0 0 25px 0;
    clear: both;
}

.top_service_navi li ul{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 50px !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: 18px !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;
}


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

#secondary main{
	display: block;
    position: relative;
	width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
    z-index: 10;
}
#toppage main{
	min-height: 600px;
}
#secondary main{
    display: block;
    width: 100%;
	font-feature-settings: 'palt';
    margin: 0;
    float: left;
    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: 120px;
    height: auto;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    z-index: 2001;
    top:15px;
    left: 20px;
}
#logo img{
    display: block;
    width: 160px;
    height: auto;
}

header nav{
	display: block;
	width: 100% !important;
	height: 50px;
	position: fixed;
    left: 0 !important;
    right: 0 !important;
    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: none;
}

/*お問い合わせボタン*/
#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: block;
    width: 130px;
    position: fixed !important;
    top:10px !important;
    right: 40px;
    list-style: none !important;
    z-index: 1000;
}
#contact_navi li a{
    transition:0.2s !important;
}
.contact_navi01 a:hover{
    background-color:#B0D2FD;
    transition: :0.2s;
}
.contact_navi02 a:hover{
    background-color:#B0D2FD;
    transition: :0.2s;
}

 .contact_navi01 a,
 .contact_navi02 a,
 #contact_navi li span{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.contact_navi01 a{
    display: block;
    text-decoration: none;
    position: relative;
    width: 40px;
    height: 40px;
    color: #000;
    padding: 0;
    margin-left: 10px;
    background-image: url("../images/contact_navi01sp.svg");
    background-repeat: no-repeat;
    background-color:#999;
    border-radius: 3px;
    pointer-events: all !important;
    float: left;
}
.contact_navi02 a{
    display: block;
    text-decoration: none;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 10px;
    background-image: url("../images/contact_navi02sp.svg");
    background-repeat: no-repeat;
    background-color:#4580CA;
    border-radius: 3px;
    pointer-events: all !important;
    float: left;
}

#contact_navi li img{
    display: none;
}
.icon_gnavi_blank{
    display: inline-block;
    width: 16px;
    height: auto;
    margin-left: 6px;
    margin-bottom: 2px !important;
    vertical-align: middle !important;
}

#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;
}
.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: none;
    width: 90%;
    padding: 0 0 30px 0;
    margin: 0 auto 30px auto;
}
footer #footer_navi{
    display: none;
    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%;
    padding: 0;
    margin: 0 5%;
    float: left;
    clear: both;
}
.copyright{
	display: block;
    width: 100%;
	font-family: Arial, Helvetica, "sans-serif" !important;
	text-align:center;
    color: #fff;
	font-size:10px;
    letter-spacing: 1px;
    padding: 0;
	margin:0 0 50px 0 !important;
	float: left;
    clear: both;
}
footer .copyright img{
    display: block;
    width: 180px;
    height: auto;
    margin: 40px auto 20px auto;
    transition: 0.2s;
}
footer .copyright img:hover{
    opacity: 0.6;
    transition: 0.2s;
}
footer .footer_navi_s{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    list-style: none !important;
    float: left;
}
footer .footer_navi_s ul{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto 30px auto;
    list-style: none;
}
footer .footer_navi_s ul li{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    line-height: 120%;
    padding: 5px 20px 0 0;
}
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: 230px;
    height: 55px;
    justify-content: space-between;
    margin: 25px auto 0 auto ;
    float: none;
}
.icon_iso img{
    display: block;
    width: auto;
    height: 45px;
    margin: 0 6px;
}

/*サイドメニュー*/
.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;
    float: left;
    clear: both;
}
.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: 40px 0 50px 0;
    background-color: #dcdcdc;
}
.badge_area p{
    display: block;
    width: 90%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 5% 40px 5%;
}

.badge_area .badges{
    /*display: flex;*/
    width: 90%;
    /*justify-content:flex-start;*/
    /*flex-wrap: wrap;*/
    /*padding: 0 !important;*/
    margin: 0 auto !important;
    /*list-style: none !important;*/
}
.badge_area .badges li{
    /*display: inline-block;*/
    /*width: calc(50% - 10px) !important;*/
    margin: 0 5px 15px 5px;
}
.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;
    padding: 0;
    margin: 20px auto !important;
    list-style: none;
}
.badge_area .square li{
    display: inline-block;
    width: 30% !important;
    padding: 5px !important;
}

.totop{
    display: block;
    position: fixed !important;
    width: 30px;
    height: 30px;
    right: 25px !important;
    bottom: 40px !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: 22px;
    line-height: 140%;
    text-align: center;
    font-weight: normal !important;
    letter-spacing: 0.5px;
    margin: 0 0 40px 0;
    float: left;
    clear: both;
}
.subtitle strong span{
    display: block;
    width: 100%;
    font-size: 14px !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 30px 0 !important;
}
#toppage .caption{
    display: block;
    width: 90%;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    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;
}
.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%;
    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: block;
    width: 70%;
    padding: 0 !important;
    margin: 0 auto;
    list-style: none !important;
}
.reason_block li{
    display: block;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 180%;
    padding: 0 0 40px 0 !important;
    margin: 0 0 20px 0 !important;
    list-style: none !important;
    border-bottom: solid 1px #ccc;
    float: left;
    clear: both;
}
.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: block;
    width: 80%;
    padding: 0 !important;
    margin: 0 auto 50px auto;
    list-style: none !important;
}
.jirei_block li{
    display: block;
    text-align: justify;
    font-size: 14px;
    line-height: 180%;
    padding: 0 0 30px 0;
    margin: 0 auto 40px auto;
    list-style: none !important;
}
.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: 100%;
    height: 1px;
    margin: 20px 0;
    border: none;
    border-bottom: solid 1px #c8c8c9;
    float: left;
    clear: both;
}

/*.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;
}


#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: 180px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #toppage .jirei_block li .thumbnail {
		height: 180px;
	}
}
#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%;
    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(24% - 10px);
    padding: 0 !important;
    margin: 5px 5px !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%;
    padding: 0;
    margin: 0 5% 50px 5%;
    list-style: none !important;
    justify-content: space-between;
    flex-wrap: wrap;
    float: left;
    clear: both;
}
.knowledge_block li{
    display: block;
    width: calc(48% - 20px);
    background-color: #fff;
    margin: 0 10px;
    margin-bottom: 25px;
}
.knowledge_block li a{
    text-decoration: none;
    color: #000;
}

.knowledge_block2{
    display: block;
    width: 80%;
    padding: 0;
    margin: 0 10% 0 10%;
    list-style: none;
    float: left;
    clear: both;
}
.knowledge_block2 li{
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    list-style: none;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}

.knowledge_block li img,.knowledge_block2 li img{
    display: block;
    width: 100%;
    height: auto;
}
.knowledge_block li p{
    display: block;
    text-align: justify;
    font-size: 14px;
    line-height: 150%;
    padding: 0 0 30px 0;
}
.knowledge_block li p strong{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    padding: 10px 0 15px 0;
}
.knowledge_block li p strong br{
    display: none;
}


.seminar_block{
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto 50px auto;
    list-style: none !important;
}
.seminar_block li{
    display: block;
    width: 47%;
    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:last-child{
    display: none !important;
}
.seminar_block li img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.seminar_block li .date{
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    float: left;
    clear: both;
}
.seminar_block li .caption{
    display: block;
    width: 100% !important;
    text-align: justify !important;
    font-size: 13px !important;
    line-height: 150%;
    padding: 0 !important;
    margin: 0 !important;
    letter-spacing: 0.5px !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;
    margin-bottom: 10px;
    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%;
    font-size: 16px;
    line-height: 170%;
    margin: 0 auto;
}
#toppage .top_info_list dt{
    display: block;
    width: 100%  !important;
    font-weight: 700;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    float: left;
    clear: both!important;
}
#toppage .top_info_list dd{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    float: left;
    clear: both !important;
}
#toppage .top_info_list a{
    color: #000;
}
#toppage .top_info_list a:hover{
    text-decoration: none;
}

/*お知らせページ*/
#secondary .top_info_list{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    margin: 0 auto 0 auto !important;
}
#secondary .top_info_list dt{
    display: block;
    width: 100% !important;
    font-weight: 700;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    float: left;
    clear: both !important;
}
#secondary .top_info_list dd{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    float: left;
    clear: both !important;
}
#secondary .top_info_list a{
    color: #000;
}
#secondary .top_info_list a:hover{
    text-decoration: none;
}


#secondary .top_seminar_list{
    display: block;
    width: 100%;
    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: 15px 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: 100%;
    font-size: 80%;
    line-height: 170%;
    margin: 0 auto 0 auto !important;
}
#secondary .top_update_list dt{
    display: block;
    width: calc(100% - 32px) !important;
    text-align: center;
    font-weight: 500;
    padding: 15px 15px !important;
    margin: 0 2px 2px 0 !important;
    border: solid 1px #999;
    float: left;
    clear: both!important;
}
#secondary .top_update_list dd{
    display: block;
    width: calc(100% - 32px) !important;
    text-align: center;
    padding: 10px 15px !important;
    margin: 0 0 20px 0 !important;
    background-color: #ebebeb;
    border: solid 1px #999;
    float: left;
    clear: both!important;
}
#secondary .top_update_list a{
    color: #000;
}
#secondary .top_update_list a:hover{
    text-decoration: none;
}


/*セカンダリ*/
#contents_header_area{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 auto !important;
    float: left;
    clear: both;
}
#contents_header_area aside{
    display: block !important;
}
#contents_header_area .snavi{
    display: none !important;
}

#contents_header_area .contents_header{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    clear: both;
}
#secondary .contents_title{
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0 0 30px 0;
    float: left;
}
#secondary .contents_title h1{
    display: flex;
    width: calc(50% - 30px) !important;
    height: 145px !important;
    text-align: center !important;
    font-size: 16px;
    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;
}
#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: 0 0 0 0 !important;
    clear: both;
}
#contents_header_area .contents_header .contents_title img{
    display: block;
    width: 50%;
    height: 145px;
    object-fit: cover;
    float: left;
}
.contents_header_center{
    display: block;
    width: 90%;
    margin: 0 auto;
    border-bottom:solid 1px #222;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.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: 0.5px;
    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: 24px !important;
    line-height: 130% !important;
    font-weight: 500;
    letter-spacing: 0.5px !important;
    margin: 0 0 30px 0;
    float: left;
    clear: both;
}
.contents_header_center .header_copy strong br{
    display: none !important;
}

#contents_header_area .block{
    display: block;
    width: 100%;
    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;
    position: relative;
    width: 100%;
    margin: 60px 0 10px 0;
    float: left;
    clear: both;
    z-index: 300000;
}
.listmenu{
    display: block;
    width: calc(100% - 40px);
    font-size: 11px;
    margin: 0 20px 0 20px !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: 100%;
    float: left;
}

#secondary aside{
    display: inline-block;
    width: 90%;
    margin: 0 5% 0 5%;
    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: block;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin: 0 0 30px 0;
    float: left;
    clear: both;
}
.service_contents_lead img{
    display: block;
    width: 40%;
    max-width: 200px;
    height: auto !important;
    margin: 0 auto 25px auto!important;
    clear: both;
}
.service_contents_lead .text{
    display: block;
    width: 100% !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: 0 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(100% - 32px);
    text-align: center;
    font-size: 12px !important;
    line-height: 150%;
    padding: 20px 15px 10px 15px;
    margin: 0 0 15px 0;
    background-color: #fff;
    border: solid 1px #b4b4b4;
    clear: both;
}
.service_contents .block_area .block strong{
    display: inline-block;
    width: 100%;
    height: 45px;
    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: 12px !important;
    padding: 5px 0 10px 0;
}
.caution_w80{
    display: block;
    width: 80%;
    font-size: 12px !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-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(100% - 30px) !important;
    background-color: #eee !important;
    color: #000;
    padding: 15px 15px 15px 15px;
    margin: 20px 0 20px 0 !important;
    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;
}
 .block_area_flow2 .block img{
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto 15px 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: calc(40% - 2px);
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    border: solid 1px #999;
    float: left !important;
}
.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: 7px !important;
    margin-bottom: -45px !important;
    background-image: url(../images/arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 100px 5px;
    background-size: 13px 13px;
    float: right !important;
    border-radius: 3px;
    transition: 0.3s;
}
.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: 100%;
    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{
        display: block !important;
        width: 100% !important;
        float: left;
        clear: both;
    }
    
.block_area_naisei .block{
    margin-bottom: 20px !important;
}
.block_area_naisei .block img{
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
    clear: both;
}
.block_area_naisei2 .block img{
    display: block;
    width: 80px;
    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% - 100px);
    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: 2px 0 2px 0 !important;
    margin: 0 10px 10px 0;
    vertical-align: bottom !important;
    clear: both;
}
.block_area_naisei2 .block ul{
    display: inline-block;
    width: calc(100% - 100px);
    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: 80px;
    height: auto;
    padding: 10px;
    background-color: #f4f4f4;
    margin: 5px 0 0 0;
}
.training_lead1{
    display: inline-block;
    width: calc(100% - 110px) !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(100% - 30px) !important;
    background-color: #eee !important;
    color: #000;
    padding: 15px 15px 15px 15px;
    margin: 20px 0;
    border:none !important;
    float: left;
    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{
    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(100% - 30px) !important;
    color: #000;
    padding: 15px 15px 15px 15px;
    margin: 10px 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 auto 20px auto !important;
    float: none;
    clear: both !important;
}
.block_area_jirei .block p{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 2px 0 0 0 !important;
    float: left;
}
.block_area_jirei .block p strong{
    display: block;
    width: 100px;
    text-align: center;
    padding: 1px 15px;
    margin: 0 auto 10px auto;
    border:solid 1px #999;
    border-radius: 20px;
    float: none !important;
    clear: both;
}
.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(48% - 50px) !important;
    color: #000;
    font-size: 14px !important;
    background-color: #f5f5f5 !important;
    padding: 10px 15px 0 15px !important;
    margin: 15px 0 !important;
    border:none !important;
    clear: both;
}
 .block_area_range .arrow{
    display: block;
    width: 20px;
    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;
}

/*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;
    table-layout: fixed;
	width:auto;
	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 30px;
	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(100% - 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;
    clear: both;
}
.block_area_lineup .block img{
    display: block !important;
    width: 80px;
    height: auto;
    margin: 0 0;
    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{
    display: block;
    color: #2975D1;
    padding-right: 20px;
    margin: 10px 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{
    text-decoration: none;
    color: #2975D1;
}

.table01{
	display:table;
    table-layout: fixed;
	width:auto;
	font-weight:normal;
    letter-spacing: 0.5px;
	margin:0 0 20px 0;
    border-collapse:  collapse;
    border-color: #ccc !important;
}
.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 30px;
	vertical-align:middle;
}
.table01 td{
    display:table-cell;
    font-size:13px;
	background-color: #ffffff;
	padding: 15px 15px;
	vertical-align:middle;
}
.table01 td,
.table01 th{
   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 .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(100% - 50px);
    background-color: #E6F4FF;
    padding: 15px 25px;
    margin: 0 auto 10px auto;
    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;
    float: left;
    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: 15px 60px 15px 0;
    margin: 0 !important;
}

.word_area .toggle {
display: none;
}
.word_area .option {
position: relative;
border-bottom: solid 1px #ccc;
margin-bottom: 0;
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.3em;
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: 38px;
    height: 38px !important;
    margin-left: -55px;
}


/*事例*/
.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: 47% !important;
    margin-bottom: 40px;
    float: left;
}
.case_list li a{
    display: 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: 13px;
    line-height: 150%;
}
.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: 8px 10% !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}

/*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*/
.contents_title .case_thumbnail{
    display: flex;
    width: 40% !important;
    height: 145px;
    background-color: #fff;
    padding: 0 5% !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    float: left !important;
    clear: none !important;
}

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

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

.client_info{
    display: block;
    width: 90%;
    font-size: 15px;
    line-height: 170%;
    color: #333;
    letter-spacing: 0.5px;
    padding-bottom: 40px;
    margin: 0 5% 20px 5% !important;
    border-bottom: solid 1px #999;
    float: left;
    clear: both;
}
.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: 18px !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%;
    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: 78% !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: 100%;
    border-bottom:solid 1px #999;
    margin: 10px 0 50px 0;
    float: left;
    clear: both;
}
.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: 250px;
    height: auto;
    margin: 8px auto 50px auto;
    float: none !important;
}
.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: calc(48% - 10px);
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 5px 20px 5px;
    margin: 0 0 25px 0;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.corporate_contents article .kanren li strong{
    display: block;
    font-size: 14px;
    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;
}

.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: auto;
    font-size: 10px;
    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: block;
    width: calc(100% - 45px) !important;
    padding: 0;
    margin: 0;
    list-style: none !important;
    float: left !important;
}

.corporate_contents article .col3 ul{
    display: block;
    width: 100% !important;
    font-size: 10px !important;
    line-height: 150% !important;
    padding: 0;
    margin: 0 0 0 25px;
    list-style: none !important;
    float: left !important;
}
.corporate_contents article .col3 ul li{
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none !important;
}
.business_partner ul{
    display: block;
    width: 100%;
    font-size: 13px;
}

.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;
}
.philosophy_area .slogan span{
    font-size: 14px !important;
    color: #666 !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(48% - 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: auto !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{
    display: inline-block;
    width: calc(100% - 116px);
    padding: 30px 30px 30px 80px;
    margin: 0 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{
    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;
}


.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: 0 0 -15px 30px !important;
}
.knowledge_4th h4{
    margin: 25px 0 5px 0 !important;
}

.knowledge_4th .table01{
	display:table;
    table-layout: fixed;
	width:auto;
	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(48% - 20px) !important;
    font-size: 14px;
    line-height: 170%;
    padding: 10px;
    margin-bottom: 30px;
    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: 150px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .ad_list li img {
		height: 150px;
	}
}

/*お知らせ*/
.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: 13px;
    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;
	line-height: 170%;
}
.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: 25px !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{
    list-style: none !important;
    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 article .dl_table2 dl dd p{
    font-size: 100% !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 article ul {
    display: inline;
    list-style: initial !important;
    margin-left: 30px !important;
}
.info_contents .liststyle{
    display: inline-block;
    width: 90%;
    list-style: initial !important;
    float: left;
    clear: both;
}
.info_contents .liststyle li{
    list-style: initial !important;
    font-size: 15px;
    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 dl dd .liststyle li{
    font-size: 100% !important;
}
.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 0 auto;
    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;
}

.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: 100% !important;
	font-size: 16px;
	padding: 25px 0 !important;
    margin: 100px 0 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;
}

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

.form_area input[type="submit"] {
	display: block;
	width: 100% !important;
	font-size: 16px;
	padding: 25px 0 !important;
    margin: 100px 0 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;
}
.form_area input[type="submit"]:hover{
	background-color: #ccc;
    transition: 0.2s;
}
.form_area input[type="submit"]:active{
	background-color: #FFCC00;
    transition: 0.0s;
}

.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,
.form_area .hs-form-checkbox{
    margin-top: -10px !important;
}
.form_area .hs-form-radio:fast-child,
.form_area .hs-form-checkbox:fast-child{
    margin-bottom: 30px !important;
}
.form_area .hs-form-radio:last-child,
.form_area .hs-form-checkbox: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;
}


.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;
}

.reception{
    display: block;
    width: 100%;
    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: 100%;
    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: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 180px;
    object-fit: contain !important;
}

.block_area_counseling {
    margin: 50px 0 !important;
    float: left;
    clear: both;
}
.block_area_counseling .block{
    width: calc(48% - 30px) !important;
    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: 15px;
    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 .sp_col2 .block{
    display: block;
    width: 48% !important;
    margin-bottom: 50px;
}
.service_contents2 article .sp_col2 .block img{
    display: block;
    width: 70% !important;
    margin: 0 auto;
}

.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;
}

.table_wrap{
    display: block;
    width: 100%;
    overflow-x: auto !important;
}


.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(100% - 50px) !important;
    padding: 10px 25px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    clear: both;
}
.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_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(100% - 50px) !important;
    padding: 10px 25px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    clear: both;
}
.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;
}


.service_contents2 .ul_left{
    display: inline;
    width: 100%;
    list-style: initial !important;
    padding-left: 30px !important;
    float: left;
    clear: none;
}
.service_contents2 .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: 15px 20px 5px 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% - 90px) !important;
    padding: 15px !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: 100%;
    float: left;
    clear: both;
}
.block_schedule{
    display: block;
    width: calc(80% - 20px);
    text-align: center !important;
    background-color: #DDEBFB;
    padding: 25px 10px;
    margin: 10px 10% ;
    float: left;
    clear: both;
}
.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: 400px;
    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: 13px;
    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: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    clear: both;
}
.pro_block_area .block p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 170%;
    font-weight: normal;
    margin: 0 0 0 0;
    float: left;
}
.pro_block_area .block p strong a{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    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,
.nintei_block_area .block2 .icon{
    display: inline;
    width: 60px !important;
    height: auto;
    margin: 0 0 0 10px;
}
.nintei_block_area .block .icon_large{
    display: inline;
    width: 70px !important;
    height: auto;
    margin: 0 0 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-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% - 80px);
    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: 20px;
    float: left;
    clear: both;
}
.nintei_block_area .block2{
    display: inline-block;
    width: 100%;
    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{
    padding-bottom: 0 !important;
}
.nintei_block_area .block2_area .category{
    display: block;
    width: 100% !important;
    color: #000;
    font-size: 15px !important;
    font-style: normal !important;
    margin-left: -90px !important;
}
.nintei_block_area .category strong{
    color: #000 !important;
}
.nintei_block_area .block2_area p{
    display: inline-block;
    width: calc(100% - 90px);
    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: block;
    width: 100% !important;
    height: auto;
    margin: 10px 0;
    float: left;
    clear: both;
}
.aws_nintei_block_area .icon_block .icon{
    display: inline;
    width: 50px !important;
    height: auto;
    margin-right: 15px;
    float: left;
    vertical-align: middle;
}
.aws_nintei_block_area .icon_block{
    display: flex;
    width: calc(100% - 30px) !important;
    text-align: left !important;
    padding: 6px 15px 6px 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    float: left !important;
    align-items: center;
    align-content: center;
    clear: both;
}
.aws_nintei_block_area .icon_block p{
    display: inline;
    font-size: 13px !important;
    line-height: 170%;
    letter-spacing: 0 !important;
    float: left;
}
.aws_nintei_block_area .icon_block p strong{
    display: inline;
    color: #000;
    font-size: 13px !important;
    line-height: 140%;
    margin: 0;
    float: left;
}


/*サービス一覧*/
.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(100% - 2px) !important;
    max-width: calc(100% - 2px) !important;
    text-align: center;
    padding: 15px 0  15px 0;
    margin-bottom: 10px;
    border: solid 1px #999;
}
.service_lineup_area .block a{
    display: block !important;
    width: calc(100% - 20px);
    height: 100%;
    background-image: url("../images/arrow_right_blue.svg") !important;
    background-position: center right+2px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding: 0 10px;
    transition: 0.2s;
}
.service_lineup_area .block a:hover p{
   color: #2975D1;
   transition: 0.2s;
   opacity: 0.5;
}

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

.service_lineup_area .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 .block img{
    margin: 0 auto 10px auto!important;
    float: none !important;
}
.service_lineup_area2 .block img{
    width: 70% !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: 100%;
    padding: 0;
    margin: 50px 0 50px 0;
    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;
    margin: 10px 0 20px 20px;
    float: left;
    clear: both;
}
.service_ol li{
    list-style: initial !important;
    font-size: 15px;
    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: 20px;
    height: auto;
    vertical-align: top;
    margin-left: 10px;
}
.info_contents .update_area h2{
    display: inline-block;
    width: calc(100% - 30px) !important;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 100% !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;
}
.info_contents{
    font-size: 75% !important;
    line-height: 150% !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: 10px !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 {
display: inline-block;
width: 100% !important;
max-height: 0;
overflow: hidden;
overflow-x: scroll !important;
padding-bottom: 50px !important;
}
.support_area .content .table_wrap {
overflow-x: scroll !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;
}