@charset "utf-8";
/* myhpcloud */

/* reset */
.myhpcloud-wrap * {
	box-sizing: border-box;
}
.myhpcloud-wrap ul,
.myhpcloud-wrapli {
	list-style: none;
}
.gray {
	color:#50555c;
}
#mv {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: height .4s;
	background:url(/wp-content/themes/abico/img/myhpcloud/841499_320878.webp)no-repeat center;
    background-size: cover;
    background-color: rgb(163, 227, 255);
}
.mv-inner {
	max-width:1200px;
	margin:auto;
	width:90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}
.mv-txt {
	text-align: center;
}
h2.mv-ttl {
    text-align: center;
    font-size: 28px;
	color:#0096d6;
	font-weight: bold;
	margin:0 0 1.3rem;
}
h3.mv-catch {
	text-align: center;
    font-size: 24px;
	color:#000;
	margin:0 0 2.5rem;
	font-weight: 500;
}
/*キャンペーン時にCSS解除
#mv{
	margin-bottom: 35px;
}
*/
.btn-cloud {
    display: flex;
	margin-bottom: 5px;
	margin-top: 50px !important;
}
.btn-cloud-sp {
	margin-bottom: 5px;
	margin-top: 50px !important;
}
.btn-cloud2 {
    display: flex;
	margin-bottom: 35px;
}
.btn-cloud2-sp {
    margin-bottom: 35px;
}
.btn01 {
    font-size: 20px;
	width: 16.5em;
	max-width:100%;
    height: 52px;
	color: #fff;
    background: #0096d6;
    display:flex;
	justify-content:center;
	align-items: center;
    border-radius: 10em;
	font-weight: bold !important;
	margin:auto;
	margin-right: 3%;
	text-align: center;
	text-decoration: none;
}
.btn01-2 {
    font-size: 20px;
	width: 16.5em;
	max-width:100%;
    height: 52px;
	color: #fff;
    background: #0096d6;
    display:flex;
	justify-content:center;
	align-items: center;
    border-radius: 10em;
	font-weight: bold;
	margin:35px auto 0;
	text-align: center;
	text-decoration: none;
}
.btn02 {
    font-size: 20px;
	width: 16.5em;
	max-width:100%;
    height: 52px;
	color: #fff;
    background: #0096d6;
    display:flex;
	justify-content:center;
	align-items: center;
    border-radius: 10em;
	font-weight: bold !important;
	margin:auto;
    margin-left:3%;
	text-align: center;
	text-decoration: none !important;
}
.btn03 {
    font-size: 20px;
	width: 16.5em;
	max-width:100%;
    height: 52px;
	color: #fff;
    background: #0096d6;
    display:flex;
	justify-content:center;
	align-items: center;
    border-radius: 10em;
	font-weight: bold !important;
	margin:auto;
	text-align: center;
	text-decoration: none;
}
.btn04 {
    font-size: 20px;
	width: 16.5em;
	max-width:100%;
    height: 52px;
	color: #fff;
    background: #0096d6;
    display:flex;
	justify-content:center;
	align-items: center;
    border-radius: 10em;
	font-weight: bold !important;
	margin:20px auto 0;
	text-align: center;
	text-decoration: none;
}
.sec {
	padding:75px 0;
}
.bg {
	padding:90px 0;
	margin-bottom: 35px;
}
.inner {
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
.sec01 {
	text-align: center;
}
.co,
.sec02 h3 {
	color:#0096d6;	
}
.ttl01-new{
	color:red;	
}
#main h2.ttl01 {
	font-size: 36px;
}
.read01 {
	font-size:28px;
	font-weight: 500;
}
.left {
    color: #0096d6;
    border-bottom: 3px solid #0096d6;
    padding-bottom: 0.5em;
    margin: 1.5em 0;
    line-height: 1.3em;
    font-size: 28px;
	text-align: left;
}
.table-type01{
    margin: 1.5em auto;
    border: 1.9px solid #7c7a6c;
    border-spacing: 0;
    font-size: 0.9em;
}
.table-type01 th {
    padding: 10px;
    border: 0.9px solid #D5D2B9;
    background: #f9f9f5;
    text-align: center;
    font-weight: normal;
}
.table-type01 td {
    padding: 10px;
    border: 0.9px solid #D5D2B9;
    vertical-align: top;
    background: #fff;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.table-type01 td {
		padding-left: 25px;
	}
  }
@media screen and (max-width: 767px) {
	.table-type01 td {
		font-size: 13px;
	}
}
.read02 {
	font-size: 18px;
}
.read03 {
	font-size: 17px;;
}
.sec02 {
	text-align: center;
}
.sec02-flex {
	display: flex;
	flex-wrap:wrap;
}
figure {
	margin:0 auto 1rem;
}
.myhpcloud-wrap img {
	max-width:100%;
	height:auto;
}

.sec02 h3 {
	font-size: 20px;
}
.sec02 li p {
	font-size: 18px;
}
.sec02 figure {
	display: flex;
	justify-content: center;
    align-items: center;
}
.bg {
	text-align: center;
	background:url(/wp-content/themes/abico/img/myhpcloud/841499_320878.webp)no-repeat center;
	background-size: cover;
}
#main .myhpcloud-wrap .sec03 h2,
#main .myhpcloud-wrap .sec04 h2,
#main .myhpcloud-wrap .sec05 h2 {
	font-size: 48px;
}
/*キャンペン終了後にdisplay: none;
.sec03{
	display: none;
}
*/
.sec04 {
	text-align: center;
}
.sec04 h2 {
	margin-bottom:1rem;
	line-height: 1.6;
}
p.read04 {
	font-size:24px;
}
.sec05 {
	text-align: center;
}
#main .sec05-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom:1rem;
}
.sec05-flex li {
	width:23%;
}
.sec05 .btn01 {
	width:11em;
}


@media screen and (min-width: 768px ) and (max-width: 1300px ){
#main .myhpcloud-wrap .sec03 h2, #main .myhpcloud-wrap .sec04 h2, #main .myhpcloud-wrap .sec05 h2 {
    font-size: 3.6vw;
}
}


@media screen and ( min-width: 768px ){
	.sp {
		display: none;
	}
	.mv-image {
		order:2;
	}
	.mv-txt,
	.mv-image {
	width:47.8166666%;
	}
	#mv,
	.mv-inner {
	position: relative;
    min-height: 440px;
    height: 619px;
    /* min-height: 619px; */
	}
	.sec02 h2 {
	font-size:48px;
	line-height: 1;
	margin-bottom:1.5rem;
	}
	.img-area {
	margin:1rem 0;
	}
	.sec02 figure {
	height:260px;
	}
	.sec02-flex {
	align-items: flex-start;
	margin:3rem -3% 0;
	}
	.sec02-flex li {
		width: 22%;
		text-align: center;
		margin:0 1.5% 2rem;
	}
	.btn-cloud-sp{
		display:none;
	}
	.btn-cloud2-sp{
		display:none;
	}
}


@media screen and ( max-width: 767px ){
	.pc {
		display: none;
	}
	.mv-image {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
	}
	#mv,
	.mv-inner {
 	flex-wrap:wrap;
 	}
	.sec {
		padding: 70px 0 0;
	}
	.sec02-flex {
		justify-content: space-between;
		margin:4rem 0 0;
	}
	.sec02-flex li {
    width: 47%;
	margin:0 0 2rem;
	text-align: center;
	}
	.sec02-flex li p {
		margin:0;
	}
	.sec02 figure {
    height: 140px;
	}
	.bg,
	.sec04.sec {
		padding-bottom:70px;
	}
	.btn01 {
		width:100%!important;
	}
	#main .myhpcloud-wrap .sec03 h2, #main .myhpcloud-wrap .sec04 h2, #main .myhpcloud-wrap .sec05 h2 {
		font-size: 33px;
	}
	#main .sec {
		padding: 50px 0;
	}
	p.read04 {
		font-size: 18px;
	}
	.btn-cloud {
    display:none;
	}
	.btn-cloud2 {
		display:none;
	}
	
	
}

@media screen and (min-width: 751px) {
	#mv, .mv-inner {
		height:calc(619/1400*100vw);
		max-height:619px;
	}

}
@media screen and (max-width: 750px) {
	#mv, .mv-inner {
		height:100%;
	}
	.mv-inner {
		padding:50px 0 70px;
	}
}
@media screen and ( max-width: 640px ){
	h2.ttl01 {
		font-size: 8vw;
		line-height:1.3;
	}
	.read01 {
	font-size: 5vw;
	}
}