/* -----------------------
top
----------------------- */
.cloudS01{
    margin-bottom: 70px;
}
.cloudS01 .fstView{
	display: flex;
    justify-content: center;
    margin-top: 40px;
}
.cloudS01 .fstView .fstViewPic{
    position: relative;
}
.cloudS01 .fstView .fstViewPic img{
    z-index: -1;
}
.cloudS01 .fstView .fstViewPic .catch01{
    width: 60%;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgb(255 255 255 / 16%);
    padding: 10px 1rem;
}
.cloudS01 .fstView .fstViewPic .catch01 p{
    color: #333;
    z-index: 1;
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
}
.cloudS01 .fstView .fstViewPic .catch02{
    width: 89%;
    position: absolute;
    top: 80px;
    left: 20px;
    background-color: rgb(255 255 255 / 53%);
    padding: 20px 1rem;
}
.cloudS01 .fstView .fstViewPic .catch02 p{
    color: #333;
    z-index: 1;
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.cloudS01 .fstView .fstViewPic .catch03{
    width: 70%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgb(255 255 255 / 53%);
    padding: 10px 1rem;
}
.cloudS01 .fstView .fstViewPic .catch03 p{
    color: #333;
    z-index: 1;
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
}
.cloudS01 .fstView .fstViewList{
	width: 45%;
}
.cloudS01 .fstView ul.fstViewList{
	margin: 0;
    padding: 0;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #3d5b88;
    height: 320px;
}
.cloudS01 .fstView ul.fstViewList li{
	list-style: none;
	padding-right: 1rem;
    padding-left: 1rem;
    background-color: #3d5b88;
    color: #fff;
    font-size: 1.5rem;
    height: 33.3%;
    /*以下中央ぞろえ*/
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center;
}
.cloudS01 .fstView ul.fstViewList li.choiced{
    background-color: #B4EDD2;
    color: #141d29;
}
.cloudS01 .fstView ul.fstViewList li a{
    display: block;
    color: #fff;
}
.cloudS02 ul.func{
	display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content:space-between;
}
.cloudS02 ul.func li{
	list-style: none;
	margin: 1.5rem;
	width: 16%;
    padding: 1em;
    border: 1px solid #eef0f3;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 18%);
}
.cloudS02 ul.func li img{
	display: block;
	margin: auto;
}
.cloudS02 ul.func li .matchHeightBox{
    background-color: #f2f6fb;
    padding: 1em 1.2em;
    font-size: .9rem;
    font-weight: bold;
}
.cloudS02 p.funcLink{
	text-align: right;
}
.cloudS02 .funcLink a{
    background-color: #5bced1;
    color: #fff;
    padding: 20px 3em;
    /* border-radius: 2px; */
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
.cloudS03 p.subsc{
	background-color: #3d5b88;
	color: #fff;
	padding: 20px 2rem;
    font-weight: bold;
    font-size: 1.2rem;
}
.cloudS03 p.subscTxt{
	background-color: #d8e0e8;
	padding: 20px 2rem;
}
.cloudS03 .diffDesc>p{
    font-size: 1.3rem;
    font-weight: bold;
}
.cloudS03 .diffDesc>p span{
    border-bottom: 1px solid;
}
.cloudS03 .diffDesc .pkg dt{
     font-weight: bold;   
}
.cloudS04{
    margin-top: 40px;
}
.cloudS04 .case{
	display: flex;	
}
.cloudS04 .case .caseBox{
	margin: 1em 1.5em;
	background-color: #e1e9f2;
	padding: 0 1em 1em 1em;
}
.cloudS04 .case .caseBox .caseLabel{
	border: 4px solid #333;
    display: flex;
    /*padding: .5rem;*/
    margin-top: 1em;
    background-color: #fff;
}
.cloudS04 .case .caseBox .caseLabel>p{
	margin: 0;
}
.cloudS04 .case .caseBox .caseLabel .biztxt{
	margin-left: 1em;
}
.cloudS04 .case .caseBox .caseLabel .caseNo{
	background-color: #d8e0e8;
	padding: 1.219em;
}
.cloudS04 .case .caseBox .caseLabel .biz{
	padding: 1em 0;
    background-color: #fff;
}
.cloudS04 .case .caseBox .task{
	margin: 10px 0;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}
.cloudS04 .case .caseBox img{
	display: block;
	margin: auto;
}
.cloudS05 .middleImg{
    position: relative;
}
.cloudS05 .middleImg p{
    position: absolute;
    top: 0;
    background-color: rgb(255 255 255 / 53%);
    font-size: 2rem;
    left: 20px;
    padding: 20px;
}
.cloudS06{
	background-image: url(../img/cloud6_bg.jpg);
}
.cloudS06 .Dl{
	text-align: center;
	margin-top: 40px;
}
.cloudS06 .Dl a{
	color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #f39a2b;
    padding: 20px 1.6em;
}
.cloudS06 .DlNote{
	text-align: center;
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: normal;	
}
form{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    color: #545353;
}
form .mailform{
    width: 32%;
    height: 30px;
    margin-left: 10px;
    border-radius: 5px;
}
.cloudS01,.cloudS02,.cloudS03,.cloudS04,.cloudS05,.cloudS06{
    padding-top: 40px;
    padding-bottom: 40px;
}
/* -----------------------
offre
----------------------- */
ul.select{
    padding-left: 0;
    list-style: none;
    display: flex;
    border-bottom: 5px solid #3c5a88;
}
ul.select li{
    width: 50%;
    padding: 10px 1.5em;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #3c5a88;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
ul.select li:hover{
    opacity: 0.8;
}
ul.select li:active{
     background-color: #6d9bd2;
}
ul.select li:first-child{
    margin-right: .5em;
}
ul.select li span{
    font-size: 1.2rem;
    font-weight: 100;
}






/* -----------------------
@media
----------------------- */
/* 以下はmain.cssにあったmedia query */
@media screen and (min-width:1280px) {
.pc_non{display: none!important;}
}
@media only screen and (max-width: 1260px){
.cloudS01 .fstView ul.fstViewList {
    height: 274px;
}
}
@media only screen and (max-width: 1240px){
.cloudS02 ul.func li {
    margin: 1rem;
    width: 35%;
}
  }
@media only screen and (max-width: 1200px){

  }
@media only screen and (max-width: 960px){

  }
@media only screen and (min-width: 769px){

  }
@media only screen and (max-width: 768px){

  }
@media only screen and (min-width: 668px){

  }
@media only screen and (max-width: 667px){
.sp_non{
    display: none!important;
}
h2.block-d-c__title{
    font-size: 18px;
}
.cloudS01{
    margin-bottom: 70px;
    margin-top: 35px;
}
.cloudS01 .sp_fstView .sp_fstViewPic{
    position: relative;
}
.cloudS01 .sp_fstView .sp_fstViewPic .sp_catch01{
    position: absolute;
    top: 20px;
}
.cloudS01 .sp_fstView .sp_fstViewPic .sp_catch01 p{
    background-color: rgb(255 255 255 / 53%);
    margin: 0 0.5em;
    padding: 30px 1em;
    font-weight: bold;
    color: #333;
    line-height: 2;
}
.cloudS01 .sp_fstView .sp_fstViewPic .sp_catch02{
    position: absolute;
    top: 20px;
}
.cloudS01 .sp_fstView .sp_fstViewPic .sp_catch02 p{
    background-color: rgb(255 255 255 / 53%);
    margin: 0 0.5em;
    padding: 30px 1em;
    font-weight: bold;
    color: #333;
    line-height: 2;
}

.cloudS01 .sp_fstView .sp_fstViewPic .sp_catch03{
    position: absolute;
    top: 20px;
}
.cloudS01 .sp_fstView .sp_fstViewPic .sp_catch03 p{
    background-color: rgb(255 255 255 / 53%);
    margin: 0 0.5em;
    padding: 30px 1em;
    font-weight: bold;
    color: #333;
    line-height: 2;
}
.cloudS01 .sp_fstView ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
}
.cloudS01 .sp_fstView ul.sp_fstViewList li{
    background-color: #3d5b88;
    padding: 1em;
}
.cloudS01 .sp_fstView ul.sp_fstViewList li.line{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.cloudS01 .sp_fstView ul.sp_fstViewList li a{
    background-color: #3d5b88;
    color: #fff;
}
.cloudS02{
    padding-top:0;
}
.cloudS02 ul.func li{
    margin: 1rem;
    width: 100%;
}
.cloudS02 p.funcLink{
    margin-top: 30px;
    text-align: center;
}
.cloudS03{
    padding-top: 20px;
}
.cloudS04 .case{
    display: block;
}
.cloudS04 .case .caseBox{
    padding: 1em;
    margin: 1em .5em;
}
.cloudS04 .case .caseBox .task{
    font-size: 5rem;
}
.cloudS05{
    padding-top: 0;
}
.cloudS05 h2{
    padding-bottom: 20px;
}
.cloudS05 .middleImg p{

    font-size: 1rem;
 /*   left: 20px;
    padding: 20px;*/
}
.cloudS06 .Dl a{
    font-size: 1.5rem;
  }
form .mailform {
    width: 88%;
}
/* -----------------------
offre
----------------------- */
ul.select{
    display: block;
    border-bottom: 0;
}
ul.select li{
    width: auto;
    /*padding: 10px 1.5em;*/
    font-size: 1.3rem;
    border-radius:0;
}
ul.select li:first-child{
    margin-right: 0;
    margin-bottom: .5em;
}
ul.select li span{
    font-size: 1rem;
}


  }






/* css by kenji00 */
div.fstViewPic {width:55%;}
[id^="pcTab"], [id^="spTab"] {
	cursor: pointer;
	transition: background-color 0.5s;
}
/*li.selected {background-color: #000 !important;}*/
#pcTab1:hover, #spTab1:hover, #pcTab2:hover, #spTab2:hover, #pcTab3:hover, #spTab3:hover {
	background-color: #6d9bd2;
}
/*#pcTab1:active, #spTab1:active, #pcTab2:active, #spTab2:active, #pcTab3:active, #spTab3:active {
    background-color: #6d9bd2;
}*/

[id^="pcTabPic"], [id^="spTabPic"] {
	width:100%;
	position: relative;
}
img[class^="pcTabPic"], img[class^="spTabPic"] , div[class^="pcTabTxt"]{
	position: absolute;
	left:0;
	top:0;
}
img[class*="TabPic1-1"], img[class*="TabPic2-1"], img[class*="TabPic3-1"] ,div.pcTabTxt1{
	z-index:12345;
}
img[class*="TabPic1-2"], img[class*="TabPic2-2"], img[class*="TabPic3-2"] ,div.pcTabTxt2{
	z-index:12344;
}
img[class*="TabPic1-3"], img[class*="TabPic2-3"], img[class*="TabPic3-3"] ,div.pcTabTxt3{
	z-index:12343;
}
img[class*="TabPic1-4"], img[class*="TabPic2-4"], img[class*="TabPic3-4"] ,div.pcTabTxt4 {
	z-index:12342
}
img[class*="TabPic1-5"], img[class*="TabPic2-5"], img[class*="TabPic3-5"] {
	z-index:12341
}

