
/* 共通 */

body{
	text-align:left;
}

.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.pcBr {
	display: inline;
}
.spBr {
	display: none;
}

/*-----------------------*/

.anc {
	position: static;
}
.ancIn {
	position: static;
}
#top {
	padding-top: 0;
}
#top.headerNone {
	padding-top: 0px;
}

.anc.pt2 {
	position: relative;
}
.anc.pt2 .ancIn {
	position: absolute;
}


/* col */
.col1area{
	width:80%;
}
.col2area ,
.col3area ,
.col4area {
	font-size: 0;
}
/* col3area */
.col3area .box {
    width: 32.5%;
    margin-right: 1.2%;
	display: inline-block;
	vertical-align: top;
}
.col3area .box:nth-child(3n) {
	margin-right: 0;
}
.col3area .box .img {
	margin-bottom: 20px;
}
.col3area .box .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #499c99;
}

.col3area .box p ,
.col3area .box .btn_green a {
	font-size: 16px;
	line-height: 24px;
	color: #454f4e;
	padding: 0 15px;
}

/* col2area */
.col2area .box {
	width: 48.5%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
	margin-bottom: 40px;
}
.col2area .box:nth-child(2n) {
	margin-right: 0;
}
.col2area .box .img {
	margin-bottom: 0px;
}

.col2area .box .title {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0.8em;
	margin-bottom: 1em;
}

.col2area .box p {
	margin-bottom: 20px;
}
.col2area .box a {
	font-weight: bold;
}
.col2area .box p ,
.col2area .box a {
	font-size: 16px;
	line-height: 24px;
}


/* col4area */
.col4area .box {
    width: 21%;
    margin-right: 5.3%;
	display: inline-block;
	vertical-align: top;
}
.col4area .box:nth-child(4n) {
	margin-right: 0;
}
.col4area .box h2 {
	font-size: 27px;
	margin-bottom: 20px;
}
.col4area .box h3 {
	font-weight: bold;
}
.col4area .box p ,
.col4area .box .btn_green a {
    font-size: 17px;
}

/* col5area */
.col5area .box {
    width: 18%;
    margin-right: 1.8%;
	display: inline-block;
	vertical-align: top;
}
.col5area .box:nth-child(5n) {
	margin-right: 0;
}
.col5area .box h2 {
	font-size: 27px;
	margin-bottom: 20px;
}
.col5area .box h3 {
	font-weight: bold;
}
.col5area .box p ,
.col5area .box .btn_green a {
    font-size: 17px;
}

/* 画像hover */

li a .img {
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
li:hover a .img {
	opacity: 0.6;
}
li:hover a .img img {
	opacity: 1;
}


/* ボタン共通 */
/* btn_blue */
.btn_defa {
	width: 260px;
	margin: 0 auto;
}
.btn_defa a {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	padding: 20px 0;
	text-align:center;
	background: linear-gradient(to right, #d12b4d, #ff604d);
	color: #fff;
	text-decoration:none;
	position:relative;
	display: block;
	border-radius: 100px;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.btn_defa a:hover {
	opacity:1;
	background: linear-gradient(to right, #b82241, #eb4935);
}
.btn_defa a span.new {
	background-color: #001BC0;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding: 1px 10px;
	margin-right: 10px;
}
.btn_defa a:hover span.new {
	background-color: #fff;
	color: #2249AE;
}

.btn_defa.blue a {
	background: linear-gradient(to right, #2d52a1, #3e85ff);
}
.btn_defa.blue a:hover {
	background: linear-gradient(to right, #244791, #2e73e9);
}



/*---------------------------*/



/* ボタン 共通 */

.opa01 {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_effect {
	display: block;
	text-decoration: none;
	transition: .3s;
	font-weight: normal;
	position: relative;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
.btn_effect a {
	display: block;
	/*padding: 15px 0px;
	font-size:16px;
	color: #FFF;*/
	text-decoration: none;
	transition: color .5s ease;
	z-index: 2;
	position: relative;
}
.btn_effect:hover .effect {
	left: 0 !important;
}

/*  */
.contactBtn {
	background-color: #002D76;
	display: block;
    width: 260px;
	margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;/* -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;*/
}

.contactBtn.blue {
	background-color: #ffffff;
    background: linear-gradient(to right, #2d52a1, #3e85ff);
	display: block;
    width: 320px;
	margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;/* -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;*/
}

.contactBtn.light {
	background-color: #ffffff;
    background: #002D76;
}

.contactBtn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 19px 2px;
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn a:link {
	color: #fff;
	text-decoration: none;
}
.contactBtn a:visited {
	color: #fff;
	text-decoration: none;
}
.contactBtn a:active {
	color: #002D76;
	text-decoration: none;
}
.contactBtn a:hover {
	padding: 17px 0px;
    color: #002D76;
	text-decoration: none;
	border: 2px solid #002D76;
}
.contactBtn.blue a:hover {
	padding: 17px 0px;
    color: #3e85ff;
	text-decoration: none;
	border: 2px solid #3e85ff;
}
.contactBtn.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	background-color: #fff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn.blue.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #3e85ff;
	background-color: #fff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}




.awsDwBtnWrap01 .contactBtn,
.blog_right .contactBtn,
#page_download .contactBtn {
	background-color: #FAAC1A;
}



/* リバース  */
.contactBtn.rev {
	background-color: #ffffff;
	display: block;
    width: 260px;
	margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;/* -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;*/
}
.contactBtn.rev a {
	display: block;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	color: #002D76;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 19px 2px;
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #002D76;
}
.contactBtn.rev a:link {
	color: #002D76;
	text-decoration: none;
}
.contactBtn.rev a:visited {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn.rev a:active {
	color: #fff;
	text-decoration: none;
}
.contactBtn.rev a:hover {
	padding: 21px 0px;
    color: #fff;
	text-decoration: none;
	border: 2px solid #002D76;
	background-color: #002D76;
}
.contactBtn.btn_effect.rev .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn.rev .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fb4861;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn.rev .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}







/* タイトル */

.title_center {
	text-align: center;
	margin-bottom: 20px;
}
.title_center .eng {
	font-size: 25px;
	line-height: 43px;
	font-weight: 700;
}
.title_center .title {
	font-weight: 700;
	font-size: 45px;
	line-height: 64px;
	color: #fb4861;
	letter-spacing:0.08em;
}

.lead_center {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 50px;
}


/******************************************************************************************/

/* TOP CSS   */

/******************************************************************************************/
header{
	background-color: #fff;
	padding:5px 20px 0;
}
header #head{
}

header .top_lead {
	position: absolute;
    font-size: 12px;
    top: 0px;
	left: 60px;
}
header .logo{
	float:left;
	width:40%;
	margin-top: 20px;
    padding-left: 40px;
    font-weight: 500;
    line-height: 10px;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
/*191206add*/
header .logo img{
	width:100px;
	opacity: 1;
}
header .logo:hover {
	opacity: 0.6;
}
header .btn{
	float:right;
	width:60%;
	text-align:right;
    margin-bottom: -8px;
}
header .logo img{
	float:left;
	margin-right:11px;
	margin-top:3px;
}
header .logo span{
	color:#000;
	position:relative;
	top:5px;
	font-size:12px;
    line-height: 32px;
}
header .btn ul{
	margin:0;
	padding:0;
}
header .btn ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	text-align:left;
}
header .btn ul li a{
	text-decoration:none;
}

header .btn ul li.tel a{
	font-weight:bold;
}

header .btn ul li.link{
	margin-left:5px;
	width:150px;
	text-align:center;
    position: relative;
    top: -25px;
	vertical-align: middle;
	margin-top: 10px;
}

header .btn ul li.link p {
	border-radius: 100px;
    width: 100%;
}
header .btn ul li.link a {
	border-radius: 100px;
	padding: 13px 0px;
}
header .btn ul li.link a:hover {
	padding: 12px 0px;
}
/*header .btn ul li.link a{
	display:block;
	color:#fff;
    background: linear-gradient(to right, #d12b4d, #ff604d);
	padding:3px 15px;
	border-radius:100px;
	font-size:12px;
}
header .btn ul li.link a:hover{
	background: linear-gradient(to right, #b82241, #eb4935);
}
*/

/*-----------------*/

.contactBtn02 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 0;
}
.contactBtn02 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 11px 0px 11px 0px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn02 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 0px;
}
.contactBtn02 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn02 a:hover::before {
}
.contactBtn02.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn02 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn02 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}

/*-----------------*/
/*-----------------*/

.contactBtn02 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn02 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 700;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 11px 0px 11px 0px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn02 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 0px;
}
.contactBtn02 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn02 a:hover::before {
}
.contactBtn02.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn02 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn02 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}

/*-----------------*/

#sb-site.webpage{
	background-color:#f2f2f2;
}

header .btn ul li.img{
	margin-left:20px;
}
/*191206add*/
header .btn ul li.img img{
	width:42px;
	width: 36px;
	height: auto;
}
header .btn ul li.tel{
	margin-right:15px;
	font-size: 22px;
    position: relative;
    top: -23px;
}
header .btn ul li.tel span{
	position:relative;
	top:7px;
color: #205281;
font-weight:bold;
}

.headerwrap {
	position: sticky;
    top: 0;
    z-index: 10;
}

#menu{
	border-bottom:1px solid #DDDDDD;
	background:#fff;
}
.top #menu{
}
#menu .menu{
	text-align:center;
}
#menu .menu ul{
	margin:0;
	padding:0;
}
#menu .menu ul li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	display:inline-block;
	line-height: 18px;
	/*position: relative;*/
}

#menu .menu ul li a {
	text-decoration:none;
	color:#000;
	display:block;
	font-size:14px;
	/*padding: 10px 40px;*/
	position: relative;
	padding: 10px 0px;
}
#menu .menu ul li:not(:last-child) a {
	margin-right: 2px;
	padding-right: 2px;
}
#menu .menu ul li a .inner {
	-webkit-transition-property:background;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
	padding: 3px 38px;
    transition: background 1s;
}
#menu .menu ul li a.active .inner /*,#menu .menu ul li a.selected .inner*/ {
	color: #fff;
    background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	border-radius: 4px;
	padding: 3px 38px;
}

#menu .menu ul li span:after {
	content: "|";
	color: #b0b0b0;
	font-size: 20px;
	position: absolute;
	top: 7px;
	right: -5px;
	font-weight: 700;
}
#menu .menu ul li:first-child span:before {
	content: "|";
	color: #b0b0b0;
	font-size: 20px;
	position: absolute;
	top: 7px;
    left: -6px;
	font-weight: 700;
}
#menu .menu ul li:hover a .inner {
	color: #fff;
    background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	border-radius: 4px;
}
.head_menu_icon {
	display: none;
}


a.nolink {
	cursor:default;
}
a.nolink:hover {
	opacity:1;
}
#menu .menu ul li a.nolink:hover {
	background-color: #ffffff !important;
}
#menu .menu ul li a.nolink.mNaviLink02:hover {
	background-color: transparent !important;
}

@media only screen and (max-width: 1280px) {
	#menu .menu ul li a .inner {
		padding: 2px 25px !important;
	}
	#menu .menu ul li a.active .inner {
		padding: 2px 25px;
	}
#menu .menu section {
    width: 100% !important;
}
}



/*add191223*/
@media only screen and (max-width: 1093px) {
	header{
		position: sticky !important;
		top: 0;
		z-index: 10;
		background: #fff;
	padding: 10px 5px;
	}
	.head_menu_icon {
		display: block;
	}
	header .sponly{
		display:block;
	}
	#menu .menu ul,
	header .btn,
	header .menu{
		display:none;
	}
	#menu{
		background:none;
		border-bottom:none;
	}
	header .top_lead {
		top: 2px;
    	left: 40px;
	}
	header .logo {
		width: calc(100% - 45px);
    line-height: 28px;
	}
	header .logo img {
		margin-right: 5px;
		margin-top: 0px;
	}

	header .logo span {
		top: 5px;
		display:block;
		font-size: 12px;
	}

}
/* ホバーで出てくるメニュー
#menu {
	position: relative;
}
.megamenu {
	position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
	background-color: rgba(255,255,255,0.8);
	padding: 30px 0px;
} */


/*------------------------------------------*/
/*メガメニュー*/
/*------------------------------------------*/
#menu {
	position: relative;
}

.megamenu {
  display: none;
  position: absolute;
}
.megamenu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 50px 0px 30px 0px;
}


.megamenu .title {
	border-left: 4px #3e85ff solid;
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
}
.megamenu .topContBtnWrap01 {
    padding: 0px;
}

.white_inner {
	position: relative;
}
.close_btn {
	position: absolute;
    right: 10px;
    top: -52px;
    z-index: 1;
}
.white_inner .box {
	float: left;
	width: 24%;
}
.white_inner .box:not(:last-child) {
	margin-right: 1.3%;
}
.white_inner .box.menu {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.white_inner .box.menu .btn a {
	display: block;
	border: solid 1px #e3e3e3;
	border-radius: 10px;
	font-size: 14px;
	text-align: left;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
	padding: 10px 10px 10px  30px !important;
	position: relative;
}
.white_inner .box.menu .btn1 img {
	width: 100px;
	height: auto;
	margin: 0 auto 10px auto;
}
.white_inner .box.menu .btn.btn1 a {
	padding: 10px !important;
}
.white_inner .box.menu .btn:not(:last-child) {
	margin-bottom: 10px;
}
.white_inner .box.menu .btn:nth-child(5) {
	margin-bottom: 0;
}
.white_inner .box.menu .btn.btn1 a {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
}
.white_inner .box.menu .btn a:hover {
	background-color: #e3e3e3;
}

.white_inner .box.menu .btn.btn2 a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 8px;
	height: 1px;
	content: '';
	background: #3e85ff;
}
.white_inner .box.menu.btn3 {
	padding: 0;
	background-color: rgba(0,0,0,0);box-shadow: none;
}
.white_inner .box.menu.btn3 a {
	border: none;
	width: 100%;
	border-radius: 20px;
	font-weight: 700;
	font-size: 18px;
	display: table;
	padding: 20px !important;
	background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.white_inner .box.menu.btn3 .btn:not(:last-child) {
	margin-bottom: 10px;
}
.white_inner .box.menu.btn3 a .img {
	display: table-cell;
	width: 62px;
	height: auto;
	vertical-align: middle;
}
.white_inner .box.menu.btn3 a .img {
	opacity: 1 !important;
}
.white_inner .box.menu.btn3 a .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
#menu .menu ul li .white_inner .contactBtn {
	width: 100%;
    background: linear-gradient(to right, #45649E, #5697ff);
	border-radius: 20px;
}
#menu .menu ul li .white_inner .contactBtn a {
	color: #fff;
	padding: 0px;
	border: none;
	height: 80px;
  display: table;
	width: 100%;
	text-align: center;
}
#menu .menu ul li .white_inner .contactBtn a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
	padding-left: 0px;
	position: relative;
	font-size: 16px;
}
#menu .menu ul li .white_inner .contactBtn a span:before {
	content:"";
	background:url("../images/common/icon_megamenu_service.png") no-repeat;
	background-size: cover !important;
	position:absolute;
	width:23px;
	height:25px;
	top:50%;
	margin-top:-12.5px;
	left: 30px;
}

#menu .menu ul li .white_inner .contactBtn a:hover {
	color: #3e85ff;
	border: solid 2px #3e85ff;
	margin: 0;
	border-radius: 20px;
}
#menu .menu ul li .white_inner .contactBtn a:hover span:before {
	background:url("../images/common/icon_megamenu_service_blue.png") no-repeat;
}

#menu .menu ul li .white_inner .contactBtn span:after {
	content: none;
}
/* システム運用監視サービスメガメニュー */
.white_inner.system .box.menu {
    width: 74.7%;
	text-align: left;
}
.white_inner.system .box.menu .btn.btn1 {
	margin-bottom: 0;
    margin-right: 0 !important;
}
.white_inner.system .box.menu .btn.btn1 img {
	width: 55px;
}
.white_inner.system .box.menu .btn {
    width: 32.6%;
	float: left;
}

.white_inner.system .box.menu .right_col2 {
	float: right;
    width: 65.5%;
}
.white_inner.system .box.menu .right_col2 .btn {
	width: 48.5%;
}
.white_inner.system .box.menu .right_col2 .btn:nth-child(even) {
	float: right;
}
.white_inner.system .box.menu .btn:not(:nth-child(2n)) {
	margin-right: 1%;
}
#menu .menu .white_inner.system .box.menu .btn a {
  display: table;
  width: 100%;
}
.white_inner.system .box.menu .btn a .btn_inner {
  display: table-cell;
  vertical-align: middle;
}
.white_inner.system .box.menu .btn.btn1 a {
    padding: 13px 10px !important;
}
/* 導入事例メガメニュー */
.white_inner.case .box.menu {
	padding: 0;
}
#menu .menu ul li .white_inner.case .box.menu a {
	display: block;
	padding: 20px;
	width: 100%;
	border-radius: 20px;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
#menu .menu ul li .white_inner.case .box.menu a:hover {
	background-color: #e3e3e3;
}
.white_inner.case .box.menu .img {
	border: solid 1px #e3e3e3;
	padding: 20px;
	opacity: 1;
	margin-bottom: 10px;
	background-color: #fff;
}
.white_inner.case .box.menu .title {
	font-size: 18px;
	padding: 0;
	border: none;
	margin-bottom: 5px;
}
.white_inner.case .box.menu .text {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}


/* 価格メガメニュー */
.white_inner.fee .box.menu {
	padding: 0;
}
.white_inner.fee .box.menu a {
	border: none;
	width: 100%;
	margin: 0;
}

.white_inner.fee .box.menu:nth-child(2),
.white_inner.fee .box.menu:nth-child(3) {
	width: 36.7%;
}
.white_inner.fee .box.menu .btn1 img {
	width: 50px;
	height: auto;
}

/* メガメニュー赤 */
.megamenu .white_inner.fee .title ,
.megamenu .white_inner.system .title ,
.megamenu .white_inner.case .title {
	border-left: 4px #002D76 solid;
}
#menu .menu ul li .white_inner.system .contactBtn ,
#menu .menu ul li .white_inner.case .contactBtn {
    background: #002D76;
}
#menu .menu ul li .white_inner.system .contactBtn a:hover ,
#menu .menu ul li .white_inner.case .contactBtn a:hover {
	color: #002D76;
	border: solid 2px #002D76;
}
#menu .menu ul li .white_inner.system .contactBtn a:hover span:before ,
#menu .menu ul li .white_inner.case .contactBtn a:hover span:before {
	background:url("../images/common/icon_megamenu_service_blue.png") no-repeat;
}
.white_inner.system .box.menu .btn.btn2 a:before ,
.white_inner.case .box.menu .btn.btn2 a:before {
    background: #fb4861;
}



.white_inner .box.menu .btn a .inblck {
	display:inline-block;
	position: relative;
}
.white_inner .box.menu .btn a .inblck:before {
	position: absolute;
    top: 10px;
    left: -22px;
    width: 10px;
    height: 2px;
    content: '';
    background: #fb4861;
}
.white_inner.cloud .box.menu .btn a .inblck:before {
    background: #3e85ff;
}
.white_inner .box.menu .btn a .inblck:after {
	display:none;
}





/* メインビジュアル */

#sb-site.top {
	background: url("../images/top/top_mainvisual.png") no-repeat top center , #fff;
	background-size: auto;
}



/* header */

/* mainvisual */
#mainvisual {
}
#mainvisual .top_subtitle {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
#mainvisual .top_title {
	color: #fff;
	font-size: 38px;
	line-height: 70px;
	letter-spacing: 1px;
}
.top_title span {
	font-size: 46px;
}
.top .top_3menu {
	margin-bottom: 190px;
}
.top .top_3menu.subcont {
	padding:80px 0;
	margin-bottom: 0;
}
/*
.top_3menu .box a {
	display: block;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top_3menu .box:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
*/

.top_3menu .box a.inner {
	display: block;
	background-color: #fff;
	border-radius: 20px;
    padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
  cursor: pointer;
}
.top_3menu .box:hover a.inner {
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}

.top_3menu .box div.inner {
	display: block;
	background-color: #fff;
	border-radius: 20px;
    padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}

/* 浮かび上がるcss */
.animation_up a {
  transition: all 0.3s ease 0s !important;
}
.animation_up a:hover {
      transform: translateY(-5px) !important;
}





.top_3menu .box a:hover {
	background-color: #F2F2F2;
}


.top_3menu .box .img {
	max-width: 220px;
	height: auto;
	margin: 0 auto 10px auto;
	text-align:center;
}
.top_3menu .box .title {
	color: #fb4861;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
}
.top_3menu .box .title.t2 {
	margin-top: 25px;
}
.top_3menu .box .text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #000;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top_3menu .box:hover a.inner .text {
    color: #fb4861;
}
.top_3menu.col3area .box .btn_defa {
	width: 160px;
}
.top_3menu.col3area .box .btn_defa a {
	font-size: 14px;
    padding: 1px 0;
	position: relative;
}
.top_3menu.col3area .box .btn_defa a:after {
	content:"";
	background:url("../images/common/arrow_white.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:5px;
	height:7px;
	top:50%;
	margin-top:-3.5px;
	right: 15px;
}

.top_3menu.col3area img:hover {
	opacity: 1;
}

.top_3menu.col3area .box .contactBtn {
	width: 170px;
	padding: 0;
	font-size: 14px;
	position: relative;
	padding: 6px;
	height: 37px;
	color: #fff;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top_3menu.col3area .box .contactBtn:after {
	content:"";
	background:url("../images/common/arrow_white.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:5px;
	height:7px;
	top:50%;
	margin-top:-3.5px;
	right: 15px;
	z-index: 2;
}
.top_3menu.col3area .box a:hover .contactBtn:after {
	background:url("../images/common/arrow_red.png") no-repeat;
	background-size: cover;
	right: 13px;
}

.top_3menu.col3area .box a:hover .contactBtn {
	color: #002D76;
    padding: 4px;
	border: solid 2px #002D76;
	background: #F2F2F2;
}

/* blue */
.top_3menu .box.blue .title {
	color: #3e85ff;
}


.top_3menu .box.blue:hover a.inner .text {
    color: #3e85ff;
}


/* .top #content01 */


.top #content01 .col3area {
	margin-bottom: 60px;
}
.top #content01 .col3area .box a {
	display: block;
	background-color: #efefef;
	border-radius: 20px;
	padding: 30px;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content01 .col3area .box a:hover {
	background-color: #DCDCDC;
}
.top #content01 .col3area .box .img {
	max-width: 220px;
	height: auto;
	margin: 0 auto 10px auto;
}
.top #content01 .col3area .box img:hover {
	opacity: 1;
}
.top #content01 .col3area .box .text {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 1px;
	color: #000;
}
.top #content01 .col3area .box .text span {
	font-size: 21px;
	color: #fb4861;
}

.onestop_wrap {
	margin-top: 80px;
	margin-bottom: 60px;
}
.onestop_wrap .inner {
}
.onestop_wrap .col4area {
	padding:0 80px 10px 30px;
    border-radius: 20px;
-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}
.onestop_wrap .col4area .box {
	text-align: center;
	display:table;
	width: 100%;
}
.onestop_wrap .lead_center {
	margin-bottom: 60px;
}
.onestop_wrap .col4area .box .img {
	width: 290px;
	height: auto;
	margin: 0 auto 5px auto;
	display:table-cell;
	padding-right:30px;
}
.onestop_wrap .col4area .box .img img {
	width: 220px;
	height: auto;
}
.onestop_wrap .col4area .box .img a {
	display:inline-block;
}
.onestop_wrap .col4area .box .img:hover a img {
	opacity: 0.6;
}
.onestop_wrap .col4area .box .btn_gray {
	margin-top: 10px;
	width: 100%;
}
.onestop_wrap .col4area .box .btn_area {
	display:table-cell;
	vertical-align:middle;
}
.onestop_wrap .col4area .box .btn_area .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.onestop_wrap .col4area .box .btn_gray {
	margin-bottom: 0;
}
.onestop_wrap .col4area .box .btn_gray a {
	width: 246px;
	display: block;
	font-weight: 500;
    background-color: #efefef;
    border-radius: 8px;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    padding: 25px 10px;
    position: relative;
	line-height: 25px;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.onestop_wrap .col4area .box .btn_gray a:hover {
    background-color:#CECECE;
}
.onestop_wrap .col4area .box .btn_gray a span {
	padding: 0;
	position: relative;
	padding-left:35px;
	display:inline-block;
}


.onestop_wrap .cloudSec {
    border-radius: 20px;
-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
	text-align:center;
	margin-top:25px;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.onestop_wrap .cloudSec:hover {
    background-color:#CECECE;
}
.onestop_wrap .cloudSec a {
	display:block;
	padding:28px;
}
.onestop_wrap .cloudSec .headTitle {
	font-size:28px;
	display:inline-block;
	padding:0 0 0 80px;
	line-height:60px;
	margin-bottom:20px;
}




/*.onestop_wrap .col4area .box .contactBtn:after {
    content: "";
    background: url(../images/common/arrow_white.png)no-repeat;
    background-size: cover;
    position: absolute;
    width: 5px;
    height: 7px;
    top: 50%;
    margin-top: -3.5px;
    right: 15px;
    z-index: 2;
}
.onestop_wrap .col4area .box .contactBtn:hover:after {
    background: url(../images/common/arrow_red.png)no-repeat;
    background-size: cover;
}
.onestop_wrap .col4area .box .contactBtn a {
	padding: 2px;
	font-size: 14px;
	font-weight: 500;
}
.onestop_wrap .col4area .box .contactBtn a:hover {
	padding: 0px 2px;
}

.onestop_wrap .col4area .box .blue .contactBtn {
	background: linear-gradient(to right, #2d52a1, #3e85ff);
}
.onestop_wrap .col4area .box .blue .contactBtn:hover a {
	color: #3e85ff;
	border: solid 2px #3e85ff;
}
.onestop_wrap .col4area .box .blue .contactBtn:hover:after {
    background: url(../images/common/arrow_blue.png)no-repeat;
    background-size: cover;
}*/


/* content02bg */
.content02bg {
	background: url("../images/top/task_bg.png") no-repeat top center;
    background-size: 2700px auto;
}

/* content02 */
.top #content02 {
	padding-top: 130px;
	margin-bottom: 142px;
}
.top #content02 .col3area .box {
	position: relative;
	margin-bottom: 18px;
}
.top #content02 .col3area .box a {
	display: block;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.top #content02 .col3area .box:before {
	content: "";
	background:url("../images/top/task_border.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:16px;
	height:5px;
	top:32px;
	left: 0;
   pointer-events: none;
}
.top #content02 .col3area .box:after {
	content: "";
	background:url("../images/common/arrow_bg_red.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:22px;
	height:22px;
	top: 50%;
	margin-top:-11px;
	right: 20px;
   pointer-events: none;
}
.top #content02 .col3area .box a:hover {
	background-color: #F2F2F2;
}

.top #content02 .col3area .title {
	font-size: 18px;
	line-height: 33px;
	color: #000;
	margin-bottom: 10px;
}
.top #content02 .col3area .tag span {
	background-color: #efefef;
	border-radius: 100px;
	font-size: 13px;
	line-height: 28px;
	color: #000;
    padding: 7px 10px 7px 34px;
	position: relative;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content02 .col3area a:hover .tag span {
    background-color:#CECECE;
}
.top #content02 .col3area .tag span:before {
	background-size: cover !important;
	content: "";
	position:absolute;
	width:23px;
	height:17px;
	top:50%;
	margin-top:-8.5px;
    left: 10px;
}
.top #content02 .col3area .tag.cloud span:before {
	background:url("../images/top/task_icon_cloud.png") no-repeat;
}
.top #content02 .col3area .tag.system span:before {
	background:url("../images/top/task_icon_system.png") no-repeat;
}
.top #content02 .col3area .tag.human span:before {
	background:url("../images/top/task_icon_human.png") no-repeat;
}



/* content03 */
.top #content03 {
	padding-bottom: 80px;
}
.top #content03 .col4area {
	margin-bottom: 60px;
}
.top #content03 .col4area .box {
	background-color: #efefef;
	border-radius: 7px;
    width: 22.6%;
    margin-right: 3.2%;
	text-align: center;
	position: relative;
	margin-top: 10px;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content03 .col4area .box:hover {
	background-color: #DBDBDB;
}



.top #content03 .col4area .box .icon {
	position:absolute;
	width:76px;
	height:76px;
	left:50%;
	margin-left:-38px;
	top: -38px;
}


.top #content03 .col4area .box .title {
	font-size: 14px;
	font-weight: normal;
	padding: 60px 5px 30px 5px;
	border-bottom: solid 2px #fff;
	color: #000;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;

}
.top #content03 .col4area .box .title span {
	font-size: 19px;
	font-weight: 700;
	color: #fb4861;
}
.top #content03 .col4area .box.blue .title span {
	color: #3e85ff;
}
.top #content03 .col4area .box .btn {
	font-size: 16px;
  display: table;
  width: 100%;
}
.top #content03 .col4area .box .btn .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
	color: #000;
	position: relative;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content03 .col4area .box.blue a:hover .title ,
.top #content03 .col4area .box.blue a:hover .btn .inner {
	color: #3e85ff;
}
.top #content03 .col4area .box .btn .inner:after {
	content:"";
	background:url("../images/common/arrow_blue.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:8px;
	height:12px;
	top:50%;
	margin-top:-6px;
	right: 15px;
}
.top #content03 .col4area .box .text {
	padding: 20px;
	font-size: 18px;
  display: table;
  width: 100%;
}
.top #content03 .col4area .box .text span {
	font-size: 25px;
	color: #fb4861;
	font-weight: 700;
}
.top #content03 .col4area .box .text .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
	color: #000;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content03 .col4area .box:nth-child(4n) {
	margin-right: 0;
}
.top #content03 .col4area .box a:hover .title ,
.top #content03 .col4area .box a:hover .text .inner {
	color: #fb4861;
}



/* content04 */
.top #content04 {
	background: url("../images/top/case_bg.png") no-repeat top center , #efefef;
    background-size: 2700px auto;
	padding: 80px 0px;
}
.top #content04 .title_center .title {
	color: #fff;
    -webkit-text-fill-color: white;
}
.top #content04 .lead_center {
	color: #fff;
}
.top #content04 .col3area {
	margin-bottom: 60px;
}
.top #content04 .col3area .box a {
	display: block;
	background-color: #fff;
	border-radius: 11px;
	padding: 40px 45px;
	color: #000;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}
.top #content04 .col3area .title {
	font-size: 18px;
	line-height: 33px;
	color: #000;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content04 .col3area .text {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content04 .col3area ul {
	margin: 0;
	padding: 0;
}
.top #content04 .col3area li {
	font-size: 15px;
	line-height: 25px;
	list-style: none;
	position: relative;
	padding-left: 17px;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content04 .col3area li:before {
	content: "■";
	position: absolute;
	left: 0px;
	color: #002D76;
}
.top #content04 .col3area a:hover li ,
.top #content04 .col3area a:hover .text ,
.top #content04 .col3area a:hover .title {
    color: #002D76;
}
.top #content04 .col3area .btn {
	width: 136px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.top #content04 .col3area .btn {
    padding: 3px 5px 3px 26px;
	background-color: #e6e6e6;
	font-size: 13px;
	display: block;
	border-radius: 100px;
	color: #000;
	position: relative;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.top #content04 .col3area .box:hover .btn {
	background-color: #ccc;
}
.top #content04 .col3area .btn:before {
	content:"";
	background:url("../images/common/arrow_bg_red.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:13px;
	height:13px;
	top:50%;
	margin-top:-6.5px;
	left: 20px;
}

.top #content04 .col3area .box .img.cslist {
	text-align:center;
}
.top #content04 .col3area .box .img.cslist img {
	max-height:105px;
}

/* col2_news_wrap */

.col2_news_wrap {
	padding-top: 80px;
	font-size: 0;
}
.col2_news_wrap .blog_area ,
.col2_news_wrap .topics_area {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 30px;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.col2_news_wrap .title {
	text-align: center;
	color: #fb4861;
	margin-bottom: 40px;
}
.col2_news_wrap .blog_area {
	margin-right: 2%;
}
.col2_news_wrap .blog_area ul {
	margin: 0;
	padding: 0;
}
.col2_news_wrap .blog_area ul li:not(:last-child) {
	margin-bottom: 30px;
}
.col2_news_wrap .blog_area .img {
	width: 110px;
	height: 77px;
	float: left;
	background: url("../images/common/no_thumbnail.jpg") no-repeat center;
	background-size: cover;
}
.col2_news_wrap .blog_area .text {
	width: calc(100% - 130px);
	float: right;
	color: #000;
}
.col2_news_wrap .blog_area .text p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.col2_news_wrap .blog_area li :hover .text p {
    color: #fb4861;
}
.col2_news_wrap .blog_area .text .tag {
	font-size: 12px;
	border: solid 1px #000;
	border-radius: 100px;
    padding: 3px 13px;
}
.col2_news_wrap .blog_area .text .data {
	font-size: 14px;
	margin-left: 15px;
}
.col2_news_wrap .topics_area ul {
	margin: 0;
	padding: 0;
}

.col2_news_wrap .topics_area ul li:hover p ,
.col2_news_wrap .topics_area ul li:hover .data {
    color: #fb4861;
}
.col2_news_wrap .topics_area ul li:not(:last-child) {
	margin-bottom: 10px;
}
.col2_news_wrap .topics_area ul li p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.col2_news_wrap .topics_area ul li .data {
	font-size: 14px;
	line-height: 26px;
	color: #000;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}


/* content05 */
#foot_download {
	background: url("../images/top/download_bg.png") no-repeat center;
	background-size: cover;
	padding: 80px 0px;
}
#foot_download .title_center {
	margin-top: -10px;
    margin-bottom: 40px;
}
#foot_download .title_center .title {
	color: #fff;
    -webkit-text-fill-color: white;
}
#foot_download .col3area {
	text-align:center;
}
#foot_download .col3area .box {
	margin-right: 0;
	text-align:left;
}
#foot_download .col3area .box:nth-child(2),
#foot_download .col3area .box:nth-child(3) {
	margin-left: 1.2%;
}
#foot_download .col3area .box a {
	display: block;
	padding: 35px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
#foot_download .col3area .box a:hover {
	background-color: rgba(226,226,226,0.85);
}
#foot_download .col3area .box .title {
	font-weight: normal;
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}
#foot_download .col3area .box .title:before {
	content: "●";
	color: #FAAC1A;
	margin-right: 5px;
}
#foot_download .col3area .box .img {
	width: 100%;
	height: 178px;
	background: url("../images/common/no_thumbnail.jpg") no-repeat center;
	background-size: cover;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
#foot_download .col3area .box:hover .img {
	opacity: 0.6;
}
#foot_download .col3area .box .sub_title {
	color: #FAAC1A;
	font-weight: 700;
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 10px;
}
#foot_download .col3area .box .text {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
	color: #000;
}
#foot_download .col3area .box .topContBtnWrap01 {
	padding-top: 0;
}
#foot_download .col3area .box .btn_defa {
    width: 70%;
}
#foot_download .col3area .box .btn_defa {
	font-size: 14px;
	position: relative;
}
#foot_download .col3area .box .btn_defa:before {
	content:"";
	background:url("../images/top/download_icon.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:18px;
	height:17px;
	top:50%;
	margin-top:-8.5px;
	left: 30px;
}

#foot_download .col3area .box .contactBtn {
    width: 218px;
	max-width: 100%;
	padding: 0;
	position: relative;
    padding: 22px 12px 22px 42px;
	color: #fff;
	height: 68px;
    font-size: 14px;
	font-weight: 600;
}

#foot_download .col3area .box a:hover .contactBtn {
    padding: 20px 10px 20px 40px;
	background: #fff;
	border: solid 2px #FAAC1A;
	color: #FAAC1A;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
#foot_download .col3area .box .contactBtn:before {
    content: "";
    background: url(../images/top/download_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 18px;
    height: 17px;
    top: 50%;
    margin-top: -8.5px;
    left: 30px;
}
#foot_download .col3area .box a:hover .contactBtn:before {
    content: "";
    background: url(../images/top/download_icon_yellow.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 18px;
    height: 17px;
    top: 50%;
    margin-top: -8.5px;
    left: 30px;
	z-index: 99;
   pointer-events: none;
}



/************* footer **************/

footer {

}
footer p {
    padding: 0;
    margin: 0 0 30px 0;
}
footer .clearfix {
    overflow: hidden;
}
footer a {
    backface-visibility: hidden;
}


/* foot_contact */
#foot_contact {
	background-color: #f2f2f2;
	padding: 80px 0px;
}
.cs_top #foot_contact,
.cs_detail #foot_contact {
	background-color: #fff;
}
.priceTemp #foot_contact {
    background-color: #fff;
}
#foot_contact .contact_wrap {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
    padding: 2px;
    border-radius: 20px;
    background: #002D76;
}
#foot_contact .contact_wrap .inner {
    border-radius: 18px;
    background-color: #fff;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
#foot_contact .contact_wrap .inner:hover {
    background-color:#EFEFEF;
}
#foot_contact .contact_wrap a {
	color: #000;
	display: block;
    padding: 50px 40px;
}
#foot_contact .title_center {
	margin-bottom: 10px;
}
#foot_contact .title_center .title {
	font-size: 35px;
	line-height: 43px;
}
#foot_contact .text {
	text-align: center;
	font-size: 23px;
	line-height: 43px;
	margin-bottom: 25px;
}

#foot_contact .contact_box .btn_area {
	float: left;
	vertical-align: middle;
	width: 47%;
}
#foot_contact .contact_box .btn_area .topContBtnWrap01 {
	padding: 0;
}
#foot_contact .contact_box .btn_area .contactBtn {
	width: 100%;
}
#foot_contact .contact_box .btn_area .contactBtn {
    padding: 28px 8px 28px 28px;
	font-size: 20px;
	color: #fff;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
#foot_contact a:hover .contact_box .btn_area .contactBtn {
    padding: 26px 6px 26px 26px;
	background: #fff;
    color: #002D76;
	border: solid 2px #002D76;
}
#foot_contact .contact_box .btn_area .contactBtn span {
	position: relative;
	font-weight:700;
}
#foot_contact .contact_box .btn_area .contactBtn span:before {
	content:"";
	background:url("../images/common/contact_icon_mail.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:20px;
	height:17px;
	top:50%;
	margin-top:-8.5px;
	left: -30px;
}
#foot_contact a:hover .contact_box .btn_area .contactBtn span:before {
	background:url("../images/common/contact_icon_mail_red.png") no-repeat;
	background-size: cover;
}
#foot_contact .tel_area {
	vertical-align: middle;
	float: right;
	text-align: left;
	width: 47%;
	text-align: center;
  display: table;
}
#foot_contact .tel_area .child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#foot_contact .tel_area .tel {
	font-size: 37px;
}
#foot_contact .tel_area .tel span {
	position: relative;
	padding-left: 45px;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
#foot_contact .tel_area .tel span:before {
	content:"";
	background:url("../images/common/contact_icon_tel.png") no-repeat;
	background-size: cover;
	position:absolute;
	width:34px;
	height:34px;
	top:50%;
	margin-top:-17px;
	left: 0;
}

#foot_contact .tel_area p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 14px;
}


/* footer */


#gfooter {
	background-color: #cccccc;
font-family: 'Noto Sans JP', sans-serif;
}
.footerWrap01 {
	padding: 46px 0px 80px 0px;
}
.footerNaviWrap {
	display: table;
	width: 100%;
}
.footerLogo {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 280px;
}
.footerLogo img {
	width: 232px;
	height: auto;
}
.footerNaviCont01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	/*padding-left: 86px;*/
	width: 240px;
}
.footerNaviCont01.fn01 {
	width: auto;
}
.footerNaviCont01.fn02 {
	width: auto;
}
.footerNaviCont01.fn03 {
	width: 170px;
}
.footerNaviCont01 ul {
	padding-right: 0;
	padding-left: 20px;
margin:0 auto;
list-style:none;
}
.footerNaviCont01 li {
	position: relative;
    padding-left: 0.9em;
    line-height: 1.4em;
}
.footerNaviCont01 li.lv1 {
	font-weight: bold;
	padding-left: 1em;
	margin-top: 10px;
	font-size: 13px;
color:#4d4d4d;
}
.footerNaviCont01 li.lv1:first-child {
	margin-top: 10px;
}
.footerNaviCont01 li.lv1:before {
	content: "■ ";
	position: absolute;
	left: -0.4em;
	top: 2px;
}
.footerNaviCont01 li.lv1 a {
	font-size: 13px;
}
.footerNaviCont01 li.lv15 {
	font-weight: bold;
	padding-left: 0.8em;
}
.footerNaviCont01 li.lv2 {
	font-weight: bold;
	padding-left: 1em;
}
.footerNaviCont01 li.lv2:before {
	content: "-";
	position: absolute;
	left: 0.2em;
	top: 0;
}
.footerNaviCont01 a {
	font-size: 12px;
	line-height: 1.9em;
	color: #4d4d4d;
}
.footerNaviWrap a:hover {
	color: #fb4861;
	text-decoration: none;
}
.footerNaviWrap a.nolink:hover {
	color: #4d4d4d;
}

footer .contIn1200 {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

/*@media screen and (max-width:1093px) {*/
@media only screen and (max-width: 1093px) {

	#gfooter {
		background-color: #cccccc;
	}
	.footerWrap01 {
		padding: 30px 0px 30px 0px;
	}
	.footerNaviWrap {
		display: block;
		width: auto;
	margin:0 auto;
	padding:0 20px;
	}
	.footerLogo {
		display: block;
		text-align: center;
		vertical-align: top;
		width: auto;
	}
	.footerLogo img {
		width: 240px;
		height: auto;
	}
	.footerNaviCont01 {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		/*padding-left: 86px;*/
	}
	.footerNaviCont01 a {
		font-size: 12px;
		line-height: 1.9em;
	}
	.footerNaviWrap a:link {
		color: #4d4d4d;
		text-decoration: none;
	}
	.footerNaviWrap a:hover {
		color: #fb4861;
		text-decoration: none;
		font-weight: bold;
	}
	.footerNaviWrap a:active {
		color: #4d4d4d;
		text-decoration: none;
	}

	.footerNaviCont01 {
		display: block;
		text-align: left;
		vertical-align: top;
		width: auto;
	}
	.footerNaviCont01.fn01 {
		width: auto;
	}
	.footerNaviCont01.fn02 {
		width: auto;
	}
	.footerNaviCont01.fn03 {
		width: auto;
	}
	.footerNaviCont01 ul {
		padding-right: 0;
		padding-left: 20px;
	margin:0 auto;
	}
	.footerNaviCont01.fn01 ul {
	margin:20px auto 0;
	}
	.footerNaviCont01 li {
		position: relative;
		padding-left: 1em;
		line-height: 1.6em;
	display:none;
	}
	.footerNaviCont01 li.lv1 {
		font-weight: bold;
		padding-left: 1em;
		margin-top: 3px;
		font-size: 13px;
	display:block;
	}
	.footerNaviCont01 li.lv1:first-child {
		margin-top: 3px;
	}
	.footerNaviCont01 li.lv1:before {
		content: "■";
		position: absolute;
		left: -0.4em;
		top: 2px;
	}
	.footerNaviCont01 li.lv1 a {
		font-size: 13px;
	}
	.footerNaviCont01 li.lv2 {
		font-weight: bold;
		padding-left: 1em;
	}
	.footerNaviCont01 li.lv2:before {
		content: "-";
		position: absolute;
		left: 0.2em;
		top: 0;
	}
	.footerNaviCont01 li.spSub {
	display:block;
		line-height: 23px;
		padding-left: 14.5px;
	}
	footer .contIn1200 {
		width: auto;
	}
}

#AllFooterArea {
	width: 100%;
	z-index: 1000; /*position: absolute;*/
	bottom: 0;
	font-size: 12px;
	border-bottom: 4px solid #002D76;
}
#AllFooterArea #FooterBottom {
	width: 100%;
	background: #dcdcdc;
	text-align: left;
}
#FooterBottom .content {
	width: 960px;
	margin: 0 auto;
	padding: 17px 0 36px 0;
	color: #cccccc;
}
#LogoArea {
	margin: 0;
}
#LogoArea ul{
	margin:0;
	padding:0;
}


#LogoArea li {
	float: left;
	list-style:none;
	vertical-align: bottom;
}
#FooterBottom #LogoArea .Logo {
	width: 80px;
	padding-top:5px;
}
#FooterBottom #LogoArea .Logo a {
    width: 50px;
    height: 64px;
    background: url(../images/common/logo_dts.png) no-repeat left top;
        background-size: auto;
    background-size: contain;
    display: block;
    margin-top: 1px;
}
#FooterBottom #LogoArea .Corp {
	width: 640px;
	color: #07585f;
	font-size: 14px;
	padding-top: 3px;
}
#FooterBottom #LogoArea .Corp p {
	font-size: 12px;
	font-weight:500;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 23px;
}
#FooterBottom #CopyArea {
	margin-top: 0px;
}
#FooterBottom #CopyArea ul {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	padding:0;
	margin-bottom:0;
}
#FooterBottom #CopyArea ul li ul {
	margin-bottom: 15px;
}
#FooterBottom #CopyArea ul li ul li {
	width: /*250px*/25%;
	float: left;
	color: #333;
	padding-left: 12px;
	text-indent: -12px;
	list-style:none;
	word-break:break-all;
    line-height: 23px;
}
#FooterBottom #CopyArea ul li ul li:before {
	content: "・";
	display: inline;
	color: #333;
}
#FooterBottom #CopyArea ul li ul li.first {
	width: 130px;
}
#FooterBottom #CopyArea a {
	color: #07585f;
	text-decoration:none;
	font-weight:500;
}
#FooterBottom #CopyArea a:hover {
	color: #07585f;font-weight: normal;
}
#FooterBottom #CopyArea ul li p {
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 1.6;
	color: #333;
}
#AllFooterArea #CopyArea .ISMS {
	background-color: #fff;
}
#AllFooterArea #CopyArea .ISMS .img {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}
#AllFooterArea #CopyArea .ISMS .img img {
	width: 100%;
	height: auto;
}
#AllFooterArea #CopyArea .ISMS ul {
	margin-top: 0;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
    padding-left: 20px;
}
#AllFooterArea #CopyArea .ISMS ul li {
	font-size: 10px;
	line-height: 14px;
	color: #000;
}
#AllFooterArea #CopyArea .ISMS ul li dl ,
#AllFooterArea #CopyArea .ISMS ul li dt ,
#AllFooterArea #CopyArea .ISMS ul li dd {
	margin: 0;
	padding: 0;
}
#AllFooterArea #CopyArea .ISMS ul li dt {
	float: left;
	width: 75px;
}
#AllFooterArea #CopyArea .ISMS ul li dd {
	margin-left: 75px;
}
.nodisp {
	display: none;
}


#FooterBottom{
	font-weight: normal;
    font-style: normal;
}


.flexwrap02{
	display:flex;
	padding-top:20px;
}
.flexwrap02 .block.b01{
}
.flexwrap02 .block .hset{
	display:inline-block;
}
.flexwrap02 .block .set{
	display:inline-block;
	padding-right:30px;
}
.flexwrap02 .block .set a{
	white-space:nowrap;
	font-size:12px;
	line-height:12px;
}
.flexwrap02 .certification{
	padding-top:20px;
	width:100%;
}
.flexwrap02 .certification div.img {
    width: 120px;
}
.flexwrap02 .certification div.text {
	color:#000;
    padding-right: 20px;
}
.flexwrap02 .block.b03 .certification .text{
    padding-right: 0;
}
.copyright {
	padding-top:40px;
	    font-size: 10px;
    line-height: 1.6;
    color: #333;
}













@media only screen and (max-width: 1200px) {
	footer .contIn1200 {
		width: 98%;
	}
	.footerLogo {
		width: 240px;
	}
}

/*@media screen and (max-width:1093px) {*/
@media only screen and (max-width: 1093px) {

	#AllFooterArea {
		width: 100%;
		z-index: 1000; /*position: absolute;*/
		bottom: 0;
		font-size: 12px;
		border-bottom: 4px solid #002D76;
	}
	#AllFooterArea #FooterBottom {
		width: 100%;
		background: #dcdcdc;
		text-align: left;
	}
	#FooterBottom .content {
		width: auto;
		margin: 0 auto;
		padding: 19px 15px 60px 15px;
		color: #cccccc;
	}
	#LogoArea {
		margin: 0;
	}

	#LogoArea li {
		margin:0;
		list-style:none;
		float: left;
		vertical-align: bottom;
	}
	#FooterBottom #LogoArea .Logo {
		width: auto;
		height: auto;
	}
	#FooterBottom #LogoArea .Logo a {
		width: 95px;
		height: 64px;
		background:url(../images/common/logo_dts.png)  no-repeat left top;
		background-size:contain;
		display: block;
	}
	#FooterBottom #LogoArea .Corp {
		width: auto;
		color: #07585f;
		font-size: 14px;
		padding-top: 3px;
	}
	#FooterBottom #LogoArea .Corp p {
		font-size: 11px;
		margin-top: 3px;
		line-height: 23px;
	}
	#FooterBottom #CopyArea {
		margin-top: 0px;
	}
	#FooterBottom #CopyArea ul {
		width: auto;
		margin-top: 10px;
		font-size: 12px;
		float: none;
		line-height: 23px;
		margin-top: -6px;
	}
	#FooterBottom #CopyArea > ul {
		margin-top: 10px;
	}
	#FooterBottom #CopyArea ul li ul {
		margin-bottom: 15px;
	}
	#FooterBottom #CopyArea ul li ul li {
		width: 100%;
		float: none;
		color: #333;
		padding-left: 12px;
		text-indent: -12px;
	}
	#FooterBottom #CopyArea ul li ul li:before {
		content: "・";
		display: inline;
		color: #333;
	}
	#FooterBottom #CopyArea ul li ul li.first {
		width: 130px;
	}
	#FooterBottom #CopyArea a {
		color: #07585f;
	}
	#FooterBottom #CopyArea a:hover {
		color: #07585f;
	}
	#FooterBottom #CopyArea ul li p {
		margin: 10px 0 0 0;
		font-size: 10px;
		line-height: 1.6;
		color: #333;
	}
	#AllFooterArea #CopyArea .ISMS {
		width: 620px;
		margin: 15px auto;
		float: none;
		text-align: right;
		position:static;
	}
	.nodisp {
		display: none;
	}



.flexwrap02{
	display:block;
	padding:5px 0;
}
.flexwrap02 .block.b01{
	width:auto;
}
.flexwrap02 .block.b02{
	width:auto;
}
.flexwrap02 .block.b03{
	width:auto;
}
.flexwrap02 .certification {
    padding-top: 10px;
}
.flexwrap02 .block .set{
	display:block;
}
.flexwrap02 .block .set:first-child{
	padding-right:0;
}
.flexwrap02 .certification div.text {
    padding-right: 0;
}
.copyright {
	padding-top:0;
}
}




/********** 画面右下固定 **********/


#svc219 .bottom_bnr {
	display:none !important;
}
#svc219 .fnav_sec .bottom_bnr {
	display:block !important;
}
.bottom_bnr {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 315px;
}
.bottom_bnr .pconly .box {
	position: relative;
}
.bottom_bnr .pconly .box a {
	display: block;
	background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	padding: 40px 15px 15px 15px;
	z-index: 1;
}
.bottom_bnr .box:not(:last-child) {
	margin-bottom: 7px;
}
.bottom_bnr .box .closeBtn {
	position: absolute;
	right: 15px;
	top: 15px;
    height: 15px;
	z-index: 2;
}
.bottom_bnr .box .closeBtn img {
    vertical-align: top;
}

.bottom_bnr .box .closeBtn img:hover {
	cursor: pointer;
}
.bottom_bnr .topContBtnWrap01 {
	padding: 0;
}

.bottom_bnr .topContBtnWrap01 .btn_effect {
	width: 100%;
}

.bottom_bnr .topContBtnWrap01 .contactBtn {
	border-radius: 0;
}
.bottom_bnr .topContBtnWrap01 .contactBtn a {
	border-radius: 0;
}
.bottom_bnr .pconly .topContBtnWrap01 .contactBtn {
    color: #fff;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: bold;
}
.bottom_bnr .img_text {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.bottom_bnr .img_text .left_text {
	display: table-cell;
	width: 52%;
	vertical-align: top;
}
.bottom_bnr .img_text .right_img {
	display: table-cell;
	width: 48%;
	vertical-align: top;
}
.bottom_bnr .img_text .right_img img {
	opacity: 1;
}

.bottom_bnr.pt3 .img_text .right_img {
	text-align:center;
}
.bottom_bnr.pt3 .img_text .right_img img {
	width:auto;
	height:120px;
}


.bottom_bnr .img_text .left_text .text1 {
	font-size: 14px;
	color: #fb4861;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	margin: 0px 10px;
	background: url("../images/common/cta_bg1.png") no-repeat center left ,url("../images/common/cta_bg2.png") no-repeat center right;
}
.bottom_bnr .img_text .left_text .text2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.bottom_bnr .topContBtnWrap01 span {
	position: relative;
	padding-left: 25px;
}
.bottom_bnr .topContBtnWrap01.download span:before {
	content:"";
	background:url("../images/common/cont_btn_ar02_on.png") no-repeat;
	background-size: cover !important;
	position:absolute;
	width:16px;
	height:15px;
	top:50%;
	margin-top:-7.5px;
	left: 0;
}
.bottom_bnr .pconly .topContBtnWrap01 {
	height: 66px;
  display: table;
  width: 100%;
}
.bottom_bnr .pconly .topContBtnWrap01 .contactBtn {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.bottom_bnr .pconly .box:hover .topContBtnWrap01.download .contactBtn span:before {
	background:url("../images/common/cont_btn_ar02.png") no-repeat;
}
.bottom_bnr .pconly .box:hover .topContBtnWrap01 {
	border: 2px solid #fb4861;
}
.bottom_bnr .pconly .box:hover .topContBtnWrap01 .contactBtn {
	color: #fb4861;
	background: #fff;
}

.bottom_bnr .topContBtnWrap01.contact .contactBtn span:before {
	content:"";
	background:url("../images/common/contact_icon_mail.png") no-repeat;
	background-size: cover !important;
	position:absolute;
	width:16px;
	height:15px;
	top:50%;
	margin-top:-7.5px;
	left: 0;
}
.bottom_bnr .pconly .box:hover .topContBtnWrap01.contact .contactBtn span:before {
	background:url("../images/common/contact_icon_mail_red.png") no-repeat;
}




/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/

/******************/
/* for Tablet    */
/* 769px-1024px    */
/******************/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
	.col1area{
	width:95%;
	}
	.col2area {
		width: 90%;
	}
	
	
	/********************* top sp *********************/
	/*
	#sb-site.top {
		background: url(../images/top/top_mainvisual_tb.png)no-repeat top left , #fff;
		background-size:auto;
	}*/
	#mainvisual {
	}
	
	.onestop_wrap .col4area .box {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	.onestop_wrap .col4area .box:nth-child(2n) {
		margin-right: 0;
	}
	.onestop_wrap .col4area .box .contactBtn {
		width: 270px;
	}
	
	.top #content02 .col3area .box {
		width: 49%;
		margin-right: 2%;
		vertical-align: top;
		margin-bottom: 2%;
	}
	.top #content02 .col3area .box:nth-child(2n) {
		margin-right: 0;
	}
	
	.top #content03 .lead_center {
		margin-bottom: 20px;
	}
	.top #content03 .col4area .box {
		width: 49%;
		margin-right: 2%;
		margin-top: 50px;
	}
	.top #content03 .col4area .box:nth-child(2n) {
		margin-right: 0;
	}
	
	.top #content04 .col3area .box {
    	width: 49%;
		margin-right: 2%;
		vertical-align: top;
		margin-bottom: 2%;
	}
	.top #content04 .col3area .box:nth-child(2n) {
		margin-right: 0;
	}
	#foot_download .col3area .box a {
    	padding: 20px;
	}
	#foot_download .col3area .box .btn_defa {
		width: 100%;
	}
	
	
	
	
	#foot_contact .contact_box .tel_area {
		width: 50%;
	}
	#foot_contact .contact_wrap a {
		padding: 20px;
	}
	
	
	
}



/******************/
/* for SP-TB      */
/* -768px    */
/* only Header    */
/******************/
@media only screen and (max-width: 768px) {
	.pcBr {
	display: none;
}
.spBr {
	display: inline;
}
	.contactBtn.blue {
    width: 100%;
}
	/* col1area */
	.col1area{
		width:100%;
		margin: 0 auto;
		display: block;
    }
	/* col3area */
	.col3area .box {
		width: 100%;
		margin-right: 0;
		display: block;
	}
	.col3area .box:not(:last-child) {
		margin-bottom: 30px;
	}
	.col3area .box .img {
		margin-bottom: 20px;
	}
	.col3area .box h3 {
		margin-bottom: 10px;
	}
	.col3area .box p {
		margin-bottom: 10px;
	}
	/* col2area */
	.col2area .box {
		width: 100%;
		margin-right: 0;
		display: block;
		margin-bottom: 30px;
	}
	.col2area .box h2 {
		margin-bottom: 10px;
	}
	.col2area .box p {
		margin-bottom: 10px;
	}
	/* col4area */
	.col4area .box {
		width: 100%;
		margin-right: 5.3%;
		display: inline-block;
		vertical-align: top;
	}
	.col4area .box:nth-child(4n) {
		margin-right: 0;
	}
	.col4area .box h2 {
		font-size: 27px;
		margin-bottom: 20px;
	}
	.col4area .box h3 {
		font-weight: bold;
    	margin-bottom: 15px;
	}
	.col4area .box p ,
	.col4area .box .btn_green a {
		font-size: 17px;
	}
	

	
	/* col2_news_wrap */
	.col2_news_wrap .blog_area ,
	.col2_news_wrap .topics_area {
		margin-right: 0;
		display: block;
		width: 100%;
	}
	.col2_news_wrap .blog_area {
		margin-bottom: 20px;
	}
	
	.btn_defa a {
		padding: 15px 0;
	}
	
	/********************* top sp *********************/
	#sb-site.top {
		background: url(../images/top/top_mainvisual_sp.png) no-repeat top right , #fff;
		background-size:auto;
	}
	
	#mainvisual {
	}
	#menu {
		display: none;
		margin-bottom: 0px;
	}
	#mainvisual .top_subtitle {
		font-size: 15px;
	}
	#mainvisual .top_title {
		font-size: 22px;
		line-height: 37px;
	}
	.top_title span {
		font-size: 30px;
	}
	.top .top_3menu {
		margin-bottom: 60px;
	}
	.top_3menu .box a {
		padding: 15px 15px 25px 15px;
	}
		
	.top_3menu .box .img {
    	max-width: 160px;
	}
	.top_3menu .box .title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.top_3menu .box .text {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.top_3menu .box .topContBtnWrap01 {
		text-align: center;
	}
	.top_3menu.col3area .box .contactBtn {
		height: auto;
		margin-bottom: 0;
	}
	
	.title_center .eng {
		font-size: 18px;
		line-height: 35px;
	}
	.title_center {
		margin-bottom: 10px;
	}
	.title_center .title {
		font-size: 26px;
		line-height: 34px;
	}
	.lead_center {
		font-size: 13px;
		line-height: 21px;
		text-align: left;
		margin-bottom: 30px;
	}
	
	.btn_defa {
		width: 100%;
	}
	
	/* .top #content01 */
	.top #content01 .col3area {
		margin-bottom: 30px;
	}
	.top #content01 .col3area .box a {
		padding: 15px;
	}
	.top #content01 .col3area .box .img {
    	max-width: 160px;
	}
	.top #content01 .col3area .box .text {
		letter-spacing: 0;
		font-size: 16px;
		line-height: 26px;
	}
	.top #content01 .col3area .box .text span {
    	font-size: 18px;
	}
	.top #content01 .col3area .box:not(:last-child) {
		margin-bottom: 20px;
	}
	.top .top_3menu.subcont {
	padding:40px 0;
}
	.onestop_wrap {
    	margin-top: 60px;
    	margin-bottom: 10px;
	}
	.onestop_wrap .inner {
    	padding: 0px;
	}
	.onestop_wrap .title_center {
		margin-bottom: 10px;
	}
	.onestop_wrap .title_center .title {
		font-size: 20px;
		line-height: 30px;
	}
.onestop_wrap .col4area {
    padding: 10px 20px;
	margin-bottom: 30px;
}
	.onestop_wrap .col4area .box .img {
		max-width: 180px;
		margin: 0 auto 3px auto;
		display:block;
		padding-right:0;
	}
.onestop_wrap .lead_center {
	margin-bottom: 30px;
}

.onestop_wrap .col4area .box .btn_gray a {
    width: 100%;
	padding: 15px 10px;
}
	.onestop_wrap .col4area .box .btn_area {
		display:block;
		margin-bottom: 0;
	}
	.onestop_wrap .col4area .box .btn_area .inner {
		display:block;
	}
	.onestop_wrap .col4area .box h4 {
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
	}
	.onestop_wrap .col4area .box h4 br {
		display: none;
	}
	
	.onestop_wrap .col4area .box {
		margin-bottom: 20px;
		display:block;
	}
	.onestop_wrap .col4area .box .contactBtn {
		width: 270px;
		max-width: 100%;
	}
	


.onestop_wrap .cloudSec {
    border-radius: 20px;
-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
	text-align:center;
	margin-top:25px;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
}
.onestop_wrap .cloudSec:hover {
    background-color:#CECECE;
}
.onestop_wrap .cloudSec a {
	display:block;
	padding:20px;
}
.onestop_wrap .cloudSec .headTitle {
	font-size:20px;
	display:inline-block;
	padding:5px 0 5px 50px;
	line-height:1.4em;
	margin-bottom:20px;
	text-align:left;
	background-size:auto 38px !important;
	background-position:left center !important;
}
.onestop_wrap .cloudSec .text {
	text-align:left;
}



	
	/* .top #content02 */
	.content02bg {
	}
	.top #content02 {
		padding-top: 50px;
		margin-bottom: 40px;
	}
	.top #content02 .col3area .title {
		font-size: 15px;
		line-height: 27px;
	}
	.top #content02 .col3area .box a {
		padding: 10px 40px 10px 30px;
	}
	.top #content02 .col3area .tag span {
		font-size: 13px;
	}
	
	/* .top #content03 */
	.top #content03 {
    	padding-bottom: 50px;
	}
	.top #content03 .lead_center {
		margin-bottom: 20px;
	}
	.top #content03 .col4area {
		margin-bottom: 30px;
	}
	.top #content03 .col4area .box {
		width: 100%;
    	margin-top: 36px;
	}
	.top #content03 .col4area .box .title {
    	padding: 43px 5px 15px 5px;
    	line-height: 22px;
	}
	.topContPriceWrap .col4area .box .btn .inner ,
	#content03 .col4area .box .btn .inner {
		padding: 15px 0px;
	}
	.top #content03 .col4area .box .title span {
    	font-size: 17px;
	}
	.top #content03 .col4area .box .icon {
		width: 60px;
		height: 60px;
		margin-left: -30px;
		top: -30px;
	}
	.top #content03 .col4area .box .btn a {
    	padding: 10px;
	}
	.top #content03 .col4area .box .text {
    	padding: 10px;
    	font-size: 15px;
	}
	
	/* .top #content04 */
	.top #content04 {
		/*background-size: 170%;*/
    	padding: 40px 0px;
	}
	.top #content04 .col3area .box a {
		background-color: #fff;
		border-radius: 6px;
		padding: 15px;
	}
	.top #content04 .col3area .title {
		font-size: 17px;
		line-height: 24px;
    	margin-bottom: 10px;
	}
	.top #content04 .col3area .text {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 21px;
	}
	.top #content04 .col3area .box .img {
		text-align: center;
		max-width: 270px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.top #content04 .col3area .box:not(:last-child) {
		margin-bottom: 20px;
	}
	.top #content04 .col3area {
		margin-bottom: 30px;
	}
	.top #content04 .col3area li {
		font-size: 13px;
		line-height: 21px;
	}
	.col2_news_wrap {
    	padding-top: 50px;
	}
	.col2_news_wrap .blog_area, .col2_news_wrap .topics_area {
		padding: 15px;
	}
	
	.col2_news_wrap .blog_area ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.col2_news_wrap .title {
		margin-bottom: 10px;
	}
	.col2_news_wrap .blog_area .img {
		text-align: center;
		width: 100%;
		height: 177px;
		margin-bottom: 10px;
		float: none;
	}
	.col2_news_wrap .blog_area .text {
		width: 100%;
		float: none;
	}
	.col2_news_wrap .topics_area ul li p ,
	.col2_news_wrap .blog_area .text p {
		font-size: 13px;
		line-height: 21px;
	}
	
	
	
	/* content05 */
	#foot_download {
		padding: 50px 0px;
	}
	
	#foot_download .title_center {
		margin-bottom: 20px;
	}
	#foot_download .col3area .box a {
    	padding: 15px;
	}
	.col3area .box:not(:last-child) {
		margin-bottom: 20px;
	}
	#foot_download .col3area .box .sub_title {
		font-size: 18px;
		line-height: 22px;
	}
	#foot_download .col3area .box .text {
		font-size: 13px;
		line-height: 21px;
	}
	
	#foot_download .col3area .box .btn_defa {
		width: 100%;
	}
	#foot_download .col3area .box .btn_defa a {
		padding: 15px 10px 15px 40px;
	}
	
	
	#foot_download .col3area .box .contactBtn {
		width: 100%;
	}
	
	/* foot_contact */
	#foot_contact {
		padding: 50px 0px;
	}
	#foot_contact .contact_wrap .inner a {
    	padding: 15px;
	}
	#foot_contact .title_center .title {
		font-size: 22px;
		line-height: 25px;
	}
	#foot_contact .text {
		text-align: left;
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	#foot_contact .contact_box .btn_area {
		float: none;
		vertical-align: middle;
		width: 100%;
		margin-top: 10px;
	}
	#foot_contact .tel_area .tel {
		font-size: 32px;
	}
	#foot_contact .tel_area {
		float: none;
		width: 100%;
	}
	#foot_contact .tel_area .tel span {
		padding-left: 37px;
		color: #000;
		font-size: 28px;
	}
	#foot_contact a .contact_box .btn_area .contactBtn {
		padding: 15px 10px 15px 30px;
	}
	#foot_contact a:hover .contact_box .btn_area .contactBtn {
		padding: 13px 8px 13px 28px;
	}
	
	
	/* footer */
	#AllFooterArea #CopyArea .ISMS {
		width: 100%;
	}
	#AllFooterArea #CopyArea .ISMS .img {
		width: 100%;
		max-width: 270px;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#AllFooterArea #CopyArea .ISMS ul {
    	display: block;
	}
	
	/********** 画面右下固定 **********/
	.bottom_bnr {
		width: 100%;
	}
	
	.bottom_bnr .sponly.ctt .box .clearfix  {
		text-align:center;
	}
	.bottom_bnr .sponly.ctt .box .clearfix .topContBtnWrap01.contact {
		margin:0 auto;
		float:none;
		width: 60%;
	}
	.bottom_bnr .sponly .box {
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    	padding: 5px 15px 10px 15px;
		position: relative;
	}
	
	.bottom_bnr .box:not(:last-child) {
		margin-bottom: 0px;
	}
	.bottom_bnr .topContBtnWrap01 {
		width: 49%;
		float: left;
		vertical-align: top;
		margin-bottom: -10px;
	}
	.bottom_bnr.pt3 .topContBtnWrap01 {
		width: 100%;
		float: none;
	}
	.bottom_bnr .topContBtnWrap01:first-child {
		margin-right: 2%;
	}
	.bottom_bnr.pt3 .topContBtnWrap01:first-child {
		margin-right: 0;
	}
	.bottom_bnr .topContBtnWrap01 .contactBtn a {
    	padding: 8px;
		font-size: 13px;
	}
	.bottom_bnr .topContBtnWrap01 .contactBtn:hover a {
		padding: 6px 10px;
	}
	.bottom_bnr .img_text {
		padding-right: 30px;
	}
	.bottom_bnr .img_text .right_img {
		width: 70px;
		vertical-align: middle;
	}
	.bottom_bnr .img_text .left_text {
		width: auto;
		vertical-align: middle;
	}
	.bottom_bnr .img_text .left_text br {
		display: none;
	}
	.bottom_bnr .img_text .left_text .text2 {
		font-size: 15px;
		line-height: 22px;
	}
	.bottom_bnr .img_text {
    	margin-bottom: 4px;
	}
	.bottom_bnr .box .closeBtn {
		position: absolute;
		right: 20px;
		top: 10px;
	}
	
	.bottom_bnr .topContBtnWrap01.download .contactBtn:hover span:before {
		background:url("../images/common/cont_btn_ar02.png") no-repeat;
	}
	.bottom_bnr .topContBtnWrap01.contact .contactBtn:hover span:before {
		background:url("../images/common/contact_icon_mail_red.png") no-repeat;
	}
	.bottom_bnr.pt3 .img_text .right_img img {
	width:auto;
	height:60px;
}
	
	
}


/* -------------------------------------------------------------------- 
/* サービスページテンプレート
-------------------------------------------------------------------- */
ul.svc_list{
padding-left:1em;
}
ul.svc_list li{
list-style: disc;
}

.table2col {
	display: table;
	width: 100%;
}
.table2col .text {
	display: table-cell;
	padding: 0 30px 0 0;
	vertical-align: top;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.table2col .img {
	display: table-cell;
	width: 450px;
}
.table2col .img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:799px) {
.table2col {
	display: block;
}
.table2col .text {
	display: block;
	padding: 0 0 15px;
}
.table2col .img {
	display: block;
	text-align: center;
	width: 100%;
}
.table2col .img img {
	width: 100%;
	max-width: 450px;
}
}

.serviceBox01 .linksHB {
text-align:center;
padding:10px 0 0;
}
.serviceBox01 .linksHB a {
display:inline-block;
color:#FFF;
font-weight:bold;
text-decoration:none;
background: #c62e4a;
background: -moz-linear-gradient(left, #c62e4a 0%, #eb5f4d 100%);
background: -webkit-linear-gradient(left, #c62e4a 0%,#eb5f4d 100%);
background: linear-gradient(to right, #c62e4a 0%,#eb5f4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62e4a', endColorstr='#eb5f4d',GradientType=1 );
border-radius:4px;
padding:2px 8px 3px;
transition:0.3s;
}
.serviceBox01 .linksHB a:hover {
opacity:0.7;
}

@media screen and (max-width:799px) {
.serviceBox01 .linksHB a {
padding:7px 8px 8px;
border-radius:8px;
}
}


/*2020/06/22 サービスページバナー追加*/

.main_banner{
	padding:80px 0 40px;
	position:relative;
background-color: #efefef;
}
.main_banner section{
width:1200px;
margin:0 auto;
text-align:left;
}
.bnr_wrap2{
	position:relative;
	padding-top:15px;
}
.bnr_wrap2 a{
	display:block;
	text-decoration:none;
	color:#000;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.bnr_wrap2 .img{
	position:absolute;
	left: 35px;
    top: -25px;
    width: 265px;
}
.bnr_wrap2 .img img:hover{
	opacity:1;
}
.bnr_wrap2 a:hover{
	opacity:0.8;
}

.bnr_wrap2 .sp_img{
	display:none;
}

.bnr_wrap2 .bnr_block01{
	background: rgb(221,82,102);
background: -moz-linear-gradient(left,  rgba(221,82,102,1) 0%, rgba(234,118,107,1) 100%);
background: -webkit-linear-gradient(left,  rgba(221,82,102,1) 0%,rgba(234,118,107,1) 100%);
background: linear-gradient(to right,  rgba(221,82,102,1) 0%,rgba(234,118,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd5266', endColorstr='#ea766b',GradientType=1 );
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    padding: 12px 15px 12px 300px;
    line-height: 130%;
}
.bnr_wrap2 .bnr_block02{
	background:#fff;
    padding: 15px 15px 15px 300px;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	border-radius:0 0 5px 5px;
overflow:hidden;
}
.bnr_wrap2 .bnr_block02 .text{
	font-size:18px;
	float:left;
	width:60%;
line-height:39px;
}
.bnr_wrap2 .bnr_block02 .dl{
	float:right;
    line-height: 150%;
	text-align:right;
}
.bnr_wrap2 .bnr_block02 .dl span{
	background: #B0302C url(/solution_sites/cloud/img/plus/cmn_yajirushi_white.png) no-repeat right 10px center/10px auto;/*191206add*/
    color: #FFF;
    padding: 10px 30px 10px 10px;/*191206add*/
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
display:inline-block;
}

@media screen and (max-width:799px) {

.main_banner section{
width:90%;
}
.bnr_wrap2 .img{
	display:none;
}
.bnr_wrap2 .sp_img{
	display:block;
	width:50%;
	margin:0 auto 10px auto;
text-align:center;
}

.bnr_wrap2 .bnr_block01 {
    font-size: 18px;
    padding: 10px 15px;
}
.bnr_wrap2 .bnr_block01 .text{
	text-align:center;
}

.bnr_wrap2 .bnr_block02 {
    padding: 15px 15px 30px 15px;/*191223add*/
}

.bnr_wrap2 .bnr_block02 .text {
    font-size: 14px;
    float: none;
    width: 100%;
	margin-bottom:10px;
	text-align:center;
}
.bnr_wrap2 .bnr_block02 .dl {
    font-size: 14px;
    float: none;
    width: 100%;
	text-align:center;
}
.bnr_wrap2 .bnr_block02 .dl span{
	font-size:14px;
}

}


.serviceImgWrap01.lead {
	margin-top: 0;
	margin-bottom: 60px;
}

.faqLinkWrap01 {
	color: #002D76;
}
.faqLinkWrap01 a:link {
	color: #002D76;
	text-decoration: underline;
}
.faqLinkWrap01 a:visited {
	color: #002D76;
	text-decoration: underline;
}
.faqLinkWrap01 a:hover {
	color: #002D76;
	text-decoration: none;
}
.faqLinkWrap01 a:active {
	color: #002D76;
	text-decoration: none;
}



.topPriceBlock02 {
text-align:left;
padding-top:40px;
}
		.tbl_title {
		 font-size: 18px;
		 font-weight: bold;
width:800px;
margin:0 auto 10px;
		}
		.tableset01 {
width:100%;
		 overflow-x: auto;
		 font-size: 14px;
		 line-height: 1.6em;
		 margin-bottom: 40px;
text-align:center;
		}
		.tableset01 table {
width:800px;
margin:0 auto;
		}
		.tableset01 th {
		 text-align: center;
		 font-weight: bold;
		 border: 1px solid #cdcdcd;
		 padding: 5px 10px;
		 background-color: #f2f2f2;
		}
		.tableset01 th.plan {
width:90px;
		}
		.tableset01 tr th.price {
width:160px;
		}
		.tableset01 td {
		 border: 1px solid #cdcdcd;
		 padding: 5px 10px;
		}

		.tableset01 .notes {
width:800px;
margin:10px auto 0;
text-align:left;
		}

.cloudBlockWrap01 {
    padding: 100px 0px 0px 0px;
}


.cloudLogoWrap02 {
	float: left;
}
.cloudLogoWrap01 {
    float: right;
}

@media screen and (max-width:799px) {

.cloudLogoWrap02 {
	float: none;
}
.cloudLogoWrap01 {
	text-align:center;
	float: none;
	margin-top: 10px;
}

}


.serviceImgWrap01 {
    text-align: center;
    margin-top: 35px;
}


/* サービスページ クラウド*/

.cloudblue  h3.detailH301 {
 border-bottom:2px solid #1e5c9b;
}
.cloudblue .detailBox01 {
    background-image: url(/solution_sites/cloud/img/service_line_top_blue.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 6px;
}
.cloudblue .page_anchor .contactBtn04 a {
    border: 2px solid #3e85ff;
    color: #3e85ff;
}
.cloudblue .page_anchor .contactBtn04 .effect {
    background-color: #3e85ff;
}
.cloudblue .page_anchor .contactBtn04:hover a {
    color: #fff;
}
.cloudblue .page_anchor .contactBtn04 a::before {
    background-image: url(../images/common/arrow_bottom_blue.png);
}
.cloudblue {
}
.cloudblue {
}
.cloudblue {
}
.cloudblue {
}
.cloudblue {
}


.freeSpace {
	padding:20px 0 0;
}


.freeSpace .center {
    text-align:center;
	}
.freeSpace .w1000 {
	display:block;
	max-width:1000px;
	text-align:left;
	margin:0 auto;
}
.freeSpace .w900 {
	display:block;
	max-width:900px;
	text-align:left;
	margin:0 auto;
}
.freeSpace .w800 {
	display:block;
	max-width:800px;
	text-align:left;
	margin:0 auto;
}
.freeSpace .w700 {
	display:block;
	max-width:700px;
	text-align:left;
	margin:0 auto;
}
.freeSpace .w600 {
	display:block;
	max-width:600px;
	text-align:left;
	margin:0 auto;
}

.freeSpace .small {
	display:flex;
	font-size:14px;
	}
.freeSpace .small span:last-child {
	flex:1;
}


/*2022/03/18 ブログ表組追加*/

.sub_detail{
	padding:20px 0 0;

}

.sub_detail .blog_tbl{
}
.sub_detail .blog_tbl th{
	text-align:center;
	background:#7eadff;
	padding:15px 5px;
	border:1px solid #FFF;
	font-size:14px;
	line-height:1.3em;
	color:#fff;
}
.sub_detail .blog_tbl td{
	text-align:center;
	padding:5px;
	border:1px solid #d1d1d1;
	font-size:14px;
	line-height:1.3em;
	background:#FFF;
}
.sub_detail .blog_tbl td:first-child{
	background:#d1d1d1;
	border:1px solid #FFF;
}
@media screen and (max-width:799px) {


.sub_detail .blog_tbl th,
.sub_detail .blog_tbl td{
	font-size:12px;
}





}